/* =====================================================================
   サクシェアPASS LP — 公開LP(STUDIO製 sakupass.jp)の忠実再現
   系統: B(商品LP/販促) — DESIGN.md提案書トークンは流用せず、元LPから起こす
   ブランド: 黒 × イエロー(#ffd802)
   ===================================================================== */

/* ---- fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Oswald:wght@600;700;800&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

:root{
  --yellow:#ffd802;          /* ブランドイエロー */
  --cta-yellow:#ffff00;      /* CTAテキスト純黄 */
  --black:#000000;
  --ink:#000000;
  --white:#ffffff;
  --gray:#333333;            /* rgb(51,51,51) */
  --red:#d50000;             /* 使い放題バナー・play矢印 */
  --orange-grad:linear-gradient(277deg,#fad961 0%,#f76b1c 100%);
  --jp:'Noto Sans JP',sans-serif;
  --en:'Inter','Noto Sans JP',sans-serif;
  --round:'Zen Maru Gothic','Noto Sans JP',sans-serif; /* 秀英にじみ丸ゴシックの代替 */
  --oswald:'Oswald',sans-serif;
  --maxw:1280px;
  --pad:80px;                /* 左右コンテンツ余白(デスクトップ) */
}

*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--jp);
  color:var(--ink);
  background:#000;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad);}
.section{position:relative;width:100%;}
.bg-black{background:#000;}
.bg-yellow{background:var(--yellow);}

/* =================== 浮遊CTAボタン =================== */
.float-cta{position:fixed;bottom:28px;right:28px;z-index:100;
  display:flex;align-items:center;gap:14px;
  background:linear-gradient(135deg,#1a1a00 0%,#000 60%);
  border-radius:50px;padding:14px 24px 14px 14px;min-width:220px;
  border:2px solid #FFFF00;
  box-shadow:0 6px 28px rgba(0,0,0,0.7),0 0 20px rgba(255,255,0,0.5),0 0 48px rgba(255,255,0,0.2),inset 0 1px 0 rgba(255,255,0,0.15);
  transition:transform .2s ease,box-shadow .2s ease;}
.float-cta:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,0.8),0 0 32px rgba(255,255,0,0.75),0 0 72px rgba(255,255,0,0.35),inset 0 1px 0 rgba(255,255,0,0.25);}
.float-cta__badge{flex:0 0 auto;width:56px;height:56px;border-radius:50%;background:#FFFF00;
  display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;}
