/* ============ コミヨホウ LP ============ */
:root {
  --bg: #F7F4EE;
  --ink: #2B2B2B;
  --sub: #5d574e;
  --accent: #E8863C;
  --green: #06C755;
  --dark: #221E1A;
  --serif: "Zen Old Mincho", serif;
  --sans: "Zen Kaku Gothic New", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 2; font-size: 16px; letter-spacing: .02em; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.6; letter-spacing: .04em; }
h2 { font-size: clamp(24px, 4.2vw, 38px); margin-bottom: 28px; }
h3 { font-size: 19px; }
p { margin-bottom: 1em; }
strong { color: var(--accent); font-weight: 700; }
.center { text-align: center; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }
section { padding: 96px 0; }
.kicker { font-size: 13px; letter-spacing: .22em; color: var(--accent); font-weight: 700; margin-bottom: 14px; }
.kicker.center { text-align: center; }
.note { font-size: 12px; color: var(--sub); }
.micro { font-size: 12px; color: var(--sub); margin-top: 12px; }
.sp { display: none; }
@media (max-width: 768px) { .sp { display: inline; } .pc { display: none; } }

/* ---- ボタン ---- */
.btn { display: inline-block; padding: 18px 40px; border-radius: 999px; font-weight: 700; font-size: 17px; text-decoration: none; transition: transform .2s, box-shadow .2s; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn-line { background: var(--green); color: #fff; box-shadow: 0 8px 24px rgba(6,199,85,.35); }
.btn-tel { background: #fff; color: var(--ink); border: 2px solid var(--ink); margin-left: 10px; }
@media (max-width: 768px) { .btn { display: block; width: 100%; } .btn-tel { margin: 12px 0 0; } }

/* ---- グリッド ---- */
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 860px) { .grid2, .grid3 { grid-template-columns: 1fr; gap: 36px; } }

/* ---- ふわっと表示 ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---- 1. FV ---- */
.fv { position: relative; min-height: min(92vh, 880px); display: flex; align-items: center; overflow: hidden; }
.fv-bg { position: absolute; inset: 0; background: url("assets/web/1.jpg") center 30%/cover no-repeat; }
.fv-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,14,8,.78) 0%, rgba(20,14,8,.55) 45%, rgba(20,14,8,.25) 100%); }
.fv-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; padding: 120px 24px; color: #fff; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.badges span { font-size: 12px; font-weight: 700; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; padding: 5px 14px; backdrop-filter: blur(2px); }
.fv h1 { font-size: clamp(34px, 6vw, 58px); font-weight: 900; margin-bottom: 24px; text-shadow: 0 2px 24px rgba(0,0,0,.4); }
.fv .lead { font-size: clamp(15px, 2vw, 18px); margin-bottom: 36px; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.fv .micro { color: rgba(255,255,255,.85); }

/* ---- 2. 問題提起 ---- */
.problem { background: var(--dark); color: #f2ede4; }
.problem h2 { color: #fff; }
.problem strong { color: #ffb26b; }
.problem figure img { border-radius: 14px; box-shadow: 0 16px 48px rgba(0,0,0,.5); }
.pain { list-style: none; margin: 20px 0; }
.pain li { padding: 10px 0 10px 30px; border-bottom: 1px dashed rgba(255,255,255,.2); position: relative; }
.pain li::before { content: "✕"; position: absolute; left: 4px; color: #e06c4f; font-weight: 700; }
.problem .note { color: rgba(242,237,228,.55); }

/* ---- 3. 共感 ---- */
.empathy { position: relative; padding: 160px 0; overflow: hidden; }
.empathy-bg { position: absolute; inset: 0; background: url("assets/web/3.jpg") center/cover no-repeat; }
.empathy-bg::after { content: ""; position: absolute; inset: 0; background: rgba(12,14,24,.62); }
.empathy .wrap { position: relative; z-index: 1; color: #fff; text-align: center; max-width: 820px; }
.empathy h2 { color: #fff; font-size: clamp(28px, 5vw, 44px); margin-bottom: 30px; }
.empathy strong { color: #ffcf9e; }

/* ---- 3.5 8つの要因 ---- */
.factors { background: #fff; }
.flead { margin-bottom: 44px; }
.fgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 48px; }
.fcard { background: var(--bg); border-radius: 16px; padding: 22px 20px 18px; }
.fcard .fic { font-size: 30px; display: block; margin-bottom: 8px; line-height: 1.3; }
.fcard h3 { font-size: 16px; margin-bottom: 6px; }
.fcard p { margin: 0; font-size: 13px; color: var(--sub); line-height: 1.8; }
.fflow { display: flex; align-items: stretch; justify-content: center; gap: 14px; margin-bottom: 30px; }
.fnode { background: #fff; border: 2px solid var(--ink); border-radius: 14px; padding: 16px 22px; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.8; }
.fnode.fgoal { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 10px 26px rgba(232,134,60,.35); }
.fnode.fgoal strong { color: #fff; }
.farrow { align-self: center; font-size: 24px; font-weight: 900; color: var(--accent); }
.fnote { font-family: var(--serif); font-size: clamp(16px, 2.4vw, 20px); font-weight: 700; margin-bottom: 4px; }
.dlbox { margin-top: 40px; background: var(--dark); border-radius: 18px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.dlbox h3 { color: #fff; font-size: 18px; margin-bottom: 6px; }
.dlbox p { margin: 0; font-size: 13.5px; color: rgba(242,237,228,.75); line-height: 1.9; }
.btn-dl { background: #fff; color: var(--ink); font-size: 15px; padding: 16px 28px; white-space: nowrap; flex-shrink: 0; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
@media (max-width: 860px) {
  .fgrid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .fcard { padding: 16px 14px 14px; }
  .fcard h3 { font-size: 14.5px; }
  .fflow { flex-direction: column; align-items: center; }
  .fnode { width: min(100%, 340px); }
  .farrow { transform: rotate(90deg); }
  .dlbox { flex-direction: column; text-align: center; gap: 20px; padding: 26px 22px; }
  .btn-dl { white-space: normal; width: 100%; }
}

/* ---- 4. 解決策 ---- */
.solution { background: var(--bg); }
.sol-grid { margin-top: 40px; align-items: start; }
.phone img, .phone-s img { border-radius: 22px; border: 6px solid #2b2b2b; box-shadow: 0 20px 50px rgba(43,35,25,.25); }
.phone { max-width: 340px; margin: 0 auto; }
.features { display: flex; flex-direction: column; gap: 26px; }
.feat { display: flex; gap: 16px; background: #fff; border-radius: 16px; padding: 22px 24px; box-shadow: 0 4px 20px rgba(43,35,25,.07); }
.feat .fi { font-size: 30px; line-height: 1.3; }
.feat h3 { margin-bottom: 6px; }
.feat p { margin: 0; font-size: 14.5px; color: var(--sub); line-height: 1.9; }

/* ---- 5. 3ステップ ---- */
.steps { background: #fff; }
.step { background: var(--bg); border-radius: 18px; padding: 26px 24px 30px; position: relative; }
.step figure img, .imgs2 img { border-radius: 12px; }
.imgs2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.imgs2 img { aspect-ratio: 4/3.4; object-fit: cover; }
.step figure img { aspect-ratio: 16/10.8; object-fit: cover; }
.phone-s { max-width: 210px; margin: 0 auto; }
.phone-s img { aspect-ratio: auto; border-width: 4px; border-radius: 16px; }
.step .num { position: absolute; top: -18px; left: 20px; width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--serif); font-weight: 900; font-size: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(232,134,60,.4); }
.step h3 { margin: 18px 0 8px; }
.step p { margin: 0; font-size: 14.5px; color: var(--sub); line-height: 1.9; }
.steps h2 { margin-bottom: 48px; }

/* ---- 6. 育つ予測 ---- */
.karte { background: var(--bg); }
.honest { background: #fff; border-left: 4px solid var(--accent); border-radius: 0 14px 14px 0; padding: 20px 24px; margin-top: 26px; box-shadow: 0 4px 20px rgba(43,35,25,.07); }
.honest h3 { font-size: 15px; color: var(--accent); margin-bottom: 8px; }
.honest p { margin: 0; font-size: 14px; color: var(--sub); line-height: 1.9; }

/* ---- 6.5 導入後 ---- */
.afterwards { background: #FBEFE2; }
.ba-grid { margin-top: 44px; margin-bottom: 40px; }
.ba { background: #fff; border-radius: 18px; padding: 24px 22px; box-shadow: 0 4px 20px rgba(43,35,25,.06); display: flex; flex-direction: column; }
.ba h3 { margin-bottom: 14px; }
.ba-before, .ba-after { border-radius: 12px; padding: 14px 16px; }
.ba-before { background: #f3f0ea; }
.ba-after { border: 2px solid var(--accent); flex: 1; }
.ba-before p, .ba-after p { margin: 8px 0 0; font-size: 13.5px; line-height: 1.9; color: var(--sub); }
.ba-after p { color: var(--ink); }
.batag { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: #8a8377; border: 1px solid #c9c2b4; border-radius: 999px; padding: 2px 10px; }
.batag.on { color: #fff; background: var(--accent); border-color: var(--accent); }
.ba-arrow { text-align: center; color: var(--accent); font-weight: 900; font-size: 20px; line-height: 1; margin: 10px 0; }
.ba-close { font-family: var(--serif); font-size: clamp(17px, 2.6vw, 22px); font-weight: 700; margin-bottom: 4px; }

/* ---- 7. 料金 ---- */
.price { background: #fff; }
.price-grid { align-items: stretch; gap: 32px; margin-top: 44px; }
.pcard { background: var(--bg); border-radius: 18px; padding: 36px 34px; }
.plabel { font-size: 13px; font-weight: 700; letter-spacing: .18em; color: var(--accent); margin-bottom: 10px; }
.pcard h3 { font-size: 22px; margin-bottom: 18px; }
.pcard .yen { font-size: 44px; font-weight: 900; }
.pcard small { font-size: 13px; font-weight: 400; color: var(--sub); }
.pcard ul { list-style: none; }
.pcard li { padding: 9px 0 9px 28px; position: relative; font-size: 14.5px; border-bottom: 1px dashed #ddd5c8; }
.pcard li::before { content: "✓"; position: absolute; left: 2px; color: var(--green); font-weight: 700; }
.anchor-note { text-align: center; font-family: var(--serif); font-size: clamp(17px, 2.6vw, 22px); font-weight: 700; margin-top: 48px; }
.free-note { text-align: center; font-size: 13.5px; color: var(--sub); }

/* ---- 8. ストーリー ---- */
.story { background: var(--bg); }
.story figure img { border-radius: 14px; box-shadow: 0 16px 40px rgba(43,35,25,.18); }

/* ---- 9. FAQ ---- */
.faq { background: #fff; }
.faq h2 { margin-bottom: 40px; }
details { background: var(--bg); border-radius: 12px; margin-bottom: 14px; overflow: hidden; }
summary { cursor: pointer; padding: 18px 22px; font-weight: 700; list-style: none; position: relative; padding-right: 48px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--accent); transition: transform .25s; }
details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details p { padding: 0 22px 18px; margin: 0; font-size: 14.5px; color: var(--sub); }

/* ---- 10. CTA ---- */
.cta { position: relative; padding: 140px 0; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; background: url("assets/web/8.jpg") center 60%/cover no-repeat; }
.cta-bg::after { content: ""; position: absolute; inset: 0; background: rgba(16,12,20,.68); }
.cta .wrap { position: relative; z-index: 1; color: #fff; text-align: center; }
.cta h2 { color: #fff; font-size: clamp(26px, 4.6vw, 38px); letter-spacing: .02em; }
.cta-lead { margin-bottom: 40px; }
.cta strong { color: #ffcf9e; }
.entry-box { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); border-radius: 20px; padding: 34px 28px; backdrop-filter: blur(4px); }
.cta .micro { color: rgba(255,255,255,.8); }
.flow-title { font-family: var(--serif); font-weight: 700; font-size: clamp(16px, 2.4vw, 20px); margin-bottom: 20px; }
.flow3 { display: flex; gap: 14px; margin-bottom: 36px; text-align: left; }
.fl { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; padding: 18px 20px; backdrop-filter: blur(4px); }
.fl span { display: inline-flex; width: 27px; height: 27px; border-radius: 50%; background: var(--accent); color: #fff; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 900; font-size: 14px; margin-bottom: 10px; }
.fl p { margin: 0; font-size: 12.5px; line-height: 1.9; color: rgba(255,255,255,.9); }
.fl strong { color: #ffcf9e; font-size: 14.5px; }
.dl-link { display: inline-block; margin-top: 16px; color: #fff; font-size: 13.5px; text-decoration: underline; text-underline-offset: 4px; }
.dl-link:hover { opacity: .8; }
@media (max-width: 768px) { .flow3 { flex-direction: column; gap: 10px; } }

/* ---- フッター ---- */
footer { background: var(--dark); color: rgba(242,237,228,.75); text-align: center; padding: 48px 24px 90px; font-size: 12.5px; }
footer p { margin-bottom: 6px; }
footer a { color: rgba(242,237,228,.85); text-underline-offset: 3px; }
footer a:hover { color: #fff; }
footer .copy { margin-top: 18px; color: rgba(242,237,228,.45); }

/* ---- モバイル追従CTA ---- */
.sticky-cta { display: none; }
@media (max-width: 768px) {
  section { padding: 68px 0; }
  .sticky-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); box-shadow: 0 -4px 20px rgba(0,0,0,.12); }
  .sticky-cta a { display: block; text-align: center; background: var(--green); color: #fff; font-weight: 700; padding: 14px; border-radius: 999px; text-decoration: none; font-size: 15px; }
  .fv { min-height: min(88vh, 720px); }
  .fv-bg { background-position: 28% 30%; }
}

/* ---- モニター募集バッジ ---- */
.badges .badge-monitor { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 4px 12px rgba(232,134,60,.45); }
