@charset "utf-8";
/* =========================================================
   不動産のクリス - 静的モックアップ 共通スタイル
   ※ 実サイト(WordPress)の見た目に寄せた仮ページ用CSS
   ========================================================= */

:root {
  --gold: #b09a5f;
  --gold-light: #d8bd76;
  --gold-dark: #9a8547;
  --ink: #2b2b2b;
  --gray: #666;
  --line: #e2e2e2;
  --bg: #ffffff;
  --cream: #faf7ef;
  --forest: #1b241d;
  --serif: "Zen Old Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --gothic: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic",
    "Meiryo", sans-serif;
  --shadow-sm: 0 6px 18px rgba(30, 26, 16, .08);
  --shadow-md: 0 16px 40px rgba(30, 26, 16, .14);
  --shadow-lg: 0 30px 70px rgba(0, 0, 0, .28);
}



html, body {
  color: var(--ink);
  background: var(--bg);
  font-family: var(--gothic);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }


/* ---------- ページ本文 ---------- */
.sales-appraisal { max-width: 900px; margin: 0 auto; padding: 20px 20px 80px; }

.page-intro {
  position: relative;
  max-width: 880px;
  margin: 28px auto 56px;
  padding: 8px 0 34px;
  text-align: center;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 1.5px;
  color: #3f3a30;
}
.page-intro strong {
  position: relative;
  font-weight: 700;
  color: var(--gold-dark);
  white-space: nowrap;
  background: linear-gradient(transparent 62%, rgba(216, 189, 118, .35) 62%);
  padding: 0 2px;
}
/* 下の装飾ライン（中央のダイヤ） */
.page-intro::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.page-intro-sub {
  max-width: 780px;
  margin: -34px auto 44px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .5px;
  color: #6b6455;
}
.page-intro-sub strong {
  font-weight: 700;
  color: var(--gold-dark);
  background: linear-gradient(transparent 62%, rgba(216, 189, 118, .35) 62%);
  padding: 0 2px;
}
@media (max-width: 768px) {
  .page-intro {
    font-size: 19px;
    line-height: 1.85;
    letter-spacing: 1px;
    margin: 18px auto 36px;
    padding: 4px 4px 26px;
  }
  .page-intro strong { white-space: normal; }
  .page-intro-sub { font-size: 13.5px; margin: -22px auto 30px; text-align: left; }
}

.page-title {
  text-align: center;
  margin: 30px 0 50px;
}
.page-title .ja {
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: bold;
}
.page-title .en {
  display: block;
  font-family: var(--serif);
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 3px;
  margin-top: 8px;
}
.page-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin: 20px auto 0;
}

.placeholder-note {
  border: 1px dashed var(--gold);
  background: #faf7ef;
  color: #6b5e33;
  padding: 22px 26px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

/* ---------- リード（ヒーロー文） ---------- */
.lead-block {
  text-align: center;
  margin: 10px auto 64px;
}
.hero-copy { margin: 0; font-weight: bold; }
.hero-copy span { display: block; }
.hero-copy .hp-lead {
  font-size: 21px;
  color: #777;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.hero-copy .hp-big {
  font-size: 44px;
  font-weight: 800;
  color: var(--gold-dark);
  letter-spacing: 4px;
  line-height: 1.3;
  margin-bottom: 34px;
}
.hero-copy .hp-mid {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.hero-copy .hp-brand {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 3px;
}
.hero-copy .hp-brand em {
  font-style: normal;
  color: var(--gold);
}

/* ---------- 販売力バナー（ミニマル・ライト） ---------- */
.power-band {
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #fdfbf6 0%, #f4ecdb 100%);
  color: var(--ink);
  border: 1px solid #ece2ca;
  border-radius: 16px;
  padding: 72px 40px 68px;
  margin: 0 0 64px;
  box-shadow: var(--shadow-sm);
}
.power-band > * { position: relative; z-index: 1; }

.power-band .power-eyebrow {
  display: block;
  font-family: var(--serif);
  color: var(--gold-dark);
  font-size: 34px;
  letter-spacing: 5px;
  font-weight: 700;
  margin: 0 0 22px;
}

.power-band .power-main {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0 0 16px;
  line-height: 1.4;
  color: var(--ink);
}
.power-band .power-main strong {
  font-weight: 700;
  color: var(--gold-dark);
}
.power-band .power-sub {
  font-size: 14px;
  letter-spacing: 2px;
  color: #8a8067;
  margin: 0 0 44px;
}
.power-band .power-sub em {
  font-style: normal;
  color: var(--gold-dark);
}

.power-formula {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 12px 8px;
  max-width: 840px;
  margin: 0 auto;
}
.power-formula .pf-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 132px;
  min-height: 118px;
  padding: 18px 12px;
  background: #fff;
  border: 1px solid #e7ddc6;
  border-radius: 10px;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.power-formula .pf-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 10px 24px rgba(176, 154, 95, .18);
}
.power-formula .pf-card .pf-no {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--gold-dark);
  margin-bottom: 10px;
}
.power-formula .pf-card .pf-txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  color: var(--ink);
}
.power-formula .eq {
  display: flex;
  align-items: center;
  color: var(--gold);
  font-weight: 300;
  font-size: 18px;
}
.power-formula .pf-card.last {
  background: linear-gradient(180deg, #f7edd2 0%, #efe1bf 100%);
  border-color: var(--gold);
}
.power-formula .pf-card.last .pf-txt { color: var(--gold-dark); font-weight: 700; }

/* ---------- 見出し（セクション） ---------- */
.section { margin: 0 0 64px; }
.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0 0 8px;
}
.section-title .en {
  display: block;
  font-family: var(--serif);
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 3px;
  margin-top: 6px;
  font-weight: normal;
}
.section-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: var(--gold);
  margin: 16px auto 40px;
}

