@charset "utf-8";





:root {
  --color-bg-dark: #0e0e0e;
  --color-bg-light: #ffffff;
  --color-surface-dark: #1a1a1a;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: rgba(255, 255, 255, 0.92);
  --color-text-on-dark-ghost: rgba(223, 229, 230, 0.34);
  --color-text-on-dark-muted: rgba(255, 255, 255, 0.82);
  --color-text-on-dark-line: rgba(255, 255, 255, 0.16);
  --color-text-on-dark-dim: rgba(255, 255, 255, 0.6);
  --color-text-on-light: #111111;
  --color-text-on-light-soft: rgba(17, 18, 20, 0.8);
  --color-text-muted: #999999;
  --color-text-soft: #9d9d9d;
  --color-text-subtle: #8f8f8f;
  --color-text-faint: #b3b3b3;
  --color-text-caption: #a8a8a8; 
  --color-text-number-ghost: rgba(228, 234, 243, 0.7);
  --color-text-number-ghost-strong: rgba(228, 234, 243, 0.78);
  --color-surface-muted: #e4e4e4;
  --color-surface-project-start: #ecf2f4;
  --color-surface-project-end: #dfe8ec;
  --color-surface-project-card: rgba(255, 255, 255, 0.78);
  --color-border: #333333;
  --color-border-on-light: #dddddd;
  --color-border-soft: #cfcfcf;

  --color-black: #1c1b1d; 
  --color-black-light: #272a2a; 
  --color-gray: #dfe5e6; 
  --color-cyan: #1efbec; 
  --color-cyan-bright: #2df6ee;
  --color-cyan-dark: #007a8b; 
  --color-cyan-mid: #00b9ad; 
  --color-pink-dark: #932363; 

  --color-surface-edge: #2d3741;
  --color-border-on-black: #495354;
  --color-footer-rule: #434b4c; 

  --color-surface-glass: rgba(255, 255, 255, 0.3);
  --color-border-glass: rgba(255, 255, 255, 0.2);

  --color-surface-glass-on-light: rgba(185, 229, 233, 0.3);
  --color-border-glass-on-light: rgba(195, 202, 202, 0.2);
  --color-surface-glass-soft: rgba(255, 255, 255, 0.2); 

  --color-shadow-kv: rgba(0, 24, 122, 0.65);
  --color-shadow-txt: rgba(27, 29, 38, 0.65);

  --color-accent: #dc2a7d;
  --color-accent-cyan: #1ac7c7;
  --color-accent-cyan-strong: #18c3c5;
  --color-surface-overlay-light: rgba(255, 255, 255, 0.32);

  --color-surface-tag: #434141;
  --color-surface-tag-light: #cdd9db;
  --color-icon-pager: #cdd9db; 

  --color-surface-pagetop: rgba(60, 78, 85, 0.6);
  --color-surface-pagetop-hover: rgba(90, 111, 119, 0.6);

  --color-overlay-hover: rgba(30, 251, 236, 0.4);

  --color-surface-glass-hover: rgba(255, 255, 255, 0.5);
  --color-surface-glass-mini-hover: rgba(255, 255, 255, 0.4);
  --color-border-glass-hover: rgba(255, 255, 255, 0.3);

  --color-overlay-hover-white: rgba(255, 255, 255, 0.3);

  --color-surface-nav-arrow-hover: #4f4c52;
  --duration-hover: 0.3s; 
  --color-text-on-dark-weak: #cccccc;

  --color-bg-header: rgba(13, 3, 3, 0.5);

  --color-surface-popover: #605f61;
  --color-border-popover: #807f81;

  --color-surface-popover-hover: #717171;
  --color-border-popover-hover: #8d8d8d;

  --color-backdrop: rgba(55, 51, 51, 0.8);
  --color-surface-icon: #49494a;
  --color-slider-arrow: #d9d9d9; 

  --color-category-style: #586566;
  --color-category-culture: #07515b;
  --color-category-people: #09625c;
  --color-category-story: #473a61;

  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;

  --font-family-en: "Allerta Stencil", var(--font-family-base);

  --font-family-catch: "Baumans", var(--font-family-base);

  --fs-3xs: 0.625rem; 
  --fs-2xs: 0.75rem; 
  --fs-xs: 0.875rem; 
  --fs-s: 0.9375rem; 
  --fs-m: 1rem; 
  --fs-ml: 1.125rem; 
  --fs-l: 1.25rem; 
  --fs-lxl: 1.375rem; 
  --fs-xl: 1.5rem; 
  --fs-2xl: 1.75rem; 
  --fs-3xl: 2.125rem; 
  --fs-4xl: 2.25rem; 
  --fs-5xl: 3.125rem; 
  --fs-6xl: 4rem; 
  --fs-7xl: 4.5rem; 
  --font-size-base: var(--fs-s);
  --line-height-base: 1.8;

  --space-xs: 8px;
  --space-s: 16px;
  --space-m: 24px;
  --space-ml: 32px;
  --space-l: 40px;
  --space-lxl: 48px;
  --space-xl: 64px;

  --radius-pill: 999px;
  --header-height: 74px; 
  --header-inline: 24px;

  --content-max: 500px;
}


