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

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

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

body {
  --header-height: 75px;
  --fixed-header-height: 50px;
  --active-header-height: var(--header-height);
  --caution-height: 35px;
}
@media (min-width: 48.0625em) {
  body {
    --header-height: 140px;
    --fixed-header-height: 70px;
    --active-header-height: var(--header-height);
    --caution-height: 50px;
  }
}
body.is-header-fixed {
  --active-header-height: var(--fixed-header-height);
  --caution-height: 0px;
}
body.has-header-caution {
  --active-header-height: calc(var(--header-height) + var(--caution-height));
}
body.has-header-caution.is-header-fixed {
  --header-height: var(--fixed-header-height);
}
@media (min-width: 48.0625em) {
  body.has-header-caution {
    --active-header-height: calc(var(--header-height) + var(--caution-height));
  }
}

.header-wrap {
  position: fixed;
}
.header-wrap.fixed {
  height: var(--fixed-header-height);
}

.main {
  padding-top: 0;
}

.danskin-footer,
.footer {
  position: relative;
}

.collection-ujoh-danskin {
  --content-min-margin: 16;
  --text-color: #afafaf;
  --ff--en: proxima-nova, sans-serif;
  --ff--ja: kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  --ff--enja: var(--ff--en), var(--ff--ja);
  font-family: var(--ff--ja);
  color: var(--text-color);
  background-color: #080808;
}
.collection-ujoh-danskin iframe {
  max-width: unset !important;
}

.pg-mv {
  position: relative;
  -webkit-transition: padding-top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: padding-top 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  aspect-ratio: 375/688;
  width: 100%;
  height: auto;
  background-color: #000;
}
.pg-mv::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.pg-mv iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 48.0625em) {
  .pg-mv {
    aspect-ratio: 1440/810;
  }
}

.c-play-btn__text {
  color: #fff;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

.c-play-btn {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .c-play-btn {
    display: none;
  }
}
.c-play-btn__icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 5;
}
.c-play-btn__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  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);
  border: 1px solid #fff;
  background-color: transparent;
}
.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;
  z-index: 5;
  border-color: transparent transparent transparent #fff;
}
.c-play-btn__text {
  display: block;
  font-family: "euclid-regular", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}
.c-play-btn__text a {
  color: #fff;
  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;
}

.pg-intro {
  padding: 48px 0 88px;
}
@media (min-width: 48.0625em) {
  .pg-intro {
    padding: 80px 0 112px;
  }
  .pg-intro__inner {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.pg-intro__inner {
  padding: 0 28px;
}
.pg-intro__heading {
  font-size: clamp(25px, 2.2916666667vw, 33px);
  font-family: var(--ff--en);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.pg-intro__lead-text {
  font-size: 13px;
  line-height: 1.8;
  margin: 45px 0 32px;
  font-family: var(--ff--ja);
}
@media (min-width: 48.0625em) {
  .pg-intro__lead-text {
    text-align: center;
    line-height: 2.36;
    margin: 45px 0 60px;
  }
}

.pg-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--ff--en);
}
.pg-links__item:nth-of-type(n + 2) {
  margin-left: 40px;
}
.pg-links__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-color);
  height: 100%;
  font-family: var(--ff--en);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
  padding: 0 0 2px;
  position: relative;
  z-index: 1;
  word-break: break-word;
}
.pg-links__item a:hover {
  color: var(--text-color);
}
.pg-links__item a::after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.pg-links__item.is-current a {
  pointer-events: none;
}
.pg-links__item.is-disabled a {
  pointer-events: none;
  opacity: 0.4;
}
.pg-links__item.is-disabled a::after {
  border-bottom-color: transparent;
}
@media (min-width: 48.0625em) {
  .pg-links__item a {
    font-size: 16px;
  }
  .pg-links__item a:hover {
    opacity: 1;
  }
  .pg-links__item a:hover::after {
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
  }
}

.pg-sections {
  --gap: 16px;
  --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, 1632px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  display: grid;
  gap: var(--gap);
}
@media (min-width: 48.0625em) {
  .pg-sections {
    --gap: 32px;
  }
}