/* ---------- ポイント強調ボックス ---------- */
.point-block {
  max-width: 780px;
  margin: 0 auto;
  background: #faf7ef;
  border: 1px solid #ece4cf;
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  padding: 30px 40px;
}
.point-list { list-style: none; margin: 0; padding: 0; }
.point-list li {
  position: relative;
  padding: 14px 0 14px 44px;
  font-size: 17px;
  line-height: 1.7;
  border-bottom: 1px dashed #e3dcc6;
}
.point-list li:last-child { border-bottom: none; }
.point-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
}
.point-list li strong {
  color: var(--gold-dark);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 1px;
}

/* ---------- 難あり物件も克服 ---------- */
.overcome-lead {
  text-align: center;
  color: #555;
  margin: -22px 0 34px;
  font-size: 15px;
}
.overcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.oc-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 14px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
  transition: transform .3s ease, box-shadow .3s ease;
}
.oc-card .oc-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1);
  transition: transform .6s ease, filter .3s ease;
  filter: grayscale(.15) saturate(.95);
}
.oc-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,15,15,.55) 0%, rgba(15,15,15,.4) 50%, rgba(15,15,15,.6) 100%);
}
.oc-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  z-index: 2;
}
.oc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .28);
}
.oc-card:hover .oc-bg {
  transform: scale(1.08);
  filter: grayscale(0) saturate(1.05);
}
.oc-card .oc-body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px 18px;
}
.oc-card .oc-problem {
  position: relative;
  display: inline-block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding-bottom: 14px;
  line-height: 1.6;
  letter-spacing: 3px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .85);
}
/* テキスト下のゴールド細線アクセント（ホバーで伸びる） */
.oc-card .oc-problem::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--gold-light);
  transition: width .3s ease;
}
.oc-card:hover .oc-problem::after { width: 56px; }
.oc-card .oc-badge {
  display: inline-block;
  background: linear-gradient(180deg, #d8bd76, var(--gold));
  color: #1c1c1c;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 5px 18px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(176, 154, 95, .35);
}
.oc-card .oc-badge::before { content: "→ "; }

/* ---------- 3つの強み ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature {
  border: 1px solid var(--line);
  padding: 28px 22px;
  background: #fff;
}
.feature .num {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 2px;
}
.feature h3 {
  font-size: 17px;
  margin: 8px 0 12px;
  line-height: 1.5;
}
.feature p { font-size: 13.5px; color: #555; margin: 0; }

/* ---------- お悩みチェック ---------- */
.worries {
  padding: 0;
}
.worries ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  overflow: inherit;
}
.worries li {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 22px 22px 66px;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.worries li:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 14px 30px rgba(176, 154, 95, .18);
}
.worries li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #d8bd76, var(--gold));
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(176, 154, 95, .4);
}
.worries .after {
  text-align: center;
  margin: 0;
  padding: 20px 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--ink);
  background: linear-gradient(180deg, #faf7ef, #f3ecd9);
  border: 1px solid #eadfc0;
  border-radius: 14px;
}

