:root {
  --bg-dot: rgba(222, 215, 243, 0.42);
  --brand-sky: #8bdfff;
  --brand-sun: #ffd439;
  --brand-lilac: #d7b4ff;
  --brand-line: #f1e9ff;
  --crew-accent: #8a79ff;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 214, 71, 0.14), transparent 18%),
    radial-gradient(circle at 90% 18%, rgba(139, 223, 255, 0.18), transparent 18%),
    radial-gradient(circle at 78% 70%, rgba(215, 180, 255, 0.12), transparent 22%),
    #fffdfa;
}

body.modal-open {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 8rem;
}

.site-chrome::before,
.site-chrome::after {
  content: "";
  position: fixed;
  border: 2px solid rgba(229, 196, 255, 0.38);
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.site-chrome::before {
  inset: 26vh auto auto -12vw;
  width: 34rem;
  height: 34rem;
}

.site-chrome::after {
  inset: 10vh -8vw auto auto;
  width: 28rem;
  height: 28rem;
}

.hero-section::before,
.section-shell::before,
.guideline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(var(--bg-dot) 1.2px, transparent 1.2px),
    radial-gradient(circle at 80% 14%, rgba(139, 223, 255, 0.22), transparent 18%),
    radial-gradient(circle at 18% 84%, rgba(255, 221, 101, 0.16), transparent 22%);
  background-size: 14px 14px, auto, auto;
  background-position: center, center, center;
  pointer-events: none;
  z-index: 0;
}

.hero-section > *,
.section-shell > *,
.guideline-section > * {
  position: relative;
  z-index: 1;
}

.hero-title span {
  display: inline-block;
  margin-right: 0.12em;
  text-shadow: 0 6px 24px rgba(112, 138, 174, 0.1);
}

.top-header {
  padding: 0;
  border-bottom: 1px solid rgba(232, 226, 247, 0.95);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(151, 161, 189, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0px 4px 8px #ddd;
}

.top-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 1180px;
  min-height: 4.9rem;
  margin: 0 auto;
  padding: 0.9rem 1rem;
}

.top-header__side {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.top-header__side--right {
  justify-content: flex-end;
  gap: 0.9rem;
}

.top-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 0 1rem;
}

.top-header__social-link,
.top-header__contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.top-header__social-link:hover,
.top-header__contact-link:hover {
  transform: translateY(-2px);
}

.top-header__social-link svg,
.top-header__contact-link svg {
  width: 100%;
  height: 100%;
}

.top-header__social-link {
  width: 1.9rem;
  height: 1.9rem;
}

.top-header__social-link--youtube {
  color: #ff2d2d;
}

.top-header__social-link--x {
  color: #111827;
}

.top-header__locale {
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  min-width: 3.45rem;
  height: 1.55rem;
  padding: 0 0.5rem 0 0.42rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(214, 178, 255, 0.88), rgba(201, 159, 255, 0.96));
  box-shadow: 0 8px 18px rgba(201, 159, 255, 0.18);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: white;
}

.top-header__locale-icon {
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
}

.top-header__locale-label {
  line-height: 1;
}

.top-header__locale-caret {
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
}

.top-header__contact-link {
  width: 1.5rem;
  height: 1.5rem;
  color: #69707e;
}

.logo-mark {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: transparent;
  background: linear-gradient(90deg, #96dfff 0%, #d4b8ff 50%, #ffcf3b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-link,
.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.icon-link {
  width: 1.9rem;
  height: 1.9rem;
  color: #ff3232;
}

.icon-link svg,
.icon-chip svg {
  width: 100%;
  height: 100%;
}

.icon-link--dark {
  color: #111827;
}

.icon-link:hover,
.icon-chip:hover,
.nav-link:hover,
.cta-button:hover,
.back-to-top:hover,
.crew-trigger:hover,
.load-more-button:hover {
  transform: translateY(-2px);
}

.icon-chip {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #a682d7;
  box-shadow: 0 10px 22px rgba(161, 137, 194, 0.15);
}

.nav-link {
  position: relative;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.55rem;
  width: 100%;
  height: 0.2rem;
  transform: scaleX(0);
  transform-origin: center;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-sky), var(--brand-sun));
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.nav-link.is-active::after {
  transform: scaleX(1);
  opacity: 1;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  border-radius: 999px;
  padding: 0 1.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.cta-button--primary {
  background: linear-gradient(90deg, var(--brand-sky), #a6ecff);
  color: #fff;
  box-shadow: 0 16px 30px rgba(139, 223, 255, 0.32);
}

.cta-button--secondary {
  border: 2px solid #59608b;
  background: white;
  color: #59608b;
  box-shadow: 0 14px 30px rgba(93, 101, 138, 0.12);
}

.hero-visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
  border: 1px solid rgba(235, 226, 255, 0.9);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72));
  box-shadow: 0 24px 48px rgba(133, 165, 192, 0.16);
}