body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-text-on-dark);
  background: var(--color-bg-dark);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

:target {
  scroll-margin-top: calc(var(--header-height) + var(--space-s));
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}


.l-main {
  min-height: 60vh;

  padding-top: var(--header-height);
}

.l-main:has(.l-headerOverlap) {
  padding-top: 0;
}


.l-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding-inline: var(--header-inline);
  background: var(--color-bg-header);

  -webkit-backdrop-filter: blur(24px); 
  backdrop-filter: blur(24px);
}

.l-header.is-float {
  position: absolute;

  transition:
    background-color var(--duration-hover),
    backdrop-filter var(--duration-hover),
    -webkit-backdrop-filter var(--duration-hover);
}

.l-site:has(.l-headerClear) .l-header {
  background: transparent;
  -webkit-backdrop-filter: none; 
  backdrop-filter: none;
}

.l-header.is-float.is-stuck {
  position: fixed;
  background: var(--color-bg-header);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  animation: l-headerIn 0.35s ease;
}
@keyframes l-headerIn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-header.is-float.is-stuck {
    animation: none;
  }
}


.l-header__logo img {
  width: 100px;
  height: auto;
}


.l-menuState {

  position: fixed;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.l-header__menuBtn {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44px;
  height: 44px;
  padding: 12px 10px; 

  margin-right: -10px;
  cursor: pointer;
}
.l-header__menuBtn span {
  display: block;
  height: 3px;
  width: 100%;
  background: currentColor;

  transition:
    transform 0.25s,
    opacity 0.25s,
    background-color var(--duration-hover);
}


.l-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s,
    visibility 0.25s;
}
.l-menuState:checked ~ .l-menu {
  opacity: 1;
  visibility: visible;
}

.l-menu.is-instant {
  transition: none;
}

.l-menu__backdrop {
  position: fixed;
  inset: 0;
  background: var(--color-backdrop);
  cursor: pointer;
}

.l-site:has(.l-menuState:checked) .l-header__logo,
.l-site:has(.l-menuState:checked) .l-header__menuBtn {
  opacity: 0;
  pointer-events: none;
}

.l-menu__panel {
  position: relative; 
  display: flex;
  align-items: stretch;
  min-height: min(80dvh, 592px);
  max-height: 100dvh;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
}
.l-menu__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  background: var(--color-bg-light);
  color: var(--color-black);
  overflow: hidden; 
}
.l-menu__head {
  display: flex;
  align-items: center;
  padding: var(--space-m);
}

.l-menu__logoLink {
  display: inline-flex;
}

.l-menu__logo {
  width: 100px;
  height: auto;
}


.l-menu__nav {
  min-height: 0;
  overflow-y: auto;
  padding: 0 var(--space-l) var(--space-l);

  overscroll-behavior: contain;
}
.l-menu__list {
  display: grid;
  gap: var(--space-ml);
}

.l-menu__link {
  display: block;
  font-family: var(--font-family-en);
  font-size: var(--fs-xl);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.l-menu__item {
  display: grid;
  gap: var(--space-s);
}
.l-menu__subList {
  display: grid;
  gap: var(--space-s);
}
.l-menu__subLink {
  display: block;
  font-family: var(--font-family-en);
  font-size: var(--fs-xs);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.l-menu__subLink::before {
  content: "-";
}

.l-menu__rail {
  flex: 0 0 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-black);
}

.l-menu__close {
  width: 100%;
  height: 56px;
  display: grid;
  align-content: start;
  justify-items: center;
  padding-top: var(--space-s);
  border-bottom: 1px solid var(--color-border-on-black);
  cursor: pointer;
}

.l-menu__sns {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-ml);
  justify-content: center;
  align-items: center;
  padding-block: var(--space-s);
}
.l-menu__snsIcon {
  width: 24px;
}


.l-footer {
  background: var(--color-bg-light);
  color: var(--color-text-on-light);
}

.l-footer__linkArea {
  padding-inline: var(--space-m);
  background: var(--color-black);
  color: var(--color-text-on-dark);
  border-top: 1px solid var(--color-black-light);
}

