    :root {
      --red: #E5402A;
      --red-deep: #C42E1B;
      --orange: #F2941C;
      --orange-light: #F8B24A;
      --gold: #F4B82E;
      --dark: #1d1c1a;
      --green1: #6BBE4E;
      --green2: #2E8C24;
      --green-deep: #1f6e18;
      --cream: #FFFCF6;
      --cream-2: #FFF6E9;
      --pink: #FDEEEC;
      --ink: #2b2823;
      --ink-soft: #5f594f;
      --line: #efe3cf;
      --white: #ffffff;
      --shadow: 0 12px 32px rgba(60, 40, 10, 0.13);
      --shadow-sm: 0 6px 18px rgba(60, 40, 10, 0.10);
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }

    body {
      font-family: 'Noto Sans JP', sans-serif;
      color: var(--ink);
      background: var(--cream);
      line-height: 1.8;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    img { max-width: 100%; display: block; }
    .container { width: 100%; max-width: 1060px; margin: 0 auto; padding: 0 22px; }
    .serif { font-family: 'Noto Serif JP', serif; }
    .eng { font-family: 'Outfit', sans-serif; }

    /* ===== PC / SP 表示切り替え（768pxで分岐） ===== */
    .sp-view { display: none; }
    @media (max-width: 768px) {
      .pc-view { display: none !important; }
      .sp-view { display: block; }
    }

    /* ============================================================
       スマホ専用スタイル（.sp-view 配下に限定／PCと干渉しない）
       ============================================================ */
    .sp-view { background: var(--cream); color: var(--ink); line-height: 1.8; }
    .sp-view img { display: block; max-width: 100%; }
    .sp-view a { text-decoration: none; }
    .sp-wrap { max-width: 500px; margin: 0 auto; background: var(--cream); position: relative; overflow: hidden; }

    /* フローティングCTA */
    .sp-float { position: fixed; left: 50%; transform: translateX(-50%); bottom: 8px; z-index: 999; width: min(94%, 468px); transition: transform .2s; }
    .sp-float img { width: 100%; filter: drop-shadow(0 6px 16px rgba(46,140,36,.4)); }

    /* 共通：緑CTA画像 */
    .sp-ctabtn { display: block; width: 92%; margin: 8px auto 0; }
    .sp-hero-cta { width: 94%; margin: 6px auto 2px; }

    /* 見出し共通 */
    .sp-head { text-align: center; margin-bottom: 22px; }
    .sp-head img { width: 84%; max-width: 360px; margin: 0 auto; }

    /* ---- HERO ---- */
    .sp-hero { padding: 12px 0 12px; background: linear-gradient(180deg, #FFFEFA 0%, #FFF3DF 100%); position: relative; }
    .sp-brand { display: flex; align-items: center; gap: 8px; padding: 0 16px; margin-bottom: 8px; }
    .sp-brand img { height: 36px; width: auto; }
    .sp-brand .bt1 { font-size: .8rem; font-weight: 900; line-height: 1.2; }
    .sp-brand .bt2 { font-size: .56rem; font-weight: 700; letter-spacing: 1.5px; color: var(--ink-soft); font-family: 'Outfit', sans-serif; }

    .sp-hero-main { position: relative; min-height: 380px; overflow: hidden;
      background: url('/creator_academy/images/parts/hero_hall_bg.jpg') right center/cover; }
    .sp-hero-main::before { content: ""; position: absolute; inset: 0; z-index: 1;
      background: linear-gradient(152deg, #FFFCF6 0%, #FFFCF6 53%, rgba(255,252,246,.85) 64%, rgba(255,252,246,.28) 80%, rgba(60,40,15,.06) 100%); }
    .sp-hero-speaker { position: absolute; right: -16%; bottom: 0; height: 92%; width: auto; max-width: none; z-index: 2; filter: drop-shadow(0 6px 14px rgba(0,0,0,.3)); }
    .sp-hero-copy { position: relative; z-index: 4; padding: 14px 16px 18px; }
    .sp-banner { width: 72%; max-width: 285px; margin-bottom: 12px; }
    .sp-title { width: 67%; max-width: 290px; }
    .sp-hero-logo { width: 62%; max-width: 270px; margin-top: 14px; }
    .sp-badge { position: absolute; top: 10px; right: 8px; width: 92px; z-index: 5; }

    /* 実績パネル 4列 */
    .sp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 18px 14px 0; }
    .sp-stats img { width: 100%; }

    /* ---- 悩み ---- */
    .sp-worry { padding: 22px 14px 22px; }
    .sp-worry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 26px; }
    .sp-wcard { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 14px 8px 12px; text-align: center; box-shadow: var(--shadow-sm); position: relative; }
    .sp-wcard .ck { position: absolute; top: 7px; left: 7px; color: var(--red); font-size: .95rem; }
    .sp-wcard .il { width: 60px; height: 60px; margin: 4px auto 10px; display: flex; align-items: flex-end; justify-content: center; }
    .sp-wcard .il img { max-height: 60px; width: auto; }
    .sp-wcard p { font-size: .68rem; font-weight: 700; line-height: 1.5; }
    .sp-worry-concl { text-align: center; font-size: 1.05rem; font-weight: 900; line-height: 1.7; }
    .sp-worry-concl .red { color: var(--red); }

    /* ---- 4つのサポート ---- */
    .sp-support { padding: 18px 14px 34px; background: var(--cream); }
    .sp-support .sp-sup-head { text-align: center; margin-bottom: 22px; }
    .sp-support .sp-sup-head img { width: 82%; max-width: 340px; margin: 0 auto; }
    .sp-sup-list { display: flex; flex-direction: column; gap: 14px; }
    .sp-supcard { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); padding: 14px; display: grid; grid-template-columns: 84px 1fr; gap: 12px; align-items: start; }
    .sp-supcard.feature { border: 2px solid var(--red); }
    .sp-supcard .num { position: absolute; top: -6px; left: -6px; z-index: 3; background: linear-gradient(150deg, #F4612C, #D8281A); color: #fff; font-family: 'Outfit', sans-serif; font-style: italic; font-weight: 900; font-size: 1.2rem; line-height: 1; padding: 6px 16px 6px 10px; clip-path: polygon(0 0, 100% 0, 78% 50%, 100% 100%, 0 100%); filter: drop-shadow(2px 2px 2px rgba(0,0,0,.2)); }
    .sp-supcard.c-orange .num { background: linear-gradient(150deg, #F7A41C, #ED6E10); }
    .sp-supcard .th { width: 84px; height: 84px; border-radius: 8px; overflow: hidden; background: var(--cream-2); }
    .sp-supcard .th img { width: 100%; height: 100%; object-fit: cover; }
    .sp-supcard .em { width: 84px; height: 84px; border-radius: 50%; background: #fff; border: 2px solid var(--dark); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; }
    .sp-supcard .em::after { content: ""; position: absolute; inset: 4px; border: 1px solid var(--dark); border-radius: 50%; }
    .sp-supcard .em .e1 { font-size: .46rem; font-weight: 700; }
    .sp-supcard .em .e2 { font-size: .5rem; font-weight: 900; line-height: 1.2; }
    .sp-supcard .em .e3 { color: var(--gold); font-size: .5rem; }
    .sp-supcard .em-img { width: 100%; height: auto; display: block; }
    .sp-supcard h3 { font-size: .98rem; font-weight: 900; margin-bottom: 6px; line-height: 1.4; }
    .sp-supcard p { font-size: .76rem; line-height: 1.55; color: var(--ink-soft); }

    /* ---- カリキュラム ---- */
    .sp-cur { padding: 30px 14px 16px; background: linear-gradient(180deg, #FFF8EC, #fff); }
    .sp-cur-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; margin-bottom: 12px; }
    .sp-cur-grid > img { width: 100%; height: auto; }
    .sp-cur-etc { width: 100%; text-align: center; }
    .sp-cur-etc img { width: 52%; max-width: 220px; margin: 0 auto; }

    /* ---- 講師 ---- */
    .sp-lec { padding: 18px 14px 34px; background: var(--cream); }
    .sp-lec-card { background: #fff; border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
    .sp-lec-top { display: grid; grid-template-columns: 130px 1fr; }
    .sp-lec-photo { background: #1a1916; clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); }
    .sp-lec-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .sp-lec-info { padding: 14px 14px; display: flex; flex-direction: column; justify-content: center; }
    .sp-lec-info .role { font-size: .62rem; font-weight: 700; color: var(--ink-soft); line-height: 1.4; }
    .sp-lec-info .org { font-size: .82rem; font-weight: 800; color: var(--ink); margin-top: 4px; }
    .sp-lec-info .name { font-size: 2rem; font-weight: 900; line-height: 1; margin-top: 2px; }
    .sp-lec-stats { display: grid; grid-template-columns: repeat(3, 30%); justify-content: center; gap: 10px; padding: 12px; }
    .sp-lec-stats img { width: 100%; }

    .sp-origin { background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 20px 18px; margin-top: 16px; }
    .sp-origin .ot { display: inline-block; font-size: 1.2rem; font-weight: 900; padding-bottom: 6px; position: relative; margin-bottom: 14px; }
    .sp-origin .ot::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--red), var(--orange)); border-radius: 2px; }
    .sp-origin .oq { font-family: 'Noto Serif JP', serif; font-weight: 700; color: var(--red-deep); font-size: .96rem; line-height: 1.7; margin-bottom: 12px; }
    .sp-origin p { font-size: .82rem; line-height: 1.8; color: var(--ink-soft); margin-bottom: 10px; }
    .sp-origin-photos { display: flex; justify-content: flex-end; margin-top: 12px; }
    .sp-origin-photos img { width: 108px; height: 80px; object-fit: cover; border: 2px solid #fff; box-shadow: 0 5px 12px rgba(0,0,0,.2); border-radius: 3px; margin-left: -18px; }
    .sp-origin-photos img:nth-child(1) { transform: rotate(-7deg); z-index: 1; }
    .sp-origin-photos img:nth-child(2) { transform: rotate(4deg) translateY(-6px); z-index: 2; }
    .sp-origin-photos img:nth-child(3) { transform: rotate(-3deg); z-index: 3; }

    /* 売上ハイライト（SP） */
    .sp-hl { position: relative; overflow: hidden; margin: 18px 0 0; background: linear-gradient(115deg, #FFFBF4, #FCE7CF); border: 1px solid #F4E3CA; border-radius: 14px; padding: 22px 16px; text-align: center; }
    .sp-hl .b { display: inline-block; background: var(--dark); color: #fff; font-weight: 900; padding: 6px 18px; border-radius: 20px; font-size: .82rem; margin-bottom: 10px; position: relative; }
    .sp-hl .b::after { content: ""; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); border: 7px solid transparent; border-top-color: var(--dark); border-bottom: 0; }
    .sp-hl .t { font-size: 1.15rem; font-weight: 900; }
    .sp-hl .t b { font-size: 2.1rem; color: var(--ink); }
    .sp-hl .s { font-size: .76rem; color: var(--ink-soft); margin-top: 8px; }

    /* ---- 動画 ---- */
    .sp-movie { padding: 36px 14px; background: linear-gradient(180deg, #fff, #FFF8EC); }
    .sp-movie-frame { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); border: 3px solid #fff; }
    .sp-movie-frame video, .sp-movie-frame iframe { width: 100%; display: block; background: #000; }
    .sp-movie-frame iframe { aspect-ratio: 16 / 9; border: 0; }
    .sp-movie-cap { text-align: center; font-weight: 900; color: var(--red); font-size: .95rem; margin-top: 12px; }

    /* ---- 指針/共通カード ---- */
    .sp-rules { padding: 36px 14px; background: var(--cream-2); }
    .sp-rules-box { background: #fff; border: 2px solid var(--orange); border-radius: 14px; padding: 22px 18px; }
    .sp-rules-box .rt { text-align: center; font-size: 1.15rem; font-weight: 900; color: var(--red); margin-bottom: 14px; }
    .sp-rules-box ul { list-style: none; }
    .sp-rules-box li { font-family: 'Noto Serif JP', serif; font-weight: 700; font-size: .92rem; padding: 10px 0 10px 30px; border-bottom: 1px dashed var(--line); position: relative; }
    .sp-rules-box li:last-child { border-bottom: none; }
    .sp-rules-box li::before { content: "\f005"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--gold); position: absolute; left: 4px; top: 10px; }

    /* ---- OUTLINE ---- */
    .sp-outline { padding: 36px 14px; background: var(--cream); }
    .sp-outline-table { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
    .sp-orow { background: #fff; border-bottom: 1px solid var(--line); }
    .sp-orow:last-child { border-bottom: none; }
    .sp-orow .ol { background: var(--dark); color: #fff; font-weight: 900; padding: 8px 14px; font-size: .85rem; }
    .sp-orow .od { padding: 12px 14px; font-size: .85rem; }
    .sp-orow .od small { display: block; color: var(--ink-soft); font-size: .72rem; margin-top: 3px; }

    /* ---- ENTRY FLOW ---- */
    .sp-flow { padding: 36px 14px; background: linear-gradient(180deg, #FFF8EC, #fff); }
    .sp-step { background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--orange); border-radius: 10px; padding: 16px 16px; margin-bottom: 14px; box-shadow: var(--shadow-sm); }
    .sp-step .en { color: var(--red); font-weight: 900; font-size: 1rem; font-family: 'Outfit', sans-serif; margin-bottom: 4px; }
    .sp-step .en i { margin-right: 6px; }
    .sp-step .en span { font-family: 'Noto Sans JP'; font-size: .82rem; }
    .sp-step h3 { font-size: 1rem; font-weight: 900; margin-bottom: 5px; }
    .sp-step p { font-size: .82rem; color: var(--ink-soft); }
    .sp-step strong { color: var(--red-deep); }

    /* ---- FAQ ---- */
    .sp-faq { padding: 18px 14px 34px; background: var(--cream); }
    .sp-faq-b { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin-bottom: 12px; }
    .sp-faq-q { padding: 14px 14px 14px 42px; font-weight: 900; position: relative; background: var(--cream-2); font-size: .9rem; }
    .sp-faq-q::before { content: "Q"; position: absolute; left: 14px; top: 12px; color: var(--red); font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 1.1rem; }
    .sp-faq-a { padding: 12px 14px 12px 42px; font-size: .82rem; color: var(--ink-soft); position: relative; }
    .sp-faq-a::before { content: "A"; position: absolute; left: 14px; top: 10px; color: var(--orange); font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 1.1rem; }

    /* ---- CONTENTS / プラン ---- */
    .sp-contents { position: relative; overflow: hidden; padding: 40px 14px; background: linear-gradient(135deg, var(--orange), var(--red)); text-align: center; color: #fff; }
    .sp-contents .lead { font-size: 1rem; font-weight: 900; margin-bottom: 20px; }
    .sp-plan { background: #fff; color: var(--ink); border-radius: 14px; padding: 22px 16px; text-align: left; }
    .sp-plan .pt { text-align: center; font-size: 1.1rem; font-weight: 900; color: var(--red); margin-bottom: 6px; }
    .sp-plan .pl { text-align: center; color: var(--ink-soft); font-size: .8rem; margin-bottom: 16px; }
    .sp-plan ul { list-style: none; }
    .sp-plan li { display: flex; gap: 8px; align-items: flex-start; font-weight: 700; font-size: .86rem; margin-bottom: 9px; }
    .sp-plan li i { color: var(--green2); margin-top: 4px; }
    .sp-plan li strong { color: var(--red); }
    .sp-plan .pn { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line); font-size: .78rem; color: var(--ink-soft); text-align: center; }
    .sp-plan .pn i { color: var(--orange); }

    /* ---- 最終CTA ---- */
    .sp-final { position: relative; overflow: hidden; padding: 40px 14px 30px; background: linear-gradient(180deg, #FFF8EC, #FFEFD6); text-align: center; }
    .sp-final .fl { font-size: .92rem; font-weight: 900; margin-bottom: 6px; }
    .sp-final .fm { font-size: 1.4rem; font-weight: 900; line-height: 1.4; margin-bottom: 4px; }
    .sp-final .fm .red { color: var(--red); }
    .sp-final .cheer { width: 100%; max-width: 270px; margin: 2px auto 0; }

    /* ---- フォーム ---- */
    .sp-form { padding: 36px 14px; background: var(--cream); text-align: center; }
    .sp-form .fb { display: inline-block; border-bottom: 3px solid var(--red); color: var(--red); font-size: 1.2rem; font-weight: 900; padding-bottom: 5px; margin-bottom: 8px; }
    .sp-form .fn { font-weight: 700; color: var(--red); font-size: .82rem; margin-bottom: 16px; }
    .sp-form-wrap { background: #fff; border-radius: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
    .sp-form-wrap iframe { display: block; width: 100%; border: 0; }

    /* ---- footer ---- */
    .sp-footer { background: var(--dark); color: #fff; padding: 30px 16px; text-align: center; }
    .sp-footer a { color: #fff; text-decoration: underline; }
    .sp-footer .links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; margin: 12px 0; font-size: .8rem; }
    .sp-footer .cp { opacity: .65; font-family: 'Outfit', sans-serif; font-size: .78rem; margin-top: 8px; }

    /* セクション見出しテキスト */
    .sp-sec-title { text-align: center; font-size: 1.3rem; font-weight: 900; margin-bottom: 18px; line-height: 1.4; }
    .sp-sec-title .red { color: var(--red); }
    .sp-eyebrow { display: block; text-align: center; color: var(--orange); font-weight: 900; font-family: 'Outfit', sans-serif; letter-spacing: 2px; font-size: .8rem; margin-bottom: 6px; }

    /* 背景の幾何学ライン */
    .geo-bg { position: relative; }
    .geo-bg::before {
      content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
      background-image:
        repeating-linear-gradient(118deg, transparent 0 70px, rgba(244, 184, 46, .12) 70px 72px),
        repeating-linear-gradient(62deg, transparent 0 90px, rgba(229, 64, 42, .055) 90px 91px);
    }

    /* フローティングCTA */
    .floating-btn {
      position: fixed; right: 20px; bottom: 20px; z-index: 999;
      background: linear-gradient(135deg, var(--green1), var(--green2));
      color: #fff; text-decoration: none; font-weight: 900;
      padding: 20px 34px; border-radius: 50px; line-height: 1.35; text-align: center;
      box-shadow: 0 10px 28px rgba(46, 140, 36, .5);
      border: 3px solid rgba(255, 255, 255, .7); transition: transform .2s; font-size: 1.15rem;
    }
    .floating-btn:hover { transform: translateY(-3px); }

    /* ========== HERO ========== */
    .hero { position: relative; background: linear-gradient(170deg, #FFFEFA 0%, #FFF3DF 100%); padding: 22px 0 12px; overflow: hidden; }
    .hero-inner { position: relative; z-index: 5; }

    /* 会場写真（コンテナ右端に揃える＝他セクションと同じ余白）
       角丸カード＋影をやめ、四辺を背景にフェードさせて「浮いた四角い切り抜き」感をなくす */
    .hero-photo {
      position: absolute; top: 0; right: 22px; width: 49%; height: 520px; z-index: 1; overflow: hidden;
    }
    /* 背景の会場写真：四辺をふわっと透過させて地の背景に溶け込ませる */
    .hero-photo::before {
      content: ""; position: absolute; inset: 0; z-index: 0;
      background: url('/creator_academy/images/parts/hero_hall_bg.jpg') center/cover;
      -webkit-mask-image:
        linear-gradient(to right, transparent 0%, #000 20%, #000 86%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, #000 11%, #000 82%, transparent 100%);
      -webkit-mask-composite: source-in; -webkit-mask-repeat: no-repeat;
      mask-image:
        linear-gradient(to right, transparent 0%, #000 20%, #000 86%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, #000 11%, #000 82%, transparent 100%);
      mask-composite: intersect; mask-repeat: no-repeat;
    }
    /* 可読性＋奥行きのためのカラーオーバーレイ（写真と同じフェードで縁を馴染ませる） */
    .hero-photo::after {
      content: ""; position: absolute; inset: 0; z-index: 2;
      background: linear-gradient(96deg, #FFFCF6 0%, rgba(255, 252, 246, .82) 15%, rgba(255, 252, 246, 0) 42%, rgba(60, 40, 15, .10) 80%, rgba(60, 40, 15, .2) 100%);
      -webkit-mask-image:
        linear-gradient(to right, transparent 0%, #000 20%, #000 86%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, #000 11%, #000 82%, transparent 100%);
      -webkit-mask-composite: source-in; -webkit-mask-repeat: no-repeat;
      mask-image:
        linear-gradient(to right, transparent 0%, #000 20%, #000 86%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, #000 11%, #000 82%, transparent 100%);
      mask-composite: intersect; mask-repeat: no-repeat;
    }

    .brand-mini { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
    .brand-logo-img { height: 42px; width: auto; flex-shrink: 0; }
    .brand-mini .bt1 { font-size: .82rem; font-weight: 900; color: var(--ink); line-height: 1.2; }
    .brand-mini .bt2 { font-size: .62rem; font-weight: 700; letter-spacing: 2px; color: var(--ink-soft); font-family: 'Outfit', sans-serif; }

    .hero-limited {
      display: inline-flex; align-items: center; gap: 9px;
      background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff;
      padding: 9px 24px; border-radius: 6px; font-weight: 900; font-size: 1.02rem; letter-spacing: .5px;
      box-shadow: 0 6px 16px rgba(229, 64, 42, .3); margin-bottom: 20px;
    }
    .hero-limited i { color: #fff4d6; }

    .brand-mini, .hero-stats-row { position: relative; z-index: 3; }
    .hero-copy { position: relative; z-index: 3; max-width: 620px; }
    .hero-banner { width: 380px; max-width: 90%; margin: 4px 0 14px -6px; }
    .hero-title-main { width: 100%; max-width: 600px; margin: 0 0 6px; }
    .hero-title-logo { width: 420px; max-width: 100%; margin-top: 10px; }
    .hero-badge-img { position: absolute; top: 16px; right: 30px; z-index: 4; width: 154px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.12)); }

    .hero-catch { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; color: #1f1c18; line-height: 1.34; font-size: 2.55rem; letter-spacing: .5px; white-space: nowrap; }
    .hero-catch .nekkyo {
      color: var(--red);
      border-bottom: 4px solid var(--red);
      padding-bottom: 2px;
    }
    .hero-buki {
      font-weight: 900; font-size: 6.4rem; line-height: 1.02; margin-top: 6px; letter-spacing: 2px; white-space: nowrap;
    }
    .hero-buki .r {
      background: linear-gradient(160deg, #F4682E 0%, #E5402A 50%, #C42E1B 100%);
      -webkit-background-clip: text; background-clip: text; color: transparent;
      text-shadow: 0 3px 0 rgba(196, 46, 27, .10);
    }
    .hero-buki .k { color: #211d18; font-size: 3rem; }

    .hero-speaker {
      position: absolute; bottom: 0; right: -4%; z-index: 1; height: 100%; width: auto; max-width: none; margin: 0;
      object-fit: contain; object-position: bottom right; filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .28));
    }
    .hero-badge-circle {
      position: absolute; top: 22px; right: 28px; z-index: 3; width: 168px; height: 168px; border-radius: 50%;
      background: radial-gradient(circle at 50% 35%, #FFFDF6, #FFEFCF);
      border: 5px solid var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center;
      text-align: center; padding: 14px; box-shadow: 0 10px 22px rgba(0, 0, 0, .16); line-height: 1.45;
    }
    .hero-badge-circle .b-top { font-size: .72rem; font-weight: 700; color: var(--ink-soft); }
    .hero-badge-circle .b-mid { font-size: 1.55rem; font-weight: 900; color: var(--red); margin: 1px 0; }
    .hero-badge-circle .b-mid small { font-size: .82rem; color: var(--ink); }
    .hero-badge-circle .b-stars { color: var(--gold); font-size: .9rem; letter-spacing: 3px; margin-top: 2px; }

    /* 実績パネル + CTA */
    .hero-stats-row { display: block; margin-top: 4px; text-align: center; }
    .stats-panel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .stats-panel img { width: 100%; display: block; }
    .stat-card { background: var(--dark); color: #fff; border-radius: 12px; padding: 16px 6px 14px; text-align: center; box-shadow: var(--shadow-sm); }
    .stat-card .s-icon { color: var(--gold); font-size: 1.3rem; margin-bottom: 6px; }
    .stat-card .s-label { font-size: .67rem; font-weight: 700; color: #e9e3d6; line-height: 1.35; min-height: 2.6em; }
    .stat-card .s-num { font-weight: 900; line-height: 1; margin: 4px 0 2px; }
    .stat-card .s-num b { font-size: 1.95rem; color: var(--gold); }
    .stat-card .s-num .u { font-size: .76rem; }
    .stat-card .s-sub { font-size: .67rem; font-weight: 700; color: #cfc8ba; }
    .stat-card .s-sub .gold { color: var(--gold); }

    /* 緑CTA */
    .cta-green {
      display: flex; align-items: center; gap: 16px; text-decoration: none;
      background: linear-gradient(135deg, var(--green1), var(--green2));
      border-radius: 14px; padding: 16px 22px; color: #fff;
      box-shadow: 0 10px 26px rgba(46, 140, 36, .4); border: 1px solid rgba(255, 255, 255, .3);
      transition: transform .2s, box-shadow .2s; position: relative;
    }
    .cta-green:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(46, 140, 36, .5); }
    .cta-free {
      flex-shrink: 0; width: 60px; height: 60px; border-radius: 50%; background: var(--gold); color: var(--green-deep);
      font-weight: 900; display: flex; align-items: center; justify-content: center; text-align: center;
      font-size: .82rem; line-height: 1.15; border: 2px solid #fff;
    }
    .cta-body { flex: 1; text-align: left; }
    .cta-body .c-top { font-size: .82rem; font-weight: 700; color: #eafbe5; }
    .cta-body .c-main { font-size: 1.5rem; font-weight: 900; line-height: 1.25; letter-spacing: .5px; }
    .cta-body .c-sub { font-size: .82rem; font-weight: 700; color: var(--gold); margin-top: 3px; }
    .cta-arrow { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .2); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; }
    .cta-green.full { width: 100%; max-width: 800px; margin: 0 auto; }
    .cta-green.big .cta-free { width: 68px; height: 68px; }
    .cta-green.big .c-main { font-size: 1.75rem; }

    /* ========== セクション共通 ========== */
    .section { padding: 72px 0; position: relative; }
    .sec-head { text-align: center; margin-bottom: 44px; position: relative; z-index: 2; }
    .sec-head h2 { font-size: 2.1rem; font-weight: 900; color: var(--ink); line-height: 1.4; letter-spacing: 1px; }
    .sec-head h2 .red { color: var(--red); font-size: 1.18em; }
    .sec-head-img { display: inline-block; width: 100%; max-width: 520px; }
    .deco-eyebrow { display: inline-flex; align-items: center; gap: 14px; color: var(--orange); font-weight: 900; margin-bottom: 14px; font-family: 'Outfit', sans-serif; letter-spacing: 2px; }
    .deco-eyebrow::before, .deco-eyebrow::after { content: ""; width: 40px; height: 0; border-top: 3px dotted var(--orange); display: inline-block; }

    /* ========== 悩みチェック ========== */
    .worry { background: linear-gradient(180deg, #fff 0%, #FFF8EC 100%); padding-top: 44px; }
    .worry-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 42px; }
    .worry-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 10px 16px; text-align: center; box-shadow: var(--shadow-sm); position: relative; }
    .worry-card .w-check { position: absolute; top: 9px; left: 9px; color: var(--red); font-size: 1.15rem; }
    .worry-card .w-illust { width: 86px; height: 86px; margin: 8px auto 12px; display: flex; align-items: flex-end; justify-content: center; }
    .worry-card .w-illust img { max-height: 86px; width: auto; }
    .worry-card p { font-size: .8rem; font-weight: 700; line-height: 1.55; color: var(--ink); }

    .worry-conclusion { text-align: center; font-size: 1.55rem; font-weight: 900; line-height: 1.7; color: var(--ink); position: relative; z-index: 2; }
    .worry-conclusion .red { color: var(--red); }

    /* ========== 4つのサポート ========== */
    .support { background: var(--cream); }
    .support-layout { display: grid; grid-template-columns: 1.15fr 2fr; gap: 36px; align-items: center; }
    .support-head { text-align: center; }
    .support-head img { width: 100%; max-width: 400px; margin: 0 auto; }

    .support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .support-card { position: relative; background: #fff; border-radius: 14px; padding: 14px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr; gap: 13px; align-items: start; }
    .support-card .s-thumb { position: relative; width: 90px; height: 90px; border-radius: 10px; overflow: hidden; background: var(--cream-2); }
    .support-card .s-thumb img { width: 100%; height: 100%; object-fit: cover; }
    .support-card .s-num {
      position: absolute; top: -7px; left: -7px; z-index: 4;
      background: linear-gradient(150deg, #F4612C 0%, #D8281A 100%); color: #fff;
      font-family: 'Outfit', sans-serif; font-style: italic; font-weight: 900; font-size: 1.5rem; line-height: 1;
      padding: 8px 22px 8px 13px;
      clip-path: polygon(0 0, 100% 0, 78% 50%, 100% 100%, 0 100%);
      filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, .2));
    }
    .support-card.c-orange .s-num { background: linear-gradient(150deg, #F7A41C 0%, #ED6E10 100%); }
    .support-card .s-body h3 { font-size: 1.02rem; font-weight: 900; color: var(--ink); margin-bottom: 7px; line-height: 1.38; }
    .support-card .s-body p { font-size: .8rem; line-height: 1.6; color: var(--ink-soft); }
    .support-card.feature { border: 2px solid var(--red); }
    .emblem-circle {
      width: 100px; height: 100px; border-radius: 50%; background: #fff; border: 2px solid var(--dark);
      display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative;
    }
    .emblem-circle::after { content: ""; position: absolute; inset: 5px; border: 1px solid var(--dark); border-radius: 50%; }
    .emblem-circle .e1 { font-size: .52rem; font-weight: 700; color: var(--ink); }
    .emblem-circle .e2 { font-size: .58rem; font-weight: 900; color: var(--ink); line-height: 1.2; }
    .emblem-circle .e3 { color: var(--gold); font-size: .6rem; letter-spacing: 1px; }
    .support-card .emblem-img { width: 100%; height: auto; display: block; }

    /* ========== カリキュラム ========== */
    .curriculum { background: linear-gradient(180deg, #FFF8EC, #fff); padding-bottom: 26px; }
    .chapter-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: start; }
    .chapter-grid > img { width: 100%; height: auto; display: block; }
    .chapter { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1.5px solid var(--pink); }
    .chapter .ch-head { padding: 16px 10px 6px; text-align: center; }
    .chapter .ch-head img { width: 90%; max-width: 160px; margin: 0 auto; display: block; }
    .ch-other { border-color: #FBE6CC; }
    .chapter ul { list-style: none; padding: 12px 12px 4px; }
    .chapter li { display: flex; gap: 8px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .82rem; font-weight: 700; color: var(--ink); align-items: baseline; }
    .chapter li:last-child { border-bottom: none; }
    .chapter li .no { color: var(--red); font-family: 'Outfit', sans-serif; font-weight: 900; font-size: .92rem; }
    .chapter .ch-icon { text-align: center; font-size: 1.9rem; color: var(--orange); padding: 6px 0 18px; }
    .ch-other .ch-icon { color: #D5790F; }
    .ch-other .ch-body { padding: 14px 14px 4px; font-size: .84rem; font-weight: 700; line-height: 1.6; color: var(--ink); }

    /* ========== CTA wrap ========== */
    .cta-wrap { padding: 8px 0; text-align: center; }
    .cta-wrap .cta-lead { font-weight: 900; color: var(--ink); margin-bottom: 16px; font-size: 1.05rem; }
    .cta-img-btn { display: block; max-width: 720px; margin: 0 auto; transition: transform .2s; }
    .cta-img-btn:hover { transform: translateY(-3px); }
    .cta-img-btn img { width: 100%; }
    .hero-cta { max-width: 720px; margin: 0 auto; }

    /* ========== 講師 ========== */
    .lecturer { background: var(--cream); padding-top: 30px; }
    .lecturer-wrap { display: grid; grid-template-columns: 1.22fr 1fr; gap: 26px; align-items: start; }
    .lec-card { position: relative; background: #fff; border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
    .lec-top { display: grid; grid-template-columns: 250px 1fr; }
    .lec-top { position: relative; }
    .lec-photo { background: #1a1916; min-height: 300px; clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); }
    .lec-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
    .lec-info { padding: 28px 26px 34px; display: flex; flex-direction: column; justify-content: center; }
    .lec-info .lec-role { font-size: .8rem; font-weight: 700; color: var(--ink-soft); white-space: nowrap; }
    .lec-info .lec-org { font-size: 1.15rem; font-weight: 800; color: var(--ink); margin: 6px 0 0; }
    .lec-info .lec-name { font-size: 3.4rem; font-weight: 900; color: var(--ink); line-height: 1; margin: 2px 0 18px; }
    .lec-stats { background: var(--dark); border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 14px 4px; }
    .lec-stat { text-align: center; padding: 0 6px; position: relative; }
    .lec-stat + .lec-stat::before { content: ""; position: absolute; left: 0; top: 14%; height: 72%; width: 1px; background: rgba(255, 255, 255, .14); }
    .lec-stat .ls-ic { color: var(--gold); font-size: 1rem; margin-bottom: 3px; }
    .lec-stat .ls-l { font-size: .58rem; color: #e3ddcf; line-height: 1.3; }
    .lec-stat .ls-n { font-size: 1.2rem; font-weight: 900; color: var(--gold); line-height: 1.2; }
    .lec-stat .ls-n .u { font-size: .72rem; color: #fff; }
    .lec-stat .ls-s { font-size: .55rem; color: #cfc8ba; }

    /* 波形の縁を持つ説明文 */
    .lec-desc {
      position: relative; z-index: 3; background: #fff; margin-top: 0; padding: 30px 30px 30px;
      font-size: .96rem; line-height: 1.95; color: var(--ink-soft);
    }
    .lec-stats-img { display: grid; grid-template-columns: repeat(3, 30%); justify-content: center; gap: 18px; }
    .lec-stats-img img { width: 100%; display: block; }
    .lec-desc::before {
      content: ""; position: absolute; left: 0; right: 0; top: -28px; height: 30px; background: #fff;
      -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'><path d='M0 40 L0 24 C 160 2 360 2 600 20 C 840 38 1040 38 1200 14 L1200 40 Z' fill='black'/></svg>") no-repeat center/100% 100%;
      mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'><path d='M0 40 L0 24 C 160 2 360 2 600 20 C 840 38 1040 38 1200 14 L1200 40 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    }

    .origin-box { position: relative; background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 28px 26px 24px; }
    .origin-box .origin-title { display: inline-block; font-size: 1.45rem; font-weight: 900; color: var(--ink); margin-bottom: 18px; position: relative; padding-bottom: 8px; }
    .origin-box .origin-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--red), var(--orange)); border-radius: 2px; }
    .origin-box .origin-quote { font-family: 'Noto Serif JP', serif; font-weight: 700; color: var(--red-deep); font-size: 1.08rem; line-height: 1.7; margin-bottom: 14px; }
    .origin-box p { font-size: .9rem; line-height: 1.85; color: var(--ink-soft); margin-bottom: 12px; }
    .origin-photos { display: flex; justify-content: flex-end; margin-top: 20px; padding-right: 6px; }
    .origin-photos img { width: 138px; height: 102px; object-fit: cover; border: 3px solid #fff; box-shadow: 0 6px 16px rgba(0, 0, 0, .22); border-radius: 4px; margin-left: -22px; background: #fff; }
    .origin-photos img:nth-child(1) { transform: rotate(-7deg); z-index: 1; }
    .origin-photos img:nth-child(2) { transform: rotate(4deg) translateY(-8px); z-index: 2; }
    .origin-photos img:nth-child(3) { transform: rotate(-3deg) translateY(2px); z-index: 3; }

    /* 売上ハイライト */
    .highlight-card {
      position: relative; overflow: hidden; max-width: 980px; margin: 44px auto 0;
      background: linear-gradient(115deg, #FFFBF4 0%, #FFF3E2 55%, #FCE7CF 100%);
      border: 1px solid #F4E3CA; border-radius: 18px; padding: 34px 30px 30px; text-align: center;
      box-shadow: var(--shadow-sm);
    }
    .highlight-card .h-money { position: absolute; right: 26px; top: 52%; transform: translateY(-50%) rotate(-10deg); font-size: 8.5rem; color: rgba(242, 148, 28, .13); pointer-events: none; z-index: 0; }
    .highlight-card > * { position: relative; z-index: 1; }
    .highlight-card .h-badge { display: inline-block; background: var(--dark); color: #fff; font-weight: 900; padding: 8px 28px; border-radius: 30px; font-size: 1rem; margin-bottom: 18px; position: relative; }
    .highlight-card .h-badge::after { content: ""; position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border: 8px solid transparent; border-top-color: var(--dark); border-bottom: 0; }
    .highlight-card .h-text { font-size: 1.65rem; font-weight: 900; color: var(--ink); line-height: 1.4; }
    .highlight-card .h-price { font-size: 3.4rem; color: var(--ink); margin: 0 .08em; letter-spacing: -1px; }
    .highlight-card .h-sub { font-size: .92rem; color: var(--ink-soft); margin-top: 10px; }

    /* ========== 動画 ========== */
    .movie { background: linear-gradient(180deg, #fff, #FFF8EC); }
    .movie-frame { max-width: 760px; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); border: 4px solid #fff; }
    .movie-frame video, .movie-frame iframe { width: 100%; display: block; background: #000; }
    .movie-frame iframe { aspect-ratio: 16 / 9; border: 0; }
    .movie-caption { text-align: center; font-weight: 900; color: var(--red); font-size: 1.1rem; margin-top: 18px; }

    /* ========== 指針 ========== */
    .rules-box { max-width: 780px; margin: 0 auto; background: #fff; border: 2px solid var(--orange); border-radius: 16px; padding: 36px 40px; box-shadow: var(--shadow-sm); }
    .rules-box .r-title { text-align: center; font-size: 1.4rem; font-weight: 900; color: var(--red); margin-bottom: 22px; }
    .rules-box ul { list-style: none; }
    .rules-box li { font-family: 'Noto Serif JP', serif; font-weight: 700; font-size: 1.05rem; padding: 12px 0 12px 38px; border-bottom: 1px dashed var(--line); position: relative; color: var(--ink); }
    .rules-box li:last-child { border-bottom: none; }
    .rules-box li::before { content: "\f005"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--gold); position: absolute; left: 6px; top: 12px; }

    /* ========== OUTLINE ========== */
    .outline { background: var(--cream); }
    .outline-table { max-width: 820px; margin: 0 auto; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
    .outline-row { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); background: #fff; }
    .outline-row:last-child { border-bottom: none; }
    .outline-label { background: var(--dark); color: #fff; font-weight: 900; padding: 20px; display: flex; align-items: center; }
    .outline-data { padding: 20px 24px; font-size: .95rem; }
    .outline-data small { display: block; color: var(--ink-soft); font-size: .8rem; margin-top: 4px; }

    /* ========== ENTRY FLOW ========== */
    .entry-flow { background: linear-gradient(180deg, #FFF8EC, #fff); }
    .entry-steps { max-width: 820px; margin: 0 auto; }
    .entry-step { background: #fff; border: 1px solid var(--line); border-left: 8px solid var(--orange); border-radius: 12px; padding: 26px 30px; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
    .entry-step .e-num { color: var(--red); font-weight: 900; font-size: 1.3rem; font-family: 'Outfit', sans-serif; margin-bottom: 6px; }
    .entry-step .e-num i { margin-right: 8px; }
    .entry-step .e-num span { font-family: 'Noto Sans JP'; font-size: 1rem; }
    .entry-step h3 { font-size: 1.2rem; font-weight: 900; color: var(--ink); margin-bottom: 8px; }
    .entry-step p { font-size: .92rem; color: var(--ink-soft); }
    .entry-step strong { color: var(--red-deep); }

    /* ========== FAQ ========== */
    .faq { background: var(--cream); }
    .faq-block { max-width: 820px; margin: 0 auto 16px; background: #fff; border-radius: 12px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); overflow: hidden; }
    .faq-q { padding: 20px 24px 20px 56px; font-weight: 900; color: var(--ink); position: relative; background: var(--cream-2); }
    .faq-q::before { content: "Q"; position: absolute; left: 22px; color: var(--red); font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 1.3rem; }
    .faq-a { padding: 18px 24px 18px 56px; font-size: .92rem; color: var(--ink-soft); position: relative; }
    .faq-a::before { content: "A"; position: absolute; left: 22px; color: var(--orange); font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 1.3rem; }

    /* ========== CONTENTS ========== */
    .contents { position: relative; padding: 80px 0; overflow: hidden; background: linear-gradient(135deg, var(--orange), var(--red)); text-align: center; color: #fff; }
    .contents .watermark { position: absolute; top: 30px; left: 0; right: 0; text-align: center; font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 8rem; color: rgba(255, 255, 255, .12); letter-spacing: 6px; pointer-events: none; z-index: 0; line-height: 1; }
    .contents .container { position: relative; z-index: 2; }
    .contents .lead { font-size: 1.3rem; font-weight: 900; margin-bottom: 36px; text-shadow: 0 2px 8px rgba(0, 0, 0, .2); }
    .plan-card { background: #fff; color: var(--ink); border-radius: 18px; padding: 40px; max-width: 720px; margin: 0 auto; box-shadow: var(--shadow); text-align: left; }
    .plan-card .p-title { text-align: center; font-size: 1.4rem; font-weight: 900; color: var(--red); margin-bottom: 8px; }
    .plan-card .p-lead { text-align: center; color: var(--ink-soft); margin-bottom: 24px; font-size: .92rem; }
    .plan-card ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
    .plan-card li { display: flex; align-items: flex-start; gap: 10px; font-weight: 700; font-size: .95rem; }
    .plan-card li i { color: var(--green2); margin-top: 5px; }
    .plan-card li strong { color: var(--red); }
    .plan-card .p-note { grid-column: 1/-1; margin-top: 20px; padding-top: 18px; border-top: 1px dashed var(--line); font-size: .85rem; color: var(--ink-soft); text-align: center; }
    .plan-card .p-note i { color: var(--orange); }

    /* ========== 最終CTA ========== */
    .final-cta { position: relative; background: linear-gradient(180deg, #FFF8EC, #FFEFD6); padding: 40px 0 30px; text-align: center; overflow: hidden; }
    .final-cta .fc-inner { position: relative; z-index: 3; max-width: 880px; margin: 0 auto; }
    .final-cta .f-lead { font-size: 1.2rem; font-weight: 900; color: var(--ink); margin-bottom: 6px; }
    .final-cta .f-main { font-size: 2.5rem; font-weight: 900; color: var(--ink); line-height: 1.35; margin-bottom: 14px; }
    .final-cta .f-main .red { color: var(--red); font-size: 1.18em; }
    .final-cta .container { position: relative; }
    .final-cta .cheer { position: absolute; right: 0; bottom: 0; width: 250px; z-index: 1; }
    .final-cta .spark { position: absolute; z-index: 1; pointer-events: none; }
    .final-cta .spark.s1 { left: 2%; top: 30%; width: 110px; transform: scaleX(-1); }
    .final-cta .spark.s2 { left: 6%; bottom: 12%; width: 90px; }
    .final-cta .spark.s3 { right: 3%; top: 22%; width: 100px; }

    /* ========== form ========== */
    .form-section { background: var(--cream); padding: 70px 0; }
    .form-band { display: inline-block; border-bottom: 4px solid var(--red); color: var(--red); font-size: 1.6rem; font-weight: 900; padding-bottom: 6px; margin-bottom: 10px; }
    .form-note { font-weight: 700; color: var(--red); margin-bottom: 26px; }
    .form-wrap { max-width: 760px; margin: 0 auto; background: #fff; border-radius: 14px; box-shadow: var(--shadow-sm); overflow: hidden; }
    .form-wrap iframe { display: block; width: 100%; border: 0; }

    /* ========== footer ========== */
    .footer { background: var(--dark); color: #fff; padding: 50px 0 36px; }
    .footer .container { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
    .footer a { color: #fff; }
    .footer .links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; }
    .footer .links a, .footer .run a { text-decoration: underline; font-size: .9rem; }
    .footer .copy { opacity: .65; font-family: 'Outfit', sans-serif; margin-top: 6px; font-size: .85rem; }

    .sp-only { display: none; }

    /* ========== レスポンシブ ========== */
    @media (max-width: 920px) {
      .hero-grid { grid-template-columns: 1fr; text-align: center; }
      .hero-catch.serif { font-size: 2rem; }
      .hero-buki { font-size: 3.8rem; }
      .hero-buki .k { font-size: 2.1rem; }
      .hero-title-logo { margin: 24px auto 0; }
      .hero-visual { margin: 18px auto 0; max-width: 360px; }
      .hero-stats-row { grid-template-columns: 1fr; }
      .worry-grid { grid-template-columns: repeat(3, 1fr); }
      .support-layout { grid-template-columns: 1fr; }
      .support-head { text-align: center; }
      .chapter-grid { grid-template-columns: repeat(2, 1fr); }
      .lecturer-wrap { grid-template-columns: 1fr; }
      .plan-card ul { grid-template-columns: 1fr; }
      .final-cta .cheer { position: static; margin: 24px auto 0; width: 240px; }
    }

    @media (max-width: 600px) {
      .section { padding: 52px 0; }
      .sec-head h2 { font-size: 1.55rem; }
      .hero-catch.serif { font-size: 1.55rem; }
      .hero-buki { font-size: 3rem; }
      .hero-buki .k { font-size: 1.7rem; }
      .hero-limited { font-size: .82rem; padding: 8px 14px; }
      .stats-panel { grid-template-columns: repeat(2, 1fr); }
      .cta-body .c-main { font-size: 1.2rem; }
      .cta-green.big .c-main { font-size: 1.25rem; }
      .worry-grid { grid-template-columns: repeat(2, 1fr); }
      .worry-conclusion { font-size: 1.15rem; }
      .support-head .big4 { font-size: 5rem; }
      .chapter-grid { grid-template-columns: 1fr; }
      .support-grid { grid-template-columns: 1fr; }
      .lec-top { grid-template-columns: 1fr; }
      .lec-photo { min-height: 260px; }
      .lec-info .lec-stats { grid-template-columns: repeat(2, 1fr); }
      .outline-row { grid-template-columns: 1fr; }
      .outline-label { padding: 12px 20px; }
      .contents .watermark { font-size: 4rem; }
      .final-cta .f-main { font-size: 1.7rem; }
      .plan-card, .rules-box { padding: 24px 20px; }
      .floating-btn { font-size: .98rem; padding: 16px 22px; }
    }

    /* ============================================================
       2026-08-24 改修分（追記）
       ============================================================ */

    /* --- CHECK：カード3枚化（PC） --- */
    .worry-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 26px; }
    .worry-card { padding: 30px 22px 28px; }
    .worry-card .w-illust { width: 112px; height: 112px; margin: 6px auto 18px; }
    .worry-card .w-illust img { max-height: 112px; }
    .worry-card p { font-size: 1.12rem; line-height: 1.6; }
    .worry-others { text-align: center; font-size: .92rem; font-weight: 700; color: var(--ink-soft); line-height: 1.9; margin: 0 0 30px; }

    /* --- CHECK：カード3枚化（SP／1カラム横並び） --- */
    .sp-view .sp-worry-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
    .sp-view .sp-wcard { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 14px; text-align: left; padding: 16px 16px 16px 30px; }
    .sp-view .sp-wcard .il { width: 64px; height: 64px; margin: 0; align-items: center; }
    .sp-view .sp-wcard .il img { max-height: 64px; }
    .sp-view .sp-wcard p { font-size: .95rem; line-height: 1.6; }
    .sp-view .sp-worry-others { font-size: .78rem; font-weight: 700; color: var(--ink-soft); line-height: 1.8; margin: 0 0 18px; }

    /* --- REASON：なぜ10名だけなのか（PC） --- */
    .reason { background: var(--cream-2); }
    .reason-box { max-width: 780px; margin: 0 auto; background: #fff; border: 2px solid var(--red); border-radius: 16px; padding: 40px 44px; box-shadow: var(--shadow-sm); }
    .reason-box .r-eyebrow { text-align: center; font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: .12em; color: var(--orange); font-size: .9rem; margin-bottom: 8px; }
    .reason-box .r-title { text-align: center; font-size: 1.9rem; font-weight: 900; color: var(--ink); line-height: 1.4; margin-bottom: 24px; }
    .reason-box .r-title .red { color: var(--red); }
    .reason-box p { font-size: 1rem; line-height: 1.95; color: var(--ink); margin-bottom: 14px; }
    .reason-box p strong { font-weight: 900; }
    .reason-box p strong.red { color: var(--red); }
    .reason-box .r-note { text-align: center; font-size: .9rem; font-weight: 700; color: var(--ink-soft); margin: 20px 0 0; padding-top: 16px; border-top: 1px dashed var(--line); }

    /* --- REASON（SP） --- */
    .sp-view .sp-reason { padding: 32px 14px; background: var(--cream-2); }
    .sp-view .sp-reason-box { background: #fff; border: 2px solid var(--red); border-radius: 14px; padding: 22px 18px; }
    .sp-view .sp-reason-box .re { text-align: center; font-family: 'Outfit', sans-serif; font-weight: 800; letter-spacing: .1em; color: var(--orange); font-size: .78rem; margin-bottom: 6px; }
    .sp-view .sp-reason-box .rt { text-align: center; font-size: 1.25rem; font-weight: 900; color: var(--ink); line-height: 1.45; margin-bottom: 16px; }
    .sp-view .sp-reason-box .rt .red { color: var(--red); }
    .sp-view .sp-reason-box p { font-size: .88rem; line-height: 1.85; margin-bottom: 12px; }
    .sp-view .sp-reason-box p strong { font-weight: 900; }
    .sp-view .sp-reason-box p strong.red { color: var(--red); }
    .sp-view .sp-reason-box .rn { text-align: center; font-size: .78rem; font-weight: 700; color: var(--ink-soft); margin: 14px 0 0; padding-top: 12px; border-top: 1px dashed var(--line); }

    /* --- CTA下の補足文 --- */
    .cta-assure { text-align: center; font-size: .88rem; font-weight: 700; line-height: 1.8; color: var(--ink-soft); margin: 14px auto 0; max-width: 720px; }
    .sp-view .sp-cta-assure { text-align: center; font-size: .74rem; font-weight: 700; line-height: 1.7; color: var(--ink-soft); margin: 10px auto 0; padding: 0 14px; }

    /* --- CONTENTS：注記 --- */
    .plan-card li small,
    .sp-view .sp-plan li small { display: block; font-size: .76rem; font-weight: 700; color: var(--ink-soft); margin-top: 2px; }

    /* --- 920px以下（PC表示の下限域）調整 --- */
    @media (max-width: 920px) {
      .worry-grid { grid-template-columns: repeat(3, 1fr); }
      .reason-box { padding: 30px 26px; }
      .reason-box .r-title { font-size: 1.5rem; }
    }

    /* ============================================================
       2026-08-27 LINE導線（応募フォームからの差し替え）
       ============================================================ */
    :root { --line-green: #06C755; --line-green-deep: #05A648; }

    /* --- PC --- */
    .line-cta { max-width: 760px; margin: 0 auto; background: #fff; border-radius: 14px; box-shadow: var(--shadow-sm); padding: 44px 40px 40px; }
    .line-lead { font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: 24px; line-height: 1.8; }
    .line-btn { display: flex; align-items: center; justify-content: center; gap: 14px; max-width: 560px; margin: 0 auto;
                background: var(--line-green); color: #fff; border-radius: 999px; padding: 22px 30px;
                font-size: 1.3rem; font-weight: 900; text-decoration: none; line-height: 1.4;
                box-shadow: 0 10px 26px rgba(6,199,85,.34); transition: transform .2s, background .2s; }
    .line-btn:hover { transform: translateY(-3px); background: var(--line-green-deep); }
    .line-btn:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
    .line-btn i { font-size: 1.55em; line-height: 1; }
    .line-note { font-size: .88rem; font-weight: 700; color: var(--ink-soft); line-height: 1.8; margin-top: 18px; }
    .line-qr { display: inline-flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 30px;
               padding: 20px 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
    .line-qr img { width: 170px; height: 170px; }
    .line-qr p { font-size: .82rem; font-weight: 700; color: var(--ink-soft); line-height: 1.6; text-align: center; }

    /* --- SP（QRは自機では読めないため非表示） --- */
    .sp-view .sp-line-cta { background: #fff; border-radius: 12px; box-shadow: var(--shadow-sm); padding: 22px 16px 20px; }
    .sp-view .sp-line-lead { font-size: .88rem; font-weight: 700; color: var(--ink); line-height: 1.8; margin-bottom: 16px; }
    .sp-view .sp-line-btn { display: flex; align-items: center; justify-content: center; gap: 10px;
                            background: var(--line-green); color: #fff; border-radius: 999px; padding: 17px 18px;
                            font-size: 1rem; font-weight: 900; text-decoration: none; line-height: 1.4;
                            box-shadow: 0 8px 20px rgba(6,199,85,.34); }
    .sp-view .sp-line-btn:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
    .sp-view .sp-line-btn i { font-size: 1.5em; line-height: 1; }
    .sp-view .sp-line-note { font-size: .74rem; font-weight: 700; color: var(--ink-soft); line-height: 1.75; margin-top: 14px; }

    @media (max-width: 920px) {
      .line-cta { padding: 32px 22px 28px; }
      .line-btn { font-size: 1.08rem; padding: 18px 20px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .line-btn { transition: none; }
      .line-btn:hover { transform: none; }
    }

    /* ============================================================
       2026-08-27 CTAボタンを画像からHTML/CSSに置き換え
       （文言を編集可能にし、cta-button-t.png への依存を解消）
       ============================================================ */
    .gbtn {
      display: flex; align-items: center; justify-content: center; gap: 20px;
      background: linear-gradient(180deg, #43A436, var(--green-deep));
      color: #fff; text-decoration: none; text-align: left;
      border-radius: 999px; padding: 20px 26px;
      box-shadow: 0 10px 26px rgba(46,140,36,.42);
      transition: transform .2s, filter .2s;
    }
    .gbtn:hover { transform: translateY(-3px); filter: brightness(1.06); }
    .gbtn:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }

    .gbtn-badge {
      flex: 0 0 auto; display: grid; place-items: center; text-align: center;
      width: 84px; height: 84px; border-radius: 50%;
      background: var(--gold); color: var(--dark);
      font-size: 1.15rem; font-weight: 900; line-height: 1.2; letter-spacing: .02em;
    }
    .gbtn-text { display: flex; flex-direction: column; align-items: center; gap: 2px; }
    .gbtn-top  { font-size: .95rem; font-weight: 900; color: var(--gold); line-height: 1.4; }
    .gbtn-main { font-size: 2rem; font-weight: 900; line-height: 1.25; letter-spacing: .01em; }
    .gbtn-sub  { font-size: 1rem; font-weight: 900; line-height: 1.4; }
    .gbtn-sub em { font-style: normal; color: var(--gold); }

    .gbtn-arrow {
      flex: 0 0 auto; display: grid; place-items: center;
      width: 52px; height: 52px; border-radius: 50%; background: #fff;
    }
    .gbtn-arrow::before {
      content: ''; width: 13px; height: 13px;
      border-top: 4px solid var(--green-deep); border-right: 4px solid var(--green-deep);
      transform: rotate(45deg) translate(-3px, 3px);
    }

    /* フローティング用のコンパクト版 */
    .gbtn-compact { gap: 12px; padding: 15px 18px; }
    .gbtn-compact .gbtn-main { font-size: 1.15rem; }
    .gbtn-compact .gbtn-arrow { width: 38px; height: 38px; }
    .gbtn-compact .gbtn-arrow::before { width: 10px; height: 10px; border-width: 3px; }

    /* SP */
    .sp-view .gbtn { gap: 12px; padding: 14px 16px; box-shadow: 0 8px 20px rgba(46,140,36,.42); }
    .sp-view .gbtn-badge { width: 58px; height: 58px; font-size: .82rem; }
    .sp-view .gbtn-top  { font-size: .68rem; }
    .sp-view .gbtn-main { font-size: 1.28rem; }
    .sp-view .gbtn-sub  { font-size: .72rem; }
    .sp-view .gbtn-arrow { width: 36px; height: 36px; }
    .sp-view .gbtn-arrow::before { width: 10px; height: 10px; border-width: 3px; }

    @media (max-width: 920px) {
      .gbtn { gap: 14px; padding: 16px 18px; }
      .gbtn-badge { width: 68px; height: 68px; font-size: .95rem; }
      .gbtn-main { font-size: 1.5rem; }
      .gbtn-top { font-size: .82rem; }
      .gbtn-sub { font-size: .85rem; }
    }
    @media (prefers-reduced-motion: reduce) {
      .gbtn { transition: none; }
      .gbtn:hover { transform: none; }
    }

    /* ============================================================
       2026-08-27 BENEFIT（公認クリエイターの特典）
       ============================================================ */
    .benefit { background: var(--cream-2); }
    .benefit-lead { text-align: center; font-size: 1.05rem; font-weight: 700; color: var(--ink); line-height: 1.9; margin-bottom: 32px; }
    .benefit-lead strong { color: var(--red); font-weight: 900; }
    .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .benefit-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 24px 26px; box-shadow: var(--shadow-sm); position: relative; }
    .benefit-card .b-num { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--orange); line-height: 1; margin-bottom: 12px; }
    .benefit-card h3 { font-size: 1.18rem; font-weight: 900; color: var(--ink); line-height: 1.5; margin-bottom: 12px; }
    .benefit-card h3 strong.red { color: var(--red); font-weight: 900; }
    .benefit-card p { font-size: .92rem; line-height: 1.85; color: var(--ink); }
    .benefit-card p strong { font-weight: 900; color: var(--red); }
    .benefit-card small { display: block; margin-top: 10px; font-size: .76rem; line-height: 1.7; color: var(--ink-soft); }
    .benefit-note { text-align: center; font-size: .88rem; font-weight: 700; color: var(--ink-soft); margin-top: 22px; }

    /* SP */
    .sp-view .sp-benefit { padding: 32px 14px; background: var(--cream-2); }
    .sp-view .sp-benefit-lead { text-align: center; font-size: .88rem; font-weight: 700; line-height: 1.85; margin-bottom: 18px; }
    .sp-view .sp-benefit-lead strong { color: var(--red); font-weight: 900; }
    .sp-view .sp-benefit-list { display: grid; gap: 12px; }
    .sp-view .sp-bcard { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px 16px; box-shadow: var(--shadow-sm); }
    .sp-view .sp-bcard .num { font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--orange); line-height: 1; margin-bottom: 8px; }
    .sp-view .sp-bcard h3 { font-size: 1rem; font-weight: 900; line-height: 1.5; margin-bottom: 8px; }
    .sp-view .sp-bcard h3 strong.red { color: var(--red); }
    .sp-view .sp-bcard p { font-size: .84rem; line-height: 1.8; }
    .sp-view .sp-bcard p strong { font-weight: 900; color: var(--red); }
    .sp-view .sp-bcard small { display: block; margin-top: 8px; font-size: .72rem; line-height: 1.7; color: var(--ink-soft); }
    .sp-view .sp-benefit-note { text-align: center; font-size: .76rem; font-weight: 700; color: var(--ink-soft); margin-top: 14px; }

    @media (max-width: 920px) { .benefit-grid { grid-template-columns: 1fr; } }

    /* ============================================================
       2026-08-27 講師実績に年間売上を追記
       ============================================================ */
    .highlight-card .h-year { margin-top: 10px; font-size: 1.25rem; font-weight: 900; color: var(--ink); line-height: 1.5; }
    .highlight-card .h-price-y { font-size: 1.9rem; color: var(--red); font-family: 'Outfit', sans-serif; font-weight: 900; margin: 0 2px; }
    .highlight-card .h-avg { font-size: 1rem; font-weight: 900; color: var(--ink-soft); }
    .highlight-card .h-note { margin-top: 8px; font-size: .74rem; font-weight: 700; line-height: 1.7; color: var(--ink-soft); }
    .sp-view .sp-hl .y { margin-top: 8px; font-size: .95rem; font-weight: 900; line-height: 1.5; }
    .sp-view .sp-hl .y b { font-size: 1.35rem; color: var(--red); font-family: 'Outfit', sans-serif; }
    .sp-view .sp-hl .n { margin-top: 6px; font-size: .66rem; font-weight: 700; line-height: 1.7; color: var(--ink-soft); }

    /* ============================================================
       2026-08-27 講師実績カードを画像からHTML/CSSに置き換え
       （数値を編集可能にし、stats/stat_*.png への依存を解消）
       ============================================================ */
    .statc {
      display: flex; flex-direction: column; align-items: center; gap: 4px;
      background: var(--dark); border-radius: 14px; padding: 20px 10px 18px; text-align: center;
    }
    .statc i { font-size: 1.9rem; color: var(--gold); margin-bottom: 4px; }
    .statc-label { font-size: .92rem; font-weight: 900; color: #fff; line-height: 1.3; }
    .statc-num {
      font-family: 'Outfit', sans-serif; font-weight: 900; font-size: 2.9rem; line-height: 1.1;
      background: linear-gradient(180deg, #F9DC7A, #E0A016);
      -webkit-background-clip: text; background-clip: text; color: transparent;
      display: flex; align-items: baseline; justify-content: center; gap: 2px;
    }
    .statc-num em { font-family: 'Noto Sans JP', sans-serif; font-style: normal; font-size: 1.15rem; font-weight: 900; }
    .statc-suffix { font-size: 1rem; font-weight: 900; color: #fff; line-height: 1.3; }

    /* SP */
    .sp-view .statc { padding: 14px 6px 12px; border-radius: 12px; gap: 2px; }
    .sp-view .statc i { font-size: 1.2rem; }
    .sp-view .statc-label { font-size: .66rem; }
    .sp-view .statc-num { font-size: 1.75rem; }
    .sp-view .statc-num em { font-size: .78rem; }
    .sp-view .statc-suffix { font-size: .7rem; }

    @media (max-width: 920px) {
      .statc-num { font-size: 2.1rem; }
      .statc-label { font-size: .8rem; }
    }