/* ---------- 査定の流れ ---------- */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.flow .step {
  text-align: center;
  border: 1px solid var(--line);
  padding: 20px 12px;
  position: relative;
}
.flow .step .no {
  display: inline-block;
  width: 34px; height: 34px; line-height: 34px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-family: var(--serif);
  margin-bottom: 10px;
}
.flow .step h4 { margin: 0 0 6px; font-size: 15px; }
.flow .step p { margin: 0; font-size: 12.5px; color: #666; }

/* ---------- フォーム ---------- */
.form-section {
  background: #fbfbfb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 40px;
}
.form-intro { text-align: center; color: #555; margin: 0 0 30px; font-size: 14px; }

.form-row { margin-bottom: 22px; }
.form-row > label.field-label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.form-section .requ,
.form-section .opt {
	clear: both;
	float: none;
	font-weight: 300;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
  padding: 2px 4px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.form-section .requ { background: #c0392b; }
.form-section .opt { background: #aaa; }

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
}
.form-row textarea { min-height: 120px; resize: vertical; }
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(176,154,95,.2);
}

.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.choice-group { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.choice-group label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}

.agree {
  text-align: center;
  margin: 10px 0 24px;
  font-size: 14px;
}
.agree label { cursor: pointer; }
.agree a { color: var(--gold-dark); text-decoration: underline; }

.form-submit { text-align: center; }
.mw_wp_form .btn-submit {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  border: none;
  font-size: 17px;
  letter-spacing: 3px;
  padding: 24px 70px;
  border-radius: 4px;
  cursor: pointer;
  transition: background .2s;
}
.mw_wp_form .btn-submit:hover { background: var(--gold-dark); }

.form-note { text-align: center; font-size: 12px; color: #888; margin-top: 16px; }

.form-section .mw_wp_form .error {
    color: #c0392b;
	font-size: 14px;
}


/* 確認画面 */

.mw_wp_form_confirm {
  background: #fbfbfb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 40px;
}
.mw_wp_form_confirm .form-row {
	margin-bottom: 20px;
}
.mw_wp_form_confirm .form-row br {
	display: none;
}
.mw_wp_form_confirm .form-row label.field-label {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 14px;
}
.mw_wp_form_confirm .form-grid-2 {
	grid-template-columns: 1fr;
}
.mw_wp_form_confirm .form-grid-2 br {
	display: block;
}
.mw_wp_form_confirm .form-submit {
	margin-top: 40px;
}
.mw_wp_form_confirm .form-row > p:empty {
	display: none;
}
.mw_wp_form_confirm .agree,
.mw_wp_form_confirm .requ,
.mw_wp_form_confirm .opt {
	display: none;
}

/* CTA帯 */
.cta-band {
  background: #faf7ef;
  border: 1px solid #ece4cf;
  border-radius: 8px;
  text-align: center;
  padding: 30px 20px;
  margin: 0 0 50px;
}
.cta-band .tel-big {
  font-family: var(--serif);
  color: var(--gold-dark);
  font-size: 32px;
  font-weight: bold;
}
.cta-band .sub { color: #666; font-size: 13px; }

/* ---------- フッター ---------- */
.site-footer {
  background: #1c1c1c;
  color: #ccc;
  text-align: center;
  padding: 40px 20px;
  font-size: 12px;
  margin-top: 40px;
}
.site-footer .brand-text .en {
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
}
.site-footer .copy { margin-top: 16px; color: #888; }

/* ---------- レスポンシブ ---------- */
@media (max-width: 900px) {
  .header-contact, .btn-contact { display: none; }
  .gnav ul { gap: 18px; }
  .gnav a { font-size: 14px; }
  .page-title .ja { font-size: 24px; }
  .features { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .form-section { padding: 24px 18px; }
  .worries { padding: 0; }
  .worries ul { grid-template-columns: 1fr; gap: 12px; }
  .worries li { padding: 18px 18px 18px 60px; }
  .hero-copy .hp-lead { font-size: 16px; }
  .hero-copy .hp-big { font-size: 30px; letter-spacing: 2px; margin-bottom: 24px; }
  .hero-copy .hp-mid { font-size: 19px; }
  .hero-copy .hp-brand { font-size: 22px; }
  .power-band { padding: 40px 16px 34px; }
  .power-band::before { inset: 8px; }
  .power-band .power-eyebrow { font-size: 24px; letter-spacing: 3px; }
  .power-band .power-eyebrow::before,
  .power-band .power-eyebrow::after { width: 20px; }
  .power-band .power-main { font-size: 28px; }
  .power-band .power-sub { font-size: 14px; }
  .power-formula { gap: 8px 4px; }
  .power-formula .pf-card { width: 104px; min-height: 104px; }
  .power-formula .pf-card .pf-txt { font-size: 13px; }
  .power-formula .eq { font-size: 18px; }
  .overcome-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .oc-card { min-height: 170px; }
  .point-block { padding: 22px 22px; }
  .point-list li { font-size: 15px; padding-left: 38px; }
  .overcome-lead { margin: -10px 0 24px; font-size: 14px; }
  .btn-submit { padding: 16px 40px; width: 100%; }
}

/* =========================================================
   v2 ENHANCEMENTS — 画像・ヒーロー・ギャラリー・アニメーション
   ========================================================= */

/* ---------- スクロールリビール ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.16,.84,.44,1),
              transform .8s cubic-bezier(.16,.84,.44,1);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- フルブリード ヒーロー ---------- */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero::after { /* 暗幕グラデ */
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,.15), rgba(0,0,0,.55) 70%),
    linear-gradient(180deg, rgba(20,17,12,.35) 0%, rgba(20,17,12,.72) 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }

.hero-inner {
  position: relative;
  max-width: 900px;
  padding: 90px 24px;
}
.hero-bank {
  display: inline-block;
  font-family: var(--serif);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 6px;
  margin: 0 0 26px;
  padding: 14px 34px;
  color: #fff;
  background: linear-gradient(135deg, rgba(216,189,118,.22), rgba(154,133,71,.28));
  border: 1px solid rgba(216, 189, 118, .65);
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,.45), inset 0 0 30px rgba(216,189,118,.12);
  text-shadow: 0 3px 18px rgba(0,0,0,.7);
  backdrop-filter: blur(2px);
}
.hero-bank em {
  font-style: normal;
  color: var(--gold-light);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 22px;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: "";
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light));
}
.hero-eyebrow::after { transform: scaleX(-1); }

.hero-title {
  font-family: var(--serif);
  font-weight: 900;
  font-size: 56px;
  letter-spacing: 8px;
  line-height: 1.2;
  margin: 0 0 8px;
  text-shadow: 0 6px 40px rgba(0,0,0,.5);
}
.hero-sub {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 4px;
  color: #e9e2d0;
  margin: 0 0 30px;
}
.hero .hero-copy { color: #fff; margin-top: 8px; }
.hero .hero-copy .hp-lead { color: #e4d9bd; }
.hero .hero-copy .hp-big { color: #fff; text-shadow: 0 4px 30px rgba(0,0,0,.5); }
.hero .hero-copy .hp-brand em { color: var(--gold-light); }

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 17px 44px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1c1c1c;
  background: linear-gradient(180deg, #f2dfa2 0%, var(--gold) 100%);
  border-radius: 40px;
  box-shadow: 0 14px 34px rgba(176,154,95,.5);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hero-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(176,154,95,.6); text-decoration: none;}
.hero-cta::after { content: "→"; }

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255,255,255,.6);
  border-radius: 14px;
}
.hero-scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  background: #fff;
  border-radius: 2px;
  animation: scrollDot 1.6s ease-in-out infinite;
}
@keyframes scrollDot {
  0% { opacity: 0; transform: translateY(0); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateY(12px); }
}

/* ---------- セクションの上に画像を敷くフィーチャー帯 ---------- */
.media-band {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  margin: 0 0 64px;
  box-shadow: var(--shadow-md);
}
.media-band .mb-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .6s ease;
}
.media-band:hover .mb-bg { transform: scale(1.05); }
.media-band::after {
  content: ""; position: absolute; inset: 0;
}
.media-band .mb-text {
  position: relative;
  width: 100%;
  padding: 90px 44px 40px;
  /* テキスト背後にさらに濃いスクリムを敷いて必ず読めるように */
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.6) 100%);
}
.media-band .mb-text h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 10px;
  color: #fff;
  /* 発光感のある白: 明るいハロー + 可読性のためのわずかな影 */
  text-shadow: 0 0 18px rgba(255,255,255,.45), 0 0 6px rgba(255,255,255,.35), 0 2px 6px rgba(0,0,0,.6);
}
.media-band .mb-text h3 em,
.media-band .mb-text .accent {
  font-style: normal;
  color: var(--gold-light);
}
.media-band .mb-text p {
  margin: 0;
  font-size: 15px;
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.35), 0 2px 6px rgba(0,0,0,.55);
}

