* { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",YuGothic,"Noto Sans JP",sans-serif; color: var(--ink); background: var(--paper); line-height: 1.85; font-feature-settings: "palt"; -webkit-font-smoothing: antialiased; } .mincho { font-family: "Hiragino Mincho ProN","Yu Mincho",YuMincho,"Noto Serif JP",serif; } .wrap { max-width: 960px; margin: 0 auto; padding: 0 24px; } .narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; } /* ── ヘッダー ── */header { position: sticky; top: 0; z-index: 50; background: rgba(245,243,236,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); } .nav { display: flex; align-items: center; justify-content: space-between; max-width: 960px; margin: 0 auto; padding: 13px 24px; } .brand { font-weight: 700; letter-spacing: .04em; color: var(--forest-deep); font-size: 15px; } .brand small { display: block; font-weight: 400; font-size: 10.5px; color: var(--moss); letter-spacing: .18em; } .nav-cta { background: var(--rust); color: #fff; text-decoration: none; padding: 9px 18px; border-radius: 2px; font-size: 13.5px; font-weight: 700; white-space: nowrap; transition: transform .15s ease; } .nav-cta:hover { transform: translateY(-1px); } /* ── ヒーロー ── */.hero { background: linear-gradient(180deg,rgba(22,52,23,.0),rgba(22,52,23,.0)),
      var(--forest-deep); color: #f3f1e8; padding: 78px 0 70px; position: relative; overflow: hidden; } .hero::before { content: "特急"; position: absolute; right: -2%; top: 8%; font-family: "Hiragino Mincho ProN",serif; font-size: clamp(120px,26vw,300px); color: rgba(255,255,255,.045); font-weight: 700; letter-spacing: .1em; line-height: 1; writing-mode: vertical-rl; user-select: none; pointer-events: none; } .eyebrow { display: inline-block; font-size: 12.5px; letter-spacing: .28em; color: #cde0c9; border: 1px solid rgba(205,224,201,.4); padding: 5px 14px; border-radius: 2px; margin-bottom: 26px; } .hero h1 { font-size: clamp(28px,5.4vw,50px); line-height: 1.34; font-weight: 800; letter-spacing: .01em; margin-bottom: 22px; } .hero h1 .accent { color: #f0b59f; } .hero h1 .u { background: linear-gradient(transparent 62%,rgba(168,72,43,.55) 62%); } .hero-lead { font-size: clamp(15px,2.2vw,18px); color: #dde3d4; max-width: 660px; margin-bottom: 34px; } .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; } .btn-primary { background: var(--rust); color: #fff; text-decoration: none; padding: 16px 30px; border-radius: 3px; font-weight: 700; font-size: 16px; box-shadow: 0 6px 22px rgba(168,72,43,.35); transition: transform .15s; } .btn-primary:hover { transform: translateY(-2px); } .btn-primary .price { display: block; font-size: 12px; font-weight: 500; opacity: .92; margin-top: 2px; } .btn-ghost { color: #e7ecdf; text-decoration: none; font-size: 14.5px; border-bottom: 1px solid rgba(231,236,223,.45); padding-bottom: 2px; } /* ── セクション共通 ── */section { padding: 66px 0; } .sec-label { font-size: 12px; letter-spacing: .26em; color: var(--rust); font-weight: 700; margin-bottom: 14px; } h2 { font-size: clamp(22px,3.6vw,32px); line-height: 1.4; color: var(--forest-deep); font-weight: 800; margin-bottom: 18px; letter-spacing: .01em; } .lead { font-size: 16px; color: #3a463c; max-width: 680px; } /* ── 痛み ── */.pains { background: var(--paper); } .pain-grid { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); } .pain { padding: 26px 4px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; } .pain .q { font-family: "Hiragino Mincho ProN",serif; font-size: 30px; color: var(--rust); line-height: 1; font-weight: 700; } .pain p { font-size: clamp(16px,2.4vw,20px); font-weight: 700; color: var(--ink); line-height: 1.6; } .pain p small { display: block; font-size: 14px; font-weight: 400; color: #5d6960; margin-top: 6px; line-height: 1.7; } /* ── 転換（借りる→持つ）── */.shift { background: var(--forest-deep); color: #eef1e7; } .shift h2 { color: #fff; } .shift .lead { color: #d4dccb; } .shift-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; margin-top: 38px; } .shift-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: 5px; padding: 26px 24px; } .shift-card.from { opacity: .72; } .shift-card .tag { font-size: 12px; letter-spacing: .16em; margin-bottom: 12px; } .shift-card.from .tag { color: #c4a99f; } .shift-card.to .tag { color: #f0b59f; } .shift-card h3 { font-size: 21px; margin-bottom: 10px; font-weight: 800; } .shift-card.from h3 { color: #d9d2c4; } .shift-card.to h3 { color: #fff; } .shift-card ul { list-style: none; font-size: 14px; line-height: 1.5; } .shift-card li { padding: 6px 0 6px 20px; position: relative; color: #dde3d4; } .shift-card.from li { color: #b7b0a3; } .shift-card li::before { content: ""; position: absolute; left: 0; top: 13px; width: 7px; height: 7px; border-radius: 50%; } .shift-card.from li::before { background: #8a8275; } .shift-card.to li::before { background: #f0b59f; } .shift-arrow { display: flex; align-items: center; font-size: 34px; color: #f0b59f; } .shift-note { margin-top: 26px; font-size: 14.5px; color: #c4cdb8; border-left: 3px solid var(--rust); padding-left: 16px; } /* ── 比較表 ── */.compare { background: var(--paper-warm); } .ctable { margin-top: 34px; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); } .ctable table { width: 100%; border-collapse: collapse; } .ctable th, .ctable td { padding: 16px 18px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--line); vertical-align: middle; } .ctable thead th { background: var(--forest-deep); color: #fff; font-size: 14px; font-weight: 700; } .ctable thead th.exp { background: var(--rust); } .ctable th[scope=row] { font-weight: 700; color: var(--forest-deep); width: 24%; background: #faf8f1; } .ctable td.old { color: #7a756a; } .ctable td.exp { color: var(--ink); font-weight: 700; background: rgba(168,72,43,.045); } .ctable tr:last-child th, .ctable tr:last-child td { border-bottom: none; } /* ── クイックウィン ── */.wins { background: var(--paper); } .win-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 36px; } .win { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 28px 22px; box-shadow: var(--shadow); position: relative; overflow: hidden; } .win::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--moss); } .win .ico { width: 46px; height: 46px; margin-bottom: 16px; color: var(--forest); } .win h3 { font-size: 18px; color: var(--forest-deep); margin-bottom: 8px; font-weight: 800; } .win p { font-size: 14px; color: #525e54; line-height: 1.7; } .wins-more { margin-top: 22px; font-size: 13.5px; color: #6b7468; text-align: center; } /* ── オファー ── */.offer { background: var(--forest-deep); color: #eef1e7; } .offer-box { background: linear-gradient(160deg,#244f25,#163417); border: 1px solid rgba(240,181,159,.35); border-radius: 10px; padding: 44px 38px; margin-top: 8px; text-align: center; position: relative; } .offer h2 { color: #fff; margin-bottom: 8px; } .offer .sub { color: #d4dccb; font-size: 15.5px; margin-bottom: 30px; } .price-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; margin: 0 auto 32px; max-width: 680px; text-align: left; } .pcard { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 6px; padding: 22px 22px; } .pcard.front { border-color: rgba(240,181,159,.5); } .pcard .lbl { font-size: 11.5px; letter-spacing: .16em; color: #f0b59f; margin-bottom: 8px; } .pcard.back .lbl { color: #c8d2bd; } .pcard .amt { font-family: "Hiragino Mincho ProN",serif; font-size: 30px; color: #fff; font-weight: 700; line-height: 1.1; } .pcard .amt small { font-size: 14px; font-weight: 400; color: #cdd6c4; } .pcard .desc { font-size: 13px; color: #c7d0bd; margin-top: 8px; line-height: 1.6; } .pflow-arrow { font-size: 26px; color: #f0b59f; text-align: center; } .offer .btn-primary { font-size: 17px; padding: 18px 40px; } .offer .place { margin-top: 18px; font-size: 13px; color: #bcc6b0; } /* ── 出口 ── */.exits { background: var(--paper); } .exit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 34px; } .exit { border: 1px solid var(--line); border-radius: 6px; padding: 22px 18px; background: #fff; } .exit h4 { font-size: 15px; color: var(--forest-deep); margin-bottom: 6px; font-weight: 800; } .exit .amt { font-size: 13px; color: var(--rust); font-weight: 700; margin-bottom: 8px; } .exit p { font-size: 13px; color: #5d6960; line-height: 1.6; } /* ── 思想フッター ── */.ethos { background: var(--paper-warm); text-align: center; } .ethos .mincho { font-size: clamp(18px,3vw,24px); color: var(--forest-deep); line-height: 1.9; max-width: 720px; margin: 0 auto 10px; font-weight: 600; } .ethos .sig { font-size: 13.5px; color: #6b7468; margin-top: 18px; } /* ── フッター ── */footer { background: var(--ink); color: #c7cdc4; padding: 40px 0; font-size: 13px; } .foot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; } footer a { color: #e6e1d2; text-decoration: none; border-bottom: 1px solid rgba(230,225,210,.3); } .foot-cta { background: var(--rust); color: #fff; padding: 12px 22px; border-radius: 3px; font-weight: 700; text-decoration: none; border: none; } @media (max-width:760px){ .shift-row {  grid-template-columns: 1fr;  gap: 14px; }  .shift-arrow {  transform: rotate(90deg);  justify-content: center; }  .win-grid {  grid-template-columns: 1fr; }  .exit-grid {  grid-template-columns: 1fr 1fr; }  .price-flow {  grid-template-columns: 1fr; }  .pflow-arrow {  transform: rotate(90deg); }  .ctable {  overflow-x: auto; }  .ctable table {  min-width: 520px; }  .hero {  padding: 56px 0 50px; } } @media (prefers-reduced-motion:reduce){ * {  scroll-behavior: auto;  transition: none!important; } }


/* ── 段0：他入口への振り分け（exits配下・追加） ── */
.exit-alt {margin-top: 2.5rem;}
.exit-alt-label {text-align: center; opacity: .6; font-size: .9rem; margin-bottom: 1rem; color: #5d6960;}
.exit-alt-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;}
.exit-alt-card {display: block; padding: 18px 20px; border: 1px solid rgba(28,43,34,.14); border-radius: 8px; background: #fff; text-decoration: none; color: inherit; transition: border-color .2s ease, transform .2s ease;}
.exit-alt-card:hover {border-color: rgba(28,43,34,.34); transform: translateY(-2px);}
.exit-alt-card h4 {font-size: 15px; color: var(--forest-deep); margin-bottom: 6px; font-weight: 800;}
.exit-alt-card p {font-size: 13px; color: #5d6960; line-height: 1.6;}
@media (max-width:640px){ .exit-alt-grid {  grid-template-columns: 1fr; } }
