/* =====================================================
   リユウアカデミー LP - style.css  v3.1
   Last updated: 2026-06-07
   ===================================================== */

:root {
  --red-main:   #C82835;
  --red-dark:   #A91F2B;
  --red-deeper: #8B1820;
  --red-light:  #FBECEE;
  --red-pale:   #FFF3F4;
  --cream:      #FFF9F7;
  --white:      #FFFFFF;
  --text-main:  #333333;
  --text-sub:   #666666;
  --border:     #F0D5D8;
  --shadow:     rgba(200,40,53,0.12);
  --radius-card:16px;
  --radius-btn: 50px;
  --tr:         0.3s ease;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body {
  font-family: 'Noto Sans JP','Hiragino Sans','Yu Gothic',sans-serif;
  color: var(--text-main);
  background: var(--white);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
  padding-bottom: 0; /* PC: フローティングCTAのため余白不要 */
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1,h2,h3,h4 { line-height: 1.4; font-weight: 700; }

/* ---------- Typography ---------- */
.section-en {
  display: block; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.22em; color: var(--red-main);
  text-transform: uppercase; margin-bottom: 0.6rem;
}
.section-title {
  font-size: clamp(1.5rem,3.5vw,2.3rem);
  font-weight: 900; color: var(--text-main); line-height: 1.45;
}
.section-title .accent { color: var(--red-main); }
.section-lead {
  font-size: clamp(0.88rem,1.8vw,1rem);
  color: var(--text-sub); margin-top: 0.9rem; line-height: 2;
}
.text-center { text-align: center; }

/* ---------- Layout ---------- */
.container { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }
.section-white { background: var(--white); }
.section-cream { background: var(--cream); }
.section-pale  { background: var(--red-pale); }

/* ---------- Scroll Animations ---------- */
.anim {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.75s cubic-bezier(0.22,1,0.36,1),
              transform 0.75s cubic-bezier(0.22,1,0.36,1);
}
.anim.visible { opacity: 1; transform: none; }

.anim-left {
  opacity: 0; transform: translateX(-56px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1),
              transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.anim-left.visible { opacity: 1; transform: none; }

.anim-right {
  opacity: 0; transform: translateX(56px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1),
              transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.anim-right.visible { opacity: 1; transform: none; }

.anim-scale {
  opacity: 0; transform: scale(0.88);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1),
              transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.anim-scale.visible { opacity: 1; transform: scale(1); }

.delay-1 { transition-delay: 0.10s !important; }
.delay-2 { transition-delay: 0.20s !important; }
.delay-3 { transition-delay: 0.30s !important; }
.delay-4 { transition-delay: 0.40s !important; }
.delay-5 { transition-delay: 0.50s !important; }
.delay-6 { transition-delay: 0.60s !important; }

/* ---------- HEADER ---------- */
.site-header {
  position: relative; /* 非追従：スクロールで流れる */
  z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border); padding: 14px 0;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; }

/* ロゴ：画像＋テキスト横並び */
.header-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.header-logo-img {
  height: 36px; width: auto; display: block;
  /* 白背景ロゴを透過させる */
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
}
.header-logo-text {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--red-main);
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
}
.header-cta-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--red-main); color: #fff;
  font-size: 0.8rem; font-weight: 700;
  padding: 11px 22px; border-radius: var(--radius-btn);
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.header-cta-btn:hover {
  background: var(--red-dark); transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(200,40,53,0.30);
}

/* ============================================================
   FV 本体
   ============================================================ */
.firstview {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: visible;
}
/* FV底部のフェード */
.firstview::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.0) 100%);
  z-index: 10;
  pointer-events: none;
}

/* ============================================================
   FV動画『透視』ルール
   - FV本体: 動画が視える
   - BADGES: z-index高いため動画は被りない
   - RESULTS: 半透明バックで動画を微妙に透かす
   - BADGES以降の通常セクション: 白背景 + z-indexで動画を場陷
   ============================================================ */
.fv-video-bg {
  position: fixed; inset: 0; z-index: -2;
  overflow: hidden;
}
.fv-video-bg video {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  object-fit: cover;
}
/* 暗転オーバーレイ */
.fv-overlay {
  position: fixed; inset: 0; z-index: -1;
  background: linear-gradient(
    160deg,
    rgba(30,5,8,0.68) 0%,
    rgba(168,31,43,0.45) 50%,
    rgba(20,5,8,0.72) 100%
  );
  pointer-events: none;
}

/* コンテンツ */
.fv-content {
  position: relative; z-index: 2;
  width: 100%; padding: 120px 0 140px;
  text-align: center;
}
.fv-content .container {
  display: flex; flex-direction: column; align-items: center;
}

.fv-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(8px);
  color: #fff; font-size: 0.74rem; font-weight: 700;
  padding: 7px 20px; border-radius: 24px;
  letter-spacing: 0.1em; margin-bottom: 2rem;
}
.fv-tag::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #ffcdd0; display: inline-block;
}

/* メインキャッチ */
.fv-main-catch {
  font-size: clamp(2.6rem,7vw,5.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
}
.fv-main-catch .dash {
  display: block;
  font-size: 0.45em;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0.3em;
}

/* サブコピー */
.fv-sub-copy {
  font-size: clamp(1rem,2.2vw,1.4rem);
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
  margin-bottom: 2.4rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

.fv-cta-group {
  display: flex; flex-direction: row; gap: 16px;
  align-items: center; justify-content: center; flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--red-main), var(--red-dark));
  color: #fff; font-size: 1rem; font-weight: 700;
  padding: 17px 38px; border-radius: var(--radius-btn);
  box-shadow: 0 8px 24px rgba(200,40,53,0.40);
  transition: all 0.3s ease; cursor: pointer; border: none;
  position: relative; overflow: hidden;
}
.btn-primary::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg,rgba(255,255,255,0.15),transparent);
  opacity: 0; transition: opacity 0.3s;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(200,40,53,0.50); }
.btn-primary:hover::after { opacity: 1; }

