.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: 0.75rem;
  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;
}

.editorial-sustainable-workwear {
  position: relative;
  background-color: #fff;
  color: #000;
}
.editorial-sustainable-workwear .swiper-container:not(.swiper-container-initialized) :is(.swiper-button, .swiper-pagination) {
  display: none;
}
@media (min-width: 48.0625em) {
  .editorial-sustainable-workwear .swiper-container:hover .swiper-button:before {
    opacity: 1;
  }
}
.editorial-sustainable-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-sustainable-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: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-duration: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: 0.4s;
          transition-timing-function: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.editorial-sustainable-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-sustainable-workwear .swiper-button-prev {
  left: min(2%, 14px);
}
.editorial-sustainable-workwear .swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.editorial-sustainable-workwear .swiper-button-next {
  right: min(2%, 14px);
}
.editorial-sustainable-workwear .swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 48em) {
  .editorial-sustainable-workwear .swiper-button {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .editorial-sustainable-workwear .swiper-button::before {
    width: 32px;
    height: 32px;
  }
  .editorial-sustainable-workwear .swiper-button:hover {
    cursor: pointer;
  }
}
.editorial-sustainable-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-sustainable-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-sustainable-workwear .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px;
}
.editorial-sustainable-workwear .swiper-pagination-bullet-active {
  background-color: #000;
}
.editorial-sustainable-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-sustainable-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;
}
@media (min-width: 48.0625em) {
  .pg-contents {
    padding-bottom: 140px;
  }
}

.pg-introduction {
  padding: 56px 0;
}
@media (min-width: 48.0625em) {
  .pg-introduction {
    padding: 140px 0;
  }
}
.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__text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 2;
}
.pg-introduction__text:not(:first-child) {
  margin-top: clamp(2rem, 3.3333333333vw, 3rem);
}

@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 .swiper-caption {
  width: 90%;
  margin: 30px auto 0;
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
}
.pg-interview__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, 720px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
@media (max-width: 48em) {
  .pg-interview__content > * + *:not(:first-child) {
    margin-top: var(--mt, 48px);
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__content > * + *:not(:first-child) {
    margin-top: var(--mt, 100px);
  }
}
.pg-interview__text {
  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-notice {
  --mt: 40px;
  background-color: #f8f8f8;
  padding: 28px 24px;
}
@media (min-width: 48.0625em) {
  .pg-notice {
    --mt: 80px;
    padding: 32px 40px;
  }
}
.pg-notice__grid {
  display: grid;
  gap: 2rem 1.25rem;
}
@media (min-width: 48.0625em) {
  .pg-notice__grid {
    grid-template-columns: repeat(2, auto);
  }
}
.pg-notice__title {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  font-weight: bold;
}
.pg-notice__title:not(:first-child) {
  margin-top: 1.5em;
}
.pg-notice__text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 2;
  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;
}/*# sourceMappingURL=index.css.map */