.hero-visual-frame::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border-radius: 2.4rem;
  border: 1px solid rgba(215, 180, 255, 0.38);
  pointer-events: none;
}

.mobile-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, #ffdb32, #f8c10d);
  box-shadow: 0 10px 20px rgba(225, 192, 62, 0.18);
}

.hero-anchor-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  background: linear-gradient(90deg, #ffd92c, #ffcf14);
  box-shadow: 0 -8px 24px rgba(226, 191, 46, 0.18), 0 12px 24px rgba(226, 191, 46, 0.22);
}

.hero-anchor-nav__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hero-anchor-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 5vw, 4.4rem);
  min-height: 2.9rem;
}

.hero-anchor-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 0.1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.96);
  transition: transform 0.25s ease, color 0.25s ease;
}

.hero-anchor-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.18rem;
  width: 2.7rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #e6b4ff, #a984ff);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero-anchor-link:hover,
.hero-anchor-link.is-active {
  transform: translateY(-1px);
}

.hero-anchor-link:hover::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}
/* .hero-anchor-link:hover::after,
.hero-anchor-link.is-active::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
} */

.section-shell {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}

.section-shell--tight {
  padding-bottom: 2.5rem;
}

.section-shell--crew {
  padding-top: 0;
}

#news {
  overflow: visible;
}

.section-heading {
  max-width: 44rem;
}

.headline-en {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.headline-en span:first-child {
  color: #8bdfff;
}

.headline-en span:last-child {
  color: #ffd439;
}

.headline-ja {
  margin-top: 0.6rem;
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 800;
  line-height: 1.1;
  color: #575d7a;
}

/* .headline-ja::before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.5rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-lilac), rgba(255, 255, 255, 0));
} */

.section-copy {
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 2;
  color: #7a819e;
}

.news-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255, 221, 97, 0.18), rgba(139, 223, 255, 0.2) 35%, rgba(255, 255, 255, 0.88));
  box-shadow: 0 18px 40px rgba(129, 172, 198, 0.18);
  cursor: pointer;
}

.news-card:focus-visible,
.crew-trigger:focus-visible,
.news-expand-button:focus-visible,
.load-more-button:focus-visible,
.back-to-top:focus-visible,
.cta-button:focus-visible {
  outline: 3px solid rgba(139, 223, 255, 0.88);
  outline-offset: 4px;
}

.news-card {
  background: url(../images/bg-guidline.webp) center / cover no-repeat;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd539 0%, #ffd539 12%, rgba(255, 255, 255, 0.98) 12%, rgba(255, 255, 255, 0.98) 88%, #8fe9ff 88%, #8fe9ff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.news-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 1.4rem 1.4rem 1.8rem;
}

.news-card__thumb {
  width: 16rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  box-shadow: 0 12px 28px rgba(122, 139, 176, 0.14);
}

.news-card__title {
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  font-weight: 800;
  line-height: 1.1;
  color: #bb88f2;
}

.news-card__excerpt {
  margin-top: 0.75rem;
  font-size: 0.96rem;
  line-height: 1.9;
  color: #5d6882;
}

.news-card__date {
  margin-top: 1.2rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #b7bfd4;
}

