:root {
  --navy: #061f46;
  --navy-2: #0b2d5e;
  --gold: #c6a15b;
  --cream: #f6f1e7;
  --text: #071f45;
  --max: 1024px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #eef1f5; color: var(--text); font-family: "Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif; }
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 8px; top: -60px; z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 8px; }
.lp { width: min(100%, var(--max)); margin: 0 auto; background: #fff; box-shadow: 0 0 40px rgba(0,0,0,.08); overflow: clip; }
.image-section { position: relative; line-height: 0; }
.image-section > img { display: block; width: 100%; height: auto; }
.tap-area { position: absolute; display: block; z-index: 3; }
/* 1枚目の画像内CTAに重ねるクリック領域。生成画像変更時は微調整してください */
.tap-fv { left: 24.5%; width: 54%; top: 60.4%; height: 5.4%; border-radius: 12px; }
.tap-fv:focus-visible { outline: 4px solid #fff; outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.contact-section { background: linear-gradient(150deg,#fff 0%,#f7f4ed 62%,#edf1f6 100%); padding: clamp(64px,9vw,110px) clamp(26px,7vw,78px); text-align: center; border-top: 1px solid rgba(198,161,91,.3); }
.contact-inner { max-width: 820px; margin: 0 auto; }
.eyebrow { margin: 0 0 28px; color: var(--gold); font-weight: 700; letter-spacing: .12em; font-family: Georgia,"Times New Roman",serif; }
.eyebrow span { font-size: 2rem; margin-left: .5em; font-weight: 400; }
.contact-section h2 { margin: 0; color: var(--navy); font-family: "Yu Mincho","Hiragino Mincho ProN",serif; font-size: clamp(2rem,5.2vw,3.8rem); line-height: 1.45; font-weight: 600; }
.lead { font-size: clamp(1rem,2vw,1.25rem); line-height: 2; margin: 30px 0 46px; }
.flow { list-style: none; padding: 0; margin: 0 0 46px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.flow li { background: #fff; border: 1px solid rgba(6,31,70,.12); border-radius: 14px; min-height: 138px; padding: 22px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 28px rgba(6,31,70,.05); }
.flow strong { color: var(--gold); font-family: Georgia,serif; font-size: 1.7rem; margin-bottom: 10px; }
.flow span { color: var(--navy); font-weight: 700; line-height: 1.5; }
.primary-cta { display: flex; justify-content: center; align-items: center; gap: 24px; width: min(100%,620px); min-height: 78px; margin: 0 auto; padding: 18px 28px; border-radius: 9px; background: linear-gradient(90deg,#caa661,#b8893d); color: #fff; text-decoration: none; font-family: "Yu Mincho","Hiragino Mincho ProN",serif; font-size: clamp(1.25rem,2.5vw,1.65rem); box-shadow: 0 14px 34px rgba(136,96,34,.22); transition: transform .2s ease, filter .2s ease; }
.primary-cta:hover { transform: translateY(-2px); filter: brightness(1.04); }
.primary-cta:focus-visible,.floating-cta:focus-visible { outline: 4px solid #2d6fb6; outline-offset: 3px; }
.subnote { font-size: .85rem; opacity: .72; margin: 18px 0 0; line-height: 1.7; }
.floating-cta { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom)); z-index: 20; background: var(--navy); color: #fff; text-decoration: none; padding: 14px 22px; border: 1px solid rgba(198,161,91,.7); border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.25); font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s ease; }
.floating-cta.is-visible { opacity: 1; pointer-events: auto; transform: none; }
@media (max-width: 700px) {
  body { background: #fff; }
  .lp { box-shadow: none; }
  .flow { grid-template-columns: repeat(2,1fr); }
  .tap-fv { left: 20%; width: 60%; }
  .floating-cta { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); padding: 12px 18px; font-size: .92rem; }
}
@media (max-width: 420px) {
  .contact-section { padding-left: 20px; padding-right: 20px; }
  .flow { gap: 8px; }
  .flow li { min-height: 118px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; }
}
