  :root {
    --navy: #142844;
    --navy-2: #1f3a5f;
    --navy-soft: #eef3f7;
    --cream: #f8f5ee;
    --cream-2: #efe9dc;
    --paper: #ffffff;
    --ink: #1f2328;
    --muted: #667085;
    --orange: #c8732e;
    --orange-2: #a85d1f;
    --line: #06c755;
    --border: #e5dfd3;
    --shadow: 0 18px 50px rgba(20,40,68,.12);
    --shadow-soft: 0 10px 26px rgba(20,40,68,.08);
    --radius: 22px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.85;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  .container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
  .narrow { width: min(900px, calc(100% - 40px)); margin: 0 auto; }
  .section { padding: 88px 0; position: relative; }
  h1, h2, h3 { color: var(--navy); letter-spacing: .01em; }
  h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.42; }
  h3 { font-size: 18px; line-height: 1.55; }
  .lead { color: var(--muted); font-weight: 600; margin-top: 12px; }
  .eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-weight: 900; font-size: 13px; letter-spacing: .14em; margin-bottom: 12px; }
  .eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
  .section-title { text-align: center; margin-bottom: 38px; }
  .section-title .eyebrow { justify-content: center; }

  .nav {
    position: static; z-index: 20;
    background: rgba(248,245,238,.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(229,223,211,.9);
  }
  .nav-inner { width: min(1120px, calc(100% - 32px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
  .nav-logo img { display: block; height: 40px; width: auto; }
  .nav-menu { display: flex; gap: 10px; align-items: center; }
  .nav-link { font-size: 13px; font-weight: 900; color: var(--navy); border: 1px solid var(--border); background: rgba(255,255,255,.72); padding: 9px 14px; border-radius: 999px; white-space: nowrap; transition: .18s ease; }
  .nav-link:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

  .hero {
    position: relative;
    min-height: 760px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background-image:
      linear-gradient(90deg, rgba(12,24,42,.92) 0%, rgba(12,24,42,.84) 36%, rgba(12,24,42,.45) 64%, rgba(12,24,42,.18) 100%),
      linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.34)),
      url("/transfer_lp/assets/hero_restaurant.jpeg");
    background-size: cover;
    background-position: center center;
  }
  .hero::before {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 12% 18%, rgba(200,115,46,.28), transparent 26%),
      linear-gradient(180deg, rgba(248,245,238,.05), rgba(20,40,68,.18));
    pointer-events: none;
  }
  .hero::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: -1px; height: 88px;
    background: linear-gradient(180deg, transparent, var(--cream));
  }
  .hero-inner { position: relative; z-index: 1; padding: 84px 0 120px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); column-gap: 56px; align-items: center; }
  .hero-content { max-width: 680px; }
  .hero-kicker {
    display: inline-flex; align-items: center; gap: 10px;
    color: #fff; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.32);
    border-radius: 999px; padding: 9px 14px; font-size: 13px; font-weight: 900;
    backdrop-filter: blur(10px); margin-bottom: 22px;
  }
  .hero-kicker::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(200,115,46,.22); }
  .hero h1 { color: #fff; font-size: clamp(42px, 6vw, 64px); line-height: 1.16; letter-spacing: -.04em; margin-bottom: 22px; text-shadow: 0 3px 20px rgba(0,0,0,.38); }
  .hero h1 .accent { color: #ffb067; white-space: nowrap; }
  .hero-sub { color: rgba(255,255,255,.92); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.85; font-weight: 700; max-width: 620px; text-shadow: 0 2px 14px rgba(0,0,0,.35); margin-bottom: 30px; }
  .cta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .btn { min-height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; font-weight: 900; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
  .btn:hover { transform: translateY(-1px); }
  .btn-line { gap: 12px; padding: 14px 28px; background: var(--line); color: #fff; box-shadow: 0 14px 30px rgba(6,199,85,.30); line-height: 1.22; }
  .btn-line::before { content: "LINE"; display: inline-grid; place-items: center; width: 40px; height: 25px; border-radius: 999px; background: #fff; color: var(--line); font-size: 11px; letter-spacing: .02em; }
  .btn-sub { display: block; font-size: 12px; font-weight: 800; opacity: .92; margin-top: 3px; }
  .btn-tel { flex-direction: column; align-items: flex-start; min-width: 218px; padding: 11px 20px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.52); color: var(--navy); box-shadow: 0 14px 28px rgba(0,0,0,.18); }
  .btn-tel-label { color: var(--muted); font-size: 11px; line-height: 1.2; }
  .btn-tel-number { font-family: Arial, sans-serif; font-size: 22px; line-height: 1.2; letter-spacing: .01em; }
  .micro-copy { color: rgba(255,255,255,.84); font-size: 13px; font-weight: 700; margin-top: 14px; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
  .hero-trust {
    display: grid; grid-template-columns: 1fr; gap: 14px;
    align-self: center;
  }
  .trust-card {
    background: rgba(255,255,255,.22); border: 1.5px solid rgba(255,255,255,.45);
    border-radius: 20px; padding: 22px 22px 20px; backdrop-filter: blur(12px);
    box-shadow: 0 18px 44px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.18);
    text-align: center;
  }
  .trust-card strong { display: block; color: #fff; font-size: clamp(24px, 2.8vw, 34px); line-height: 1.2; letter-spacing: -.02em; }
  .trust-card span { display: block; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 800; margin-top: 7px; }
  .trust-card.fee-card span { font-size: 11px; color: rgba(255,255,255,.82); }

  .problem { background: var(--cream); margin-top: -42px; z-index: 2; }
  .problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .card { background: rgba(255,255,255,.88); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
  .problem-card { padding: 26px 24px; position: relative; overflow: hidden; }
  .problem-card::before { content: attr(data-num); position: absolute; right: 18px; top: 12px; color: rgba(200,115,46,.16); font-size: 56px; line-height: 1; font-family: Arial, sans-serif; font-weight: 900; }
  .problem-card h3 { position: relative; margin-bottom: 8px; }
  .problem-card p, .support-card p, .step-card p { color: var(--muted); font-size: 14px; margin-top: 8px; }

  .support { background: #fffaf2; border-block: 1px solid var(--border); }
  .support-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 42px; align-items: start; }
  .support-panel {
    position: sticky; top: 90px;
    background: var(--navy); color: #fff; border-radius: 30px; padding: 34px;
    box-shadow: var(--shadow); overflow: hidden;
  }
  .support-panel::before { content: ""; position: absolute; inset: -90px -100px auto auto; width: 240px; height: 240px; border-radius: 50%; background: rgba(200,115,46,.22); }
  .support-panel h2 { color: #fff; font-size: clamp(28px, 3vw, 40px); }
  .support-panel p { color: rgba(255,255,255,.78); font-weight: 700; margin-top: 14px; }
  .support-points { display: grid; gap: 12px; margin-top: 28px; }
  .support-point { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,.9); font-weight: 800; font-size: 14px; }
  .support-point::before { content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: var(--orange); color: #fff; display: inline-grid; place-items: center; line-height: 1; }
  .support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .support-card { padding: 26px; min-height: 188px; position: relative; }
  .support-card::before { content: ""; display: block; width: 42px; height: 5px; border-radius: 999px; background: var(--orange); margin-bottom: 22px; }
  .support-card:nth-child(even)::before { background: var(--navy-2); }

  .flow { background: var(--cream-2); }
  .flow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
  .step-card { padding: 30px; position: relative; min-height: 214px; }
  .step-card::before { counter-increment: step; content: "0" counter(step); display: inline-block; color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: .12em; margin-bottom: 22px; }
  .step-card::after { content: ""; position: absolute; left: 30px; top: 64px; width: 38px; height: 2px; background: var(--orange); border-radius: 999px; }

  .price { background: linear-gradient(180deg, #fffaf2 0%, var(--cream) 100%); }
  .price-box { background: var(--paper); border: 1px solid var(--border); border-radius: 30px; box-shadow: var(--shadow); padding: 42px; text-align: center; position: relative; overflow: hidden; }
  .price-box::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 0%, rgba(200,115,46,.10), transparent 30%); pointer-events:none; }
  .price-box > * { position: relative; }
  .price-main { font-size: clamp(32px, 5vw, 54px); color: var(--navy); font-weight: 900; line-height: 1.2; margin-bottom: 8px; letter-spacing: -.03em; }
  .price-main span { color: var(--orange); }
  .fee-note { margin: 24px auto 0; max-width: 640px; background: #fffaf2; border: 1px solid var(--border); border-radius: 16px; padding: 14px 16px; color: #475467; font-size: 13px; }
  .line-qr-block { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 24px auto 0; padding: 18px; max-width: 490px; border: 1px solid var(--border); border-radius: 18px; background: #fff; }
  .line-qr-block img { width: 104px; height: 104px; }
  .line-qr-text { text-align: left; font-size: 13px; color: var(--muted); }
  .line-qr-text strong { color: var(--navy); font-size: 15px; }


  .footer { background: #2b2b2b; color: #fff; padding: 74px 0 64px; font-size: 14px; }
  .footer a { color: #fff; transition: opacity .15s ease; }
  .footer a:hover { opacity: .72; }
  .footer .row { display: grid; grid-template-columns: 1.05fr .9fr .92fr; gap: 56px; align-items: start; }
  .footer-about { padding-right: 26px; }
  .footer-logo { display: flex; align-items: center; gap: 22px; margin-bottom: 30px; }
  .footer-logo-image img { height: 43px; width: auto; }
  .footer-copy { color: #fff; font-size: 12px; line-height: 1.75; font-weight: 800; }
  .footer-sns { display: flex; gap: 20px; margin: 30px 0 36px; }
  .footer-sns a { width: 40px; height: 40px; border-radius: 50%; display: inline-grid; place-items: center; background: #fff; color: #2b2b2b; font-weight: 900; font-size: 18px; }
  .footer small { color: rgba(255,255,255,.28); font-size: 12px; }
  .footer-menu { border-left: 1px solid rgba(255,255,255,.22); padding-left: 30px; }
  .footer-menu ul { list-style: none; }
  .footer-menu > ul > li { margin-bottom: 22px; }
  .footer-menu a { font-size: 17px; font-weight: 900; }
  .footer-submenu { margin-top: 10px; }
  .footer-submenu li { margin: 2px 0 !important; }
  .footer-submenu a { font-size: 13px; font-weight: 700; opacity: .78; }
  .footer-login { padding-top: 2px; }
  .footer-login .login-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 218px; border: 3px solid #fff; border-radius: 999px; padding: 14px 26px; font-size: 16px; font-weight: 900; line-height: 1.2; margin-bottom: 28px; }
  .footer-login .login-btn span { font-size: 12px; margin-right: 14px; }
  .footer-cta ul { list-style: none; display: grid; gap: 30px; }
  .footer-cta a { position: relative; display: block; padding-left: 34px; font-size: 20px; font-weight: 900; line-height: 1.35; }
  .footer-cta a::before { content: ""; position: absolute; left: 0; top: 9px; width: 13px; height: 13px; border-top: 5px solid #fff; border-right: 5px solid #fff; transform: rotate(45deg); border-radius: 2px; }
  .footer-cta span { display: block; font-size: 12px; margin-top: 3px; padding-left: 0; opacity: .92; }


  @media (max-width: 920px) {
    .hero { min-height: auto; background-image:
      linear-gradient(90deg, rgba(12,24,42,.94) 0%, rgba(12,24,42,.82) 68%, rgba(12,24,42,.58) 100%),
      url("/transfer_lp/assets/hero_restaurant.jpeg"); }
    .hero-inner { padding: 70px 0 110px; display: block; }
    .hero-content { max-width: none; }
    .hero-trust { margin-top: 40px; }
    .hero-trust, .problem-grid, .support-layout, .support-grid, .flow-list { grid-template-columns: 1fr 1fr; }
    .support-panel { position: relative; top: auto; }
    .footer .row { grid-template-columns: 1fr; gap: 34px; }
    .footer-menu { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 28px; }
  }
  @media (max-width: 640px) {
    .container, .narrow { width: min(100% - 28px, 1120px); }
    .section { padding: 62px 0; }
    .nav-inner { flex-direction: column; align-items: stretch; }
    .nav-menu { justify-content: space-between; }
    .nav-link { flex: 1; text-align: center; padding-inline: 8px; }
    .hero { background-position: 58% center; }
    .hero-inner { padding: 54px 0 90px; }
    .hero h1 { font-size: clamp(36px, 12vw, 54px); }
    .hero-sub { font-size: 16px; }
    .cta-row { flex-direction: column; align-items: stretch; }
    .btn { width: 100%; }
    .btn-tel { align-items: center; }
    .hero-trust, .problem-grid, .support-layout, .support-grid, .flow-list { grid-template-columns: 1fr; }
    .footer { padding: 54px 0 44px; }
    .footer-logo { flex-direction: column; align-items: flex-start; gap: 14px; }
    .footer-login .login-btn { width: 100%; }
    .problem { margin-top: -28px; }
    .support-panel, .price-box { padding: 28px 20px; border-radius: 24px; }
    .line-qr-block { flex-direction: column; text-align: center; }
    .line-qr-text { text-align: center; }
  }