.l-footer__links li + li {
  border-top: 1px solid var(--color-black-light);
}
.l-footer__links li:last-child {
  border-bottom: 1px solid var(--color-black-light);
}
.l-footer__links a {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-ml) var(--space-xs);
  font-size: var(--fs-xs);
  font-weight: 500;
  line-height: 1.3;
}

.l-footer__links .ext::after {
  content: "";
  flex: none;
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask: url("./img/external-link-icon-outline.svg") no-repeat center / contain;
  mask: url("./img/external-link-icon-outline.svg") no-repeat center / contain;
}
.l-footer__official {
  display: grid;
  gap: var(--space-m);
  padding: var(--space-l) var(--space-m);
  background: linear-gradient(to bottom, #2f2e30, #445151);
  color: var(--color-text-on-dark);
}

.l-footer__account {
  display: grid;
  justify-items: center;
  gap: var(--space-s);
  padding-block: var(--space-ml);
  border-radius: 16px;
  background: rgba(28, 27, 29, 0.5);
}
.l-footer__accountTitle {
  display: grid;
  justify-items: center;
  gap: var(--space-xs);
}

.l-footer__accountLogo {
  height: auto;
}
.l-footer__accountLabel {
  font-family: var(--font-family-catch);
  font-size: var(--fs-m);
  line-height: 1.3;
  color: var(--color-gray);
}

.l-footer__accountRule {
  width: 258px;
  max-width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  background: var(--color-footer-rule);
}

.l-footer__account .l-footer__sns {
  display: flex;
  gap: var(--space-ml);
  justify-content: center;
  align-items: center;
  padding-inline: var(--space-s);
}

.l-footer__snsItem {
  display: flex;
}

.l-footer__sns .l-footer__snsIcon {
  width: 24px;
  height: auto;
}

.l-footer__brand {
  display: grid;
  justify-items: center;
  gap: var(--space-m);
  padding-block: var(--space-l);
}
.l-footer__brand img {
  width: 127px;
  height: auto;
}
.l-footer__copy {
  display: block;
  font-size: var(--fs-xs);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}


.l-footer__monsto {
  padding: 15px 22px;
  border-top: 1px solid var(--color-border);
}
.l-footer__monstoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: var(--fs-3xs);
  font-weight: 700;
  line-height: 1.4;
}

.l-footer__monstoLink::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("./img/arrow-solid.svg") no-repeat center / contain;
  mask: url("./img/arrow-solid.svg") no-repeat center / contain;
}


.c-sns {
  display: inline-flex;
  align-items: center;
}
.c-sns img {
  height: 30px;
  width: auto;
}


.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: calc(var(--space-s) - 1px) calc(var(--space-ml) - 1px);
  border: 1px solid var(--color-border-glass);
  border-radius: 30px;
  background: var(--color-surface-glass);
  font-family: var(--font-family-catch);
  font-weight: 400;
  font-size: var(--fs-xs);
  line-height: 1;
  letter-spacing: 0.11em;
}

.c-btn--mini {
  gap: var(--space-xs);
  padding: calc(var(--space-xs) - 1px) calc(var(--space-m) - 1px);
  font-size: var(--fs-2xs);
}

.c-btn__arrow {
  flex: none;
  width: 16px;
  height: 9px;
  background-color: currentColor;
  -webkit-mask: url("./img/arrow.svg") no-repeat center / contain;
  mask: url("./img/arrow.svg") no-repeat center / contain;
}
.c-btn--block {
  width: 100%;
}
.c-btn--outline {
  background: none;
}

.c-btn--onLight {
  border-color: var(--color-border-glass-on-light);
  background: var(--color-surface-glass-on-light);
}

.c-btn--icon {
  gap: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border-color: var(--color-border-popover);
  border-radius: 50%;
  background: var(--color-surface-popover);
}

.c-btn__external {
  flex: none;
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask: url("./img/external-link-icon-outline.svg") no-repeat center / contain;
  mask: url("./img/external-link-icon-outline.svg") no-repeat center / contain;
}

.c-btn__external--mini {
  width: 8px;
  height: 8px;
  -webkit-mask-image: url("./img/external-link-icon-outline-8.svg");
  mask-image: url("./img/external-link-icon-outline-8.svg");
}

.c-btn__arrow--back {
  -webkit-mask-image: url("./img/arrow-back.svg");
  mask-image: url("./img/arrow-back.svg");
}


.c-tag {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding-block: 0 2px;
  padding-inline: 7px;
  background: var(--color-surface-tag);
  color: var(--color-gray);
  font-size: var(--fs-2xs);
  font-weight: 400;
  line-height: 1;
}

