/* ==========================================================
   M style home リフォームLP（美濃冷暖株式会社）
   チラシ型広告LP: セージグリーン帯 × チャコール × コーラルアクセント
   （本家 mstyle-home.com / Renoble のテーマカラーに準拠）
   ========================================================== */
:root {
  --gold: #C7AD70;        /* ゴールド＝本家 mstyle-home.com のナビ実測値 */
  --gold-lt: #E7D7B2;     /* 淡いゴールド＝ヘッダー帯（参考デザインの色味） */
  --gold-deep: #B59752;   /* 濃いゴールド（白文字ボタン等） */
  --gold-dark: #8A7038;   /* 白地の上に置く文字用（ゴールドは薄くて読めないため暗く） */
  --band: #FFFFFF;        /* 帯背景も白（CEO指示 2026-08-28: 背景ホワイト） */
  --sage-lt: #E8DCC0;     /* 明るいゴールド＝濃色背景の上の文字・タグ */
  --dark: #2a292a;        /* チャコール（カード見出し・タグ等の内容ダーク要素・維持） */
  --ink: #2A292A;         /* 濃色ブロック＝チャコール（本家の濃色に合わせる） */
  --red: #c54d5b;         /* コーラル＝CTA（ボタン・価格）の差し色 */
  --hl: #ffd633;          /* 黄色＝ハイライト（マーカー）・ビフォーアフターのアフター・無料強調 */
  --green: #8A7038;       /* ゴールド系（◎・無料帯など） */
  --text: #222;
  --paper: #FAF7F1;       /* 帯の中のカード地（ごく淡いウォームホワイト） */
  --sans: "Noto Sans JP", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
body { font-family: var(--sans); color: var(--text); line-height: 1.75; font-size: 18px; word-break: auto-phrase; line-break: strict; }
.inner { max-width: 1000px; margin: 0 auto; padding: 0 16px; }
.hidden { display: none; }
.center { text-align: center; }
.note { font-size: 14px; color: #666; margin-top: 10px; }
.note.center { text-align: center; }
.req-check { display: inline-block; font-size: 14px; color: #b00; background: #fff3f3; border: 1px dashed #d99; padding: 4px 10px; border-radius: 4px; margin-top: 8px; }

/* 強調（太いマーカー下線） */
.mk { background: linear-gradient(transparent 40%, var(--hl) 40%); font-weight: 900; }

/* ブランド表記＝ロゴ（Renoble ／ リノブル）と同じ組みに統一する */
.brand-mark { display: inline-block; height: 1.15em; width: auto; vertical-align: -.2em; margin: 0 .12em; }
.nb { white-space: nowrap; }
.brand-mark--light { filter: brightness(0) invert(1); }
.cv-solo__mark { display: block; height: 54px; margin: 6px auto 0; }


/* ---------- ヘッダー ---------- */
.header { background: var(--gold-lt); position: sticky; top: 0; z-index: 100; }
.header__inner { max-width: 1100px; margin: 0 auto; padding: 8px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.header__brand { display: flex; align-items: center; gap: 12px; }
.header__logo { width: 130px; }
.header__renoble { width: 150px; }
.header__cta { background: transparent; color: var(--dark); font-weight: 700; padding: 10px 26px; border-radius: 6px; font-size: 19px; border: 1.5px solid rgba(42,41,42,.6); box-shadow: none; }
.header__cta:hover { background: rgba(255,255,255,.35); }

/* ---------- 1. MV ---------- */
.mv { position: relative; background: #6f6a63; overflow: hidden; min-height: 74vh; display: flex; align-items: center; }
.mv__bg { position: absolute; inset: 0; }
.mv__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.02) 45%, rgba(0,0,0,.20)); }
.mv__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.mv__inner { position: relative; z-index: 1; width: 100%; max-width: 1340px; margin: 0 auto; padding: 70px 16px 70px; text-align: center; }
.mv__logo { display: block; height: 62px; width: auto; margin: 0 auto 16px; filter: brightness(0) invert(1); }
.mv__rule { display: block; width: 96px; height: 1px; background: rgba(255,255,255,.85); margin: 0 auto 30px; }
.mv__catch { color: #fff; font-size: clamp(30px, 4.4vw, 66px); font-weight: 700; line-height: 1.45; letter-spacing: .08em; text-shadow: 0 2px 14px rgba(0,0,0,.55), 0 0 44px rgba(0,0,0,.4); margin: 0 0 26px; }
.mv__catch .mk { color: var(--dark); background: linear-gradient(transparent 15%, var(--hl) 15%); padding: 0 4px; text-shadow: none; }
/* FV下のテキストは1つの体裁に統一（サイズ2段階・同じ字面と影） */
.mv__lead { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.mv__lead-main { color: #fff; font-size: 27px; font-weight: 700; line-height: 1.6; letter-spacing: .02em; text-shadow: 0 2px 8px rgba(0,0,0,.95), 0 0 26px rgba(0,0,0,.7); }
.mv__lead-note { color: #fff; font-size: 19px; font-weight: 500; line-height: 2; letter-spacing: .07em; text-shadow: 0 2px 10px rgba(0,0,0,.6), 0 0 30px rgba(0,0,0,.45); margin: 0; }
.mv__lead .mk { color: var(--dark); background: linear-gradient(transparent 22%, var(--hl) 22%); padding: 0 6px; text-shadow: none; font-weight: 700; }

.ba-band { background: #fff; padding: 72px 0 20px; }
.ba-band .mv__ba-arrow { color: var(--gold-dark); text-shadow: none; }
.mv__ba { display: flex; align-items: center; justify-content: center; gap: 22px; max-width: 1120px; margin: 0 auto; }
.mv__ba-item { position: relative; flex: 1; }
.mv__ba-item img { width: 100%; height: 360px; object-fit: cover; }
.mv__ba-item--after img { border: 5px solid var(--hl); }
.ba-label { position: absolute; top: 0; left: 0; z-index: 2; font-weight: 900; font-size: 15px; letter-spacing: .12em; padding: 6px 18px; }
.ba-label--before { background: var(--dark); color: #fff; }
.ba-label--after { background: var(--hl); color: var(--dark); }
.mv__ba-arrow { color: var(--hl); font-size: 42px; font-weight: 900; text-shadow: 0 1px 6px rgba(0,0,0,.6); }

/* ---------- 2. お悩み・解決 ---------- */
.problems { padding: 58px 0 0; background: #fff; }
.section-kicker { text-align: center; color: var(--gold-dark); font-size: 14px; font-weight: 900; letter-spacing: .2em; }
.section-title { text-align: center; font-size: 34px; line-height: 1.4; margin: 4px 0 30px; font-weight: 900; }
.problems__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.problems__grid p { position: relative; padding: 20px 14px 20px 50px; background: var(--paper); border: 2px solid #dbe0da; border-radius: 8px; font-size: 15px; }
.problems__grid p::before { content: "✓"; position: absolute; left: 16px; top: 20px; color: var(--red); font-size: 22px; font-weight: 900; }
.problems__grid strong { font-size: 18px; }
.solution { margin-top: 46px; background: var(--dark); color: #fff; padding: 34px 40px; text-align: center; border-radius: 12px 12px 0 0; }
.solution__eyebrow { color: var(--sage-lt); font-weight: 900; letter-spacing: .12em; }
.solution h2 { font-size: 30px; line-height: 1.45; margin: 2px 0 10px; }
.solution h2 span { color: var(--hl); font-size: 1.25em; }
.solution h2 .nb { color: inherit; font-size: inherit; }
.solution > p:last-child { max-width: 760px; margin: 0 auto; color: #eee; }

/* ---------- 帯タイトル ---------- */
.band-title { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 30px; font-weight: 900; color: var(--dark); margin-bottom: 30px; letter-spacing: .04em; }
.band-title__logo { width: 90px; }
.band-title::after { content: ""; display: none; }

/* ---------- 2. points（淡いセージ帯） ---------- */
.points { background: var(--band); padding: 46px 0 54px; border-top: 1px solid rgba(199,173,112,.55); }
.points__lead { text-align: center; font-size: 18px; font-weight: 700; color: var(--dark); margin: -14px auto 28px; line-height: 1.6; }
.points__lead strong { background: linear-gradient(transparent 40%, var(--hl) 40%); color: var(--dark); font-weight: 900; }
.points__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.point-card { background: var(--paper); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.14); text-align: center; display: flex; flex-direction: column; }
.point-card--wide { grid-column: 1 / -1; }
.point-card--wide .point-card__content { max-width: 780px; margin: 0 auto; width: 100%; }
.point-card__number { background: var(--dark); color: var(--sage-lt); font-size: 15px; font-weight: 900; letter-spacing: .2em; padding-top: 9px; }
.point-card__head { background: var(--dark); color: #fff; font-size: 23px; padding: 7px 12px 16px; font-weight: 900; }
.point-card__img { width: 100%; height: 230px; object-fit: cover; }
.point-card__img--illust { object-fit: contain; height: 240px; background: #fbfaf6; padding: 14px; }
.point-card__content { padding: 24px 24px 26px; flex: 1; }
.point-card__content--estimate { display: flex; flex-direction: column; }
.point-card__catch { font-size: 22px; font-weight: 900; line-height: 1.55; margin-bottom: 15px; }
.point-card__text { font-size: 17px; line-height: 1.8; text-align: left; }
.trust-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.trust-stats p { background: #fff; border: 2px solid var(--gold); border-radius: 8px; color: var(--red); font-size: 16px; font-weight: 900; line-height: 1.3; padding: 12px 6px; }
.trust-stats span { font-size: 42px; }
.trust-stats small { display: block; color: #555; font-size: 14px; margin-top: 5px; }
.skill-tags, .support-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 16px 0 18px; }
.skill-tags span, .support-tags span { background: var(--dark); color: var(--sage-lt); border-radius: 6px; padding: 9px 6px; font-size: 16px; font-weight: 900; }
.check-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; margin: 15px 0 20px; text-align: left; }
.check-list li { background: #fff; border: 1px solid #dbe0da; border-radius: 5px; padding: 7px 8px 7px 31px; position: relative; font-size: 16px; font-weight: 700; }
.check-list li::before { content: "✓"; color: var(--red); position: absolute; left: 10px; font-weight: 900; }
.card-note { font-size: 14px; color: #666; text-align: left; margin-top: 14px; }
.estimate-flow { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 24px 0; }
.estimate-flow span { background: #fff; border: 2px solid var(--gold-dark); border-radius: 8px; padding: 14px 8px; min-width: 110px; font-size: 16px; font-weight: 900; line-height: 1.45; }
.estimate-flow b { color: var(--red); }

/* ---------- 3. CTAバナー2枚組 ---------- */
.cvset { background: #fff; padding: 34px 0; }
.cv-solo { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 30px; background: linear-gradient(135deg, #3A3835, var(--ink)); color: #fff; border-radius: 14px; padding: 30px 42px; box-shadow: 0 6px 22px rgba(0,0,0,.18); }
.cv-solo__brand { text-align: center; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.22); }
.cv-solo__catch { font-weight: 900; font-size: 20px; line-height: 1.4; }
.cv-solo__sub { font-size: 14px; margin-top: 8px; opacity: .92; line-height: 1.6; }
.cv-solo__logo { width: 150px; margin: 14px auto 0; filter: brightness(0) invert(1); }
.cv-solo__action { text-align: center; }
.cv-solo__free { font-size: 22px; font-weight: 900; margin-bottom: 4px; }
.cv-solo__free strong { color: var(--hl); font-size: 30px; }
.cv-solo__note { font-size: 14px; opacity: .92; margin-bottom: 16px; line-height: 1.6; }
.cv-solo__btn { display: inline-block; background: var(--gold); color: var(--dark); font-weight: 900; font-size: 20px; padding: 15px 44px; border-radius: 999px; box-shadow: 0 4px 0 #8A7038; }
.cv-solo__btn:hover { transform: translateY(1px); box-shadow: 0 3px 0 #8A7038; }
.cv-solo__tel { display: block; font-weight: 900; font-size: 23px; color: #fff; margin-top: 14px; }

/* ---------- 4. features（淡いセージ帯） ---------- */
.features { background: var(--band); padding: 46px 0 56px; border-top: 1px solid rgba(199,173,112,.55); }
.feature-box { background: #fff; border: 1px solid #d3ddd6; border-radius: 10px; padding: 34px 30px 30px; margin-bottom: 28px; box-shadow: 0 3px 10px rgba(0,0,0,.1); }
.point-label { display: inline-block; background: var(--dark); color: #fff; font-weight: 900; letter-spacing: .15em; font-size: 15px; padding: 5px 20px; margin-bottom: 12px; }
.point-label--dark { background: var(--dark); }
.feature-box__title { text-align: center; font-size: 26px; font-weight: 900; line-height: 1.5; margin-bottom: 22px; }
.feature-box { text-align: center; }
.feature-box__cols { display: flex; gap: 24px; align-items: center; text-align: left; margin-top: 8px; }
.feature-box__img { width: 42%; border-radius: 8px; object-fit: cover; }
.feature-box__txt { font-size: 18px; }
.feature-box__txt.center { text-align: center; margin-top: 16px; }
.full-list { list-style: none; margin: 15px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.full-list li { position: relative; padding: 9px 10px 9px 30px; background: #fff; border-radius: 5px; font-weight: 700; font-size: 17px; }
.full-list li::before { content: "✓"; color: var(--red); font-weight: 900; position: absolute; left: 9px; }
.price-lead { margin-top: 14px; font-size: 14px; font-weight: 900; color: #555; }
.price-main { color: var(--red); font-size: 22px; font-weight: 900; line-height: 1.2; }
.price-main span { font-size: 48px; }
.price-note { font-size: 15px; color: #555; margin: 22px auto 0; max-width: 860px; text-align: center; }

/* 見積りフロー図解 */
.quote-diagram { display: flex; align-items: stretch; justify-content: center; gap: 8px; flex-wrap: wrap; margin: 10px 0 6px; }
.quote-diagram__step { background: #fff; border: 2px solid var(--gold-dark); border-radius: 8px; padding: 14px 14px; font-weight: 900; font-size: 14px; display: flex; align-items: center; text-align: center; min-width: 150px; justify-content: center; }
.quote-diagram__step--fix { background: var(--dark); color: #fff; border-color: var(--dark); }
.quote-diagram__step--goal { background: var(--red); color: #fff; border-color: var(--red); }
.quote-diagram__arrow { align-self: center; color: var(--gold-dark); font-weight: 900; font-size: 20px; }

/* ---------- 6. strong（白地） ---------- */
.strong { background: #fff; padding: 46px 0 40px; }
.strong__summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }
.strong__sum-card { border: 3px solid var(--gold); border-radius: 10px; background: #fff; text-align: center; padding: 18px 10px 20px; font-weight: 900; font-size: 18px; line-height: 1.5; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.strong__detail { background: var(--paper); border-radius: 10px; padding: 34px 28px; margin-bottom: 28px; text-align: center; }
.strong__title { font-size: 26px; font-weight: 900; line-height: 1.5; margin-bottom: 16px; }
.strong__catch-band { display: inline-block; background: var(--gold); color: var(--dark); font-weight: 900; font-size: 19px; padding: 8px 30px; border-radius: 999px; margin-bottom: 12px; }
.strong__txt { font-size: 17px; }

.plans__lead { text-align: center; font-size: 20px; font-weight: 700; margin: -10px auto 34px; }
.full-plan { display: grid; grid-template-columns: 45% 1fr; background: var(--paper); border: 4px solid var(--gold); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.12); margin-bottom: 42px; }
.full-plan > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.full-plan__content { padding: 34px; align-self: center; }
.full-plan__content h3 { font-size: 30px; line-height: 1.45; margin-bottom: 16px; }
.full-plan__content > p:not(.point-label):not(.full-plan__price) { font-size: 18px; }
.full-plan__price { margin-top: 20px; color: var(--red); font-size: 21px; font-weight: 900; }
.full-plan__price strong { font-size: 48px; line-height: 1; }
.plans__sub-title { text-align: center; font-size: 28px; margin-bottom: 8px; }

.survey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 22px 0 8px; text-align: left; }
.survey-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.survey-card img { width: 100%; height: 130px; object-fit: cover; }
.survey-card__name { background: var(--gold); color: var(--dark); font-weight: 900; text-align: center; padding: 6px 4px; font-size: 15px; }
.survey-card__txt { font-size: 12.5px; padding: 10px 12px 14px; color: #555; }

.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 22px 0 16px; }
.menu-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.menu-card img { width: 100%; height: 120px; object-fit: cover; }
.menu-card p { background: var(--dark); color: var(--sage-lt); font-weight: 900; text-align: center; padding: 8px 4px; font-size: 17px; }
.menu-card .menu-card__price { background: #fff; color: var(--red); padding: 10px 4px 12px; border: 1px solid #eee; border-top: 0; font-size: 16px; }
.menu-card__price span { font-size: 30px; }

.free-band { background: var(--red); color: #fff; font-weight: 900; font-size: 22px; border-radius: 999px; padding: 12px 20px; max-width: 640px; margin: 18px auto 0; }
.free-band strong { color: #ffffff; font-size: 28px; }

.support-grid { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 18px 0 14px; }
.support-circle { width: 150px; height: 150px; border-radius: 50%; background: #fff; border: 4px solid var(--gold); display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 900; font-size: 15px; line-height: 1.5; box-shadow: 0 3px 8px rgba(0,0,0,.1); }
.support-circle small { display: block; font-size: 10px; color: #b00; font-weight: 700; }
.support-circle--gold { background: var(--gold); border-color: var(--gold-dark); }

/* ---------- 8. works（淡いセージ帯） ---------- */
.works { background: var(--band); padding: 46px 0 56px; border-top: 1px solid rgba(199,173,112,.55); }
.case { background: #fff; border: 1px solid #d3ddd6; border-radius: 10px; padding: 34px 30px; margin-bottom: 28px; text-align: center; box-shadow: 0 3px 10px rgba(0,0,0,.1); }
.case-tag { width: 130px; height: 130px; border-radius: 50%; border: 4px solid var(--gold-dark); background: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px; line-height: 1.5; margin: 10px auto 14px; }
.case__title { font-size: 24px; font-weight: 900; margin-bottom: 12px; line-height: 1.5; }
.case__story { text-align: left; max-width: 760px; margin: 0 auto 20px; font-size: 17px; }
.case__ba { display: flex; align-items: center; justify-content: center; gap: 14px; }
.case__ba figure { position: relative; flex: 1; max-width: 380px; }
.case__ba img { width: 100%; height: 230px; object-fit: cover; }
.case__ba-arrow { color: var(--red); font-size: 32px; font-weight: 900; }
.case__notice { display: inline-block; margin-top: 18px; padding: 7px 12px; border: 1px dashed #d99; border-radius: 5px; background: #fff3f3; color: #900; font-size: 14px; font-weight: 700; }

/* ---------- 9. area / company ---------- */
.area { background: #fff; padding: 46px 0 50px; text-align: center; }
.area__catch { font-size: 24px; font-weight: 900; margin-bottom: 18px; }
.area__cities { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.area__cities span { background: var(--dark); color: var(--sage-lt); font-weight: 900; padding: 8px 26px; border-radius: 6px; font-size: 17px; }
.company-photo { max-width: 720px; margin: 30px auto 0; }
.company-photo img { width: 100%; border-radius: 12px; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.company-photo figcaption { text-align: center; font-size: 14px; color: #666; margin-top: 8px; font-weight: 700; }
.company { width: 100%; max-width: 720px; margin: 18px auto 0; border-collapse: collapse; background: #fff; border: 1px solid #ddd; text-align: left; }
.company th, .company td { padding: 14px 18px; border-bottom: 1px solid #ddd; font-size: 16px; }
.company th { width: 30%; background: var(--paper); font-weight: 900; }
.company a { color: var(--red); font-weight: 900; }

/* ---------- 10. contact ---------- */
.contact { background: var(--ink); color: #fff; padding: 50px 0 60px; }
.contact__title { text-align: center; font-size: 30px; font-weight: 900; margin-bottom: 10px; }
.contact__title::before { content: "＼ 現地調査・お見積り無料 ／"; display: block; color: var(--sage-lt); font-size: 15px; letter-spacing: .1em; margin-bottom: 4px; }
.contact__lead { text-align: center; margin-bottom: 30px; font-size: 17px; }
.contact__tel { color: var(--sage-lt); font-weight: 900; font-size: 22px; }
.form { max-width: 620px; margin: 0 auto; }
.form__row { margin-bottom: 20px; }
.form__label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 17px; }
.req { background: var(--red); color: #fff; font-size: 13px; padding: 1px 10px; border-radius: 4px; margin-left: 8px; vertical-align: middle; font-weight: 700; }
.form__input { width: 100%; padding: 13px 15px; border: none; border-radius: 6px; font-size: 16px; font-family: var(--sans); background: #fff; color: var(--text); }
.form__input:focus { outline: 3px solid var(--gold); }
.form__textarea { resize: vertical; }
.form__note { font-size: 14px; color: #ccc; margin-bottom: 22px; }
.form__submit { display: block; width: 100%; max-width: 440px; margin: 0 auto; background: var(--gold); color: var(--dark); font-weight: 900; font-size: 19px; padding: 16px; border: none; border-radius: 999px; cursor: pointer; box-shadow: 0 5px 0 #8A7038; font-family: var(--sans); }
.form__submit:hover { transform: translateY(2px); box-shadow: 0 3px 0 #8A7038; }

/* ---------- thanks ---------- */
.thanks { text-align: center; padding: 100px 0 120px; }
.thanks__title { font-size: 28px; font-weight: 900; color: var(--dark); margin-bottom: 22px; }
.thanks__txt { margin-bottom: 36px; }
.thanks__txt a { color: var(--red); font-weight: 900; }
.btn--gold { display: inline-block; background: var(--gold-deep); color: #fff; font-weight: 900; padding: 13px 40px; border-radius: 999px; }

/* ---------- footer ---------- */
.footer { background: #2A292A; text-align: center; padding: 34px 0 96px; }
.footer__logo { width: 140px; margin: 0 auto 10px; filter: brightness(0) invert(1); opacity: .9; }
.footer__copy { color: #aaa; font-size: 14px; }

/* ---------- fixed CTA ---------- */
.fixed-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; display: flex; gap: 1px; background: rgba(42,41,42,.28); box-shadow: 0 -4px 14px rgba(0,0,0,.25); }
.fixed-cta a { flex: 1; text-align: center; padding: 14px 8px; font-weight: 900; font-size: 15px; color: var(--dark); }
.fixed-cta__tel { background: var(--gold-lt); }
.fixed-cta__form { background: var(--gold-lt); }

/* ---------- ターゲット明記 ---------- */
.target { background: #fff; padding: 44px 0 8px; }
.target__lead { text-align: center; font-size: 24px; font-weight: 900; margin-bottom: 24px; line-height: 1.5; }
.target__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.target__item { background: var(--paper); border: 2px solid #dbe0da; border-radius: 10px; padding: 22px 14px 20px; text-align: center; position: relative; }
.target__no { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: var(--dark); font-weight: 900; font-size: 17px; margin-bottom: 10px; }
.target__item p { font-size: 17px; font-weight: 900; line-height: 1.5; }

/* ---------- 比較: 向いている方 ---------- */
.compare__fit { margin-top: 16px; padding-top: 14px; border-top: 2px dotted #ccc; text-align: left; }
.compare__fit-label { display: inline-block; background: #777; color: #fff; font-size: 13px; font-weight: 900; padding: 3px 12px; border-radius: 4px; margin-bottom: 8px; }
.compare__fit p:last-child { font-size: 15px; line-height: 1.6; }
.compare__fit--main .compare__fit-label { background: var(--red); }

/* ---------- 強み（他社との違い） ---------- */
.strengths { background: #fff; padding: 54px 0 56px; }
.strengths__kicker { text-align: center; color: var(--red); font-size: 15px; font-weight: 900; }
.strengths__title { text-align: center; font-size: 32px; font-weight: 900; line-height: 1.4; margin: 4px 0 30px; }
.strengths__list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.strength { display: flex; gap: 20px; align-items: flex-start; background: var(--paper); border: 1px solid #dbe0da; border-left: 6px solid var(--gold); border-radius: 10px; padding: 22px 26px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.strength__no { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; background: var(--dark); color: var(--sage-lt); font-weight: 900; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.strength__body h3 { font-size: 21px; font-weight: 900; margin-bottom: 6px; line-height: 1.4; }
.strength__body p { font-size: 16px; line-height: 1.8; }

/* ---------- 改行ヘルパー & 日本語の折り返し ---------- */
.pc-br { display: inline; }   /* PCで改行・スマホで詰める */
.sp-br { display: none; }     /* スマホで改行・PCで詰める */
.mv__catch, .section-title, .solution h2, .feature-box__title,
.full-plan__content h3, .case__title, .point-card__catch,
.compare__title, .band-title, .contact__title, .plans__sub-title,
.area__catch, .point-card__head, .voices__lead, .compare__lead {
  line-break: strict;
  word-break: auto-phrase; /* 対応ブラウザで文節単位の自然な折り返し（非対応は無視） */
}

/* ---------- 新築 vs 中古リノベ 比較 ---------- */
.compare { background: #fff; padding: 56px 0; }
.compare__kicker { text-align: center; color: var(--gold-dark); font-size: 14px; font-weight: 900; letter-spacing: .2em; }
.compare__title { text-align: center; font-size: 32px; font-weight: 900; line-height: 1.4; margin: 4px 0 14px; }
.compare__lead { text-align: center; font-size: 17px; margin-bottom: 30px; }
.compare__grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; max-width: 900px; margin: 0 auto; }
.compare__card { border-radius: 12px; padding: 24px 22px; height: 100%; }
.compare__card--sub { background: #f4f4f4; border: 2px solid #ddd; }
.compare__card--main { background: var(--paper); border: 3px solid var(--gold); position: relative; box-shadow: 0 4px 16px rgba(95,122,111,.25); }
.compare__card-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-weight: 900; font-size: 13px; padding: 4px 18px; border-radius: 999px; white-space: nowrap; }
.compare__card-head { text-align: center; font-size: 21px; font-weight: 900; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 2px dotted #ccc; line-height: 1.4; }
.compare__card--main .compare__card-head { color: var(--gold-dark); }
.compare__list { list-style: none; }
.compare__list li { position: relative; padding: 8px 4px 8px 30px; font-size: 16px; line-height: 1.6; }
.compare__list li.ok::before { content: "◎"; position: absolute; left: 2px; color: var(--green); font-weight: 900; }
.compare__list li.ng::before { content: "△"; position: absolute; left: 4px; color: #999; font-weight: 900; }
.compare__vs { width: 52px; height: 52px; border-radius: 50%; background: var(--dark); color: var(--sage-lt); font-weight: 900; font-size: 18px; display: flex; align-items: center; justify-content: center; }
/* モデルケース（具体的な平米・金額） */
.compare__model { max-width: 900px; margin: 34px auto 0; }
.compare__model-title { text-align: center; font-size: 22px; font-weight: 900; margin-bottom: 18px; }
.compare__model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.model-col { background: #fff; border-radius: 12px; padding: 22px 20px 20px; border: 2px solid #ddd; position: relative; }
.model-col--main { border: 3px solid var(--gold); background: var(--paper); box-shadow: 0 4px 16px rgba(95,122,111,.22); }
.model-col__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--red); color: #fff; font-weight: 900; font-size: 13px; padding: 3px 16px; border-radius: 999px; white-space: nowrap; }
.model-col__label { text-align: center; font-size: 18px; font-weight: 900; margin-bottom: 14px; }
.model-col--main .model-col__label { color: var(--gold-dark); margin-top: 4px; }
.model-col__list { list-style: none; margin-bottom: 14px; border-top: 1px dashed #ccc; }
.model-col__list li { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; padding: 10px 2px; border-bottom: 1px dashed #ddd; font-size: 15px; line-height: 1.4; }
.model-col__list li b { font-weight: 900; white-space: nowrap; color: #333; }
.model-col__total { text-align: center; font-size: 18px; font-weight: 900; }
.model-col__total strong { color: var(--red); font-size: 34px; margin: 0 2px; }
.compare__model-diff { text-align: center; font-size: 22px; font-weight: 900; margin: 20px 0 4px; }
.compare__model-diff span { color: var(--dark); font-size: 30px; background: linear-gradient(transparent 60%, var(--hl) 60%); padding: 0 4px; }
.compare__model-note { text-align: center; font-size: 14px; color: #777; }

.compare__point { max-width: 820px; margin: 34px auto 0; background: var(--ink); color: #fff; border-radius: 12px; padding: 28px 30px; text-align: center; }
.compare__point-title { font-size: 22px; font-weight: 900; margin-bottom: 12px; line-height: 1.5; }
.compare__point-title .mk { color: var(--dark); background: var(--hl); padding: 2px 8px; border-radius: 4px; text-shadow: none; }
.compare__point > p { font-size: 16px; line-height: 1.85; color: #eee; }
.compare__note { font-size: 14px !important; color: #bbb !important; margin-top: 14px; }

/* ---------- 施工事例: 補足 ---------- */
.works__more { text-align: center; font-size: 16px; font-weight: 700; color: var(--dark); background: #fff; border-radius: 10px; padding: 18px 20px; margin-top: 6px; }

/* ---------- お客様の声 ---------- */
.voices { background: #fff; padding: 52px 0 56px; }
.voices__lead { text-align: center; font-size: 17px; margin: -12px auto 30px; }
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.voice-card { background: var(--paper); border: 1px solid #dbe0da; border-radius: 12px; padding: 24px 22px; box-shadow: 0 3px 10px rgba(0,0,0,.07); }
.voice-card__title { font-size: 18px; font-weight: 900; line-height: 1.5; color: var(--dark); margin-bottom: 12px; }
.voice-card__title::before { content: ""; display: block; width: 40px; height: 4px; background: var(--gold); border-radius: 2px; margin-bottom: 12px; }
.voice-card__head { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; margin-bottom: 12px; }
.voice-card__avatar { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: var(--dark); font-weight: 900; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.voice-card__meta { font-size: 13px; color: #666; font-weight: 700; }
.voice-card__stars { color: var(--hl); font-size: 18px; letter-spacing: .1em; margin: 0; }
.voice-card__stars .star-empty { color: #c9cfc9; }
.voice-card blockquote { font-size: 15px; line-height: 1.85; color: #333; margin: 0; }
.voices__notice { text-align: center; font-size: 14px; color: #900; background: #fff3f3; border: 1px dashed #d99; border-radius: 6px; padding: 10px 14px; margin: 26px auto 0; max-width: 820px; }

/* ==========================================================
   responsive
   ========================================================== */
@media (max-width: 820px) {
  .pc-br { display: none; }   /* スマホでは強制改行を解除 */
  .sp-br { display: inline; } /* スマホ用の改行を有効化 */
  body { font-size: 16px; }
  .header__inner { gap: 8px; padding: 8px 12px; }
  .header__brand { gap: 8px; min-width: 0; }
  .header__logo { width: 96px; }
  .header__renoble { width: 84px; }
  .header__cta { font-size: 14px; padding: 8px 13px; white-space: nowrap; }

  .mv__inner { padding-top: 30px; }
  .mv__logo { height: 40px; margin-bottom: 12px; }
  .mv__rule { width: 70px; margin-bottom: 20px; }
  .mv__catch { font-size: 7.2vw; line-height: 1.55; margin-bottom: 20px; }
  .mv__lead-note { font-size: 15px; line-height: 1.95; }
  .mv__ba { flex-direction: column; gap: 8px; }
  .mv__ba-arrow { transform: rotate(90deg); font-size: 26px; }
  .mv__ba-item { width: 100%; }
  .ba-band { padding-top: 40px; }
  .mv__ba { gap: 14px; }
  .mv__ba-item img { height: 240px; }

  .problems { padding-top: 40px; }
  .section-title { font-size: 24px; }
  .problems__grid { grid-template-columns: 1fr; }
  .problems__grid p { padding-top: 16px; padding-bottom: 16px; }
  .problems__grid p::before { top: 16px; }
  .solution { margin-top: 30px; padding: 28px 18px; }
  .solution h2 { font-size: 22px; }

  .band-title { font-size: 22px; }
  .band-title__logo { width: 64px; }

  .points__grid { grid-template-columns: 1fr; }
  .point-card__head { font-size: 21px; }
  .point-card__img { height: 210px; }
  .point-card__content { padding: 22px 18px 24px; }
  .point-card__catch { font-size: 20px; }
  .point-card__text { font-size: 16px; }
  .estimate-flow { gap: 4px; }
  .estimate-flow span { min-width: 0; flex: 1; padding: 12px 4px; font-size: 14px; }
  .cv-solo { grid-template-columns: 1fr; gap: 20px; padding: 26px 20px; }
  .cv-solo__brand { padding-right: 0; padding-bottom: 20px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.22); }
  .cv-solo__mark { height: 42px; }
  .feature-box { padding: 24px 16px; }
  .feature-box__title { font-size: 19px; }
  .feature-box__cols { flex-direction: column; }
  .feature-box__img { width: 100%; }
  .full-list { grid-template-columns: 1fr; }
  .quote-diagram { flex-direction: column; align-items: stretch; }
  .quote-diagram__arrow { transform: rotate(90deg); text-align: center; }
  .quote-diagram__step { min-width: 0; }

  .strong__summary { grid-template-columns: 1fr; }
  .strong__title { font-size: 20px; }
  .plans__lead { font-size: 17px; }
  .full-plan { grid-template-columns: 1fr; }
  .full-plan > img { min-height: 0; height: 240px; }
  .full-plan__content { padding: 24px 18px; text-align: center; }
  .full-plan__content h3 { font-size: 24px; }
  .full-plan__content > p:not(.point-label):not(.full-plan__price) { font-size: 16px; text-align: left; }
  .plans__sub-title { font-size: 23px; }
  .survey-grid { grid-template-columns: 1fr 1fr; }
  .survey-card img { height: 100px; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .menu-card img { height: 100px; }
  .free-band { font-size: 16px; }
  .free-band strong { font-size: 20px; }
  .support-circle { width: 124px; height: 124px; font-size: 15px; }

  .case { padding: 24px 16px; }
  .case__title { font-size: 18px; }
  .case__ba { flex-direction: column; }
  .case__ba-arrow { transform: rotate(90deg); }
  .case__ba figure { max-width: 100%; }

  .area__catch { font-size: 18px; }
  .area__cities span { font-size: 16px; padding: 6px 16px; }
  .contact__title { font-size: 24px; }
  .footer { padding-bottom: 104px; }

  /* 新築vs中古リノベ 比較 */
  .compare { padding: 40px 0; }
  .compare__title { font-size: 23px; }
  .compare__lead { font-size: 15px; }
  .compare__grid { grid-template-columns: 1fr; gap: 26px; }
  .compare__vs { margin: 0 auto; }
  .compare__card { padding: 22px 18px; }
  .compare__card--main { margin-top: 4px; }
  .compare__list li { font-size: 15px; }
  .compare__point { padding: 22px 18px; }
  .compare__point-title { font-size: 18px; }
  .compare__point > p { font-size: 15px; text-align: left; }
  .compare__model-title { font-size: 19px; }
  .compare__model-grid { grid-template-columns: 1fr; gap: 20px; }
  .model-col__total strong { font-size: 30px; }
  .compare__model-diff { font-size: 18px; }
  .compare__model-diff span { font-size: 24px; }
  .compare__fit p:last-child { font-size: 14px; }

  /* ターゲット */
  .target { padding-top: 32px; }
  .target__lead { font-size: 19px; }
  .target__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .target__item { padding: 18px 10px 16px; }
  .target__item p { font-size: 15px; }

  /* 強み */
  .strengths { padding: 40px 0 44px; }
  .strengths__title { font-size: 23px; }
  .strength { gap: 14px; padding: 18px 18px; }
  .strength__no { width: 40px; height: 40px; font-size: 16px; }
  .strength__body h3 { font-size: 18px; }
  .strength__body p { font-size: 15px; }

  /* お客様の声 */
  .voices { padding: 40px 0 44px; }
  .voices__lead { font-size: 15px; }
  .voices__grid { grid-template-columns: 1fr; gap: 16px; }
  .works__more { font-size: 15px; }
}

/* ==========================================================
   スクロール演出（ブランドに合う穏やかなフェード/スライド）
   JS(html.js)有効時のみ隠す＝JS無効・reduced-motionでは常時表示
   ========================================================== */
html.js .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .85s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
html.js .reveal.rv-l { transform: translateX(-56px); }
html.js .reveal.rv-r { transform: translateX(56px); }
html.js .reveal.rv-soft { transform: translateY(20px) scale(.98); }
html.js .reveal.is-in { opacity: 1; transform: none; will-change: auto; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
/* 横スライド演出時の横スクロール防止（比較セクション） */
html.js .compare { overflow-x: hidden; }