.btn-line {
  display: inline-flex; align-items: center; gap: 10px;
  background: #06C755; color: #fff;
  font-size: 1rem; font-weight: 700;
  padding: 17px 34px; border-radius: var(--radius-btn);
  box-shadow: 0 8px 24px rgba(6,199,85,0.35);
  transition: all 0.3s ease;
}
.btn-line:hover { background: #05b84d; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(6,199,85,0.45); }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--red-main);
  font-size: 0.9rem; font-weight: 600;
  padding: 13px 28px; border-radius: var(--radius-btn);
  border: 2px solid var(--red-main);
  transition: all 0.3s ease;
}
.btn-secondary:hover { background: var(--red-light); transform: translateY(-1px); }

.fv-note {
  font-size: 0.75rem; color: rgba(255,255,255,0.6);
  margin-top: 1rem;
}

/* SVGウェーブ */
.fv-wave {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  line-height: 0; pointer-events: none;
}
.fv-wave svg { display: block; width: 100%; }

/* FV タイトル（大見出し）*/
.fv-title {
  font-size: clamp(2rem, 6.5vw, 4.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.12em;
  margin-bottom: 1.4rem;
  text-shadow: 0 4px 28px rgba(0,0,0,0.5);
  font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', serif;
}
.fv-title-pc { display: inline; }
.fv-title-sp { display: none; }

.fv-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', serif;
  font-weight: 500;
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  line-height: 1.8;
  margin-bottom: 2.4rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

/* セクションタイトルPC/SP出し分け */
.section-title-pc { display: inline; }
.section-title-sp { display: none; }

/* ============================================================
   固定CTA (旧.fcta-btn-*は削除済み・新.fixed-ctaを使用)
   ============================================================ */

/* 入学金ブロック */
.pricing-entry-fee {
  background: #fff8f8;
  border: 1px solid var(--red-light);
  border-radius: 10px;
  padding: 16px 20px;
  margin: 12px 0 18px;
}
.entry-fee-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--red-main);
  margin-bottom: 8px;
}
.pricing-entry-fee ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pricing-entry-fee ul li {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.6;
}

/* サブキャッチコピー装飾 */
.fv-main-catch { font-size: clamp(2.6rem,7vw,5.2rem); font-weight: 900; color: #fff; line-height: 1.2; letter-spacing: 0.04em; margin-bottom: 1.4rem; text-shadow: 0 4px 24px rgba(0,0,0,0.45); }

/* ============================================================
   BADGES STRIP — FV直後の特徴帯
   背景: 半透明白でFV動画を透かす
   ボタン: 薄いピンク・黒文字・不透明
   ============================================================ */
.badges-strip {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-top: 1px solid rgba(255,255,255,0.30);
  border-bottom: 1px solid rgba(255,255,255,0.20);
  padding: 28px 0;
  position: relative;
  z-index: 5;
}
.badges-strip::before {
  content: none;
}
.badges-grid {
  display: flex; flex-wrap: wrap; gap: 10px 14px;
  justify-content: center; align-items: center;
}
.badge-item {
  display: flex; align-items: center; gap: 8px;
  background: #fff3f4;
  border: 1px solid #f0c0c5;
  border-radius: 40px; padding: 9px 20px;
  font-size: 0.82rem; font-weight: 600; color: #333333;
  white-space: nowrap; transition: all 0.3s ease;
}
.badge-item:hover { background: #ffe0e3; border-color: var(--red-main); transform: translateY(-2px); color: var(--red-dark); }

/* ============================================================
   FV動画「遮断壁」— 動画は FV + BADGES + RESULTS のみ透けさせる
   その他全セクション: 完全不透明背景 + transform で確実に遮断
   ============================================================ */
.problem-section,
.about-section,
.not-for-section,
.compare-section,
.curriculum-section,
.testimonials-section,
.big-results-section,
.pricing-section,
.flow-section,
.target-section,
.future-section,
.emotional-section,
.entry-section,
.site-footer {
  position: relative;
  isolation: isolate;
  z-index: 20;
  /* ★ transform により position:fixed の動画(z-index:-2)を確実に遮断 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* ============================================================
   SECTION 2: RESULTS — FV動画を『透かす』
   ============================================================ */
.results-section {
  position: relative;
  background: rgba(255,250,247,0.62); /* 半透明クリーム */
  padding: 96px 0;
  z-index: 5;
}

.results-header-img {
  width: 100%; max-width: 900px; margin: 0 auto 48px;
  border-radius: var(--radius-card); overflow: hidden;
  box-shadow: 0 16px 48px rgba(200,40,53,0.15); position: relative;
}
.results-header-img img { width: 100%; height: 300px; object-fit: cover; }
.results-header-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg,rgba(200,40,53,0.55) 0%,rgba(139,24,32,0.65) 100%);
}
.results-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  text-align: center; padding: 24px;
}
.results-header-overlay .section-en { color: rgba(255,255,255,0.8); }
.results-header-overlay .section-title { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.results-header-overlay .section-lead { color: rgba(255,255,255,0.9); }

.results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.result-card {
  background: #fff; border-radius: var(--radius-card); padding: 32px 26px;
  box-shadow: 0 4px 24px var(--shadow); border-top: 5px solid var(--red-main);
  position: relative; overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.result-card::before {
  content: ''; position: absolute; bottom: 0; right: 0;
  width: 100px; height: 100px;
  background: radial-gradient(circle at 100% 100%,rgba(200,40,53,0.06) 0%,transparent 70%);
}
.result-card:hover { transform: translateY(-6px); box-shadow: 0 16px 44px rgba(200,40,53,0.2); }
.result-card-label {
  font-size: 0.7rem; font-weight: 700; color: var(--red-main);
  background: var(--red-light); padding: 4px 12px;
  border-radius: 20px; display: inline-block; margin-bottom: 14px;
}
.result-card h3 { font-size: 0.9rem; color: var(--text-main); margin-bottom: 12px; line-height: 1.6; }
.result-card .big-number {
  font-size: clamp(1.6rem,3.5vw,2.2rem); font-weight: 900;
  color: var(--red-main); line-height: 1.1; margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
.result-card p { font-size: 0.82rem; color: var(--text-sub); line-height: 1.8; }

.results-mini-grid {
  display: flex; flex-wrap: wrap; gap: 10px 14px;
  margin-top: 40px; justify-content: center;
}
.mini-result {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--border);
  border-radius: 40px; padding: 9px 18px;
  font-size: 0.82rem; font-weight: 500; color: var(--text-main);
  transition: all 0.3s ease;
}
.mini-result::before { content: '✦'; color: var(--red-main); font-size: 0.65rem; }
.mini-result:hover { background: var(--red-pale); border-color: var(--red-main); }
.result-note {
  text-align: center; font-size: 0.74rem; color: var(--text-sub);
  margin-top: 24px; padding: 10px 20px;
  background: var(--red-pale); border-radius: 8px; display: inline-block;
}

/* ============================================================
/* ============================================================
   SECTION 3: EMPATHY / PROBLEM
   ============================================================ */
.problem-section { position: relative; background: #fff; padding: 96px 0; }

.ideal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 40px; }
.ideal-card {
  background: #fff; border-radius: 14px; padding: 22px 20px;
  border-left: 5px solid var(--red-main);
  box-shadow: 0 4px 20px var(--shadow);
  display: flex; align-items: flex-start; gap: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ideal-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(200,40,53,0.16); }
.ideal-card span { font-size: 0.92rem; font-weight: 600; color: var(--text-main); line-height: 1.6; }

/* PROBLEM 画像バンド */
.reality-band { position: relative; margin: 56px 0; overflow: hidden; border-radius: 20px; }
.reality-band-bg { width: 100%; height: 360px; object-fit: cover; display: block; filter: brightness(0.6) saturate(0.9); }
.reality-band-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.38) 50%, rgba(0,0,0,0.55) 100%);
  display: flex; align-items: center; justify-content: center;
  padding: 0;
}
.reality-band-inner { text-align: center; padding: 0 24px; color: #fff; }
.reality-band-inner h3 {
  font-size: clamp(1.4rem,3vw,2rem); font-weight: 700; margin-bottom: 14px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.9), 0 4px 32px rgba(0,0,0,0.7);
  font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', serif;
  letter-spacing: 0.06em;
}
.reality-band-inner p {
  font-size: 1rem; opacity: 1; line-height: 2;
  text-shadow: 0 2px 12px rgba(0,0,0,0.95), 0 4px 24px rgba(0,0,0,0.8);
  font-weight: 600;
  font-family: 'Noto Serif JP', '游明朝', 'YuMincho', 'Hiragino Mincho ProN', serif;
}

