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

.c-svg--arrow {
  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;
  }
}

.u-dsk-link {
  position: relative;
}
.u-dsk-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.u-dsk-link:hover {
  cursor: pointer;
  opacity: 1;
}
.u-dsk-link:hover::after {
  width: 0;
}

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

.brand-pinkribbon-2023 {
  --content-min-margin: 16;
  --text-color: #53565a;
  --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);
  --clr--text-pink: #deb1b4;
  --clr--bg-pink: #fef7f7;
  font-family: var(--ff--ja);
  color: var(--text-color);
}
.brand-pinkribbon-2023 iframe {
  max-width: unset !important;
}
.brand-pinkribbon-2023 a {
  color: var(--text-color);
}
.brand-pinkribbon-2023 a:hover {
  opacity: 1;
}
.brand-pinkribbon-2023 a:hover p {
  text-decoration: unset;
}
.brand-pinkribbon-2023 * {
  font-weight: inherit;
}
.brand-pinkribbon-2023 .u-ff--en {
  font-family: var(--ff--en);
}

@media (min-width: 64.0625em) {
  .pg-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.pg-sidebar {
  position: relative;
  width: 47.22222222vw;
}
@media (max-width: 64em) {
  .pg-sidebar {
    display: none;
  }
}

.pg-key-images {
  height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.pg-key-images > * {
  grid-area: 1/-1;
}
.pg-key-images[data-current-index="0"] .pg-key-image:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="1"] .pg-key-image:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="2"] .pg-key-image:nth-child(3) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="3"] .pg-key-image:nth-child(4) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="4"] .pg-key-image:nth-child(5) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="5"] .pg-key-image:nth-child(6) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="6"] .pg-key-image:nth-child(7) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="7"] .pg-key-image:nth-child(8) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="8"] .pg-key-image:nth-child(9) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="9"] .pg-key-image:nth-child(10) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images[data-current-index="10"] .pg-key-image:nth-child(11) {
  opacity: 1;
  visibility: visible;
}
.pg-key-images .pg-key-image {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -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;
}
.pg-sidebar.is-fixed-start .pg-key-images {
  position: fixed;
  width: 47.22222222vw;
  top: 0;
}
.pg-sidebar.is-fixed-end .pg-key-images {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
}

