<!DOCTYPE html>
<html lang="ja">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>新車レーダー | 2026年に日本で発売されたクルマ</title>
    <meta
      name="description"
      content="2026年に日本で発売・販売開始済みの新車をまとめた実用ガイド。トヨタ、日産、ホンダなどの発売日、価格帯、パワートレーンを紹介します。"
    />
    <meta name="robots" content="index, follow" />
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@500;700&family=Syne:wght@700;800&display=swap"
      rel="stylesheet"
    />
    <style>
      :root {
        --ink: #14181f;
        --fog: #dfe6ec;
        --snow: #f5f7f9;
        --ash: #6a7380;
        --steel: #2a4058;
        --signal: #b83224;
        --line: rgba(20, 24, 31, 0.12);
      }

      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        font-family: "Noto Sans JP", sans-serif;
        color: var(--ink);
        background: var(--snow);
        line-height: 1.6;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .site-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        justify-content: flex-end;
        gap: 1.5rem;
        padding: 1.4rem clamp(1.2rem, 4vw, 3rem);
        color: rgba(245, 247, 249, 0.82);
        font-size: 0.88rem;
        font-weight: 500;
        letter-spacing: 0.04em;
      }

      .site-nav a:hover {
        color: #fff;
      }

      /* ── Hero: one composition, brand first ── */
      .hero {
        min-height: 100vh;
        min-height: 100svh;
        position: relative;
        display: flex;
        align-items: flex-end;
        color: var(--snow);
        overflow: hidden;
        background: #1a2330;
      }

      .hero-media {
        position: absolute;
        inset: 0;
        background:
          linear-gradient(180deg, rgba(20, 24, 31, 0.25) 0%, rgba(20, 24, 31, 0.15) 40%, rgba(20, 24, 31, 0.88) 100%),
          url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=2400&q=84")
            center / cover;
        transform: scale(1.04);
        animation: heroSettle 1.4s ease-out both, heroPan 22s ease-in-out 1.4s infinite alternate;
      }

      .hero-copy {
        position: relative;
        z-index: 1;
        width: min(1100px, calc(100% - 2.4rem));
        margin: 0 auto;
        padding: 0 0 clamp(2.5rem, 6vh, 4.5rem);
      }

      .brand {
        font-family: "Shippori Mincho", serif;
        font-size: clamp(3.4rem, 11vw, 7.5rem);
        font-weight: 700;
        line-height: 0.92;
        letter-spacing: -0.02em;
        animation: rise 0.9s ease-out both;
      }

      .hero h1 {
        margin-top: 1rem;
        max-width: 18ch;
        font-family: "Shippori Mincho", serif;
        font-size: clamp(1.25rem, 2.8vw, 2rem);
        font-weight: 500;
        line-height: 1.35;
        color: rgba(245, 247, 249, 0.92);
        animation: rise 0.9s ease-out 0.12s both;
      }

      .hero-lead {
        margin-top: 0.85rem;
        max-width: 42ch;
        color: rgba(245, 247, 249, 0.72);
        font-size: 1rem;
        animation: rise 0.9s ease-out 0.22s both;
      }

      .cta {
        display: inline-flex;
        align-items: center;
        margin-top: 1.6rem;
        min-height: 48px;
        padding: 0 1.35rem;
        background: var(--signal);
        color: #fff;
        font-weight: 700;
        font-size: 0.95rem;
        letter-spacing: 0.02em;
        transition: transform 0.2s ease, background 0.2s ease;
        animation: rise 0.9s ease-out 0.32s both;
      }

      .cta:hover {
        transform: translateY(-2px);
        background: #9e2a1e;
      }

      /* ── Timeline ── */
      .timeline {
        padding: clamp(3.5rem, 8vw, 6rem) 0;
        background:
          linear-gradient(135deg, #e8eef3 0%, var(--fog) 45%, #d5dee7 100%);
        border-bottom: 1px solid var(--line);
      }

      .section-intro {
        width: min(1100px, calc(100% - 2.4rem));
        margin: 0 auto 2rem;
      }

      .section-intro h2 {
        font-family: "Shippori Mincho", serif;
        font-size: clamp(1.8rem, 4vw, 2.8rem);
        line-height: 1.15;
      }

      .section-intro p {
        margin-top: 0.65rem;
        max-width: 40ch;
        color: var(--ash);
      }

      .rail {
        display: flex;
        gap: 0;
        width: min(1100px, calc(100% - 2.4rem));
        margin: 0 auto;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 0.5rem;
        -webkit-overflow-scrolling: touch;
      }

      .rail::-webkit-scrollbar {
        height: 4px;
      }

      .rail::-webkit-scrollbar-thumb {
        background: rgba(20, 24, 31, 0.25);
      }

      .launch {
        flex: 0 0 min(260px, 78vw);
        scroll-snap-align: start;
        padding: 1.25rem 1.4rem 1.25rem 0;
        border-top: 2px solid var(--ink);
        position: relative;
      }

      .launch::before {
        content: "";
        position: absolute;
        top: -5px;
        left: 0;
        width: 8px;
        height: 8px;
        background: var(--signal);
        border-radius: 50%;
      }

      .launch time {
        display: block;
        font-family: Syne, sans-serif;
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: var(--signal);
        text-transform: uppercase;
      }

      .launch strong {
        display: block;
        margin-top: 0.55rem;
        font-family: "Shippori Mincho", serif;
        font-size: 1.2rem;
        line-height: 1.25;
      }

      .launch span {
        display: block;
        margin-top: 0.35rem;
        color: var(--ash);
        font-size: 0.9rem;
      }

      /* ── Feature bands ── */
      .band {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        min-height: min(78vh, 720px);
        background: var(--snow);
      }

      .band:nth-child(even) {
        direction: rtl;
        background: #eceff2;
      }

      .band:nth-child(even) > * {
        direction: ltr;
      }

      .band-visual {
        min-height: 320px;
        overflow: hidden;
      }

      .band-visual img {
        transition: transform 1.2s ease;
      }

      .band:hover .band-visual img {
        transform: scale(1.04);
      }

      .band-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: clamp(2rem, 5vw, 4.5rem);
      }

      .band-copy .maker {
        font-family: Syne, sans-serif;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--steel);
      }

      .band-copy h3 {
        margin-top: 0.7rem;
        font-family: "Shippori Mincho", serif;
        font-size: clamp(1.7rem, 3.5vw, 2.6rem);
        line-height: 1.15;
      }

      .band-copy p {
        margin-top: 1rem;
        max-width: 38ch;
        color: var(--ash);
      }

      .specs {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-top: 1.5rem;
        padding-top: 1.25rem;
        border-top: 1px solid var(--line);
      }

      .specs div strong {
        display: block;
        font-family: Syne, sans-serif;
        font-size: 1.05rem;
        font-weight: 800;
      }

      .specs div span {
        color: var(--ash);
        font-size: 0.82rem;
      }

      /* ── Needs ── */
      .needs {
        padding: clamp(3.5rem, 8vw, 6rem) 0;
        background: var(--ink);
        color: var(--snow);
      }

      .needs .section-intro h2 {
        color: var(--snow);
      }

      .needs .section-intro p {
        color: rgba(245, 247, 249, 0.62);
      }

      .need-list {
        width: min(1100px, calc(100% - 2.4rem));
        margin: 0 auto;
        display: grid;
        gap: 0;
      }

      .need-list a {
        display: grid;
        grid-template-columns: 4rem 1fr auto;
        gap: 1rem;
        align-items: center;
        padding: 1.35rem 0;
        border-top: 1px solid rgba(245, 247, 249, 0.14);
        transition: padding-left 0.25s ease, color 0.25s ease;
      }

      .need-list a:last-child {
        border-bottom: 1px solid rgba(245, 247, 249, 0.14);
      }

      .need-list a:hover {
        padding-left: 0.6rem;
        color: #ffb4a8;
      }

      .need-list .num {
        font-family: Syne, sans-serif;
        font-weight: 800;
        color: var(--signal);
        letter-spacing: 0.04em;
      }

      .need-list strong {
        display: block;
        font-family: "Shippori Mincho", serif;
        font-size: 1.25rem;
      }

      .need-list span {
        display: block;
        margin-top: 0.25rem;
        color: rgba(245, 247, 249, 0.58);
        font-size: 0.9rem;
      }

      .need-list .arrow {
        font-family: Syne, sans-serif;
        font-size: 1.4rem;
        opacity: 0.5;
      }

      /* ── Tips ── */
      .tips {
        padding: clamp(3.5rem, 8vw, 6rem) 0;
        background: var(--snow);
      }

      .tips-grid {
        width: min(1100px, calc(100% - 2.4rem));
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem 2rem;
      }

      .tips-grid article h3 {
        font-family: "Shippori Mincho", serif;
        font-size: 1.25rem;
        margin-bottom: 0.55rem;
      }

      .tips-grid article p {
        color: var(--ash);
        font-size: 0.95rem;
      }

      .tips-grid article::before {
        content: attr(data-step);
        display: block;
        margin-bottom: 0.75rem;
        font-family: Syne, sans-serif;
        font-size: 0.8rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        color: var(--signal);
      }

      footer {
        padding: 2rem clamp(1.2rem, 4vw, 3rem) 2.5rem;
        border-top: 1px solid var(--line);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1rem;
        color: var(--ash);
        font-size: 0.9rem;
        background: #e8edf2;
      }

      footer nav {
        display: flex;
        gap: 1.1rem;
      }

      footer a:hover {
        color: var(--ink);
      }

      @keyframes rise {
        from {
          opacity: 0;
          transform: translateY(22px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes heroSettle {
        from {
          transform: scale(1.12);
          opacity: 0.7;
        }
        to {
          transform: scale(1.04);
          opacity: 1;
        }
      }

      @keyframes heroPan {
        from {
          background-position: 48% center;
        }
        to {
          background-position: 56% center;
        }
      }

      @media (max-width: 860px) {
        .band,
        .band:nth-child(even) {
          grid-template-columns: 1fr;
          direction: ltr;
          min-height: 0;
        }

        .band-visual {
          min-height: 240px;
          aspect-ratio: 16 / 10;
        }

        .tips-grid {
          grid-template-columns: 1fr;
          gap: 1.75rem;
        }

        .need-list a {
          grid-template-columns: 3rem 1fr;
        }

        .need-list .arrow {
          display: none;
        }
      }
    </style>
    <script async defer src="https://tools.luckyorange.com/core/lo.js?site-id=75d3474f"></script>
  </head>
  <body>
    <nav class="site-nav" aria-label="メインナビゲーション">
      <a href="#timeline">タイムライン</a>
      <a href="#models">モデル</a>
      <a href="#needs">用途別</a>
      <a href="#tips">選び方</a>
    </nav>

    <header class="hero" id="top">
      <div class="hero-media" aria-hidden="true"></div>
      <div class="hero-copy">
        <p class="brand">新車レーダー</p>
        <h1>2026年、すでに日本で発売されたクルマ。</h1>
        <p class="hero-lead">
          予告ではなく、販売開始済みのモデルだけを日付順に整理しています。
        </p>
        <a class="cta" href="#models">発売済みモデルを見る</a>
      </div>
    </header>

    <section class="timeline" id="timeline">
      <div class="section-intro">
        <h2>2026年の発売タイムライン</h2>
        <p>日本国内で販売が始まった月を横にたどります。</p>
      </div>
      <div class="rail" role="list">
        <article class="launch" role="listitem">
          <time datetime="2026-04">Apr 17</time>
          <strong>ホンダ インサイト</strong>
          <span>4代目・クロスオーバーEV</span>
        </article>
        <article class="launch" role="listitem">
          <time datetime="2026-05-14">May 14</time>
          <strong>ランドクルーザー FJ</strong>
          <span>トヨタ・新系列SUV</span>
        </article>
        <article class="launch" role="listitem">
          <time datetime="2026-05-22">May 22</time>
          <strong>ホンダ Super-ONE</strong>
          <span>コンパクトEV</span>
        </article>
        <article class="launch" role="listitem">
          <time datetime="2026-05-28">May 28</time>
          <strong>トヨタ ハイラックス</strong>
          <span>新型ダブルキャブ</span>
        </article>
        <article class="launch" role="listitem">
          <time datetime="2026-06-18">Jun 18</time>
          <strong>日産キックス</strong>
          <span>2代目・e-POWER</span>
        </article>
        <article class="launch" role="listitem">
          <time datetime="2026-07">Jul 2026</time>
          <strong>ホンダ N-BOX</strong>
          <span>マイナーチェンジ</span>
        </article>
      </div>
    </section>

    <section id="models">
      <article class="band">
        <div class="band-visual">
          <img
            src="https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1400&q=82"
            alt="コンパクトSUV"
            loading="lazy"
          />
        </div>
        <div class="band-copy">
          <p class="maker">Nissan · 2026.06.18</p>
          <h3>日産キックス（2代目）</h3>
          <p>
            第3世代e-POWERを搭載したコンパクトSUV。日本市場ではe-4ORCE四輪制御も初採用され、日常とレジャーの両立を狙った一台です。
          </p>
          <div class="specs">
            <div>
              <strong>約300万円〜</strong>
              <span>税込目安</span>
            </div>
            <div>
              <strong>e-POWER</strong>
              <span>パワートレーン</span>
            </div>
            <div>
              <strong>e-4ORCE</strong>
              <span>AWDオプション</span>
            </div>
          </div>
        </div>
      </article>

      <article class="band">
        <div class="band-visual">
          <img
            src="https://images.unsplash.com/photo-1519641471654-76ce0107ad1b?auto=format&fit=crop&w=1400&q=82"
            alt="オフロードSUV"
            loading="lazy"
          />
        </div>
        <div class="band-copy">
          <p class="maker">Toyota · 2026.05.14</p>
          <h3>ランドクルーザー FJ</h3>
          <p>
            「Freedom & Joy」をコンセプトにした新しいランドクルーザー系列。扱いやすいサイズ感で、より幅広いライフスタイルに開かれたモデルです。
          </p>
          <div class="specs">
            <div>
              <strong>KINTO対応</strong>
              <span>サブスクも選択可</span>
            </div>
            <div>
              <strong>SUV</strong>
              <span>ボディタイプ</span>
            </div>
            <div>
              <strong>5月14日</strong>
              <span>日本発売</span>
            </div>
          </div>
        </div>
      </article>

      <article class="band">
        <div class="band-visual">
          <img
            src="https://images.unsplash.com/photo-1617788138017-80ad40651399?auto=format&fit=crop&w=1400&q=82"
            alt="電動クロスオーバー"
            loading="lazy"
          />
        </div>
        <div class="band-copy">
          <p class="maker">Honda · 2026.04.17</p>
          <h3>ホンダ インサイト（4代目EV）</h3>
          <p>
            ハイブリッドの系譜を継ぐクロスオーバーEV。WLTCモード航続距離最大約535km、限定3,000台で日本販売を開始しています。
          </p>
          <div class="specs">
            <div>
              <strong>550万円</strong>
              <span>税込MSRP</span>
            </div>
            <div>
              <strong>535 km</strong>
              <span>航続（WLTC）</span>
            </div>
            <div>
              <strong>3,000台</strong>
              <span>限定販売</span>
            </div>
          </div>
        </div>
      </article>
    </section>

    <section class="needs" id="needs">
      <div class="section-intro">
        <h2>用途から選ぶ</h2>
        <p>すでに発売済みのモデルを、使い方で振り分けました。</p>
      </div>
      <div class="need-list">
        <a href="#models">
          <span class="num">01</span>
          <span>
            <strong>街乗り・趣味のコンパクト</strong>
            <span>Super-ONE、N-BOX改良モデル</span>
          </span>
          <span class="arrow" aria-hidden="true">→</span>
        </a>
        <a href="#models">
          <span class="num">02</span>
          <span>
            <strong>仕事とアウトドア</strong>
            <span>ハイラックス ダブルキャブ、ランドクルーザー FJ</span>
          </span>
          <span class="arrow" aria-hidden="true">→</span>
        </a>
        <a href="#models">
          <span class="num">03</span>
          <span>
            <strong>電動で長く走る</strong>
            <span>インサイトEV、キックス e-POWER</span>
          </span>
          <span class="arrow" aria-hidden="true">→</span>
        </a>
      </div>
    </section>

    <section class="tips" id="tips">
      <div class="section-intro">
        <h2>買う前に確認すること</h2>
        <p>発売直後ほど、納期とグレード差の確認が効きます。</p>
      </div>
      <div class="tips-grid">
        <article data-step="STEP 01">
          <h3>発売済みか</h3>
          <p>本サイトは2026年に日本で販売開始済みのモデルのみ掲載。予告・コンセプトは含めていません。</p>
        </article>
        <article data-step="STEP 02">
          <h3>動力方式</h3>
          <p>EV、e-POWER、ディーゼルで前提が変わります。自宅充電の有無と年間走行距離で優先度を決めましょう。</p>
        </article>
        <article data-step="STEP 03">
          <h3>価格の見方</h3>
          <p>税込MSRPに加え、オプション、登録諸費用、KINTOなど月額プランもあわせて比較してください。</p>
        </article>
      </div>
    </section>

    <footer>
      <p>新車レーダー — 2026年日本発売済みのクルマガイド</p>
      <nav aria-label="フッター">
        <a href="/privacy-policy.html">プライバシー</a>
        <a href="/terms-and-services.html">利用規約</a>
        <a href="/contact.html">お問い合わせ</a>
      </nav>
    </footer>
  </body>
</html>