.news-expand-button {
  flex-shrink: 0;
  width: 4.6rem;
  height: 4.6rem;
  border: none;
  background: transparent;
  color: #6f7488;
  box-shadow: none;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.news-expand-button__icon {
  width: 3.45rem;
  height: 3.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-list-item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
}

.news-notice-panel {
  width: min(calc(100% - 1.8rem), 820px);
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 56px rgba(138, 149, 180, 0.2), 0 12px 26px rgba(208, 214, 228, 0.28);
}

.load-more-button {
  min-width: 13rem;
  border-radius: 999px;
  border: 1px solid rgba(188, 193, 204, 0.95);
  background: rgba(255, 255, 255, 0.96);
  padding: 1rem 1.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #98a0b1;
  box-shadow: 0 10px 22px rgba(199, 203, 214, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.crew-layout {
  display: grid;
  gap: 1.75rem;
}

.crew-layout__content {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

.crew-trigger-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.15rem 1rem;
  max-width: 44rem;
  margin: 0 auto;
  padding-top: 1.5rem;
}

.crew-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 clamp(5rem, 9vw, 5.95rem);
  width: clamp(5rem, 9vw, 5.95rem);
  border: none;
  padding: 0;
  overflow: visible;
  background: none;
  transition: transform 0.25s ease;
}

.crew-trigger__badge {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: visible;
  background: white;
  /* background: white;
  border: 4px solid rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 28px rgba(122, 137, 170, 0.16); */
}

.crew-trigger__badge::before {
  content: "";
  position: absolute;
  inset: 0.2rem;
  border-radius: inherit;
  background: var(--crew-color);
  z-index: 0;
}

.crew-trigger__badge::after {
  content: "";
  position: absolute;
  inset: -0.24rem;
  border-radius: inherit;
  background: conic-gradient(
    from 0deg,
    #ffd439 0deg 56deg,
    #ffb6d9 56deg 132deg,
    #8bdfff 132deg 224deg,
    #d7b4ff 224deg 308deg,
    #ffd439 308deg 360deg
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
  filter: drop-shadow(0 0 2px rgba(255, 212, 57, 0.1));
}

.crew-trigger__image {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  object-fit: contain;
  pointer-events: none;
}

.crew-trigger.is-active .crew-trigger__badge::after {
  opacity: 1;
  animation: spin-ring 4.2s linear infinite;
}

.crew-trigger__label {
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #616784;
  text-wrap: balance;
}

.crew-profile-card {
  min-width: 0;
  display: grid;
  gap: 0.62rem;
  align-content: start;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
}

.crew-profile-card__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.4rem;
  align-items: start;
  width: 100%;
}

.crew-profile-card__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0;
}

.crew-profile-card__identity {
  min-width: 0;
  display: grid;
  gap: 0.38rem;
}

.crew-profile-card__name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.6rem;
}

.crew-profile-card__name {
  font-size: clamp(2.2rem, 4.6vw, 3rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #5a6189;
}

.crew-profile-card__handle {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  border-radius: 0.55rem;
  padding: 0.14rem 0.38rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.crew-profile-card__meta-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 0.32rem 0.45rem;
  width: 100%;
}

.crew-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  border-radius: 0.4rem;
  background: #eaedf8;
  padding: 0.32rem 0.72rem;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  color: #6c738e;
}

.crew-meta-chip--value {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0 0 0 1px rgba(212, 217, 233, 0.86);
  color: #7d84a1;
}

.crew-profile-card__bubble-note {
  display: none;
}

.crew-profile-card__intro {
  width: 100%;
  max-width: none;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 0.95rem 1.05rem;
  box-shadow: 0 12px 22px rgba(149, 158, 184, 0.12);
  outline: 1px solid rgba(228, 232, 244, 0.92);
}

.crew-profile-card__intro-title {
  font-size: 1rem;
  font-weight: 900;
  color: #72799c;
}

.crew-profile-card__intro-body {
  margin-top: 0.4rem;
  font-size: 0.87rem;
  line-height: 1.8;
  color: #5d6279;
}

.crew-profile-card__facts {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.crew-profile-card__tags {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
}

.info-cell,
.tag-card {
  border-radius: 0.4rem;
  background: white;
  padding: 0.75rem 0.85rem;
  box-shadow: 0 10px 20px rgba(150, 159, 187, 0.1);
  outline: 1px solid rgba(224, 229, 242, 0.94);
}

.info-cell span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #a7acc1;
}

.info-cell strong {
  display: block;
  margin-top: 0.38rem;
  font-size: 0.96rem;
  font-weight: 800;
  color: #6a6f87;
}

.tag-card {
  min-height: 5.25rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.75;
  color: #7e859f;
}

.crew-stage {
  position: relative;
  min-width: 0;
  /* padding-top: 0.25rem; */
  z-index: 1;
}

