.c-play-btn {
  position: relative;
}
.c-play-btn:hover .c-play-btn__icon::before {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}
.c-play-btn__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.c-play-btn__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-play-btn__icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  border-width: 5px 9px 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  z-index: 5;
}
.c-play-btn__text {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}
.c-play-btn__text a {
  text-decoration: none;
}
.c-play-btn__text a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (max-width: 30em) {
  .u-d-n--sp {
    display: none;
  }
}
@media (min-width: 30.0625em) and (max-width: 48em) {
  .u-d-n--tb {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .u-d-n--pc {
    display: none;
  }
}
@media (max-width: 48em) {
  .u-d-n--not-pc {
    display: none;
  }
}
@media (min-width: 30.0625em) {
  .u-d-n--not-sp {
    display: none;
  }
}
.u-d-b--sp {
  display: none;
}
@media (max-width: 30em) {
  .u-d-b--sp {
    display: block;
  }
}
.u-d-b--tb {
  display: none;
}
@media (min-width: 30.0625em) and (max-width: 48em) {
  .u-d-b--tb {
    display: block;
  }
}
.u-d-b--pc {
  display: none;
}
@media (min-width: 48.0625em) {
  .u-d-b--pc {
    display: block;
  }
}
.u-d-b--not-pc {
  display: none;
}
@media (max-width: 48em) {
  .u-d-b--not-pc {
    display: block;
  }
}
.u-d-b--not-sp {
  display: none;
}
@media (min-width: 30.0625em) {
  .u-d-b--not-sp {
    display: block;
  }
}

.editorial-workwear {
  position: relative;
  background-color: #fff;
  color: #000;
}
@media (min-width: 48.0625em) {
  .editorial-workwear {
    --content-base-margin: 120;
  }
}
.editorial-workwear .swiper:not(.swiper-initialized) :is(.swiper-button, .swiper-pagination) {
  display: none;
}
@media (min-width: 48.0625em) {
  .editorial-workwear .swiper:hover .swiper-button:before {
    opacity: 1;
  }
}
.editorial-workwear .swiper-button {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin: auto;
}
.editorial-workwear .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%;
  opacity: 0;
  -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;
}
.editorial-workwear .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;
}
.editorial-workwear .swiper-button-prev {
  left: min(2%, 14px);
}
.editorial-workwear .swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.editorial-workwear .swiper-button-next {
  right: min(2%, 14px);
}
.editorial-workwear .swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 48em) {
  .editorial-workwear .swiper-button {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .editorial-workwear .swiper-button::before {
    width: 32px;
    height: 32px;
  }
  .editorial-workwear .swiper-button:hover {
    cursor: pointer;
  }
}
.editorial-workwear .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;
}
.editorial-workwear .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  outline: none;
  opacity: 1;
}
.editorial-workwear .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px;
}
.editorial-workwear .swiper-pagination-bullet-active {
  background-color: #000;
}
.editorial-workwear .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  font-size: 0.75rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
  height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 20px;
  padding: 0 10px;
  border-radius: 10px;
  color: #b2b2b2;
}
.editorial-workwear .swiper-pagination-fraction span {
  color: #000;
}

.pg-mv {
  position: relative;
  z-index: 1;
}
.pg-mv__img {
  background-color: #ccc;
}
.pg-mv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: auto 2880/1280;
}

.pg-contents {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding-bottom: 56px;
}
.pg-contents.is-entered .pg-follow-anchor {
  position: fixed;
}
.pg-contents:is(.is-leaving, .is-leaved) .pg-follow-anchor {
  position: absolute;
  top: auto;
  bottom: 0;
}
.pg-contents:not(.is-entered) .pg-follow-anchor {
  opacity: 0;
}
@media (min-width: 48.0625em) {
  .pg-contents {
    padding-bottom: 140px;
  }
}
@media (max-width: 48em) {
  .pg-contents:has(.pg-follow-anchor) .pg-introduction__container > * {
    margin-left: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
  }
}
@media (max-width: 48em) {
  .pg-contents:has(.pg-follow-anchor) .pg-interview__container > :is(.pg-interview__content, .pg-interview__text, .pg-captions) > *:not(.pg-interview__content) {
    margin-left: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
  }
}

.pg-follow-anchor {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
  mix-blend-mode: difference;
  -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;
}
@media (max-width: 48em) {
  .pg-follow-anchor {
    width: max(var(--content-min-margin, 24) * 2px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 200vw);
  }
}
@media (min-width: 48.0625em) {
  .pg-follow-anchor {
    width: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
  }
}
.pg-follow-anchor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: clamp(0.8125rem, 1.0416666667vw, 0.9375rem);
  gap: 1.25rem;
}
.pg-follow-anchor__item {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.pg-follow-anchor__item a {
  color: #fff;
  position: relative;
  display: inline-block;
  -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;
  line-height: 1.4;
}
.pg-follow-anchor__item a::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 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-follow-anchor__item:not(.is-current) a {
  opacity: 0.25;
}
.pg-follow-anchor__item:not(.is-current) a::before {
  opacity: 0;
}

.pg-introduction {
  --pt: 50.8px;
  --pb: 82.1px;
  padding: var(--pt) 0 var(--pb);
}
@media (min-width: 48.0625em) {
  .pg-introduction {
    --pt: 92px;
    --pb: 143.8px;
  }
}
.pg-introduction__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, 720px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  text-align: center;
}
.pg-introduction__genre {
  font-size: clamp(0.9375rem, 1.3888888889vw, 1.25rem);
  font-weight: bold;
}
.pg-introduction__genre + * {
  margin-top: clamp(1rem, 1.6666666667vw, 1.5rem);
}
.pg-introduction__title {
  font-size: clamp(1.625rem, 2.7777777778vw, 2.5rem);
  font-weight: bold;
  line-height: 1.4;
}
.pg-introduction__subtitle {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  font-weight: bold;
  margin-top: clamp(1.5rem, 2.2222222222vw, 2rem);
}
.pg-introduction__text {
  --mt: 43.8px;
  font-size: clamp(0.9375rem, 1.25vw, 1.125rem);
  line-height: 2;
}
.pg-introduction__text:not(:first-child) {
  margin-top: var(--mt);
}
@media (min-width: 48.0625em) {
  .pg-introduction__text {
    --mt: 70.2px;
  }
}
.pg-introduction__credit {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 30.1px;
}
.pg-introduction__credit a {
  text-decoration: underline;
}
.pg-introduction__credit a:hover {
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .pg-introduction__credit {
    font-size: 0.8125rem;
    margin-top: 44.4px;
  }
}

