@charset "UTF-8";
.u-mt {
  -webkit-margin-before: calc(var(--mt, 0) / var(--design_width) * 100vw);
          margin-block-start: calc(var(--mt, 0) / var(--design_width) * 100vw);
}

.u-mb {
  -webkit-margin-after: calc(var(--mb, 0) / var(--design_width) * 100vw);
          margin-block-end: calc(var(--mb, 0) / var(--design_width) * 100vw);
}

.u-ms {
  -webkit-margin-start: calc(var(--ms, 0) / var(--design_width) * 100vw);
          margin-inline-start: calc(var(--ms, 0) / var(--design_width) * 100vw);
}

.u-me {
  -webkit-margin-end: calc(var(--me, 0) / var(--design_width) * 100vw);
          margin-inline-end: calc(var(--me, 0) / var(--design_width) * 100vw);
}

.u-pt {
  -webkit-padding-before: calc(var(--pt, 0) / var(--design_width) * 100vw);
          padding-block-start: calc(var(--pt, 0) / var(--design_width) * 100vw);
}

.u-pb {
  -webkit-padding-after: calc(var(--pb, 0) / var(--design_width) * 100vw);
          padding-block-end: calc(var(--pb, 0) / var(--design_width) * 100vw);
}

.u-ps {
  -webkit-padding-start: calc(var(--ps, 0) / var(--design_width) * 100vw);
          padding-inline-start: calc(var(--ps, 0) / var(--design_width) * 100vw);
}

.u-pe {
  -webkit-padding-end: calc(var(--pe, 0) / var(--design_width) * 100vw);
          padding-inline-end: calc(var(--pe, 0) / var(--design_width) * 100vw);
}

.u-my {
  margin-block: calc(var(--my, 0) / var(--design_width) * 100vw);
}

.u-mx {
  margin-inline: calc(var(--mx, 0) / var(--design_width) * 100vw);
}

.u-m {
  margin: calc(var(--m, 0) / var(--design_width) * 100vw);
}

.u-py {
  padding-block: calc(var(--py, 0) / var(--design_width) * 100vw);
}

.u-px {
  padding-inline: calc(var(--px, 0) / var(--design_width) * 100vw);
}

.u-p {
  padding: calc(var(--p, 0) / var(--design_width) * 100vw);
}

.anim-delay-1 {
  --delay: 0.1s;
}

.anim-delay-2 {
  --delay: 0.2s;
}

.anim-delay-3 {
  --delay: 0.3s;
}

.anim-delay-4 {
  --delay: 0.4s;
}

.anim-delay-5 {
  --delay: 0.5s;
}

.anim-delay-6 {
  --delay: 0.6s;
}

.anim-delay-7 {
  --delay: 0.7s;
}

.anim-delay-8 {
  --delay: 0.8s;
}

.anim-delay-9 {
  --delay: 0.9s;
}

.anim-delay-10 {
  --delay: 1s;
}

.anim-delay-11 {
  --delay: 1.1s;
}

.anim-delay-12 {
  --delay: 1.2s;
}

.anim-delay-13 {
  --delay: 1.3s;
}

.anim-delay-14 {
  --delay: 1.4s;
}

.anim-delay-15 {
  --delay: 1.5s;
}

.anim-delay-16 {
  --delay: 1.6s;
}

.anim-delay-17 {
  --delay: 1.7s;
}

.anim-delay-18 {
  --delay: 1.8s;
}

.anim-delay-19 {
  --delay: 1.9s;
}

.anim-delay-20 {
  --delay: 2s;
}

.anim-delay-21 {
  --delay: 2.1s;
}

.anim-delay-22 {
  --delay: 2.2s;
}

.anim-delay-23 {
  --delay: 2.3s;
}

.anim-delay-24 {
  --delay: 2.4s;
}

.anim-delay-25 {
  --delay: 2.5s;
}

.anim-delay-26 {
  --delay: 2.6s;
}

.anim-delay-27 {
  --delay: 2.7s;
}

.anim-delay-28 {
  --delay: 2.8s;
}

.anim-delay-29 {
  --delay: 2.9s;
}

.anim-delay-30 {
  --delay: 3s;
}

.anim-delay-31 {
  --delay: 3.1s;
}

.anim-delay-32 {
  --delay: 3.2s;
}

.anim-delay-33 {
  --delay: 3.3s;
}

.anim-delay-34 {
  --delay: 3.4s;
}

.anim-delay-35 {
  --delay: 3.5s;
}

.anim-delay-36 {
  --delay: 3.6s;
}

.anim-delay-37 {
  --delay: 3.7s;
}

.anim-delay-38 {
  --delay: 3.8s;
}

.anim-delay-39 {
  --delay: 3.9s;
}

.anim-delay-40 {
  --delay: 4s;
}