.crew-stage__panel {
  /* position: relative;
  overflow: hidden;
  min-height: clamp(25rem, 38vw, 33rem);
  border-radius: 1.9rem;
  border: 8px solid #51456c;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, color-mix(in srgb, var(--crew-accent) 30%, white), color-mix(in srgb, var(--crew-accent) 54%, #65507d));
  box-shadow: 0 22px 42px rgba(92, 92, 126, 0.16); */
}

.crew-stage__panel::before,
.crew-stage__panel::after {
  /* content: "";
  position: absolute;
  inset: auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  pointer-events: none; */
}

.crew-stage__panel::before {
  /* left: -4%;
  top: 0.9rem;
  width: 72%;
  height: 90%;
  clip-path: polygon(0 7%, 100% 0, 82% 100%, 0 92%);
  opacity: 0.28; */
}

.crew-stage__panel::after {
  /* right: 1.55rem;
  top: 1.6rem;
  width: 0.28rem;
  height: 82%;
  border-radius: 999px;
  background: rgba(72, 61, 100, 0.38); */
}

.crew-stage__spark {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 24%, rgba(80, 67, 114, 0.15) 24%, rgba(80, 67, 114, 0.15) 42%, transparent 42%),
    radial-gradient(circle at 60% 28%, rgba(255, 255, 255, 0.38), transparent 10%),
    radial-gradient(circle at 38% 54%, rgba(255, 255, 255, 0.22), transparent 18%);
}

.crew-stage__main {
  /* position: absolute;
  left: 50%;
  bottom: 0.4rem;
  width: min(72%, 25rem);
  transform: translateX(-50%);
  filter: drop-shadow(0 16px 22px rgba(78, 72, 105, 0.2)); */
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  max-height: 44rem;
}

@media (min-width: 960px) {
  .crew-layout__content {
    grid-template-columns: minmax(19rem, 30rem) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
  }

  .crew-trigger-grid {
    gap: 1.2rem 1.05rem;
    max-width: 46rem;
  }

  .crew-profile-card {
    padding-top: 6rem;
    padding-bottom: 0.5rem;
    margin-right: -3.1rem;
    min-height: 100%;
    grid-template-rows: auto auto auto 1fr auto;
  }

  .crew-profile-card__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .crew-profile-card__tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

   .crew-stage {
    margin-left: -1.2rem;
    padding-left: 1.5rem;
  }

  .crew-stage__panel {
    /* min-height: clamp(28rem, 38vw, 35rem); */
  }
}

@media (max-width: 959px) {
  .crew-profile-card__intro {
    max-width: none;
  }

  .crew-stage__panel {
    /* min-height: 24rem; */
  }
}

.about-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.about-section__heading {
  text-align: center;
}

.about-section__title {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  font-size: clamp(2.6rem, 7vw, 4.9rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.about-section__title span:first-child {
  color: #8bdfff;
}

.about-section__title span:last-child {
  color: #ffd439;
}

.about-section__subtitle {
  margin-top: 0.15rem;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  color: #a986f7;
}

.about-section__intro {
  margin-top: 0.4rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #57555d;
}

.about-section__body {
  position: relative;
  display: grid;
  align-items: center;
  padding-bottom: 4.8rem;
}

.about-section__visual {
  position: relative;
  min-height: 25rem;
  padding-top: 1rem;
  z-index: 1;
}

.about-section__rings {
  position: absolute;
  left: 3%;
  top: -6.3rem;
  width: min(15rem, 42%);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 3px solid rgba(255, 154, 190, 0.55);
}

.about-section__rings::before {
  content: "";
  position: absolute;
  inset: 1.45rem;
  border-radius: inherit;
  border: 2px solid rgba(255, 154, 190, 0.42);
}

.about-section__bands {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 6rem;
  /* overflow: hidden; */
  z-index: 0;
}

.about-section__bands span:nth-child(1) {
  background: #b882ee;
}

.about-section__bands span:nth-child(2) {
  background: #ffd439;
  position: relative;
  /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%); */
}
.about-section__bands span:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  width: 0;
  height: 0;
  border-bottom: 6rem solid transparent;
  border-left: 3rem solid #ffd439;
}

.about-section__bands span:nth-child(3) {
  background: #8bdfff;
}

.about-section__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-46%);
}

.about-section__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.35rem;
  padding-inline: 0.5rem;
}

.about-section__logo {
  width: min(10rem, 42%);
  height: auto;
}

.about-section__catch {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 900;
  color: #535675;
}

