.mv__title {
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif, "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.section-title {
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif, "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.header__nav ul {
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif, "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.drawer__nav {
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif, "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.drawer__copy {
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif, "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.contact__btn,
.item-card__btn,
.footer__pagetop {
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif, "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.footer__pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  writing-mode: vertical-rl;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0 0 10px;
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  color: #f5f5f5;
  background-color: #161616;
  line-height: 1.7;
  letter-spacing: 0.6px;
  font-size: 1.6rem;
}

#noise-canvas {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  opacity: 0.18;
  width: 100vw;
  height: 100svh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  position: relative;
  min-height: 100vh;
  transition: filter 0.4s ease, transform 0.4s ease;
}

body.is-drawer-open .page {
  filter: blur(7px);
  transform: scale(0.98);
}

.section-title {
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

.fc__red {
  color: #ff2a2a;
}

.hover-char {
  display: inline-block;
}

.header {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6rem 4rem;
  pointer-events: none;
}
.header__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .header__inner {
    display: block;
    text-align: center;
  }
}
.header__logo, .header__nav, .header__burger,
.header .cart-sp {
  pointer-events: auto;
}
.header__logo {
  position: relative;
  z-index: 100;
}
.header__logo svg {
  width: 100%;
  max-width: 140px;
  min-width: 80px;
  fill: #fff;
}
.header__nav {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
.header__nav ul {
  color: #fff;
  display: flex;
  gap: 4rem;
  font-size: 0.8vw;
  letter-spacing: 0.15em;
  font-weight: bold;
  align-items: center;
  list-style: none;
}
@media (max-width: 768px) {
  .header__nav ul {
    font-size: 1.4rem;
  }
}
.header__nav ul li a {
  color: #fff;
  position: relative;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.header__nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.25s ease;
}
.header__nav ul li a:hover::after {
  width: 100%;
}
.header__nav-actions {
  margin-left: auto;
  display: flex;
  gap: 1.8rem;
  align-items: center;
}
.header__nav-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0;
}
.header__nav-actions a svg {
  fill: #fff;
}
.header__nav-actions a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.header__nav-actions a::after {
  display: none;
}
.header .header__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: #000;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
}
.header .header__nav-text {
  font-size: 0.7vw;
  letter-spacing: 0.12em;
}
.header .cart-sp {
  display: none;
}
@media (max-width: 768px) {
  .header .cart-sp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 901;
  }
  .header .cart-sp a {
    display: block;
  }
  .header .cart-sp svg {
    fill: #fff;
  }
}
.header .header__nav-cart {
  position: relative;
}
.header .header__cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #ff2a2a;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 32px;
  height: 17px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header__burger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease, background-color 0.25s ease;
}
.header__burger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__burger.is-open span:nth-child(2) {
  transform: translateY(-7px) rotate(-45deg);
  width: 100%;
}

