@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--collection {
  aspect-ratio: 176/11;
}

.c-svg--title-01-sp {
  aspect-ratio: 202/86;
}

.c-svg--title-01-pc {
  aspect-ratio: 506/49;
}

.c-svg--title-02 {
  aspect-ratio: 195/36;
}

.c-svg--title-04 {
  aspect-ratio: 236/36;
}

.c-svg--lineup-title-sp {
  aspect-ratio: 178/44;
}

.c-svg--lineup-title-pc {
  aspect-ratio: 334/24;
}

.c-svg--blog-title {
  aspect-ratio: 174/17;
}

.main {
  padding-bottom: 0;
}

.feature-ballet {
  --font-family: kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", sans-serif;
  --ff-nova: proxima-nova, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", sans-serif;
  --base-clr: #53565a;
  --border-clr: #DDDDDD;
  font-family: var(--font-family);
  color: var(--base-clr) !important;
  padding-bottom: 128px;
}
.feature-ballet :where(p, a) {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--base-clr);
}
@media (min-width: 48.0625em) {
  .feature-ballet :where(p, a) {
    font-size: 12px;
  }
}
.feature-ballet ul::before, .feature-ballet ul::after {
  display: none;
}

.c-svg {
  fill: var(--fill-clr, #53565a);
}

.pg-intro {
  padding: 40px 0 100px;
}
@media (min-width: 48.0625em) {
  .pg-intro {
    padding: 120px 0 160px;
  }
}
.pg-intro__inner {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  margin: auto;
  max-width: 720px;
}
.pg-intro__text p {
  line-height: 2;
  font-size: 12px;
  letter-spacing: 0.12em;
}
@media (min-width: 48.0625em) {
  .pg-intro__text p {
    font-size: 14px;
  }
}

.pg-section:not(:first-of-type) {
  padding-top: 97px;
}
@media (min-width: 48.0625em) {
  .pg-section:not(:first-of-type) {
    padding-top: 128px;
  }
}
@media (min-width: 48.0625em) {
  .pg-section:nth-of-type(3) .swiper-wrapper.pg-lineup__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pg-section__sub-title {
  margin-left: max(20px, 5.5555555556vw);
  margin-bottom: 48px;
}
@media (min-width: 48.0625em) {
  .pg-section__sub-title {
    margin-bottom: 57px;
  }
}
.pg-section__sub-title .c-svg {
  height: 11px;
}
@media (min-width: 48.0625em) {
  .pg-section__sub-title .c-svg {
    height: 15px;
  }
}
.pg-section__header {
  width: calc(100% - max(40px, 11.1111111111vw) * 2);
  margin: auto;
  padding-bottom: 48px;
}
@media (min-width: 48.0625em) {
  .pg-section__header {
    text-align: center;
    padding-bottom: 56px;
  }
}
.pg-section__styling-item:not(:last-of-type) {
  margin-bottom: 160px;
}
.pg-section__title .c-svg--title-02,
.pg-section__title .c-svg--title-04 {
  height: 36px;
}
@media (min-width: 48.0625em) {
  .pg-section__title .c-svg--title-02,
  .pg-section__title .c-svg--title-04 {
    height: 48px;
  }
}
.pg-section__title--is-sp .c-svg {
  height: 86px;
}
.pg-section__title--is-pc .c-svg {
  height: 48px;
}
@media (min-width: 48.0625em) {
  .pg-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pg-section__lead-text {
  margin-top: 20px;
  line-height: 2;
}
.pg-section__styling {
  margin-bottom: 77px;
}
@media (min-width: 48.0625em) {
  .pg-section__styling {
    margin-bottom: 97px;
  }
}
.pg-section__lineup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 27px;
}
.pg-section__lineup-title--sp .c-svg {
  height: 44px;
}
.pg-section__lineup-title--pc .c-svg {
  height: 24px;
}

.pg-lineup {
  max-width: 960px;
  margin: auto;
}
@media (min-width: 48.0625em) {
  .pg-lineup {
    padding: 0 78px;
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.pg-lineup__product {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (min-width: 48.0625em) {
  .pg-lineup__item a:hover {
    opacity: 1;
  }
  .pg-lineup__item a:hover p {
    text-decoration: none;
  }
  .pg-lineup__item a:hover .pg-lineup__product {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0.7;
  }
}
.pg-lineup__slider .swiper {
  position: static;
}
@media (min-width: 48.0625em) {
  .pg-lineup__slider .swiper-button-prev,
  .pg-lineup__slider .swiper-button-next {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    border: solid 1px var(--border-clr);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pg-lineup__slider .swiper-button-prev::before,
  .pg-lineup__slider .swiper-button-next::before {
    --border-size: 16px;
    content: "";
    width: var(--border-size);
    height: var(--border-size);
    border-bottom: solid 1px var(--base-clr);
    border-right: solid 1px var(--base-clr);
  }
  .pg-lineup__slider .swiper-button-prev.swiper-button-disabled,
  .pg-lineup__slider .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
  }
  .pg-lineup__slider .swiper-button-prev:hover,
  .pg-lineup__slider .swiper-button-next:hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-color: var(--base-clr);
  }
}
@media (min-width: 48.0625em) {
  .pg-lineup__slider .swiper-button-prev {
    left: 0;
  }
}
.pg-lineup__slider .swiper-button-prev::before {
  -webkit-transform: translateX(calc(var(--border-size) / 4)) rotate(135deg);
          transform: translateX(calc(var(--border-size) / 4)) rotate(135deg);
}
@media (min-width: 48.0625em) {
  .pg-lineup__slider .swiper-button-next {
    right: 0;
  }
}
.pg-lineup__slider .swiper-button-next::before {
  -webkit-transform: translateX(calc(var(--border-size) / 4 * -1)) rotate(-45deg);
          transform: translateX(calc(var(--border-size) / 4 * -1)) rotate(-45deg);
}
.pg-lineup__credit {
  margin-top: 20px;
  font-family: var(--ff-nova);
  text-align: center;
  line-height: 1.3;
}
.pg-lineup__credit > p {
  letter-spacing: 0.04em;
}
.pg-lineup__credit-name {
  font-size: 14px;
  margin-bottom: 6px;
}
.pg-lineup__credit-id {
  font-size: 12px;
  color: #97999B;
  margin-bottom: 16px;
}
.pg-lineup__credit-price {
  font-size: 14px;
}
.pg-lineup__credit-price small {
  font-size: 11px;
}

.pg-styling__look {
  margin-bottom: 56px;
}
@media (min-width: 48.0625em) {
  .pg-styling__look .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 48.0625em) {
  .pg-styling__look {
    margin-bottom: 80px;
  }
}
.pg-styling__product {
  max-width: 960px;
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  margin: auto;
}
.pg-styling__product-title {
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: 0.04em;
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 48.0625em) {
  .pg-styling__product-title {
    font-size: 24px;
    margin-bottom: 80px;
  }
}

@media (min-width: 48.0625em) {
  .pg-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
  .pg-product > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pg-product__content {
  margin-top: 28px;
}
@media (min-width: 48.0625em) {
  .pg-product__content {
    margin-top: 0;
  }
}
.pg-product__content > .pg-credit a {
  border-bottom: solid 1px var(--border-clr);
  padding-bottom: 12px;
}
@media (min-width: 48.0625em) {
  .pg-product__content > .pg-credit a:hover {
    opacity: 1;
    border-color: var(--base-clr);
  }
  .pg-product__content > .pg-credit a:hover p {
    text-decoration: none !important;
  }
}
.pg-product__img {
  overflow: hidden;
}
.pg-product__other {
  margin-top: 48px;
}
@media (min-width: 48.0625em) {
  .pg-product__other {
    margin-top: 56px;
  }
}
.pg-product__other > p {
  font-size: 12px;
  margin-bottom: 20px;
}
@media (min-width: 48.0625em) {
  .pg-product__other > p {
    font-size: 14px;
  }
}
.pg-product__other .pg-credit {
  font-size: 13px;
  line-height: 1.3846153846;
  margin-top: 0;
}
.pg-product__other .pg-credit small {
  font-size: 10px;
}
.pg-product__other .pg-credit__img {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.pg-product__other .pg-credit__name, .pg-product__other .pg-credit__price {
  font-size: 13px;
}
.pg-product__other .pg-credit__name {
  margin-bottom: 8px;
}
@media (min-width: 48.0625em) {
  .pg-product__other .pg-credit__price {
    font-size: 12px;
  }
}
@media (min-width: 48.0625em) {
  .pg-product__other .pg-credit__link:hover {
    opacity: 1;
  }
  .pg-product__other .pg-credit__link:hover p {
    text-decoration: none;
  }
  .pg-product__other .pg-credit__link:hover .pg-credit__img {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
.pg-product__text {
  line-height: 2.1;
}

.pg-credit {
  font-family: var(--ff-nova);
  letter-spacing: 0.04em;
  margin-top: 32px;
}
.pg-credit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-credit__img {
  width: 29.8507462687%;
  padding-right: 20px;
}
@media (min-width: 48.0625em) {
  .pg-credit__img {
    width: 22.2222222222%;
  }
}
.pg-credit__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pg-credit__name {
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media (min-width: 48.0625em) {
  .pg-credit__name {
    font-size: 18px;
  }
}
.pg-credit__price {
  font-size: 14px;
}
.pg-credit__price span {
  color: #97999B;
}
.pg-credit__price small {
  font-size: 11px;
}
.pg-credit__btn {
  font-size: 14px;
}
.pg-credit p {
  line-height: 1.6;
}
.pg-credit__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.js-fadein-up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fadein-up.is-animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.js-fadein-zoomout {
  overflow: hidden;
}
.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);
}
.js-fadein-zoomout.is-animated img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pg-more-btn {
  margin-top: 80px;
}
@media (min-width: 48.0625em) {
  .pg-more-btn {
    margin-top: 96px;
  }
}
.pg-more-btn 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: #fff;
  background: var(--base-clr);
  max-width: 480px;
  margin: auto;
  padding: 23px 8px;
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  border-radius: 8px;
  font-family: var(--ff-en);
  letter-spacing: 0.03em;
  position: relative;
  font-size: 14px;
  outline: solid 1px #fff;
}
@media (min-width: 48.0625em) {
  .pg-more-btn a {
    font-size: 16px;
    padding: 32px 16px;
  }
  .pg-more-btn a:hover {
    background-color: #fff;
    outline-color: var(--base-clr);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: var(--base-clr);
  }
  .pg-more-btn a:hover::after {
    border-color: var(--base-clr);
  }
}
.pg-more-btn a::after {
  content: "";
  display: block;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 22px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 48.0625em) {
  .pg-more-btn a::after {
    width: 10px;
    height: 10px;
  }
}

.pg-blog-content {
  padding: 97px 0 24px;
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  border-bottom: solid 1px var(--border-clr);
  margin: auto;
  max-width: 720px;
}
@media (min-width: 48.0625em) {
  .pg-blog-content {
    padding: 130px 0;
    border: none;
  }
}
@media (min-width: 48.0625em) {
  .pg-blog-content__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px var(--border-clr);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pg-blog-content__content a:hover {
    opacity: 1;
    border-color: var(--base-clr);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .pg-blog-content__content a:hover p.pg-blog-content__text {
    text-decoration: none !important;
  }
}
.pg-blog-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 48.0625em) {
  .pg-blog-content__title {
    margin-bottom: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pg-blog-content__title .c-svg {
  height: 17px;
}
@media (min-width: 48.0625em) {
  .pg-blog-content__img {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
}
.pg-blog-content__detail {
  margin-top: 24px;
  padding: 0 20px;
}
@media (min-width: 48.0625em) {
  .pg-blog-content__detail {
    padding: 40px 40px 32px;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    margin: 0;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pg-blog-content__detail p.pg-blog-content__text {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 48.0625em) {
  .pg-blog-content__detail p.pg-blog-content__text {
    font-size: 14px;
  }
}
.pg-blog-content__detail p:nth-of-type(2) {
  margin-top: 40px;
  text-align: right;
  text-decoration: underline;
}
@media (min-width: 48.0625em) {
  .pg-blog-content__detail p:nth-of-type(2) {
    font-size: 12px;
    margin-top: 0;
  }
}