.about-section__cross {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  color: #6b6c80;
}

.about-section__headline {
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  font-weight: 900;
  line-height: 1.34;
  color: #596080;
}

.about-section__description {
  max-width: 28rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.85;
  color: #555968;
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 1.8rem;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 161, 198, 0.55);
  pointer-events: none;
}

.contact-section::before {
  content: "";
  position: absolute;
  right: -0.8rem;
  top: 4.5rem;
  width: 15rem;
  height: 15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 161, 198, 0.46);
  pointer-events: none;
}

.contact-section__heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.contact-section__title {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  font-size: clamp(2.7rem, 7vw, 4.9rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.contact-section__title span:first-child {
  color: #8bdfff;
}

.contact-section__title span:last-child {
  color: #ffd439;
}

.contact-section__subtitle {
  margin-top: 0.12rem;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  color: #c89afc;
}

.contact-section__lead {
  margin-top: 0.4rem;
  font-size: 0.96rem;
  font-weight: 800;
  color: #50515c;
}

.contact-section__description {
  max-width: 52rem;
  margin: 0.35rem auto 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.75;
  color: #555968;
}

@media (min-width: 960px) {
  .about-section__body {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    margin-top: 4rem;
    padding-bottom: 0;
  }

  .about-section__visual {
    min-height: 28rem;
  }

  .about-section__content {
    align-self: start;
    padding-top: 3.4rem;
  }
}

@media (max-width: 959px) {
  .about-section__title {
    gap: 0.3rem;
  }

  .about-section__visual {
    min-height: 19rem;
  }

  .about-section__bands {
    min-height: 3rem;
  }

  .about-section__content {
    padding-inline: 0;
  }

  .about-section__catch {
    font-size: 1.1rem;
  }

  .about-section__description {
    font-size: 0.9rem;
  }

  .contact-section__title {
    gap: 0.3rem;
  }

  .contact-section__description {
    font-size: 0.84rem;
  }
}

.contact-form-shell {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 1.8rem auto 0;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  padding: 1.5rem 1.8rem 1.15rem;
  box-shadow: 0 18px 36px rgba(167, 175, 193, 0.16);
  outline: 1px solid rgba(220, 223, 233, 0.95);
}

.contact-form-grid {
  display: grid;
  gap: 1rem 1.1rem;
}

.contact-form-column {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.contact-field {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.contact-field--message {
  grid-template-rows: minmax(1.6rem, auto) 1fr;
}

.contact-form-actions {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
}

.contact-submit-button {
  min-width: 11rem;
  /* border: 1px solid rgba(221, 224, 232, 1);
  border-radius: 999px;
  background: linear-gradient(180deg, #fafafa, #f0f0f0);
  padding: 0.55rem 1.3rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #b2b4bb;
  transition: transform 0.2s ease, box-shadow 0.2s ease; */
}

.contact-submit-button:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 8px 16px rgba(187, 191, 201, 0.18); */
  filter: drop-shadow(0 8px 16px rgba(187, 191, 201, 0.18));
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.6rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #5e6376;
}

.field-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  border-radius: 999px;
  background: #ffeef0;
  padding: 0.12rem 0.45rem;
  font-size: 0.58rem;
  font-weight: 900;
  color: #e26f83;
}

.field-input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(195, 198, 209, 0.98);
  background: white;
  padding: 0.72rem 0.9rem;
  font-size: 0.92rem;
  color: #616784;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field-input:focus {
  border-color: rgba(139, 223, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(139, 223, 255, 0.18);
}

.field-group {
  border-radius: 0.95rem;
  border: 1px solid rgba(195, 198, 209, 0.98);
  background: white;
  padding: 0.78rem 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.field-group.border-0 {
  border: none;
}

.field-group label {
  font-size: 0.92rem;
  color: #63697e;
}

.field-group input[type="radio"] {
  accent-color: #8f95a6;
}

#message.field-input {
  min-height: 154px;
  resize: vertical;
}

@media (min-width: 960px) {
  .contact-form-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-areas:
      "type topic"
      "company message"
      "name message"
      "phone message"
      "email message";
    gap: 0.9rem 1.2rem;
    align-items: stretch;
  }

  .contact-form-column {
    display: contents;
  }

  .contact-field--type {
    grid-area: type;
  }

  .contact-field--company {
    grid-area: company;
  }

  .contact-field--name {
    grid-area: name;
  }

  .contact-field--phone {
    grid-area: phone;
  }

  .contact-field--email {
    grid-area: email;
  }

  .contact-field--topic {
    grid-area: topic;
  }

  .contact-field--message {
    grid-area: message;
    min-height: 100%;
  }

  .contact-field--message .field-input {
    min-height: 0;
    height: 100%;
  }
}

@media (max-width: 959px) {
  .contact-form-shell {
    padding: 1.15rem 1rem 1rem;
  }
}

[data-field].has-error .field-input,
[data-field].has-error .field-group {
  border-color: rgba(226, 111, 131, 0.96);
  box-shadow: 0 0 0 4px rgba(226, 111, 131, 0.14);
  background: rgba(255, 249, 250, 0.98);
}

.guideline-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)),
    url("../images/bg-guidline.webp") center/cover no-repeat;
}