/* PROBLEM: 画像以下トンマナ — 暗めグレー・悲しい雰囲気 */
.trouble-list {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 36px;
  padding: 32px; background: #2c2c2c; border-radius: 16px;
}
.trouble-item {
  background: #3a3a3a; border-radius: 12px; padding: 16px 18px;
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.88rem; color: #bbb; line-height: 1.7;
  border: 1px solid #4a4a4a;
  transition: all 0.3s ease;
}
.trouble-item:hover { background: #444; border-color: #777; color: #ddd; }
.trouble-item::before { content: '✗'; color: #e06070; font-weight: 700; flex-shrink: 0; margin-top: 2px; }

/* 共感コピーも暗めトーン */
.empathy-copy {
  margin-top: 44px; padding: 36px 40px;
  background: #242424; border-radius: 20px;
  line-height: 2.1; font-size: 0.95rem;
  color: #bbb;
}
.empathy-copy strong { color: #e06070; }

.problem-redefine { margin-top: 44px; text-align: center; }
.big-claim { font-size: clamp(1.2rem,2.8vw,1.7rem); font-weight: 900; color: var(--text-main); line-height: 1.6; }
.big-claim .red { color: var(--red-main); }

.love-reason-box {
  background: linear-gradient(135deg,#fff,var(--red-pale));
  border: 2px solid var(--red-main); border-radius: 20px;
  padding: 48px 44px 40px; margin-top: 36px; text-align: center;
  position: relative; overflow: hidden;
}
.love-reason-box::before {
  content: '"愛される理由"';
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--red-main); color: #fff;
  font-size: 0.78rem; font-weight: 700;
  padding: 5px 18px; border-radius: 20px; white-space: nowrap;
}
.love-reason-box h3 { font-size: clamp(1rem,2.2vw,1.3rem); color: var(--red-main); margin-bottom: 14px; }
.love-reason-box p { font-size: 0.9rem; color: #555; line-height: 1.9; }
.love-reason-items { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
.love-reason-tag {
  background: var(--red-main); color: #fff;
  font-size: 0.8rem; font-weight: 600; padding: 8px 18px; border-radius: 24px;
  transition: background 0.3s, transform 0.3s;
}
.love-reason-tag:hover { background: var(--red-dark); transform: scale(1.05); }

.section-closing {
  margin-top: 40px; padding: 36px; background: #fff; border-radius: 20px;
  border: 1px solid var(--border); text-align: center; font-size: 0.95rem; line-height: 2.1;
}
.section-closing strong { color: var(--red-main); }

/* ============================================================
   SECTION ABOUT (FOR YOU前)
   ============================================================ */
.about-section { position: relative; background: var(--cream); padding: 96px 0; }

.about-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; align-items: start; }
.about-grid-reverse { grid-template-columns: 1.5fr 1fr; }
.about-img-wrap { position: relative; }
.about-img { width: 100%; border-radius: 20px; box-shadow: 0 16px 48px rgba(200,40,53,0.16); object-fit: cover; aspect-ratio: 3/4; }
.about-img-wrap::after {
  content: ''; position: absolute; bottom: -16px; right: -16px;
  width: 100%; height: 100%; border-radius: 20px;
  border: 2px solid rgba(200,40,53,0.2); z-index: -1;
}
.about-content h3 {
  font-size: 1.05rem; font-weight: 800; color: var(--red-main);
  margin-bottom: 12px; margin-top: 28px;
  padding-left: 14px; border-left: 4px solid var(--red-main);
}
.about-content h3:first-child { margin-top: 0; }
.about-content p { font-size: 0.88rem; color: var(--text-main); line-height: 2; margin-bottom: 8px; }
.company-profile { margin-top: 44px; padding: 32px; background: #fff; border-radius: 20px; border: 1px solid var(--border); }
.company-profile h3 { font-size: 0.9rem; font-weight: 800; color: var(--red-main); margin-bottom: 16px; }
.cp-row { display: flex; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 0.84rem; }
.cp-row:last-child { border-bottom: none; }
.cp-label { width: 110px; flex-shrink: 0; font-weight: 700; }
.cp-val { color: var(--text-sub); }

/* ============================================================
   SECTION 4: NOT FOR YOU
   ============================================================ */
.not-for-section { position: relative; background: var(--red-pale); padding: 96px 0; }
.not-for-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle,rgba(200,40,53,0.06) 1px,transparent 1px);
  background-size: 28px 28px;
}
.not-for-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 44px; }
.not-for-card { border-radius: 20px; padding: 32px; }
.not-for-card.no  { background: linear-gradient(145deg,#fff2f2,var(--red-pale)); border: 2px solid var(--red-main); }
.not-for-card.yes { background: #fff; border: 1.5px solid #f0b8be; }
.not-for-card h3 {
  font-size: 0.95rem; font-weight: 800; margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 12px; border-bottom: 2px dashed;
}
.not-for-card.no  h3 { border-color: var(--red-main); }
.not-for-card.yes h3 { border-color: #f0b8be; }
.badge-no  { background: #e53e3e; color: #fff; font-size: 0.68rem; padding: 3px 9px; border-radius: 10px; }
.badge-yes { background: var(--red-main); color: #fff; font-size: 0.68rem; padding: 3px 9px; border-radius: 10px; }
.not-for-card ul li {
  padding: 9px 0; border-bottom: 1px solid rgba(200,40,53,0.08);
  font-size: 0.88rem; display: flex; gap: 8px; align-items: flex-start; line-height: 1.6;
}
.not-for-card ul li:last-child { border-bottom: none; }
.not-for-card.no  ul li::before { content: '✗'; color: var(--red-main); font-weight: 700; flex-shrink: 0; }
.not-for-card.yes ul li::before { content: '✓'; color: #e53e3e; flex-shrink: 0; }

/* ============================================================
   SECTION 5: COMPARE
   ============================================================ */
.compare-section { position: relative; background: #fff; padding: 96px 0; }
.compare-wrap {
  overflow-x: auto; margin-top: 44px;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px; box-shadow: 0 8px 36px var(--shadow);
}
.compare-table { width: 100%; min-width: 660px; border-collapse: collapse; font-size: 0.85rem; }
.compare-table th, .compare-table td { padding: 14px 18px; text-align: center; vertical-align: middle; border: 1px solid var(--border); }
/* COMPARE: リユウ列を明るく、他列を暗く */
.compare-table thead tr { background: var(--red-deeper); color: #fff; }
.compare-table thead th.highlight-col { background: var(--red-main); font-size: 0.96rem; color: #fff; }
.compare-table td.highlight-col { background: #FFF0F1; font-weight: 700; color: var(--red-main); border-left: 3px solid var(--red-main); border-right: 3px solid var(--red-main); }
.compare-table td.label-col { text-align: left; font-weight: 600; background: var(--cream); }
.check    { color: var(--red-main); font-weight: 700; font-size: 1rem; }
.triangle { color: #e8a000; }
.cross    { color: #bbb; }
.compare-conclusion {
  margin-top: 36px; padding: 32px;
  background: linear-gradient(135deg,var(--red-main),var(--red-dark));
  color: #fff; border-radius: 20px; text-align: center;
  font-size: clamp(0.9rem,1.8vw,1.05rem); line-height: 2;
  position: relative; overflow: hidden;
}
.compare-conclusion::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.compare-conclusion strong { font-size: 1.05em; }

/* CURRICULUM: 背景画像なし（シンプルなクリーム背景） */
.curriculum-section {
  position: relative;
  background: var(--cream);
  padding: 96px 0;
  overflow: hidden;
}
.curriculum-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; position: relative; z-index: 1; }
.curriculum-section .container { position: relative; z-index: 1; }
.curriculum-card {
  background: #fff; border-radius: 20px; padding: 28px 24px;
  box-shadow: 0 6px 24px var(--shadow); position: relative; overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease; border-top: 5px solid var(--red-main);
}
.curriculum-card:hover { transform: translateY(-6px); box-shadow: 0 16px 44px rgba(200,40,53,0.18); }
.curriculum-card.special { background: linear-gradient(145deg,var(--red-pale),#fff); border-top-color: transparent; }
/* CURRICULUM 数字色 — 元のデザイン通り（赤でやや薄め） */
.curr-number { font-size: 3rem; font-weight: 900; color: #E05060; line-height: 1; margin-bottom: 10px; }
/* 右端「5」開募番号 */
.curriculum-section > .bg-num { display: none; }
.curriculum-card h3 { font-size: 1rem; font-weight: 800; color: var(--red-main); margin-bottom: 10px; }
.curriculum-card p { font-size: 0.82rem; color: var(--text-sub); line-height: 1.85; }
.provide-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.provide-item {
  display: flex; align-items: center; gap: 7px;
  background: #fff; border: 1.5px solid var(--red-main);
  color: var(--red-main); font-size: 0.78rem; font-weight: 600;
  padding: 7px 14px; border-radius: 28px; transition: all 0.3s ease;
}
.provide-item:hover { background: var(--red-main); color: #fff; transform: scale(1.04); }

/* ============================================================
   SECTION 7: TESTIMONIALS
   ============================================================ */
.testimonials-section { position: relative; background: #fff; padding: 96px 0; overflow: hidden; }
.testimonials-section::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C82835' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 44px; position: relative; }
.testimonial-card {
  background: #fff; border-radius: 20px; padding: 30px 26px;
  box-shadow: 0 6px 28px var(--shadow); position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease; border: 1px solid var(--border);
}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 16px 44px rgba(200,40,53,0.16); }
.testimonial-card::before { content: '"'; font-size: 4.5rem; color: var(--red-light); line-height: 0.8; display: block; margin-bottom: 10px; font-family: Georgia,serif; }
.test-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.test-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border); flex-shrink: 0; }
.test-info strong { display: block; font-size: 0.88rem; font-weight: 700; }
.test-info span   { font-size: 0.74rem; color: var(--text-sub); }
.test-before { font-size: 0.8rem; color: var(--text-sub); margin-bottom: 12px; padding: 9px 13px; background: var(--cream); border-radius: 8px; }
.test-before strong { color: var(--text-main); }
.test-after { font-size: 0.88rem; color: var(--text-main); line-height: 1.85; }
.test-after .highlight { color: var(--red-main); font-weight: 700; }
.test-note { font-size: 0.7rem; color: var(--text-sub); margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--border); }
.testimonials-disclaimer { text-align: center; margin-top: 28px; font-size: 0.76rem; color: var(--text-sub); background: var(--red-pale); padding: 12px 22px; border-radius: 10px; display: inline-block; }

/* ============================================================
   SECTION 8: BIG RESULTS
   ============================================================ */
.big-results-section { position: relative; padding: 96px 0; background: var(--red-pale); }
.big-results-hero { position: relative; border-radius: 24px; overflow: hidden; margin-bottom: 56px; height: 300px; }
.big-results-hero img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.3); }
.big-results-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg,rgba(168,31,43,0.7),rgba(50,10,15,0.65));
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; text-align: center; padding: 24px;
}
.big-results-hero-overlay .section-title { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.4); }
.big-results-hero-overlay .section-lead  { color: rgba(255,255,255,0.9); }
.big-results-hero-overlay .section-en    { color: rgba(255,255,255,0.75); }
.big-results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.big-result-cat { background: #fff; border-radius: 20px; padding: 26px 22px; box-shadow: 0 4px 22px var(--shadow); transition: transform 0.3s ease; }
.big-result-cat:hover { transform: translateY(-4px); }
.big-result-cat-title { font-size: 0.76rem; font-weight: 700; color: #fff; background: var(--red-main); padding: 6px 14px; border-radius: 20px; display: inline-block; margin-bottom: 16px; }
.big-result-cat ul li { display: flex; gap: 8px; align-items: flex-start; font-size: 0.86rem; color: var(--text-main); padding: 9px 0; border-bottom: 1px solid var(--border); line-height: 1.65; }
.big-result-cat ul li:last-child { border-bottom: none; }
.big-result-cat ul li::before { content: '◆'; color: var(--red-main); font-size: 0.62rem; flex-shrink: 0; margin-top: 5px; }
.results-supplement { margin-top: 40px; padding: 32px 36px; background: #fff; border-radius: 20px; font-size: 0.93rem; line-height: 2.1; box-shadow: 0 4px 18px var(--shadow); }
.results-supplement strong { color: var(--red-main); font-size: 1.05em; }

/* ============================================================
   SECTION 9: PRICING
   ============================================================ */
.pricing-section { position: relative; background: #fff; padding: 96px 0; }
.pricing-row { display: grid; grid-template-columns: 3fr 2fr; gap: 28px; margin-top: 44px; align-items: start; }
.pricing-card {
  background: #fff; border-radius: 20px; padding: 40px 36px;
  box-shadow: 0 8px 36px var(--shadow); border-top: 6px solid var(--red-main);
  position: relative; overflow: hidden;
}
.pricing-card::after {
  content: ''; position: absolute; bottom: -40px; right: -40px;
  width: 180px; height: 180px; border-radius: 50%;
  background: radial-gradient(circle,var(--red-pale),transparent 70%);
}
.pricing-card .plan-name { font-size: 0.78rem; font-weight: 700; color: var(--text-sub); letter-spacing: 0.12em; margin-bottom: 10px; }
.price-big { font-size: clamp(2.2rem,5vw,3.2rem); font-weight: 900; color: var(--red-main); line-height: 1; }
.price-big span { font-size: 1rem; font-weight: 600; color: var(--text-sub); }
.price-note { font-size: 0.76rem; color: var(--text-sub); margin-top: 6px; margin-bottom: 16px; }
.pricing-entry-fee {
  background: var(--red-pale); border: 1px solid var(--border);
  border-radius: 12px; padding: 14px 16px; margin-bottom: 20px;
}
.pricing-entry-fee .ef-title { font-size: 0.82rem; font-weight: 700; color: var(--text-main); margin-bottom: 8px; }
.pricing-entry-fee ul li {
  font-size: 0.78rem; color: var(--text-sub); display: flex; gap: 6px;
  padding: 3px 0; align-items: flex-start;
}
.pricing-entry-fee ul li::before { content: '◻'; color: var(--red-main); flex-shrink: 0; font-size: 0.7rem; margin-top: 3px; }
.pricing-includes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.pricing-includes li { display: flex; gap: 7px; align-items: flex-start; font-size: 0.83rem; line-height: 1.65; }
.pricing-includes li::before { content: '✓'; color: var(--red-main); font-weight: 700; flex-shrink: 0; }
.shot-card { background: #fff; border-radius: 20px; padding: 28px 24px; box-shadow: 0 4px 20px var(--shadow); }
.shot-card h3 { font-size: 0.98rem; font-weight: 700; margin-bottom: 18px; }
.shot-option { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--border); }
.shot-option:last-of-type { border-bottom: none; }
.shot-option .s-label { font-size: 0.88rem; font-weight: 600; }
.shot-option .s-price { font-size: 1.15rem; font-weight: 800; color: var(--red-main); }
.shot-desc { margin-top: 14px; font-size: 0.8rem; color: var(--text-sub); line-height: 1.8; background: var(--cream); padding: 13px; border-radius: 10px; }
.compare-cta-note { margin-top: 30px; padding: 24px 28px; background: linear-gradient(135deg,var(--red-main),var(--red-dark)); color: #fff; border-radius: 20px; font-size: 0.88rem; line-height: 1.9; text-align: center; }
.compare-cta-note strong { font-size: 1.05em; }
.nonmember-pricing { margin-top: 18px; padding: 22px; background: var(--cream); border-radius: 14px; border: 1px solid var(--border); }
.nonmember-pricing h4 { font-size: 0.86rem; font-weight: 700; margin-bottom: 12px; }
.nm-row { display: flex; justify-content: space-between; font-size: 0.8rem; padding: 7px 0; border-bottom: 1px solid var(--border); }
.nm-row:last-child { border-bottom: none; }
.nm-row .nm-price { color: var(--red-main); font-weight: 600; }
.curriculum-table-wrap { overflow-x: auto; margin-top: 36px; border-radius: 16px; box-shadow: 0 4px 20px var(--shadow); }
.curriculum-table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 0.84rem; }
.curriculum-table th { background: var(--red-main); color: #fff; padding: 13px 16px; text-align: center; font-weight: 700; }
.curriculum-table td { padding: 13px 16px; text-align: center; border-bottom: 1px solid var(--border); vertical-align: middle; }
.curriculum-table td:first-child { font-weight: 700; color: var(--red-main); }
.curriculum-table td.goal-col { color: var(--text-sub); font-size: 0.8rem; text-align: left; }
.curriculum-table tr:last-child td { border-bottom: none; }
.curriculum-table tr:nth-child(even) { background: var(--cream); }

/* ============================================================
   SECTION 10: FLOW
   ============================================================ */
.flow-section { position: relative; background: var(--cream); padding: 96px 0; }
.flow-steps { display: flex; flex-direction: column; position: relative; margin-top: 44px; }
.flow-steps::before { content: ''; position: absolute; left: 35px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom,var(--red-main),var(--red-light)); }
.flow-step { display: flex; gap: 22px; align-items: flex-start; padding: 16px 0; }
.flow-step-num { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg,var(--red-main),var(--red-dark)); color: #fff; font-weight: 900; font-size: 0.62rem; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; z-index: 1; box-shadow: 0 6px 18px rgba(200,40,53,0.30); }
.step-label { font-size: 0.58rem; letter-spacing: 0.05em; opacity: 0.8; }
.step-n { font-size: 1.4rem; font-weight: 900; line-height: 1; }
.flow-step-body { background: #fff; border-radius: 16px; padding: 22px 26px; box-shadow: 0 2px 14px var(--shadow); flex: 1; margin-left: 8px; }
.flow-step-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.flow-step-body p { font-size: 0.85rem; color: var(--text-sub); line-height: 1.8; }
.flow-point-badge { margin-top: 30px; padding: 18px 26px; background: linear-gradient(135deg,var(--red-main),var(--red-dark)); color: #fff; border-radius: 16px; font-size: 0.95rem; font-weight: 700; text-align: center; }
.flow-reassure { margin-top: 22px; padding: 22px; background: #fff; border-radius: 14px; font-size: 0.88rem; color: var(--text-sub); text-align: center; line-height: 1.9; }
.flow-reassure strong { color: var(--red-main); }

/* ============================================================
   SECTION 11: TARGET
   ============================================================ */
.target-section { position: relative; background: #fff; padding: 96px 0; }
.target-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(200,40,53,0.04) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(200,40,53,0.04) 1px,transparent 1px);
  background-size: 40px 40px;
}
.target-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 48px; position: relative; }
.target-intro-img { border-radius: 20px; overflow: hidden; box-shadow: 0 16px 48px rgba(200,40,53,0.15); height: 320px; }
.target-intro-img img { width: 100%; height: 100%; object-fit: cover; }
.target-intro-copy h3 { font-size: clamp(1.1rem,2.5vw,1.5rem); font-weight: 900; margin-bottom: 14px; }
.target-intro-copy p { font-size: 0.9rem; color: var(--text-sub); line-height: 2; }
.target-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 36px; position: relative; }
.target-col h3 { font-size: 0.88rem; font-weight: 700; color: var(--red-main); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--red-main); }
.target-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.target-tag { display: flex; align-items: center; gap: 6px; background: #fff; border: 1.5px solid var(--border); border-radius: 24px; padding: 7px 15px; font-size: 0.82rem; font-weight: 500; transition: all 0.3s ease; }
.target-tag:hover { border-color: var(--red-main); background: var(--red-pale); color: var(--red-main); transform: translateY(-2px); }
.target-tag::before { content: '✿'; font-size: 0.68rem; color: var(--red-main); }
.phase-tags .target-tag::before { content: '◎'; }
.target-flow { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.tf-item { background: var(--red-main); color: #fff; font-size: 0.82rem; font-weight: 700; padding: 7px 16px; border-radius: 22px; }
.tf-arrow { color: var(--red-main); font-size: 1rem; }

/* ============================================================
   SECTION 12: YOUR FUTURE — 固定動画完全遮断（書き直し）
   transform:translateZ(0) で確実に新スタッキングコンテキストを生成
   position:fixed の動画(z-index:-2)が絶対に透けない設計
   ============================================================ */
.future-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  /* ★ transform で新スタッキングコンテキストを強制生成 — fixed動画を完全遮断 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  /* 完全不透明クリーム背景 */
  background: #fff8f5;
  isolation: isolate;
  z-index: 20;
}
/* 装飾背景画像（固定動画とは無関係の内部要素） */
.future-section .future-bg-img {
  position: absolute; inset: 0;
  background-attachment: scroll; background-position: center; background-size: cover;
  opacity: 0.06; pointer-events: none; z-index: 0;
}
/* 完全不透明オーバーレイ — 背景画像の上に被せ動画の最終防壁 */
.future-section::before {
  content: ''; position: absolute; inset: 0;
  background: #fff8f5;
  pointer-events: none; z-index: 1;
}
.future-section .container { position: relative; z-index: 2; }

/* Before/After グリッド — 矢印を各行と完全高さ一致させる */
.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 52px 1fr;
  gap: 0 10px;
  margin-top: 44px;
  align-items: start;
}
.ba-col { display: flex; flex-direction: column; gap: 10px; }
/* 矢印列: ラベルの高さ(34px+6px margin)分だけ上パディングして行を揃える */
.ba-arrow-col {
  display: flex; flex-direction: column;
  gap: 10px;
  padding-top: 50px;
  align-items: center;
}
/* 矢印ボタン: ba-itemと同じ高さ(min-height:52px)に固定 */
.ba-arrow-item {
  width: 38px;
  min-height: 52px;
  height: 52px;
  background: var(--red-main); color: #fff;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; flex-shrink: 0;
  transition: transform 0.3s ease;
}
.ba-arrow-item:hover { transform: scale(1.1); }
.ba-label {
  text-align: center; font-size: 0.78rem; font-weight: 800;
  padding: 7px 22px; border-radius: 20px;
  margin-bottom: 10px;
  min-height: 34px;
  display: flex; align-items: center; justify-content: center;
}
.ba-label.before { background: #ffe0e3; color: #c82835; }
.ba-label.after  { background: var(--red-main); color: #fff; }
/* ba-item: 各行を同じ高さにそろえる */
.ba-item {
  border-radius: 10px; padding: 14px 16px;
  font-size: 0.85rem; line-height: 1.65;
  min-height: 52px; display: flex; align-items: center;
}
.ba-item.before { background: #ffe8ea; border-left: 3px solid #f5a0a8; color: #8b3040; }
.ba-item.after  { background: #ffffff; border-left: 3px solid var(--red-main); color: var(--text-main); }
.ideal-closing { margin-top: 44px; text-align: center; padding: 36px; background: #ffffff; border-radius: 20px; box-shadow: 0 6px 30px var(--shadow); }
.ideal-closing p { font-size: clamp(0.95rem,2vw,1.1rem); line-height: 2; }
.ideal-closing strong { color: var(--red-main); }

/* ============================================================
   SECTION 13: EMOTIONAL CLOSE
   ============================================================ */
.emotional-section { position: relative; background: var(--cream); padding: 96px 0; }
.emotional-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.emotional-img { border-radius: 20px; overflow: hidden; box-shadow: 0 16px 52px rgba(200,40,53,0.18); height: 440px; position: relative; }
.emotional-img img { width: 100%; height: 100%; object-fit: cover; }
.emotional-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(168,31,43,0.25) 100%); }
.emotional-content h2 { font-size: clamp(1.4rem,3vw,2.1rem); font-weight: 900; margin-bottom: 20px; }
.emotional-content h2 .accent { color: var(--red-main); }
.emotional-content p { font-size: clamp(0.88rem,1.7vw,0.97rem); line-height: 2.1; margin-bottom: 16px; }
.emotional-content strong { color: var(--red-main); }

/* ============================================================
   SECTION 15: ENTRY
   ============================================================ */
.entry-section {
  position: relative; overflow: hidden;
  background: linear-gradient(145deg,var(--red-main) 0%,var(--red-dark) 55%,var(--red-deeper) 100%);
  padding: 96px 0;
}
.entry-section::before,
.entry-section::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; }
.entry-section::before { width: 600px; height: 600px; top: -200px; left: -180px; background: rgba(255,255,255,0.04); animation: floatBlob 12s ease-in-out infinite; }
.entry-section::after  { width: 400px; height: 400px; bottom: -150px; right: -100px; background: rgba(255,255,255,0.05); animation: floatBlob 9s ease-in-out infinite reverse; }
@keyframes floatBlob { 0%,100% { transform:translate(0,0) scale(1); } 33% { transform:translate(20px,-20px) scale(1.04); } 66% { transform:translate(-15px,10px) scale(0.97); } }
.entry-section .section-title { color: #fff; }
.entry-section .section-lead  { color: rgba(255,255,255,0.88); }
.entry-section .section-en    { color: rgba(255,255,255,0.65); }
.entry-cards { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 44px; }
.entry-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1.5px solid rgba(255,255,255,0.22); border-radius: 18px; padding: 26px 28px; min-width: 230px; max-width: 280px; color: #fff; transition: all 0.3s ease; }
.entry-card:hover { background: rgba(255,255,255,0.18); transform: translateY(-4px); }
.entry-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.entry-card p  { font-size: 0.82rem; opacity: 0.88; line-height: 1.8; }
.entry-btn-group { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.btn-entry-main { display: inline-flex; align-items: center; gap: 11px; background: #fff; color: var(--red-main); font-size: 1.05rem; font-weight: 800; padding: 20px 46px; border-radius: var(--radius-btn); box-shadow: 0 10px 30px rgba(0,0,0,0.22); transition: all 0.3s ease; }
.btn-entry-main:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.28); background: var(--cream); }
.btn-entry-line { display: inline-flex; align-items: center; gap: 11px; background: #06C755; color: #fff; font-size: 1rem; font-weight: 700; padding: 20px 38px; border-radius: var(--radius-btn); box-shadow: 0 8px 24px rgba(0,0,0,0.2); transition: all 0.3s ease; }
.btn-entry-line:hover { transform: translateY(-2px); background: #05b84d; box-shadow: 0 14px 32px rgba(0,0,0,0.26); }
.entry-disclaimer { margin-top: 28px; font-size: 0.74rem; color: rgba(255,255,255,0.6); }

/* ============================================================
   FOOTER — 固定動画完全遮断
   ============================================================ */
.site-footer {
  background: #1a1a1a;
  color: #ccc;
  padding: 64px 0 40px;
  /* ★ transform で新スタッキングコンテキストを強制生成 — fixed動画を完全遮断 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  isolation: isolate;
  z-index: 20;
  position: relative;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; margin-bottom: 40px; }
.footer-brand h2 { font-size: 1.1rem; color: #fff; margin-bottom: 10px; }
.footer-brand p  { font-size: 0.8rem; line-height: 1.9; color: #aaa; }
.footer-col h3   { font-size: 0.82rem; font-weight: 700; color: #fff; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid #333; }
.footer-col p    { font-size: 0.79rem; color: #aaa; line-height: 1.85; }
.footer-col ul li { padding: 4px 0; font-size: 0.79rem; }
.footer-col ul li a { color: #aaa; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--red-light); }
.footer-bottom { border-top: 1px solid #333; padding-top: 24px; text-align: center; font-size: 0.74rem; color: #555; }
.footer-disclaimer { font-size: 0.71rem; color: #444; margin-bottom: 8px; }

/* ============================================================
   固定CTA (.fixed-cta) — ゼロベース
   PC  : 右下フローティング 360×68px
   SP  : 画面下部 100%幅 + safe-area
   ============================================================ */

/* ---- Shine: 左から右へ光の筋 ---- */
@keyframes ctaShine {
  0%   { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

/* ---- 共通ベース ---- */
.fixed-cta {
  /* レイアウト */
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  overflow: hidden;

  /* テキスト */
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
  white-space: nowrap;

  /* 表示制御 */
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease,
              box-shadow 0.3s ease;
}
.fixed-cta.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Shine 疑似要素（光の筋） */
.fixed-cta::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  width: 40%;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255,255,255,0.22) 50%,
    transparent 100%
  );
  transform: translateX(-120%);
  pointer-events: none;
}
.fixed-cta.shine::before {
  animation: ctaShine 0.75s cubic-bezier(0.4,0,0.2,1) forwards;
}

.fixed-cta .fcta-arrow {
  font-size: 1rem;
  opacity: 0.9;
  font-style: normal;
}

/* ---- PC: 右下フローティング ---- */
@media (min-width: 769px) {
  .fixed-cta {
    bottom: 28px;
    right: 28px;
    width: 360px;
    height: 68px;
    border-radius: 14px;
    background: linear-gradient(135deg,
      rgba(200,40,53,0.88) 0%,
      rgba(185,30,44,0.88) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
      0 4px 20px rgba(200,40,53,0.28),
      0 1px 6px rgba(0,0,0,0.14);
  }
  .fixed-cta.hidden {
    transform: translateY(16px);
  }
  .fixed-cta:not(.hidden):hover {
    transform: translateY(-4px);
    box-shadow:
      0 10px 28px rgba(200,40,53,0.36),
      0 2px 8px rgba(0,0,0,0.18);
    background: linear-gradient(135deg,
      rgba(185,30,44,0.93) 0%,
      rgba(165,22,36,0.93) 100%);
  }
}

/* ---- SP: 下部全幅 ---- */
@media (max-width: 768px) {
  .fixed-cta {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 56px;
    padding: 14px 20px;
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0));
    border-radius: 16px 16px 0 0;
    background: linear-gradient(135deg,
      rgba(200,40,53,0.90) 0%,
      rgba(185,30,44,0.90) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 -3px 14px rgba(200,40,53,0.25);
    font-size: 1rem;
  }
  .fixed-cta.hidden {
    transform: translateY(100%);
  }
  .fixed-cta::before { display: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .firstview-grid { grid-template-columns: 1fr; gap: 48px; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .curriculum-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .big-results-grid { grid-template-columns: 1fr 1fr; }
  .pricing-row { grid-template-columns: 1fr; }
  .emotional-wrap { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img { max-width: 360px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .target-intro { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom, 0)); }
  .section { padding: 64px 0; }
  .container { padding: 0 18px; }

  /* スマホ横揺れ完全防止 */
  html, body { overflow-x: hidden; max-width: 100%; }
  /* スマホではヘッダー完全非表示 */
  .site-header { display: none; }

  /* FV スマホ */
  .fv-main-catch { font-size: clamp(2rem,10vw,3rem); letter-spacing: 0.02em; }
  .fv-sub-copy { font-size: 0.95rem; }
  .fv-title { font-size: clamp(1.7rem,8vw,2.8rem); }
  .fv-title-pc { display: none; }
  .fv-title-sp { display: inline; }
  .fv-subtitle { font-size: 1rem; }
  .section-title-pc { display: none; }
  .section-title-sp { display: inline; }
  .fv-cta-group { flex-direction: column; width: 100%; }
  .btn-primary, .btn-line { width: 100%; max-width: 340px; justify-content: center; }

  .results-grid { grid-template-columns: 1fr; }
  .ideal-grid { grid-template-columns: 1fr; }
  .trouble-list { grid-template-columns: 1fr; }
  .not-for-grid { grid-template-columns: 1fr; }
  .curriculum-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .big-results-grid { grid-template-columns: 1fr; }
  .target-grid { grid-template-columns: 1fr; }
  .pricing-includes { grid-template-columns: 1fr; }

  .before-after-grid { grid-template-columns: 1fr; }
  .ba-arrow-col { flex-direction: row; justify-content: center; padding-top: 0; }
  .ba-arrow-item { transform: rotate(90deg); }

  .emotional-wrap { grid-template-columns: 1fr; }
  .emotional-img { height: 260px; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }

  .flow-steps::before { left: 30px; }
  .flow-step-num { width: 62px; height: 62px; }

  .compare-table { font-size: 0.75rem; }
  .compare-table th, .compare-table td { padding: 9px 10px; }

  .reality-band-bg { height: 260px; }
  .results-header-img img { height: 200px; }
  .big-results-hero { height: 220px; }

  /* スマホ: テキスト左揃え（タイトル以外） */
  .section-lead,
  .empathy-copy,
  .results-supplement,
  .flow-step-body p,
  .about-content p,
  .compare-conclusion,
  .section-closing,
  .entry-card p,
  .shot-desc,
  .result-card p,
  .curriculum-card p,
  .test-after,
  .test-before,
  .not-for-card ul li,
  .love-reason-box p,
  .ideal-closing p,
  .emotional-content p {
    text-align: left;
  }

  /* パララックスはモバイルで固定解除 */
  .future-bg-img { background-attachment: scroll; }

  .entry-cards { flex-direction: column; align-items: center; }
  .entry-card { min-width: unset; width: 100%; max-width: 360px; }
  .entry-btn-group { flex-direction: column; align-items: center; }
  .btn-entry-main, .btn-entry-line { width: 100%; max-width: 340px; justify-content: center; }

  /* スマホ固定CTA padding-bottom を body と合わせる */
}

@media (max-width: 480px) {
  .fv-main-catch { font-size: 2rem; }
  .section-title  { font-size: 1.4rem; }
  .empathy-copy   { padding: 22px 18px; }
  .pricing-card   { padding: 26px 20px; }
  .compare-conclusion { padding: 20px 16px; }
  .about-grid     { gap: 32px; }
}
