@charset "UTF-8";
:root {
  --color-main: #ba152d;
  --color-accent: #3a3f8e;
  --color-accent-dark: #1c2652;
}

/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak-wide";
  src: url("../fonts/NeuePlak-WideBold.eot");
  src: local("Neue Plak Wide Bold"), local("NeuePlak-WideBold"), url("../fonts/NeuePlak-WideBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuePlak-WideBold.woff2") format("woff2"), url("../fonts/NeuePlak-WideBold.woff") format("woff"), url("../fonts/NeuePlak-WideBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak-wide";
  src: url("../fonts/NeuePlak-WideBlack.eot");
  src: local("Neue Plak Wide Black"), local("NeuePlak-WideBlack"), url("../fonts/NeuePlak-WideBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuePlak-WideBlack.woff2") format("woff2"), url("../fonts/NeuePlak-WideBlack.woff") format("woff"), url("../fonts/NeuePlak-WideBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAMES
  ------------------------------ */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
@keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
:root {
  --color-main: 112 26 55;
  --font-mincho: "shippori-mincho", sans-serif;
  --font-neueplak: "neueplak", sans-serif;
  --font-neueplak-c: "NeuePlakCondensed", sans-serif;
  --font-neueplak-w: "neueplak-wide", sans-serif;
}

html.is-scrollLocked, body.is-scrollLocked {
  overflow: hidden;
}

.topHero {
  position: relative;
  overflow: clip;
}
.topHero__inner {
  position: sticky;
  inset: 0 auto auto auto;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.topHero__poraloids, .topHero__player, .topHero__copy, .topHero__logos {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .topHero__poraloids, .topHero__player, .topHero__copy, .topHero__logos {
    padding: 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .topHero__poraloids, .topHero__player, .topHero__copy, .topHero__logos {
    padding: 2.5vw;
  }
}
.topHero__player, .topHero__copy, .topHero__logos {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.topHero__poraloids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topHero__player {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.topHero__player picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}
.topHero__player img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(52%, rgb(0, 0, 0)), color-stop(62%, rgba(0, 0, 0, 0.85)), color-stop(78%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 52%, rgba(0, 0, 0, 0.85) 62%, rgba(0, 0, 0, 0.45) 78%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(52%, rgb(0, 0, 0)), color-stop(62%, rgba(0, 0, 0, 0.85)), color-stop(78%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 52%, rgba(0, 0, 0, 0.85) 62%, rgba(0, 0, 0, 0.45) 78%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (min-width: 320px) {
  .topHero__player img {
    width: 150%;
  }
}
@media screen and (min-width: 600px) {
  .topHero__player img {
    width: 72%;
  }
}
.topHero__player img.texture {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  opacity: 0.24;
  -webkit-mask-image: unset;
          mask-image: unset;
  mix-blend-mode: soft-light;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 320px) {
  .topHero__copy img {
    width: 40%;
  }
}
@media screen and (min-width: 600px) {
  .topHero__copy img {
    width: 24%;
  }
}
.topHero__logos {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .topHero__logos img {
    width: 28%;
  }
}
@media screen and (min-width: 600px) {
  .topHero__logos img {
    width: 16%;
  }
}
.topHero__concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .topHero__concept {
    padding: 2rem 0 14rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero__concept {
    padding: 28rem 0 24rem;
  }
}

.topConcept .reveal {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.topConcept__titleJa {
  font-family: var(--font-mincho);
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .topConcept__titleJa {
    font-size: 2rem;
    margin: 48px 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__titleJa {
    font-size: 3.2rem;
    margin: 48px 0 24px;
  }
}
@media screen and (min-width: 320px) {
  .topConcept__description {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 320px) {
  .topConcept__description .sp {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__description .sp {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  .topConcept__titleEn {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  .topConcept__titleEn {
    width: 40%;
  }
}
.topConcept__titleEn img {
  width: 100%;
}

/* 既存のFVに合わせて適宜 */
.topHero__poraloids {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* ← flex-start をやめて中心へ */
  padding: 0; /* ← 余計なズレを排除 */
}

/* 5枚の“舞台” */
.polaroidStack {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* ポラロイド（仮） */
.polaroidCard {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(16rem, 20vw, 260px);
  aspect-ratio: 4/3; /* ポラロイドの比率は後で調整OK */
  border-radius: 6px;
  background: #f2f2f2; /* 白フチ */
  padding: 14px 14px 26px 14px; /* 下を少し太く */
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  /* 最終位置（散らばり）をCSS変数で保持 */
  --fx: 0px; /* final x */
  --fy: 0px; /* final y */
  --fr: 0deg; /* final rotation */
}
@media screen and (min-width: 320px) {
  .polaroidCard {
    padding: 8px 8px 24px 8px;
  }
}
@media screen and (min-width: 600px) {
  .polaroidCard {
    padding: 14px 14px 26px 14px;
  }
}
.polaroidCard__inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
}

.polaroidFace {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
  overflow: hidden;
}

/* 中の写真部分（仮） */
.polaroidCard__media {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.02)), repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0 2px, transparent 2px 6px);
  -webkit-filter: contrast(0.72);
          filter: contrast(0.72);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* 裏面（ディテイル画像用：仮） */
.polaroidFace--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.polaroidCard__detail {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), transparent 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.04));
  /* ここに img を入れたら object-fit:cover 等 */
}

/* ======= 散らばり位置（仮：添付の雰囲気） ======= */
/* デフォルトは vw で左右に大きく散る */
.polaroidCard[data-card="1"] {
  --fx:-34vw;
  --fy: 12vw;
  --fr:-14deg;
}

.polaroidCard[data-card="2"] {
  --fx:-18vw;
  --fy:-16vw;
  --fr: -6deg;
}

.polaroidCard[data-card="3"] {
  --fx: -2vw;
  --fy:-18vw;
  --fr: 6deg;
}

.polaroidCard[data-card="4"] {
  --fx: 24vw;
  --fy:-14vw;
  --fr: 12deg;
}

.polaroidCard[data-card="5"] {
  --fx: 26vw;
  --fy: 12vw;
  --fr: -6deg;
}

/* PCで散りすぎるのを止める（上限をpxで固定） */
@media (min-width: 1200px) {
  .polaroidCard[data-card="1"] {
    --fx:-520px;
    --fy: -20px;
  }
  .polaroidCard[data-card="2"] {
    --fx:-320px;
    --fy:-140px;
  }
  .polaroidCard[data-card="3"] {
    --fx: -40px;
    --fy:-160px;
  }
  .polaroidCard[data-card="4"] {
    --fx: 420px;
    --fy: -70px;
  }
  .polaroidCard[data-card="5"] {
    --fx: 560px;
    --fy: 50px;
  }
}
/* SPで散りすぎるのを止める（下限をpxで固定） */
@media (max-width: 520px) {
  .polaroidCard[data-card="1"] {
    --fx:-170px;
    --fy: 20px;
  }
  .polaroidCard[data-card="2"] {
    --fx:-120px;
    --fy:-130px;
  }
  .polaroidCard[data-card="3"] {
    --fx: 0px;
    --fy:-150px;
  }
  .polaroidCard[data-card="4"] {
    --fx: 140px;
    --fy:-130px;
  }
  .polaroidCard[data-card="5"] {
    --fx: 170px;
    --fy: 20px;
  }
}
#noiseBg {
  pointer-events: none;
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
}

#noiseBg {
  opacity: 0.9;
  background: transparent url("../images/noise.png") repeat 0 0;
  background-repeat: repeat;
  -webkit-animation: bg-animation 0.2s infinite;
          animation: bg-animation 0.2s infinite;
  visibility: visible;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#canvas img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  will-change: opacity, transform;
}
.fadeIn.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 400ms ease 250ms, -webkit-transform 400ms ease 250ms;
  transition: opacity 400ms ease 250ms, -webkit-transform 400ms ease 250ms;
  transition: opacity 400ms ease 250ms, transform 400ms ease 250ms;
  transition: opacity 400ms ease 250ms, transform 400ms ease 250ms, -webkit-transform 400ms ease 250ms;
}

.is-inview .commonHead .headInner::before {
  width: 100%;
  -webkit-transition: width 600ms ease 100ms;
  transition: width 600ms ease 100ms;
}
.is-inview .commonHead .headTitle span, .is-inview .commonHead .headNum span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 600ms ease 450ms;
  transition: -webkit-transform 600ms ease 450ms;
  transition: transform 600ms ease 450ms;
  transition: transform 600ms ease 450ms, -webkit-transform 600ms ease 450ms;
}

@-webkit-keyframes bg-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  20% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  30% {
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  80% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
  90% {
    -webkit-transform: translate(10%, 5%);
            transform: translate(10%, 5%);
  }
  100% {
    -webkit-transform: translate(5%, 0);
            transform: translate(5%, 0);
  }
}

@keyframes bg-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
  20% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  30% {
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%);
  }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%);
  }
  50% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%);
  }
  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
  70% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  80% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
  90% {
    -webkit-transform: translate(10%, 5%);
            transform: translate(10%, 5%);
  }
  100% {
    -webkit-transform: translate(5%, 0);
            transform: translate(5%, 0);
  }
}
@media screen and (min-width: 320px) {
  .msBody {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .msBody {
    padding-top: 2rem;
  }
}

.msBody, .msWrapper, .msWrapper2 {
  width: 100%;
}

.msSizer, .msItem, .msSizer2, .msItem2 {
  padding: 0 1.5rem 1.5rem 0;
}
@media screen and (min-width: 320px) {
  .msSizer, .msItem, .msSizer2, .msItem2 {
    width: 49.5%;
  }
}
@media screen and (min-width: 1025px) {
  .msSizer, .msItem, .msSizer2, .msItem2 {
    width: 32.5%;
  }
}
.msSizer a, .msItem a, .msSizer2 a, .msItem2 a {
  display: block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
}
.msSizer a:hover, .msItem a:hover, .msSizer2 a:hover, .msItem2 a:hover {
  opacity: 0.5;
}

.topFv {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .topFv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 2.5vw 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 5vw 3.2rem;
  }
}
.topFv .fvMv, .topFv .fvUniform {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.topFv .fvMv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.topFv .fvLogo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  .topFv .fvLogo {
    padding: 2.5rem 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvLogo {
    padding: 5rem 5vw;
  }
}
@media screen and (min-width: 320px) {
  .topFv .fvLogo img {
    width: 10.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvLogo img {
    width: 18.5rem;
  }
}
.topFv .fvUniform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.topFv .fvUniform img {
  display: block;
  height: auto;
}
@media screen and (min-width: 320px) {
  .topFv .fvUniform img {
    width: 115%;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvUniform img {
    width: 46.5%;
  }
}
.topFv .fvCopy, .topFv .fvTitleWrapper {
  position: relative;
  z-index: 1;
}
.topFv .fvCopy {
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 320px) {
  .topFv .fvCopy {
    font-size: 6rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvCopy {
    font-size: 18rem;
    line-height: 1;
  }
}
@media screen and (min-width: 320px) {
  .topFv .bottom {
    margin-right: -3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .bottom {
    margin-right: -12.5rem;
  }
}
.topFv .fvImg {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .topFv .fvImg {
    bottom: 1rem;
    left: 4rem;
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvImg {
    bottom: 3.5rem;
    left: 14.5rem;
    width: 22rem;
  }
}
@media screen and (min-width: 320px) {
  .topFv .fvTitleWrapper {
    padding: 5rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvTitleWrapper {
    padding: 0 0 6rem;
  }
}
.topFv .fvCalendar {
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  line-height: 0.857;
  text-align: right;
}
@media screen and (min-width: 320px) {
  .topFv .fvCalendar {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvCalendar {
    font-size: 21rem;
  }
}
.topFv .fvTitle {
  text-align: right;
}
@media screen and (min-width: 320px) {
  .topFv .fvTitle {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFv .fvTitle {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.topMovie {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.topMovie .videoWrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.topMovie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  .topMovie .vid_pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .topMovie .vid_pc {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .topMovie .vid_sp {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .topMovie .vid_sp {
    display: none;
  }
}
.topMovie .fvLogo {
  position: absolute;
  z-index: 1;
  right: 2.5vw;
}
@media screen and (min-width: 320px) {
  .topMovie .fvLogo {
    bottom: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topMovie .fvLogo {
    bottom: 5.5rem;
  }
}
.topMovie .fvLogo img {
  display: block;
  height: auto;
}
@media screen and (min-width: 320px) {
  .topMovie .fvLogo img {
    width: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMovie .fvLogo img {
    width: 24rem;
  }
}
.topMovie .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topMovie .iconSvg {
  fill: #FFFFFF;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
@media screen and (min-width: 320px) {
  .topMovie .iconSvg {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMovie .iconSvg {
    width: 5rem;
    height: 5rem;
  }
}
.topMovie .iconSvg:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.topMovie .scrollText {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  mix-blend-mode: overlay;
  font-family: "neueplak", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topMovie .scrollText {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMovie .scrollText {
    font-size: 20rem;
  }
}

.commonHeadTitle {
  font-family: var(--font-neueplak-c);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .commonHeadTitle {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .commonHeadTitle {
    font-size: 6rem;
  }
}

@media screen and (min-width: 320px) {
  .pcBr {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pcBr {
    display: block;
  }
}

.topGl_body {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topGl_body {
    margin: -8.5rem 0 -68rem;
  }
}
@media screen and (min-width: 1025px) {
  .topGl_body {
    margin: 128px 0 -124rem;
  }
}
@media screen and (min-width: 320px) {
  .topGl_body canvas {
    -webkit-transform: translateX(-25%) scale(0.75);
            transform: translateX(-25%) scale(0.75);
  }
}
@media screen and (min-width: 1025px) {
  .topGl_body canvas {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

.topGl_wrapper {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, transparent), color-stop(90%, black), color-stop(80%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to top, transparent 35%, black 90%, black 80%, transparent 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, transparent), color-stop(90%, black), color-stop(80%, black), to(transparent));
          mask-image: linear-gradient(to top, transparent 35%, black 90%, black 80%, transparent 100%);
}

.topGl_copy {
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  will-change: transform;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 320px) {
  .topGl_copy {
    top: 38.5%;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topGl_copy {
    top: 27.5%;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .topGl_copy img {
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topGl_copy img {
    width: 14rem;
  }
}

.topDesign {
  position: relative;
  z-index: 1;
  overflow: clip;
}
@media screen and (min-width: 320px) {
  .topDesign {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign {
    padding: 24.6rem 0 0;
  }
}
.topDesign .stickyArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .topDesign .stickyArea {
    margin-top: 5rem;
  }
}
.topDesign .stickyNav {
  position: relative;
  top: 0;
  z-index: 10;
  width: 21vw;
}
@media screen and (min-width: 320px) {
  .topDesign .stickyNav {
    padding: 9rem 0.5vw 3rem 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .stickyNav {
    padding: 17rem 2.5vw 0;
  }
}
.topDesign .stickyNav ul {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  gap: 0.8rem;
}
@media screen and (min-width: 320px) {
  .topDesign .stickyNav ul {
    top: 9rem;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .stickyNav ul {
    top: 17rem;
  }
}
.topDesign .stickyNav li {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .topDesign .stickyNav li {
    padding: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .stickyNav li {
    padding: 1rem;
  }
}
.topDesign .stickyNav a {
  display: block;
  width: 100%;
  font-family: "neueplak", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topDesign .stickyNav a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .stickyNav a {
    padding: 0.5rem 3.5rem 0.5rem 5rem;
    font-size: 2rem;
  }
}
.topDesign .stickyNav a span {
  display: inline-block;
}
.topDesign .stickyNav .navBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgb(var(--color-main));
}
.topDesign .stickyNav .navText {
  position: relative;
  z-index: 1;
}
.topDesign main {
  width: calc(100% - 25vw);
}
.topDesign main section {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topDesign main section {
    margin: 7rem 0 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign main section {
    margin: 12rem 0 5rem;
  }
}
.topDesign main .titleArea, .topDesign main .uniformSlider, .topDesign main .msBody {
  position: relative;
  z-index: 1;
}
.topDesign .titleArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .topDesign .titleArea {
    left: 0;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .titleArea {
    left: -25vw;
    width: 100vw;
    padding-right: unset;
  }
}
.topDesign .titleArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "neueplak", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .topDesign .titleArea .title {
    font-size: 5rem;
    -webkit-transform: translateX(-3.8rem);
            transform: translateX(-3.8rem);
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .titleArea .title {
    font-size: 15rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.topDesign .titleArea .title small {
  font-weight: 700;
  font-size: 27%;
}
.topDesign .titleArea p {
  line-height: 2;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .topDesign .titleArea p {
    font-size: 1.4rem;
    margin: 2rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .titleArea p {
    width: 40%;
    font-size: 1.8rem;
    margin: 2.7rem auto 0;
    text-align: center;
  }
}
.topDesign .uniformSlider {
  position: relative;
  left: -25vw;
  width: calc(100% + 25vw);
}
.topDesign .swiper-slide.swiper-slide-active .img {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.topDesign .swiper-slide .img {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
.topDesign .pageNation {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topDesign .pageNation {
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .pageNation {
    bottom: 5rem;
  }
}
.topDesign .pageNation .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 1.7rem;
  border-radius: 2.5px;
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 320px) {
  .topDesign .pageNation .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topDesign .pageNation .swiper-pagination-bullet {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.topDesign .pageNation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(var(--color-main));
}

@media screen and (min-width: 320px) {
  .topName .inner {
    padding: 5rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topName .inner {
    padding: 9rem 2vw 0;
  }
}
@media screen and (min-width: 320px) {
  .topName h3 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topName h3 {
    margin-top: 10rem;
  }
}
.topName p {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .topName p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topName p {
    font-size: 1.8rem;
    margin-top: 2.7rem;
  }
}
@media screen and (min-width: 320px) {
  .topName .small {
    width: 70%;
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .topName .small {
    width: 57%;
    margin: 5.5rem auto 0;
  }
}

.topPartner {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topPartner {
    padding: 15rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .topPartner {
    padding: 23rem 15.5vw 0 10vw;
    margin-top: 10rem;
  }
}
.topPartner .listWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .topPartner .listWrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPartner .listWrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 18rem;
  }
}
@media screen and (min-width: 320px) {
  .topPartner .listWrapper.supplier {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPartner .listWrapper.supplier {
    padding-top: 21rem;
  }
}
.topPartner .listTitle {
  font-weight: 700;
  font-family: "neueplak", sans-serif;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .topPartner .listTitle {
    font-size: 2.4rem;
    padding: 0 0 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topPartner .listTitle {
    width: 15%;
    font-size: 3.2rem;
    padding: 6rem 0 0;
  }
}
.topPartner .partnerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .topPartner .partnerList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 9rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .topPartner .partnerList {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 81.3%;
    gap: 9.5rem 18.5%;
  }
}
@media screen and (min-width: 320px) {
  .topPartner .logo {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .topPartner .logo {
    width: 21%;
  }
}

@media screen and (min-width: 320px) {
  .topFaq {
    padding: 15rem 5vw 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFaq {
    padding: 15rem 10vw 25rem;
    margin-top: 5rem;
  }
}
.topFaq .faqList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
}
@media screen and (min-width: 320px) {
  .topFaq .faqList {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFaq .faqList {
    margin-top: 7rem;
  }
}
.topFaq .faqItem {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  -webkit-box-shadow: 2.5px 4.33px 40px 0px rgba(255, 255, 255, 0.15);
          box-shadow: 2.5px 4.33px 40px 0px rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 320px) {
  .topFaq .faqItem {
    padding: 2rem 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFaq .faqItem {
    padding: 4.5rem 9.6rem 5rem 6.7rem;
  }
}
.topFaq .title {
  position: relative;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 320px) {
  .topFaq .title {
    font-size: 1.6rem;
    padding: 0 0 2rem 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFaq .title {
    font-size: 3.2rem;
    padding: 0 0 3.5rem 7.5rem;
  }
}
.topFaq .title::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: rgb(var(--color-main));
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topFaq .title::before {
    top: 0.8rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFaq .title::before {
    top: 1.5rem;
    font-size: 5rem;
  }
}
.topFaq .desc {
  position: relative;
  opacity: 0.8;
  letter-spacing: 0;
}
@media screen and (min-width: 320px) {
  .topFaq .desc {
    font-size: 1.4rem;
    padding-left: 3rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFaq .desc {
    font-size: 2.4rem;
    padding-left: 7.5rem;
    margin-top: 3.4rem;
  }
}
.topFaq .desc::before {
  position: absolute;
  left: 0;
  content: "A";
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topFaq .desc::before {
    top: 0.8rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topFaq .desc::before {
    top: 1.2rem;
    font-size: 5rem;
  }
}
.topFaq a {
  color: rgb(var(--color-main));
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 1px;
}

@media screen and (min-width: 320px) {
  .topProduct {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .topProduct {
    padding-top: 23rem;
    margin-top: 5rem;
  }
}
.topProduct .listWrapper {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topProduct .listWrapper {
    margin-top: 2rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topProduct .listWrapper {
    margin-top: 3.5rem;
    padding-bottom: 20rem;
  }
}
.topProduct .productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid;
}
@media screen and (min-width: 320px) {
  .topProduct .productList {
    padding: 0 2.5vw;
    gap: 0 4%;
  }
}
@media screen and (min-width: 1025px) {
  .topProduct .productList {
    padding: 0 2.5vw;
    gap: 0 2.75%;
  }
}
.topProduct .productItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .topProduct .productItem {
    width: 48%;
    padding-top: 3rem;
  }
  .topProduct .productItem:nth-of-type(2n+1) .textWrapper::before, .topProduct .productItem:nth-of-type(2n+1) .textWrapper::after {
    content: "";
  }
}
@media screen and (min-width: 1025px) {
  .topProduct .productItem {
    width: 31.5%;
    padding-top: 5rem;
  }
  .topProduct .productItem:nth-of-type(2n+1) .textWrapper::before, .topProduct .productItem:nth-of-type(2n+1) .textWrapper::after {
    content: none;
  }
  .topProduct .productItem:nth-of-type(3n+1) .textWrapper::before, .topProduct .productItem:nth-of-type(3n+1) .textWrapper::after {
    content: "";
  }
}
.topProduct .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
}
.topProduct .thumbnail img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.topProduct .thumbnail:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.topProduct .textWrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .topProduct .textWrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 2rem;
    padding: 1rem 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .topProduct .textWrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5rem;
    padding: 2rem 0 2.5rem;
  }
}
.topProduct .textWrapper::before, .topProduct .textWrapper::after {
  position: absolute;
  left: -2.5vw;
  height: 1px;
  width: 100vw;
  background: #FFFFFF;
}
.topProduct .textWrapper::before {
  top: 0;
}
.topProduct .textWrapper::after {
  bottom: 0;
}
.topProduct .titleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .topProduct .titleWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .topProduct .titleWrapper {
    width: 95%;
  }
}
.topProduct .title {
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 320px) {
  .topProduct .title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topProduct .title {
    font-size: 2.8rem;
  }
}
.topProduct .price {
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 320px) {
  .topProduct .price {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .topProduct .price {
    font-size: 1.8rem;
    margin-top: 0.3rem;
  }
}
.topProduct .icon {
  position: absolute;
  stroke: white;
  visibility: hidden;
}
@media screen and (min-width: 320px) {
  .topProduct .icon {
    bottom: 1.6rem;
    right: 0;
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .topProduct .icon {
    top: 5rem;
    right: -1.8rem;
    width: 8%;
    bottom: unset;
  }
}
.topProduct .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.topProductInfoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .topProductInfoArea {
    padding: 0 5%;
    margin-top: -5rem;
  }
}
@media screen and (min-width: 600px) {
  .topProductInfoArea {
    padding: 0 15%;
    margin-top: -5rem;
  }
}
.topProductInfoArea .price {
  width: 100%;
  margin: 4.5rem 0;
  text-align: center;
}
.topProductInfoArea .price p {
  font-size: 1.6rem;
  opacity: 0.8;
}
.topProductInfoArea dl {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 320px) {
  .topProductInfoArea dl {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .topProductInfoArea dl {
    width: calc(50% - 8px);
  }
}
.topProductInfoArea dt {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.topProductInfoArea dd {
  font-size: 1.6rem;
  opacity: 0.85;
}
.topProductInfoArea dd a {
  text-decoration: underline;
}
.topProductInfoArea dd a:hover {
  text-decoration: none;
}

.tabBody {
  width: 100%;
}
.tabBody ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.tabBody .tabTrigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.5rem;
  font-size: 1.8rem;
  background: white;
  color: rgb(var(--color-main));
  opacity: 0.72;
}
.tabBody .tabTrigger svg {
  display: block;
  position: absolute;
  left: 3rem;
}
@media screen and (min-width: 320px) {
  .tabBody .tabTrigger svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabBody .tabTrigger svg {
    width: 2rem;
    height: 2rem;
  }
}
.tabBody .tabTrigger.isActive {
  background: rgb(var(--color-main));
  color: white;
  opacity: 1;
}
.tabBody .tabTarget {
  display: none;
  background: rgb(var(--color-main));
  color: #FFFFFF;
  padding: 2.5rem;
  border-radius: 0 0 3px 3px;
}
.tabBody .tabTarget p {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 320px) {
  .tabBody .tabTarget p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabBody .tabTarget p {
    font-size: 1.8rem;
  }
}
.tabBody .tabTarget a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  font-weight: 700;
  background: #FFFFFF;
  color: #1c2652;
  border-radius: 3px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 320px) {
  .tabBody .tabTarget a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabBody .tabTarget a {
    font-size: 1.6rem;
  }
}
.tabBody .tabTarget a svg {
  display: block;
  position: absolute;
  right: 3rem;
  stroke: #1c2652;
}
@media screen and (min-width: 320px) {
  .tabBody .tabTarget a svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .tabBody .tabTarget a svg {
    width: 2rem;
    height: 2rem;
  }
}
.tabBody .tabTarget.isActive {
  display: block;
}

.lity {
  z-index: 99900 !important;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

.lity-close {
  width: 7.5rem !important;
  height: 7.5rem !important;
  font-size: 6.5rem !important;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.lity-close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topConcept {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.topConcept__video {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .topConcept__video {
    height: 100vh;
  }
}
@media screen and (min-width: 1025px) {
  .topConcept__video {
    height: 150vh;
  }
}
.topConcept__videoBg {
  position: fixed;
  inset: 0;
  opacity: 0;
  -webkit-filter: brightness(0.72);
          filter: brightness(0.72);
  pointer-events: none;
  --bgCut: 0%; /* 透明領域の“伸び” */
  --bgFeather: 18%; /* ぼかし幅（好みで調整） */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) var(--bgCut), rgb(0, 0, 0) calc(var(--bgCut) + var(--bgFeather)), rgb(0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) var(--bgCut), rgb(0, 0, 0) calc(var(--bgCut) + var(--bgFeather)), rgb(0, 0, 0) 100%);
  will-change: opacity, -webkit-mask-image, mask-image;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* iOS安定化 */
}
.topConcept__videoBg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topConcept__videoLayer {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 320px) {
  .topConcept__videoLayer {
    gap: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .topConcept__videoLayer {
    gap: 64px;
  }
}
.topConcept__videoLayer p {
  line-height: 2.14;
}
@media screen and (min-width: 320px) {
  .topConcept__videoLayer p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topConcept__videoLayer p {
    font-size: 2.2rem;
  }
}
.topConcept__videoLayer p strong {
  font-weight: 700;
  font-size: 108%;
  margin-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .topConcept__videoLayer .sp {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .topConcept__videoLayer .sp {
    display: none;
  }
}
.topConcept__videoWrapper {
  position: relative;
  display: block;
}
@media screen and (min-width: 320px) {
  .topConcept__videoWrapper {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .topConcept__videoWrapper {
    width: 50%;
  }
}
.topConcept__videoWrapper:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.topConcept__videoWrapper:hover svg {
  opacity: 0 !important;
}
.topConcept__videoIcon {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topConcept__videoIcon svg {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  .topConcept__videoIcon svg {
    width: 16%;
    height: 16%;
  }
}
@media screen and (min-width: 1025px) {
  .topConcept__videoIcon svg {
    width: 16%;
    height: 16%;
  }
}
.topConcept__video img {
  -webkit-filter: brightness(0.72);
          filter: brightness(0.72);
  -webkit-transition: -webkit-filter 400ms ease, -webkit-transform 400ms ease;
  transition: -webkit-filter 400ms ease, -webkit-transform 400ms ease;
  transition: filter 400ms ease, transform 400ms ease;
  transition: filter 400ms ease, transform 400ms ease, -webkit-filter 400ms ease, -webkit-transform 400ms ease;
}

.conceptContent {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .conceptContent {
    bottom: 15vh;
  }
}
@media screen and (min-width: 1025px) {
  .conceptContent {
    bottom: 7rem;
  }
}

.conceptText {
  line-height: 2;
}
@media screen and (min-width: 320px) {
  .conceptText {
    font-size: 1.3rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .conceptText {
    font-size: 2.1rem;
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 320px) {
  .conceptText .sp {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .conceptText .sp {
    display: none;
  }
}

.conceptText_wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 32px;
}
.conceptText_wrapper p {
  text-align: center;
}

@media screen and (min-width: 320px) {
  .conceptDesign {
    width: 30rem;
    margin-top: 5vh;
  }
}
@media screen and (min-width: 1025px) {
  .conceptDesign {
    width: 55.8rem;
    margin-top: 5.2rem;
  }
}

.conceptDesign_thumbsWrapper {
  position: relative;
}

.periods_wrapper {
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .periods_wrapper {
    top: 8rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .periods_wrapper {
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}

.periods_wrapper, .period {
  font-size: 1.8rem;
  width: 8rem;
  height: 2.4rem;
}

.period {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "neueplak", sans-serif;
  font-weight: 700;
}

.conceptDesign_thumbs {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1.6px;
}

.conceptDesign_thumb {
  position: relative;
  background: white;
  opacity: 0.45;
  -webkit-filter: grayscale(0.65);
          filter: grayscale(0.65);
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease;
  transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}
@media screen and (min-width: 320px) {
  .conceptDesign_thumb {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .conceptDesign_thumb {
    width: 4rem;
    height: 4rem;
  }
}
.conceptDesign_thumb.isActive {
  z-index: 1;
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.conceptImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, transparent), color-stop(100%, black), color-stop(80%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to top, transparent 20%, black 100%, black 80%, transparent 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, transparent), color-stop(100%, black), color-stop(80%, black), to(transparent));
          mask-image: linear-gradient(to top, transparent 20%, black 100%, black 80%, transparent 100%);
}
.conceptImage img {
  height: 100%;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.scrollIndicator {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
@media screen and (min-width: 320px) {
  .scrollIndicator {
    right: 5vw;
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .scrollIndicator {
    right: 9.6vw;
    gap: 2rem;
  }
}

.scrollLine {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .scrollLine {
    height: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .scrollLine {
    height: 13rem;
  }
}
.scrollLine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-animation: scrollLine 2s ease infinite;
          animation: scrollLine 2s ease infinite;
}

.scrollText {
  color: #FFFFFF;
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  .scrollText {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .scrollText {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.topDetail_body.is-inview .topDetail_slash .barInner {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.topDetail_wrapper {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topDetail_wrapper {
    padding: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_wrapper {
    padding: 0;
  }
}

.topDetail_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}

.topDetail_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .topDetail_img .imgWrapper {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
.topDetail_img:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .topDetail_img:first-child .img {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_img:first-child .img {
    width: 40%;
  }
}
@media screen and (min-width: 320px) {
  .topDetail_img:nth-child(2) {
    margin: 26rem 0 -8rem;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_img:nth-child(2) {
    margin: -10rem 0 3rem;
  }
}
.topDetail_img:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .topDetail_img:last-child .img {
    width: 38.5%;
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_img:last-child .img {
    width: 27.5%;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@media screen and (min-width: 320px) {
  .topDetail_img .img {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_img .img {
    width: 30%;
  }
}

.topDetail_slash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.topDetail_slash .bar {
  position: absolute;
  top: 40%;
  left: -50%;
  width: 200%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 320px) {
  .topDetail_slash .bar {
    height: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_slash .bar {
    height: 24rem;
  }
}
.topDetail_slash .barInner {
  width: 100%;
  height: 100%;
  background: var(--color-accent-dark);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 600ms ease 400ms;
  transition: -webkit-transform 600ms ease 400ms;
  transition: transform 600ms ease 400ms;
  transition: transform 600ms ease 400ms, -webkit-transform 600ms ease 400ms;
  will-change: transform;
}

.topDetail_copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .topDetail_copy {
    font-size: 5.2rem;
    padding: 12vw 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_copy {
    font-size: 17.5rem;
    padding: 0 10vw;
  }
}

.topDetail_text {
  position: relative;
  text-align: center;
}
.topDetail_text:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .topDetail_text:last-child {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_text:last-child {
    padding-bottom: 0;
  }
}
.topDetail_text .subcopy {
  position: absolute;
  font-weight: 400;
  line-height: 1.52;
  width: 20%;
}
@media screen and (min-width: 320px) {
  .topDetail_text .subcopy {
    font-size: 0.8rem;
    top: -21rem;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_text .subcopy {
    font-size: 1.8rem;
    top: auto;
    right: 0;
    bottom: -15rem;
    left: auto;
    text-align: right;
  }
}
.topDetail_text .subdesc {
  font-weight: 400;
  line-height: 1.52;
  margin-top: 24px;
}
@media screen and (min-width: 320px) {
  .topDetail_text .subdesc {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topDetail_text .subdesc {
    font-size: 1.8rem;
  }
}
.topDetail_text .subdesc_title {
  margin-bottom: 16px;
}
.topDetail_text .subdesc_para {
  opacity: 0.85;
}

@media screen and (min-width: 320px) {
  .noveltyGal_body {
    margin: 24px 0 48px;
  }
}
@media screen and (min-width: 1025px) {
  .noveltyGal_body {
    margin: 32px 0 80px;
  }
}

.noveltyGal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .noveltyGal {
    gap: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .noveltyGal {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.noveltyGal .img {
  display: block;
}
@media screen and (min-width: 320px) {
  .noveltyGal .img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .noveltyGal .img {
    width: 45%;
  }
}
.noveltyGal .img img {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.noveltyGal .img:hover img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.sizeTabale_body {
  margin-top: 32px;
}
@media screen and (min-width: 320px) {
  .sizeTabale_body {
    width: calc(100% + 5vw);
  }
}
@media screen and (min-width: 1025px) {
  .sizeTabale_body {
    width: 100%;
  }
}

.sizeTable_section {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 320px) {
  .sizeTable_section {
    overflow: scroll;
  }
}
@media screen and (min-width: 1025px) {
  .sizeTable_section {
    overflow: hidden;
  }
}
.sizeTable_section:last-child {
  border-bottom: none;
}
@media screen and (min-width: 320px) {
  .sizeTable_section p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .sizeTable_section p {
    font-size: 1.6rem;
  }
}
.sizeTable_section p a {
  text-decoration: underline;
}
.sizeTable_section p a:hover {
  text-decoration: none;
}

.sizeTable_title {
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .sizeTable_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .sizeTable_title {
    font-size: 2.4rem;
  }
}

.sizeTable_titleSub {
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .sizeTable_titleSub {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .sizeTable_titleSub {
    font-size: 2rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-family: sans-serif;
  font-size: 14px;
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

th {
  background-color: var(--color-main);
  color: white;
  font-weight: bold;
}/*# sourceMappingURL=top_new.css.map */