.guideline-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background: #ffd439;
}

.guideline-section__inner {
  position: relative;
  z-index: 1;
  padding-top: 2.7rem;
  padding-bottom: 3rem;
}

.guideline-section__title {
  font-size: clamp(3rem, 7vw, 5.3rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.06em;
  color: #ba7df7;
  text-transform: uppercase;
}

.guideline-section__subtitle {
  margin-top: 0.1rem;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  color: #c89afc;
}

.guideline-section__content {
  max-width: 40rem;
  margin: 1.2rem auto 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.78;
  color: #4f5766;
}

.guideline-section__content p + p {
  margin-top: 0.1rem;
}

.guideline-section__actions {
  margin-top: 1.2rem;
}

.guideline-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.8rem;
  border-radius: 999px;
  /* border: 1px solid rgba(115, 125, 142, 0.7);
  background: rgba(255, 255, 255, 0.55);
  padding: 0.5rem 1.1rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #5f6879; */
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.guideline-section__button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.75);
}

.site-footer {
  position: relative;
  background: #fff;
  border-top: 6px solid #ffd439;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

.site-footer__brand-block {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.site-footer__brand {
  display: inline-flex;
  width: fit-content;
}

.site-footer__brand-logo {
  width: min(8rem, 42vw);
  height: auto;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1rem;
  max-width: 15rem;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #b686ff;
}

.site-footer__copy {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.55;
  color: #4e4f59;
}

.site-footer__company-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.site-footer__company-logo {
  width: min(6rem, 30vw);
  height: auto;
}

@media (min-width: 960px) {
  .site-footer__inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
    padding-top: 1.15rem;
    padding-bottom: 0.95rem;
  }

  .site-footer__nav {
    gap: 0.12rem 0.95rem;
    max-width: 18rem;
    font-size: 0.76rem;
  }

  .site-footer__company-block {
    justify-content: flex-end;
  }

  .site-footer__company-logo {
    width: 5.8rem;
  }
}

@media (max-width: 959px) {
  .guideline-section__inner {
    padding-top: 2.2rem;
    padding-bottom: 2.5rem;
  }

  .guideline-section__content {
    max-width: 32rem;
    font-size: 0.82rem;
    line-height: 1.72;
  }
}

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 45;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border: none;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 30%, #fff, #f7f3ff 46%, #d9b4ff 80%);
  box-shadow: 0 20px 40px rgba(136, 118, 190, 0.22);
  opacity: 0;
  transform: translateY(1rem) scale(0.9);
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.back-to-top__arrow {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  color: #ffce25;
}

.back-to-top__label {
  margin-top: 0.1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #8d75d6;
}

.news-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.news-modal.is-visible,
.news-modal.is-closing {
  display: block;
}

.news-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.news-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(94, 105, 133, 0.45);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.news-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 68rem;
  margin: 6vh auto;
  max-height: 88vh;
  overflow: auto;
  border-radius: 2rem;
  background: white;
  padding: 2rem;
  box-shadow: 0 34px 80px rgba(63, 72, 96, 0.3);
  opacity: 0;
  transform: translateY(1.4rem) scale(0.965);
  transition: opacity 0.36s ease, transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.news-modal.is-visible .news-modal__backdrop {
  opacity: 1;
}

.news-modal.is-visible .news-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.news-modal.is-closing {
  opacity: 0;
  pointer-events: none;
}

.news-modal.is-closing .news-modal__backdrop {
  opacity: 0;
}

.news-modal.is-closing .news-modal__dialog {
  opacity: 0;
  transform: translateY(1rem) scale(0.975);
}

.news-modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(244, 246, 255, 0.96);
  font-size: 2rem;
  line-height: 1;
  color: #68708d;
}

