@charset "UTF-8";
@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);
  }
}

.collection-ski-fw24 {
  --min: 20px;
  background-color: #f7f7f7;
  color: #000;
  position: relative;
}
@media (min-width: 48.0625em) {
  .collection-ski-fw24 .swiper:hover .swiper-button {
    opacity: 1;
    visibility: visible;
  }
}
.collection-ski-fw24 .swiper-slide img {
  width: 100%;
}
.collection-ski-fw24 .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;
  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;
}
.collection-ski-fw24 .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%;
}
.collection-ski-fw24 .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;
}
.collection-ski-fw24 .swiper-button-prev {
  left: min(2%, 14px);
}
.collection-ski-fw24 .swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.collection-ski-fw24 .swiper-button-next {
  right: min(2%, 14px);
}
.collection-ski-fw24 .swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 48em) {
  .collection-ski-fw24 .swiper-button {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .collection-ski-fw24 .swiper-button::before {
    width: 32px;
    height: 32px;
  }
  .collection-ski-fw24 .swiper-button:hover {
    cursor: pointer;
  }
}
.collection-ski-fw24 .swiper-pagination {
  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: 20px 0;
  z-index: 100;
  bottom: 0;
}
.collection-ski-fw24 .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  outline: none;
  opacity: 1;
}
.collection-ski-fw24 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px;
}
.collection-ski-fw24 .swiper-pagination-bullet-active {
  background-color: #000;
}
@media (max-width: 48em) {
  .collection-ski-fw24 .pg-buttons {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.0625em) {
  .collection-ski-fw24 .pg-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.collection-ski-fw24 .pg-fill-button {
  height: 56px;
}
@media (max-width: 48em) {
  .collection-ski-fw24 .pg-fill-button {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    --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 (min-width: 48.0625em) {
  .collection-ski-fw24 .pg-fill-button {
    max-width: 560px;
    height: 80px;
  }
}

.js-follow-area {
  position: relative;
}

.pg-header-follow-link {
  --sp-top: calc(var(--header-height) + 20px);
  --pc-top: calc(var(--header-height) + 30px);
  position: absolute;
  top: var(--fixed-header-height);
  right: 0;
  font-size: clamp(1rem, 1.8055555556vw, 1.625rem);
  padding: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  mix-blend-mode: difference;
  color: #fff;
  z-index: 500;
  -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;
  opacity: 0;
  visibility: hidden;
}
.header-fixed .pg-header-follow-link {
  --sp-top: calc(var(--header-fixed-height) + 20px);
  --pc-top: calc(var(--header-fixed-height) + 30px);
}
.pg-header-follow-link a {
  text-decoration: underline;
}
.pg-header-follow-link a:hover {
  text-decoration: none;
}
.pg-header-follow-link.is-fixed-start {
  position: fixed;
  top: var(--fixed-header-height);
  opacity: 1;
  visibility: visible;
}
.pg-header-follow-link.is-fixed-end {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 48.0625em) {
  .pg-header-follow-link {
    font-size: 1.625rem;
  }
}

.pg-local-header {
  text-align: center;
  padding: 56px 0 96px;
  --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 (min-width: 48.0625em) {
  .pg-local-header {
    padding: 80px 0;
  }
}
.pg-local-header__heading {
  font-size: clamp(2.25rem, 2.7777777778vw, 2.5rem);
  line-height: 1.2;
  font-weight: normal;
}
.pg-local-header__buttons {
  margin-top: clamp(1.75rem, 2.7777777778vw, 2.5rem);
  margin-left: auto;
  margin-right: auto;
  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;
  gap: clamp(0.875rem, 2.2222222222vw, 2rem);
}
@media (max-width: 48em) {
  .pg-local-header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-local-header .c-stroke-button {
  --w: 220px;
  --bgc: #f7f7f7;
  margin: 0;
}

.pg-header-navi__items {
  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;
  gap: 32px;
  margin-top: clamp(2rem, 3.3333333333vw, 3rem);
}
.pg-header-navi__item {
  font-size: 1rem;
  line-height: 1.2;
}
.pg-header-navi__item a {
  text-decoration: underline;
}
.pg-header-navi__item a:hover {
  text-decoration: none;
}
.pg-header-navi__item.is-current {
  color: #000;
}
.pg-header-navi__item.is-coming-soon {
  color: #ccc;
}
.pg-header-navi__item.is-coming-soon a {
  pointer-events: none;
}
@media (min-width: 48.0625em) {
  .pg-header-navi__item {
    font-size: 1.375rem;
  }
}

.pg-leadtext {
  margin-top: 32px;
  font-size: 0.75rem;
}
.pg-leadtext strong {
  font-weight: bold;
  font-size: 0.875rem;
}
.pg-leadtext a {
  text-decoration: underline;
}
.pg-leadtext a:hover {
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .pg-leadtext {
    margin-top: 48px;
    font-size: 0.875rem;
  }
  .pg-leadtext strong {
    font-size: 1rem;
  }
}

.pg-products {
  position: relative;
  overflow: hidden;
}
:is(.pg-products, .pg-styles) + .pg-products {
  margin-top: clamp(6rem, 13.8888888889vw, 12.5rem);
}
.pg-products__header {
  padding-bottom: 1rem;
  margin-bottom: clamp(1rem, 4.4444444444vw, 4rem);
  border-bottom: 1px solid #000;
}
@media (max-width: 48em) {
  .pg-products__header {
    --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 (min-width: 48.0625em) {
  .pg-products__header {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.pg-products__heading {
  font-weight: normal;
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
}

.pg-product {
  background-color: #f7f7f7;
}
@media (max-width: 48em) {
  .pg-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}
@media (max-width: 48em) {
  .pg-product__container {
    display: contents;
  }
}
@media (min-width: 48.0625em) {
  .pg-product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pg-product.is-image-right .pg-product__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.pg-product__slider {
  width: 100%;
}
@media (max-width: 48em) {
  .pg-product__slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}
@media (min-width: 48.0625em) {
  .pg-product__slider {
    width: 50%;
  }
}
.pg-product__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg-product__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: auto 720/1080;
}
.pg-product__content {
  padding: 80px 40px;
}
@media (max-width: 48em) {
  .pg-product__content {
    display: contents;
  }
}
@media (min-width: 48.0625em) {
  .pg-product__content {
    width: 50%;
  }
}
@media (max-width: 48em) {
  .pg-product__header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    --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-product__title {
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: normal;
}
@media (min-width: 48.0625em) {
  .pg-product__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 48em) {
  .pg-product__credits {
    --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);
    padding-bottom: 64px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 39px;
  }
}
@media (min-width: 48.0625em) {
  .pg-product__credits {
    margin-top: 55px;
  }
}
.pg-product__credit {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.pg-product__credit small {
  font-size: 0.625rem;
}
.pg-product__title + .pg-product__credit {
  margin-top: 8px;
}
@media (min-width: 48.0625em) {
  .pg-product__title + .pg-product__credit {
    margin-top: 20px;
  }
}
.pg-product__credit + .pg-product__credit {
  margin-top: 24px;
}
.pg-product__credit-title {
  font-size: 0.9375rem;
}
.pg-product__credit-price {
  font-size: 0.8125rem;
  margin-top: 4px;
}
.pg-product__credit-price small {
  font-size: 0.625rem;
}
.pg-product__credit-link {
  font-size: 0.9375rem;
}
.pg-product__credit-link a {
  text-decoration: underline;
}
.pg-product__credit-link a:hover {
  text-decoration: none;
}
.pg-product__credit-link.is-coming-soon {
  display: none;
}
.pg-product__richtext {
  font-size: 0.875rem;
  line-height: 2;
}
@media (max-width: 48em) {
  .pg-product__richtext {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 40px;
    --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 (min-width: 48.0625em) {
  .pg-product__richtext {
    font-size: 0.9375rem;
    margin-top: 40px;
  }
}
@media (max-width: 48em) {
  .pg-product .pg-product-gallery {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 40px;
  }
}
.pg-product .pg-fill-button {
  margin-top: 40px;
  height: 56px;
  border-radius: 56px;
}
.pg-product .pg-fill-button.is-coming-soon {
  display: none;
}
@media (min-width: 48.0625em) {
  .pg-product .pg-fill-button {
    max-width: 200px;
  }
}

.pg-styles {
  margin-top: 32px;
}
.pg-styles:not(:last-child) {
  padding-bottom: 64px;
}
@media (min-width: 48.0625em) {
  .pg-styles {
    margin-top: 160px;
  }
  .pg-styles:not(:last-child) {
    padding-bottom: 100px;
  }
}
@media (min-width: 48.0625em) {
  .pg-styles__container {
    --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-styles__header {
  text-align: center;
}
.pg-styles__heading {
  font-size: 1.25rem;
  font-weight: normal;
}
@media (min-width: 48.0625em) {
  .pg-styles__heading {
    font-size: 1.75rem;
  }
}
.pg-styles__content {
  margin-top: 24px;
}
@media (min-width: 48.0625em) {
  .pg-styles__content {
    margin-top: 64px;
    display: grid;
    gap: 64px 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 48em) {
  .pg-style + .pg-style {
    margin-top: 40px;
  }
}
.pg-style__slider img {
  height: auto;
  aspect-ratio: auto 440/550;
}
.pg-style__content {
  margin-top: 16px;
}
@media (max-width: 48em) {
  .pg-style__content {
    text-align: center;
  }
}
.pg-style__title {
  font-size: 0.9375rem;
}
.pg-style__title:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 48.0625em) {
  .pg-style__title {
    font-size: 1.125rem;
  }
}
.pg-style__price {
  font-size: 0.75rem;
}
.pg-style__price small {
  font-size: 0.625rem;
}
.pg-style__link + .pg-style__price {
  margin-top: 24px;
}
.pg-style__link {
  font-size: 0.9375rem;
}
.pg-style__link a {
  text-decoration: underline;
}
.pg-style__link a:hover {
  text-decoration: none;
}

.pg-buttons {
  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: 48px 0 60px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48.0625em) {
  .pg-buttons {
    padding: 100px 0;
  }
}

.pg-fill-button {
  position: relative;
  border: 1px solid #000;
  background-color: #000;
  width: 100%;
  height: 56px;
  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;
  -webkit-transition-property: background-color;
  transition-property: 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;
  font-size: 0.875rem;
}
.pg-fill-button a {
  color: #fff;
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: 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;
}
.pg-fill-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-fill-button--disabled {
  background-color: #fff;
}
.pg-fill-button--disabled::before {
  content: "12月24日(金)発売予定";
  color: #000;
}
.pg-fill-button--disabled a {
  pointer-events: none;
  color: #000;
  display: none;
}
@media (min-width: 48.0625em) {
  .pg-fill-button {
    max-width: 560px;
    height: 80px;
  }
  .pg-fill-button:hover {
    background-color: #fff;
  }
  .pg-fill-button:hover a {
    color: #000;
  }
}/*# sourceMappingURL=index.css.map */