.c-stroke-button {
  position: relative;
  width: var(--w, 100%);
  max-width: var(--maw, -webkit-fit-content);
  max-width: var(--maw, -moz-fit-content);
  max-width: var(--maw, fit-content);
  height: var(--h, 48px);
  border: 1px solid var(--clr, #000);
  border-radius: var(--h, 48px);
  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;
  padding: var(--py, 0) var(--px, 1.5em);
  margin: auto;
  background-color: var(--bgc, #fff);
  color: var(--clr, currentColor);
  -webkit-transition-property: opacity, background-color, color;
  transition-property: opacity, background-color, 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;
}
.c-stroke-button :is(a, span) {
  font-size: var(--fz, clamp(0.8125rem, 0.9722222222vw, 0.875rem));
  text-decoration: none;
}
.c-stroke-button :is(a, span)::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .c-stroke-button:hover {
    background-color: var(--clr, #000);
    color: var(--bgc, #fff);
  }
}

.l-wrapper {
  position: relative;
}
.l-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -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;
  z-index: 9999;
}
.l-wrapper.is-loaded::before {
  opacity: 0;
  visibility: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
}

.goldwin-0-2025fw-look {
  padding-top: clamp(6.375rem, 7.7777777778vw, 7rem);
  padding-bottom: clamp(6rem, 11.1111111111vw, 10rem);
}

.c-image img {
  aspect-ratio: 80/113;
}

.pg-sections {
  display: grid;
  gap: clamp(3rem, 5.5555555556vw, 5rem);
}
.pg-sections:not(:first-child) {
  margin-top: clamp(4.5rem, 8.8888888889vw, 8rem);
}

.pg-section {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 48.0625em) {
  .pg-section {
    gap: 2.2222222222vw;
    --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);
  }
}

@media (max-width: 48em) {
  .pg-images {
    display: grid;
    gap: 0.75rem;
  }
  .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(1), .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(6) {
    --image-margin: 15.1282051282vw;
  }
  .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(2), .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(5) {
    --image-margin: 7.9487179487vw;
  }
  .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(1), .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(2) {
    margin-right: var(--image-margin);
  }
  .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(5), .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(6) {
    margin-left: var(--image-margin);
  }
  .pg-images:has(.pg-image:nth-child(4):last-child) {
    --image-margin: 8.9743589744vw;
  }
}
@media (min-width: 48.0625em) {
  .pg-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3888888889vw;
  }
}
@media (max-width: 48em) {
  .pg-images[data-type=concave]:has(.pg-image:nth-child(6):last-child) {
    grid-template-areas: "IMG1 IMG6" "IMG2 IMG5" "IMG3 IMG4";
  }
  .pg-images[data-type=concave]:has(.pg-image:nth-child(5):last-child) {
    grid-template-areas: "IMG1 IMG5" "IMG2 IMG4";
    --image-margin: 12.0512820513vw;
  }
  .pg-images[data-type=concave]:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(1) {
    margin-right: var(--image-margin);
  }
  .pg-images[data-type=concave]:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(3) {
    display: none;
  }
  .pg-images[data-type=concave]:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(5) {
    margin-left: var(--image-margin);
  }
  .pg-images[data-type=concave]:has(.pg-image:nth-child(4):last-child) {
    grid-template-areas: "IMG1 IMG4" "IMG2 IMG3";
  }
  .pg-images[data-type=concave]:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(1) {
    margin-right: var(--image-margin);
  }
  .pg-images[data-type=concave]:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(4) {
    margin-left: var(--image-margin);
  }
}
@media (min-width: 48.0625em) {
  .pg-images[data-type=concave] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .pg-images[data-type=concave] .pg-image {
    margin-top: var(--image-margin);
  }
}
@media (max-width: 48em) {
  .pg-images[data-type=convex]:has(.pg-image:nth-child(6):last-child) {
    grid-template-areas: "IMG3 IMG4" "IMG2 IMG5" "IMG1 IMG6";
  }
  .pg-images[data-type=convex]:has(.pg-image:nth-child(5):last-child) {
    grid-template-areas: "IMG2 IMG3" "IMG1 IMG4";
    --image-margin: 12.0512820513vw;
  }
  .pg-images[data-type=convex]:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(1) {
    margin-right: var(--image-margin);
  }
  .pg-images[data-type=convex]:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(4) {
    margin-left: var(--image-margin);
  }
  .pg-images[data-type=convex]:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(5) {
    display: none;
  }
  .pg-images[data-type=convex]:has(.pg-image:nth-child(4):last-child) {
    grid-template-areas: "IMG3 IMG3" "IMG1 IMG4";
  }
  .pg-images[data-type=convex]:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(1) {
    margin-right: var(--image-margin);
  }
  .pg-images[data-type=convex]:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(2) {
    display: none;
  }
  .pg-images[data-type=convex]:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(4) {
    margin-left: var(--image-margin);
  }
}
@media (min-width: 48.0625em) {
  .pg-images[data-type=convex] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .pg-images[data-type=convex] .pg-image {
    margin-bottom: var(--image-margin);
  }
}
@media (max-width: 48em) {
  .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(1), .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(2), .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(3) {
    justify-self: end;
  }
}
@media (min-width: 48.0625em) {
  .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(2), .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(5) {
    --image-margin: 6.25vw;
  }
  .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(3), .pg-images:has(.pg-image:nth-child(6):last-child) .pg-image:nth-child(4) {
    --image-margin: 10.4166666667vw;
  }
}
@media (max-width: 48em) {
  .pg-images:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(1), .pg-images:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(2) {
    justify-self: end;
  }
}
@media (min-width: 48.0625em) {
  .pg-images:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(2), .pg-images:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(4) {
    --image-margin: 2.7777777778vw;
  }
  .pg-images:has(.pg-image:nth-child(5):last-child) .pg-image:nth-child(3) {
    --image-margin: 5.5555555556vw;
  }
}
@media (max-width: 48em) {
  .pg-images:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(1), .pg-images:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(2) {
    justify-self: end;
  }
  .pg-images:has(.pg-image:nth-child(4):last-child)[data-type=convex] .pg-image:nth-child(3) {
    justify-self: center;
  }
}
@media (min-width: 48.0625em) {
  .pg-images:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(2), .pg-images:has(.pg-image:nth-child(4):last-child) .pg-image:nth-child(3) {
    --image-margin: 2.7777777778vw;
  }
}