.news-modal__content {
  margin-top: 0.75rem;
}

@keyframes spin-ring {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1023px) {
  .top-header {
    padding-top: 0.45rem;
    border-bottom: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .top-header__inner {
    width: min(100% - 1rem, 1280px);
    max-width: none;
    min-height: 4.35rem;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid rgba(232, 226, 247, 0.95);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 28px rgba(151, 161, 189, 0.08);
    backdrop-filter: blur(16px);
  }

  .top-header__side {
    gap: 0.75rem;
  }

  .site-chrome::before {
    width: 24rem;
    height: 24rem;
    inset: 38vh auto auto -30vw;
  }

  .site-chrome::after {
    width: 22rem;
    height: 22rem;
    inset: 12vh -34vw auto auto;
  }

  .news-card__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .news-card__thumb {
    width: 100%;
  }

  .news-expand-button {
    align-self: flex-end;
  }

  .news-list-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .crew-stage {
    /* padding-top: 5.5rem; */
  }

  .crew-stage__bubble {
    left: 50%;
    width: min(86%, 18rem);
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.6rem;
  }

  .crew-stage__panel {
    /* min-height: 33rem; */
  }

  .crew-stage__main {
    /* width: min(70%, 18rem); */
    /* max-height: 20rem; */
  }
}

@media (max-width: 767px) {
  .top-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 0.65rem;
    min-height: 4rem;
    padding: 0.72rem 1rem 0.72rem 0.85rem;
  }

  .top-header__side {
    gap: 0.6rem;
  }

  .top-header__side--right {
    gap: 0.72rem;
  }

  .top-header__logo {
    justify-self: center;
    padding: 0;
  }

  .top-header__locale {
    display: inline-flex;
    gap: 0.2rem;
    min-width: 3.2rem;
    height: 1.4rem;
    padding: 0 0.42rem 0 0.36rem;
    font-size: 0.57rem;
    letter-spacing: 0.06em;
  }

  .top-header__locale-icon,
  .top-header__locale-caret {
    width: 0.65rem;
    height: 0.65rem;
  }

  .top-header__social-link {
    width: 1.6rem;
    height: 1.6rem;
  }

  .top-header__contact-link {
    width: 1.35rem;
    height: 1.35rem;
  }

  .hero-title span {
    display: block;
    margin-right: 0;
  }

  .section-shell {
    padding: 4.5rem 0;
  }

  .hero-visual-frame {
    border-radius: 2rem;
  }

  .crew-stage__panel {
    /* min-height: 29rem; */
    /* border-width: 6px; */
  }

  .crew-stage__thumbs {
    right: 0.75rem;
    width: 5.2rem;
  }

  .news-modal__dialog {
    margin: 3vh 1rem;
    padding: 1.25rem;
  }

  .back-to-top {
    width: 4.8rem;
    height: 4.8rem;
  }
}

/* =====================================================
   Crew trigger: <a> タグ対応
   ===================================================== */

.crew-trigger {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

/* =====================================================
   Crew individual page
   ===================================================== */

.crew-page-hero {
  padding-top: clamp(5.5rem, 14vw, 9rem);
  padding-bottom: 1.5rem;
}

.crew-page-back__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #9ea5c1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.crew-page-back__link:hover {
  color: #b87df2;
  transform: translateX(-3px);
}

.crew-page-nav {
  padding-bottom: 2.5rem;
}

.crew-page-profile {
  padding-top: 0;
}

/* ---- Twitch 最新配信セクション ---- */
.crew-page-twitch {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.crew-twitch-title {
  font-size: 1rem;
  font-weight: 700;
  color: #7a819e;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.crew-twitch-player {
  width: 100%;
  min-height: 300px;
  border-radius: 1rem;
  overflow: hidden;
}

.crew-twitch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #9ea5c1;
  align-items: center;
}

.crew-twitch-link {
  color: #b78deb;
  text-decoration: none;
  font-weight: 700;
}
.crew-twitch-link:hover {
  text-decoration: underline;
}

.crew-twitch-message {
  color: #9ea5c1;
  font-size: 0.9rem;
}

.crew-twitch-message--error {
  color: #e07575;
}
