@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

: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;
  --header-height: 75px;
  --fixed-header-height: 50px;
  --active-header-height: var(--header-height);
  --caution-height: 35px;
}
@media (min-width: 30.0625em) {
  :root {
    --head-news-height: 44px;
    --global-navi-height: 64px;
  }
}
@media (min-width: 48.0625em) {
  :root {
    --header-height: 140px;
    --fixed-header-height: 70px;
    --active-header-height: var(--header-height);
    --caution-height: 50px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  font-size: var(--fz16);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}

: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%;
}

@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;
  }
}

.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-2023-fall-winter {
  aspect-ratio: 269/27;
}

.c-svg--text-collection {
  aspect-ratio: 173/27;
}

.feature-23fw-look {
  --ff-en: "Gotham", sans-serif;
  --ff-nova: proxima-nova, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  --bod-color: #d5d5d5;
  --text-base-color: #53565a;
  color: var(--text-base-color);
  font-family: kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.feature-23fw-look :is(p, a) {
  letter-spacing: 0.03em;
  font-size: 13px;
}
@media (min-width: 48.0625em) {
  .feature-23fw-look :is(p, a) {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pg-intro {
  margin-top: 65px;
}
@media (min-width: 48.0625em) {
  .pg-intro {
    margin-top: 97px;
  }
}
.pg-intro__inner {
  width: calc(100% - max(20px, 8.3333333333vw) * 2);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pg-intro__title {
  font-size: 31px;
  font-family: var(--ff-en);
}
@media (min-width: 48.0625em) {
  .pg-intro__title {
    font-size: 48px;
  }
}
.pg-intro__text {
  letter-spacing: 0.03em;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -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);
}
@media (min-width: 48.0625em) {
  .pg-intro__text {
    max-width: 600px;
    width: 50%;
    margin-left: auto;
  }
}
.pg-intro__text.is-animated {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.pg-intro__header {
  margin-bottom: 38px;
}
.pg-intro__title span {
  display: block;
  overflow: hidden;
}
.pg-intro__title .c-svg {
  width: auto;
  height: 27px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.pg-intro__title.is-animated .c-svg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 48.0625em) {
  .pg-intro__title {
    padding-left: 40px;
  }
  .pg-intro__title .c-svg {
    height: 48px;
  }
}

.pg-mov {
  margin-top: 48px;
}
@media (min-width: 48.0625em) {
  .pg-mov {
    margin-top: 96px;
  }
}
.pg-mov__inner {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.pg-mov__content iframe {
  width: 100%;
  aspect-ratio: auto 1280/720;
}

.pg-top-anchor {
  margin-top: 45px;
}
@media (min-width: 48.0625em) {
  .pg-top-anchor {
    margin-top: 64px;
  }
}
.pg-top-anchor__inner {
  width: calc(100% - max(20px, 8.3333333333vw) * 2);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pg-top-anchor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  font-family: var(--ff-nova);
  gap: 23.5px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -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);
}
.pg-top-anchor__items.is-animated {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.pg-top-anchor__item a {
  position: relative;
  display: block;
}
.pg-top-anchor__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--text-base-color);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 48.0625em) {
  .pg-top-anchor__item a:hover {
    opacity: 1;
  }
  .pg-top-anchor__item a:hover::after {
    width: 0;
  }
}

.pg-side-anchor {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  z-index: 1;
  font-size: larger;
}
@media (max-width: 48em) {
  .pg-side-anchor {
    mix-blend-mode: difference;
  }
}
@media (max-width: 48em) {
  .pg-side-anchor {
    bottom: 0;
    padding-bottom: 24px;
    width: 100%;
  }
}
@media (min-width: 48.0625em) {
  .pg-side-anchor {
    top: 0;
    height: 100vh;
    padding-left: 24px;
  }
}
.pg-side-anchor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 48em) {
  .pg-side-anchor__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 48.0625em) {
  .pg-side-anchor__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
.pg-side-anchor__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
  font-family: var(--ff-nova);
  gap: 23.5px;
}
@media (min-width: 48.0625em) {
  .pg-side-anchor__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-side-anchor__item a {
  position: relative;
  display: block;
}
.pg-side-anchor__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--text-base-color);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 48.0625em) {
  .pg-side-anchor__item a::after {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
  }
}
@media (max-width: 48em) {
  .pg-side-anchor__item a {
    color: #fff;
  }
  .pg-side-anchor__item a::after {
    background: #fff;
  }
}
@media (min-width: 48.0625em) {
  .pg-side-anchor__item a:hover {
    opacity: 1;
  }
  .pg-side-anchor__item a:hover::after {
    height: 0;
  }
}
@media (min-width: 48.0625em) {
  .pg-side-anchor__item {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
.pg-side-anchor.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pg-section {
  margin-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 48.0625em) {
  .pg-section {
    margin-top: 136px;
    padding-bottom: 96px;
  }
}
.pg-section__inner {
  padding: 0 12px;
}
@media (min-width: 48.0625em) {
  .pg-section__inner {
    padding: 0;
    width: calc(100% - max(20px, 8.3333333333vw) * 2);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-section__title {
  font-family: var(--ff-nova);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.15;
  text-align: center;
}
.pg-section__header {
  margin-bottom: 32px;
}
@media (min-width: 48.0625em) {
  .pg-section__header {
    margin-bottom: 48px;
  }
}
.pg-section__button {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .pg-section__button {
    margin-top: 48px;
  }
}
.pg-section__button a {
  font-size: 13px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.pg-section__button a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--text-base-color);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 48.0625em) {
  .pg-section__button a:hover {
    opacity: 1;
  }
  .pg-section__button a:hover::after {
    width: 0;
  }
}
.pg-section[id=shop_list] .pg-section__inner, .pg-section[id=online_store] .pg-section__inner {
  padding: 0 24px;
}
@media (min-width: 48.0625em) {
  .pg-section[id=shop_list] .pg-section__inner, .pg-section[id=online_store] .pg-section__inner {
    padding: 0;
  }
}
.pg-section[id=online_store] {
  margin-top: 0;
}
@media (min-width: 48.0625em) {
  .pg-section[id=online_store] .pg-section__inner {
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-section[id=shop_list] {
  padding-bottom: 60px;
  margin-top: 0;
  padding-top: 28.5px;
}
@media (min-width: 48.0625em) {
  .pg-section[id=shop_list] {
    padding-bottom: 85px;
    padding-top: 84px;
  }
}
@media (min-width: 48.0625em) {
  .pg-section[id=shop_list] .pg-section__inner {
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pg-grid__item-credit {
  display: none;
}
.pg-grid__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 3px;
}
@media (min-width: 48.0625em) {
  .pg-grid__items {
    gap: 4px;
  }
}
.pg-grid__item.one-col {
  grid-column: 1/3;
}
.pg-grid__item.js-fadein-zoomout {
  overflow: hidden;
}
.pg-grid__item.js-fadein-zoomout.one-col img {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
}
.pg-grid__item.js-fadein-zoomout img {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -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);
}
.pg-grid__item.js-fadein-zoomout.is-animated img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 48.0625em) {
  .pg-grid__img {
    position: relative;
    cursor: pointer;
  }
  .pg-grid__img::before {
    position: absolute;
    content: "VIEW CREDIT";
    color: #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 12px;
    letter-spacing: 0.05em;
    font-family: var(--ff-nova);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
  .pg-grid__img::after {
    position: absolute;
    top: 0;
    height: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
  .pg-grid__img:hover::after, .pg-grid__img:hover::before {
    opacity: 1;
  }
}

.pg-col__item {
  border: solid 1px var(--text-base-color);
  height: 44px;
  border-radius: 28px;
  padding: 0 8px;
  width: calc((100% - 13px) / 2);
}
@media (min-width: 48.0625em) {
  .pg-col__item {
    width: calc((100% - 32px) / 3);
    height: 48px;
  }
  .pg-col__item:hover {
    background-color: var(--text-base-color);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -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);
  }
  .pg-col__item:hover a {
    color: #fff;
  }
}
.pg-col__item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 2.1;
}
@media (min-width: 48.0625em) {
  .pg-col__item a {
    font-size: 13px;
  }
}
.pg-col__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
.pg-col__items::before {
  display: none;
}
@media (min-width: 48.0625em) {
  .pg-col__items {
    gap: 16px;
  }
}

@media (min-width: 48.0625em) {
  .pg-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px;
  }
}
@media (max-width: 48em) {
  .pg-store__lists:first-of-type {
    border-top: solid 1px var(--bod-color);
  }
}
@media (min-width: 48.0625em) {
  .pg-store__lists {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: solid 1px var(--bod-color);
  }
}
.pg-store__list {
  border-bottom: solid 1px var(--bod-color);
  padding: 28px 12px;
}
@media (min-width: 48.0625em) {
  .pg-store__list {
    padding: 0 16px;
    height: 70px;
  }
}
.pg-store__list a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-store__list a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-left: solid 1px var(--text-base-color);
  border-top: solid 1px var(--text-base-color);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 48.0625em) {
  .pg-store__list a {
    gap: 8px;
  }
}
.pg-store__list a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pg-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.pg-modal.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 48.0625em) {
  .pg-modal {
    bottom: 30px;
  }
}
.pg-modal__container {
  height: 100%;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.pg-modal__content {
  min-height: 100%;
  padding: 100px 30px;
}
@media (min-width: 48.0625em) {
  .pg-modal__content {
    padding: 30px;
    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: 0;
  }
}
.pg-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);
  z-index: 10;
}
.pg-modal__close::before, .pg-modal__close::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #fff;
}
.pg-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pg-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-credits {
  position: relative;
  z-index: 4;
  color: #fff;
}
.p-credits a {
  color: #fff;
}
.p-credits p:not(:last-of-type) {
  margin-bottom: 2px;
}
@media (max-width: 48em) {
  .p-credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 48.0625em) {
  .p-credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
}

.p-credit {
  font-family: var(--ff-nova);
}
.p-credit :is(p, a) {
  letter-spacing: 0.05em;
}
.p-credit:not(:last-of-type) {
  margin-bottom: 32px;
}
@media (min-width: 48.0625em) {
  .p-credit:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.p-credit__text {
  font-size: 12px;
}
.p-credit__text small {
  font-size: 10px;
}
@media (min-width: 48.0625em) {
  .p-credit__text {
    font-size: 13px;
  }
  .p-credit__text small {
    font-size: 11px;
  }
}
.p-credit .p-credit__buy-schedule {
  font-size: 10px;
}
@media (min-width: 48.0625em) {
  .p-credit .p-credit__buy-schedule {
    font-size: 11px;
  }
}
.p-credit__name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-credit__name a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 1px #fff;
  display: block;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}/*# sourceMappingURL=index.css.map */