.c-tag--onLight {
  background: var(--color-surface-tag-light);
  color: var(--color-cyan-dark);
}

.c-tag--new {
  min-width: 40px;
  background: var(--color-pink-dark);
  color: var(--color-text-on-dark);
  font-weight: 500;
}


.c-tag--category,
.c-tag--categoryStyle,
.c-tag--categoryCulture,
.c-tag--categoryPeople,
.c-tag--categoryStory {
  min-height: 18px;
  padding-block: 1px 3px;

  padding-inline: 6px;
  background: var(--color-category-style);
  color: var(--color-text-on-dark);
  font-size: var(--fs-xs);
  font-weight: 700;
}

.c-tag--categoryCulture {
  background: var(--color-category-culture);
}

.c-tag--categoryPeople {
  background: var(--color-category-people);
}

.c-tag--categoryStory {
  background: var(--color-category-story);
}


.c-tag--categoryLg {
  min-height: 24px;
  padding-inline: var(--space-s);
}

.c-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.c-tag__list--single {
  max-height: 20px;
  overflow: hidden;
}


.c-listTabs {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid var(--color-cyan-dark);
  border-radius: 60px;
}
.c-listTabs__tab {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 8px 0;
  border-radius: 40px;
  font-family: var(--font-family-en);
  font-weight: 400; 
  font-size: var(--fs-m);
  line-height: 1.3;
  text-align: center;
  color: var(--color-gray);
  transition: color var(--duration-hover);
}
.c-listTabs__tab.is-current {
  background: var(--color-cyan-dark);
  color: var(--color-text-on-dark);
}

@media (hover: hover) {
  .c-listTabs__tab:not(.is-current):hover {
    color: var(--color-cyan-mid);
  }
}
.c-listTabs__tab:not(.is-current):active {
  color: var(--color-cyan-mid);
}

.c-listTabs.c-listTabs + * {
  margin-top: 40px;
}


.c-hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 24px 0;
  background: var(--color-black);
  color: var(--color-text-on-dark);
}


.c-sectionHeading {
  font-family: var(--font-family-en);
  font-weight: 400; 
  font-size: var(--fs-4xl); 
  line-height: 1.5;
}


.c-breadcrumb {
  width: 100%;
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: var(--fs-2xs);
  line-height: 1.4;
}


.c-breadcrumb__item {
  display: flex;
  flex: none;
  align-items: center;
  gap: 4px;
}

.c-breadcrumb__item--current {
  flex: 0 1 auto;
  min-width: 0;
}

.c-breadcrumb__link {
  color: var(--color-text-on-dark-weak);
}


.c-breadcrumb__sep {
  display: grid;
  place-items: center;
  width: 8px;
  height: 17px;
}

.c-breadcrumb__sep::before {
  content: "";
  width: 10px;
  height: 1px;
  background: var(--color-text-on-dark-weak);
  transform: rotate(-60deg);
}


.c-breadcrumb__current {
  min-width: 0;
  overflow: hidden;
  font-weight: 500;
  color: var(--color-text-on-dark);
  white-space: nowrap;
  text-overflow: ellipsis;
}


.c-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-ml);
  max-width: 327px;
  margin-top: 40px;
  margin-inline: auto;
}


.c-pager__arrow {
  display: grid;
  place-items: center;
  flex: none;
  width: 16px;
  height: 40px;
  color: var(--color-icon-pager);
}

.c-pager__arrow.is-disabled {
  color: var(--color-black-light);
}
.c-pager__arrowIcon {
  width: 16px;
  height: 9px;
  background-color: currentColor;
  -webkit-mask: url("./img/arrow.svg") no-repeat center / contain;
  mask: url("./img/arrow.svg") no-repeat center / contain;
}
.c-pager__arrowIcon--prev {
  -webkit-mask-image: url("./img/arrow-back.svg");
  mask-image: url("./img/arrow-back.svg");
}

.c-pager__list {
  display: flex;
  gap: var(--space-s);
  align-items: center;
}

.c-pager__num {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-surface-tag);
  border-radius: 50%;
  font-size: var(--fs-m);
  line-height: 1.3;
  color: var(--color-text-on-dark);
}
.c-pager__num.is-current {
  width: 40px;
  height: 40px;
  border-color: var(--color-cyan-mid);
  background: var(--color-cyan-mid);
  font-weight: 500;
  color: var(--color-black);
}

.c-pager__gap {
  display: grid;
  place-items: center;
  width: 24px;
  font-size: var(--fs-m);
  line-height: 1.3;
  color: var(--color-text-on-dark-weak);
}


