@layer component {
  .c-svg {
    display: block;
    fill: var(--svg-fill, currentColor);
    -webkit-transition: fill 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: fill 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .c-svg--instagram {
    aspect-ratio: 32/32;
    width: var(--w, 32px);
  }
  .c-svg--line {
    aspect-ratio: 32/32;
    width: var(--w, 32px);
  }
  .c-svg--view-all {
    aspect-ratio: 32/32;
    width: var(--w, 32px);
  }
  .c-svg--x {
    aspect-ratio: 32/32;
    width: var(--w, 32px);
  }
  .c-svg--movie-glyph {
    aspect-ratio: 32/32;
    width: var(--w, 32px);
  }
  .c-svg--movie-line {
    aspect-ratio: 32/32;
    width: var(--w, 32px);
  }
  .c-svg--style-line {
    aspect-ratio: 32/32;
    width: var(--w, 32px);
  }
}
@layer component {
  .c-stroke-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: var(--w, 100%);
    height: var(--h, 72px);
    max-width: var(--maw, 100%);
    font-size: 0.8125rem;
    font-weight: bold;
    border: 1px solid var(--clr, #000);
    border-radius: var(--bdr, 0);
    color: var(--clr, #000);
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  @media (max-width: 48em) {
    .c-stroke-button + .c-stroke-button {
      margin-top: 20px;
    }
  }
  @media (min-width: 48.0625em) {
    .c-stroke-button {
      max-width: var(--maw, 100%);
      height: var(--h, 80px);
      font-size: 0.9375rem;
    }
    .c-stroke-button:hover:not(.is-coming-soon) {
      background-color: var(--clr, #000);
      color: #fff;
    }
    .c-stroke-button:hover:not(.is-coming-soon) .c-stroke-arrow {
      border-color: #fff;
    }
  }
  .c-stroke-button a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .c-stroke-button.is-coming-soon {
    opacity: 0.5;
  }
  .c-stroke-button.is-coming-soon::before {
    content: attr(data-label);
  }
  .c-stroke-button.is-coming-soon a {
    pointer-events: none;
    font-size: 0;
  }
}
#site_body {
  overflow: unset !important;
}

.footer-navi,
.footer {
  position: relative;
}

:root {
  --pg-navy: #152433;
}

.feature-navy-edition {
  --content-base-margin: 40;
  background-color: var(--pg-navy);
  color: #fff;
  padding-bottom: clamp(10rem, 17.7777777778vw, 16rem);
}

.pg-mv__slider {
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-mv__slider:not(.swiper-initialized) {
  opacity: 0;
}
.pg-mv__slider .swiper-slide img {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-mv__slider .swiper-slide:not([class*=active]) img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pg-introduction {
  padding-top: 64px;
}
.pg-introduction__container {
  --content-min-margin: 10;
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px 40px;
}
@media (max-width: 48em) {
  .pg-introduction__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pg-introduction__container .pg-introduction__text {
    padding-left: 60px;
  }
}
@media (min-width: 48.0625em) {
  .pg-introduction__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pg-introduction__heading {
  font-size: clamp(2.75rem, 3.8888888889vw, 3.5rem);
  font-weight: 300;
  line-height: 1.2;
  display: grid;
  gap: 12px;
  letter-spacing: 0.1em;
  -webkit-box-flex: 640;
      -ms-flex: 640;
          flex: 640;
}
.pg-introduction__heading span {
  font-size: clamp(0.6875rem, 0.8333333333vw, 0.75rem);
  letter-spacing: 0.2em;
  display: block;
}
.pg-introduction__heading small {
  font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
  display: block;
  letter-spacing: 0.2em;
  margin-top: 12px;
}
.pg-introduction__content {
  -webkit-box-flex: 680;
      -ms-flex: 680;
          flex: 680;
}
.pg-introduction__subheading {
  font-size: 18px;
}
.pg-introduction__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.pg-introduction__text:not(:first-child) {
  margin-top: 1.5em;
}

.pg-content {
  margin-top: 40px;
}

.pg-follow-header {
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  position: fixed;
  top: calc(var(--fixed-header-height) + clamp(1.5rem, 3.3333333333vw, 3rem));
  left: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  pointer-events: none;
  z-index: 1000;
}
.pg-follow-header:not(.is-fixed-start), .pg-follow-header.is-fixed-end {
  opacity: 0;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.pg-section {
  --num-h: calc(clamp(4.5rem, 8.8888888889vw, 8rem) + (clamp(1rem, 3.3333333333vw, 3rem) * 2));
  position: relative;
  padding-block: clamp(5rem, 11.1111111111vw, 10rem);
  font-weight: 200;
}
.pg-section__inner {
  --content-min-margin: 40;
  position: relative;
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 1360px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  display: grid;
  grid-template-columns: 1fr 0;
}
.pg-section__side {
  position: sticky;
  width: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: calc(100vh - var(--num-h));
}
.pg-section__num {
  pointer-events: none;
  font-size: clamp(4.5rem, 8.8888888889vw, 8rem);
  width: 1.09375em;
  line-height: 1;
  padding-block: clamp(1rem, 3.3333333333vw, 3rem);
  -webkit-transform: translateX(calc(-100% + var(--num-margin, 0px)));
          transform: translateX(calc(-100% + var(--num-margin, 0px)));
  display: grid;
  grid-template-columns: 1fr;
}
.pg-section__num::before {
  font-weight: 200;
  content: "( Style )";
  font-size: clamp(0.625rem, 0.9027777778vw, 0.8125rem);
  position: absolute;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 1em;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  inset-block: 0;
  letter-spacing: 0.2em;
}
.pg-section__num span {
  font-weight: 200;
  grid-area: 1/-1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-section__num span:not(.is-active) {
  opacity: 0;
}
.pg-section__num span::before {
  content: attr(data-num);
}
@media (max-width: 48em) {
  .pg-section__num {
    --num-margin: 6.4vw;
  }
}

.pg-looks {
  position: relative;
  max-width: 1128px;
  margin-inline: auto;
}

.pg-images {
  display: grid;
  gap: 8px;
}
.pg-images + .pg-images {
  margin-top: clamp(4rem, 6.6666666667vw, 6rem);
}
@media (min-width: 48.0625em) {
  .pg-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pg-image {
  position: relative;
}
.pg-image::before, .pg-image::after {
  content: "";
  display: block;
  width: clamp(2rem, 3.3333333333vw, 3rem);
  height: clamp(2rem, 3.3333333333vw, 3rem);
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.pg-image::before {
  border-radius: 50%;
  background-color: rgba(21, 36, 51, 0.4);
  -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-image::after {
  background: transparent url("/public/assets/feature/navy-edition/2025ss/svg/icon-plus.svg") center center no-repeat;
  background-size: clamp(0.75rem, 1.1111111111vw, 1rem);
}
@media (min-width: 48.0625em) {
  .pg-image:hover {
    cursor: pointer;
  }
  .pg-image:hover::before {
    background-color: #152433;
  }
}

.pg-eyecatch {
  --distance: 24.8vw;
  --position: translateY(
    calc((var(--distance) * -1) + (var(--distance) * var(--intersectProgress)))
  );
  aspect-ratio: 375/375;
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .pg-eyecatch {
    --distance: 16.6666666667vw;
    aspect-ratio: 1440/600;
  }
}
.pg-eyecatch__img {
  aspect-ratio: 1440/840;
  -webkit-transform: var(--position);
          transform: var(--position);
  -webkit-transition: -webkit-transform 0.1s linear 0s;
  transition: -webkit-transform 0.1s linear 0s;
  transition: transform 0.1s linear 0s;
  transition: transform 0.1s linear 0s, -webkit-transform 0.1s linear 0s;
}

.pg-look {
  --content-min-margin: 10;
  color: #fff;
}
@media (max-width: 48em) {
  .pg-look {
    padding-bottom: 80px;
  }
}
.pg-look__inner {
  display: grid;
}
@media (max-width: 48em) {
  .pg-look__inner {
    gap: 40px 0;
  }
}
@media (min-width: 48.0625em) {
  .pg-look__inner {
    grid-template-columns: minmax(0, 1fr) 0.83fr;
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}
.pg-look__slider {
  width: 100%;
}
.pg-look__slider .swiper-button {
  width: 32px;
  height: 32px;
  background-color: rgba(21, 36, 51, 0.4);
  -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-look__slider .swiper-button::before {
  content: "";
  width: 4px;
  height: 12px;
  background: transparent url("/public/assets/feature/navy-edition/2025ss/svg/arrow-next.svg") center center no-repeat;
}
.pg-look__slider .swiper-button::after {
  display: none;
}
.pg-look__slider .swiper-button-prev {
  left: 0;
}
.pg-look__slider .swiper-button-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pg-look__slider .swiper-button-next {
  right: 0;
}
.pg-look__slider .swiper-button:hover {
  background-color: #152433;
}
.pg-look__content {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pg-look-credits {
  display: grid;
  gap: 16px;
}

.pg-look-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  gap: 0 12px;
}
.pg-look-credit[data-label]:not([data-label=""]) .pg-look-credit__title a {
  text-decoration: none !important;
  pointer-events: none;
}
.pg-look-credit[data-label]:not([data-label=""])::after {
  content: attr(data-label);
  font-size: 12px;
  color: #718293;
}
.pg-look-credit__title a {
  text-decoration: underline !important;
}
.pg-look-credit__title a:hover {
  text-decoration: none !important;
}
.pg-look-credit__price small {
  font-size: 10px;
}

.pg-buttons {
  --content-min-margin: 10;
  --content-base-margin: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 480px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}

.pg-button {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: clamp(1.5rem, 2.2222222222vw, 2rem);
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  -webkit-transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-button a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .pg-button:hover {
    border-color: #fff;
    cursor: pointer;
  }
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pg-navy);
  overflow: auto;
  display: none;
  z-index: 9999;
}
.l-modal__container {
  position: relative;
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr) 64px;
  min-height: 100%;
}
.l-modal__container::before, .l-modal__container::after {
  content: "";
}
@media (min-width: 48.0625em) {
  .l-modal__container {
    grid-template-rows: 100px minmax(0, 1fr) 100px;
  }
}
.l-modal__close {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 5;
}
@media (max-width: 48em) {
  .l-modal__close {
    left: 0;
    right: 0;
    bottom: 48px;
    margin: auto;
  }
}
@media (min-width: 48.0625em) {
  .l-modal__close {
    top: 48px;
    right: 48px;
  }
}
.l-modal__close::before, .l-modal__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-modal__close::before {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: transparent;
}
.l-modal__close::after {
  background: transparent url("/public/assets/feature/navy-edition/2025ss/svg/icon-plus.svg") center center no-repeat;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 48.0625em) {
  .l-modal__close:hover {
    cursor: pointer;
  }
  .l-modal__close:hover::before {
    border-color: #fff;
  }
}
.l-modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 1128px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}/*# sourceMappingURL=index.css.map */