.float-cta__badge b{font-size:20px;font-weight:700;color:#000;}
.float-cta__badge small{font-size:13px;font-weight:700;color:#000;}
.float-cta__label{font-family:var(--jp);font-weight:800;font-size:16px;color:#FFFF00;letter-spacing:1px;line-height:1.4;flex:1;}
.float-cta__arrow{flex:0 0 auto;animation:arrow-sway 1s ease-in-out infinite;}

/* eyebrow（英字小見出し） */
.eyebrow{font-family:var(--en);font-weight:800;font-size:20px;letter-spacing:4px;text-align:center;}
/* 大セクションタイトル */
.sec-title{font-family:var(--en);font-weight:800;font-size:64px;line-height:1;text-align:center;}

/* =================== ヘッダー/ナビ =================== */
.nav{position:absolute;top:0;left:0;right:0;height:80px;z-index:50;
  display:flex;align-items:center;justify-content:space-between;padding:0 22px;}
.nav__logo img{height:39px;width:auto;}
.nav__menu{display:flex;gap:22px;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.nav__menu a{font-family:var(--en);font-weight:500;font-size:13px;color:#000;padding:4px 6px;}
.nav__menu a:hover{opacity:.6;}
.nav__burger{display:none;flex-direction:column;gap:5px;align-items:center;cursor:pointer;color:#000;font-family:var(--en);font-weight:700;font-size:11px;letter-spacing:1px;}
.nav__burger span{display:block;width:30px;height:3px;background:#000;border-radius:2px;}

/* =================== ヒーロー =================== */
.hero{position:relative;width:100%;aspect-ratio:1920/1100;max-height:880px;
  background:url('../img/hero-bg.webp') center top/cover no-repeat;overflow:hidden;}
.hero__headline{position:absolute;left:17%;top:13%;width:43%;max-width:580px;z-index:10;}
.hero__headline img{width:100%;height:auto;display:block;}
.hero__ctas{position:absolute;left:17%;top:73%;display:flex;flex-direction:column;gap:18px;}

/* CTAボタン共通（黒地・黄文字・1分完了バッジ付き） */
.cta-btn{display:inline-flex;align-items:center;gap:18px;background:#000;border-radius:10px;
  padding:22px 30px 22px 16px;min-width:370px;position:relative;}
.cta-btn .badge{flex:0 0 auto;width:80px;height:80px;border-radius:50%;background:#FFFF00;
  display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;}
.cta-btn .badge b{font-size:28px;font-weight:700;color:#000;}
.cta-btn .badge small{font-size:18px;font-weight:700;color:#000;}
.cta-btn .label{font-family:var(--jp);font-weight:800;font-size:22px;color:#FFFF00;letter-spacing:1px;line-height:1.3;flex:1;}
@keyframes arrow-sway{0%,100%{transform:translateX(0);}50%{transform:translateX(8px);}}
.cta-btn .arrow{flex:0 0 auto;display:flex;align-items:center;margin-left:16px;animation:arrow-sway 1s ease-in-out infinite;}
.cta-btn--sub{padding:16px 26px;min-width:370px;background:#515151;}
.cta-btn--sub .label{font-size:22px;color:var(--cta-yellow);}
.cta-btn--sub .arrow{color:#fff;}

/* =================== サブ帯（黒・資格取得/育成） =================== */
.sub{background:#000;color:#fff;text-align:center;padding:120px 20px 110px;}
.sub__seal{display:none;margin:0 auto 24px;width:300px;}  /* 赤シールはモバイルのみ */
.sub__l1{font-family:var(--jp);font-weight:400;font-size:36px;color:#fff;margin-bottom:8px;}
.sub__l2{font-family:var(--jp);font-weight:400;font-size:64px;color:#fff;line-height:1.4;margin-bottom:36px;}
.sub__badge{width:260px;margin:0 auto;}

/* =================== Features ヘッダー =================== */
.features-head{background:#000;color:#fff;padding:130px 0 60px;text-align:center;}
.features-head .eyebrow{color:#fff;text-align:center;letter-spacing:6px;font-size:14px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:16px;}
.features-head .eyebrow::before,.features-head .eyebrow::after{content:'';display:block;width:60px;height:2px;background:#fff;flex-shrink:0;}
.features-head .sec-title{color:var(--yellow);margin-top:0;text-align:center;}

/* 動画 */
.video-wrap{background:#000;padding:40px 0 60px;}
.video-card{width:430px;max-width:92%;margin:0 auto;background:var(--yellow);border-radius:24px;padding:22px 18px 26px;}
.video-cap{font-family:var(--jp);font-weight:700;font-size:20px;color:#000;text-align:center;margin-bottom:16px;}
.video-thumb-link{display:block;width:100%;aspect-ratio:9/16;border-radius:12px;overflow:hidden;background:#000;position:relative;}
.video-thumb-link img{width:100%;height:100%;object-fit:cover;display:block;}
.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;background:rgba(0,0,0,0.7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;padding-left:4px;}

/* =================== 特徴 行（2カラム） =================== */
.feature{background:#000;color:#fff;padding:120px 0;}
.feature .wrap{padding:0 30px;max-width:1600px;}
.feature__row{display:flex;align-items:stretch;gap:60px;}
.feature__row.reverse{flex-direction:row-reverse;}
.feature__row.reverse .feature__text{border-left:none;padding-left:0;border-right:4px solid var(--yellow);padding-right:36px;}
.feature__row.reverse .feat-body{text-align:center;}
.feature__text{flex:1;min-width:0;border-left:4px solid var(--yellow);padding-left:36px;display:flex;flex-direction:column;justify-content:center;}
.feature__media{flex:2;min-width:0;max-width:780px;}
.feature__media img{width:100%;height:auto;border-radius:20px;}
.feat-title{font-family:var(--jp);font-weight:700;font-size:64px;color:var(--yellow);text-align:center;letter-spacing:4px;line-height:1.4;margin-bottom:28px;}
.feat-hl{display:block;background:var(--yellow);color:#000;font-family:var(--jp);font-weight:400;font-size:22px;
  letter-spacing:1px;text-align:center;padding:10px 20px;border-radius:8px;margin-bottom:18px;width:90%;margin-left:auto;margin-right:auto;}
/* 特徴2「圧倒的な質と量で合格に導く3ステップ！」のサブコピーのみ fw500（特徴1はfw400のまま）
   特徴2は .feature__row.reverse を持つ唯一のブロックなのでこれを識別子に使う */
.feature__row.reverse .feat-hl{font-weight:500;}
.feat-divider{width:40px;height:2px;background:#fff;margin:0 auto 20px;}
.feat-body{font-family:var(--jp);font-weight:500;font-size:22px;color:#fff;letter-spacing:3px;line-height:2;}

/* 管理者の声ボタン */
.btn-ghost{display:inline-flex;align-items:center;align-self:center;
  background:#000;border:2px solid #fff;border-radius:6px;padding:12px 36px;
  font-family:var(--jp);font-weight:700;font-size:20px;color:#fff;letter-spacing:1px;margin-top:32px;
  box-shadow:5px 5px 0 #fff;
  transition:all .25s ease;}
.btn-ghost:hover{box-shadow:7px 7px 0 #fff;transform:translate(-2px,-2px);}

/* =================== 3ステップ（黄パネル） =================== */
.steps-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px;margin:80px 0 40px;}
.steps{background:var(--yellow);border-radius:24px;padding:60px 48px 24px;color:#000;}
.steps--full{grid-column:1 / -1;}
.step-head{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:12px;}
.step-num{font-family:var(--oswald);font-weight:700;font-size:48px;color:var(--yellow);
  background:#000;width:80px;height:80px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;line-height:1;}
.step-num span{color:var(--yellow);}
.step-title{font-family:var(--jp);font-weight:700;font-size:44px;color:#000;}
.step-icon{width:80px;height:80px;flex-shrink:0;}
.step-desc{font-family:var(--jp);font-weight:500;font-size:26px;text-align:center;margin-bottom:22px;}
.step1-phones{display:flex;justify-content:center;gap:24px;margin-top:10px;}
.step1-phones img{width:30%;max-width:360px;height:auto;border-radius:16px 16px 0 0;}
.steps-2col{display:flex;gap:48px;margin-top:60px;}
.steps-2col .col{flex:1;text-align:center;}
.steps--half img.phone{width:70%;max-width:340px;margin:12px auto 0;height:auto;border-radius:16px 16px 0 0;display:block;}
/* お申し込みセクションのCTAボタン主コピーは元LPで26px（ヒーロー側CTAは20pxのまま） */
.apply .cta-btn .label{font-size:26px;}

/* =================== 料金ヘッダー（黄） =================== */
.price-head{background:var(--yellow);color:#000;text-align:center;padding:80px 0 90px;}
.price-head .eyebrow{color:#000;letter-spacing:6px;font-size:14px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:16px;text-transform:none;font-family:var(--en);font-weight:800;}
.price-head .eyebrow::before,.price-head .eyebrow::after{content:'';display:block;width:60px;height:2px;background:#000;flex-shrink:0;}
.price-head .price-en{font-family:var(--en);font-weight:800;font-size:64px;margin:0 0 28px;}
.price-head .price-lead{font-family:var(--jp);font-weight:500;font-size:36px;}

/* 価格ボックス（黄地に 赤リボン＋黒タイルの2分割カードが浮く・元LP準拠） */
.price-box{background:var(--yellow);color:#000;padding:0 0 40px;text-align:center;}
.price-card{display:flex;align-items:stretch;justify-content:center;gap:0;flex-wrap:wrap;}
.price-ribbon{position:relative;z-index:1;background:var(--red);color:#fff;font-family:var(--en);font-weight:800;
  padding:40px;border-radius:8px 0 0 8px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.price-ribbon .r1{font-size:40px;letter-spacing:4px;display:block;line-height:1.1;}
.price-ribbon .r2{font-size:64px;letter-spacing:6.4px;display:block;line-height:1.1;}
.price-ribbon::after{content:"";position:absolute;right:-22px;top:50%;transform:translateY(-50%);z-index:2;
  border-style:solid;border-width:18px 0 18px 24px;border-color:transparent transparent transparent var(--red);}
.price-amount{display:flex;align-items:flex-end;justify-content:center;gap:4px;font-family:var(--en);font-weight:800;color:#fff;
  background:#000;border-radius:0 8px 8px 0;padding:85px 119px 85px 139px;}
.price-amount .num{font-family:var(--oswald);font-weight:800;font-size:144px;line-height:1;}
.price-amount .unit{display:flex;flex-direction:column;align-items:flex-start;font-size:20px;padding-bottom:18px;}
.price-note{font-family:var(--en);font-weight:400;font-size:16px;color:#333;text-align:left;max-width:760px;margin:34px auto 0;}

/* =================== 比較 =================== */
.compare{background:#000;color:#fff;padding:80px 0 90px;}
.compare .wrap{padding:0 30px;max-width:1600px;}
.compare .eyebrow{color:#fff;text-align:center;letter-spacing:6px;font-size:14px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:16px;}
.compare .eyebrow::before,.compare .eyebrow::after{content:'';display:block;width:60px;height:2px;background:#fff;flex-shrink:0;}
.compare .sec-title{color:var(--yellow);margin:0 0 30px;text-align:center;}
.compare__lead{font-family:var(--jp);font-weight:600;font-size:36px;color:#fff;margin-bottom:12px;text-align:center;}
.compare__sub{font-family:var(--jp);font-weight:600;font-size:20px;color:#fff;margin-bottom:30px;text-align:center;}
.ctable{width:auto;margin:0 auto;border-collapse:separate;border-spacing:8px;font-family:var(--jp);}
.ctable th,.ctable td{padding:24px 40px;vertical-align:middle;text-align:center;border-radius:0;border:2px solid #fff;}
.ctable thead th{font-weight:400;font-size:24px;color:#333;background:#c1c1c1;}
.ctable thead th:first-child{background:transparent;border-color:transparent;}
.ctable thead th.hl{font-weight:800;color:#000;background:var(--yellow);font-size:24px;border:2px solid #fff;}
.ctable tbody th{font-weight:400;font-size:24px;color:#333;background:#c1c1c1;width:200px;text-align:center;padding:0;height:120px;vertical-align:middle;}
.ctable tbody td{height:120px;}
.ctable td{font-weight:400;font-size:24px;color:#fff;background:#000;}
.ctable td:not(.hl){width:340px;}
.ctable td.hl{background:#000;color:var(--yellow);font-weight:600;border:2px solid var(--yellow);}
.ctable td.hl .big{font-size:32px;font-weight:600;color:var(--yellow);}
.ctable td.hl small{font-size:12px;font-weight:600;color:var(--yellow);}
.ctable td.hl b{color:var(--yellow);font-weight:600;}
/* 比較表「特徴」行（最終行）の黄文字セルのみ fw700。「内容」行(問題演習…)はfw600のまま */
.ctable tbody tr:last-child td.hl b{font-weight:700;}

/* =================== FAQ =================== */
.faq{background:#000;color:#fff;padding:80px 0 90px;}
.faq .eyebrow{color:#fff;text-align:center;letter-spacing:6px;font-size:14px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:16px;}
.faq .eyebrow::before,.faq .eyebrow::after{content:'';display:block;width:60px;height:2px;background:#fff;flex-shrink:0;}
.faq .sec-title{color:var(--yellow);margin:0 0 36px;text-align:center;}
.faq__item{background:var(--yellow);border-radius:10px;margin-bottom:14px;overflow:hidden;}
.faq__q{display:flex;align-items:center;gap:16px;padding:16px 20px;cursor:pointer;list-style:none;}
.faq__q::-webkit-details-marker{display:none;}
.faq__q .qmark{flex:0 0 auto;width:48px;height:48px;background:#000;border-radius:8px;font-weight:700;
  display:flex;align-items:center;justify-content:center;font-family:var(--round);font-weight:600;font-size:32px;color:var(--yellow);}
.faq__q .qtext{flex:1;font-family:var(--round);font-weight:700;font-size:24px;color:#333;}
.faq__q .toggle{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:#fff;color:#000;
  display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;position:relative;}
.faq__item[open] .faq__q .toggle{transform:none;font-size:0;}
.faq__item[open] .faq__q .toggle::after{content:'−';font-size:22px;color:#000;line-height:1;}
.faq__a{display:flex;gap:16px;padding:10px 20px 24px 20px;background:#fff;}
.faq__a .amark{flex:0 0 auto;width:48px;height:48px;background:#000;border-radius:8px;
  display:flex;align-items:center;justify-content:center;font-family:var(--round);font-weight:800;font-size:32px;color:var(--yellow);}
.faq__a .atext{flex:1;font-family:var(--round);font-weight:700;font-size:20px;color:#333;line-height:1.4;}

/* =================== お申し込み（黄） =================== */
.apply{background:var(--yellow);color:#000;text-align:center;padding:90px 0 100px;}
.apply .eyebrow{color:#000;letter-spacing:6px;font-size:14px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:16px;text-transform:none;font-family:var(--en);font-weight:800;}
.apply .eyebrow::before,.apply .eyebrow::after{content:'';display:block;width:60px;height:2px;background:#000;flex-shrink:0;}
.apply .apply-title{font-family:var(--jp);font-weight:800;font-size:64px;margin:0 0 36px;}
.apply__ctas{display:flex;flex-direction:column;gap:18px;align-items:center;}

/* =================== フッター =================== */
.footer{position:relative;background:#000;color:#fff;}
.footer__photo{width:100%;height:440px;object-fit:cover;object-position:center;opacity:.9;}
.footer__inner{padding:90px 20px 60px;text-align:center;}
.footer__logo{height:39px;margin:0 auto 26px;width:auto;}
.footer__links{display:flex;justify-content:center;gap:0;margin-bottom:30px;flex-wrap:wrap;border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);}
.footer__links a{font-family:var(--jp);font-weight:500;font-size:13px;color:#fff;letter-spacing:1.3px;padding:0 18px;border-left:1px solid rgba(255,255,255,.5);}
.footer__links a:first-child{border-left:0;}
.footer__links a:hover{color:var(--yellow);}
.footer__copy{font-family:var(--en);font-weight:500;font-size:13px;color:#fff;letter-spacing:2.6px;}

/* =================== モーダル（運営会社/利用規約/管理者の声） =================== */
.modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;
  padding:40px 20px;opacity:0;transition:opacity .2s ease;}
.modal.is-open{opacity:1;}
.modal[hidden]{display:none;}
.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);}
.modal__card{position:relative;z-index:1;background:#fff;border-radius:20px;
  width:100%;max-width:640px;max-height:84vh;overflow-y:auto;padding:48px 52px;
  transform:translateY(12px);transition:transform .2s ease;box-shadow:0 24px 60px rgba(0,0,0,.3);}
.modal.is-open .modal__card{transform:translateY(0);}
.modal__close{position:absolute;top:22px;right:26px;width:36px;height:36px;border:0;background:transparent;
  font-family:var(--jp);font-size:30px;line-height:1;color:#000;cursor:pointer;padding:0;}
.modal__close:hover{opacity:.5;}
.modal__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 20px;}
.modal__title{font-family:var(--jp);font-weight:700;font-size:28px;color:#000;margin-bottom:28px;letter-spacing:.5px;text-align:center;}
/* 運営会社：ラベル＋値の定義リスト（行間に区切り線） */
.modal__deflist{display:block;}
.modal__row{display:flex;gap:20px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #e2e2e2;}
.modal__row:last-child{border-bottom:0;}
.modal__row dt{flex:0 0 120px;font-family:var(--jp);font-weight:700;font-size:16px;color:#000;}
.modal__row dd{flex:1;font-family:var(--jp);font-weight:400;font-size:16px;color:#333;line-height:1.7;}
/* 管理者の声 */
.modal__eyebrow{font-family:var(--en);font-weight:800;font-size:18px;letter-spacing:3px;color:var(--yellow);
  -webkit-text-stroke:.4px #caa800;margin-bottom:14px;}
.modal__voice{font-family:var(--jp);font-weight:500;font-size:17px;color:#333;line-height:1.9;}
/* 利用規約：長文ドキュメント */
.modal__card--doc{max-width:720px;}
.modal__doc p{font-family:var(--jp);font-weight:400;font-size:14px;color:#333;line-height:1.85;margin-bottom:14px;}
.modal__doc h3{font-family:var(--jp);font-weight:700;font-size:17px;color:#000;margin:26px 0 10px;}

/* =====================================================================
   レスポンシブ — タブレット
   ===================================================================== */
@media (max-width:980px){
  :root{--pad:40px;}
  .sec-title{font-size:44px;}
  .sub__l2{font-size:44px;}
  .feat-title{font-size:40px;letter-spacing:3px;}
  .price-head .price-en{font-size:44px;}
  .apply .apply-title{font-size:44px;}
  .price-amount .num{font-size:110px;}
  /* 価格カード: デスクトップの大型paddingはタブレット幅で溢れるため縮小 */
  .price-ribbon{padding:48px 30px;}
  .price-amount{padding:56px 70px 56px 80px;}
  .feature__row{gap:24px;}
}

/* =====================================================================
   レスポンシブ — モバイル(≤640px)
   ===================================================================== */
@media (max-width:640px){
  :root{--pad:20px;}
  /* nav — fixed だと full-page キャプチャでビューポート末尾(黒セクション上)に描画され
     ロゴ/MENU が黒地に溶けて不可視になる。absolute でヒーロー先頭(黄背景)に固定して可視化する */
  .nav{position:absolute;height:64px;padding:0 16px;background:transparent;}
  .nav__menu{display:none;}
  .nav__burger{display:flex;}
  /* モバイル: ハンバーガー押下で開くドロップダウン（JSで .is-open を付与） */
  .nav__menu.is-open{display:flex;flex-direction:column;position:absolute;top:60px;right:12px;left:12px;
    transform:none;background:#fff;border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.18);
    padding:12px 18px;gap:12px;z-index:80;}
  .nav__menu.is-open a{font-size:15px;padding:8px 4px;color:#000;}
  .nav__logo img{height:30px;}

  /* hero → モバイル専用構成（黄背景に縦積み） */
  .hero{aspect-ratio:auto;max-height:none;background-size:cover;background-position:top center;
    padding:90px 20px 40px;min-height:560px;}
  .hero__headline{position:static;width:90%;margin:0 0 24px;}
  .hero__ctas{position:static;}
  .cta-btn{min-width:0;width:100%;}

  /* 赤シール表示（モバイルのみ・元LP準拠） */
  .sub__seal{display:block;width:300px;max-width:78%;}
  .sub__l1{font-size:24px;}
  .sub__l2{font-size:34px;}

  .eyebrow{font-size:16px;}
  .sec-title{font-size:36px;}

  .video-cap{margin-left:0;text-align:center;font-size:18px;}

  .feature__row,.feature__row.reverse{flex-direction:column;gap:20px;}
  .feat-title{font-size:36px;letter-spacing:2px;}
  .feat-hl{font-size:18px;letter-spacing:2px;}
  .feat-body{font-size:16px;letter-spacing:1px;}

  .steps{padding:30px 16px 36px;border-radius:18px;}
  .step1-phones{flex-direction:column;align-items:center;gap:20px;}
  .step1-phones img{width:62%;}
  .steps-2col{flex-direction:column;gap:30px;}
  .steps-2col img.phone{width:62%;}
  .step-title{font-size:28px;}
  .step-desc{font-size:22px;}

  .price-head .price-en{font-size:44px;}
  .price-head .price-lead{font-size:22px;}
  .price-card{flex-direction:column;gap:16px;}
  .price-ribbon::after{display:none;}
  /* 価格カード: モバイルは縦積み・元の小型paddingに戻す（はみ出し防止） */
  .price-ribbon{padding:30px 34px;}
  .price-amount{padding:24px 40px 24px 48px;}
  .price-amount .num{font-size:96px;}

  .compare__lead{font-size:24px;}
  .compare__sub{font-size:15px;}
  .ctable th,.ctable td{padding:12px 6px;font-size:14px;}
  .ctable thead th,.ctable tbody th,.ctable td{font-size:14px;}
  .ctable td.hl .big{font-size:20px;}

  .faq__q .qtext{font-size:16px;}
  .faq__a .atext{font-size:14px;}

  .apply .apply-title{font-size:44px;}

  .footer__photo{height:180px;}
  /* フッターリンクは元LPモバイルでは縦積み3行 */
  .footer__links{flex-direction:column;gap:14px;align-items:center;border-left:0;border-right:0;}
  .footer__links a{position:relative;padding:0 14px;border-left:0;}

  /* CTAボタンのラベルが過剰改行しないよう幅を確保し文字を縮める */
  .cta-btn{padding:14px 16px;gap:12px;}
  .cta-btn .badge{width:48px;height:48px;}
  .cta-btn .label{font-size:18px;line-height:1.35;flex:1 1 auto;min-width:0;word-break:keep-all;}
  .apply .cta-btn .label{font-size:18px;}

  /* 動画キャプションは元LPでは1行 */
  .video-cap{font-size:16px;letter-spacing:0;white-space:nowrap;}

  /* モーダル */
  .modal{padding:20px 14px;}
  .modal__card{padding:36px 24px;max-height:88vh;border-radius:16px;}
  .modal__title{font-size:23px;margin-bottom:22px;}
  .modal__close{top:16px;right:18px;}
  .modal__row{flex-direction:column;gap:6px;padding:14px 0;}
  .modal__row dt{flex:none;}

  /* セクション縦余白を詰める */
  .sub{padding:60px 20px 60px;}
  .features-head{padding:60px 0 30px;}
  .feature{padding:60px 0;}
  .faq{padding:50px 0 60px;}
  .apply{padding:60px 0 70px;}

  /* 3ステップ: 1列に */
  .steps-grid{grid-template-columns:1fr;margin:40px 0 20px;}
  .step-desc{font-size:18px;}

  /* 価格リボンフォント縮小 */
  .price-ribbon .r1{font-size:26px;letter-spacing:2px;}
  .price-ribbon .r2{font-size:44px;letter-spacing:3px;}

  /* 比較表: 横スクロール */
  .ctable td:not(.hl){width:auto;min-width:110px;}
  .ctable tbody th{width:100px;}

  /* 浮遊CTAボタン縮小 */
  .float-cta{right:12px;bottom:12px;min-width:160px;gap:10px;padding:10px 16px 10px 10px;}
  .float-cta__badge{width:44px;height:44px;}
  .float-cta__badge b{font-size:16px;}
  .float-cta__badge small{font-size:11px;}
  .float-cta__label{font-size:13px;}
}
