@charset "UTF-8";
:root {
  --general--anchor-offset: var(--global-navi-height);
  --clr--base: #fff;
  --clr--text-default: #333;
  --clr--text-black: #333;
  --clr--logo-default: #97999B;
  --fz8: 0.8rem;
  --fz9: 0.9rem;
  --fz10: 1rem;
  --fz11: 1.1rem;
  --fz12: 1.2rem;
  --fz13: 1.3rem;
  --fz14: 1.4rem;
  --fz15: 1.5rem;
  --fz16: 1.6rem;
  --fz17: 1.7rem;
  --fz18: 1.8rem;
  --fz19: 1.9rem;
  --fz20: 2rem;
  --fz21: 2.1rem;
  --fz22: 2.2rem;
  --fz24: 2.4rem;
  --fz26: 2.6rem;
  --fz28: 2.8rem;
  --fz30: 3rem;
  --fz32: 3.2rem;
  --fz34: 3.4rem;
  --fz36: 3.6rem;
  --fz40: 4rem;
  --fz44: 4.4rem;
  --fz48: 4.8rem;
  --fz52: 5.2rem;
  --fz56: 5.6rem;
  --fz60: 6rem;
  --fz64: 6.4rem;
  --fz72: 7.2rem;
  --fz80: 8rem;
  --fz88: 8.8rem;
  --fz96: 9.6rem;
  --fz104: 10.4rem;
  --fz112: 11.2rem;
  --fz120: 12rem;
  --head-news-height: 32px;
  --global-navi-height: 56px;
  --l-header-height: calc(var(--head-news-height) + var(--global-navi-height));
  --ff--en: proxima-nova, sans-serif;
  --ff--ja: kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  --ff--enja: proxima-nova, kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    sans-serif;
}
@media (min-width: 30.0625em) {
  :root {
    --head-news-height: 44px;
    --global-navi-height: 64px;
  }
}

:where(h1) {
  line-height: 1.2;
}

:where(h2, h3, h4, h5, h6) {
  line-height: 1.4;
}