body.is-scrolled .header__burger span {
  background-color: #fff;
}
body.is-scrolled header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .header {
    padding: 2.6rem 2rem;
  }
  .header__logo svg {
    width: 80px;
    fill: #fff;
  }
  .header__nav {
    display: none;
  }
  .header__burger {
    display: flex;
    position: fixed;
    right: 20px;
    top: 29px;
    z-index: 200;
  }
}
.drawer {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: #000;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}

.drawer__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 8rem 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.drawer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.drawer__nav li {
  margin-bottom: 2rem;
}
.drawer__nav a {
  display: inline-block;
}

.drawer__copy {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .drawer {
    display: none;
  }
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: #5e5e5e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading__inner {
  text-align: center;
}

.loading__logo {
  font-size: 3rem;
  margin-bottom: 1.6rem;
}
.loading__logo img {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.loading__bar {
  width: 180px;
  height: 2px;
  background-color: #333;
  overflow: hidden;
  margin: 0 auto;
}
.loading__bar span {
  display: block;
  width: 100%;
  height: 100%;
}

body.is-loading {
  overflow: hidden;
}

main {
  width: calc(100% - 20px);
  margin: 10px auto 0;
}

.mv {
  position: relative;
  width: calc(100% - 20px);
  height: calc(100vh - 20px);
  overflow: hidden;
  margin: auto;
  border-radius: 26px;
}
@media (max-width: 768px) {
  .mv {
    width: 100%;
    height: calc(100svh - 20px);
  }
}
.mv__bg {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
  filter: grayscale(1);
}
.mv__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mv__layer {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 0;
}
.mv__copy {
  text-align: center;
}
.mv__title {
  font-size: 29vw;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.8;
  visibility: hidden;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .mv__title {
    font-size: 28.5vw;
  }
}

.mv__char {
  display: inline-block;
}
@media (max-width: 768px) {
  .mv__char:nth-of-type(8) {
    display: none;
  }
}

.concept {
  padding: 8rem 4rem 10rem;
}
@media (max-width: 768px) {
  .concept {
    padding: 50px 0 30px;
  }
}
.concept__inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 4%;
}
@media (max-width: 768px) {
  .concept__inner {
    flex-direction: column;
  }
}
.concept__left {
  width: 66%;
}
@media (max-width: 768px) {
  .concept__left {
    width: 100%;
    display: none;
  }
}
.concept__right {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .concept__right {
    width: 100%;
  }
}
.concept__lead-en {
  font-size: 2.8vw;
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  text-align: right;
  height: 100%;
  margin: 0;
  justify-content: space-between;
  line-height: 1;
}
@media (max-width: 768px) {
  .concept__lead-en {
    font-size: 3.8vw;
    line-height: 2;
  }
}
.concept__lead-en span {
  margin: 0;
  display: block;
}
.concept__lead-en span .fc__red {
  display: inline-block;
}
.concept__lead-ja {
  font-size: 0.7vw;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  justify-content: space-between;
  line-height: 2;
}
@media (max-width: 768px) {
  .concept__lead-ja {
    font-size: 4vw;
  }
}
.concept__lead-ja span {
  margin: 0;
  display: block;
}
.concept__lead-ja span .fc__red {
  display: inline-block;
}

.items {
  padding: 6rem 0 0;
  margin-bottom: 10px;
}
.items__masonry {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1400px) {
  .items__masonry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .items__masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .items__masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .items__masonry > article:nth-of-type(3) {
    order: 1;
    grid-column: 1/-1;
  }
  .items__masonry > article:nth-of-type(1),
  .items__masonry > article:nth-of-type(2) {
    order: 2;
  }
  .items__masonry > article:nth-of-type(4) {
    order: 3;
    grid-column: 1/-1;
  }
  .items__masonry > .item-group--right-grid {
    order: 4;
    grid-column: 1/-1;
  }
}

.item-card {
  width: 100%;
  border-radius: 2.4rem;
  background-color: #fff;
  border: 1px solid #2a2a2a;
  padding: 2rem 2rem 2.6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .item-card {
    border-radius: 10px;
    padding: 5px;
  }
}
.item-card__thumb {
  border-radius: 1.6rem;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 768px) {
  .item-card__thumb {
    border-radius: 10px;
  }
}
.item-card__thumb a {
  display: block;
}
.item-card__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.item-card__thumb a:hover img {
  transform: scale(1.03);
}
.item-card__body {
  text-align: center;
  background: #161616;
  border-radius: 6px;
  padding: 10px;
}
.item-card__name {
  font-size: 0.8vw;
  margin-top: 1.6rem;
  margin: 0;
}
@media (max-width: 768px) {
  .item-card__name {
    font-size: 1.4rem;
  }
}
.item-card__price {
  margin: 0 0 10px;
  font-size: 14px;
}
.item-card__btn {
  display: inline-block;
  padding: 0.8rem 2.4rem;
  border-radius: 999px;
  border: none;
  background-color: #333333;
  color: #f5f5f5;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  .item-card__btn {
    border-radius: 10px;
  }
}
.item-card__btn:hover {
  background-color: rgb(71.4, 71.4, 71.4);
  transform: translateY(-2px);
}
.item-card.item-card--visual {
  padding: 0;
  background-color: transparent;
  border: none;
  grid-column: span 2;
}
.item-card.item-card--visual .item-card__thumb {
  margin-bottom: 0;
  border-radius: 2.4rem;
  background-color: transparent;
  aspect-ratio: 4/2.9;
  max-height: 613px;
}
@media (max-width: 768px) {
  .item-card.item-card--visual .item-card__thumb {
    border-radius: 10px;
  }
}
.item-card.item-card--visual .item-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-card.hazichi__visual .item-card__thumb {
  aspect-ratio: 4/6;
  max-height: 1130px;
}
.item-card.ryukyu__visual .item-card__thumb {
  aspect-ratio: 4/2.9;
}