.c-pagetop {
  position: fixed;
  right: var(--space-m);
  bottom: var(--space-m);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-surface-pagetop);
  color: var(--color-text-on-dark);

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity var(--duration-hover),
    background-color var(--duration-hover),
    visibility 0s var(--duration-hover);
}
.c-pagetop.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition:
    opacity var(--duration-hover),
    background-color var(--duration-hover),
    visibility 0s;

  animation: c-pagetopIn 0.35s ease;
}
@keyframes c-pagetopIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-pagetop.is-visible {
    animation: none;
  }
}

.c-pagetop::before {
  content: "";
  width: 16px;
  height: 21px;
  background-color: currentColor;
  -webkit-mask: url("./img/page-top-arrow.svg") no-repeat center / contain;
  mask: url("./img/page-top-arrow.svg") no-repeat center / contain;
}

.c-pagetop__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}


.c-discoCarousel {
  margin-top: 24px;
  overflow-x: auto;

  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 24px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.c-discoCarousel::-webkit-scrollbar {
  display: none;
}

.c-discoCarousel .c-discoCarousel__list {
  display: flex;
  align-items: flex-start; 
  width: max-content;
  gap: 24px;
  padding-inline: 24px;
}

.c-discoCarousel__item {
  flex: 0 0 240px;

  min-width: 0;
  scroll-snap-align: start;
}
.c-discoCarousel__link {
  display: block;
}

.c-discoCarousel__jacketFrame {
  display: block;
  border-radius: 16px;
}

.c-discoCarousel__jacket {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  object-fit: cover;
  background: var(--color-surface-dark);
}
.c-discoCarousel__meta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
}

.c-discoCarousel__title {
  min-width: 0;
  font-size: var(--fs-l);
  font-weight: 500;
  line-height: 1.2;
}

.c-discoCarousel__artist {
  display: block;
  margin-top: 8px;
  font-size: var(--fs-m);
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-gray);
}


.c-blockEditor {
  font-size: var(--fs-m);
  line-height: 1.6;

  overflow-wrap: anywhere;
}
.c-blockEditor h2 {
  font-size: var(--fs-lxl);
  font-weight: 500;
  line-height: 1.3;
}
.c-blockEditor h3 {
  font-size: var(--fs-l);
  font-weight: 500;
  line-height: 1.3;
}

.c-blockEditor > * {
  margin: 0;
}
.c-blockEditor > * + * {
  margin-top: var(--space-lxl);
}
.c-blockEditor > h2 + * {
  margin-top: var(--space-m);
}
.c-blockEditor > h2 + h3 {
  margin-top: var(--space-s);
}
.c-blockEditor > h3 + * {
  margin-top: var(--space-xs);
}

.c-blockEditor a:not(.c-blockEditor__box) {
  color: var(--color-cyan);
  text-decoration: underline;
  text-underline-position: from-font;
}

.c-blockEditor strong,
.c-blockEditor b {
  font-weight: 500;
}

.c-blockEditor ul,
.c-blockEditor ol {
  padding-left: 0.9em;
}
.c-blockEditor li::marker {
  color: var(--color-cyan);
}
.c-blockEditor li + li {
  margin-top: 4px;
}

.c-blockEditor blockquote {
  padding-left: 4px;
  border-left: 2px solid var(--color-cyan);
}
.c-blockEditor img {
  width: 100%;
  border-radius: 16px;
}
.c-blockEditor figcaption {
  margin-top: 4px;
  font-size: var(--fs-xs);
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-gray);
}

.c-blockEditor__videoDesc {
  margin-top: 4px;
  font-size: var(--fs-2xs);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text-caption);
}

.c-blockEditor iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 16px;
}

.c-blockEditor__video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: contain;
}


.c-blockEditor__box {
  display: flex;
  align-items: center;
  padding: var(--space-s);
  color: var(--color-black);
  text-decoration: none;
  background: var(--color-gray);
}


.c-share {
  position: relative;
}

