/* ==========================================
   Front Page v2 (tryhatch-style LP + Media)
   ========================================== */
:root {
  --orange-50:#FFF5EC; --orange-100:#FFE4CC; --orange-200:#FFC89C;
  --orange-300:#FFA564; --orange-500:#FF6B1A; --orange-600:#E85510; --orange-700:#C74409;
  --navy-900:#0D2840; --navy-700:#1E4976; --navy-500:#2B6CB0;
  --ink-900:#1a1613; --ink-700:#3d342c; --ink-500:#7a6b5d; --ink-300:#d4c9ba; --ink-200:#ebe3d6; --ink-100:#f5f0e6; --ink-50:#faf7f1;
  --red-500:#D93025;
}

.accent { color: var(--orange-500) !important; }
.accent-red { color: var(--red-500) !important; }

/* ====== Buttons ====== */
.lp2-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:14px 26px; font-size:14px; font-weight:800; border-radius:6px; text-decoration:none; transition:all .15s; cursor:pointer; border:0; white-space:nowrap; }
.lp2-btn:hover { text-decoration:none; transform:translateY(-1px); }
.lp2-btn--primary { background:var(--orange-500); color:#fff; box-shadow:0 4px 0 var(--orange-700); }
.lp2-btn--primary:hover { background:var(--orange-600); color:#fff; }
.lp2-btn--ghost { background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.4); }
.lp2-btn--ghost:hover { background:rgba(255,255,255,.1); color:#fff; }
.lp2-btn--white { background:#fff; color:var(--orange-500); }
.lp2-btn--white:hover { background:var(--orange-50); color:var(--orange-500); }
.lp2-btn--xl { padding:20px 42px; font-size:17px; letter-spacing:.02em; }
.lp2-btn--xl svg { margin-left:4px; }

/* ====== Section Head ====== */
.lp2-head { text-align:center; margin-bottom:56px; }
.lp2-head__en { display:inline-block; padding:4px 12px; background:var(--orange-50); color:var(--orange-600); font-size:11px; font-weight:900; letter-spacing:.14em; border-radius:4px; margin-bottom:14px; }
.lp2-head__title { font-size:clamp(26px,4vw,38px); font-weight:900; margin:0 0 14px; letter-spacing:-.02em; line-height:1.4; color:var(--ink-900); }
.lp2-head__title span { color:var(--orange-500); }
.lp2-head__lead { font-size:15px; color:#555; margin:0; line-height:1.9; }
.lp2-head--light .lp2-head__title { color:var(--ink-900); }

/* ====== tryhatch風 HERO v2（リファイン） ====== */
.th-hero { background:#fff; padding:60px 0 40px; }
.th-hero__container { max-width:1280px; margin:0 auto; padding:0 24px; }
.th-hero__grid { display:grid; grid-template-columns:1.15fr 1fr; gap:56px; margin-bottom:40px; align-items:center; }
.th-hero__left { }
.th-hero__sub { font-size:clamp(18px,2.2vw,30px); font-weight:900; color:#0AADA1; line-height:1.55; margin:0 0 24px; letter-spacing:-.01em; }
.th-hero__sub-accent { background:linear-gradient(transparent 60%,rgba(10,173,161,.25) 60%); padding:0 4px; }
.th-hero__title { font-size:clamp(26px,4vw,48px); font-weight:900; line-height:1.3; letter-spacing:-.015em; margin:0 0 40px; color:#1a1613; }
.th-hero__accent { color:#F7931E; display:block; }

/* === Medal Award Badges（画像3枚） === */
.th-hero__awards {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:640px;
  margin-top:12px;
}
.th-hero__award {
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  aspect-ratio:1/1;
  object-fit:contain;
}
@media (max-width:1024px) {
  .th-hero__awards { max-width:520px; }
}
@media (max-width:640px) {
  .th-hero__awards { gap:8px; max-width:100%; }
}
@media (max-width:420px) {
  .th-hero__awards { gap:4px; }
}

/* === Right: Plain Image === */
.th-hero__right { }
img.th-hero__result { width:100%; height:auto; max-width:100%; display:block; margin:0; padding:0; background:none; border:0; border-radius:0; box-shadow:none; }
.th-hero__cta { display:flex; align-items:center; justify-content:center; gap:8px; position:relative; width:100%; padding:22px 24px; background:#F7931E; color:#fff; font-size:clamp(18px,2.2vw,24px); font-weight:900; border-radius:10px; text-decoration:none; box-shadow:0 6px 0 #C74409; transition:all .15s; overflow:hidden; }
.th-hero__cta:hover { transform:translateY(2px); box-shadow:0 2px 0 #C74409; color:#fff; text-decoration:none; }
.th-hero__cta svg { flex-shrink:0; }
.th-hero__cta-sub { margin:10px 0 0; font-size:12px; color:#7a6b5d; text-align:center; font-weight:700; }

/* Marquee */
.th-hero__marquee-wrap { padding:36px 0 48px; background:#fff; border-radius:16px; }
.th-hero__marquee-title { text-align:center; font-size:clamp(18px,2vw,26px); font-weight:900; color:#1a1613; margin:0 0 28px; letter-spacing:.02em; }
.th-hero__marquee { overflow:hidden; position:relative; width:100%; }
.th-hero__marquee-list { display:flex; gap:48px; list-style:none; padding:0; margin:0; animation:th-marquee 60s linear infinite; width:max-content; align-items:center; }
.th-hero__marquee-item { flex-shrink:0; padding:10px 22px; background:#fff; border:1px solid #ebe3d6; border-radius:999px; font-size:13px; font-weight:700; color:#1a1613; white-space:nowrap; }
.th-hero__marquee-item--logo { padding:0; background:transparent; border:0; height:120px; width:240px; display:flex; align-items:center; justify-content:center; }
.th-hero__marquee-item--logo img { max-height:100%; max-width:100%; width:auto; height:auto; object-fit:contain; filter:grayscale(0.15); transition:filter .2s; }
.th-hero__marquee-item--logo:hover img { filter:grayscale(0); }
.th-hero__marquee:hover .th-hero__marquee-list { animation-play-state:paused; }
@media (max-width:640px) {
  .th-hero__marquee-item--logo { height:84px; width:180px; }
  .th-hero__marquee-wrap { padding:24px 0 32px; }
  .th-hero__marquee-list { gap:32px; }
}
@keyframes th-marquee {
  0% { transform:translateX(0); }
  100% { transform:translateX(-50%); }
}

@media (max-width:1024px) {
  .th-hero__grid { grid-template-columns:1fr; gap:40px; }
  .th-hero__awards { max-width:100%; }
}
@media (max-width:640px) {
  .th-hero__awards { gap:10px; }
  .th-hero__result-metric-row { flex-wrap:wrap; }
}

/* ====== 旧HERO（非表示） ====== */
.lp2-hero { position:relative; padding:100px 0 120px; background:linear-gradient(135deg,#0D2840 0%,#1a1613 60%,#2b2520 100%); color:#fff; overflow:hidden; display:none; }
.lp2-hero__bg { position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:50px 50px; }
.lp2-hero__deco { position:absolute; border-radius:50%; pointer-events:none; }
.lp2-hero__deco--1 { top:-150px; right:-5%; width:500px; height:500px; background:radial-gradient(circle,rgba(255,107,26,.4),transparent 65%); }
.lp2-hero__deco--2 { bottom:-100px; left:-5%; width:350px; height:350px; background:radial-gradient(circle,rgba(255,107,26,.25),transparent 70%); }
.lp2-hero__inner { position:relative; z-index:1; max-width:980px; margin:0 auto; text-align:center; }
.lp2-hero__copy { display:flex; flex-direction:column; align-items:center; }
.lp2-hero__tag { display:inline-flex; align-items:center; gap:10px; padding:8px 18px; background:rgba(255,107,26,.15); border:1px solid rgba(255,107,26,.4); border-radius:999px; margin-bottom:26px; font-size:12px; font-weight:800; letter-spacing:.12em; color:var(--orange-300); }
.lp2-hero__dot { width:8px; height:8px; border-radius:50%; background:var(--orange-500); box-shadow:0 0 12px var(--orange-500); animation:pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:.5;} }
.lp2-hero__title { font-size:clamp(30px,5.5vw,56px); font-weight:900; line-height:1.25; letter-spacing:-.03em; margin:0; }
.lp2-hero__title-sub { display:block; font-size:clamp(16px,2.2vw,24px); font-weight:700; color:var(--orange-300); margin-bottom:14px; letter-spacing:-.01em; }
.lp2-hero__title-main { display:block; color:#fff; }
.lp2-hero__accent { background:linear-gradient(120deg,var(--orange-300) 0%,var(--orange-500) 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.lp2-hero__lead { font-size:clamp(14px,1.5vw,17px); color:var(--ink-300); margin:28px 0 38px; line-height:1.9; }
.lp2-hero__lead b { color:#fff; }
.lp2-hero__cta { display:flex; gap:14px; flex-wrap:wrap; justify-content:center; margin-bottom:48px; }
.lp2-hero__cta .lp2-btn { padding:18px 32px; font-size:16px; }
.lp2-hero__trust { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; width:100%; max-width:800px; padding-top:28px; border-top:1px solid rgba(255,255,255,.15); }
.lp2-hero__trust-item { display:flex; flex-direction:column; align-items:center; gap:6px; }
.lp2-hero__trust-item strong { font-size:clamp(22px,3vw,32px); font-weight:900; color:var(--orange-300); letter-spacing:-.02em; line-height:1; font-variant-numeric:tabular-nums; }
.lp2-hero__trust-item strong span { font-size:.6em; color:#fff; font-weight:700; margin-left:2px; }
.lp2-hero__trust-item > span { font-size:11px; color:var(--ink-300); letter-spacing:.05em; }

/* ====== TRUST BADGES ====== */
.lp2-badges { padding:32px 0; background:#fff; border-bottom:1px solid var(--ink-200); }
.lp2-badges__title { font-size:12px; font-weight:700; color:var(--ink-500); text-align:center; margin-bottom:20px; letter-spacing:.14em; }
.lp2-badges__grid { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
.lp2-badges__item { padding:8px 18px; background:var(--ink-50); border:1px solid var(--ink-200); border-radius:6px; font-size:13px; font-weight:700; color:var(--ink-900); }

/* ====== PROBLEM ====== */
.lp2-problem { padding:100px 0 80px; background:var(--ink-50); }
.lp2-problem__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.lp2-problem__card { background:#fff; border-radius:10px; padding:28px 24px; border:1px solid var(--ink-200); }
.lp2-problem__check { width:32px; height:32px; border-radius:50%; background:var(--orange-500); color:#fff; font-weight:900; display:flex; align-items:center; justify-content:center; margin-bottom:14px; font-size:16px; }
.lp2-problem__title { font-size:17px; font-weight:800; margin:0 0 10px; line-height:1.55; color:var(--ink-900); }
.lp2-problem__desc { font-size:13px; color:#555; line-height:1.8; margin:0; }
.lp2-problem__arrow { margin-top:56px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:8px; }
.lp2-problem__arrow > div:first-child { font-size:13px; font-weight:700; color:var(--ink-700); }
.lp2-problem__arrow > div:last-child { font-size:22px; font-weight:900; color:var(--orange-500); letter-spacing:-.01em; }

/* ====== SERVICE OVERVIEW ====== */
.lp2-service-ov { padding:80px 0 40px; background:#fff; }

/* ====== MEO SERVICE ====== */
.lp2-meo { padding:60px 0 100px; background:#fff; }
.lp2-meo__inner { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.lp2-service-num { display:inline-block; padding:6px 14px; background:var(--orange-50); color:var(--orange-600); font-size:11px; font-weight:900; letter-spacing:.14em; border-radius:4px; margin-bottom:18px; }
.lp2-service-num--orange { background:var(--ink-900); color:var(--orange-300); }
.lp2-service-ttl { font-size:clamp(24px,3.5vw,34px); font-weight:900; margin:0 0 18px; letter-spacing:-.02em; line-height:1.4; color:var(--ink-900); }
.lp2-service-ttl span { display:block; color:var(--orange-500); font-size:.7em; margin-top:6px; }
.lp2-service-lead { font-size:15px; color:#555; line-height:1.9; margin:0 0 24px; }
.lp2-service-lead b { color:var(--ink-900); }
.lp2-service-list { list-style:none; padding:0; margin:0 0 28px; display:flex; flex-direction:column; gap:12px; }
.lp2-service-list li { padding:14px 18px 14px 52px; background:var(--ink-50); border-radius:6px; position:relative; font-size:13px; color:#555; line-height:1.6; }
.lp2-service-list li::before { content:"✓"; position:absolute; left:16px; top:50%; transform:translateY(-50%); width:24px; height:24px; border-radius:50%; background:var(--orange-500); color:#fff; font-weight:900; display:flex; align-items:center; justify-content:center; font-size:13px; }
.lp2-service-list strong { display:block; color:var(--ink-900); font-weight:800; font-size:14px; margin-bottom:2px; }
.lp2-service-price { display:flex; align-items:baseline; gap:8px; margin-bottom:24px; padding:16px 20px; background:var(--orange-50); border-radius:8px; }
.lp2-service-price__label { font-size:12px; font-weight:700; color:var(--ink-700); }
.lp2-service-price__num { font-size:32px; font-weight:900; color:var(--orange-500); letter-spacing:-.03em; }
.lp2-service-price__unit { font-size:13px; color:var(--ink-500); font-weight:600; }
.lp2-meo__right { display:flex; justify-content:center; }
.lp2-meo__chart { background:#fff; border-radius:14px; padding:28px; width:100%; box-shadow:0 12px 40px rgba(0,0,0,.08); border:1px solid var(--ink-200); }
.lp2-meo__chart-label { font-size:12px; color:var(--ink-500); font-weight:700; }
.lp2-meo__chart-num { font-size:48px; font-weight:900; color:var(--ink-900); letter-spacing:-.03em; line-height:1; margin-top:8px; }
.lp2-meo__chart-num span { font-size:18px; color:var(--orange-500); margin-left:10px; font-weight:800; }
.lp2-meo__bars { display:flex; align-items:flex-end; gap:6px; height:120px; margin:24px 0 12px; }
.lp2-meo__bar { flex:1; background:var(--orange-200); border-radius:4px 4px 0 0; }
.lp2-meo__bar--hl { background:var(--orange-500); }
.lp2-meo__chart-foot { font-size:11px; color:var(--ink-500); }

/* ====== P-MAX SERVICE ====== */
.lp2-pmax { padding:100px 0; background:linear-gradient(180deg,var(--ink-50) 0%,#fff 100%); }
.lp2-pmax__intro { max-width:100%; margin:0 0 48px; text-align:left; }
.lp2-pmax__intro .lp2-service-num { margin-bottom:12px; }
.lp2-pmax__title { font-size:clamp(26px,4vw,38px); font-weight:900; margin:0 0 18px; letter-spacing:-.02em; line-height:1.4; color:var(--ink-900); }
.lp2-pmax__title span { display:block; color:var(--orange-500); font-size:.7em; margin-top:6px; }
.lp2-pmax__lead { font-size:15px; color:#555; line-height:2; margin:0; max-width:820px; }
.lp2-pmax__lead b { color:var(--ink-900); }

/* === Chubby独自アルゴリズム訴求ブロック === */
.lp2-algo { background:#fff; border-radius:16px; padding:48px 40px; margin-bottom:60px; border:1px solid var(--ink-200); box-shadow:0 4px 20px rgba(0,0,0,.04); }
.lp2-algo__intro { text-align:center; margin-bottom:36px; }
.lp2-algo__tag { display:inline-block; padding:6px 18px; background:linear-gradient(135deg,var(--orange-500),var(--orange-600,#e8671a)); color:#fff; font-size:11px; font-weight:900; letter-spacing:.18em; border-radius:99px; margin-bottom:18px; }
.lp2-algo__title { font-size:clamp(20px,2.4vw,26px); font-weight:900; line-height:1.65; color:var(--ink-900); margin:0; letter-spacing:-.01em; }
.lp2-algo__title-num { display:inline-block; padding:2px 12px; background:var(--ink-900); color:#fff; border-radius:6px; margin:0 4px; font-size:.95em; }
.lp2-algo__title-em { color:var(--orange-500); }

/* 2カラム分類 */
.lp2-algo__grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-bottom:32px; }
.lp2-algo__col { border-radius:12px; padding:28px 24px; display:flex; flex-direction:column; gap:18px; position:relative; }
.lp2-algo__col--weak { background:var(--ink-50); border:1px solid var(--ink-200); }
.lp2-algo__col--strong { background:linear-gradient(135deg,#fff7ed,#ffe8d0); border:2px solid var(--orange-500); box-shadow:0 8px 24px rgba(255,107,26,.15); }
.lp2-algo__col-head { text-align:center; }
.lp2-algo__col-badge { display:inline-block; padding:5px 14px; font-size:11px; font-weight:900; letter-spacing:.1em; border-radius:4px; margin-bottom:10px; }
.lp2-algo__col-badge--weak { background:var(--ink-500); color:#fff; }
.lp2-algo__col-badge--strong { background:var(--orange-500); color:#fff; }
.lp2-algo__col-ttl { font-size:14px; font-weight:800; line-height:1.6; color:var(--ink-900); margin:0; }
.lp2-algo__col-ttl strong { color:var(--orange-500); }
.lp2-algo__col--weak .lp2-algo__col-ttl strong { color:var(--ink-900); text-decoration:underline; text-decoration-color:var(--ink-500); text-underline-offset:3px; }
.lp2-algo__channels { display:grid; gap:10px; }
.lp2-algo__channels--weak { grid-template-columns:repeat(4,1fr); }
.lp2-algo__channels--strong { grid-template-columns:repeat(2,1fr); }
.lp2-algo__channel { display:flex; flex-direction:column; align-items:center; gap:8px; padding:14px 6px; background:#fff; border-radius:8px; border:1px solid var(--ink-200); opacity:.6; filter:grayscale(.3); }
.lp2-algo__channel--lg { padding:22px 8px; gap:10px; opacity:1; filter:none; border:2px solid var(--orange-200); background:#fff; }
.lp2-algo__channel-icon { width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:22px; font-weight:900; }
.lp2-algo__channel--lg .lp2-algo__channel-icon { width:56px; height:56px; font-size:28px; }
.lp2-algo__channel-name { font-size:11px; font-weight:800; color:var(--ink-900); text-align:center; line-height:1.3; }
.lp2-algo__channel--lg .lp2-algo__channel-name { font-size:13px; }
.lp2-algo__col-note { font-size:12px; line-height:1.7; color:#666; margin:0; text-align:center; }
.lp2-algo__col--strong .lp2-algo__col-note { color:var(--orange-700); font-weight:700; }

/* 矢印バー */
.lp2-algo__arrow { position:relative; text-align:center; margin:0 auto 28px; max-width:520px; }
.lp2-algo__arrow-line { height:2px; background:linear-gradient(90deg,transparent,var(--orange-500),transparent); position:relative; }
.lp2-algo__arrow-line::after { content:'▼'; position:absolute; top:-10px; left:50%; transform:translateX(-50%); color:var(--orange-500); font-size:18px; }
.lp2-algo__arrow-label { display:inline-block; margin-top:14px; padding:8px 20px; background:var(--orange-500); color:#fff; font-size:13px; font-weight:900; border-radius:99px; letter-spacing:.04em; box-shadow:0 4px 12px rgba(255,107,26,.3); }

/* 9割集中配信ビジュアル */
.lp2-algo__focus { margin-bottom:32px; }
.lp2-algo__focus-bar { display:flex; height:76px; border-radius:12px; overflow:hidden; box-shadow:0 4px 16px rgba(0,0,0,.08); margin-bottom:10px; }
.lp2-algo__focus-bar-strong { flex:9; background:linear-gradient(135deg,var(--orange-500),#ff8a3d); display:flex; align-items:center; justify-content:center; gap:14px; color:#fff; padding:0 16px; position:relative; }
.lp2-algo__focus-bar-strong::after { content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.2),transparent 50%); pointer-events:none; }
.lp2-algo__focus-bar-weak { flex:1; background:var(--ink-300,#cbd0d4); display:flex; align-items:center; justify-content:center; color:#fff; }
.lp2-algo__focus-percent { font-size:clamp(28px,4vw,40px); font-weight:900; line-height:1; letter-spacing:-.02em; }
.lp2-algo__focus-percent small { font-size:.55em; font-weight:800; margin-left:2px; }
.lp2-algo__focus-percent-sm { font-size:16px; font-weight:900; }
.lp2-algo__focus-percent-sm small { font-size:.7em; }
.lp2-algo__focus-label { font-size:14px; font-weight:800; line-height:1.4; text-shadow:0 1px 4px rgba(0,0,0,.15); }
.lp2-algo__focus-caption { display:flex; justify-content:space-between; font-size:11px; color:#666; font-weight:700; padding:0 4px; }
.lp2-algo__focus-caption-weak { order:2; text-align:right; }
.lp2-algo__focus-caption-strong { order:1; color:var(--orange-700); }

/* Chubbyの強みカード */
.lp2-algo__strength { display:grid; grid-template-columns:auto 1fr; gap:24px; align-items:center; padding:32px; background:linear-gradient(135deg,#1a1613,#2d2522); border-radius:12px; color:#fff; }
.lp2-algo__strength-icon { width:72px; height:72px; border-radius:50%; background:linear-gradient(135deg,var(--orange-500),#ffb068); display:flex; align-items:center; justify-content:center; font-size:36px; color:#fff; box-shadow:0 6px 20px rgba(255,107,26,.4); }
.lp2-algo__strength-lead { display:inline-block; padding:4px 12px; background:var(--orange-500); color:#fff; font-size:11px; font-weight:900; letter-spacing:.1em; border-radius:4px; margin-bottom:10px; }
.lp2-algo__strength-ttl { font-size:clamp(20px,2.4vw,26px); font-weight:900; line-height:1.4; margin:0 0 10px; letter-spacing:-.01em; }
.lp2-algo__strength-ttl span { color:var(--orange-500); }
.lp2-algo__strength-desc { font-size:14px; line-height:1.9; color:#e8e4e0; margin:0; }
.lp2-algo__strength-desc b { color:#ffb068; font-weight:800; }

/* 従来 vs P-MAX */
.lp2-pmax__compare { background:#fff; border-radius:12px; padding:36px 32px; margin-bottom:60px; border:1px solid var(--ink-200); }
.lp2-pmax__compare-head { font-size:18px; font-weight:900; text-align:center; margin-bottom:28px; color:var(--ink-900); }
.lp2-pmax__compare-grid { display:grid; grid-template-columns:1fr auto 1fr; gap:24px; align-items:center; }
.lp2-pmax__compare-old, .lp2-pmax__compare-new { padding:24px 20px; border-radius:10px; background:var(--ink-50); text-align:center; }
.lp2-pmax__compare-new { background:linear-gradient(135deg,var(--orange-50),var(--orange-100)); border:2px solid var(--orange-500); }
.lp2-pmax__compare-tag { display:inline-block; padding:6px 16px; background:var(--ink-500); color:#fff; font-size:12px; font-weight:800; border-radius:4px; margin-bottom:14px; letter-spacing:.05em; }
.lp2-pmax__compare-tag--orange { background:var(--orange-500); }
.lp2-pmax__compare-old ul { list-style:none; padding:0; margin:0 0 14px; display:flex; flex-direction:column; gap:8px; }
.lp2-pmax__compare-old li { padding:10px 14px; background:#fff; border-radius:6px; font-size:13px; font-weight:700; color:var(--ink-900); }
.lp2-pmax__compare-old p { font-size:12px; color:var(--ink-500); margin:0; }
.lp2-pmax__compare-circle { width:180px; height:180px; border-radius:50%; background:var(--orange-500); color:#fff; display:flex; align-items:center; justify-content:center; margin:0 auto 14px; font-size:13px; font-weight:800; line-height:1.5; padding:16px; }
.lp2-pmax__compare-circle strong { font-size:15px; }
.lp2-pmax__compare-new p { font-size:13px; color:var(--orange-700); margin:0; font-weight:700; }
.lp2-pmax__compare-arrow { font-size:40px; color:var(--orange-500); font-weight:900; text-align:center; }

/* Section title (sub) */
.lp2-pmax__sec-title { font-size:clamp(22px,3vw,30px); font-weight:900; text-align:center; margin:0 0 32px; letter-spacing:-.01em; color:var(--ink-900); }
.lp2-pmax__sec-title span { color:var(--orange-500); }

/* 4メリット */
.lp2-pmax__merits { margin-bottom:60px; }
.lp2-pmax__merits-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.lp2-pmax__merit { background:#fff; border-radius:12px; padding:32px 28px; border:2px solid var(--orange-100); position:relative; }
.lp2-pmax__merit-tag { display:inline-block; padding:4px 12px; background:var(--orange-500); color:#fff; font-size:11px; font-weight:900; letter-spacing:.12em; border-radius:4px; margin-bottom:12px; }
.lp2-pmax__merit h4 { font-size:17px; font-weight:900; margin:0 0 12px; line-height:1.55; color:var(--ink-900); padding-bottom:10px; border-bottom:2px solid var(--orange-200); }
.lp2-pmax__merit p { font-size:13px; color:#555; line-height:1.9; margin:0; }
.lp2-note { display:block; margin-top:10px; font-size:11px; color:var(--orange-600); font-weight:700; }

/* 2デメリット */
.lp2-pmax__demerits { margin-bottom:60px; background:#fff; border-radius:12px; padding:40px 32px; border:1px solid var(--ink-200); }
.lp2-pmax__demerits-lead { text-align:center; font-size:14px; color:#555; margin:0 0 32px; line-height:1.9; }
.lp2-pmax__demerits-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.lp2-pmax__demerit { background:var(--ink-50); border-radius:10px; padding:28px 24px; border-left:4px solid var(--red-500); }
.lp2-pmax__demerit-tag { display:inline-block; padding:4px 12px; background:var(--red-500); color:#fff; font-size:11px; font-weight:900; letter-spacing:.12em; border-radius:4px; margin-bottom:12px; }
.lp2-pmax__demerit h4 { font-size:16px; font-weight:900; margin:0 0 12px; line-height:1.55; color:var(--ink-900); }
.lp2-pmax__demerit p { font-size:13px; color:#555; line-height:1.9; margin:0; }
.lp2-pmax__demerit b { color:var(--red-500); }
.lp2-pmax__demerits-solution { margin-top:24px; padding:24px 28px; background:linear-gradient(135deg,var(--orange-50),var(--orange-100)); border:2px dashed var(--orange-500); border-radius:10px; text-align:center; }
.lp2-pmax__demerits-solution-tag { display:inline-block; padding:4px 14px; background:var(--orange-500); color:#fff; font-size:11px; font-weight:900; letter-spacing:.14em; border-radius:4px; margin-bottom:12px; }
.lp2-pmax__demerits-solution p { font-size:14px; color:var(--ink-900); line-height:1.9; margin:0; }

/* 運用実績 */
.lp2-pmax__results { margin-bottom:60px; }
.lp2-pmax__results-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.lp2-pmax__result { background:#fff; border-radius:12px; padding:28px 24px; border:1px solid var(--ink-200); }
.lp2-pmax__result-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:16px; border-bottom:2px solid var(--orange-500); margin-bottom:16px; }
.lp2-pmax__result-name { font-size:18px; font-weight:900; color:var(--ink-900); }
.lp2-pmax__result-genre { font-size:11px; color:var(--ink-500); font-weight:700; padding:4px 10px; background:var(--ink-50); border-radius:4px; }
.lp2-pmax__result-summary { font-size:13px; color:#555; line-height:1.85; margin:0 0 18px; }
.lp2-pmax__result-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.lp2-pmax__result-metrics > div { padding:14px 12px; background:var(--orange-50); border-radius:6px; text-align:center; }
.lp2-pmax__result-metrics span { display:block; font-size:10px; color:var(--ink-500); font-weight:700; margin-bottom:4px; letter-spacing:.05em; }
.lp2-pmax__result-metrics strong { font-size:16px; color:var(--orange-600); font-weight:900; letter-spacing:-.02em; }

/* 料金表 */
.lp2-pmax__pricing { background:#fff; border-radius:12px; padding:40px 32px; border:1px solid var(--ink-200); }
.lp2-pmax__pricing-init { text-align:center; font-size:16px; margin-bottom:24px; padding:12px; background:var(--ink-900); color:#fff; border-radius:6px; font-weight:700; }
.lp2-pmax__pricing-init strong { color:var(--orange-300); font-size:22px; margin:0 6px; font-weight:900; }
.lp2-pmax__pricing-table { width:100%; border-collapse:collapse; }
.lp2-pmax__pricing-table th { background:var(--ink-900); color:#fff; padding:14px; font-size:13px; font-weight:800; text-align:center; }
.lp2-pmax__pricing-table th:first-child { background:var(--ink-700); }
.lp2-pmax__pricing-table td { padding:20px 18px; border:1px solid var(--ink-200); vertical-align:middle; }
.lp2-pmax__pricing-tier { background:var(--orange-50); color:var(--orange-700); font-size:14px; font-weight:900; text-align:center; width:180px; }
.lp2-pmax__pricing-amount { background:#fff; font-size:22px; font-weight:900; color:var(--orange-500); text-align:center; letter-spacing:-.02em; width:220px; }
.lp2-pmax__pricing-amount span { display:block; font-size:11px; color:var(--ink-500); font-weight:700; margin-top:4px; }
.lp2-pmax__pricing-feat ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(2,1fr); gap:6px; }
.lp2-pmax__pricing-feat li { padding-left:18px; position:relative; font-size:13px; color:var(--ink-900); }
.lp2-pmax__pricing-feat li::before { content:"✓"; position:absolute; left:0; color:var(--orange-500); font-weight:900; }
.lp2-pmax__pricing-note { text-align:center; font-size:12px; color:var(--ink-500); margin:18px 0 0; }
.lp2-pmax__cta { text-align:center; margin-top:40px; }
.lp2-pmax__cta-sub { margin:14px 0 0; font-size:13px; color:#777; font-weight:600; }

/* ====== INTEGRATION ====== */

/* ====== CASE STUDIES ====== */
.lp2-case { padding:100px 0; background:var(--ink-50); }
.lp2-case__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.lp2-case__card { background:#fff; border-radius:10px; padding:24px; border:1px solid var(--ink-200); position:relative; }
.lp2-case__genre { position:absolute; top:14px; right:14px; padding:3px 10px; background:var(--ink-50); font-size:10px; font-weight:700; color:var(--ink-500); border-radius:3px; }
.lp2-case__card h3 { font-size:17px; font-weight:900; margin:0 0 6px; color:var(--ink-900); }
.lp2-case__service { font-size:12px; font-weight:700; color:var(--orange-600); padding:3px 10px; background:var(--orange-50); border-radius:3px; display:inline-block; margin-bottom:18px; }
.lp2-case__metrics { display:grid; grid-template-columns:1fr 1fr; gap:12px; padding-top:16px; border-top:2px solid var(--orange-500); }
.lp2-case__metrics > div { display:flex; flex-direction:column; }
.lp2-case__metrics span { font-size:11px; color:var(--ink-500); font-weight:700; margin-bottom:4px; }
.lp2-case__metrics strong { font-size:20px; font-weight:900; color:var(--orange-500); letter-spacing:-.02em; }

/* ====== REASONS ====== */
.lp2-reasons { padding:100px 0; background:#fff; }
.lp2-reasons__grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.lp2-reason { display:grid; grid-template-columns:auto 1fr; gap:24px; align-items:flex-start; padding:36px 36px 32px; border-radius:14px; border:1px solid var(--ink-200); background:linear-gradient(180deg,#fff,#fafafa); transition:all .2s; position:relative; }
.lp2-reason:hover { border-color:var(--orange-500); transform:translateY(-4px); box-shadow:0 12px 32px rgba(0,0,0,.08); }
.lp2-reason::before { content:''; position:absolute; top:0; left:0; width:4px; height:100%; background:linear-gradient(180deg,var(--orange-500),#ff8a3d); border-radius:14px 0 0 14px; }
.lp2-reason--wide { grid-column:1 / -1; }
.lp2-reason__num { font-family:'Georgia','serif'; font-style:italic; font-size:72px; font-weight:900; color:var(--orange-500); line-height:.95; letter-spacing:-.04em; flex-shrink:0; }
.lp2-reason__body { flex:1; }
.lp2-reason__kpi { display:inline-block; padding:4px 12px; background:var(--orange-100); color:var(--orange-700); font-size:11px; font-weight:900; letter-spacing:.04em; border-radius:99px; margin-bottom:10px; border:1px solid var(--orange-200); }
.lp2-reason__title { font-size:19px; font-weight:900; margin:0 0 10px; color:var(--ink-900); line-height:1.5; letter-spacing:-.005em; }
.lp2-reason__desc { font-size:13.5px; color:#555; line-height:1.9; margin:0; }
.lp2-reason__desc b { color:var(--ink-900); font-weight:800; }

/* ====== COMPARISON TABLE ====== */
.lp2-compare { padding:100px 0; background:#f8f7f5; }
.lp2-compare__wrap { overflow-x:auto; border-radius:14px; box-shadow:0 10px 40px rgba(0,0,0,.06); background:#fff; margin-top:20px; }
.lp2-compare__table { width:100%; border-collapse:separate; border-spacing:0; min-width:720px; }
.lp2-compare__table thead th { background:var(--ink-900); color:#fff; padding:22px 14px; font-size:14px; font-weight:900; text-align:center; letter-spacing:.02em; vertical-align:middle; position:relative; }
.lp2-compare__th-item { width:22%; background:var(--ink-500) !important; text-align:left !important; padding-left:24px !important; }
.lp2-compare__th-chubby { background:linear-gradient(135deg,var(--orange-500),#ff8a3d) !important; width:26%; }
.lp2-compare__th-other { width:26%; }
.lp2-compare__th-badge { display:block; font-size:10px; font-weight:900; letter-spacing:.18em; margin-bottom:4px; color:#1a1613; background:#fff; padding:3px 10px; border-radius:99px; width:fit-content; margin-left:auto; margin-right:auto; }

.lp2-compare__table tbody td { padding:20px 14px; border-top:1px solid var(--ink-200); text-align:center; vertical-align:middle; background:#fff; }
.lp2-compare__td-item { text-align:left !important; padding-left:24px !important; font-size:14px; font-weight:800; color:var(--ink-900); background:var(--ink-50) !important; line-height:1.55; }
.lp2-compare__td--chubby { background:linear-gradient(180deg,#fff7ed,#ffe8d0) !important; position:relative; }
.lp2-compare__td--chubby::before { content:''; position:absolute; top:0; left:0; right:0; bottom:0; border-left:2px solid rgba(255,107,26,.3); border-right:2px solid rgba(255,107,26,.3); pointer-events:none; }
.lp2-compare__table tbody tr:last-child .lp2-compare__td--chubby { border-bottom:2px solid rgba(255,107,26,.3); border-bottom-left-radius:0; border-bottom-right-radius:0; }

.lp2-compare__symbol { display:flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:50%; font-size:20px; font-weight:900; margin:0 auto 6px; }
.lp2-compare__symbol--best { background:var(--orange-500); color:#fff; box-shadow:0 4px 10px rgba(255,107,26,.3); }
.lp2-compare__symbol--good { background:#E8F5E9; color:#2E7D32; }
.lp2-compare__symbol--mid { background:#FFF8E1; color:#F9A825; }
.lp2-compare__symbol--bad { background:#FFEBEE; color:#C62828; }
.lp2-compare__td-text { display:block; font-size:12px; font-weight:700; line-height:1.5; color:#555; }
.lp2-compare__td--chubby .lp2-compare__td-text { color:var(--orange-700); font-weight:800; }

.lp2-compare__legend { text-align:center; font-size:12px; color:#777; font-weight:700; margin:20px 0 40px; letter-spacing:.02em; }
.lp2-compare__cta { text-align:center; }

/* ====== FLOW ====== */
.lp2-flow { padding:100px 0; background:var(--ink-50); }
.lp2-flow__grid { display:flex; align-items:stretch; gap:12px; flex-wrap:wrap; justify-content:center; }
.lp2-flow__step { flex:1; min-width:200px; padding:28px 22px; background:#fff; border-radius:10px; border:1px solid var(--ink-200); }
.lp2-flow__num { display:inline-block; padding:3px 10px; background:var(--orange-500); color:#fff; font-size:11px; font-weight:900; border-radius:3px; letter-spacing:.08em; margin-bottom:12px; }
.lp2-flow__step h3 { font-size:16px; font-weight:900; margin:0 0 6px; color:var(--ink-900); }
.lp2-flow__step p { font-size:12px; color:var(--ink-500); margin:0; line-height:1.7; }
.lp2-flow__arrow { display:flex; align-items:center; font-size:32px; color:var(--orange-500); font-weight:900; }

/* ====== FAQ ====== */
.lp2-faq { padding:100px 0; background:#fff; }
.lp2-faq__list { max-width:880px; margin:0 auto; }
.lp2-faq__item { margin-bottom:10px; border:1px solid var(--ink-200); border-radius:10px; overflow:hidden; background:#fff; }
.lp2-faq__item summary { list-style:none; cursor:pointer; padding:20px 54px 20px 60px; font-weight:800; position:relative; color:var(--ink-900); line-height:1.6; background:var(--ink-50); font-size:15px; }
.lp2-faq__item summary::-webkit-details-marker { display:none; }
.lp2-faq__item summary::before { content:"Q"; position:absolute; left:18px; top:50%; transform:translateY(-50%); width:30px; height:30px; border-radius:50%; background:var(--orange-500); color:#fff; font-weight:900; display:flex; align-items:center; justify-content:center; font-size:15px; }
.lp2-faq__item summary::after { content:"+"; position:absolute; right:22px; top:50%; transform:translateY(-50%); font-size:24px; font-weight:900; color:var(--orange-500); }
.lp2-faq__item[open] summary::after { content:"−"; }
.lp2-faq__item[open] summary { background:var(--orange-50); }
.lp2-faq__item > div { padding:20px 22px 20px 60px; border-top:1px solid var(--ink-200); position:relative; font-size:14px; line-height:1.9; color:#555; }
.lp2-faq__item > div::before { content:"A"; position:absolute; left:18px; top:20px; width:30px; height:30px; border-radius:50%; background:var(--ink-900); color:var(--orange-300); font-weight:900; display:flex; align-items:center; justify-content:center; font-size:15px; }

/* ====== MEDIA ====== */
.lp2-media { padding:100px 0; background:var(--ink-50); }
.lp2-media__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; row-gap:36px; }
.lp2-media__more { text-align:center; margin-top:40px; }
.lp2-media__more .lp2-btn--ghost { color:var(--ink-900); border-color:var(--ink-300); }
.lp2-media__more .lp2-btn--ghost:hover { background:var(--orange-500); border-color:var(--orange-500); color:#fff; }

/* ====== FINAL CTA ====== */
.lp2-final { padding:80px 0 100px; background:#fff; }
.lp2-final__inner { background:linear-gradient(135deg,var(--ink-900) 0%,var(--orange-700) 100%); border-radius:20px; padding:72px 48px; color:#fff; text-align:center; position:relative; overflow:hidden; }
.lp2-final__deco-1 { position:absolute; right:-120px; top:-120px; width:400px; height:400px; border-radius:50%; background:radial-gradient(circle,rgba(255,107,26,.4),transparent 65%); pointer-events:none; }
.lp2-final__deco-2 { position:absolute; left:-80px; bottom:-80px; width:280px; height:280px; border-radius:50%; background:radial-gradient(circle,rgba(255,255,255,.1),transparent 70%); pointer-events:none; }
.lp2-final__tag { position:relative; display:inline-block; padding:6px 18px; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.3); border-radius:999px; font-size:11px; font-weight:800; letter-spacing:.14em; margin-bottom:24px; color:var(--orange-300); }
.lp2-final__title { position:relative; font-size:clamp(28px,4.5vw,42px); font-weight:900; margin:0 0 20px; letter-spacing:-.02em; line-height:1.4; color:#fff; }
.lp2-final__lead { position:relative; font-size:15px; color:var(--ink-300); margin:0 0 36px; line-height:1.9; }
.lp2-final__cta { position:relative; }
.lp2-final__cta .lp2-btn { padding:20px 40px; font-size:17px; }
.lp2-final__sub { position:relative; margin:20px 0 0; font-size:12px; color:var(--ink-400); }

/* ====== Responsive ====== */
@media (max-width:1024px) {
  .lp2-problem__grid { grid-template-columns:repeat(2,1fr); }
  .lp2-reasons__grid { grid-template-columns:repeat(3,1fr); }
  .lp2-case__grid { grid-template-columns:repeat(2,1fr); }
  .lp2-meo__inner { grid-template-columns:1fr; }
  .lp2-pmax__compare-grid { grid-template-columns:1fr; }
  .lp2-pmax__compare-arrow { transform:rotate(90deg); }
  .lp2-media__grid { grid-template-columns:repeat(2,1fr); }
  .lp2-algo { padding:36px 24px; }
  .lp2-algo__grid { grid-template-columns:1fr; }
}
@media (max-width:768px) {
  .lp2-hero__trust { grid-template-columns:repeat(2,1fr); gap:20px; }
  .lp2-problem__grid { grid-template-columns:1fr; }
  .lp2-reasons__grid { grid-template-columns:1fr; }
  .lp2-reason { grid-template-columns:auto 1fr; gap:18px; padding:28px 24px 24px; }
  .lp2-reason__num { font-size:56px; }
  .lp2-reason__title { font-size:17px; }
  .lp2-reason__desc { font-size:13px; }
  .lp2-compare { padding:60px 0; }
  .lp2-compare__wrap { border-radius:10px; }
  .lp2-compare__table { min-width:640px; }
  .lp2-compare__table thead th { padding:14px 8px; font-size:12px; }
  .lp2-compare__th-badge { font-size:9px; padding:2px 8px; }
  .lp2-compare__table tbody td { padding:14px 8px; }
  .lp2-compare__td-item { font-size:12px; padding-left:14px !important; }
  .lp2-compare__symbol { width:28px; height:28px; font-size:16px; }
  .lp2-compare__td-text { font-size:10.5px; }
  .lp2-case__grid, .lp2-media__grid { grid-template-columns:1fr; }
  .lp2-pmax__merits-grid, .lp2-pmax__demerits-grid, .lp2-pmax__results-grid { grid-template-columns:1fr; }
  .lp2-pmax__pricing-table thead { display:none; }
  .lp2-pmax__pricing-table tr { display:grid; grid-template-columns:1fr; gap:8px; margin-bottom:16px; border:1px solid var(--ink-200); padding:16px; border-radius:8px; }
  .lp2-pmax__pricing-table td { border:0 !important; padding:8px; width:100% !important; }
  .lp2-pmax__pricing-feat ul { grid-template-columns:1fr; }
  /* Chubby独自アルゴリズム：SP */
  .lp2-algo { padding:28px 18px; border-radius:12px; }
  .lp2-algo__col { padding:22px 16px; }
  .lp2-algo__channels--weak { grid-template-columns:repeat(2,1fr); }
  .lp2-algo__focus-bar { height:64px; }
  .lp2-algo__focus-label { font-size:12px; }
  .lp2-algo__focus-caption { flex-direction:column; gap:4px; }
  .lp2-algo__focus-caption-weak { text-align:left; }
  .lp2-algo__strength { grid-template-columns:1fr; text-align:center; padding:28px 20px; gap:16px; }
  .lp2-algo__strength-icon { margin:0 auto; }
}