.items-title {
  text-align: center;
  font-size: 2.8vw;
  font-family: "Cal Sans", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  height: 100%;
  margin: 0 0 6rem;
  justify-content: space-between;
  line-height: 1;
}
@media (max-width: 768px) {
  .items-title {
    margin: 50px 0 30px;
    font-size: 26px;
  }
}

.item-group--right-grid {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.item-group--right-grid .item-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 560px;
}
.item-group--right-grid .item-card__thumb {
  aspect-ratio: 4/5;
}
.item-group--right-grid .item-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-group--right-grid .item-card__body {
  margin-top: auto;
}

@media (max-width: 768px) {
  .items {
    padding: 0;
  }
  .item-card.item-card--visual {
    grid-column: 1/-1;
  }
  .item-group--right-grid {
    grid-column: 1/-1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.news {
  padding: 10px 0;
}
.news__inner {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  gap: 5rem;
}
.news__ticker {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.news__list {
  gap: 60rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1vw;
  line-height: 1;
}
.news__list:hover {
  animation-play-state: paused;
}
.news__item {
  flex: 0 0 auto;
  white-space: nowrap;
}
.news__link {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  color: #f5f5f5;
  text-decoration: none;
}
.news__link * {
  line-height: 1;
}
@media (max-width: 768px) {
  .news {
    padding: 1rem 0;
  }
  .news__inner * {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .news__ticker {
    overflow: visible;
  }
  .news__list {
    display: block;
    animation: none;
  }
  .news__item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0.8rem 0;
    flex: none;
    white-space: normal;
  }
  .news__link {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.footer-visual {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: #000;
  border-radius: 10px;
  width: calc(100% - 20px);
  margin: auto;
}
@media (max-width: 768px) {
  .footer-visual {
    min-height: 30vh;
    padding-bottom: 70px;
  }
}
.footer-visual__bg {
  position: absolute;
  inset: -20%;
}
.footer-visual__bg img {
  width: 100%;
  height: 120vh;
  object-fit: cover;
  filter: grayscale(0.3);
  will-change: transform;
}
@media (max-width: 768px) {
  .footer-visual__bg img {
    flex-direction: column;
  }
}
.footer-visual__copy {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding: 8rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  max-width: 336px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-visual__copy {
    padding: 30px 20px;
    height: 50vh;
  }
}
.footer-visual__copy img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .footer-visual__copy img {
    max-width: 140px;
    margin: auto;
  }
}
.footer-visual__brand {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.footer-visual__sub {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}

.footer-navi__inner {
  text-align: left;
  flex-direction: column;
  margin: 10px 0;
  color: #000;
}
.footer-navi__inner nav ul {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-navi__inner nav ul {
    display: none;
  }
}
.footer-navi__inner nav ul li {
  list-style: none;
  position: relative;
}
.footer-navi__inner nav ul li a {
  color: #fff;
  font-size: 0.8vw;
}
@media (max-width: 768px) {
  .footer-navi__inner nav ul li a {
    font-size: 1.4rem;
  }
}
.footer-navi .payimg {
  display: flex;
  justify-content: center;
  gap: 1%;
  margin: 20px 0 30px;
  align-items: center;
}

.list-payment {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0;
}
.list-payment li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 2.4rem 4rem 3.2rem;
  font-size: 1.2rem;
}
.footer__copy {
  margin: 0 auto;
  text-align: center;
}
.footer__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__pagetop {
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .footer__pagetop {
    font-size: 1.4rem;
  }
}

body.is-pagetop-visible .footer__pagetop {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .footer-visual__copy {
    padding: 6rem 2rem;
  }
}
.js-fadein {
  opacity: 0;
  transform: translateY(40px);
}

@media (max-width: 768px) {
  .home .news {
    background: #ddd;
    border-radius: 6px;
    margin-top: 10px;
  }
}
.home .news__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .home .news__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.home .news__list {
  display: flex;
  animation: news-marquee 35s linear infinite;
}
@media (max-width: 768px) {
  .home .news__list li a {
    color: #000;
  }
}
@keyframes news-marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.law-table th,
.law-table td {
  padding: 10px;
}
@media (max-width: 768px) {
  .law-table th,
  .law-table td {
    display: block;
  }
}
.law-table th {
  width: 24%;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .law-table th {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .law-table td {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
}

.item-card__body {
  margin-top: auto;
  position: relative;
}

.item-card__stock--out {
  position: absolute;
  left: 20px;
  top: -35px;
  color: #ff2a2a !important;
  margin: 0 !important;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */