@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.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 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.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOut_anime {
  from {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    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: 0.75s;
          animation-duration: 0.75s;
  -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 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.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 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.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 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.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 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.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 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.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 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.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 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.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 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;
  }
}
.rotate-left {
  opacity: 0;
}
.rotate-left.is-show {
  -webkit-animation-name: rotateLeft_anime;
          animation-name: rotateLeft_anime;
  -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;
  opacity: 0;
}

@-webkit-keyframes rotateLeft_anime {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    opacity: 1;
  }
}

@keyframes rotateLeft_anime {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    opacity: 1;
  }
}
.rotate-right {
  opacity: 0;
}
.rotate-right.is-show {
  -webkit-animation-name: rotateRight_anime;
          animation-name: rotateRight_anime;
  -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;
  opacity: 0;
}

@-webkit-keyframes rotateRight_anime {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    opacity: 1;
  }
}

@keyframes rotateRight_anime {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    opacity: 1;
  }
}
:root {
  --design_width: 1366;
  --design_height: 740;
  --header_height: 0;
  --Font__Eng__01: "Bodoni Moda", serif;
  --Font__Jpn__01: "Noto Sans JP", sans-serif;
  --Color__Primary: #FCFFAA;
  --Color__Look__01: #B18F84;
  --Color__Section__01: #9C786C;
  --Color__Look__02: #FFFFD8;
  --Color__Section__02: #EFEFA8;
  --Color__Look__03: #D6D1C7;
  --Color__Section__03: #D6D1C7;
  --Color__Look__04: #EABBC2;
  --Color__Section__04: #EABBC2;
  --look_nav_gap_pc: 45;
  --side_center_offset_pc: 0.25;
}
@media (max-width: 1032px) {
  :root {
    --design_width: 428;
    --design_height: 926;
  }
}
@media (max-width: 1032px) {
  :root {
    --header_height: 0;
  }
}

body {
  margin: 0;
}

body.is-modal-open {
  overflow: hidden;
}

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;
  }
}

.series__button {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(252, 255, 170, 0.77);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: calc(1 / var(--design_width) * 100vw) solid #fff;
  border-radius: 64px;
  font-family: var(--Font__Jpn__01);
  font-size: calc(14 / var(--design_width) * 100vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #121212;
  text-align: center;
  margin-inline: auto;
  padding-block: calc(9.5 / var(--design_width) * 100vw);
  inset: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.series__button:hover {
  cursor: pointer;
  background-color: #121212;
  color: #fff;
}

#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: #1F1F1F;
}

#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 .lp__head__title {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(469 / var(--design_width) * 100vw);
  top: calc(25 / var(--design_width) * 100vw);
  padding-inline: calc(40.5 / var(--design_width) * 100vw);
  z-index: 1;
}
@media (max-width: 1032px) {
  #lp__wrapper .lp__head__title {
    position: absolute;
    top: calc(12 / var(--design_width) * 100vw);
    padding-inline: calc(20 / var(--design_width) * 100vw);
    width: 100%;
  }
}
#lp__wrapper .lp__head__title span {
  font-family: var(--Font__Eng__01);
  font-weight: 500;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0.03em;
}
#lp__wrapper .lp__head__title span img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(8.68 / var(--design_width) * 100vw);
}

.viewarea__wrapper {
  position: relative;
}

