@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;
}
@media (min-width: 30.0625em) {
  :root {
    --head-news-height: 44px;
    --global-navi-height: 64px;
  }
}

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;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.l-modal__close::before {
  transform: rotate(45deg);
}
.l-modal__close::after {
  transform: rotate(-45deg);
}
.l-modal__close:hover {
  opacity: 0.8;
}
.l-modal__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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));
  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));
  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));
  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));
  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));
  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));
  transform: var(--transform);
}

[class*=js-fadein] {
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  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"] {
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  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;
  }
}

.main {
  padding-bottom: 64px;
}
@media (min-width: 48.0625em) {
  .main {
    padding-bottom: 120px;
  }
}

.brand-people {
  --clr--text-default: #53565a;
  color: var(--clr--text-default);
  font-family: var(--ff--ja);
}

.c-page-header {
  padding: 26px 0 48px;
}
@media (min-width: 48.0625em) {
  .c-page-header {
    padding: 52px 0 80px;
  }
}
.c-page-header__container {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-page-header__heading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-family: var(--ff--en);
  letter-spacing: 0.05em;
}
@media (min-width: 48.0625em) {
  .c-page-header__heading {
    font-size: 24px;
  }
}
.c-page-header__lead {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 28px;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .c-page-header__lead {
    margin-top: 46px;
  }
}

.pg-entries__container {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.pg-entries__grid {
  display: grid;
  gap: 32px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pg-entries__grid + .pg-entries__grid {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .pg-entries__grid {
    gap: 56px 25px;
  }
  .pg-entries__grid.is-3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pg-entries__grid.is-4col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pg-entries__grid + .pg-entries__grid {
    margin-top: 80px;
  }
}

.pg-entry {
  position: relative;
}
.pg-entry:not(:hover, .is-active) img {
  filter: grayscale(1);
}
.pg-entry a {
  opacity: 1 !important;
}
.pg-entry a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-entry__img {
  background-color: #ccc;
}
.pg-entry__img img {
  aspect-ratio: auto 1/1;
  transition: filter 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-entry__info {
  margin-top: 12px;
}
.pg-entry__category {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #a8aaac;
  font-family: var(--ff--en);
}
@media (min-width: 48.0625em) {
  .pg-entry__category {
    font-size: 11px;
  }
}
.pg-entry__title {
  font-size: 12px;
}
@media (min-width: 48.0625em) {
  .pg-entry__title {
    font-size: 13px;
  }
}

@media (min-width: 48.0625em) {
  .pg-people__container {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-people__slider {
  min-width: calc((100% - 48px) / 2);
  height: auto;
  flex: 1;
}
.pg-people__slider .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.pg-people__slider .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 6px;
  background-color: #53565a;
}
.pg-people__slider .swiper-pagination-bullet-active {
  background-color: #53565a;
}
.pg-people__content {
  flex: 1;
  min-width: calc((100% - 48px) / 2);
}
@media (max-width: 48em) {
  .pg-people__content {
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
  }
}

.pg-profile__category {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: var(--ff--en);
}
.pg-profile__name {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 9.6px;
}
.pg-profile__name span {
  font-size: 13px;
  font-family: var(--ff--en);
}
@media (min-width: 48.0625em) {
  .pg-profile__name {
    font-size: 22px;
  }
}
.pg-profile__job {
  font-size: 11px;
  margin-top: 10.5px;
}
@media (min-width: 48.0625em) {
  .pg-profile__job {
    margin-top: 14.5px;
  }
}
.pg-profile__link {
  display: flex;
  gap: 8px;
  font-size: 13px;
  margin-top: 12.7px;
  font-family: var(--ff--enja);
}
.pg-profile__link svg {
  width: 16px;
  fill: var(--clr--text-default);
}
.pg-profile__link a {
  color: var(--clr--text-default);
  text-decoration: underline;
}
.pg-profile__link a:hover {
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .pg-profile__link {
    margin-top: 16.7px;
  }
}
.pg-profile__section {
  margin-top: 46px;
}
.pg-profile__section > * + * {
  margin-top: var(--stack-space, 1.5em);
}
.pg-profile__heading {
  font-size: 13px;
  font-family: var(--ff--en);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 48.0625em) {
  .pg-profile__heading {
    font-size: 14px;
  }
}
.pg-profile__text {
  --stack-space: 8px;
  font-size: 13px;
  line-height: 1.8;
}
.pg-profile__text a {
  color: inherit;
  display: inline;
  width: fit-content;
  text-decoration: underline;
}
.pg-profile__text a:hover {
  opacity: 1;
  text-decoration: none;
}

.pg-related-content {
  --stack-space: 13.2px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e2e2e2;
  position: relative;
  transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-related-content:hover {
  border-color: #97999b;
}
.pg-related-content__img {
  width: 140px;
}
.pg-related-content__img a {
  opacity: 1 !important;
}
.pg-related-content__img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-related-content__info {
  flex: 1;
  padding-right: 16px;
}
.pg-related-content__category {
  font-size: 10px;
  color: #a8aaac;
  font-family: var(--ff--en);
  letter-spacing: 0.05em;
}
.pg-related-content__title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 6.2px;
}
@media (min-width: 48.0625em) {
  .pg-related-content__title {
    font-size: 14px;
  }
}

.pg-buttons {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}
@media (min-width: 48.0625em) {
  .pg-buttons {
    margin-top: 120px;
  }
}

.c-stroke-button {
  position: relative;
  border: 1px solid currentColor;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.c-stroke-button a {
  color: var(--clr--text-default);
}
.c-stroke-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .c-stroke-button {
    max-width: 280px;
  }
  .c-stroke-button:hover {
    background-color: var(--clr--text-default);
  }
  .c-stroke-button:hover a {
    color: #fff;
  }
}/*# sourceMappingURL=index.css.map */