:root {
  --ink: #132238;
  --orange: #f35b2c;
  --orange-dark: #d9471c;
  --cream: #fff8f1;
  --sky: #dff3f5;
  --white: #fff;
  --muted: #5d6877;
  --line: #dde2e8;
  --shadow: 0 24px 60px rgba(19, 34, 56, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif; line-height: 1.75; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(19, 34, 56, .08); background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; }
.brand img { width: 205px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.button):hover { color: var(--orange); }
.menu-button { display: none; border: 0; background: none; color: var(--ink); font: inherit; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 27px; border: 0; border-radius: 999px; color: #fff; background: var(--orange); box-shadow: 0 12px 30px rgba(243, 91, 44, .27); font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: var(--orange-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 21px; }
.button-light { color: var(--orange); background: #fff; box-shadow: none; }
.button-light:hover { color: #fff; background: var(--ink); }
.text-link { font-weight: 800; text-decoration: none; }
.text-link span { color: var(--orange); }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(50px, 6.2vw, 82px); line-height: 1.13; letter-spacing: -.045em; }
h1 span { color: var(--orange); }
h2 { margin-bottom: 24px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.25; letter-spacing: -.035em; }
h3 { font-size: 22px; line-height: 1.4; }
.section-lead { color: var(--muted); font-size: 18px; }

.hero { position: relative; overflow: hidden; padding: 105px 0 120px; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; bottom: -360px; border: 80px solid rgba(243, 91, 44, .07); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #465366; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-list { display: flex; gap: 22px; padding: 0; margin: 38px 0 0; list-style: none; color: #4f5d6d; font-size: 13px; font-weight: 800; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--orange); }
.hero-visual { position: relative; min-height: 525px; }
.visual-glow { position: absolute; inset: 40px 20px; border-radius: 50%; background: var(--sky); filter: blur(2px); transform: rotate(-8deg); }
.phone-card, .calendar-card { position: absolute; background: #fff; box-shadow: var(--shadow); }
.phone-card { z-index: 2; top: 0; left: 20px; width: 260px; min-height: 500px; padding: 17px; border: 7px solid var(--ink); border-radius: 36px; transform: rotate(-4deg); }
.phone-top { display: grid; grid-template-columns: 1fr auto 1fr; color: #707987; font-size: 12px; text-align: center; }
.phone-shop { margin: 28px 0 18px; font-weight: 900; letter-spacing: .18em; text-align: center; }
.date-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.date-row button { padding: 10px 4px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fff; font-weight: 800; }
.date-row button.active { border-color: var(--orange); color: #fff; background: var(--orange); }
.slots { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 19px; }
.slots span { padding: 11px 3px; border: 1px solid #dbe2ea; border-radius: 9px; font-size: 12px; font-weight: 800; text-align: center; }
.slots .full { color: #9ba3ad; background: #f1f2f4; text-decoration: line-through; }
.reserve-button { margin-top: 95px; padding: 13px; border-radius: 11px; color: #fff; background: var(--orange); font-size: 13px; font-weight: 900; text-align: center; }
.calendar-card { right: 0; bottom: 20px; width: 330px; padding: 24px; border-radius: 20px; transform: rotate(4deg); }
.calendar-head { display: flex; justify-content: space-between; margin-bottom: 20px; }
.calendar-head span { color: var(--muted); font-size: 13px; }
.calendar-days, .calendar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.calendar-days { margin-bottom: 7px; color: var(--muted); font-size: 10px; text-align: center; }
.calendar-grid i { height: 38px; border-radius: 7px; background: #f1f3f6; }
.calendar-grid i.event { position: relative; background: #fff1eb; }
.calendar-grid i.event::after { content: ""; position: absolute; top: 8px; left: 5px; width: 46px; height: 8px; border-radius: 6px; background: var(--orange); }
.calendar-grid i.short::after { width: 25px; }
.direct-badge { position: absolute; z-index: 4; top: 200px; right: 9px; display: flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 999px; color: #fff; background: var(--ink); box-shadow: var(--shadow); font-size: 12px; font-weight: 900; }
.direct-badge b { color: #ff8058; font-size: 18px; }

.problem { background: #fff; }
.route-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 54px; }
.route { padding: 28px 32px; border-radius: var(--radius); }
.route p { margin-bottom: 15px; font-size: 13px; font-weight: 900; }
.route div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.route span { padding: 10px 14px; border-radius: 10px; font-weight: 800; text-align: center; }
.old-route { color: #6a7380; background: #f3f4f6; }
.old-route span { background: #fff; }
.new-route { color: #fff; background: var(--ink); }
.new-route p, .new-route b { color: #ff8864; }
.new-route span { background: rgba(255,255,255,.1); }

.features { background: var(--ink); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading > p { color: #b9c2ce; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-grid article { min-height: 280px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.feature-grid article:nth-child(2), .feature-grid article:nth-child(3) { background: rgba(223,243,245,.1); }
.feature-number { display: inline-block; margin-bottom: 45px; color: #ff8058; font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.feature-grid h3 { margin-bottom: 12px; }
.feature-grid p { margin-bottom: 0; color: #bfc7d1; }

.fit { background: var(--sky); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.fit-grid > div > p:last-child { color: #4c5c6c; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 17px; padding: 17px 0; border-bottom: 1px solid rgba(19,34,56,.14); font-size: 17px; font-weight: 800; }
.check-list span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: var(--orange); }

.flow { background: #fff; }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 60px 0 0; padding: 0; list-style: none; }
.flow-list li { position: relative; padding: 0 22px; border-left: 1px solid var(--line); }
.flow-list li > span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 50%; color: #fff; background: var(--orange); font-weight: 900; }
.flow-list h3 { margin-bottom: 10px; }
.flow-list p { color: var(--muted); font-size: 14px; }

.price { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.price-grid > div > p:last-child { color: var(--muted); }
.price-card { padding: 42px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.price-card > p:first-child { font-size: 14px; font-weight: 900; }
.price-value { display: flex; align-items: baseline; gap: 8px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.price-value span { padding: 2px 5px; color: #fff; background: var(--ink); font-size: 10px; }
.price-value strong { font-size: clamp(44px, 6vw, 68px); line-height: 1; letter-spacing: -.04em; }
.price-value em { font-style: normal; font-weight: 800; }
.price-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin: 28px 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--orange); }
.price-note { margin-bottom: 0; color: var(--muted); font-size: 11px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; font-weight: 800; list-style: none; }
.accordion summary::after { content: "+"; position: absolute; right: 10px; color: var(--orange); font-size: 24px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding: 0 40px 22px 0; color: var(--muted); }

.contact { padding-top: 30px; }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding: 64px 70px; border-radius: 32px; color: #fff; background: var(--orange); }
.contact-card .eyebrow { color: #ffe0d6; }
.contact-card h2 { margin-bottom: 14px; }
.contact-card p:last-child { margin-bottom: 0; }
.contact-action { display: flex; flex-direction: column; gap: 12px; text-align: center; }
.contact-action small { color: #ffe8df; }

.site-footer { margin-top: 100px; padding: 48px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; }
.footer-inner img { width: 184px; }
.footer-inner p, .footer-inner a, .footer-inner span { color: var(--muted); font-size: 12px; }
.footer-inner > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; max-width: 470px; text-align: right; }
.footer-inner p { margin: 0; }

@media (max-width: 900px) {
  .section { padding: 85px 0; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; border-bottom: 1px solid var(--line); background: #fff; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .hero-grid, .section-heading, .fit-grid, .price-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding-top: 75px; }
  .hero-visual { width: min(540px, 100%); margin-inline: auto; }
  .section-heading { align-items: start; }
  .route-comparison { grid-template-columns: 1fr; }
  .flow-list { grid-template-columns: 1fr 1fr; gap: 42px 20px; }
  .contact-card { grid-template-columns: 1fr; padding: 50px; }
  .contact-action { align-items: flex-start; text-align: left; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 68px; }
  .brand img { width: 165px; }
  .main-nav { top: 68px; }
  h1 { font-size: 48px; }
  h2 { font-size: 35px; }
  .hero { padding: 62px 0 74px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-list { flex-wrap: wrap; gap: 9px 18px; }
  .hero-visual { min-height: 430px; transform: scale(.84); transform-origin: top left; width: 119%; margin-bottom: -65px; }
  .phone-card { left: 0; }
  .calendar-card { right: 0; }
  .route { padding: 22px 18px; }
  .route div { gap: 5px; font-size: 12px; }
  .route span { padding: 8px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .feature-number { margin-bottom: 28px; }
  .flow-list { grid-template-columns: 1fr; }
  .price-card { padding: 28px 22px; }
  .price-value strong { font-size: 43px; }
  .price-card ul { grid-template-columns: 1fr; }
  .contact-card { padding: 36px 24px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner > div:last-child { justify-content: flex-start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