.pg-image {
  overflow: hidden;
}
.pg-image:nth-child(1) {
  grid-area: IMG1;
}
.pg-image:nth-child(2) {
  grid-area: IMG2;
}
.pg-image:nth-child(3) {
  grid-area: IMG3;
}
.pg-image:nth-child(4) {
  grid-area: IMG4;
}
.pg-image:nth-child(5) {
  grid-area: IMG5;
}
.pg-image:nth-child(6) {
  grid-area: IMG6;
}
.pg-image img {
  -webkit-transition: -webkit-transform 1.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 1.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 1.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 1.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1.125s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (max-width: 48em) {
  .pg-image {
    width: 33.3333333333vw;
  }
}
@media (min-width: 48.0625em) {
  .pg-image {
    width: 14.5833333333vw;
  }
  .pg-image:hover {
    cursor: pointer;
  }
  .pg-image:hover img {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
}
.pg-image:hover {
  cursor: pointer;
}

.pg-footer-buttons {
  margin-top: clamp(5rem, 11.1111111111vw, 10rem);
  display: grid;
  gap: clamp(1.5rem, 2.2222222222vw, 2rem);
}
.pg-footer-buttons .c-stroke-button {
  --h: clamp(3.75rem, 5.5555555556vw, 5rem);
  --w: calc(100% - max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw) * 2);
  --maw: 480px;
}
.pg-footer-buttons .c-stroke-button:hover {
  cursor: pointer;
}

.pg-fixed-button {
  position: fixed;
  bottom: clamp(1.125rem, 1.4583333333vw, 1.3125rem);
  z-index: 100;
  -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;
  font-size: 1rem;
}
.pg-fixed-button:hover {
  color: #9d9d9c;
}
@media (max-width: 48em) {
  .pg-fixed-button {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 48.0625em) {
  .pg-fixed-button {
    right: clamp(0.75rem, 1.4583333333vw, 1.3125rem);
  }
}
.goldwin-0-2025fw-look:not(:has(.pg-contents.is-entered)) .pg-fixed-button, .goldwin-0-2025fw-look:has(.pg-contents.is-leaving) .pg-fixed-button, .goldwin-0-2025fw-look:has(.pg-contents.is-leaved) .pg-fixed-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pg-look {
  width: 100%;
  height: 100%;
  display: grid;
  gap: 1rem;
}
@media (min-width: 48.0625em) {
  .pg-look {
    grid-template-columns: minmax(0, 656fr) minmax(0, 728fr);
  }
}
.pg-look__slider {
  width: 100%;
  height: 100%;
}
.pg-look__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 48em) {
  .pg-look__slider {
    padding-left: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
    padding-right: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
  }
}
@media (min-width: 48.0625em) {
  .pg-look__slider {
    container-name: look-slider;
    container-type: size;
  }
  @container look-slider (min-aspect-ratio: 800 / 1132) {
    .pg-look__slider img {
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}
.pg-look__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 48em) {
  .pg-look__content {
    padding-inline: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 48.0625em) {
  .pg-look__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pg-look-credits {
  display: grid;
  gap: 0.75rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.pg-look-credit[data-label]:not([data-label=""])::after {
  content: attr(data-label);
  font-size: 0.625rem;
  color: #767676;
  display: block;
}
.pg-look-credit[data-label]:not([data-label=""]) .pg-look-credit__title a {
  text-decoration: none;
  pointer-events: none;
}
.pg-look-credit__title {
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
}
.pg-look-credit__title a {
  text-decoration: underline;
}
.pg-look-credit__title a:hover {
  text-decoration: none;
}
.pg-look-credit__price {
  font-size: clamp(0.6875rem, 0.8333333333vw, 0.75rem);
}
.pg-look-credit__price small {
  font-size: 0.625rem;
}

.pg-look-thumbs {
  width: 15.5555555556vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 48em) {
  .pg-look-thumbs {
    display: none;
  }
}

.l-modal {
  background-color: #fff;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.l-modal#LayoutLookModal .swiper:not(.swiper-initialized) :is(.swiper-button, .swiper-pagination) {
  display: none;
}
@media (min-width: 48.0625em) {
  .l-modal#LayoutLookModal .swiper:hover .swiper-button {
    opacity: 1;
  }
}
.l-modal#LayoutLookModal .swiper-button {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin: auto;
  opacity: 0;
  -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;
}
.l-modal#LayoutLookModal .swiper-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -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;
}
.l-modal#LayoutLookModal .swiper-button::after {
  content: "";
  --size: 8px;
  --bdw: 1px;
  --clr: #000;
  display: block;
  width: var(--size);
  height: var(--size);
  border-top: var(--bdw) solid var(--clr);
  border-right: var(--bdw) solid var(--clr);
  -webkit-transition-property: border-color;
  transition-property: border-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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-modal#LayoutLookModal .swiper-button-prev {
  left: min(2%, 14px);
}
.l-modal#LayoutLookModal .swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.l-modal#LayoutLookModal .swiper-button-next {
  right: min(2%, 14px);
}
.l-modal#LayoutLookModal .swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 48em) {
  .l-modal#LayoutLookModal .swiper-button {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .l-modal#LayoutLookModal .swiper-button::before {
    width: 32px;
    height: 32px;
  }
  .l-modal#LayoutLookModal .swiper-button:hover {
    cursor: pointer;
  }
}
.l-modal#LayoutLookModal .swiper-pagination {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
}
.l-modal#LayoutLookModal .swiper-pagination-lock {
  display: block;
}
.l-modal#LayoutLookModal .l-modal__container {
  --content-base-margin: 16;
  --content-min-margin: 16;
  grid-template-rows: 1rem minmax(0, 1fr) 1rem;
}
@media (min-width: 48.0625em) {
  .l-modal#LayoutLookModal .l-modal__container {
    height: 100vh;
  }
}
.l-modal#LayoutLookModal .l-modal__content {
  width: 100%;
  height: 100%;
}
.l-modal#LayoutLookModal .l-modal__close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 1.5em;
  padding-left: 1.5em;
  bottom: clamp(1.125rem, 1.4583333333vw, 1.3125rem);
  z-index: 200;
}
.l-modal#LayoutLookModal .l-modal__close::before {
  content: "(Close)";
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: auto;
  height: auto;
  position: relative;
}
.l-modal#LayoutLookModal .l-modal__close::after {
  display: none;
}
.l-modal#LayoutLookModal .l-modal__close:hover {
  cursor: pointer;
}
@media (max-width: 48em) {
  .l-modal#LayoutLookModal .l-modal__close {
    right: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
  }
}
@media (min-width: 48.0625em) {
  .l-modal#LayoutLookModal .l-modal__close {
    right: 0;
  }
}