.anim-delay-41 {
  --delay: 4.1s;
}

.anim-delay-42 {
  --delay: 4.2s;
}

.anim-delay-43 {
  --delay: 4.3s;
}

.anim-delay-44 {
  --delay: 4.4s;
}

.anim-delay-45 {
  --delay: 4.5s;
}

.anim-delay-46 {
  --delay: 4.6s;
}

.anim-delay-47 {
  --delay: 4.7s;
}

.anim-delay-48 {
  --delay: 4.8s;
}

.anim-delay-49 {
  --delay: 4.9s;
}

.anim-delay-50 {
  --delay: 5s;
}

[data-effect] {
  opacity: 0;
  will-change: opacity, transform, filter;
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
}

.fade-in {
  opacity: 0;
}
.fade-in.is-show {
  -webkit-animation-name: fadeIn_anim;
          animation-name: fadeIn_anim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn_anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn_anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slide-up {
  opacity: 0;
}
.slide-up.is-show {
  -webkit-animation-name: slideUp_anim;
          animation-name: slideUp_anim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slideUp_anim {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp_anim {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slide-left {
  opacity: 0;
}
.slide-left.is-show {
  -webkit-animation-name: slideLeft_anim;
          animation-name: slideLeft_anim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slideLeft_anim {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideLeft_anim {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slide-right {
  opacity: 0;
}
.slide-right.is-show {
  -webkit-animation-name: slideRight_anim;
          animation-name: slideRight_anim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slideRight_anim {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideRight_anim {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.blur-in {
  opacity: 0;
}
.blur-in.is-show {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-animation-name: blurIn_anim;
          animation-name: blurIn_anim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes blurIn_anim {
  from {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blurIn_anim {
  from {
    opacity: 0;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.zoom-out {
  opacity: 0;
}
.zoom-out.is-show {
  -webkit-animation-name: zoomOut_anime;
          animation-name: zoomOut_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes zoomOut_anime {
  from {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOut_anime {
  from {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.clip-path-left {
  opacity: 0;
}
.clip-path-left.is-show {
  -webkit-animation-name: clipPath_Left_anime;
          animation-name: clipPath_Left_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes clipPath_Left_anime {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes clipPath_Left_anime {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.clip-path-right {
  opacity: 0;
}
.clip-path-right.is-show {
  -webkit-animation-name: clipPathRight_anime;
          animation-name: clipPathRight_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes clipPathRight_anime {
  from {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes clipPathRight_anime {
  from {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.clip-path-top {
  opacity: 0;
}
.clip-path-top.is-show {
  -webkit-animation-name: clipPathTop_anime;
          animation-name: clipPathTop_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes clipPathTop_anime {
  from {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes clipPathTop_anime {
  from {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.clip-path-bottom {
  opacity: 0;
}
.clip-path-bottom.is-show {
  -webkit-animation-name: clipPathBottom_anime;
          animation-name: clipPathBottom_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes clipPathBottom_anime {
  from {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes clipPathBottom_anime {
  from {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.clip-path-topleft {
  opacity: 0;
}
.clip-path-topleft.is-show {
  -webkit-animation-name: clipPathTopLeft_anime;
          animation-name: clipPathTopLeft_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes clipPathTopLeft_anime {
  from {
    -webkit-clip-path: inset(0 100% 100% 0);
            clip-path: inset(0 100% 100% 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes clipPathTopLeft_anime {
  from {
    -webkit-clip-path: inset(0 100% 100% 0);
            clip-path: inset(0 100% 100% 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.clip-path-center {
  opacity: 0;
}
.clip-path-center.is-show {
  -webkit-animation-name: clipPathCenter_anime;
          animation-name: clipPathCenter_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes clipPathCenter_anime {
  from {
    -webkit-clip-path: inset(100% 0 100%);
            clip-path: inset(100% 0 100%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes clipPathCenter_anime {
  from {
    -webkit-clip-path: inset(100% 0 100%);
            clip-path: inset(100% 0 100%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.clip-path-circle {
  opacity: 0;
}
.clip-path-circle.is-show {
  -webkit-animation-name: clipPathCircle_anime;
          animation-name: clipPathCircle_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes clipPathCircle_anime {
  from {
    -webkit-clip-path: circle(0 at 50% 200%);
            clip-path: circle(0 at 50% 200%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}

@keyframes clipPathCircle_anime {
  from {
    -webkit-clip-path: circle(0 at 50% 200%);
            clip-path: circle(0 at 50% 200%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
.clip-path-polygon {
  opacity: 0;
}
.clip-path-polygon.is-show {
  -webkit-animation-name: clipPathPolygon_anime;
          animation-name: clipPathPolygon_anime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes clipPathPolygon_anime {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
            clip-path: polygon(0 0, 200% 0, 0 200%);
    opacity: 1;
  }
}

@keyframes clipPathPolygon_anime {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
    opacity: 0;
  }
  to {
    -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
            clip-path: polygon(0 0, 200% 0, 0 200%);
    opacity: 1;
  }
}
.mask-bg-slide-left {
  display: inline-block;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.mask-bg-slide-left > * {
  opacity: 0;
  position: relative;
  z-index: 0;
}
.mask-bg-slide-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #C3E33A;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  z-index: 1;
  pointer-events: none;
}
.mask-bg-slide-left.is-show > * {
  -webkit-animation: maskBgRevealImg_anime 1.2s cubic-bezier(0.8, 0, 0.17, 1) both;
          animation: maskBgRevealImg_anime 1.2s cubic-bezier(0.8, 0, 0.17, 1) both;
}
.mask-bg-slide-left.is-show::after {
  -webkit-animation: maskBgSlideLeft_anime 1.2s cubic-bezier(0.8, 0, 0.17, 1) both;
          animation: maskBgSlideLeft_anime 1.2s cubic-bezier(0.8, 0, 0.17, 1) both;
}

@-webkit-keyframes maskBgSlideLeft_anime {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes maskBgSlideLeft_anime {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes maskBgRevealImg_anime {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  44% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes maskBgRevealImg_anime {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  44% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --design_width: 1366;
  --design_height: 740;
}
@media (max-width: 1032px) {
  :root {
    --design_width: 428;
    --design_height: 926;
  }
}
:root {
  --header_height: 0;
}
@media (max-width: 1032px) {
  :root {
    --header_height: 0;
  }
}
:root {
  --Font__Eng__01: "EB Garamond", serif;
  --Font__Eng__02: "NHaasGroteskDSPro-55Rg", sans-serif;
  --Font__Jpn__01: "Noto Sans JP", sans-serif;
  --Color__Primary: #C3E33A;
  --Color__Secondary: #E8E8DF;
}

body {
  margin: 0;
}

main * h1, main * h2, main * h3, main * h4, main * h5, main * h6 {
  font-size: unset;
  font-weight: unset;
}
main * picture,
main * img {
  width: 100%;
  display: block;
  overflow: hidden;
}
main * ul, main * li {
  list-style: none;
}
main * a {
  text-decoration: none;
  color: unset;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  main * a:hover {
    cursor: pointer;
  }
}

.nav__footer {
  position: relative;
  display: grid;
  gap: calc(6 / var(--design_width) * 100vw);
  width: calc(357 / var(--design_width) * 100vw);
  margin-inline: auto;
  padding-block: calc(11.5 / var(--design_width) * 100vw);
  border-top: solid calc(1 / var(--design_width) * 100vw) #fff;
  border-bottom: solid calc(1 / var(--design_width) * 100vw) #fff;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__footer[data-footer=footer__pc] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
}
.nav__footer::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(11 / var(--design_width) * 100vw);
  display: grid;
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/btn__arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(17 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
  z-index: 1;
}
.nav__footer span.footer__title__main {
  font-family: var(--Font__Eng__01);
  font-weight: 800;
  font-size: calc(20 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0.025em;
}
.nav__footer span.footer__title__sub {
  font-family: var(--Font__Jpn__01);
  font-weight: 400;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: -0.03em;
}

.btn__check {
  display: block;
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: solid calc(1 / var(--design_width) * 100vw) #626262;
  border-radius: 9999px;
  padding-block: calc(4.5 / var(--design_width) * 100vw);
  background-color: #E6F7A0;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn__check:hover {
  cursor: pointer;
  background-color: #121212;
  color: #E6F7A0;
}
.btn__check.btn__body {
  position: relative;
  display: grid;
  width: calc(107.5 / var(--design_width) * 100vw);
  text-align: center;
}
.btn__check.btn__body span {
  font-family: var(--Font__Eng__01);
  font-size: calc(15 / var(--design_width) * 100vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

#lp__wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #1A1311;
}

#lp__wrapper {
  display: grid;
  grid-template-columns: calc(469 / var(--design_width) * 100vw) calc(428 / var(--design_width) * 100vw) auto;
  gap: 0;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1032px) {
  #lp__wrapper {
    grid-template-columns: 100%;
  }
}
#lp__wrapper .lp__mv__slider {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1032px) {
  #lp__wrapper .lp__mv__slider {
    display: none;
  }
}
#lp__wrapper .lp__mv__slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#lp__wrapper .lp__mv__slider .swiper-slide-active img,
#lp__wrapper .lp__mv__slider .swiper-slide-duplicate-active img {
  -webkit-animation: mvSlide_anim 2.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: mvSlide_anim 2.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@-webkit-keyframes mvSlide_anim {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mvSlide_anim {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#lp__wrapper .footer__side__pc {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: calc(469 / var(--design_width) * 100vw);
  height: 100vh;
}
@media (max-width: 1032px) {
  #lp__wrapper .footer__side__pc {
    display: none;
  }
}
#lp__wrapper .footer__side__pc .footer__image {
  position: relative;
  width: 100%;
  height: 100%;
}
#lp__wrapper .footer__side__pc .footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lp__container {
  position: relative;
  container-type: inline-size;
  overflow: hidden;
  z-index: 10;
}
.lp__container .lp__mv {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #121212;
}
.lp__container .lp__mv .mv__head,
.lp__container .lp__mv .h1__title,
.lp__container .lp__mv .h2__title {
  position: absolute;
  z-index: 1;
}
.lp__container .lp__mv .mv__head {
  top: calc(23 / var(--design_width) * 100vw);
  left: calc(18 / var(--design_width) * 100vw);
  width: calc(81.34 / var(--design_width) * 100vw);
  height: calc(10.65 / var(--design_width) * 100vw);
}
.lp__container .lp__mv .h1__title {
  top: calc(20 / var(--design_width) * 100vw);
  right: calc(14.4 / var(--design_width) * 100vw);
}
.lp__container .lp__mv .h1__title h1 span {
  display: block;
}
.lp__container .lp__mv .h1__title h1 span img {
  width: calc(22.6 / var(--design_width) * 100vw);
  height: calc(341.36 / var(--design_width) * 100vw);
}
.lp__container .lp__mv .h2__title {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(181 / var(--design_width) * 100vw);
  display: grid;
  gap: calc(23.1 / var(--design_width) * 100vw);
  width: auto;
  height: auto;
}
.lp__container .lp__mv .h2__title .h2__title__main__01[data-effect=mask-bg-slide-left].mask-bg-slide-left::after,
.lp__container .lp__mv .h2__title .h2__title__main__02[data-effect=mask-bg-slide-left].mask-bg-slide-left::after,
.lp__container .lp__mv .h2__title .h2__title__sub__01[data-effect=mask-bg-slide-left].mask-bg-slide-left::after,
.lp__container .lp__mv .h2__title .h2__title__sub__02[data-effect=mask-bg-slide-left].mask-bg-slide-left::after {
  background-color: var(--Color__Primary);
}
.lp__container .lp__mv .h2__title .h2__title__main {
  display: grid;
  gap: calc(12.5 / var(--design_width) * 100vw);
}
.lp__container .lp__mv .h2__title .h2__title__main .h2__title__main__01,
.lp__container .lp__mv .h2__title .h2__title__main .h2__title__main__02 {
  position: relative;
  margin-inline: auto;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.16));
}
.lp__container .lp__mv .h2__title .h2__title__main .h2__title__main__01 {
  width: calc(173.65 / var(--design_width) * 100vw);
}
.lp__container .lp__mv .h2__title .h2__title__main .h2__title__main__01 span {
  display: block;
}
.lp__container .lp__mv .h2__title .h2__title__main .h2__title__main__01 span img {
  width: 100%;
  height: 100%;
}
.lp__container .lp__mv .h2__title .h2__title__main .h2__title__main__02 {
  width: calc(344.59 / var(--design_width) * 100vw);
}
.lp__container .lp__mv .h2__title .h2__title__main .h2__title__main__02 span {
  display: block;
}
.lp__container .lp__mv .h2__title .h2__title__main .h2__title__main__02 span img {
  width: 100%;
  height: 100%;
}
.lp__container .lp__mv .h2__title .h2__title__sub {
  position: relative;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: calc(11.6 / var(--design_width) * 100vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp__container .lp__mv .h2__title .h2__title__sub span {
  display: block;
}
.lp__container .lp__mv .h2__title .h2__title__sub span.h2__title__sub__01 {
  width: calc(122.32 / var(--design_width) * 100vw);
}
.lp__container .lp__mv .h2__title .h2__title__sub span.icon__collaboration {
  width: calc(14.91 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
}
.lp__container .lp__mv .h2__title .h2__title__sub span.h2__title__sub__02 {
  width: calc(155.23 / var(--design_width) * 100vw);
}
.lp__container .lp__mv .mv__image {
  position: relative;
  width: 100%;
  height: 100svh;
}
.lp__container .lp__mv .mv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.lp__container .lp__intro {
  position: relative;
  padding-block: calc(39 / var(--design_width) * 100vw) calc(36 / var(--design_width) * 100vw);
  padding-inline: calc(35.5 / var(--design_width) * 100vw);
  background-color: var(--Color__Secondary);
}
.lp__container .lp__intro .intro__head {
  position: relative;
  display: grid;
  gap: calc(14 / var(--design_width) * 100vw);
}
.lp__container .lp__intro .intro__head h3 {
  display: grid;
  gap: calc(6 / var(--design_width) * 100vw);
}
.lp__container .lp__intro .intro__head h3 span {
  display: block;
}
.lp__container .lp__intro .intro__head h3 span.intro__title__main {
  width: calc(228.51 / var(--design_width) * 100vw);
  margin-inline: auto;
}
.lp__container .lp__intro .intro__head h3 span.intro__title__sub {
  position: relative;
  margin-inline: auto;
  z-index: 1;
  font-family: var(--Font__Jpn__01);
  font-weight: 700;
  font-size: calc(17 / var(--design_width) * 100vw);
  line-height: 1.4117647059;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1A1311;
}
.lp__container .lp__intro .intro__head h3 span.intro__title__sub .tittle__line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 86%;
  height: calc(10.5 / var(--design_width) * 100vw);
  background-color: var(--Color__Primary);
  z-index: -1;
}
.lp__container .lp__intro .intro__head .intro__read {
  position: relative;
}
.lp__container .lp__intro .intro__head .intro__read p {
  font-family: var(--Font__Jpn__01);
  font-weight: 500;
  font-size: calc(13 / var(--design_width) * 100vw);
  line-height: 1.4615384615;
  letter-spacing: 0.03em;
  color: #1A1311;
}
.lp__container .lp__intro .intro__nav__style {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: calc(22 / var(--design_width) * 100vw) calc(25 / var(--design_width) * 100vw);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: calc(32 / var(--design_width) * 100vw);
          margin-block-start: calc(32 / var(--design_width) * 100vw);
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item {
  position: relative;
  display: grid;
  gap: calc(16 / var(--design_width) * 100vw);
  width: calc(166 / var(--design_width) * 100vw);
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item::before {
  content: "";
  position: absolute;
  top: calc(-10 / var(--design_width) * 100vw);
  left: calc(-6 / var(--design_width) * 100vw);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(33.93 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
  z-index: 1;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item[data-thmb=style__a]::before {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/item__type__a.svg");
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item[data-thmb=style__b]::before {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/item__type__b.svg");
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item[data-thmb=style__c]::before {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/item__type__c.svg");
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item[data-thmb=style__d]::before {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/item__type__d.svg");
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__thmb {
  position: relative;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__thmb a:hover {
  opacity: 0.6;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__thmb::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-10 / var(--design_width) * 100vw);
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/btn__arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(17 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
  z-index: 1;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__thmb img {
  outline: calc(1 / var(--design_width) * 100vw) solid rgb(0, 0, 0);
  outline-offset: 0;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data {
  position: relative;
  display: grid;
  gap: calc(6 / var(--design_width) * 100vw);
  text-align: center;
  color: #1A1311;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data p {
  display: block;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data p.intro__nav__read {
  font-family: var(--Font__Jpn__01);
  font-weight: 500;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data .intro__nav__credit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data .intro__nav__credit:hover {
  opacity: 0.6;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data .intro__nav__credit span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data .intro__nav__credit span.intro__nav__itemname {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--Font__Jpn__01);
  font-weight: 700;
  font-size: calc(16 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: -0.03em;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data .intro__nav__credit span.intro__nav__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(18 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data .intro__nav__credit span.intro__nav__price::before {
  content: "¥";
  font-weight: 600;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-inline: calc(3 / var(--design_width) * 100vw);
}
.lp__container .lp__intro .intro__nav__style .intro__nav__item .intro__nav__data .intro__nav__credit span.intro__nav__price::after {
  content: "(tax in)";
  font-weight: 600;
  font-style: italic;
  font-size: calc(10 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-inline: calc(4 / var(--design_width) * 100vw);
}
.lp__container .lp__style {
  position: relative;
  background-color: #fff;
}
.lp__container .lp__style .style__header {
  position: relative;
  background-color: #121212;
}
.lp__container .lp__style .style__header .style__header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: grid;
  gap: calc(7 / var(--design_width) * 100vw);
  width: 100%;
  z-index: 1;
}
.lp__container .lp__style .style__header .style__header__title span {
  display: block;
}
.lp__container .lp__style .style__header .style__header__title .style__num {
  -webkit-margin-after: calc(12.4 / var(--design_width) * 100vw);
          margin-block-end: calc(12.4 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__header .style__header__title h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20 / var(--design_width) * 100vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp__container .lp__style .style__header .style__header__title h3 span {
  display: inline-block;
}
.lp__container .lp__style .style__header .style__header__title h3 span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lp__container .lp__style .style__header .style__header__title .icon__cllb {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/icon__cllb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(23.09 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
}
.lp__container .lp__style .style__header .style__header__title .style__header__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--Font__Jpn__01);
  font-weight: 700;
  font-size: calc(18 / var(--design_width) * 100vw);
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.lp__container .lp__style .style__header .style__header__image {
  position: relative;
  overflow: hidden;
}
.lp__container .lp__style .style__header .style__header__image img {
  width: 100%;
}
.lp__container .lp__style .style__detail {
  position: relative;
  -webkit-padding-before: calc(33 / var(--design_width) * 100vw);
          padding-block-start: calc(33 / var(--design_width) * 100vw);
  background-color: var(--Color__Secondary);
}
.lp__container .lp__style .style__detail .style__detail__head {
  position: relative;
  display: grid;
  gap: calc(20 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__title {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__title h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: calc(12 / var(--design_width) * 100vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--Font__Jpn__01);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__title h4 span {
  position: relative;
  display: inline-block;
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__title h4 span.style__detail__cat {
  padding-block: calc(6 / var(--design_width) * 100vw);
  padding-inline: calc(1.95 / var(--design_width) * 100vw);
  background-color: #E6F7A0;
  border: solid calc(1 / var(--design_width) * 100vw) #0B0B0B;
  font-size: calc(16 / var(--design_width) * 100vw);
  line-height: 1;
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__title h4 span.icon__detail__cllb {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/icon__detail__cllb.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(13.45 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__title h4 span.style__detail__itemname {
  -webkit-padding-after: calc(5.5 / var(--design_width) * 100vw);
          padding-block-end: calc(5.5 / var(--design_width) * 100vw);
  padding-inline: calc(27 / var(--design_width) * 100vw) calc(12 / var(--design_width) * 100vw);
  -webkit-margin-start: calc(10 / var(--design_width) * 100vw);
          margin-inline-start: calc(10 / var(--design_width) * 100vw);
  border-bottom: solid calc(1 / var(--design_width) * 100vw) #0B0B0B;
  font-size: calc(15 / var(--design_width) * 100vw);
  line-height: 1;
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__title h4 span.style__detail__itemname::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(-14.76 / var(--design_width) * 100vw);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(31.01 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__read {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: calc(34 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__detail__head .style__detail__read p {
  font-family: var(--Font__Jpn__01);
  font-weight: 500;
  font-size: calc(13 / var(--design_width) * 100vw);
  line-height: 1.6153846154;
  letter-spacing: 0.03em;
}
.lp__container .lp__style .style__detail .style__detail__main {
  position: relative;
  width: 100%;
}
.lp__container .lp__style .style__detail .style__detail__main .style__detail__image__catch {
  position: absolute;
  display: grid;
  gap: calc(4.8 / var(--design_width) * 100vw);
  z-index: 3;
}
.lp__container .lp__style .style__detail .style__detail__main .style__detail__image__catch span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: calc(2 / var(--design_width) * 100vw);
  padding-inline: calc(2 / var(--design_width) * 100vw);
  background-color: #fff;
  font-family: var(--Font__Jpn__01);
  font-weight: 700;
  font-size: calc(15 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
.lp__container .lp__style .style__detail .style__detail__main .style__detail__image {
  position: relative;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.lp__container .lp__style .style__detail .style__detail__main .style__detail__image img {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
}
.lp__container .lp__style .style__detail .style__detail__main .style__detail__image img.ovr {
  position: absolute;
  right: 0;
  -webkit-margin-before: auto;
          margin-block-start: auto;
  z-index: 2;
}
.lp__container .lp__style .style__detail .style__detail__main .style__detail__image img.sdw {
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
}
.lp__container .lp__style .style__detail .style__credit {
  position: relative;
  width: 100%;
  padding-inline: calc(35.5 / var(--design_width) * 100vw);
  background-color: #fff;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper {
  position: relative;
  display: grid;
  gap: calc(23 / var(--design_width) * 100vw);
  z-index: 10;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__main {
  display: grid;
  gap: calc(8.5 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__other {
  display: grid;
  gap: calc(8.5 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__other .clredit__other__container {
  position: relative;
  display: grid;
  gap: calc(14 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .credit__head {
  display: block;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .credit__head[data-credit-head=KeyItems] {
  width: calc(61.54 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .credit__head[data-credit-head=StandardItems] {
  width: calc(96.57 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .credit__head[data-credit-head=OtherItems] {
  width: calc(66 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body {
  position: relative;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__main] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: calc(15 / var(--design_width) * 100vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__main] .credit__data {
  position: relative;
  display: grid;
  gap: calc(8 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__main] .credit__data span {
  display: grid;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__main] .credit__data span.credit__name {
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(24 / var(--design_width) * 100vw);
  line-height: 0.9583333333;
  letter-spacing: 0em;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__main] .credit__data span.credit__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(18 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__main] .credit__data span.credit__price::before {
  content: "¥";
  font-weight: 600;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-inline: calc(3 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__main] .credit__data span.credit__price::after {
  content: "(tax in)";
  font-weight: 600;
  font-style: italic;
  font-size: calc(10 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-inline: calc(4 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] .credit__data {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(14.5 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] .credit__data.anttion {
  gap: unset;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] .credit__data span {
  display: grid;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] .credit__data span.credit__name {
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(18 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] .credit__data span.credit__name .anttion__text {
  display: inline-block;
  -webkit-margin-before: calc(5 / var(--design_width) * 100vw);
          margin-block-start: calc(5 / var(--design_width) * 100vw);
  font-family: var(--Font__Jpn__01);
  font-weight: 400;
  font-size: calc(10 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: -0.03em;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] .credit__data span.credit__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(18 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] .credit__data span.credit__price::before {
  content: "¥";
  font-weight: 600;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-inline: calc(3 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .clredit__wrapper .clredit__body[data-credit-body=credit__other] .credit__data span.credit__price::after {
  content: "(tax in)";
  font-weight: 600;
  font-style: italic;
  font-size: calc(10 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  margin-inline: calc(4 / var(--design_width) * 100vw);
}
.lp__container .lp__style .style__detail .style__credit .credit__line {
  position: relative;
  width: 100%;
  height: calc(1 / var(--design_width) * 100vw);
  margin-block: calc(26.5 / var(--design_width) * 100vw) calc(19.5 / var(--design_width) * 100vw);
  background-color: #B1B1B1;
}
.lp__container .lp__style[data-style=style__a] .style__header__title .style__num {
  width: calc(60.23 / var(--design_width) * 100vw);
  -webkit-margin-start: calc(183.9 / var(--design_width) * 100vw);
          margin-inline-start: calc(183.9 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__a] .style__header__title h3 {
  -webkit-margin-start: calc(34.8 / var(--design_width) * 100vw);
          margin-inline-start: calc(34.8 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__a] .style__header__title .style__cat {
  width: calc(145.82 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__a] .style__header__title .style__item {
  width: calc(97.56 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__a] .style__detail__title h4 span.style__detail__itemname::after {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/item__type__a.svg");
}
.lp__container .lp__style[data-style=style__a] .style__detail__main {
  height: calc(627.8 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__a] .style__detail__main .style__detail__image__catch {
  position: absolute;
  top: calc(124.8 / var(--design_width) * 100vw);
  left: calc(48.9 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__a] .style__detail__main .style__detail__image {
  width: calc(378 / var(--design_width) * 100vw);
  width: calc(366.66 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__a] .style__detail__main .style__detail__image img {
  top: calc(-20 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__a] .style__credit {
  padding-block: calc(25 / var(--design_width) * 100vw) calc(80 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__b] .style__header__title .style__num {
  width: calc(62.47 / var(--design_width) * 100vw);
  -webkit-margin-start: calc(177 / var(--design_width) * 100vw);
          margin-inline-start: calc(177 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__b] .style__header__title h3 {
  -webkit-margin-start: calc(89.8 / var(--design_width) * 100vw);
          margin-inline-start: calc(89.8 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__b] .style__header__title .style__cat {
  width: calc(90.78 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__b] .style__header__title .style__item {
  width: calc(107 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__b] .style__detail__title h4 span.style__detail__itemname::after {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/item__type__b.svg");
}
.lp__container .lp__style[data-style=style__b] .style__detail__main {
  height: calc(629.3 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__b] .style__detail__main .style__detail__image__catch {
  position: absolute;
  top: calc(91.5 / var(--design_width) * 100vw);
  left: calc(35.5 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__b] .style__detail__main .style__detail__image {
  width: calc(371 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__b] .style__credit {
  padding-block: calc(25 / var(--design_width) * 100vw) calc(80 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__header__title .style__num {
  width: calc(64.15 / var(--design_width) * 100vw);
  -webkit-margin-start: calc(181.5 / var(--design_width) * 100vw);
          margin-inline-start: calc(181.5 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__header__title h3 {
  -webkit-margin-start: calc(125.8 / var(--design_width) * 100vw);
          margin-inline-start: calc(125.8 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__header__title .style__cat {
  width: calc(54.74 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__header__title .style__item {
  width: calc(98.02 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__detail__title h4 span.style__detail__itemname::after {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/item__type__c.svg");
}
.lp__container .lp__style[data-style=style__c] .style__detail__main {
  height: calc(629.8 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__detail__main .style__detail__image__catch {
  position: absolute;
  top: calc(113 / var(--design_width) * 100vw);
  left: calc(49 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__detail__main .style__detail__image {
  width: calc(352.44 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__detail__main .style__detail__image img {
  top: calc(-10 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__c] .style__credit {
  padding-block: calc(25 / var(--design_width) * 100vw) calc(80 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__d] .style__header__title .style__num {
  width: calc(64.78 / var(--design_width) * 100vw);
  -webkit-margin-start: calc(181.8 / var(--design_width) * 100vw);
          margin-inline-start: calc(181.8 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__d] .style__header__title h3 {
  -webkit-margin-start: calc(84.3 / var(--design_width) * 100vw);
          margin-inline-start: calc(84.3 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__d] .style__header__title .style__cat {
  width: calc(96.8 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__d] .style__header__title .style__item {
  width: calc(97.12 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__d] .style__detail__title h4 span.style__detail__itemname::after {
  background-image: url("/static/pages/women/trendpants/2026spring/assets/images/common/item__type__d.svg");
}
.lp__container .lp__style[data-style=style__d] .style__detail__main {
  height: calc(629.8 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__d] .style__detail__main .style__detail__image__catch {
  position: absolute;
  top: calc(125 / var(--design_width) * 100vw);
  left: calc(45.2 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__d] .style__detail__main .style__detail__image {
  width: calc(381 / var(--design_width) * 100vw);
}
.lp__container .lp__style[data-style=style__d] .style__credit {
  padding-block: calc(25 / var(--design_width) * 100vw) calc(60 / var(--design_width) * 100vw);
}
.lp__container .lp__footer {
  position: relative;
  background-color: #fff;
  height: calc(260 / var(--design_width) * 100vw);
}
@media (max-width: 1032px) {
  .lp__container .lp__footer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.lp__container .lp__footer .footer__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1032px) {
  .lp__container .lp__footer .footer__inner {
    padding-block: calc(41 / var(--design_width) * 100vw) calc(22.5 / var(--design_width) * 100vw);
  }
}
.lp__container .lp__footer .footer__inner .nav__footer {
  display: none;
}
@media (max-width: 1032px) {
  .lp__container .lp__footer .footer__inner .nav__footer[data-footer=footer__sp] {
    position: relative;
    display: grid;
    z-index: 1;
  }
}
.lp__container .lp__footer .footer__inner .footer__staff {
  position: relative;
}
@media (max-width: 1032px) {
  .lp__container .lp__footer .footer__inner .footer__staff {
    -webkit-margin-before: calc(15 / var(--design_width) * 100vw);
            margin-block-start: calc(15 / var(--design_width) * 100vw);
  }
}
.lp__container .lp__footer .footer__inner .footer__staff p {
  font-family: var(--Font__Eng__01);
  font-weight: 600;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-align: center;
  color: #1A1311;
}
@media (max-width: 1032px) {
  .lp__container .lp__footer .footer__inner .footer__staff p {
    color: #fff;
  }
}
.lp__container .lp__footer .footer__inner .footer__bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(22.5 / var(--design_width) * 100vw);
  display: grid;
  gap: calc(23 / var(--design_width) * 100vw);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  text-align: center;
  color: #1A1311;
}
@media (max-width: 1032px) {
  .lp__container .lp__footer .footer__inner .footer__bottom {
    color: #fff;
  }
}
.lp__container .lp__footer .footer__inner .footer__bottom .logo__gw {
  position: relative;
  width: calc(112.16 / var(--design_width) * 100vw);
  height: calc(44.86 / var(--design_width) * 100vw);
  margin-inline: auto;
}
@media (max-width: 1032px) {
  .lp__container .lp__footer .footer__inner .footer__bottom .logo__gw img {
    -webkit-filter: invert(100%) sepia(0%) brightness(100%) contrast(100%);
            filter: invert(100%) sepia(0%) brightness(100%) contrast(100%);
  }
}
.lp__container .lp__footer .footer__inner .footer__bottom .footer__copyrights {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-family: var(--Font__Eng__02);
  font-weight: 400;
  font-size: calc(11 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: #1A1311;
}
@media (max-width: 1032px) {
  .lp__container .lp__footer .footer__inner .footer__bottom .footer__copyrights {
    color: #fff;
  }
}
.lp__container .lp__footer .footer__image {
  position: relative;
  display: none;
}
@media (max-width: 1032px) {
  .lp__container .lp__footer .footer__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
.lp__container .lp__footer .footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.dummy {
  position: relative;
  width: 100%;
  height: 100dvh;
}
.dummy:nth-of-type(odd) {
  background-color: #262626;
}
.dummy:nth-of-type(even) {
  background-color: #e5e5e5;
}
.dummy span {
  font-size: calc(14 / var(--design_width) * 100vw);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  display: inline-block;
  inset: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  mix-blend-mode: difference;
}
@media (max-width: 1032px) {
  .dummy span {
    font-size: calc(14 / var(--design_width) * 100vw);
  }
}
.dummy span::before {
  content: "Dummy : ";
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */