:root {
  --court-blue: #0878c9;
  --deep-blue: #044f94;
  --ink: #16304b;
  --paper: #fffdf7;
  --shadow: rgba(7, 31, 58, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  background: #dfe9f1;
  color: var(--ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 28% 7%, rgba(255, 255, 255, 0.85), transparent 18rem),
    linear-gradient(180deg, #eaf6ff 0%, #ffffff 50%, #e9f2f9 100%);
}

img {
  display: block;
  max-width: 100%;
}

.kuroko-page {
  min-height: 100vh;
  min-height: 100dvh;
}

.hero-scroll {
  position: relative;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(22px, 4.5vh, 56px) 16px clamp(20px, 3.5vh, 46px);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.94), rgba(232, 244, 255, 0.84)),
    repeating-linear-gradient(100deg, rgba(8, 120, 201, 0.08) 0 2px, transparent 2px 92px);
}

.court-lines {
  position: absolute;
  inset: -12vh -10vw;
  z-index: -2;
  opacity: 0.82;
  background:
    radial-gradient(ellipse at 50% 42%, transparent 0 20%, rgba(8, 120, 201, 0.22) 20.2% 20.8%, transparent 21%),
    linear-gradient(90deg, transparent 0 14%, rgba(8, 120, 201, 0.2) 14.2% 14.6%, transparent 14.8%),
    linear-gradient(90deg, transparent 0 85%, rgba(8, 120, 201, 0.2) 85.2% 85.6%, transparent 85.8%);
  transform: rotate(-5deg) scale(1.1);
}

.hero-copy {
  position: relative;
  z-index: 8;
  display: grid;
  justify-items: center;
  gap: 4px;
  width: min(92vw, 920px);
  margin-bottom: clamp(16px, 2.6vh, 28px);
  pointer-events: none;
  color: var(--deep-blue);
  text-align: center;
  text-shadow: 0 2px 0 #fff;
  opacity: 0;
  transform: translateY(-12px);
}

.is-playing .hero-copy {
  animation: copyIn 900ms 200ms cubic-bezier(.2, .8, .2, 1) forwards;
}

.hero-copy span {
  font-size: clamp(13px, 1.45vw, 20px);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-copy strong {
  font-size: clamp(18px, 2.05vw, 32px);
  line-height: 1;
  font-style: italic;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-logo {
  display: block;
  width: clamp(240px, 78vw, 560px);
  height: auto;
}

/* ---- Poster: manga panels fly in from the front and gather into place ---- */
.poster-wrap {
  position: relative;
  z-index: 4;
  width: min(78vw, 360px);
  aspect-ratio: 716 / 1676;
  margin: 0 auto;
  overflow: visible;
  border-radius: 3px;
  transform: scale(0.965);
  filter: drop-shadow(0 26px 36px var(--shadow));
}

.is-playing .poster-wrap {
  animation: posterSettle 900ms 1.9s cubic-bezier(.2, .8, .2, 1) forwards;
}

.poster-viewport {
  position: absolute;
  inset: 0;
  overflow: visible;
  background: #fff;
}

.poster-board {
  position: absolute;
  inset: 0;
  perspective: 900px;
  perspective-origin: 50% 44%;
}

.main-poster-fallback {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.poster-piece {
  position: absolute;
  overflow: hidden;
  border: 0;
  box-shadow: 0 0 0 2px #fff;
  object-fit: cover;
  opacity: 0;
  transform: translateZ(770px);
  filter: blur(9px);
}

.piece-kuroko { left: 4%; top: 2%; width: 92%; height: 13.2%; }
.piece-kagami { left: 4%; top: 16%; width: 40.3%; height: 23%; }
.piece-kise { left: 45.5%; top: 15.2%; width: 50.2%; height: 23.6%; }
.piece-title {
  left: 0;
  top: 40.6%;
  width: 100%;
  height: 15%;
  z-index: 9;
  object-fit: contain;
  background: #fff;
}
.piece-midorima { left: 4%; top: 57%; width: 47.5%; height: 22.6%; }
.piece-aomine { left: 51%; top: 57%; width: 44.8%; height: 22.4%; }
.piece-akashi { left: 4%; top: 81%; width: 50.5%; height: 16.8%; }
.piece-murasakibara { left: 50%; top: 79.5%; width: 46%; height: 18.2%; }

.is-playing .piece-kuroko { animation: pieceFlyIn 740ms 100ms cubic-bezier(.13, .72, .2, 1) forwards; }
.is-playing .piece-kagami { animation: pieceFlyIn 740ms 260ms cubic-bezier(.13, .72, .2, 1) forwards; }
.is-playing .piece-kise { animation: pieceFlyIn 740ms 380ms cubic-bezier(.13, .72, .2, 1) forwards; }
.is-playing .piece-title { animation: titleFlyIn 780ms 540ms cubic-bezier(.16, .76, .2, 1) forwards; }
.is-playing .piece-midorima { animation: pieceFlyIn 740ms 720ms cubic-bezier(.13, .72, .2, 1) forwards; }
.is-playing .piece-aomine { animation: pieceFlyIn 740ms 860ms cubic-bezier(.13, .72, .2, 1) forwards; }
.is-playing .piece-akashi { animation: pieceFlyIn 740ms 1040ms cubic-bezier(.13, .72, .2, 1) forwards; }
.is-playing .piece-murasakibara { animation: pieceFlyIn 740ms 1180ms cubic-bezier(.13, .72, .2, 1) forwards; }

/* ---- Key visual light shafts (god rays) : crisp beams angled upper-left -> lower-right ---- */
.kv-rays {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 1600ms ease;
}

/* Mask keeps the beams strongest at the upper-left source and fading toward lower-right. */
.rays-mask {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask: radial-gradient(135% 105% at 15% 6%, #000 0%, rgba(0, 0, 0, 0.62) 38%, transparent 74%);
          mask: radial-gradient(135% 105% at 15% 6%, #000 0%, rgba(0, 0, 0, 0.62) 38%, transparent 74%);
}

/* Oversized layer rotated -20deg so the vertical beams run upper-left -> lower-right. */
.rays-beams {
  position: absolute;
  inset: -60%;
  background: repeating-linear-gradient(90deg,
    rgba(255, 255, 255, 0) 0 60px,
    rgba(255, 255, 255, 0.10) 70px,
    rgba(255, 255, 255, 0.34) 82px,
    rgba(255, 255, 255, 0.10) 94px,
    rgba(255, 255, 255, 0) 104px 132px);
  filter: blur(1px);
  transform: rotate(-20deg);
  animation: kvRayBreathe 6.4s ease-in-out infinite;
}

.rays-glow {
  position: absolute;
  left: 15%;
  top: 9%;
  width: clamp(120px, 26vw, 340px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 250, 228, 0.5), transparent 62%);
}

.key-visual-section.is-visible .kv-rays {
  opacity: 1;
  transition-delay: 1.4s;
}

.scroll-cue {
  position: relative;
  z-index: 8;
  margin-top: clamp(24px, 4.2vh, 44px);
  width: 28px;
  height: 46px;
  border: 2px solid rgba(4, 79, 148, 0.55);
  border-radius: 999px;
  opacity: 0;
}

.is-playing .scroll-cue {
  animation: cueFade 800ms 2.7s ease forwards;
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--court-blue);
  transform: translateX(-50%);
  animation: cue 1.3s ease-in-out infinite;
}

/* ---- Key visual ---- */
.key-visual-section {
  position: relative;
  min-height: auto;
  display: grid;
  place-items: center;
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #edf7ff 100%);
}

.kv-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  transform: translateY(54px) scale(0.955);
  filter: blur(17px) brightness(0.62) saturate(0.82);
  transition:
    opacity 3400ms cubic-bezier(.36, .1, .2, 1) 260ms,
    transform 4600ms cubic-bezier(.2, .58, .16, 1) 260ms,
    filter 4000ms cubic-bezier(.4, .06, .28, 1) 260ms;
}

.key-visual-section.is-visible .kv-frame {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0) brightness(1) saturate(1);
}

.kv-frame img {
  width: 100%;
  height: auto;
  border: 0;
}

/* ---- Parfait section ---- */
.parfait-section {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 7vh, 88px) 16px clamp(42px, 9vh, 112px);
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 55%, #eef6fc 100%);
}

.parfait-section::before {
  content: "";
  position: absolute;
  inset: -12% -14%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    radial-gradient(ellipse at 50% 46%, transparent 0 21%, rgba(8, 120, 201, 0.14) 21.2% 21.8%, transparent 22.2%),
    linear-gradient(90deg, transparent 0 11%, rgba(8, 120, 201, 0.12) 11.2% 11.6%, transparent 11.9%),
    linear-gradient(90deg, transparent 0 88%, rgba(8, 120, 201, 0.12) 88.2% 88.6%, transparent 88.9%);
  transform: rotate(-4deg) scale(1.08);
}

.parfait-inner {
  position: relative;
  z-index: 1;
  width: min(94vw, 640px);
  margin: 0 auto;
}

.parfait-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 26px);
  margin-bottom: clamp(16px, 3vh, 26px);
}

.parfait-head .rule {
  flex: 1;
  height: 2px;
  max-width: 120px;
  background: linear-gradient(90deg, transparent, rgba(4, 79, 148, 0.5));
}

.parfait-head .rule:last-child {
  background: linear-gradient(90deg, rgba(4, 79, 148, 0.5), transparent);
}

.parfait-head-text {
  display: grid;
  gap: 3px;
  text-align: center;
}

.parfait-head-en {
  font-size: clamp(11px, 2.9vw, 12px);
  letter-spacing: 0.32em;
  font-weight: 800;
  color: var(--court-blue);
}

.parfait-head-ja {
  margin: 0;
  font-size: clamp(27px, 7.4vw, 34px);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--deep-blue);
}

.member-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(18px, 3.4vh, 32px);
}

.member-tab {
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: clamp(13px, 3.6vw, 15px);
  color: var(--deep-blue);
  background: #fff;
  border: 2px solid var(--court-blue);
  border-radius: 999px;
  padding: 9px 24px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.member-tab.is-active {
  color: #fff;
  background: linear-gradient(180deg, var(--court-blue), var(--deep-blue));
  border-color: var(--deep-blue);
  box-shadow: 0 8px 16px rgba(4, 79, 148, 0.28);
}

.member-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(4, 79, 148, 0.26);
}

.parfait-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.6vw, 28px);
  pointer-events: none;
}

.parfait-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(10px, 2.4vw, 26px);
  flex-wrap: nowrap;
}