.pg-interview__container > .pg-interview__text {
  --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, 720px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
@media (max-width: 48em) {
  .pg-interview__container > * + *:not(:first-child) {
    margin-top: var(--mt, 48px);
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__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, 1200px);
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - var(--minmax) * 2);
  }
  .pg-interview__container > * + *:not(:first-child) {
    margin-top: var(--mt, 100px);
  }
}
.pg-interview__slider {
  --mt: 49px;
}
@media (min-width: 48.0625em) {
  .pg-interview__slider {
    --mt: 92px;
  }
}
.pg-interview__content {
  --mt: 45.4px;
  --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, 720px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.pg-interview__content > * + *:not(:first-child) {
  margin-top: var(--mt, 1.5em);
}
@media (min-width: 48.0625em) {
  .pg-interview__content {
    --mt: 88.1px;
  }
}
.pg-interview__title {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  font-weight: bold;
  line-height: 1.8;
}
.pg-interview__text {
  --mt: 10.6px;
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 2;
}
.pg-interview__text > * + *:not(:first-child) {
  margin-top: 24px;
}
.pg-interview__text ul {
  line-height: 1.6;
  list-style: disc;
  padding-left: 24px;
}
.pg-interview__text li {
  list-style: disc;
}
.pg-interview__text li:not(:first-child) {
  margin-top: 12px;
}
.pg-interview__text a {
  text-decoration: underline;
}
.pg-interview__text a:hover {
  text-decoration: none;
}
.pg-interview__text small {
  color: #666;
  font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
}
@media (min-width: 48.0625em) {
  .pg-interview__text {
    --mt: 16.8px;
  }
}

.pg-captions {
  --mt: 16.4px;
  --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-captions {
    --mt: 28.1px;
  }
}
.pg-captions__content {
  display: grid;
}
.pg-captions__content > * {
  grid-area: 1/-1;
}

.pg-caption {
  color: #666;
  font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
  line-height: 1.6;
  -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-caption:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 48.0625em) {
  .pg-caption {
    text-align: center;
  }
}

.pg-notice {
  --mt: 40px;
  background-color: #f8f8f8;
  padding: 28px 24px;
}
@media (min-width: 48.0625em) {
  .pg-notice {
    --mt: 80px;
    padding: 32px 40px;
  }
}
.pg-notice__title {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  font-weight: bold;
}
.pg-notice__text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 2;
}
.pg-notice__text:not(:first-child) {
  margin-top: 24px;
}
.pg-notice__text > * + *:not(:first-child) {
  margin-top: 24px;
}
.pg-notice__text ul {
  line-height: 1.6;
  list-style: disc;
  padding-left: 24px;
}
.pg-notice__text li {
  list-style: disc;
}
.pg-notice__text li:not(:first-child) {
  margin-top: 12px;
}
.pg-notice__text a {
  text-decoration: underline;
}
.pg-notice__text a:hover {
  text-decoration: none;
}

.pg-other-entries {
  margin-top: 89.4px;
}
@media (min-width: 48.0625em) {
  .pg-other-entries {
    margin-top: 152.8px;
  }
}
@media (min-width: 48.0625em) {
  .pg-other-entries__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, 964px);
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - var(--minmax) * 2);
  }
}
.pg-other-entries__heading {
  font-size: clamp(1.375rem, 1.6666666667vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.pg-other-entries__content {
  display: grid;
  gap: 56px 64px;
  margin-top: 41.4px;
}
@media (min-width: 48.0625em) {
  .pg-other-entries__content {
    margin-top: 56.8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pg-other-entry {
  position: relative;
}
@media (min-width: 48.0625em) {
  .pg-other-entry:hover .pg-other-entry__img img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.pg-other-entry__img {
  overflow: hidden;
}
.pg-other-entry__img a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-other-entry__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-other-entry__content {
  margin-top: 15.2px;
}
@media (max-width: 48em) {
  .pg-other-entry__content {
    --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-other-entry__title {
  text-align: center;
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  font-weight: bold;
  line-height: 1.6;
}

.pg-interview + .pg-products {
  margin-top: clamp(7.5rem, 13.8888888889vw, 12.5rem);
}
.pg-products__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, 960px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.pg-products__heading {
  text-align: center;
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
}/*# sourceMappingURL=index.css.map */