.pg-key-image {
  position: relative;
  height: 100%;
}
@media (min-width: 64.0625em) {
  .pg-section .pg-key-image {
    display: none;
  }
}
.pg-key-image__header {
  position: absolute;
  text-align: center;
  top: clamp(52px, 6.6666666667vw, 96px);
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pg-key-image__heading1 {
  font-size: clamp(29px, 3.0555555556vw, 44px);
  font-weight: bold;
  color: var(--clr--text-pink);
}
.pg-key-image__heading2 {
  letter-spacing: 0.05em;
  font-size: clamp(40px, 4.4444444444vw, 64px);
  font-family: var(--ff--en);
  font-weight: bold;
  color: var(--clr--text-pink);
  line-height: 1.2;
}
.pg-key-image__heading2 small {
  font-size: clamp(14px, 1.4583333333vw, 21px);
  display: block;
  font-weight: bold;
}
.pg-key-image__subtitle {
  font-weight: bold;
  font-size: clamp(15px, 1.4583333333vw, 21px);
  margin-top: clamp(17px, 1.3888888889vw, 20px);
  line-height: 1.2;
}
.pg-key-image__mv {
  height: 100%;
}
.pg-key-image__mv picture {
  height: 100%;
}
.pg-key-image__mv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

@media (min-width: 64.0625em) {
  .pg-content {
    width: 52.77777778vw;
  }
}

.pg-section {
  --px: clamp(40px, 6.6666666667vw, 96px);
}
@media (min-width: 64.0625em) {
  .pg-section {
    padding: 0 var(--px);
  }
}
.pg-section:nth-of-type(2n) {
  background-color: var(--clr--bg-pink);
}
.pg-section__content {
  container-type: inline-size;
  padding: clamp(64px, 9.7222222222vw, 140px) 0 clamp(96px, 11.1111111111vw, 160px);
}
.pg-section__content > * + * {
  margin-top: var(--stack-space, 40px);
}
@media (max-width: 64em) {
  .pg-section__content {
    padding: clamp(56px, 10vw, 144px) var(--px);
  }
}
.pg-section__heading {
  font-size: clamp(24px, 2.2222222222vw, 32px);
  letter-spacing: 0.03em;
  font-weight: bold;
}
.pg-section__heading span {
  font-weight: inherit;
}
.pg-section__heading + * {
  --stack-space: 32px;
}
.pg-section__text {
  font-size: clamp(13px, 1.0416666667vw, 15px);
  letter-spacing: 0.03em;
  line-height: 2;
}
.pg-section__text > * + * {
  margin-top: var(--stack-space, 2em);
}

@container (min-width: 488px) {
  .pg-anchor-links {
    display: grid;
    grid-template-columns: repeat(3, auto);
    counter-reset: link-counter;
  }
}

.pg-anchor-link {
  position: relative;
  counter-increment: link-counter;
  letter-spacing: 0.05em;
  -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;
}
@container (max-width: 488px) {
  .pg-anchor-link {
    padding: 26px 0 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding-right: 16px;
  }
  .pg-anchor-link::before, .pg-anchor-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-image: linear-gradient(to right, #97999b, #97999b 1px, transparent 1px, transparent 3px);
    background-size: 4px 1px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  .pg-anchor-link::before {
    top: 0;
  }
  .pg-anchor-link::after {
    bottom: 0;
  }
  .pg-anchor-link:not(:first-child)::before {
    display: none;
  }
}
@container (min-width: 488px) {
  .pg-anchor-link {
    padding: 10px 0 12px;
    padding-right: clamp(20px, 2.7777777778vw, 40px);
  }
  .pg-anchor-link:not(:first-child) {
    padding-left: clamp(20px, 2.7777777778vw, 40px);
  }
  .pg-anchor-link:not(:first-child)::before {
    content: "";
    position: absolute;
  }
  .pg-anchor-link::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #97999b, #97999b 1px, transparent 1px, transparent 3px);
    background-size: 1px 4px;
    background-position: left top;
    background-repeat: repeat-y;
  }
}
@media (min-width: 48.0625em) {
  .pg-anchor-link:hover {
    opacity: 0.6;
  }
}
.pg-anchor-link__title {
  font-family: var(--ff--en);
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
}
.pg-anchor-link__title::before {
  content: counter(link-counter, decimal-leading-zero);
  font-family: var(--ff--en);
  font-weight: bold;
  color: var(--clr--text-pink);
  font-size: clamp(10px, 0.9027777778vw, 13px);
}
.pg-anchor-link__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-anchor-link__title a:hover {
  opacity: 1;
}
@container (max-width: 488px) {
  .pg-anchor-link__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.pg-anchor-link__text {
  font-size: clamp(10px, 0.7638888889vw, 11px);
}
@container (max-width: 488px) {
  .pg-anchor-link__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pg-anchor-link .c-svg--arrow {
  width: 10px;
  height: 10px;
  fill: var(--clr--text-pink);
}
@container (min-width: 488px) {
  .pg-anchor-link .c-svg--arrow {
    margin-top: 16px;
  }
}

.pg-movie {
  position: relative;
}
@media (min-width: 48.0625em) {
  .pg-movie:hover a {
    opacity: 1;
  }
  .pg-movie:hover .pg-play-btn::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.pg-movie__img {
  position: relative;
  aspect-ratio: 16/9;
}
.pg-movie__img img {
  position: relative;
  z-index: 5;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -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;
}
.pg-movie__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-movie__img.is-playing img {
  opacity: 0;
  visibility: hidden;
}
.pg-movie .pg-play-btn {
  width: 56px;
  height: 56px;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 50%;
  z-index: 10;
}
.pg-movie .pg-play-btn img {
  position: relative;
  z-index: 2;
}
.pg-movie .pg-play-btn::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 1;
  -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;
}
@media (min-width: 48.0625em) {
  .pg-movie .pg-play-btn {
    width: 80px;
    height: 80px;
  }
  .pg-movie .pg-play-btn::before {
    width: 80px;
    height: 80px;
  }
}

.pg-profile {
  letter-spacing: 0.03em;
}
.pg-profile__heading {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.2;
  font-family: var(--ff--en);
  font-weight: bold;
  color: var(--clr--text-pink);
  line-height: 1.2;
}
.pg-profile__name {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  margin-top: 16px;
}
.pg-profile__name span {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-family: var(--ff--en);
  display: inline-block;
  margin-left: 16px;
  font-weight: inherit;
}
.pg-profile__text {
  font-size: clamp(12px, 0.9027777778vw, 13px);
  margin-top: clamp(32px, 2.7777777778vw, 40px);
  line-height: 2;
}
.pg-profile__text > * + * {
  margin-top: var(--stack-space, 2em);
}

.pg-features {
  --stack-space: 80px;
  background-color: #fff;
  border-radius: 16px;
  padding: clamp(48px, 4.4444444444vw, 64px) clamp(20px, 2.7777777778vw, 40px);
  margin-left: calc(clamp(20px, 2.7777777778vw, 40px) * -1);
  margin-right: calc(clamp(20px, 2.7777777778vw, 40px) * -1);
}
.pg-features__heading {
  font-size: 20px;
  font-weight: bold;
}
@container (max-width: 488px) {
  .pg-features__heading {
    text-align: center;
  }
}
@container (min-width: 488px) {
  .pg-features__heading br {
    display: none;
  }
}
@media (max-width: 64em) {
  .pg-features__heading {
    text-align: center;
  }
}
.pg-features__content {
  margin-top: 64px;
}

.pg-feature {
  position: relative;
}
.pg-feature + .pg-feature {
  margin-top: clamp(48px, 4.4444444444vw, 64px);
  padding-top: clamp(48px, 4.4444444444vw, 64px);
}
.pg-feature + .pg-feature::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #97999b, #97999b 1px, transparent 1px, transparent 3px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.pg-feature a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-feature a:hover {
  text-decoration: none;
  opacity: 1;
}
@container (max-width: 488px) {}
@container (min-width: 488px) {
  .pg-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    padding-left: 44px;
  }
}
@media (min-width: 48.0625em) {
  .pg-feature:hover .pg-feature__link span::after {
    width: 0;
  }
  .pg-feature:hover .pg-feature__link-icon {
    background-color: #d4999d;
  }
}
.pg-feature__img {
  position: relative;
}
@container (max-width: 488px) {
  .pg-feature__img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-feature__category {
  position: absolute;
  top: 0;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-family: var(--ff--en);
  font-weight: bold;
  color: var(--clr--text-pink);
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@container (max-width: 488px) {
  .pg-feature__category {
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    text-align: center;
  }
}
@container (min-width: 488px) {
  .pg-feature__category {
    left: 0;
    -webkit-transform: translateX(-44px);
            transform: translateX(-44px);
  }
}
@container (max-width: 488px) {
  .pg-feature__content {
    max-width: 254px;
    margin: 24px auto 0;
  }
}
@container (min-width: 488px) {}
.pg-feature__date {
  font-size: clamp(12px, 0.9027777778vw, 13px);
  font-family: var(--ff--en);
  font-weight: bold;
}
.pg-feature__text {
  margin-top: clamp(16px, 1.6666666667vw, 24px);
  font-size: clamp(12px, 0.9027777778vw, 13px);
  line-height: 2;
}
.pg-feature__link {
  font-size: 13px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.pg-feature__link span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@container (max-width: 488px) {
  .pg-feature__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@container (min-width: 488px) {}
.pg-feature__link-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #deb1b4;
  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: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-feature__link-icon .c-svg--arrow {
  width: 7px;
  height: 7px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pg-knowledges {
  --stack-space: 80px;
}
@media (min-width: 48.0625em) {
  .pg-knowledges__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.6666666667vw, 24px);
  }
}
@media (max-width: 48em) {
  .pg-knowledges__slider {
    margin-left: calc(var(--px) * -1);
    margin-right: calc(var(--px) * -1);
  }
  .pg-knowledges__slider .swiper-slide {
    height: auto;
  }
  .pg-knowledges__slider .swiper-pagination {
    position: relative;
    bottom: auto;
  }
  .pg-knowledges__slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #e6e6e6;
  }
  .pg-knowledges__slider .swiper-pagination-bullet-active {
    background-color: var(--clr--text-pink);
  }
}
@media (min-width: 48.0625em) {
  .pg-knowledges__slider {
    display: contents;
  }
  .pg-knowledges__slider .swiper-wrapper {
    display: contents;
  }
  .pg-knowledges__slider .swiper-pagination {
    display: none;
  }
}

.pg-knowledge {
  background-color: var(--clr--bg-pink);
  padding: 56px 0 28px;
  border-radius: 8px;
  display: grid;
  grid-template-rows: 1fr 110px 30px;
  gap: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (min-width: 48.0625em) {
  .pg-knowledge:hover {
    cursor: pointer;
    border-color: var(--clr--text-pink);
  }
}
.pg-knowledge__title {
  font-size: clamp(20px, 1.5277777778vw, 22px);
  color: var(--clr--text-pink);
  font-weight: bold;
  text-align: center;
}
.pg-knowledge__img {
  width: 66px;
  margin: auto;
}
.pg-knowledge__viewmore {
  font-size: 11px;
  font-family: var(--ff--en);
  font-weight: bold;
  height: 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;
  gap: 10px;
  background-color: #fff;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.pg-knowledge__viewmore-icon {
  position: relative;
  width: 22px;
  height: 22px;
  background-color: var(--clr--text-pink);
  border-radius: 50%;
}
.pg-knowledge__viewmore-icon::before, .pg-knowledge__viewmore-icon::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.pg-knowledge__viewmore-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pg-knowledge__content {
  background-color: var(--clr--bg-pink);
  padding: clamp(40px, 5.5555555556vw, 80px);
  border-radius: 16px;
  max-width: 720px;
  margin: auto;
}
.pg-knowledge .pg-knowledge__content {
  display: none;
}
.pg-knowledge__content h4 {
  font-weight: bold;
  font-size: clamp(24px, 2.2222222222vw, 32px);
}
.pg-knowledge__content p {
  font-size: clamp(13px, 1.0416666667vw, 15px);
  margin-top: 3.2em;
  line-height: 2;
}
.pg-knowledge__content figure {
  margin-top: clamp(64px, 5.5555555556vw, 80px);
}
.pg-knowledge__content figcaption {
  margin-top: 1em;
  font-size: clamp(10px, 0.8333333333vw, 12px);
}
.pg-knowledge__content figcaption a {
  display: inline;
  text-decoration: underline;
}
.pg-knowledge__content figcaption a:hover {
  text-decoration: none;
}

.pg-products__heading {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
}
.pg-products__content {
  margin-top: 24px;
}
@media (min-width: 48.0625em) {
  .pg-products__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }
}
@media (max-width: 48em) {
  .pg-products__slider {
    margin-left: calc(var(--px) * -1);
    margin-right: calc(var(--px) * -1);
    padding-left: var(--px);
    padding-right: var(--px);
  }
}
@media (min-width: 48.0625em) {
  .pg-products__slider {
    display: contents;
  }
  .pg-products__slider .swiper-wrapper {
    display: contents;
  }
  .pg-products__slider .swiper-pagination {
    display: none;
  }
}
.pg-products__button {
  position: relative;
  height: 60px;
  border-radius: 60px;
  padding: 0 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  font-size: 14px;
  font-weight: bold;
  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;
  font-weight: bold;
  background-color: var(--clr--text-pink);
  -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-products__button a {
  color: #fff;
}
.pg-products__button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-products__button:hover {
  background-color: #d4999d;
}
.pg-products__button:hover a {
  color: #fff;
  opacity: 1;
}

.pg-product {
  position: relative;
  background-color: #fff;
  padding: 32px 20px 24px;
}
.pg-product__img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-product__title {
  font-family: var(--ff--en);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

.pg-activities {
  --stack-space: clamp(100px, 11.1111111111vw, 160px);
}
.pg-activities__heading {
  font-size: 22px;
  font-weight: bold;
}
.pg-activities__content {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 16px;
}

.pg-activity {
  position: relative;
  padding: clamp(32px, 2.7777777778vw, 40px) clamp(16px, 1.3888888889vw, 20px) clamp(32px, 2.7777777778vw, 40px) clamp(32px, 2.7777777778vw, 40px);
}
.pg-activity + .pg-activity::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #97999b, #97999b 1px, transparent 1px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.pg-activity.is-active .pg-activity__content {
  height: var(--accordion-h, 0);
}
.pg-activity.is-active .pg-activity__icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media (min-width: 48.0625em) {
  .pg-activity:hover .pg-activity__icon {
    background-color: #d4999d;
  }
}
.pg-activity__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(14px, 1.0416666667vw, 15px);
  font-weight: bold;
}
.pg-activity__title:hover {
  cursor: pointer;
}
.pg-activity__icon {
  position: relative;
  width: 22px;
  height: 22px;
  background-color: var(--clr--text-pink);
  border-radius: 50%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-activity__icon::before, .pg-activity__icon::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.pg-activity__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -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-activity__content {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-activity__text {
  margin-top: clamp(24px, 2.2222222222vw, 32px);
  padding: clamp(24px, 2.2222222222vw, 32px) clamp(12px, 1.3888888889vw, 20px) clamp(16px, 1.6666666667vw, 24px) 0;
  line-height: 2;
}

.pg-partners {
  --stack-space: clamp(100px, 11.1111111111vw, 160px);
}
.pg-partners__heading {
  font-size: 18px;
  font-weight: bold;
}
.pg-partners__content {
  margin-top: 24px;
}

.pg-partner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px clamp(16px, 1.3888888889vw, 20px);
  border-radius: 16px;
  background-color: #fff;
  gap: 32px;
}
@media (min-width: 48.0625em) {
  .pg-partner:hover .pg-partner__icon {
    background-color: #d4999d;
  }
}
.pg-partner__img {
  width: clamp(90px, 8.3333333333vw, 120px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-partner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(16px, 2.2222222222vw, 32px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pg-partner__title {
  font-size: clamp(13px, 1.0416666667vw, 15px);
}
.pg-partner__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-partner__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--clr--text-pink);
  -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-partner__icon .c-svg--arrow {
  width: 7px;
  height: 7px;
  position: absolute;
  inset: 0;
  margin: auto;
  fill: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.l-modal__close {
  position: absolute;
  z-index: 100;
  background-color: var(--clr--text-pink);
  left: auto;
  bottom: auto;
  top: calc(var(--scroll-top, 0px) + 16px);
  right: 16px;
  -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.l-modal__close:hover {
  cursor: pointer;
  opacity: 1;
  background-color: #d4999d;
}/*# sourceMappingURL=index.css.map */