  :root {
    --ink: #000;
    --paper: #fff;
    --line: #dcdcd8;
    --mute: #6a6a66;
    --wash: #f3f3ef;
    --accent: #d5001c;
    --gutter: 20px;
  }

  * {
    box-sizing: border-box
  }

  html {
    -webkit-text-size-adjust: 100%
  }

  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
    font-size: 15px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: inherit
  }

  .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--gutter)
  }

  #crumb .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px
  }

  #crumb ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: var(--mute)
  }

  #crumb li+li::before {
    content: "›";
    margin-right: 8px;
    color: #b5b5b0
  }

  #crumb a {
    color: var(--mute);
    text-decoration: none
  }

  #crumb a:hover {
    color: var(--ink)
  }

  /* EXPO global nav */
  .sh-siteheader {
    border-bottom: 1px solid var(--line);
    background: var(--paper)
  }

  .sh-siteheader-in {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px
  }

  .sh-logo {
    flex: 0 0 auto;
    line-height: 0
  }

  .sh-logo img {
    width: 132px;
    height: auto
  }

  .sh-gnav {
    display: flex;
    gap: 18px;
    margin-left: auto;
    overflow-x: auto;
    scrollbar-width: none
  }

  .sh-gnav::-webkit-scrollbar {
    display: none
  }

  .sh-gnav a {
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    color: #333
  }

  .sh-gnav a:hover {
    color: var(--accent)
  }

  .sh-gnav a[aria-current="page"] {
    font-weight: 700;
    color: var(--ink);
    border-bottom: 2px solid var(--ink);
    padding-bottom: 2px
  }

  .sh-line {
    flex: 0 0 auto;
    padding: 9px 14px;
    background: #06c755;
    color: #fff;
    border-radius: 2px;
    font-size: 12.5px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  @media (max-width:860px) {
    .sh-siteheader-in {
      flex-wrap: wrap;
      gap: 10px
    }

    .sh-gnav {
      order: 3;
      width: 100%;
      margin-left: 0;
      padding-bottom: 2px
    }

    .sh-line {
      margin-left: auto
    }
  }

  /* notice */

  /* hero */
  .sh-hero {
    padding: 54px 8px
  }

  .sh-eyebrow {
    margin: 0 0 18px;
    font-size: 12px;
    letter-spacing: .14em;
    color: var(--mute)
  }

  .sh-hero-date {
    margin: 0 0 14px;
    font-size: 13px;
    color: #333
  }

  .sh-hero-title {
    margin-top: 64px;
    margin: 0;
    font-size: clamp(38px, 9vw, 76px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.02em;
  }

  .sh-hero-title em {
    font-style: normal;
    color: var(--accent)
  }

  .sh-hero-lead {
    margin: 22px 0 0;
    max-width: 30em;
    font-size: 15px;
    color: #333
  }

  .sh-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--line);
  }

  .sh-hero-stats li {
    flex: 1 1 130px;
    padding: 16px 16px 16px 0
  }

  .sh-hero-stats li+li {
    border-left: 1px solid var(--line);
    padding-left: 20px
  }

  .sh-hero-stats b {
    display: block;
    font-size: clamp(28px, 6vw, 40px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.02em
  }

  .sh-hero-stats span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: var(--mute)
  }

  .sh-spec-list {
    margin: 0;
    padding: 0
  }

  .sh-spec-list>div {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line)
  }

  .sh-spec-list dt {
    font-size: 11px;
    letter-spacing: .1em;
    color: var(--mute);
    padding-top: 3px
  }

  .sh-spec-list dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: var(--mute)
  }

  .sh-spec-list dd strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 2px
  }

  .sh-jump-label {
    margin: 30px 0 12px;
    font-size: 11px;
    letter-spacing: .12em;
    color: var(--mute)
  }

  .sh-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 30px
  }

  .sh-jump a {
    padding: 11px 16px;
    border: 1px solid var(--ink);
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
  }

  .sh-jump a:hover {
    background: var(--ink);
    color: var(--paper)
  }

  @media (max-width:560px) {
    .sh-spec-list>div {
      grid-template-columns: 1fr;
      gap: 6px
    }

    .sh-hero-stats li {
      flex: 1 1 100%;
      border-bottom: 1px solid var(--line)
    }

    .sh-hero-stats li+li {
      border-left: 0;
      padding-left: 0
    }

    .sh-hero-stats li:last-child {
      border-bottom: 0
    }
  }

  /* header */

  /* ---------- filters ---------- */
  .sh-filters {
    position: sticky;
    top: 0;
    z-index: 30;
    background: var(--paper);
    border-bottom: 1px solid var(--line)
  }

  .sh-filters::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
    pointer-events: none
  }

  .sh-seg {
    display: flex;
    gap: 2px;
    padding: 10px 0 0
  }

  .sh-seg button {
    flex: 1 1 0;
    appearance: none;
    border: 0;
    background: var(--wash);
    color: #4a4a46;
    font: inherit;
    font-size: 12.5px;
    line-height: 1.3;
    padding: 9px 4px;
    cursor: pointer;
    border-radius: 2px;
    white-space: nowrap;
  }

  .sh-seg button small {
    display: block;
    font-size: 10.5px;
    color: var(--mute)
  }

  .sh-seg button[aria-pressed="true"] {
    background: var(--ink);
    color: var(--paper)
  }

  .sh-seg button[aria-pressed="true"] small {
    color: rgba(255, 255, 255, .72)
  }

  .sh-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0
  }

  .sh-more {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--ink);
    background: var(--paper);
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    line-height: 1;
    padding: 10px 14px;
    border-radius: 2px;
    cursor: pointer;
  }

  .sh-more[aria-expanded="true"] {
    background: var(--ink);
    color: var(--paper)
  }

  .sh-more .caret {
    transition: transform .18s ease
  }

  .sh-more[aria-expanded="true"] .caret {
    transform: rotate(180deg)
  }

  .sh-more .badge {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }

  .sh-more .badge[hidden] {
    display: none
  }

  .sh-count {
    margin-left: auto;
    font-size: 13px;
    color: var(--mute)
  }

  .sh-count strong {
    color: var(--ink);
    font-size: 16px;
    font-weight: 700
  }

  .sh-panel {
    display: none;
    padding: 2px 0 16px;
    border-top: 1px solid var(--line)
  }

  .sh-panel.is-open {
    display: block
  }

  .sh-row {
    padding: 14px 0 0
  }

  .sh-rowlabel {
    margin: 0 0 8px;
    font-size: 12px;
    color: var(--mute)
  }

  .sh-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
  }

  .sh-chip {
    appearance: none;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    line-height: 1;
    padding: 9px 13px;
    border-radius: 2px;
    cursor: pointer;
  }

  .sh-chip:hover {
    border-color: #9a9a95
  }

  .sh-chip[aria-pressed="true"] {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--paper)
  }

  .sh-chip:focus-visible,
  .sh-more:focus-visible,
  .sh-seg button:focus-visible,
  .sh-reset:focus-visible,
  .sh-shop:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px
  }

  .sh-reset {
    margin-top: 16px;
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    font-size: 13px;
    color: var(--accent);
    text-decoration: underline;
    cursor: pointer;
  }

  .sh-reset[hidden] {
    display: none
  }

  /* ---------- list ---------- */
  .sh-brand {
    padding: 30px 0 0
  }

  .sh-brandhead {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--ink)
  }

  .sh-brandname {
    margin: 0;
    font-size: 19px;
    font-weight: 700
  }

  .sh-brandnum {
    font-size: 12px;
    color: var(--mute)
  }

  .sh-cards {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0
  }

  .sh-card {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line)
  }

  .sh-thumb {
    position: relative;
    aspect-ratio: 4/3;
    background: var(--wash);
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sh-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
  }

  .sh-thumb .ph {
    font-size: 11px;
    color: #a3a39e;
    padding: 4px;
    text-align: center;
    line-height: 1.4
  }

  .sh-model {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45
  }

  .sh-cat {
    display: inline-block;
    margin-left: 8px;
    font-size: 11.5px;
    line-height: 1;
    padding: 5px 8px;
    border: 1px solid var(--line);
    border-radius: 2px;
    color: var(--mute);
    vertical-align: 2px;
    font-weight: 400;
  }

  .sh-price {
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 700
  }

  .sh-price span {
    font-size: 11.5px;
    font-weight: 400;
    color: var(--mute);
    margin-left: 4px
  }

  .sh-point {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin: 6px 0 0;
    padding: 5px 9px;
    border-radius: 2px;
    background: #fdeef0;
    color: #a30016;
    font-size: 12.5px;
    line-height: 1.4;
  }

  .sh-point b {
    font-size: 14px;
    font-weight: 700
  }

  .sh-point i {
    font-style: normal;
    color: #c05a67;
    font-size: 11.5px
  }

  .sh-spec {
    margin: 6px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    font-size: 12.5px;
    color: var(--mute)
  }

  .sh-spec b {
    font-weight: 400;
    color: var(--ink)
  }

  .sh-note {
    margin: 8px 0 0;
    font-size: 13.5px;
    color: #333
  }

  .sh-days {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px
  }

  .sh-day {
    font-size: 11.5px;
    line-height: 1;
    padding: 6px 9px;
    border-radius: 2px;
    background: var(--wash);
    color: #3a3a36
  }

  .sh-shop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    padding: 11px 16px;
    border: 1px solid var(--ink);
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    background: var(--paper);
  }

  .sh-shop:hover {
    background: var(--ink);
    color: var(--paper)
  }

  .sh-empty {
    padding: 56px 0;
    text-align: center;
    color: var(--mute)
  }

  .sh-empty p {
    margin: 0 0 12px
  }

  @media (min-width:560px) {
    .sh-card {
      grid-template-columns: 170px 1fr;
      gap: 20px
    }
  }

  @media (min-width:840px) {
    .sh-cards {
      grid-template-columns: 1fr 1fr;
      column-gap: 36px
    }

    .sh-card {
      grid-template-columns: 130px 1fr
    }

    .sh-seg button {
      font-size: 13.5px
    }
  }

  /* footer cta */
  .sh-cta {
    margin-top: 56px;
    padding: 44px 0 56px;
    border-top: 1px solid var(--line);
    text-align: center
  }

  .sh-cta h2 {
    margin: 0 0 12px;
    font-size: clamp(19px, 3.4vw, 24px)
  }

  .sh-cta p {
    margin: 0 auto 22px;
    max-width: 50em;
    color: #333;
    font-size: 14px
  }

  .sh-btn {
    display: inline-block;
    padding: 14px 24px;
    background: var(--ink);
    color: var(--paper);
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px
  }

  .sh-btn.is-ghost {
    background: none;
    color: var(--ink);
    border: 1px solid var(--ink);
    margin-left: 8px;
    margin-bottom: 64px;
  }

  .sh-fine {
    margin: 36px 0 0;
    font-size: 12px;
    color: var(--mute)
  }

  @media (max-width:520px) {
    .sh-btn {
      display: block;
      text-align: center
    }

    .sh-btn.is-ghost {
      margin: 10px 0 0
    }
  }

  @media (prefers-reduced-motion:reduce) {
    * {
      transition: none !important;
      scroll-behavior: auto !important
    }
  }

  /* 共通CSS由来のホバー挙動を、このページのボタンに限って無効化 */
@media (hover: hover) and (pointer: fine) {
  .sh-seg button,
  .sh-chip,
  .sh-more,
  .sh-reset,
  .sh-jump a,
  .sh-shop,
  .sh-btn {
    transform: none !important;
    animation: none !important;
    transition-property: background-color, border-color, color, box-shadow, opacity !important;
    transition-duration: .18s !important;
  }
}

.breadcrumb a { color: #555; }
.breadcrumb li:last-child { color: #111; }
.breadcrumb li + li::before { content: ">"; color: #999; margin: 0 .5em; }
.breadcrumb li:first-child::before { content: none; }