:where(ul, ol) {
  list-style-type: none;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(input, select, button, textarea) {
  font: inherit;
}

:where(button, input[type=button], input[type=submit]) {
  cursor: pointer;
}

:where(img) {
  max-width: 100%;
  height: auto;
}

iframe, img {
  vertical-align: middle;
}

[class*=__img] img,
[class*=__thumb] img {
  width: 100%;
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9999;
  opacity: 0;
  display: none;
  overflow: auto;
}
.l-modal__container {
  position: relative;
  display: grid;
  grid-template-rows: 64px minmax(0, 1fr) 64px;
  min-height: 100%;
}
.l-modal__container::before, .l-modal__container::after {
  content: "";
}
@media (min-width: 30.0625em) {
  .l-modal__container {
    grid-template-rows: 100px minmax(0, 1fr) 100px;
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-modal__close {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.l-modal__close::before, .l-modal__close::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.l-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-modal__close:hover {
  opacity: 0.8;
}
.l-modal__content {
  position: relative;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.c-svg {
  display: block;
}

.c-svg--cart {
  aspect-ratio: 43/32;
}

.c-svg--danskin-logo {
  aspect-ratio: 297/32;
}

.c-svg--instagram {
  aspect-ratio: 32/32;
}

.c-svg--text-01 {
  aspect-ratio: 53/32;
}

.c-svg--text-02 {
  aspect-ratio: 53/32;
}

.c-svg--text-03 {
  aspect-ratio: 55/32;
}

.c-svg--title-anchor-season1 {
  aspect-ratio: 171/32;
}

.c-svg--title-anchor-season2 {
  aspect-ratio: 180/32;
}

.c-svg--title-coming-soon {
  aspect-ratio: 213/32;
}

.c-svg--title-daily {
  aspect-ratio: 106/32;
}

.c-svg--title-items {
  aspect-ratio: 92/32;
}

.c-svg--title-main-23sspc {
  aspect-ratio: 762/32;
}

.c-svg--title-main-essentialspc {
  aspect-ratio: 198/32;
}

.c-svg--title-run {
  aspect-ratio: 79/32;
}

.c-svg--title-sports {
  aspect-ratio: 145/32;
}

.c-svg--title-style-01 {
  aspect-ratio: 2/32;
}

.c-svg--title-style-02 {
  aspect-ratio: 2/32;
}

.c-svg--title-style-03 {
  aspect-ratio: 2/32;
}

.c-svg--title-workout {
  aspect-ratio: 195/32;
}

.c-svg--title-yoga {
  aspect-ratio: 108/32;
}

.js-fadein-up:not(.is-animated), [class*=js-fadein-lag][class*="--up"]:not(.is-animated) [style*="--delay-order"] {
  --transform: translateY(var(--translate-rate, 48px));
  -webkit-transform: var(--transform);
          transform: var(--transform);
}

.js-fadein-down:not(.is-animated), [class*=js-fadein-lag][class*="--down"]:not(.is-animated) [style*="--delay-order"] {
  --transform: translateY(var(--translate-rate, -48px));
  -webkit-transform: var(--transform);
          transform: var(--transform);
}

.js-fadein-ltr:not(.is-animated), [class*=js-fadein-lag][class*="--ltr"]:not(.is-animated) [style*="--delay-order"] {
  --transform: translateX(var(--translate-rate, -72px));
  -webkit-transform: var(--transform);
          transform: var(--transform);
}

.js-fadein-rtl:not(.is-animated), [class*=js-fadein-lag][class*="--rtl"]:not(.is-animated) [style*="--delay-order"] {
  --transform: translateX(var(--translate-rate, 72px));
  -webkit-transform: var(--transform);
          transform: var(--transform);
}

.js-fadein-zoomin:not(.is-animated), [class*=js-fadein-lag][class*="--zoomin"]:not(.is-animated) [style*="--delay-order"] {
  --transform: scale(var(--scale-rate, 0.98));
  -webkit-transform: var(--transform);
          transform: var(--transform);
}

.js-fadein-zoomout:not(.is-animated), [class*=js-fadein-lag][class*="--zoomout"]:not(.is-animated) [style*="--delay-order"] {
  --transform: scale(var(--scale-rate, 1.02));
  -webkit-transform: var(--transform);
          transform: var(--transform);
}

[class*=js-fadein] {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -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: var(--delay, 0s);
          transition-delay: var(--delay, 0s);
}
[class*=js-fadein]:not([class*=js-fadein-lag]):not(.is-animated) {
  opacity: 0;
}

[class*=js-fadein-lag] [style*="--delay-order"] {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -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: calc(0.2s * var(--delay-order));
          transition-delay: calc(0.2s * var(--delay-order));
}
[class*=js-fadein-lag]:not(.is-animated) [style*="--delay-order"] {
  opacity: 0;
}
[class*=js-fadein-lag][class*="--ltr"] {
  overflow-x: hidden;
}
[class*=js-fadein-lag][class*="--rtl"] {
  overflow-x: hidden;
}
@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;
  }
}

.u-unclickable {
  text-decoration: none;
  pointer-events: none;
}
.u-unclickable a {
  text-decoration: none;
  pointer-events: none;
}

:root {
  --clr--run: #d6dfe8;
  --clr--yoga: #e0d8d8;
  --clr--workout: #e0dfd3;
  --clr--sports: #C2B49A;
  --clr--daily: #9FA2AE;
  --clr--text-default: #53565a;
}

.js-push-up {
  overflow: hidden;
}
.js-push-up > * {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) calc(0.12s * var(--delay-order, 0));
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) calc(0.12s * var(--delay-order, 0));
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) calc(0.12s * var(--delay-order, 0));
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) calc(0.12s * var(--delay-order, 0)), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) calc(0.12s * var(--delay-order, 0));
}
.js-push-up.is-animated > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.feature-essentials {
  font-family: var(--ff--ja);
}