.lp__container {
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}
.lp__container .lp__fv {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.lp__container .lp__fv .mv__title {
  position: absolute;
  top: calc(46.8 / var(--design_width) * 100vw);
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1;
}
.lp__container .lp__fv .mv__title h1 {
  display: grid;
  gap: calc(8.9 / var(--design_width) * 100vw);
}
.lp__container .lp__fv .mv__title h1 span {
  position: relative;
  display: inline-block;
}
.lp__container .lp__fv .mv__title h1 span.h1__main__01 {
  width: calc(237.65 / var(--design_width) * 100vw);
  margin-inline: auto;
}
.lp__container .lp__fv .mv__title h1 span.h1__main__02 {
  width: calc(370.56 / var(--design_width) * 100vw);
  margin-inline: auto;
}
.lp__container .lp__fv .mv__title .mv__title__sub {
  position: relative;
  top: calc(15.4 / var(--design_width) * 100vw);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: calc(-9 / var(--design_width) * 100vw);
          margin-inline-end: calc(-9 / var(--design_width) * 100vw);
  width: calc(186.48 / var(--design_width) * 100vw);
  height: calc(14.26 / var(--design_width) * 100vw);
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.lp__container .lp__fv .mv__look__element,
.lp__container .lp__fv .logo__oteraku {
  position: absolute;
  z-index: 1;
}
.lp__container .lp__fv .logo__oteraku {
  top: calc(175.1 / var(--design_width) * 100vw);
  left: calc(191.9 / var(--design_width) * 100vw);
  width: calc(62.05 / var(--design_width) * 100vw);
  height: calc(60.54 / var(--design_width) * 100vw);
}
.lp__container .lp__fv .logo__oteraku img {
  -webkit-filter: invert(24%) sepia(8%) saturate(2153%) hue-rotate(329deg) brightness(98%) contrast(84%);
          filter: invert(24%) sepia(8%) saturate(2153%) hue-rotate(329deg) brightness(98%) contrast(84%);
}
.lp__container .lp__fv .mv__look__element {
  position: relative;
}
.lp__container .lp__fv .mv__look__element img {
  position: absolute;
}
.lp__container .lp__fv .mv__look__element img.look__element_01 {
  top: calc(121 / var(--design_width) * 100vw);
  left: calc(-78 / var(--design_width) * 100vw);
  width: calc(274 / var(--design_width) * 100vw);
  height: calc(476 / var(--design_width) * 100vw);
}
.lp__container .lp__fv .mv__look__element img.look__element_02 {
  top: calc(424 / var(--design_width) * 100vw);
  left: 0;
  width: calc(215 / var(--design_width) * 100vw);
  height: calc(383 / var(--design_width) * 100vw);
}
.lp__container .lp__fv .mv__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.lp__container .lp__fv .mv__read {
  position: relative;
  -webkit-padding-before: calc(18 / var(--design_width) * 100vw);
          padding-block-start: calc(18 / var(--design_width) * 100vw);
  -webkit-padding-after: calc(28 / var(--design_width) * 100vw);
          padding-block-end: calc(28 / var(--design_width) * 100vw);
  -webkit-padding-end: calc(20 / var(--design_width) * 100vw);
          padding-inline-end: calc(20 / var(--design_width) * 100vw);
  background-color: var(--Color__Primary);
}
.lp__container .lp__fv .mv__read p {
  display: block;
  width: calc(216 / var(--design_width) * 100vw);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  font-family: var(--Font__Jpn__01);
  font-weight: 500;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1.5833333333;
  letter-spacing: 0em;
}
.lp__container .lp__intro {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(469 / var(--design_width) * 100vw);
  height: 100vh;
}
@media (max-width: 1032px) {
  .lp__container .lp__intro {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: auto;
  }
}
.lp__container .lp__intro .intro__title {
  position: absolute;
  top: calc(27.1 / var(--design_width) * 100vw);
  left: calc(20 / var(--design_width) * 100vw);
  z-index: 1;
}
.lp__container .lp__intro .intro__title h2 span {
  display: block;
}
.lp__container .lp__intro .intro__title h2 span img {
  width: calc(122.28 / var(--design_width) * 100vw);
  height: calc(55.17 / var(--design_width) * 100vw);
  -webkit-filter: invert(100%) sepia(0%) brightness(100%) contrast(100%);
          filter: invert(100%) sepia(0%) brightness(100%) contrast(100%);
}
.lp__container .lp__intro .intro__logo__oteraku {
  position: absolute;
  top: calc(26 / var(--design_width) * 100vw);
  right: calc(20 / var(--design_width) * 100vw);
  width: calc(64.49 / var(--design_width) * 100vw);
  height: calc(62.92 / var(--design_width) * 100vw);
  z-index: 1;
}
.lp__container .lp__intro .intro__logo__oteraku img {
  -webkit-filter: invert(100%) sepia(0%) brightness(100%) contrast(100%);
          filter: invert(100%) sepia(0%) brightness(100%) contrast(100%);
}
.lp__container .lp__intro .intro__data {
  position: absolute;
  display: grid;
  gap: calc(19 / var(--design_width) * 100vw);
  bottom: calc(45 / var(--design_width) * 100vw);
  padding-inline: calc(35.5 / var(--design_width) * 100vw);
  z-index: 1;
  font-family: var(--Font__Jpn__01);
  color: #fff;
}
.lp__container .lp__intro .intro__data .intro__info {
  display: grid;
  gap: calc(11 / var(--design_width) * 100vw);
}
.lp__container .lp__intro .intro__data .intro__info .intro__read {
  font-weight: 500;
  font-size: calc(13 / var(--design_width) * 100vw);
  line-height: 1.3076923077;
  letter-spacing: 0.03em;
  text-align: center;
}
.lp__container .lp__intro .intro__data .intro__info h3 span {
  display: block;
  font-weight: 700;
  font-size: calc(18 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
.lp__container .lp__intro .intro__data .intro__info .intro__desc {
  font-weight: 500;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1.5;
  letter-spacing: 0.063em;
  text-align: left;
}
.lp__container .lp__intro .intro__data .intro__button {
  display: block;
  margin-inline: auto;
  width: calc(357 / var(--design_width) * 100vw);
}
.lp__container .lp__intro .intro__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp__container .lp__intro .intro__image picture {
  width: 100%;
  height: 100%;
}
.lp__container .lp__intro .intro__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.lp__container .lp__profile {
  position: relative;
  margin-block: calc(30 / var(--design_width) * 100vw) calc(34 / var(--design_width) * 100vw);
  margin-inline: calc(36 / var(--design_width) * 100vw);
}
.lp__container .lp__profile .profile__head {
  position: relative;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
}
.lp__container .lp__profile .profile__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16 / var(--design_width) * 100vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-margin-before: calc(3 / var(--design_width) * 100vw);
          margin-block-start: calc(3 / var(--design_width) * 100vw);
}
.lp__container .lp__profile .profile__data .profile__image {
  position: relative;
  overflow: hidden;
}
.lp__container .lp__profile .profile__data .profile__image img {
  overflow: hidden;
  width: calc(179 / var(--design_width) * 100vw);
  height: calc(146 / var(--design_width) * 100vw);
}
.lp__container .lp__profile .profile__data .profile__desc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(164 / var(--design_width) * 100vw);
  margin-block: auto;
  margin-inline: auto;
}
.lp__container .lp__profile .profile__data .profile__desc .profile__name {
  position: relative;
  display: grid;
  gap: calc(7.5 / var(--design_width) * 100vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.lp__container .lp__profile .profile__data .profile__desc .profile__name span {
  position: relative;
  display: block;
}
.lp__container .lp__profile .profile__data .profile__desc .profile__name span.profile__name__01 {
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(10 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
}
.lp__container .lp__profile .profile__data .profile__desc .profile__name span.profile__name__02 {
  font-family: var(--Font__Jpn__01);
  font-weight: 700;
  font-size: calc(18 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
}
.lp__container .lp__profile .profile__data .profile__desc .profile__name span.profile__name__03 {
  -webkit-margin-before: calc(1 / var(--design_width) * 100vw);
          margin-block-start: calc(1 / var(--design_width) * 100vw);
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(11 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
}
.lp__container .lp__profile .profile__data .profile__desc .profile__career {
  position: relative;
}
.lp__container .lp__profile .profile__data .profile__desc .profile__career p {
  font-family: var(--Font__Jpn__01);
  font-weight: 400;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1.5833333333;
  letter-spacing: -0.03em;
}
.lp__container .lp__profile .profile__comment {
  position: relative;
  -webkit-margin-before: calc(22 / var(--design_width) * 100vw);
          margin-block-start: calc(22 / var(--design_width) * 100vw);
}
.lp__container .lp__profile .profile__comment p {
  font-family: var(--Font__Jpn__01);
  font-weight: 500;
  font-size: calc(13 / var(--design_width) * 100vw);
  line-height: 1.5384615385;
  letter-spacing: -0.03em;
}
.lp__container .lp__look {
  position: relative;
}
.lp__container .lp__look .look__main {
  position: relative;
  display: grid;
  gap: calc(20 / var(--design_width) * 100vw);
  padding-block: calc(32 / var(--design_width) * 100vw) calc(46 / var(--design_width) * 100vw);
}
.lp__container .lp__look .look__main .look_data {
  position: relative;
  display: grid;
  gap: calc(10 / var(--design_width) * 100vw);
  width: calc(357 / var(--design_width) * 100vw);
  margin-inline: auto;
}
.lp__container .lp__look .look__main .look_data h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: calc(10.5 / var(--design_width) * 100vw);
  -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;
}
.lp__container .lp__look .look__main .look_data h3 span {
  display: block;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  letter-spacing: 0em;
}
.lp__container .lp__look .look__main .look_data h3 span.look_num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: calc(20 / var(--design_width) * 100vw);
  line-height: 1;
}
.lp__container .lp__look .look__main .look_data h3 span.look_bar {
  width: 100%;
  height: calc(1 / var(--design_width) * 100vw);
  background-color: #121212;
}
.lp__container .lp__look .look__main .look_data h3 span.look_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: calc(24 / var(--design_width) * 100vw);
  line-height: 1;
  text-align: right;
}
.lp__container .lp__look .look__main .look_data .look__read {
  position: relative;
}
.lp__container .lp__look .look__main .look_data .look__read p {
  font-family: var(--Font__Jpn__01);
  font-weight: 500;
  font-size: calc(15 / var(--design_width) * 100vw);
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
.lp__container .lp__look .look__main .look__styling {
  position: relative;
  width: calc(357 / var(--design_width) * 100vw);
  margin-inline: auto;
}
.lp__container .lp__look .look__main .look__styling a:hover {
  opacity: 0.6;
}
.lp__container .lp__look .look__main .look__styling button {
  display: block;
  cursor: pointer;
}
.lp__container .lp__look .look__main .look__styling button.button__check {
  position: absolute;
  bottom: calc(34 / var(--design_width) * 100vw);
  right: calc(15 / var(--design_width) * 100vw);
  width: calc(44 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid calc(1 / var(--design_width) * 100vw) #000;
  background-color: #fff;
  z-index: 1;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
}
.lp__container .lp__look .look__main .look__styling button.button__check::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background-image: url("/static/pages/women/oteraku/2026spring-about-styling/assets/images/common/button__check__elm.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(17.49 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
  z-index: 2;
}
.lp__container .lp__look .look__main .look__styling button.button__check span {
  position: absolute;
  bottom: -55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp__container .lp__look .look__main .look__styling .look__cap {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
}
.lp__container .lp__look .look__main .look__styling .look__image {
  -webkit-box-shadow: 0 calc(3 / var(--design_width) * 100vw) calc(6 / var(--design_width) * 100vw) 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 calc(3 / var(--design_width) * 100vw) calc(6 / var(--design_width) * 100vw) 0 rgba(0, 0, 0, 0.16);
}
.lp__container .lp__look .look__main .look__styling .look__image img {
  width: 100%;
  height: 100%;
}
.lp__container .lp__look .look__styling__point {
  position: relative;
  padding-block: calc(30 / var(--design_width) * 100vw) calc(60 / var(--design_width) * 100vw);
  background-color: #fff;
}
.lp__container .lp__look .look__styling__point .point__bar {
  position: relative;
  display: block;
  width: calc(388 / var(--design_width) * 100vw);
  height: calc(1 / var(--design_width) * 100vw);
  margin-inline: auto;
  padding-inline: calc(20 / var(--design_width) * 100vw);
}
.lp__container .lp__look .look__styling__point .point__wrap {
  position: relative;
  padding-block: calc(15 / var(--design_width) * 100vw) calc(18 / var(--design_width) * 100vw);
}
.lp__container .lp__look .look__styling__point .point__wrap .point__title {
  position: relative;
  -webkit-margin-start: calc(35.5 / var(--design_width) * 100vw);
          margin-inline-start: calc(35.5 / var(--design_width) * 100vw);
  -webkit-margin-after: calc(9 / var(--design_width) * 100vw);
          margin-block-end: calc(9 / var(--design_width) * 100vw);
}
.lp__container .lp__look .look__styling__point .point__wrap .point__title h4 {
  display: grid;
  gap: calc(5.6 / var(--design_width) * 100vw);
}
.lp__container .lp__look .look__styling__point .point__wrap .point__title h4 span {
  display: block;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  letter-spacing: 0em;
}
.lp__container .lp__look .look__styling__point .point__wrap .point__title h4 span.point__title__sub {
  font-size: calc(14 / var(--design_width) * 100vw);
  line-height: 1;
}
.lp__container .lp__look .look__styling__point .point__wrap .point__title h4 span.point__title__main {
  font-size: calc(22 / var(--design_width) * 100vw);
  line-height: 1;
}
.lp__container .lp__look .look__styling__point .point__wrap .styling__point__slider .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lp__container .lp__look .look__styling__point .point__wrap .styling__point__slider .swiper-wrapper .swiper-slide {
  display: grid;
  gap: calc(12 / var(--design_width) * 100vw);
  width: calc(357 / var(--design_width) * 100vw) !important;
}
.lp__container .lp__look .look__styling__point .point__wrap .styling__point__slider .swiper-wrapper .swiper-slide .point__image {
  display: block;
  outline-offset: calc(-2 / var(--design_width) * 100vw);
}
.lp__container .lp__look .look__styling__point .point__wrap .styling__point__slider .swiper-wrapper .swiper-slide .point__image img {
  width: 100%;
}
.lp__container .lp__look .look__styling__point .point__wrap .styling__point__slider .swiper-wrapper .swiper-slide .point__desc p {
  font-family: var(--Font__Jpn__01);
  font-weight: 500;
  font-size: calc(14 / var(--design_width) * 100vw);
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
.lp__container .lp__look[data-look=look__01] .look__main {
  background-color: var(--Color__Look__01);
}
.lp__container .lp__look[data-look=look__01] .look__cap[data-look-cap=cap__01] {
  width: calc(134 / var(--design_width) * 100vw);
  top: calc(43 / var(--design_width) * 100vw);
  left: calc(-32 / var(--design_width) * 100vw);
}
.lp__container .lp__look[data-look=look__01] .look__cap[data-look-cap=cap__02] {
  width: calc(157.27 / var(--design_width) * 100vw);
  bottom: calc(131 / var(--design_width) * 100vw);
  right: calc(-29 / var(--design_width) * 100vw);
}
.lp__container .lp__look[data-look=look__01] .point__bar {
  background-color: var(--Color__Section__01);
}
.lp__container .lp__look[data-look=look__01] .point__wrap .point__title .point__title__sub {
  color: var(--Color__Section__01);
}
.lp__container .lp__look[data-look=look__01] .point__wrap .point__image {
  outline: calc(2 / var(--design_width) * 100vw) solid var(--Color__Section__01);
}
.lp__container .lp__look[data-look=look__02] .look__main {
  background-color: var(--Color__Look__02);
}
.lp__container .lp__look[data-look=look__02] .look__cap[data-look-cap=cap__01] {
  width: calc(159.28 / var(--design_width) * 100vw);
  top: calc(13 / var(--design_width) * 100vw);
  right: calc(-16 / var(--design_width) * 100vw);
}
.lp__container .lp__look[data-look=look__02] .look__cap[data-look-cap=cap__02] {
  width: calc(166.01 / var(--design_width) * 100vw);
  bottom: calc(100.2 / var(--design_width) * 100vw);
  left: calc(-25 / var(--design_width) * 100vw);
}
.lp__container .lp__look[data-look=look__02] .point__bar {
  background-color: var(--Color__Section__02);
}
.lp__container .lp__look[data-look=look__02] .point__wrap .point__title .point__title__sub {
  color: var(--Color__Section__02);
}
.lp__container .lp__look[data-look=look__02] .point__wrap .point__image {
  outline: calc(2 / var(--design_width) * 100vw) solid var(--Color__Section__02);
}
.lp__container .lp__look[data-look=look__03] .look__main {
  background-color: var(--Color__Look__03);
}
.lp__container .lp__look[data-look=look__03] .look__cap[data-look-cap=cap__01] {
  width: calc(204.43 / var(--design_width) * 100vw);
  top: calc(170.1 / var(--design_width) * 100vw);
  right: calc(-35 / var(--design_width) * 100vw);
}
.lp__container .lp__look[data-look=look__03] .look__cap[data-look-cap=cap__02] {
  width: calc(138 / var(--design_width) * 100vw);
  bottom: calc(92 / var(--design_width) * 100vw);
  left: calc(-24 / var(--design_width) * 100vw);
}
.lp__container .lp__look[data-look=look__03] .point__bar {
  background-color: var(--Color__Section__03);
}
.lp__container .lp__look[data-look=look__03] .point__wrap .point__title .point__title__sub {
  color: var(--Color__Section__03);
}
.lp__container .lp__look[data-look=look__03] .point__wrap .point__image {
  outline: calc(2 / var(--design_width) * 100vw) solid var(--Color__Section__03);
}
.lp__container .lp__look[data-look=look__04] .look__main {
  background-color: var(--Color__Look__04);
}
.lp__container .lp__look[data-look=look__04] .look__cap[data-look-cap=cap__01] {
  width: calc(169 / var(--design_width) * 100vw);
  top: calc(51 / var(--design_width) * 100vw);
  left: calc(-21 / var(--design_width) * 100vw);
}
.lp__container .lp__look[data-look=look__04] .point__bar {
  background-color: var(--Color__Section__04);
}
.lp__container .lp__look[data-look=look__04] .point__wrap .point__title .point__title__sub {
  color: var(--Color__Section__04);
}
.lp__container .lp__look[data-look=look__04] .point__wrap .point__image {
  outline: calc(2 / var(--design_width) * 100vw) solid var(--Color__Section__04);
}

.lp__footer {
  position: relative;
}
.lp__footer .footer__inner {
  position: absolute;
  padding-block: calc(41 / var(--design_width) * 100vw) calc(23.6 / var(--design_width) * 100vw);
  padding-inline: calc(35.5 / var(--design_width) * 100vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  z-index: 1;
}
.lp__footer .footer__inner .nav__footer {
  position: relative;
  display: grid;
  gap: calc(2 / 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;
}
.lp__footer .footer__inner .nav__footer:hover {
  color: var(--Color__Primary);
}
.lp__footer .footer__inner .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/oteraku/2026spring-about-styling/assets/images/footer/btn__arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(17 / var(--design_width) * 100vw);
  height: calc(17 / var(--design_width) * 100vw);
  z-index: 1;
}
.lp__footer .footer__inner .nav__footer span.footer__title__main {
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(20 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp__footer .footer__inner .nav__footer span.footer__title__sub {
  font-family: var(--Font__Jpn__01);
  font-weight: 500;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: -0.03em;
}
.lp__footer .footer__inner .footer__staff {
  position: relative;
  -webkit-margin-before: calc(15 / var(--design_width) * 100vw);
          margin-block-start: calc(15 / var(--design_width) * 100vw);
}
.lp__footer .footer__inner .footer__staff p {
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(12 / var(--design_width) * 100vw);
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.lp__footer .footer__inner .footer__bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(23.6 / var(--design_width) * 100vw);
  display: grid;
  gap: calc(23 / var(--design_width) * 100vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: center;
  color: #fff;
}
.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;
}
.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__footer .footer__inner .footer__bottom .footer__copyrights {
  position: relative;
  width: calc(219.37 / var(--design_width) * 100vw);
  margin-inline: auto;
}
.lp__footer .footer__image {
  position: relative;
  overflow: hidden;
}

.c-modal-wrapper {
  position: fixed;
  display: none;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  will-change: opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.c-modal-wrapper.is-mounted {
  display: block;
}
.c-modal-wrapper.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0s;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.c-modal-wrapper.is-locking {
  visibility: visible;
  pointer-events: none;
}
.c-modal-wrapper .c-modal-view {
  width: 100%;
  height: 100%;
  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;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  width: calc(428 / var(--design_width) * 100vw);
  max-height: 90%;
  container-type: inline-size;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block {
  width: 100%;
  padding-block: calc(40 / var(--design_width) * 100vw);
  padding-inline: calc(18 / var(--design_width) * 100vw);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item {
  display: none;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item.is-active {
  display: block;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box {
  position: relative;
  display: grid;
  gap: calc(24 / var(--design_width) * 100vw);
  width: 100%;
  padding-block: calc(23 / var(--design_width) * 100vw) calc(30 / var(--design_width) * 100vw);
  padding-inline: calc(17.5 / var(--design_width) * 100vw);
  border-radius: calc(16 / var(--design_width) * 100vw);
  background-color: rgba(255, 255, 255, 0.85);
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .modal__title {
  position: relative;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .modal__title h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: calc(10.5 / var(--design_width) * 100vw);
  -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;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .modal__title h3 span {
  display: block;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  letter-spacing: 0em;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .modal__title h3 span.look_num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: calc(20 / var(--design_width) * 100vw);
  line-height: 1;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .modal__title h3 span.look_bar {
  width: 100%;
  height: calc(1 / var(--design_width) * 100vw);
  background-color: #121212;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .modal__title h3 span.look_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: calc(24 / var(--design_width) * 100vw);
  line-height: 1;
  text-align: right;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper {
  position: relative;
  display: grid;
  gap: calc(20 / var(--design_width) * 100vw);
  width: calc(322.5 / var(--design_width) * 100vw);
  margin-inline: auto;
}
@media (hover: hover) and (pointer: fine) {
  .c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper a:hover .credit__button {
    background-color: #000;
  }
  .c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper a:hover .credit__button span {
    color: #fff;
  }
  .c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper a:hover .credit__button span.credit__check {
    border-left-color: #fff;
  }
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper a[data-situation=comingsoon] {
  pointer-events: none;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper a[data-situation=comingsoon] .credit__button span {
  opacity: 0.4;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper .credit__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: calc(9.5 / var(--design_width) * 100vw);
  padding-inline: calc(21 / var(--design_width) * 100vw) calc(19.5 / var(--design_width) * 100vw);
  border-radius: calc(18 / var(--design_width) * 100vw);
  border: solid calc(1 / var(--design_width) * 100vw) #000;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper .credit__button span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(13 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper .credit__button span.credit__price {
  -webkit-margin-start: calc(20 / var(--design_width) * 100vw);
          margin-inline-start: calc(20 / var(--design_width) * 100vw);
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper .credit__button span.credit__price::before {
  content: "¥";
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper .credit__button span.credit__price::after {
  content: "(tax in)";
  font-size: calc(10 / var(--design_width) * 100vw);
  line-height: 1;
  -webkit-margin-start: calc(4 / var(--design_width) * 100vw);
          margin-inline-start: calc(4 / var(--design_width) * 100vw);
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box .lp__credit__wrapper .credit__button span.credit__check {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-padding-start: calc(23 / var(--design_width) * 100vw);
          padding-inline-start: calc(23 / var(--design_width) * 100vw);
  border-left: solid calc(1 / var(--design_width) * 100vw) #000;
  -webkit-transition: border-left-color 0.3s ease-out;
  transition: border-left-color 0.3s ease-out;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box button {
  display: block;
  cursor: pointer;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box button.modal__credit__close {
  position: absolute;
  top: calc(-9 / var(--design_width) * 100vw);
  right: calc(-7 / var(--design_width) * 100vw);
  width: calc(28 / var(--design_width) * 100vw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid calc(1 / var(--design_width) * 100vw) #000;
  background-color: #fff;
  z-index: 1;
  font-family: var(--Font__Eng__01);
  font-weight: 700;
  font-size: calc(10 / var(--design_width) * 100vw);
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box button.modal__credit__close::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 1px);
  right: 25%;
  width: 50%;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000;
  z-index: 2;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box button.modal__credit__close::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 1px);
  right: 25%;
  width: 50%;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
  z-index: 2;
}
.c-modal-wrapper .c-modal-view .c-modal-view__contents .c-modal-view__block .c-modal-contents__item .lp-modal-contents__box button.modal__credit__close span {
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.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 */