.pg-grid {
  display: grid;
  gap: var(--gap);
  grid-template-rows: repeat(2, minmax(100px, auto));
}
.pg-grid.is-animated .pg-image img {
  opacity: 1;
}
@media (max-width: 48em) {
  .pg-grid {
    grid-template-areas: "A" "B";
  }
}
@media (min-width: 48.0625em) {
  .pg-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pg-grid[data-area="B2:A2"] {
    grid-template-areas: "B B A A" "B B A A";
  }
  .pg-grid[data-area="A2:B2"] {
    grid-template-areas: "A A B B" "A A B B";
  }
  .pg-grid[data-area="B1:A3"] {
    grid-template-areas: "B A A A" "B A A A";
  }
}
.pg-grid__cell {
  display: grid;
  gap: var(--gap);
  grid-template-areas: var(--areas, "a");
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pg-grid__cell:first-child {
  grid-area: A;
}
.pg-grid__cell:first-child .pg-image {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-grid__cell:last-child {
  grid-area: B;
}
.pg-grid__cell:last-child .pg-image img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.pg-grid__cell[data-areas="ab/cd"] {
  grid-template-areas: "a b" "c d";
}
.pg-grid__cell[data-areas="ab/cc"] {
  grid-template-areas: "a b" "c c";
}
.pg-grid__cell[data-areas="aa/bc"] {
  grid-template-areas: "a a" "b c";
}
.pg-grid__cell[data-areas="aab/aac"] {
  grid-template-areas: "a a b" "a a c";
}
@media (max-width: 48em) {
  .pg-grid__cell[data-areas="aab/aac"] {
    --gap: 11px;
  }
}
.pg-grid__cell[data-areas="a/b"] {
  grid-template-areas: "a b";
}
@media (min-width: 48.0625em) {
  .pg-grid__cell[data-areas="a/b"] {
    grid-template-areas: "a" "b";
  }
}
.pg-grid__item {
  width: 100%;
  height: auto;
}
.pg-grid__item:nth-child(1) {
  grid-area: a;
}
.pg-grid__item:nth-child(2) {
  grid-area: b;
}
.pg-grid__item:nth-child(3) {
  grid-area: c;
}
.pg-grid__item:nth-child(4) {
  grid-area: d;
}

.pg-image {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--bg-clr, #f0f0f0);
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .pg-image {
    border-radius: 0.9375rem;
  }
}
.pg-image--vl {
  aspect-ratio: 664/830;
}
.pg-image--vs {
  aspect-ratio: 316/399;
}
.pg-image--h {
  aspect-ratio: 664/399;
}
.pg-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto 664/830;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
}
.pg-image::before {
  content: "";
  background-image: var(--bg-img, unset);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-image:not(.is-loaded)::before {
  opacity: 0;
}
@media (min-width: 48.0625em) {
  .pg-image:hover {
    cursor: url("/static/full/danskin/brand/collection/ujoh-danskin/2023fw/img/view-credit.svg") 30 30, pointer;
  }
}

.pg-credits {
  display: none;
}
.l-modal .pg-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-credit {
  position: relative;
  font-family: var(--ff--en);
  font-size: 13px;
  letter-spacing: 0.05em;
}
.pg-credit a {
  color: #fff;
  word-break: break-word;
  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-credit__price {
  color: #fff;
}
.pg-credit__price small {
  font-size: 11px;
}
.pg-credit:not(.u-unclickable) a::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-credit:hover a::after {
  right: -8px;
}

.pg-caution {
  padding: 15px;
  font-size: 11px;
  text-align: center;
  color: #333;
}

.pg-footer-links {
  padding: clamp(80px, 9.7222222222vw, 140px) 0;
}

.pg-slide-scroll {
  overflow: hidden;
  margin: 32px 0;
}
@media (min-width: 48.0625em) {
  .pg-slide-scroll {
    margin: 64px 0;
  }
}
.pg-slide-scroll__content {
  --move: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 5.8333333333vw, 84px);
  height: 64px;
  -webkit-transform: translateX(calc(var(--move) * var(--progress, 0))) translate3d(0, 0, 0);
          transform: translateX(calc(var(--move) * var(--progress, 0))) translate3d(0, 0, 0);
}
@media (min-width: 48.0625em) {
  .pg-slide-scroll__content {
    --move: -20%;
    height: 144px;
  }
}
.pg-slide-scroll__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: auto var(--aspect-ratio);
}
.pg-slide-scroll__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: auto var(--aspect-ratio);
}

/* Designer
----------------------------------------------------------------- */
.pg-designer {
  padding: 40px 0 60px;
  background-color: #212121;
}

.pg-designer__inner {
  padding: 0 15px;
}

@media (min-width: 769px) {
  .pg-designer {
    padding: 100px 0 120px;
  }
  .pg-designer__inner {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.pg-designer__header {
  text-align: center;
  margin: 0 0 32px;
}

.pg-designer__heading {
  color: var(--text-color);
  font-family: var(--ff--en);
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .pg-designer__header {
    margin: 0 0 80px;
  }
  .pg-designer__heading {
    font-size: 25px;
  }
}
.pg-designer__visual {
  max-width: 160px;
  margin: 0 auto;
}

.pg-designer__detail {
  margin: 28px 0 0;
}

.pg-designer__title {
  color: var(--text-color);
  font-family: var(--ff--ja);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 12px;
}

.pg-designer__text {
  color: var(--text-color);
  font-size: 12px;
  line-height: 1.6;
}

.pg-designer__button {
  max-width: 320px;
  margin: 52px auto 0;
}

.pg-designer__button a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.6;
  background: var(--text-color);
  padding: 20px 40px;
  position: relative;
  z-index: 1;
  word-break: break-word;
}

.pg-designer__button a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.pg-designer__button a:hover {
  color: #fff;
}

@media (min-width: 769px) {
  .pg-designer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 880px;
    margin: 0 auto;
  }
  .pg-designer__visual {
    width: 160px;
    max-width: none;
  }
  .pg-designer__detail {
    width: calc(100% - 160px);
    padding: 0 0 0 30px;
    margin: 0;
  }
  .pg-designer__title {
    font-size: 13px;
    margin: 0 0 20px;
  }
  .pg-designer__text {
    font-size: 13px;
  }
  .pg-designer__button {
    max-width: 350px;
    margin: 40px 0 0;
  }
  .pg-designer__button a {
    font-size: 13px;
  }
}
.l-modal {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}/*# sourceMappingURL=index.css.map */