.parfait-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 1.4vw, 12px);
  margin: 0;
  padding: clamp(8px, 1.6vw, 14px) clamp(4px, 1vw, 10px) clamp(10px, 1.8vw, 16px);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.22));
  border: 1px solid rgba(8, 120, 201, 0.16);
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.parfait-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 28px rgba(7, 31, 58, 0.16);
  border-color: var(--accent);
}

.parfait-thumb {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: clamp(96px, 14vw, 140px);
}

.parfait {
  width: auto;
  height: 100%;
  filter: drop-shadow(0 12px 14px rgba(7, 31, 58, 0.2));
  opacity: 0;
  transform: translateY(24px) scale(0.9);
  will-change: transform, opacity;
}

.parfait-grid.is-visible .parfait {
  animation: parfaitFadeUp 1000ms cubic-bezier(.2, .8, .2, 1) forwards;
}

.parfait-name {
  position: relative;
  padding-bottom: 7px;
  font-size: clamp(13px, 3.6vw, 15px);
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ink);
  transition: color 0.3s ease;
}

.parfait-name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: var(--accent);
  transform: translateX(-50%);
}

.parfait-item:hover .parfait-name {
  color: var(--accent);
}

.parfait-item.is-selected {
  border-color: var(--accent);
  box-shadow: 0 12px 24px rgba(7, 31, 58, 0.18), inset 0 0 0 2px var(--accent);
  transform: translateY(-4px);
}

.parfait-item:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

.parfait-hint {
  max-width: 30em;
  margin: 0 auto clamp(14px, 3vh, 22px);
  text-align: center;
  font-size: clamp(13px, 3.4vw, 14px);
  line-height: 1.6;
  color: var(--ink);
  opacity: 0.75;
}

/* ---- Character showcase (parfait-driven) ---- */
.char-showcase {
  --accent: var(--court-blue);
  margin-top: clamp(20px, 4vh, 34px);
}

.sc-card {
  background: #fff;
  border: 1px solid rgba(8, 120, 201, 0.14);
  border-top: 5px solid var(--accent);
  border-radius: 16px;
  padding: clamp(16px, 4.5vw, 26px);
  box-shadow: 0 16px 34px rgba(7, 31, 58, 0.1);
}

.sc-top {
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 16px);
  margin-bottom: clamp(10px, 2.5vw, 16px);
}