.c-share__state {
  position: absolute;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.c-share__btn {
  cursor: pointer;
}

.c-share__btnIcon {
  width: 12px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: url("./img/share-icon-export.svg") no-repeat center / contain;
  mask: url("./img/share-icon-export.svg") no-repeat center / contain;
}

.c-share__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.c-share__menu {
  display: none;
  position: absolute;
  top: calc(100% + var(--space-xs));
  right: 0;
  z-index: 1; 
  width: 207px;

  padding: calc(var(--space-s) - 1px);
  border: 1px solid var(--color-border-popover);
  border-radius: 16px;
  background: var(--color-surface-popover);
  color: var(--color-text-on-dark);
}

.c-share__state:checked ~ .c-share__backdrop,
.c-share__state:checked ~ .c-share__menu {
  display: block;
}
.c-share__list {
  display: grid;
  gap: var(--space-s);
}
.c-share__item {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  width: 100%;
  color: var(--color-text-on-dark);
  font-size: var(--fs-2xs);
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.c-share__icon {
  display: grid;
  flex: none;
  place-items: center;
  width: 32px;
  height: 32px;
}
.c-share__icon--copy {
  border-radius: 50%;
  background: var(--color-surface-icon);
}

.c-share__icon--copy::before {
  content: "";
  width: 16px;
  height: 17px;
  background-color: var(--color-text-on-dark);
  -webkit-mask: url("./img/copy-icon.svg") no-repeat center / contain;
  mask: url("./img/copy-icon.svg") no-repeat center / contain;
}
.c-share__icon--x {
  border-radius: 50%;
  background: var(--color-black);
}


.c-videoCarousel {
  overflow-x: auto;

  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 24px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.c-videoCarousel::-webkit-scrollbar {
  display: none;
}

.c-videoCarousel .c-videoCarousel__list {
  display: flex;
  align-items: flex-start; 
  width: max-content;
  gap: 24px;
  padding-inline: 24px;
}
.c-videoCarousel__item {
  flex: 0 0 240px;
  min-width: 0; 
  scroll-snap-align: start;
}
.c-videoCarousel__link {
  display: block;
}

.c-videoCarousel__thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: cover;
  background: var(--color-surface-dark); 
}

.c-videoCarousel__thumb--portrait {
  aspect-ratio: 240 / 427;
}

.c-videoCarousel__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
  font-size: var(--fs-m);
  font-weight: 500;
  line-height: 1.3;
}


.c-videoCarousel__account {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.c-videoCarousel__account + .c-videoCarousel__title {
  margin-top: 8px;
}

.c-videoCarousel__accountIcon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.c-videoCarousel__accountName {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--fs-m);
  font-weight: 400;
  line-height: 1.3;
}


.c-videoModal {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  overscroll-behavior: contain;
}

.c-videoModal[open] {
  display: grid;
  place-content: center;
  gap: var(--space-xs);
}

.c-videoModal::backdrop {
  background: rgba(55, 51, 51, 0.8);
}

.c-videoModal__frame {
  width: min(100vw - 32px, 900px, (100vh - 120px) * 16 / 9);
  aspect-ratio: 16 / 9;
  background: #000;
}

.c-videoModal.is-portrait .c-videoModal__frame {
  width: min(100vw - 32px, 440px, (100vh - 120px) * 9 / 16);
  aspect-ratio: 9 / 16;
}
.c-videoModal__frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.c-videoModal__close {
  justify-self: end;
  color: var(--color-text-on-dark); 
}

.c-videoModal__close::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: currentColor;
  -webkit-mask: url("./img/close.svg") no-repeat center / contain;
  mask: url("./img/close.svg") no-repeat center / contain;
}


.c-modal {
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none; 
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--color-text-on-dark);
}

.c-modal[open] {
  display: grid;
  place-items: center;
}

.c-modal::backdrop {
  background: rgba(55, 51, 51, 0.8);
}
.c-modal__dialog {
  position: relative;
  width: min(calc(100vw - 48px), 500px);
  max-height: calc(100svh - 140px);
  margin: auto;
  align-self: center;
  justify-self: center;
}

.c-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 3;
  color: var(--color-text-on-dark); 
}

.c-modal__close::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: currentColor;
  -webkit-mask: url("./img/close.svg") no-repeat center / contain;
  mask: url("./img/close.svg") no-repeat center / contain;
}

.c-modal__panel {
  position: relative;
  max-height: calc(100svh - 140px);
}


.c-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



.c-memberCard__list {
  display: grid;
  gap: 16px;
}

.c-memberCard {
  position: relative;

  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: calc(21.6cqw + 15px);
  padding-left: 24px;

  padding-right: 165px;
  border-radius: 16px;
  overflow: hidden;
}

.c-memberCard:not(:has(.c-memberCard__art)) {
  background: rgba(80, 80, 80, 0.8);
}

.c-memberCard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
  pointer-events: none;
}
.c-memberCard__body {
  position: relative;
  z-index: 1; 
  min-width: 0; 
  display: grid;
  padding-block: 20px;
}

.c-memberCard__part {
  font-size: var(--fs-2xs);
  font-weight: 400;
  line-height: 1.4;
}
.c-memberCard__name {
  font-size: var(--fs-m);
  font-weight: 700;
  line-height: 1.4;
}
.c-memberCard__cv {
  font-size: var(--fs-2xs);
  font-weight: 400;
  line-height: 1.4;
}