/* ---------- 画像＋ポイントの分割カード ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border: 1px solid #ece2ca;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #fff;
}
.split-img {
  min-height: 340px;
  background-size: cover;
  background-position: center;
  transition: transform .6s ease;
}
.split:hover .split-img { transform: scale(1.04); }
.split-body {
  padding: 46px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}
.split.reverse .split-img { order: 2; }
.split-lead {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: var(--ink);
  margin: 0 0 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ece2ca;
}
.split-body .point-list li:first-child { padding-top: 6px; }
.split-body .point-list li:last-child { border-bottom: none; padding-bottom: 6px; }

/* ---------- 対応エリア ---------- */
.area .area-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 20px;
  border-radius: 30px;
  background: linear-gradient(135deg, #d8bd76, var(--gold) 60%, var(--gold-dark));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  box-shadow: 0 6px 16px rgba(176, 154, 95, .35);
}
.area .section-title .area-badge { line-height: 1; }
.area-lead {
  text-align: center;
  max-width: 720px;
  margin: -6px auto 40px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .5px;
  color: #5a5344;
}
.area-lead strong { color: var(--gold-dark); font-weight: 700; }
.area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.area-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 34px 22px 30px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  border: 1px solid #eadfc0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .05);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.area-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.area-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 18px 36px rgba(176, 154, 95, .2);
}
.area-card .area-en {
  display: block;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 4px;
  color: var(--gold);
  margin-bottom: 12px;
}
.area-card .area-name {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
  line-height: 1.5;
}
.area-card .area-desc {
  font-size: 13.5px;
  color: #8a8067;
  margin: 0;
  letter-spacing: 1px;
}

