@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-x: unset !important;
}

.page__footer {
  position: relative;
}

.feature-athlete-look-25ss {
  --content-min-margin: 20;
  padding-bottom: clamp(8rem, 16.6666666667vw, 15rem);
}

.pg-mv {
  position: relative;
  padding-top: 20px;
}
.pg-mv__slider {
  --content-base-margin: 20;
  --content-min-margin: 20;
  position: relative;
  overflow: hidden;
  z-index: 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;
  --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);
  overflow: hidden;
  border-radius: 32px;
}
.pg-mv__slider:not(.swiper-initialized) {
  opacity: 0;
}
.pg-mv img {
  width: 100%;
}

.pg-introduction {
  padding: clamp(2rem, 3.3333333333vw, 3rem) 0 clamp(4rem, 6.6666666667vw, 6rem);
}
.pg-introduction__content {
  z-index: 5;
  text-align: center;
}
.pg-introduction__headline {
  font-size: clamp(2.5rem, 3.3333333333vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.pg-introduction__text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 1.2;
  margin-top: 8px;
  letter-spacing: 0.08em;
}

.pg-anchor__items {
  display: grid;
  gap: clamp(1.5rem, 2.7777777778vw, 2.5rem) clamp(0.625rem, 1.1111111111vw, 1rem);
  --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, 800px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
@media (max-width: 48em) {
  .pg-anchor__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 48.0625em) {
  .pg-anchor__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.pg-anchor__item {
  position: relative;
}
@media (min-width: 48.0625em) {
  .pg-anchor__item:hover {
    cursor: pointer;
  }
  .pg-anchor__item:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.pg-anchor__img {
  overflow: hidden;
  border-radius: 8px;
}
.pg-anchor__img img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-anchor__text {
  font-size: clamp(0.75rem, 1.0416666667vw, 0.9375rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: clamp(0.75rem, 1.1111111111vw, 1rem);
  letter-spacing: 0.04em;
}
.pg-anchor__text a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.pg-content {
  --content-base-margin: 60;
  margin-top: clamp(6rem, 11.1111111111vw, 10rem);
  --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: grid;
}
@media (max-width: 48em) {
  .pg-content {
    grid-template-columns: 0 1fr;
  }
}
@media (min-width: 48.0625em) {
  .pg-content {
    gap: 20px;
    grid-template-columns: 315px 1fr;
  }
}

.pg-side {
  height: var(--side-h, 128px);
  position: sticky;
  top: calc(100vh - (var(--side-h, 128px)));
  z-index: 10;
}

.pg-athletes {
  display: grid;
}
@media (max-width: 48em) {
  .pg-athletes {
    position: absolute;
    width: calc(100vw - max(var(--content-min-margin, 24) * 2px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 200vw));
  }
}

.pg-athlete {
  padding-bottom: clamp(1.5rem, 4.4444444444vw, 4rem);
  grid-area: 1/-1;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -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;
}
.pg-athlete:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 48em) {
  .pg-athlete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
}
.pg-athlete__ja-name {
  font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 700;
}
.pg-athlete__ja-name::before {
  content: attr(data-numbering);
  font-size: clamp(0.8125rem, 1.0416666667vw, 0.9375rem);
  font-weight: 400;
}
.pg-athlete__en-name {
  font-size: clamp(2rem, 3.0555555556vw, 2.75rem);
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
}
.pg-athlete__button {
  position: relative;
  background-color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  padding-inline: 28px;
  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-radius: 64px;
  min-width: 120px;
  border: 1px solid #000;
  -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-athlete__button a {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  color: #fff;
  -webkit-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-athlete__button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .pg-athlete__button {
    margin-top: 32px;
  }
  .pg-athlete__button:hover {
    background-color: #fff;
  }
  .pg-athlete__button:hover a {
    color: #000;
  }
}

@media (max-width: 48em) {
  .pg-main {
    padding-top: 140px;
    padding-bottom: calc(var(--side-h) + 48px);
  }
}

@media (max-width: 48em) {
  .pg-section + .pg-section {
    margin-top: 240px;
  }
}
@media (min-width: 48.0625em) {
  .pg-section + .pg-section {
    margin-top: 160px;
  }
}

.pg-images {
  display: grid;
  grid-template-areas: "A" "B" "C";
  gap: clamp(1rem, 1.3888888889vw, 1.25rem);
}
.pg-images + .pg-images {
  margin-top: clamp(1rem, 1.3888888889vw, 1.25rem);
}
@media (max-width: 48em) {
  .pg-images:nth-child(1) .pg-image:nth-child(2) {
    margin-left: 70px;
  }
  .pg-images:nth-child(2) .pg-image:nth-child(2), .pg-images:nth-child(2) .pg-image:nth-child(3) {
    margin-left: 70px;
  }
}
@media (min-width: 48.0625em) {
  .pg-images {
    grid-template-columns: 427fr 538fr;
  }
  .pg-images:nth-child(2n+1) {
    grid-template-areas: "A A" "B C";
  }
  .pg-images:nth-child(2n) {
    grid-template-areas: "B A" "C A";
  }
}

.pg-image {
  position: relative;
}
.pg-image img {
  border-radius: 16px;
  width: 100%;
}
.pg-image:nth-child(1) {
  grid-area: A;
  align-self: start;
}
.pg-image:nth-child(2) {
  grid-area: B;
  align-self: start;
}
.pg-image:nth-child(3) {
  grid-area: C;
  align-self: start;
}
.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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -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;
}
.pg-image::before {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 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/athlete-look-25ss/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, .pg-image:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

.c-buttons {
  width: calc(100% - max(var(--min, 12px), 2.7777777778vw) * 2);
  max-width: var(--maw, 100%);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(3rem, 11.1111111111vw, 10rem);
}
.c-buttons .c-stroke-button {
  position: relative;
  --w: 100%;
  --h: clamp(5rem, 6.6666666667vw, 6rem);
  --maw: 335px;
  --bdc: #000;
  --bdr: clamp(5rem, 6.6666666667vw, 6rem);
  --fz: clamp(0.875rem, 1.25vw, 1.125rem);
  font-weight: 500;
}
@media (min-width: 48.0625em) {
  .c-buttons .c-stroke-button {
    --maw: 400px;
  }
}
.c-buttons .c-stroke-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.pg-look {
  --content-min-margin: 10;
  width: 100%;
}
@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 {
    gap: clamp(2rem, 4.1666666667vw, 3.75rem);
    grid-template-columns: 560fr 480fr;
  }
}
@media (min-width: 48.0625em) {
  .pg-look__mv {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pg-look__img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pg-look__img.horizon img {
  width: 100%;
  height: auto;
}
.pg-look__img.vertical img {
  width: auto;
  height: 100%;
}
.pg-look__img img {
  border-radius: 16px;
}
.pg-look__content {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pg-look-credits {
  display: grid;
}
.pg-look-credits__heading {
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.pg-look-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  gap: 0 12px;
  padding: clamp(1.5rem, 2.2222222222vw, 2rem) 16px;
  border-bottom: 1px solid #e8e6e6;
}
.pg-look-credits__heading + .pg-look-credit {
  border-top: 1px solid #e8e6e6;
}
.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=""]) .pg-look-credit__button {
  display: none;
}
.pg-look-credit[data-label]:not([data-label=""])::after {
  content: attr(data-label);
  font-size: 12px;
  color: #7d7d7d;
}
.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-look-credit__button {
  position: relative;
  width: clamp(4.25rem, 6.3888888889vw, 5.75rem);
  height: clamp(2.25rem, 2.9166666667vw, 2.625rem);
  border: 1px solid #000;
  background-color: #000;
  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-radius: 40px;
  -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-credit__button a {
  color: #fff;
  -webkit-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-look-credit__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-look-credit__button:hover {
    background-color: #fff;
  }
  .pg-look-credit__button:hover a {
    color: #000;
    text-decoration: none;
  }
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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 #e8e6e6;
  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;
}
.l-modal__close::after {
  background: transparent url("/public/assets/feature/athlete-look-25ss/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: #000;
  }
}
.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, 1100px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}/*# sourceMappingURL=index.css.map */