.c-memberCard__part,
.c-memberCard__name,
.c-memberCard__cv {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-memberCard__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}


.l-site {
  position: relative;
  min-height: 100vh;
  background: var(--color-bg-dark);
}

.l-site:has(.l-kvBehind) {
  background: transparent;
}

.l-kvBehind {
  width: 100%;
}
@media (min-width: 769px) {
  .l-site {
    width: var(--content-max);
    margin-left: auto; 
  }

  .l-header,
  .l-menu,
  .l-kvBehind {
    left: auto;
    right: 0;
    width: var(--content-max);
  }
}

.l-outside {
  position: fixed;
  inset: 0 var(--content-max) 0 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  container-type: inline-size; 
}


.l-outside__bg {
  position: absolute;

  inset: 0 0 auto 0;
  height: 100lvh;
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
  opacity: 0;
  transition: opacity 1.5s;
}


.l-outside__bg:first-child {
  opacity: 1;
}

.l-outside__bg.is-current {
  opacity: 1;
}

.l-outside__bg--defer.is-ready {
  background-image: var(--bg-defer);
}


.l-outside__inner {
  position: relative; 
  display: grid;
  justify-items: center;
  gap: var(--space-ml);
  width: 360px;
  color: var(--color-text-on-dark);
  text-align: center;
}

.l-outside__lead {
  font-family: var(--font-family-en);
  font-size: var(--fs-l);
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-shadow:
    0 4px 12px var(--color-shadow-kv),
    0 4px 12px var(--color-shadow-txt);
}
.l-outside__title {
  margin-top: 4px; 
  font-family: var(--font-family-en);
  font-weight: 400; 
  font-size: var(--fs-5xl);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-shadow:
    0 4px 12px var(--color-shadow-kv),
    0 4px 12px var(--color-shadow-txt);
}

.l-outside__tagline {
  margin-top: var(--space-ml);
  font-family: var(--font-family-catch);
  font-size: var(--fs-xs);
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 12px var(--color-shadow-txt);
}

.l-outside__sns {
  display: flex;
  gap: var(--space-m);
  align-items: center;
  justify-content: center;
  width: 296px;
  border-radius: 54px;
  background: var(--color-surface-glass-soft);
  -webkit-backdrop-filter: blur(2px); 
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 12px var(--color-shadow-txt);
}

.l-outside__snsBtn {
  display: grid;
  place-items: center;
  height: 64px;
}
.l-outside__snsIcon {
  height: auto;
}

.l-outside__copy {
  position: absolute;
  left: var(--space-l);
  bottom: var(--space-l);
  font-family: var(--font-family-catch);
  font-size: var(--fs-m);
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: var(--color-text-on-dark);
}


@media (max-width: 768px) {
  .l-outside {
    display: none;
  }
}

@container (width < 360px) {
  .l-outside__inner {
    display: none;
  }
}




.c-artistBandBg {

  background-color: #1c3146;

  background-image:
    linear-gradient(to bottom, rgb(28 49 70 / 0) 740px, rgb(28 49 70) 827px), url("./img/artist-band-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size:
    auto,
    max(552px, 100%) 827px;
}


.c-tint {
  position: relative;
  isolation: isolate;
}
.c-tint::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  mix-blend-mode: overlay;
  background: var(--color-overlay-hover);
  opacity: 0;
  transition: opacity var(--duration-hover);
  pointer-events: none;
}
@media (hover: hover) {
  .c-tint:hover::after {
    opacity: 1;
  }
}
.c-tint:active::after {
  opacity: 1;
}


.c-tint--white::after {
  background: var(--color-overlay-hover-white);
}


@media (hover: hover) {
  .c-tintHost:hover .c-tint::after {
    opacity: 1;
  }
}
.c-tintHost:active .c-tint::after {
  opacity: 1;
}


@media (hover: hover) {
  .l-header__menuBtn:hover span {
    background: var(--color-cyan);
  }
}
.l-header__menuBtn:active span {
  background: var(--color-cyan);
}

.l-site:has(.l-menuState:focus-visible) .l-header__menuBtn,
.l-menuState:focus-visible:checked ~ .l-menu .l-menu__close {
  outline: auto 1px -webkit-focus-ring-color; 
  outline-offset: 2px;
}

.c-share__state:focus-visible + .c-share__btn {
  outline: auto 1px -webkit-focus-ring-color;
  outline-offset: 2px;
}


.l-menu__link,
.l-menu__subLink {
  transition: color var(--duration-hover);
}
@media (hover: hover) {
  .l-menu__link:hover,
  .l-menu__subLink:hover {
    color: var(--color-cyan-mid);
  }
}
.l-menu__link:active,
.l-menu__subLink:active {
  color: var(--color-cyan-mid);
}


