@import url("/static/full/goldwin/js/plugin/swiper/swiper-bundle.min.css");
.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: clamp(var(--fz13, 0.8125em), 0.9722222222vw, var(--fz14, 0.875em));
}
.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);
  }
}

.pg-header-follow-link {
  --height: 62px;
  font-size: clamp(1rem, 1.5277777778vw, 1.375rem);
  mix-blend-mode: difference;
  color: #fff;
  z-index: 500;
  padding: 20px;
  position: fixed;
  top: var(--active-header-height);
  right: 0;
  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;
  line-height: 1.3;
  height: var(--height);
  z-index: 1000;
}
@media (min-width: 48.0625em) {
  .pg-header-follow-link {
    --height: 76px;
  }
}
.pg-header-follow-link a {
  text-decoration: underline;
}
.pg-header-follow-link a:hover {
  text-decoration: none;
}
.pg-header-follow-link.is-fixed-start {
  opacity: 1;
  visibility: visible;
}
.pg-header-follow-link.is-fixed-end {
  opacity: 0;
  visibility: hidden;
}

.pg-mv {
  background-color: #d5d5d5;
}
@media (min-width: 48.0625em) {
  .pg-mv {
    display: grid;
    grid-template-columns: minmax(0, 57vw) minmax(0, 43vw);
    -webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}
.pg-mv__col {
  position: relative;
}
.pg-mv__col--left {
  background-color: #000;
}
.pg-mv__col--left.is-fixed-start + .pg-mv__col--right .pg-mv__leadtext,
.pg-mv__col--left.is-fixed-start + .pg-mv__col--right .pg-mv__button {
  opacity: 1;
}
.pg-mv__col--left a {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-mv__col--right {
  background-color: #242424;
  color: #fff;
}
.pg-mv__mov {
  position: relative;
  width: 100%;
  -webkit-transition: top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
}
@media (max-width: 48em) {
  .pg-mv__mov {
    aspect-ratio: 4/5;
  }
}
@media (min-width: 48.0625em) {
  .pg-mv__mov {
    height: calc(100vh - var(--active-header-height));
  }
  .pg-mv__col.is-fixed-start .pg-mv__mov {
    position: fixed;
    width: 57vw;
    top: var(--active-header-height);
  }
  .pg-mv__col.is-fixed-end .pg-mv__mov {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.pg-mv__mov::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-mv__mov iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  max-width: unset !important;
}
.pg-mv__content {
  --content-height: 96px;
  --pb: 104px;
}
@media (max-width: 48em) {
  .pg-mv__content {
    padding: 3rem max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * 1vw) 6rem;
  }
}
@media (min-width: 48.0625em) {
  .pg-mv__content {
    padding: calc(100vh - (var(--max-header-height) + var(--content-height) + var(--pb))) clamp(3.125rem, 6.3888888889vw, 5.75rem);
  }
}
.pg-mv__content-inner > *:not(:first-child) {
  margin-top: var(--stack-space, 2.5rem);
}
.pg-mv__title {
  font-size: clamp(2rem, 2.7777777778vw, 2.5rem);
  font-weight: 400;
}
@media (max-width: 48em) {
  .pg-mv__title {
    text-align: center;
  }
}
.pg-mv__leadtext {
  font-size: clamp(0.875rem, 1.0416666667vw, 0.9375rem);
  line-height: 2;
  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;
}
.pg-mv__button {
  position: relative;
  font-size: 0.875rem;
  max-width: 160px;
  height: 40px;
  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 #fff;
  border-radius: 40px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -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-mv__button a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 48em) {
  .pg-mv__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.0625em) {
  .pg-mv__button:hover {
    background-color: #fff;
    color: #242424;
  }
}

.pg-section {
  padding: clamp(3rem, 3.8888888889vw, 3.5rem) 0 clamp(6rem, 13.8888888889vw, 12.5rem);
}
.pg-section:not([class*=u-bg-clr]) {
  background-color: #fff;
}
.pg-section__inner {
  --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);
}

.pg-section-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48em) {
  .pg-section-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 48.0625em) {
  .pg-section-mv {
    margin-left: min(var(--content-min-margin, 24) * -1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * -1vw);
    margin-right: min(var(--content-min-margin, 24) * -1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * -1vw);
  }
  .pg-section-mv.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.pg-section-mv__col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg-section-mv__col a {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 48em) {
  .pg-section-mv__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 48.0625em) {
  .pg-section-mv__col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
}
.pg-section-mv__category {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
}
@media (max-width: 48em) {
  .pg-section-mv__category {
    text-align: center;
  }
}
@media (min-width: 48.0625em) {
  .pg-section-mv__category {
    position: absolute;
    top: 0;
    left: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * 1vw);
  }
}
.pg-section-mv__mov {
  position: relative;
  aspect-ratio: 4/5;
  width: 100%;
  height: auto;
}
.pg-section-mv__mov::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .pg-section-mv__content {
    padding-left: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * 1vw);
    padding-right: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * 1vw);
  }
}
.pg-section-mv__title {
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
}
@media (max-width: 48em) {
  .pg-section-mv__title {
    text-align: center;
    margin-top: 1rem;
  }
}
.pg-section-mv__text {
  font-size: clamp(0.8125rem, 0.9722222222vw, 0.875rem);
  line-height: 2;
}
.pg-section-mv__text > *:not(:first-child) {
  margin-top: 2em;
}
@media (max-width: 48em) {
  .pg-section-mv__text:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (min-width: 48.0625em) {
  .pg-section-mv__text:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.pg-section-slider {
  margin-top: clamp(3rem, 3.8888888889vw, 3.5rem);
}
.pg-section-slider .swiper {
  margin-left: min(var(--content-min-margin, 24) * -1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * -1vw);
  margin-right: min(var(--content-min-margin, 24) * -1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * -1vw);
  padding-left: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * 1vw);
  padding-right: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * 1vw);
}
@media (min-width: 48.0625em) {
  .pg-section-slider .swiper:hover .swiper-button {
    opacity: 1;
    visibility: visible;
  }
}
.pg-section-slider .swiper-button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin: auto;
  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-section-slider .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;
}
.pg-section-slider .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;
}
.pg-section-slider .swiper-button-prev {
  left: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * 1vw);
}
.pg-section-slider .swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.pg-section-slider .swiper-button-next {
  right: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * 1vw);
}
.pg-section-slider .swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.pg-section-slider .swiper-button-disabled {
  display: none;
}
@media (max-width: 48em) {
  .pg-section-slider .swiper-button {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .pg-section-slider .swiper-button::before {
    width: 32px;
    height: 32px;
  }
  .pg-section-slider .swiper-button:hover {
    cursor: pointer;
  }
}
.pg-section-slider__content {
  margin-top: 0.75rem;
}

.pg-credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 48.0625em) {
  .pg-credits {
    gap: 12px 24px;
    max-width: 900px;
  }
}