/* ---------- 実績ギャラリー ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gcard {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-sm);
  isolation: isolate;
}
.gcard img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.16,.84,.44,1);
}
.gcard:hover img { transform: scale(1.08); }
.gcard::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.72) 100%);
}
.gcard .g-meta {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 18px 20px;
  color: #fff;
}
.gcard .g-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #1c1c1c;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.gcard .g-title { font-size: 16px; font-weight: 700; letter-spacing: 1px; margin: 0 0 2px; }
.gcard .g-price { font-family: var(--display); font-size: 20px; color: var(--gold-light); letter-spacing: 1px; }
.gcard .g-price small { font-size: 12px; color: #ddd; letter-spacing: 0; }

/* ---------- 特徴カードに画像 ---------- */
.feature { overflow: hidden; border-radius: 12px; padding: 0; }
.feature .f-img {
  height: 168px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.feature .f-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.35) 100%);
}
.feature .f-body { padding: 24px 22px 28px; }
.feature .f-body .num { display:block; }
.feature:hover { box-shadow: var(--shadow-md); }
.feature { transition: box-shadow .25s ease, transform .25s ease; }
.feature:hover { transform: translateY(-4px); }

/* ---------- 数字で見る実績（スタッツ） ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 64px;
}
.stat {
  text-align: center;
  padding: 34px 16px;
  background: linear-gradient(180deg, #fff, var(--cream));
  border: 1px solid #ece4cf;
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}
.stat .s-num {
  font-family: var(--display);
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
  color: var(--gold-dark);
}
.stat .s-num small { font-size: 22px; }
.stat .s-label { margin-top: 10px; font-size: 14px; letter-spacing: 1px; color: #666; }

/* ---------- CTAバンドに背景画像 ---------- */
.cta-band.cta-photo {
  position: relative;
  overflow: hidden;
  border: none;
  color: #fff;
  padding: 56px 24px;
}
.cta-band.cta-photo .cta-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
.cta-band.cta-photo::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(23,20,15,.72), rgba(23,20,15,.86));
}
.cta-band.cta-photo > * { position: relative; z-index: 1; }
.cta-band.cta-photo .tel-big { color: #fff; }
.cta-band.cta-photo .sub { color: #e4d9bd; }

/* ---------- トップページ用リード ---------- */
.home-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.home-intro .hi-en {
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 5px;
  color: var(--gold);
  text-transform: uppercase;
}
.home-intro h2 {
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: 4px;
  margin: 10px 0 20px;
}
.home-intro p { color: #555; font-size: 15px; line-height: 2; }

/* セクション見出しに「もっと見る」ボタン */
.more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px auto 0;
  padding: 12px 34px;
  border: 1px solid var(--gold);
  color: var(--gold-dark);
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  transition: background .25s, color .25s;
}
.more-link:hover { background: var(--gold); color: #fff; }
.more-link::after { content: "→"; }
.center { text-align: center; }

/* ---------- v2 レスポンシブ ---------- */
@media (max-width: 900px) {
  .hero { min-height: 480px; }
  .hero-bank { font-size: 24px; letter-spacing: 3px; padding: 12px 20px; margin-bottom: 20px; }
  .hero-title { font-size: 36px; letter-spacing: 4px; }
  .hero-sub { font-size: 15px; letter-spacing: 2px; }
  .hero-eyebrow { font-size: 12px; letter-spacing: 3px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stats { grid-template-columns: 1fr; gap: 14px; }
  .stat .s-num { font-size: 44px; }
  .media-band { min-height: 240px; }
  .media-band .mb-text { padding: 28px 24px; }
  .media-band .mb-text h3 { font-size: 22px; }
  .home-intro h2 { font-size: 24px; }
  .site-head-sticky { position: static; }
  .split { grid-template-columns: 1fr; }
  .split.reverse .split-img { order: 0; }
  .split-img { min-height: 210px; }
  .split-body { padding: 30px 24px; }
  .split-lead { font-size: 18px; }
  /* 対応エリア（ベース定義より後方なので確実に上書きされる） */
  .area-grid { grid-template-columns: 1fr; gap: 14px; }
  .area-lead { font-size: 14.5px; line-height: 1.85; margin: 0 auto 28px; text-align: left; }
  .area-card { min-height: auto; padding: 26px 20px 24px; }
  .area-card .area-name { font-size: 18px; }
  /* トップ用リード・SEOリード */
  .page-intro { font-size: 19px; line-height: 1.8; letter-spacing: .5px; }
  .page-intro strong { white-space: normal; }
}
@media (max-width: 560px) {
  .gallery { grid-template-columns: 1fr; }
  /* 難あり物件カードも1列で読みやすく */
  .overcome-grid { grid-template-columns: 1fr; gap: 12px; }
  .oc-card { min-height: 150px; }
  /* 販売力バナーの数式を縦積みに（横スクロール・潰れ防止） */
  .power-formula { flex-direction: column; align-items: center; }
  .power-formula .pf-card { width: 100%; max-width: 260px; min-height: auto; padding: 16px 14px; }
  .power-formula .pf-card .pf-txt { font-size: 15px; }
  .power-formula .eq { transform: rotate(90deg); font-size: 16px; }
  /* ヒーロー看板・タイトル微調整 */
  .hero-bank { font-size: 21px; letter-spacing: 2px; padding: 11px 16px; }
  .hero-title { font-size: 32px; letter-spacing: 3px; }
  /* SEOリードの過剰な余白を調整 */
  .page-intro { font-size: 17px; margin: 16px auto 30px; padding: 4px 2px 22px; }
  .page-intro-sub { margin: -18px auto 26px; }
}

/* ---------- 右下フローティング 無料査定ボタン ---------- */
.fab-satei {
  position: fixed;
  right: 24px;
  bottom: 120px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #d8bd76 0%, var(--gold) 55%, var(--gold-dark) 100%);
  color: #fff;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(154, 133, 71, .45), 0 2px 6px rgba(0, 0, 0, .2);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  animation: fab-pop .5s ease both;
  overflow: inherit;
}
.fab-satei:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 32px rgba(154, 133, 71, .55), 0 4px 10px rgba(0, 0, 0, .25);
  filter: brightness(1.05);
  text-decoration: none;
}
.fab-satei:active { transform: translateY(-1px) scale(1.0); }
.fab-satei .fab-icon {
  font-size: 20px;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}
.fab-satei .fab-text { white-space: nowrap; }
/* やわらかな鼓動で注意を引く */
.fab-satei::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  box-shadow: 0 0 0 0 rgba(176, 154, 95, .5);
  animation: fab-pulse 2.4s ease-out infinite;
}
@keyframes fab-pop {
  from { opacity: 0; transform: translateY(16px) scale(.9); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes fab-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(176, 154, 95, .5); }
  70%  { box-shadow: 0 0 0 16px rgba(176, 154, 95, 0); }
  100% { box-shadow: 0 0 0 0 rgba(176, 154, 95, 0); }
}
@media (max-width: 560px) {
  .fab-satei { right: 16px; bottom: 120px; padding: 12px 18px; font-size: 14px; }
  .fab-satei .fab-icon { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .fab-satei, .fab-satei::after { animation: none; }
}