.mock {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 6px;
  background:
    repeating-linear-gradient(-45deg, rgba(8, 120, 201, 0.05) 0 6px, transparent 6px 12px),
    #f4f8fc;
  border: 1.5px dashed rgba(8, 120, 201, 0.45);
  border-radius: 8px;
  font-size: clamp(11px, 2.8vw, 12.5px);
  line-height: 1.35;
  font-weight: 700;
  color: #4f6a83;
}
.mock-hero { flex: none; width: clamp(72px, 22vw, 100px); height: clamp(88px, 26vw, 118px); }
/* 立ち絵は構図がキャラごとに異なるため、顔が出るよう object-position を個別調整 */
.mock-hero.has-img img { object-position: 50% 50%; }
.hero-kuroko.has-img img { object-position: 50% 100%; }
.hero-kagami.has-img img { object-position: 50% 22%; }
.hero-kise.has-img img { object-position: 50% 24%; }
.hero-midorima.has-img img { object-position: 50% 0%; }
.hero-aomine.has-img img { object-position: 50% 71%; }
.hero-murasakibara.has-img img { object-position: 50% 0%; }
.hero-akashi.has-img img { object-position: 50% 88%; }
.mock-thumb { flex: none; width: clamp(50px, 14vw, 64px); height: clamp(50px, 14vw, 64px); }
.mock-tok { flex: none; width: clamp(42px, 12vw, 54px); height: clamp(42px, 12vw, 54px); font-size: 10px; }
.mock-good { width: 100%; aspect-ratio: 1; }
.mock-rep { width: 100%; aspect-ratio: 1; }
.mock.has-img { padding: 0; border: none; background: #fff; overflow: hidden; }
.mock.has-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }
.mock.is-soon { border-style: solid; border-color: rgba(8, 120, 201, 0.16); background: #eef4fa; color: #8698a9; }
.mock.is-soon small { display: block; margin-top: 3px; font-size: 0.82em; font-weight: 800; letter-spacing: 0.04em; color: #a7b8c8; }

.sc-id { display: flex; flex-direction: column; gap: 2px; }
.sc-en { font-size: clamp(11px, 2.9vw, 12px); letter-spacing: 0.14em; font-weight: 800; color: var(--accent); }
.sc-name { margin: 0; font-size: clamp(20px, 5.8vw, 25px); font-weight: 900; letter-spacing: 0.04em; color: var(--ink); }
.sc-bday { font-size: clamp(12px, 3.1vw, 13px); color: #4a627a; }

.sc-block { margin-top: clamp(12px, 3vw, 18px); }

.sc-label {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--accent);
  font-size: clamp(13px, 3.4vw, 14px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--deep-blue);
}

.sc-row {
  display: flex;
  align-items: center;
  gap: clamp(6px, 2vw, 10px);
  padding: 12px 0;
  border-bottom: 1px dashed rgba(8, 120, 201, 0.2);
}
.sc-row:last-child { border-bottom: 0; }

.sc-item { flex: 1.2 1 0; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.sc-nm { font-size: clamp(14px, 3.8vw, 16px); font-weight: 700; line-height: 1.35; color: var(--ink); }
.sc-price { font-size: clamp(13.5px, 3.6vw, 15px); font-weight: 800; color: var(--deep-blue); }

.sc-cat { flex: 1.2 1 0; min-width: 0; font-size: clamp(14px, 3.8vw, 16px); font-weight: 700; line-height: 1.35; color: var(--ink); }

.sc-give-t { flex: 1 1 0; min-width: 0; font-size: clamp(13px, 3.5vw, 14.5px); font-weight: 700; line-height: 1.4; color: #2a4258; }

.sc-arrow-h {
  flex: none;
  width: 0; height: 0;
  border-left: 8px solid var(--accent);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.sc-note { margin: 12px 0 0; font-size: clamp(13px, 3.4vw, 14px); line-height: 1.7; color: #3d576e; }
.sc-note b { font-weight: 800; color: var(--deep-blue); }

.sc-goods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sc-goodsnote { margin: 10px 0 0; font-size: clamp(12.5px, 3.2vw, 13px); line-height: 1.6; color: #3d576e; }
.sc-goodsnote b { font-weight: 800; color: var(--deep-blue); }

.sc-rep {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: clamp(16px, 4vw, 24px);
}
.sc-repfig { margin: 0; display: flex; flex-direction: column; gap: 6px; }
.sc-repfig figcaption { text-align: center; font-size: clamp(12.5px, 3.2vw, 13.5px); font-weight: 800; color: var(--deep-blue); }

.sc-cta { display: flex; flex-direction: column; gap: 10px; margin-top: clamp(16px, 4vw, 22px); }
.sc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(14.5px, 4vw, 17px);
  letter-spacing: 0.03em;
}
.sc-btn-rsv { color: #fff; background: linear-gradient(180deg, var(--court-blue), var(--deep-blue)); box-shadow: 0 10px 20px rgba(4, 79, 148, 0.28); }
.sc-btn-ec { color: var(--deep-blue); background: #fff; border: 2px solid var(--court-blue); }

.sc-all-lead {
  margin: 0 0 clamp(14px, 3vw, 20px);
  text-align: center;
  font-size: clamp(14.5px, 4vw, 16px);
  line-height: 1.8;
  color: var(--ink);
  text-wrap: balance;
}
.sc-all-lead b { font-weight: 800; color: var(--deep-blue); }

/* ---- Generic content sections (about / info) ---- */
.section-inner { width: min(92vw, 640px); margin: 0 auto; }

.sec-head { text-align: center; margin-bottom: clamp(20px, 4vh, 32px); }
.sec-en { display: block; font-size: clamp(11px, 3vw, 12.5px); letter-spacing: 0.28em; font-weight: 800; color: var(--court-blue); }
.sec-ja { margin: 5px 0 0; font-size: clamp(27px, 7.4vw, 36px); font-weight: 900; letter-spacing: 0.06em; color: var(--deep-blue); }
.sec-sub { margin: 8px 0 0; font-size: clamp(14px, 3.8vw, 16px); font-weight: 800; letter-spacing: 0.08em; color: var(--court-blue); }

.share-section { padding: clamp(34px, 6vh, 64px) 16px; background: linear-gradient(180deg, #eef6fc 0%, #eef7ff 100%); }
.share-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.share-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px; border-radius: 999px;
  font-family: inherit; font-size: clamp(14px, 3.8vw, 15px); font-weight: 800; letter-spacing: 0.04em; line-height: 1;
  color: #fff; text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 4px 12px rgba(4, 79, 148, 0.14);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.share-btn:hover { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(4, 79, 148, 0.22); }
.share-btn:active { transform: translateY(0); }
.share-btn svg { width: 18px; height: 18px; fill: currentColor; }
.share-x { background: #000; }
.share-line { background: #06c755; }
.share-fb { background: #1877f2; }
.share-copy { background: #fff; color: var(--deep-blue); border: 2px solid #cdd9e4; box-shadow: 0 4px 12px rgba(4, 79, 148, 0.10); }
.share-native { flex-basis: 100%; justify-content: center; background: var(--court-blue); padding: 15px 20px; font-size: clamp(15px, 4.2vw, 17px); box-shadow: 0 6px 16px rgba(4, 79, 148, 0.22); }
.share-native svg { width: 20px; height: 20px; }
.share-native[hidden] { display: none; }
.share-copied { text-align: center; margin: 14px 0 0; font-size: clamp(12.5px, 3.3vw, 14px); font-weight: 800; color: var(--court-blue); }
.share-copied[hidden] { display: none; }

.site-footer { padding: clamp(32px, 7vh, 56px) 16px clamp(26px, 5vh, 44px); background: linear-gradient(180deg, #eef7ff 0%, #dcebfa 100%); text-align: center; }
.footer-follow-label { margin: 0 0 16px; font-size: clamp(13px, 3.6vw, 15px); font-weight: 800; letter-spacing: 0.06em; color: var(--deep-blue); }
.follow-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(16px, 6vw, 30px); }
.follow-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; }
.follow-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; box-shadow: 0 4px 12px rgba(4, 79, 148, 0.16); transition: transform 0.12s ease, box-shadow 0.12s ease; }
.follow-icon svg { width: 27px; height: 27px; fill: currentColor; }
.follow-name { font-size: clamp(11px, 3vw, 13px); font-weight: 800; letter-spacing: 0.02em; color: var(--deep-blue); }
.follow-x .follow-icon { background: #000; }
.follow-ig .follow-icon { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.follow-tt .follow-icon { background: #010101; }
.follow-line .follow-icon { background: #06c755; }
.follow-item:active .follow-icon { transform: translateY(0); }
@media (hover: hover) { .follow-item:hover .follow-icon { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(4, 79, 148, 0.24); } }

.about-section { padding: clamp(44px, 8vh, 84px) 16px; background: #ffffff; }
.about-lead { margin: 0 0 1.1em; font-size: clamp(15px, 4.1vw, 17px); line-height: 1.95; color: var(--ink); text-align: center; }
.about-lead b { font-weight: 800; color: var(--deep-blue); }

.about-points {
  list-style: none;
  margin: clamp(22px, 5vw, 32px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.about-points li {
  padding: 16px 6px;
  border-radius: 14px;
  background: var(--paper);
  border: 1px solid rgba(8, 120, 201, 0.16);
  text-align: center;
  font-size: clamp(11px, 2.9vw, 13px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
}
.ap-num { display: block; margin-bottom: 6px; font-size: clamp(28px, 9vw, 42px); font-weight: 900; line-height: 1; color: var(--court-blue); }

.info-section { padding: clamp(44px, 8vh, 84px) 16px; background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%); }
.info-card {
  padding: clamp(16px, 4.5vw, 26px);
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(8, 120, 201, 0.16);
  box-shadow: 0 14px 30px rgba(7, 31, 58, 0.08);
}
.info-list { margin: 0; }
.info-row { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px dashed rgba(8, 120, 201, 0.2); }
.info-row:last-child { border-bottom: 0; }
.info-row dt {
  flex: none;
  width: 5.6em;
  height: fit-content;
  padding: 4px 6px;
  white-space: nowrap;
  border-radius: 6px;
  background: var(--court-blue);
  color: #fff;
  font-size: clamp(12.5px, 3.3vw, 13.5px);
  font-weight: 800;
  text-align: center;
}
.info-row dd { margin: 0; flex: 1; min-width: 0; font-size: clamp(15px, 4vw, 16px); line-height: 1.55; color: var(--ink); }
.info-row dd b { font-weight: 800; color: var(--deep-blue); }
.info-sub { display: block; margin-top: 2px; font-size: clamp(12px, 3.1vw, 13px); color: #4a627a; }
.mock-map { width: 100%; aspect-ratio: 16 / 9; margin-top: 14px; }
.venue-map { display: block; width: 100%; aspect-ratio: 16 / 10; margin-top: 14px; border: 0; border-radius: 12px; box-shadow: 0 6px 16px rgba(7, 31, 58, 0.1); }

.cta-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  max-width: 420px;
  margin: clamp(20px, 4.5vw, 28px) auto 0;
  padding: 15px 20px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, var(--court-blue), var(--deep-blue));
  box-shadow: 0 12px 24px rgba(4, 79, 148, 0.3);
}
.cta-primary span:first-child { font-size: clamp(16px, 4.5vw, 19px); font-weight: 800; letter-spacing: 0.04em; }
.cta-note { font-size: clamp(11.5px, 3vw, 12.5px); font-weight: 700; opacity: 0.85; letter-spacing: 0.04em; }

.cta-notes { max-width: 460px; margin: 12px auto 0; padding: 0; list-style: none; }
.cta-notes li {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(12px, 3.1vw, 13px);
  line-height: 1.65;
  color: #4a627a;
}

/* ---- Course flow (full-course timeline) ---- */
.course-section { padding: clamp(44px, 8vh, 84px) 16px; background: linear-gradient(180deg, #ffffff 0%, #eaf4fd 100%); }
.course-intro { max-width: 32em; margin: 0 auto; text-align: center; font-size: clamp(15px, 4.1vw, 17px); line-height: 1.9; color: var(--ink); }
.course-intro b { font-weight: 800; color: var(--deep-blue); }
.course-price { margin: clamp(12px, 3vw, 18px) 0 clamp(24px, 5vw, 34px); text-align: center; font-size: clamp(28px, 7.6vw, 38px); font-weight: 900; letter-spacing: 0.03em; color: var(--court-blue); }
.course-price span { font-size: 0.5em; font-weight: 800; color: var(--ink); }

.course-eg-label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: clamp(12.5px, 3.2vw, 13.5px);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cs-headrow { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.cs-choose {
  flex: none;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: clamp(11.5px, 3vw, 12.5px);
  font-weight: 800;
  color: var(--court-blue);
  background: color-mix(in srgb, var(--court-blue) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--court-blue) 28%, #fff);
}
.course-step.is-tokuten .cs-choose {
  color: #b06e00;
  background: #fdf0d8;
  border-color: rgba(217, 138, 0, 0.35);
}
.cs-pick b { font-weight: 800; color: var(--deep-blue); }
.course-step.is-tokuten .cs-pick b { color: #b06e00; }

.course-flow { list-style: none; margin: 0; padding: 0; position: relative; }
.course-step { position: relative; display: flex; gap: 14px; padding-bottom: 18px; }
.course-step:last-child { padding-bottom: 0; }
.course-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 42px;
  bottom: -2px;
  width: 2px;
  background: rgba(8, 120, 201, 0.25);
  z-index: 0;
}
.cs-mark {
  flex: none;
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--court-blue);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(4, 79, 148, 0.28);
}
.cs-mark-t {
  width: auto;
  min-width: 38px;
  border-radius: 999px;
  padding: 0 12px;
  background: #d98a00;
  font-size: 12px;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 10px rgba(217, 138, 0, 0.3);
}
.cs-body {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(8, 120, 201, 0.16);
  box-shadow: 0 8px 18px rgba(7, 31, 58, 0.06);
}
.course-step.is-tokuten .cs-body { border-color: rgba(217, 138, 0, 0.4); background: #fffaf0; }
.mock-cs { flex: none; width: clamp(64px, 20vw, 84px); height: clamp(64px, 20vw, 84px); }
.cs-text { flex: 1; min-width: 0; }
.cs-text h3 { margin: 0; font-size: clamp(16px, 4.4vw, 19px); font-weight: 800; color: var(--deep-blue); }
.course-step.is-tokuten .cs-text h3 { color: #b06e00; }
.cs-text p { margin: 4px 0 0; font-size: clamp(14px, 3.7vw, 15px); line-height: 1.55; color: #3d576e; }
.cs-ex { display: block; margin-top: 2px; font-size: clamp(12.5px, 3.2vw, 13px); color: #4a627a; }
.cs-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 11px;
  border-radius: 999px;
  font-size: clamp(11.5px, 3vw, 12.5px);
  font-weight: 800;
  color: #b06e00;
  background: #fdf0d8;
  border: 1px solid rgba(217, 138, 0, 0.35);
}

/* ---- Keyframes ---- */
@keyframes copyIn {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes posterSettle {
  0% { transform: scale(0.965) rotate(-1deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes pieceFlyIn {
  0% { opacity: 0; transform: translateZ(770px); filter: blur(9px); }
  18% { opacity: 1; }
  100% { opacity: 1; transform: translateZ(0); filter: blur(0); }
}

@keyframes titleFlyIn {
  0% { opacity: 0; transform: translateZ(660px); filter: blur(8px); }
  20% { opacity: 1; }
  100% { opacity: 1; transform: translateZ(0); filter: blur(0); }
}

@keyframes kvRayBreathe {
  0%, 100% { opacity: 0.5; transform: rotate(-20deg) translateX(0); }
  50% { opacity: 0.95; transform: rotate(-20deg) translateX(1.5%); }
}

@keyframes parfaitFadeUp {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes cueFade {
  to { opacity: 1; }
}

@keyframes cue {
  0% { transform: translate(-50%, 0); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: translate(-50%, 20px); opacity: 0; }
}

/* ---- Responsive ---- */
@media (max-width: 820px) {
  .hero-stage {
    min-height: auto;
  }

  .hero-copy span {
    font-size: clamp(10px, 3.1vw, 13px);
  }

  .hero-copy strong {
    font-size: clamp(14px, 4.2vw, 18px);
  }

  .poster-wrap {
    width: min(72vw, 320px);
  }

  .parfait-row {
    gap: clamp(6px, 2vw, 14px);
  }

  .parfait-item {
    padding: 8px 5px 10px;
    gap: 6px;
    border-radius: 13px;
  }

  .parfait-thumb {
    height: clamp(72px, 17vw, 104px);
  }

  .parfait-name {
    font-size: clamp(12.5px, 3.6vw, 14px);
    letter-spacing: 0.06em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-copy,
  .poster-wrap,
  .poster-piece,
  .piece-title,
  .parfait,
  .scroll-cue {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .poster-wrap {
    filter: drop-shadow(0 26px 36px var(--shadow));
  }

  .kv-rays {
    opacity: 1;
  }

  .rays-beams {
    animation: none !important;
    opacity: 0.7;
  }

  .key-visual-section .kv-frame {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* ---- Review fixes: accessibility, CTAs, sticky bar ---- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.hero-cta {
  padding: clamp(22px, 5.5vw, 36px) 16px clamp(26px, 6vw, 40px);
  text-align: center;
  background: linear-gradient(180deg, #eaf4fd 0%, #ffffff 100%);
}
.hero-cta-info {
  max-width: 30em;
  margin: 0 auto clamp(14px, 3.4vw, 20px);
  font-size: clamp(14px, 3.9vw, 16px);
  line-height: 1.75;
  color: var(--ink);
}
.hero-cta-info b { font-weight: 800; color: var(--deep-blue); }
.hero-cta .cta-primary { margin-top: 0; }

.cta-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 0;
  padding: 11px 20px;
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-size: clamp(13.5px, 3.6vw, 15px);
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--deep-blue);
  background: #fff;
  border: 2px solid var(--court-blue);
  cursor: pointer;
}
.cta-sub-lg { padding: 14px 24px; font-size: clamp(14.5px, 4vw, 16px); }

.cta-primary.is-disabled,
.cta-sub.is-disabled {
  background: #dbe3ec;
  color: #7f93a7;
  border-color: #cdd8e2;
  box-shadow: none;
  cursor: not-allowed;
}
.cta-primary.is-disabled .cta-note { color: #7f93a7; opacity: 1; }

.reserve-section { padding: clamp(44px, 8vh, 84px) 16px; text-align: center; background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%); }
.online-section { padding: clamp(44px, 8vh, 84px) 16px; text-align: center; background: #ffffff; }
.reserve-lead { max-width: 30em; margin: 0 auto clamp(16px, 4vw, 24px); font-size: clamp(15px, 4.1vw, 17px); line-height: 1.9; color: var(--ink); }
.reserve-lead b { font-weight: 800; color: var(--deep-blue); }
.ph-note { margin: 14px 0 0; font-size: clamp(12px, 3.1vw, 13px); color: #4a627a; }

.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  display: flex;
  gap: 8px;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(8, 120, 201, 0.16);
  box-shadow: 0 -6px 18px rgba(7, 31, 58, 0.1);
}
.sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 10px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  font-size: clamp(13px, 3.7vw, 15px);
}
.sticky-rsv { flex: 1; color: #fff; background: linear-gradient(180deg, var(--court-blue), var(--deep-blue)); box-shadow: 0 6px 14px rgba(4, 79, 148, 0.3); }
.sticky-ec { flex: 1.35; color: var(--deep-blue); background: #fff; border: 2px solid var(--court-blue); }

body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }

.main-poster-fallback { opacity: 1; }
.js .main-poster-fallback { opacity: 0; }

/* ---- Edit mode (dev aid, active only with #edit) ---- */
.edit-mode { cursor: crosshair; }
.edit-mode body { padding-top: 44px; }
.em-banner {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px;
  padding: 8px 12px; background: #16304b; color: #fff;
  font-size: 12px; font-weight: 700;
}
.em-banner button {
  font: inherit; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 6px; cursor: pointer;
  border: 1px solid rgba(255,255,255,.4); background: #0878c9; color: #fff;
}
.em-banner button#emOff { background: transparent; }
.em-toast {
  position: fixed; left: 50%; bottom: 84px; transform: translateX(-50%);
  z-index: 101; max-width: 92vw;
  padding: 9px 15px; border-radius: 14px;
  background: #16304b; color: #fff; font-size: 12px; line-height: 1.5;
  opacity: 0; transition: opacity .2s; pointer-events: none;
}
.em-toast.show { opacity: .97; }
.edit-mode h1:hover, .edit-mode h2:hover, .edit-mode h3:hover, .edit-mode p:hover,
.edit-mode li:hover, .edit-mode figcaption:hover, .edit-mode .parfait-name:hover,
.edit-mode .sc-nm:hover, .edit-mode .sc-give-t:hover, .edit-mode .cs-badge:hover,
.edit-mode .cs-choose:hover, .edit-mode .info-row dd:hover, .edit-mode .member-tab:hover,
.edit-mode .cta-primary span:hover, .edit-mode .cta-sub:hover, .edit-mode .sticky-btn:hover,
.edit-mode .sec-en:hover, .edit-mode .course-price:hover {
  outline: 2px dashed #0878c9; outline-offset: 2px; background: rgba(8,120,201,.06);
}

/* ---- Lightbox (画像クリックで拡大＋説明) ---- */
.mock.has-img img[data-zoom] { cursor: zoom-in; }
.lb-overlay {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
  background: rgba(7, 20, 36, 0.74);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  animation: lbFade .18s ease;
}
.lb-overlay[hidden] { display: none; }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
html.lb-lock, html.lb-lock body { overflow: hidden; }
.lb-dialog {
  position: relative;
  width: min(92vw, 520px);
  max-height: 88vh;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  animation: lbPop .2s cubic-bezier(.2, .8, .2, 1);
}
@keyframes lbPop { from { transform: translateY(10px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.lb-scroll { max-height: 88vh; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.lb-img { display: block; width: 100%; height: auto; background: #eef4fa; }
.lb-cap { padding: 16px 18px 22px; }
.lb-kind { display: inline-block; font-size: clamp(11px, 3vw, 12px); font-weight: 800; letter-spacing: 0.08em; color: var(--court-blue); }
.lb-title { margin: 6px 0 0; font-size: clamp(18px, 5vw, 23px); font-weight: 900; line-height: 1.35; color: var(--deep-blue); }
.lb-price { display: inline-block; margin: 8px 0 0; font-size: clamp(16px, 4.6vw, 21px); font-weight: 900; color: var(--court-blue); }
.lb-desc { margin: 12px 0 0; font-size: clamp(14px, 3.9vw, 16px); line-height: 1.9; color: var(--ink); }
.lb-credit { display: block; margin: 14px 0 0; font-size: 11px; color: #8698a9; letter-spacing: 0.02em; }
.lb-close {
  position: absolute; top: 8px; right: 8px; z-index: 2;
  width: 42px; height: 42px; border: none; border-radius: 999px;
  background: rgba(255, 255, 255, 0.92); color: var(--ink);
  font-size: 26px; line-height: 1; cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}
.lb-close:hover { background: #fff; }
.lb-gallery { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 16px 0; }
.lb-gallery[hidden] { display: none; }
.lb-gprev, .lb-gnext { width: 46px; height: 46px; border: none; border-radius: 50%; background: #eef4fa; color: var(--deep-blue); font-size: 26px; font-weight: 900; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.lb-gprev:hover, .lb-gnext:hover { background: #dcebf7; }
.lb-gcount { min-width: 58px; text-align: center; font-size: 14px; font-weight: 800; color: var(--deep-blue); }
@media (prefers-reduced-motion: reduce) {
  .lb-overlay, .lb-dialog { animation: none; }
}

/* ---- 折り返し調整（スマホでの見出し孤立・不自然な改行を防ぐ） ---- */
.sec-ja, .sec-sub, .parfait-head-ja, .course-price, .sc-name, .lb-title, .cs-text h3 {
  text-wrap: balance;
  overflow-wrap: break-word;
}
.about-lead, .course-intro, .reserve-lead, .hero-cta-info, .sc-all-lead, .lb-desc, .cs-text p {
  text-wrap: pretty;
}

/* ---- ショーケース末尾：全ページ動線 ---- */
.showcase-more { display: flex; flex-direction: column; gap: 12px; margin-top: clamp(22px, 5vw, 34px); }
.more-btn {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 15px 18px; border-radius: 16px; text-decoration: none;
  background: #fff; border: 2px solid var(--court-blue); color: var(--deep-blue);
  box-shadow: 0 8px 20px rgba(4, 79, 148, 0.12);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.more-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(4, 79, 148, 0.2); }
.more-btn > span:first-child { font-size: clamp(15px, 4.2vw, 18px); font-weight: 900; letter-spacing: 0.02em; }
.more-sub { font-size: clamp(11.5px, 3vw, 13px); font-weight: 700; color: #4a627a; }
.online-more-btn { margin-top: clamp(12px, 3vw, 16px); }

/* ---- 日本語の改行品質（全ページ共通）: 文節優先の折り返し＋禁則強化。未対応ブラウザは自動フォールバック ---- */
.sec-ja, .sec-sub, .parfait-head-ja, .sc-name, .cs-text h3,
.cat-title, .cat-sec-ja, .cat-card-name,
.cb-title, .cb-step-title, .cb-sm-title, .cb-pv-name, .lb-title {
  word-break: auto-phrase;
}
.about-lead, .course-intro, .reserve-lead, .hero-cta-info, .sc-all-lead,
.sc-nm, .sc-cat, .sc-give-t, .sc-note, .sc-goodsnote, .cs-text p, .cs-pick, .info-row dd,
.cat-lead, .cat-sec-note, .cat-card-desc, .cat-note, .more-sub,
.cb-lead, .cb-pv-desc, .lb-desc {
  line-break: strict;
  word-break: auto-phrase;
}

/* ---- コース組み立て（LP最大の見どころ）を強調 ---- */
.course-sim {
  display: block; position: relative;
  max-width: 480px; margin: clamp(22px, 5vw, 32px) auto 0;
  padding: clamp(20px, 5vw, 26px) 20px 20px;
  border-radius: 20px; text-align: center; text-decoration: none;
  border: 3px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(120deg, var(--court-blue), #46c2ff 50%, var(--deep-blue)) border-box;
  box-shadow: 0 12px 28px rgba(4, 79, 148, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  animation: simGlow 2.6s ease-in-out infinite;
}
@keyframes simGlow {
  0%, 100% { box-shadow: 0 12px 28px rgba(4, 79, 148, 0.2), 0 0 0 0 rgba(8, 120, 201, 0.34); }
  50%      { box-shadow: 0 14px 32px rgba(4, 79, 148, 0.28), 0 0 0 7px rgba(8, 120, 201, 0.12); }
}
.course-sim:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(4, 79, 148, 0.3); }
.course-sim-badge {
  display: inline-block; margin-bottom: 12px;
  font-size: clamp(11px, 3vw, 12.5px); font-weight: 800; letter-spacing: 0.06em;
  color: #fff; background: linear-gradient(90deg, var(--court-blue), var(--deep-blue));
  padding: 5px 16px; border-radius: 999px; box-shadow: 0 4px 12px rgba(4, 79, 148, 0.28);
}
.course-sim-main {
  display: block; font-size: clamp(18px, 5vw, 22px); font-weight: 900; letter-spacing: 0.02em;
  line-height: 1.45; color: var(--deep-blue); text-wrap: balance;
}
.course-sim-sub { display: block; margin-top: 8px; font-size: clamp(12.5px, 3.5vw, 14px); font-weight: 800; color: var(--court-blue); }
@media (prefers-reduced-motion: reduce) { .course-sim { animation: none; } }

/* FAQリンク */
.faq-link-wrap { margin: 16px 0 0; text-align: center; }
.faq-link { display: inline-block; font-size: clamp(13px, 3.5vw, 14px); font-weight: 800; color: var(--court-blue); text-decoration: underline; text-underline-offset: 3px; }
.faq-link:hover { color: var(--deep-blue); }

/* 単品可否バッジ（メニューページ） */
.cat-avail, .cat-courseonly { display: inline-block; margin-top: 8px; font-size: clamp(12px, 3.2vw, 13px); font-weight: 800; padding: 4px 13px; border-radius: 999px; }
.cat-avail { color: #1a7d54; background: #e3f5ec; border: 1px solid rgba(29, 158, 117, 0.4); }
.cat-courseonly { color: #b06e00; background: #fdf0d8; border: 1px solid rgba(217, 138, 0, 0.4); }

/* オンラインストア 販売開始 表示 */
.onsale-badge { display: inline-flex; align-items: center; gap: 9px; margin: 0 auto clamp(14px, 3.4vw, 18px); padding: 9px 18px; border-radius: 999px; background: rgba(8, 120, 201, 0.07); border: 1px solid rgba(8, 120, 201, 0.24); color: var(--deep-blue); font-weight: 800; font-size: clamp(13px, 3.6vw, 15px); line-height: 1.35; }
.onsale-badge b { color: var(--court-blue); font-weight: 900; white-space: nowrap; }
.onsale-en { flex: none; font-size: 10.5px; font-weight: 900; letter-spacing: 0.1em; color: #fff; background: var(--court-blue); padding: 3px 8px; border-radius: 6px; }
.cta-sub-note { margin: 7px 0 0; font-size: 12.5px; font-weight: 700; color: #5b6b7a; letter-spacing: 0.02em; }