.pg-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 8px;
  line-height: 1.3;
}
.pg-credit__title {
  font-size: 0.875rem;
}
.pg-credit__title a {
  text-decoration: underline;
}
.pg-credit__title a:hover {
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .pg-credit__title {
    font-size: 1rem;
  }
}
.pg-credit__price {
  font-size: 0.75rem;
}
.pg-credit__price small {
  font-size: 0.625rem;
}
@media (max-width: 48em) {
  .pg-credit {
    width: 100%;
  }
}
@media (min-width: 48.0625em) {
  .pg-credit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.pg-products {
  padding: clamp(4rem, 8.3333333333vw, 7.5rem) 0;
  background-color: #fff;
}
.pg-products__inner {
  --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);
}
.pg-products__heading {
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  text-align: center;
  font-weight: normal;
}
.pg-products__content {
  margin-top: clamp(2rem, 4.4444444444vw, 4rem);
}
.pg-products__grid {
  display: grid;
}
@media (max-width: 48em) {
  .pg-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 0.5rem;
    margin-left: min(var(--content-min-margin, 24) * -1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * -1vw);
    margin-right: min(var(--content-min-margin, 24) * -1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100 * -1vw);
  }
}
@media (min-width: 48.0625em) {
  .pg-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem 0.75rem;
  }
}
@media (max-width: 48em) {
  .pg-products__cell:nth-child(2n+1) .pg-product__content {
    padding-left: 0.75rem;
  }
}
.pg-products .c-stroke-button {
  --maw: 335px;
  --h: 60px;
  margin-top: clamp(3.5rem, 8.3333333333vw, 7.5rem);
}
@media (min-width: 48.0625em) {
  .pg-products .c-stroke-button {
    --maw: 360px;
    --h: 70px;
  }
}

.pg-product__content {
  margin-top: 1rem;
  line-height: 1.2;
}
.pg-product__title {
  font-size: clamp(0.8125rem, 1.1111111111vw, 1rem);
}
.pg-product__data {
  font-size: clamp(0.6875rem, 0.8333333333vw, 0.75rem);
  margin-top: 0.25rem;
}
.pg-product__data small {
  font-size: 0.625rem;
}
.pg-product__link {
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
.pg-product__link a {
  text-decoration: underline;
}
.pg-product__link a:hover {
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .pg-product__link {
    margin-top: 0.5rem;
  }
}

.js-sol {
  position: relative;
  min-height: 100vh;
}
.js-sol:first-child .js-sol-wrapper {
  position: fixed;
}
.js-sol-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  top: var(--active-header-height);
}
.js-sol-wrapper > * {
  position: relative;
  z-index: 1;
}
.js-sol-wrapper.is-fixed-start {
  position: fixed;
}
.js-sol-item {
  position: relative;
  -webkit-transform: translate3d(0, var(--margin, 0), 0);
          transform: translate3d(0, var(--margin, 0), 0);
}
.js-sol-item img {
  aspect-ratio: auto var(--w)/var(--h);
}
@media (max-width: 48em) {
  .js-sol-item[class*=-escape] {
    background-color: #fff;
  }
}
.js-sol-fadeout {
  background-color: #fff;
}
@media (min-width: 48.0625em) {
  .js-sol-fadeout::after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
  }
  .js-sol-fadeout > * {
    position: relative;
    z-index: 2;
    opacity: calc(1 - var(--hide-progress) * 1.5);
  }
}
@media (max-width: 48em) {
  .js-sol-fadein {
    background-color: #fff;
  }
}
@media (min-width: 48.0625em) {
  .js-sol-fadein::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100vh + 200%);
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: #fff;
    z-index: 1;
    opacity: calc(var(--in-progress) * 1.5);
  }
  .js-sol-fadein > * {
    position: relative;
    z-index: 2;
  }
}/*# sourceMappingURL=index.css.map */