.l-modal#ShopModal {
  background-color: #fff;
}
.l-modal#ShopModal .l-modal__close {
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  -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;
}
.l-modal#ShopModal .l-modal__close::before, .l-modal#ShopModal .l-modal__close::after {
  background-color: #000;
}
.l-modal#ShopModal .l-modal__close:hover {
  cursor: pointer;
  opacity: 0.6;
}
.l-modal#ShopModal .l-modal__content {
  background-color: #f9f9f9;
  padding: 3.75rem clamp(1.5rem, 3.3333333333vw, 3rem);
  width: 91.4666666667vw;
  max-width: 720px;
}

.pg-shoplist {
  width: 100%;
}
.pg-shoplist__headline {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.pg-shoplist__block + .pg-shoplist__block {
  margin-top: clamp(3rem, 4.4444444444vw, 4rem);
}
.pg-shoplist__headline + .pg-shoplist__block {
  margin-top: clamp(3rem, 4.4444444444vw, 4rem);
}
.pg-shoplist__title {
  font-size: 0.8125rem;
  font-weight: bold;
}
.pg-shoplist__items {
  display: grid;
  gap: 0.75rem 1.25rem;
  width: 100%;
}
.pg-shoplist__title + .pg-shoplist__items {
  margin-top: 0.75rem;
}
@media (min-width: 48.0625em) {
  .pg-shoplist__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pg-shoplist__item {
  font-size: 0.8125rem;
}
.pg-shoplist__item a[href] {
  text-decoration: underline;
}
.pg-shoplist__item a[href]:hover {
  text-decoration: none;
  opacity: 1;
}/*# sourceMappingURL=index.css.map */