.l-footer__links a {
  transition: color var(--duration-hover);
}
@media (hover: hover) {
  .l-footer__links a:hover {
    color: var(--color-cyan-mid);
  }
}
.l-footer__links a:active {
  color: var(--color-cyan-mid);
}


.c-sns,
.l-menu__snsLink,
.l-outside__snsBtn {
  transition: opacity var(--duration-hover);
}
@media (hover: hover) {
  .c-sns:hover,
  .l-menu__snsLink:hover,
  .l-outside__snsBtn:hover {
    opacity: 0.8;
  }
}
.c-sns:active,
.l-menu__snsLink:active,
.l-outside__snsBtn:active {
  opacity: 0.8;
}


.c-btn {
  transition:
    background-color var(--duration-hover),
    border-color var(--duration-hover);
}
@media (hover: hover) {
  .c-btn:not(:where(.c-btn--onLight, .c-btn--icon)):hover {
    border-color: var(--color-border-glass-hover);
    background: var(--color-surface-glass-hover);
  }
  .c-btn--mini:hover {
    background: var(--color-surface-glass-mini-hover);
  }
  .c-btn--outline:hover {
    border-color: var(--color-border-glass);
    background: var(--color-surface-glass-soft);
  }
  .c-btn--icon:hover {
    border-color: var(--color-border-popover-hover);
    background: var(--color-surface-popover-hover);
  }
}
.c-btn:not(:where(.c-btn--onLight, .c-btn--icon)):active {
  border-color: var(--color-border-glass-hover);
  background: var(--color-surface-glass-hover);
}
.c-btn--mini:active {
  background: var(--color-surface-glass-mini-hover);
}
.c-btn--outline:active {
  border-color: var(--color-border-glass);
  background: var(--color-surface-glass-soft);
}
.c-btn--icon:active {
  border-color: var(--color-border-popover-hover);
  background: var(--color-surface-popover-hover);
}


.c-share__item {
  transition: color var(--duration-hover);
}
@media (hover: hover) {
  .c-share__item:hover {
    color: var(--color-cyan-mid);
  }
}
.c-share__item:active {
  color: var(--color-cyan-mid);
}


.c-discoCarousel__title,
.c-discoCarousel__artist {
  transition: color var(--duration-hover);
}
@media (hover: hover) {
  .c-discoCarousel__link:hover .c-discoCarousel__title,
  .c-discoCarousel__link:hover .c-discoCarousel__artist {
    color: var(--color-cyan-mid);
  }
}
.c-discoCarousel__link:active .c-discoCarousel__title,
.c-discoCarousel__link:active .c-discoCarousel__artist {
  color: var(--color-cyan-mid);
}


.c-videoCarousel__title {
  transition: color var(--duration-hover);
}
@media (hover: hover) {
  .c-videoCarousel__link:hover .c-videoCarousel__title {
    color: var(--color-cyan-mid);
  }
}
.c-videoCarousel__link:active .c-videoCarousel__title {
  color: var(--color-cyan-mid);
}


.c-memberCard::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;

  mix-blend-mode: overlay;
  background: var(--color-overlay-hover-white);
  opacity: 0;
  transition: opacity var(--duration-hover);
  pointer-events: none;
}
@media (hover: hover) {
  .c-memberCard:hover::before {
    opacity: 1;
  }
}
.c-memberCard:active::before {
  opacity: 1;
}


.c-pager__arrow,
.c-pager__num {
  transition:
    color var(--duration-hover),
    border-color var(--duration-hover);
}
@media (hover: hover) {
  .c-pager__arrow:not(.is-disabled):hover {
    color: var(--color-cyan-mid);
  }
  .c-pager__num:not(.is-current):hover {
    border-color: var(--color-cyan-mid);
    color: var(--color-cyan-mid);
  }
}
.c-pager__arrow:not(.is-disabled):active {
  color: var(--color-cyan-mid);
}
.c-pager__num:not(.is-current):active {
  border-color: var(--color-cyan-mid);
  color: var(--color-cyan-mid);
}


.c-breadcrumb__link {
  transition: color var(--duration-hover);
}
@media (hover: hover) {
  .c-breadcrumb__link:hover {
    color: var(--color-cyan-mid);
  }
}
.c-breadcrumb__link:active {
  color: var(--color-cyan-mid);
}


@media (hover: hover) {
  .c-pagetop:hover {
    background: var(--color-surface-pagetop-hover);
  }
}
.c-pagetop:active {
  background: var(--color-surface-pagetop-hover);
}