.pg-mv {
  position: relative;
}
.pg-mv.is-animated .pg-mv__img {
  opacity: 1;
}
.pg-mv.is-animated .pg-mv__title span,
.pg-mv.is-animated .pg-mv__subtitle span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 48em) {
  .pg-mv {
    padding-top: 32px;
  }
}
@media (max-width: 48em) {
  .pg-mv__content {
    margin: auto;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media (min-width: 48.0625em) {
  .pg-mv__content {
    position: absolute;
    top: 50%;
    right: 4.44%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.pg-mv__subtitle, .pg-mv__title {
  position: relative;
  overflow: hidden;
}
.pg-mv__subtitle span, .pg-mv__title span {
  display: block;
}
@media (max-width: 48em) {
  .pg-mv__subtitle svg, .pg-mv__title svg {
    fill: var(--clr--text-default);
  }
}
@media (min-width: 48.0625em) {
  .pg-mv__subtitle svg, .pg-mv__title svg {
    fill: #fff;
  }
}
.pg-mv__subtitle {
  width: clamp(220px, 18.19vw, 262px);
  margin: auto;
}
.pg-mv__title {
  width: clamp(252px, 24vw, 346px);
  margin: auto;
}
.pg-mv__title:not(:first-child) {
  margin-top: 32px;
}
.pg-mv__title span {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (min-width: 48.0625em) {
  .pg-mv__title:not(:first-child) {
    margin-top: 40px;
  }
}

.pg-introduction {
  padding: 40px 0;
}
@media (min-width: 48.0625em) {
  .pg-introduction {
    padding: 64px 0 128px;
  }
}
.pg-introduction__container {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48em) {
  .pg-introduction__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pg-introduction__text {
  font-size: var(--fz12);
  line-height: 2;
}
@media (min-width: 48.0625em) {
  .pg-introduction__text {
    font-size: var(--fz14);
    text-align: center;
  }
}

.pg-anchor {
  margin-top: 48px;
}
@media (min-width: 48.0625em) {
  .pg-anchor {
    margin-top: 78px;
  }
}
.pg-anchor__heading svg {
  height: 16px;
  margin: auto;
  fill: var(--clr--text-default);
}
@media (min-width: 48.0625em) {
  .pg-anchor__heading svg {
    height: 24px;
  }
}
.pg-anchor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 15px;
  margin-top: 24px;
}
@media (min-width: 48.0625em) {
  .pg-anchor__items {
    margin-top: 32px;
    gap: 20px;
  }
}
.pg-anchor__item {
  position: relative;
  max-width: 180px;
}
@media (max-width: 48em) {
  .pg-anchor__item {
    width: calc(50% - 15px);
  }
}
.pg-anchor__item.is-disabled a {
  pointer-events: none;
}
.pg-anchor__item.is-disabled .pg-anchor__title {
  opacity: 0.4;
}
.pg-anchor__img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-anchor__title:not(:first-child) {
  margin-top: 18px;
}
.pg-anchor__title svg {
  height: 13px;
  margin: auto;
  fill: var(--clr--text-default);
}
@media (min-width: 48.0625em) {
  .pg-anchor__title:not(:first-child) {
    margin-top: 24px;
  }
  .pg-anchor__title svg {
    height: 15px;
  }
}

.pg-section {
  position: relative;
  padding: 56px 0 80px;
}
.pg-section:last-child {
  border-bottom: 8px solid #fff;
}
.pg-section:last-child::after {
  -webkit-transform: unset;
          transform: unset;
}
.pg-section + .pg-section {
  margin-top: 160px;
}
@media (min-width: 48.0625em) {
  .pg-section {
    padding: 92px 0 128px;
  }
  .pg-section + .pg-section {
    margin-top: 140px;
  }
}
.pg-section::before, .pg-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
}
.pg-section::before {
  top: 0;
  -webkit-transform: skewY(17.7446716251deg);
          transform: skewY(17.7446716251deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (min-width: 48.0625em) {
  .pg-section::before {
    -webkit-transform: skewY(7.125deg);
            transform: skewY(7.125deg);
  }
}
.pg-section::after {
  bottom: 0;
  -webkit-transform: skewY(-17.7446716251deg);
          transform: skewY(-17.7446716251deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (min-width: 48.0625em) {
  .pg-section::after {
    -webkit-transform: skewY(-7.125deg);
            transform: skewY(-7.125deg);
  }
}
.pg-section#RUN::before, .pg-section#RUN::after {
  background-color: var(--clr--run);
}
.pg-section#YOGA::before, .pg-section#YOGA::after {
  background-color: var(--clr--yoga);
}
.pg-section#WORKOUT::before, .pg-section#WORKOUT::after {
  background-color: var(--clr--workout);
}
.pg-section#SPORTS::before, .pg-section#SPORTS::after {
  background-color: var(--clr--sports);
}
.pg-section#DAILY::before, .pg-section#DAILY::after {
  background-color: var(--clr--daily);
}
.pg-section__container {
  position: relative;
  z-index: 5;
}
@media (min-width: 48.0625em) {
  .pg-section__container {
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pg-style + .pg-style {
  margin-top: 128px;
}
@media (min-width: 48.0625em) {
  .pg-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(32px, 7.6388888889vw, 110px);
  }
  .pg-style + .pg-style {
    margin-top: 200px;
  }
}
.pg-style:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pg-style__mv {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 48em) {
  .pg-style__mv {
    width: 94.666666667%;
    padding-right: 15px;
  }
}
@media (min-width: 48.0625em) {
  .pg-style__mv {
    width: clamp(355px, 39%, 520px);
  }
  .pg-style:nth-child(2n) .pg-style__mv {
    padding-left: 20px;
  }
  .pg-style:nth-child(2n+1) .pg-style__mv {
    padding-right: 20px;
  }
}
.pg-style__mv-title {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 5;
  -webkit-transform: translateY(-78.787878788%);
          transform: translateY(-78.787878788%);
}
.pg-style__mv-title svg {
  height: 41px;
  margin-left: auto;
  margin-right: 0;
  fill: var(--clr--text-default);
}
@media (min-width: 48.0625em) {
  .pg-style__mv-title {
    right: 20px;
  }
  .pg-style__mv-title svg {
    height: 66px;
  }
}
@media (max-width: 48em) {
  .pg-style__content {
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.0625em) {
  .pg-style__content {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
  }
}
.pg-style__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(20px, 2.7777777778vw, 40px);
  font-size: var(--fz12);
}
@media (max-width: 48em) {
  .pg-style__lead {
    padding: 40px 15px 64px;
  }
}
@media (min-width: 48.0625em) {
  .pg-style__lead {
    font-size: var(--fz14);
    padding: 48px 0 80px;
  }
}
.pg-style__num {
  margin-top: 0.33em;
}
.pg-style__num svg {
  height: 25px;
  fill: #fff;
}
@media (min-width: 48.0625em) {
  .pg-style__num {
    margin-top: 0.5em;
  }
  .pg-style__num svg {
    height: 30px;
  }
}
.pg-style__text {
  line-height: 2;
  font-size: var(--fz12);
}
@media (min-width: 48.0625em) {
  .pg-style__text {
    font-size: var(--fz14);
  }
}

.pg-style-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px clamp(20px, 11.538461538%, 75px);
}
@media (max-width: 48em) {
  .pg-style-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-style-items::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
}
@media (max-width: 48em) {
  .pg-style-items::before {
    top: 40px;
    width: calc(100vw - 20px);
    height: 84.042553191%;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@media (min-width: 48.0625em) {
  .pg-style-items::before {
    height: 85.47008547%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: max(100%, 86.923076923% + (100vw - 1280px) / 2);
    z-index: 2;
  }
  .pg-style:nth-child(2n) .pg-style-items::before {
    left: 13.076923077%;
  }
  .pg-style:nth-child(2n+1) .pg-style-items::before {
    right: 13.076923077%;
  }
}
.pg-style-items__heading {
  position: absolute;
  width: 11px;
  top: 60px;
  right: 15px;
}
.pg-style-items__heading svg {
  fill: #96979a;
}
@media (min-width: 48.0625em) {
  .pg-style-items__heading {
    display: none;
  }
}

.pg-style-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 3;
}
.pg-style-item:not(.is-active) .pg-style-item__content {
  opacity: 0;
  visibility: hidden;
}
.pg-style-item:not(.is-active) .pg-style-item__trigger::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 48em) {
  .pg-style-item {
    width: 71.641791045%;
  }
  .pg-style-item + .pg-style-item {
    margin-left: 22.388059701%;
  }
  .pg-style__mv .pg-style-item {
    width: 100%;
  }
}
@media (min-width: 48.0625em) {
  .pg-style-item + .pg-style-item {
    margin-top: 27.35042735%;
  }
  .pg-style-item:hover {
    cursor: pointer;
  }
}
.pg-style-item__trigger {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.pg-style-item__trigger::before, .pg-style-item__trigger::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pg-style-item-credits {
  display: none;
}
.l-modal .pg-style-item-credits {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: auto;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 15px 15px 60px;
}
.pg-style-item-credits[data-caution]::after {
  content: attr(data-caution);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.pg-style-item-credit {
  position: relative;
  font-family: var(--ff--en);
  font-size: var(--fz13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  padding-right: 16px;
}
.pg-style-item-credit a {
  color: #fff;
  word-break: break-word;
}
.pg-style-item-credit:not(.u-unclickable)::after {
  content: "";
  display: block;
  --size: 6px;
  --bdw: 1px;
  --clr: #fff;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  -webkit-transition: right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-style-item-credit:hover::after {
  right: -8px;
}

.pg-products {
  margin-top: 94px;
}
@media (max-width: 48em) {
  .pg-products {
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-products__header {
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .pg-products__header {
    padding: 0 20px;
  }
}
.pg-products__category svg {
  height: 12px;
  fill: #fff;
}
@media (min-width: 48.0625em) {
  .pg-products__category svg {
    height: 13px;
  }
}
.pg-products__heading:not(:first-child) {
  margin-top: 12px;
}
.pg-products__heading svg {
  height: 32px;
  fill: var(--clr--text-default);
}
@media (min-width: 48.0625em) {
  .pg-products__heading:not(:first-child) {
    margin-top: 16px;
  }
  .pg-products__heading svg {
    height: 44px;
  }
}
.pg-products__content {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .pg-products__content {
    margin-top: 40px;
  }
}
.pg-products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
@media (min-width: 48.0625em) {
  .pg-products__grid {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 10px;
  }
}
.pg-products__cell {
  gap: 6px;
  display: contents;
}
@media (min-width: 48.0625em) {
  .pg-products__cell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}
.pg-products .pg-fill-button {
  margin-top: 48px;
  font-size: 1.3rem;
  font-family: var(--ff--enja);
}
@media (min-width: 48.0625em) {
  .pg-products .pg-fill-button {
    font-size: 1.4rem;
    margin-top: 56px;
  }
}

.pg-product {
  padding: 24px 20px;
  background-color: #fff;
}
.pg-product__slider .swiper-wrapper:hover {
  opacity: unset;
}
.pg-product__slider .swiper-pagination {
  position: relative;
  margin-top: 12px;
  bottom: 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;
}
.pg-product__slider .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #dddddd;
  opacity: 1;
}
.pg-product__slider .swiper-pagination-bullet-active {
  background-color: var(--clr--text-default);
}
.pg-product__img {
  position: relative;
  -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-product__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  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-product__img:hover::before {
  opacity: 1;
}
.pg-product__content {
  text-align: center;
  margin-top: 16px;
}
.pg-product__title {
  font-size: var(--fz12);
  font-family: var(--ff--en);
  line-height: 1.2;
}
.pg-product__id {
  margin-top: 4px;
  font-size: var(--fz10);
  font-family: var(--ff--en);
  color: #96979a;
  line-height: 1.44;
}
.pg-product__price {
  font-family: var(--ff--enja);
  font-size: var(--fz12);
  margin-top: 8px;
  line-height: 1.1;
}
.pg-product__price small {
  font-size: var(--fz10);
}

.pg-fill-button {
  position: relative;
  width: 305px;
  height: 48px;
  background-color: var(--clr--text-default);
  margin: 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;
  -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-fill-button a {
  font-weight: bold;
  color: #fff;
}
.pg-fill-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-fill-button a:hover {
  opacity: unset;
}
@media (min-width: 48.0625em) {
  .pg-fill-button {
    width: 325px;
    height: 56px;
  }
  .pg-fill-button:hover {
    opacity: 0.7;
  }
}

.pg-banners {
  position: relative;
  margin-top: 78px;
  z-index: 5;
}
@media (min-width: 48.0625em) {
  .pg-banners {
    margin-top: 128px;
  }
}
.pg-banners__container {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pg-banners__subtitle svg {
  margin: auto;
  height: 8px;
  fill: var(--clr--text-default);
}
@media (min-width: 48.0625em) {
  .pg-banners__subtitle svg {
    height: 10px;
  }
}
.pg-banners__title {
  margin-top: 20px;
}
.pg-banners__title svg {
  margin: auto;
  height: 32px;
  fill: var(--clr--text-default);
}
@media (min-width: 48.0625em) {
  .pg-banners__title {
    margin-top: 24px;
  }
  .pg-banners__title svg {
    height: 38px;
  }
}
.pg-banners__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px 36px;
}
@media (max-width: 48em) {
  .pg-banners__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
}
@media (min-width: 48.0625em) {
  .pg-banners__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

@media (min-width: 48.0625em) {
  .pg-banner {
    max-width: 630px;
  }
}
.pg-banner__title {
  margin-top: 16px;
}
.pg-banner__title svg {
  height: 15px;
  margin: auto;
  fill: var(--clr--text-default);
}
@media (min-width: 48.0625em) {
  .pg-banner__title {
    margin-top: 20px;
  }
  .pg-banner__title svg {
    height: 21px;
  }
}/*# sourceMappingURL=index.css.map */



.pg-style-item__img.subitem	{ max-width: 287.5px; }


