/* 車修理.com 共通シェル CSS
   sample-lite の全ページに埋まっていたスタイルを1枚に集約したもの。
   ページ固有の追加分は同ディレクトリの個別CSSで上書きする。 */

  *,*::before,*::after{box-sizing:border-box}
/* ============================================================
   車修理.com / 脱AI・ウィンテル流
   ・写真不揃い・複数アクセント色・装飾過剰・情報過多
   ・OSデフォルトフォント寄り・余白詰め・帯見出し
   ============================================================ */
body, table, td, th, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  margin: 0; padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body { font-size: 13px; line-height: 1.65; color: #2a2a2a; background: #ececec; -webkit-font-smoothing: antialiased; }
img { border: 0; vertical-align: bottom; max-width: 100%; }
a { color: #1e4a8a; text-decoration: none; transition: color .15s ease; }
a:hover { color: #cc0000; text-decoration: underline; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, select, textarea { font-size: 13px; }

:root {
  --r: 3px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 2px 6px rgba(0,0,0,0.08);
  --shadow-lg: 0 4px 14px rgba(0,0,0,0.12);
  --silver-grad: linear-gradient(to bottom, #fafafa 0%, #e8e8e8 100%);
}

/* ============================================================
   ラッパー
   ============================================================ */
#wrapper { width: 1080px; margin: 0 auto; background: #fff; box-shadow: 0 0 18px rgba(0,0,0,0.08); }

/* ============================================================
   #tab-area : 上部 兄弟系列 タブ
   ============================================================ */
#tab-area { background: linear-gradient(to bottom, #3a3a3a 0%, #2a2a2a 100%); padding: 0; border-bottom: 1px solid #000; }
#tab-area .inner { width: 1080px; margin: 0 auto; }
#tab { display: flex; align-items: stretch; }
#tab a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex: 1; min-height: 38px; padding: 5px 2px;
  background: linear-gradient(to bottom, #4a4a4a 0%, #2e2e2e 100%);
  color: #f0f0f0;
  text-align: center; font-size: 12px; font-weight: bold;
  border-right: 1px solid rgba(255,255,255,0.08);
  border-left: 1px solid rgba(0,0,0,0.4);
  letter-spacing: 0.04em;
  line-height: 1.2;
  transition: all .18s ease;
}
#tab a:first-child { border-left: 0; }
#tab a:last-child { border-right: 0; }
#tab a span.sub { display: block; font-size: 9px; color: rgba(255,255,255,0.55); font-weight: normal; font-family: Arial; letter-spacing: 0.08em; margin-top: 1px; }
#tab a.active { background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%); color: #cc0000; box-shadow: inset 0 -3px 0 #cc0000; }
#tab a.active span.sub { color: #999; }
#tab a:hover { background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%); color: #cc0000; text-decoration: none; }
#tab a:hover span.sub { color: #999; }

/* ============================================================
   #subbar : サブバー（業態キャッチ＋サイトマップ）
   ============================================================ */
#subbar { background: #1a1a1a; color: #b8b8b8; font-size: 11px; padding: 7px 0; border-bottom: 2px solid #0a0a0a; }
#subbar .inner { width: 1080px; margin: 0 auto; display: flex; align-items: center; gap: 10px; padding: 0 16px; }
#subbar .catch { color: #fff; font-weight: bold; }
#subbar .catch::after { content: "｜"; color: #555; margin: 0 8px; font-weight: normal; }
#subbar .ser { color: #ccc; font-size: 11px; }
#subbar .right { margin-left: auto; }
#subbar a { color: #ccc; font-size: 11px; }
#subbar a:hover { color: #fff; }
#subbar a + a { margin-left: 8px; }
#subbar a + a::before { content: "｜"; color: #555; margin-right: 8px; }

/* ============================================================
   #header : 黒地ヘッダー（背景車画像）
   ============================================================ */
#header {
  position: relative;
  background:
    linear-gradient(rgba(0,0,0,0.82), rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.75)),
    url('../img/hero-04.jpg') center/cover no-repeat #000;
  color: #fff;
  padding: 18px 22px 14px;
  border-bottom: 1px solid #000;
}
#header::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(to right, #cc0000 0%, #ff3a3a 50%, #cc0000 100%);
}
#header .htop { display: flex; align-items: center; gap: 22px; }
#header h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px; font-weight: 700;
  color: #fff;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  line-height: 1;
}
#header h1 .accent { color: #ff3a3a; }
#header h1 .dot { color: #999; margin: 0 1px; }
#header .htop .htag { flex: 1; padding-top: 6px; }
#header .htop .htag .l1 { font-size: 13px; color: #e8e8e8; letter-spacing: 0.05em; font-weight: 500; }
#header .htop .htag .l2 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 11px; color: #999; letter-spacing: 0.16em; margin-top: 2px; }
#header .htop .update {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px; color: #aaa; text-align: right;
  background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r); padding: 6px 10px;
  letter-spacing: 0.08em;
}
#header .htop .update b { color: #fff; font-size: 12px; font-weight: 600; }
#header .hbottom { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.12); }
#header .hsearch { color: #ddd; font-size: 11px; letter-spacing: 0.04em; }
#header .hsearch::before { content: "▸ "; color: #ff3a3a; }
#header .htel { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #fff; font-size: 13px; letter-spacing: 0.04em; }
#header .htel b { color: #ffd400; font-size: 20px; font-weight: 700; letter-spacing: 0.02em; text-shadow: 0 1px 2px rgba(0,0,0,0.6); }
#header .htel a { color: #ffd400; }

/* ============================================================
   #gnav : メインナビ（白地）
   ============================================================ */
#gnav { background: var(--silver-grad); border-bottom: 1px solid #c8c8c8; box-shadow: 0 1px 0 rgba(0,0,0,0.04); }
#gnav ul { display: flex; }
#gnav li { flex: 1; border-right: 1px solid #d8d8d8; text-align: center; }
#gnav li:last-child { border-right: 0; }
#gnav a {
  display: block; padding: 12px 4px 11px;
  font-size: 13px; font-weight: 700; color: #1a1a1a;
  letter-spacing: 0.04em;
  position: relative;
  transition: all .15s ease;
}
#gnav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: #cc0000; transform: scaleX(0); transform-origin: center;
  transition: transform .18s ease;
}
#gnav a:hover { background: #fff; color: #cc0000; text-decoration: none; }
#gnav a:hover::after { transform: scaleX(1); }
#gnav a.active { background: #fff; color: #cc0000; }
#gnav a.active::after { transform: scaleX(1); }
#gnav a .en { display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9px; color: #888; letter-spacing: 0.16em; font-weight: 600; margin-bottom: 2px; }
#gnav a:hover .en, #gnav a.active .en { color: #cc0000; }

/* ============================================================
   レイアウト：左サイド + メイン
   ============================================================ */
#main-wrap { padding: 16px; background: #fff; }
#main-wrap .row { display: grid; grid-template-columns: 240px 1fr; gap: 18px; }

/* ============================================================
   左サイドバー
   ============================================================ */
#side h2.sec {
  background: linear-gradient(to right, #1a1a1a 0%, #2a2a2a 100%);
  color: #fff;
  font-size: 13px;
  padding: 9px 12px 8px;
  letter-spacing: 0.05em;
  border-left: 3px solid #cc0000;
  border-radius: var(--r) var(--r) 0 0;
  font-weight: 700;
}
#side h2.sec .en { display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 9px; color: rgba(255,255,255,0.45); letter-spacing: 0.2em; margin-top: 1px; font-weight: 600; }
#side .box { margin-bottom: 14px; background: #fff; border: 1px solid #d8d8d8; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
#side .box .body { padding: 8px; }

/* 車種検索リスト */
#side .carlist a {
  display: grid; grid-template-columns: 48px 1fr; gap: 8px;
  align-items: center;
  padding: 6px 6px;
  border-bottom: 1px solid #ececec;
  color: #2a2a2a;
  transition: background .15s ease;
}
#side .carlist a:last-child { border-bottom: 0; }
#side .carlist a:hover { background: #fff8e0; text-decoration: none; }
#side .carlist a .thumb { width: 48px; height: 36px; background: #ddd; overflow: hidden; border: 1px solid #d0d0d0; border-radius: 2px; }
#side .carlist a .thumb img { width: 100%; height: 100%; object-fit: cover; }
#side .carlist a .meta { line-height: 1.35; }
#side .carlist a .meta .n { font-size: 12px; font-weight: 700; color: #1a1a1a; }
#side .carlist a .meta .s { font-size: 10px; color: #666; margin-top: 1px; }
#side .carlist a .meta .s b { color: #cc0000; font-family: "Helvetica Neue", Arial; font-weight: 700; }

/* お問い合わせブロック */
#side .contact { background: #fff; border: 2px solid #cc0000; border-radius: var(--r); padding: 14px 12px 14px; text-align: center; margin-bottom: 14px; box-shadow: var(--shadow-md); }
#side .contact .lbl { font-size: 11px; color: #333; font-weight: 700; letter-spacing: 0.04em; }
#side .contact .tel { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 30px; font-weight: 700; color: #cc0000; letter-spacing: 0.02em; line-height: 1.1; margin: 6px 0 3px; display: block; text-shadow: 0 1px 0 rgba(0,0,0,0.04); }
#side .contact .tel:hover { text-decoration: none; }
#side .contact .hours { font-size: 10px; color: #666; letter-spacing: 0.04em; }
#side .contact .btn {
  display: block;
  background: linear-gradient(to bottom, #cc0000 0%, #a30000 100%);
  color: #fff;
  padding: 11px 8px; margin-top: 12px;
  font-size: 13px; font-weight: 700;
  border: 1px solid #800;
  border-radius: var(--r);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), var(--shadow-sm);
  letter-spacing: 0.04em;
  transition: all .15s ease;
}
#side .contact .btn:hover { background: linear-gradient(to bottom, #ff1a1a 0%, #cc0000 100%); text-decoration: none; transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), var(--shadow-md); }

/* バナーブロック */
#side .banner {
  display: block;
  border: 1px solid #c8c8c8;
  padding: 12px 10px;
  font-size: 11px;
  background: linear-gradient(to bottom, #fafafa 0%, #f0f0f0 100%);
  margin-bottom: 12px;
  text-align: center;
  color: #1a1a1a;
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  transition: all .15s ease;
  line-height: 1.5;
}
#side .banner.yellow { background: #fff; border: 2px solid #cc0000; }
#side .banner.green { background: linear-gradient(to bottom, #ecf6e6 0%, #d8ecd0 100%); border-color: #4a7d2c; color: #2d5a1a; }
#side .banner b { display: block; font-size: 13px; color: #cc0000; margin-bottom: 3px; font-weight: 700; letter-spacing: 0.02em; }
#side .banner.green b { color: #2d5a1a; }
#side .banner:hover { transform: translateY(-1px); text-decoration: none; box-shadow: var(--shadow-md); }

/* SNS / リンク */
#side .links { padding: 4px 8px; font-size: 12px; line-height: 1.7; }
#side .links li { border-bottom: 1px solid #ececec; padding: 6px 0; }
#side .links li::before { content: "▸ "; color: #cc0000; font-weight: 700; }
#side .links li:last-child { border-bottom: 0; }
#side .links li a { color: #2a2a2a; }
#side .links li a:hover { color: #cc0000; }

/* ============================================================
   メイン
   ============================================================ */
#main h2.sec {
  background: linear-gradient(to right, #1a1a1a 0%, #3a3a3a 100%);
  color: #fff;
  font-size: 15px;
  padding: 10px 14px;
  letter-spacing: 0.04em;
  border-left: 3px solid #cc0000;
  position: relative;
  border-radius: var(--r) var(--r) 0 0;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}
#main h2.sec .en { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10px; color: #ffd400; letter-spacing: 0.22em; margin-left: 12px; font-weight: 600; }
#main h2.sec .more { position: absolute; right: 10px; top: 8px; font-size: 10px; color: #fff; background: #cc0000; padding: 3px 10px; font-weight: 600; border-radius: 2px; letter-spacing: 0.06em; transition: all .15s ease; }
#main h2.sec .more:hover { background: #fff; color: #cc0000; text-decoration: none; transform: translateY(-1px); }

/* 大型ヒーロー */
#hero {
  position: relative; height: 360px;
  background: #000; overflow: hidden; margin-bottom: 14px;
  border-radius: var(--r);
  box-shadow: var(--shadow-md);
}
#hero img { width: 100%; height: 100%; object-fit: cover; }
#hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.6) 100%);
  pointer-events: none;
}
#hero .h-cap {
  position: absolute; left: 22px; bottom: 22px;
  background: rgba(0,0,0,0.78); color: #fff;
  padding: 12px 20px;
  font-size: 16px; font-weight: 700;
  border-left: 4px solid #ffd400;
  letter-spacing: 0.04em;
  z-index: 2;
  border-radius: 0 var(--r) var(--r) 0;
  box-shadow: var(--shadow-md);
}
#hero .h-cap .ac { color: #ff6a6a; display: block; font-size: 13px; font-weight: 500; margin-top: 4px; }
#hero .h-tag {
  position: absolute; right: 14px; top: 14px;
  background: linear-gradient(to bottom, #cc0000 0%, #a30000 100%);
  color: #fff;
  padding: 5px 14px; font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700;
  letter-spacing: 0.16em;
  border-radius: 2px;
  z-index: 2;
  box-shadow: var(--shadow-sm);
}

/* リアルタイム新着事例（5横並び） */
#realtime { margin-bottom: 12px; }
#realtime .ttl-row { background: linear-gradient(to bottom, #f4f4f4 0%, #e8e8e8 100%); padding: 8px 12px; font-size: 12px; border: 1px solid #d0d0d0; border-top: 2px solid #1e4a8a; margin-top: 8px; border-radius: 0 0 var(--r) var(--r); }
#realtime .ttl-row b { color: #1e4a8a; font-size: 13px; font-weight: 700; }
#realtime .ttl-row .upd { float: right; color: #888; font-size: 10px; font-family: "Helvetica Neue", Arial; letter-spacing: 0.06em; }
#realtime .ttl-row a.allmore { float: right; color: #cc0000; font-weight: 700; margin-left: 12px; font-size: 11px; }
#realtime .grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 10px 0; }
#realtime .card {
  background: #fff; border: 1px solid #d0d0d0;
  display: block; color: #1a1a1a;
  border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all .18s ease;
}
#realtime .card:hover { border-color: #cc0000; text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow-md); }
#realtime .card .thumb { aspect-ratio: 4/3; background: #ececec; overflow: hidden; position: relative; }
#realtime .card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
#realtime .card:hover .thumb img { transform: scale(1.05); }
#realtime .card .thumb .tag {
  position: absolute; top: 4px; left: 4px;
  background: rgba(0,0,0,0.78); color: #fff;
  font-size: 9px; font-family: "Helvetica Neue", Arial; padding: 2px 7px; letter-spacing: 0.12em;
  border-radius: 2px; font-weight: 600;
}
#realtime .card .body { padding: 7px 8px 8px; line-height: 1.4; }
#realtime .card .body .name { font-size: 12px; font-weight: 700; color: #1a1a1a; }
#realtime .card .body .desc { font-size: 10px; color: #666; margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.45; }
#realtime .card .body .price { font-family: "Helvetica Neue", Arial; font-size: 12px; color: #cc0000; font-weight: 700; margin-top: 4px; text-align: right; letter-spacing: 0.04em; }
#realtime .card .body .price .u { font-family: "ヒラギノ角ゴ Pro W3"; font-size: 10px; color: #888; font-weight: normal; }

/* 修理メニュー（テーブル風） */
#service { margin-top: 14px; }
#service table {
  width: 100%; border: 1px solid #d0d0d0;
  background: #fff;
  margin-top: 6px;
  border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-sm);
}
#service table th, #service table td {
  border: 1px solid #e0e0e0;
  padding: 9px 12px;
  vertical-align: middle;
  font-size: 13px;
}
#service table thead th { background: linear-gradient(to bottom, #f4f4f4 0%, #e8e8e8 100%); color: #1a1a1a; font-weight: 700; font-size: 11px; letter-spacing: 0.04em; padding: 8px 12px; }
#service table tbody th { background: linear-gradient(to bottom, #fdebeb 0%, #f7d8d8 100%); color: #cc0000; text-align: center; font-family: "Helvetica Neue", Arial; width: 50px; font-size: 13px; font-weight: 700; }
#service table tbody td .n { font-weight: 700; color: #1a1a1a; font-size: 13px; }
#service table tbody td .e { color: #999; font-family: "Helvetica Neue", Arial; font-size: 10px; margin-left: 8px; letter-spacing: 0.06em; font-weight: 600; }
#service table tbody td .d { display: block; color: #555; font-size: 12px; margin-top: 4px; line-height: 1.55; }
#service table tbody tr:nth-child(even) { background: #fafafa; }
#service table tbody tr { transition: background .12s ease; }
#service table tbody tr:hover { background: #fff8e0; }

/* 設備（4×1） */
#equip { margin-top: 14px; }
#equip .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
#equip .card {
  background: linear-gradient(to bottom, #fafafa 0%, #f0f0f0 100%);
  border: 1px solid #d0d0d0;
  padding: 10px; text-align: center; display: block; color: #1a1a1a;
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  transition: all .18s ease;
}
#equip .card:hover { background: #fff; border-color: #cc0000; text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow-md); }
#equip .card .ph { aspect-ratio: 4/3; background: #fff; border: 1px solid #d8d8d8; overflow: hidden; margin-bottom: 6px; border-radius: 2px; }
#equip .card .ph img { width: 100%; height: 100%; object-fit: cover; }
#equip .card h4 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #1e4a8a; font-weight: 700; letter-spacing: 0.04em; }
#equip .card .jp { font-size: 11px; color: #555; margin-top: 2px; }

/* 車種別アーカイブ（3x2） */
#cars { margin-top: 14px; }
#cars .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
#cars .car {
  background: #fff; border: 1px solid #d0d0d0;
  display: grid; grid-template-columns: 92px 1fr; gap: 10px;
  padding: 8px; color: #1a1a1a;
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  transition: all .18s ease;
}
#cars .car:hover { border-color: #cc0000; background: #fffaf0; text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow-md); }
#cars .car .thumb { aspect-ratio: 4/3; background: #ececec; overflow: hidden; border: 1px solid #d8d8d8; border-radius: 2px; }
#cars .car .thumb img { width: 100%; height: 100%; object-fit: cover; }
#cars .car .body .n { font-size: 13px; font-weight: 700; color: #1a1a1a; }
#cars .car .body .s { font-family: "Helvetica Neue", Arial; font-size: 9px; color: #888; letter-spacing: 0.12em; font-weight: 600; margin-top: 2px; }
#cars .car .body .cnt { font-family: "Helvetica Neue", Arial; font-size: 16px; color: #cc0000; font-weight: 700; margin-top: 4px; }
#cars .car .body .cnt .u { font-family: "ヒラギノ角ゴ Pro W3"; font-size: 10px; color: #555; font-weight: normal; margin-left: 2px; }

/* お知らせ＋スタッフ（2分割） */
#info-block { margin-top: 14px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 10px; }
#news-side h3.sec, #shop-side h3.sec {
  background: linear-gradient(to right, #1e4a8a 0%, #2a5fa8 100%);
  color: #fff;
  font-size: 13px; padding: 9px 12px;
  border-left: 3px solid #ffd400;
  letter-spacing: 0.04em;
  border-radius: var(--r) var(--r) 0 0;
  font-weight: 700;
}
#news-side h3.sec .en, #shop-side h3.sec .en { font-family: "Helvetica Neue", Arial; font-size: 10px; color: rgba(255,255,255,0.62); margin-left: 10px; letter-spacing: 0.2em; font-weight: 600; }
#news-side ul { background: #fff; border: 1px solid #d0d0d0; border-top: 0; padding: 6px 12px; border-radius: 0 0 var(--r) var(--r); box-shadow: var(--shadow-sm); }
#news-side ul li {
  border-bottom: 1px solid #ececec;
  padding: 7px 0;
  display: grid; grid-template-columns: 78px 68px 1fr; gap: 8px; align-items: center;
  font-size: 12px;
}
#news-side ul li:last-child { border-bottom: 0; }
#news-side ul li .date { font-family: "Helvetica Neue", Arial; color: #666; font-size: 10px; letter-spacing: 0.06em; }
#news-side ul li .cat { background: #555; color: #fff; padding: 2px 8px; font-size: 9px; text-align: center; letter-spacing: 0.06em; border-radius: 2px; font-weight: 600; }
#news-side ul li .cat.campaign { background: #cc0000; }
#news-side ul li .cat.event { background: #f0a800; color: #000; }
#news-side ul li .cat.news { background: #1e4a8a; }
#news-side ul li .title a { color: #1a1a1a; font-size: 12px; line-height: 1.5; }
#news-side ul li:hover .title a { color: #cc0000; }

#shop-side .body { background: #fff; border: 1px solid #d0d0d0; border-top: 0; padding: 10px; border-radius: 0 0 var(--r) var(--r); box-shadow: var(--shadow-sm); }
#shop-side .map { background: #ddd url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60"><rect width="100" height="60" fill="%23dde6db"/><line x1="0" y1="20" x2="100" y2="20" stroke="%23a0a0a0" stroke-width="0.4"/><line x1="0" y1="40" x2="100" y2="40" stroke="%23a0a0a0" stroke-width="0.4"/><line x1="30" y1="0" x2="30" y2="60" stroke="%23a0a0a0" stroke-width="0.4"/><line x1="70" y1="0" x2="70" y2="60" stroke="%23a0a0a0" stroke-width="0.4"/><circle cx="50" cy="30" r="3.5" fill="%23cc0000"/><circle cx="50" cy="30" r="6" fill="none" stroke="%23cc0000" stroke-width="0.6" opacity="0.6"/></svg>') center/cover; height: 90px; border: 1px solid #c0c0c0; border-radius: 2px; }
#shop-side .info { font-size: 12px; line-height: 1.75; color: #2a2a2a; margin-top: 8px; }
#shop-side .info b { color: #1a1a1a; font-weight: 700; }
#shop-side .info .row { padding: 4px 0; border-bottom: 1px solid #ececec; }
#shop-side .info .row:last-child { border-bottom: 0; }

/* 営業カレンダー */
#calendar { margin-top: 14px; }
#calendar h3.sec { background: linear-gradient(to right, #2d5a1a 0%, #3d7a2a 100%); color: #fff; font-size: 13px; padding: 9px 12px; border-left: 3px solid #ffd400; border-radius: var(--r) var(--r) 0 0; font-weight: 700; letter-spacing: 0.04em; }
#calendar h3.sec .en { font-family: "Helvetica Neue", Arial; font-size: 10px; color: #c9e9b8; margin-left: 10px; letter-spacing: 0.2em; font-weight: 600; }
#calendar .body { background: #fff; border: 1px solid #d0d0d0; border-top: 0; padding: 12px; border-radius: 0 0 var(--r) var(--r); box-shadow: var(--shadow-sm); }
#calendar table { width: 100%; border-radius: 2px; overflow: hidden; }
#calendar table th, #calendar table td { padding: 5px 0; text-align: center; font-size: 12px; border: 1px solid #e6e6e6; font-family: "Helvetica Neue", Arial; }
#calendar table th { background: linear-gradient(to bottom, #f4f4f4 0%, #e8e8e8 100%); color: #444; font-weight: 600; font-size: 11px; }
#calendar table th.sun { color: #cc0000; }
#calendar table th.sat { color: #1e4a8a; }
#calendar table td.holiday { background: #fdebeb; color: #cc0000; font-weight: 700; }
#calendar table td.sat { color: #1e4a8a; }
#calendar table td.sun { color: #cc0000; }
#calendar .legend { font-size: 11px; color: #666; margin-top: 8px; line-height: 1.6; }
#calendar .legend .sq { display: inline-block; width: 11px; height: 11px; background: #fdebeb; border: 1px solid #cc0000; vertical-align: middle; margin-right: 4px; border-radius: 2px; }

/* ============================================================
   #bnsp : バナースペース（外部誘導風）
   ============================================================ */
#bnsp { background: #ececec; padding: 12px 16px; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; }
#bnsp .ttl { background: linear-gradient(to right, #4a4a4a 0%, #5a5a5a 100%); color: #fff; padding: 6px 12px; font-size: 11px; letter-spacing: 0.06em; font-weight: 700; border-radius: var(--r) var(--r) 0 0; }
#bnsp .grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; padding: 10px 0; }
#bnsp .grid a {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(to bottom, #fafafa 0%, #ececec 100%);
  border: 1px solid #c8c8c8; padding: 12px 6px;
  font-size: 11px; text-align: center; color: #2a2a2a; line-height: 1.45;
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  transition: all .15s ease;
}
#bnsp .grid a:hover { background: #fff; text-decoration: none; transform: translateY(-1px); box-shadow: var(--shadow-md); border-color: #cc0000; }
#bnsp .grid a b { color: #cc0000; font-size: 12px; font-weight: 700; }

/* ============================================================
   #sitemap : サイトマップ
   ============================================================ */
#sitemap { background: #1f1f1f; color: #aaa; padding: 22px 18px 18px; font-size: 11px; }
#sitemap .grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
#sitemap h4 { color: #fff; font-size: 12px; margin-bottom: 6px; padding-bottom: 5px; border-bottom: 1px solid #444; letter-spacing: 0.05em; font-weight: 700; }
#sitemap h4 .en { font-family: "Helvetica Neue", Arial; font-size: 9px; color: #888; margin-left: 6px; letter-spacing: 0.18em; font-weight: 600; }
#sitemap ul li { padding: 3px 0; font-size: 11px; line-height: 1.6; }
#sitemap ul li::before { content: "▸"; color: #cc0000; margin-right: 4px; font-size: 9px; }
#sitemap ul li a { color: #bbb; }
#sitemap ul li a:hover { color: #fff; }

/* ============================================================
   #footer
   ============================================================ */
#footer { background: #0a0a0a; color: #888; padding: 22px 18px 16px; font-size: 11px; }
#footer .row1 { display: flex; align-items: flex-start; gap: 22px; padding-bottom: 14px; border-bottom: 1px solid #2a2a2a; }
#footer .row1 .logo img { height: 44px; }
#footer .row1 .info { flex: 1; line-height: 1.75; }
#footer .row1 .info .nm { color: #fff; font-weight: 700; font-size: 14px; letter-spacing: 0.04em; }
#footer .row1 .info .ad { color: #ccc; margin-top: 4px; font-size: 12px; }
#footer .row1 .info .ad b.tel { color: #ffd400; font-family: "Helvetica Neue", Arial; font-size: 15px; font-weight: 700; letter-spacing: 0.02em; }
#footer .row1 .info .cert { font-size: 10px; color: #888; margin-top: 4px; letter-spacing: 0.04em; }
#footer .row1 .right { font-family: "Helvetica Neue", Arial; font-size: 10px; color: #666; text-align: right; line-height: 1.7; letter-spacing: 0.12em; font-weight: 600; }
#footer .copy { padding-top: 14px; font-family: "Helvetica Neue", Arial; font-size: 10px; color: #555; display: flex; justify-content: space-between; letter-spacing: 0.06em; }

/* レスポンシブ最低限 */
@media (max-width: 1079px) {
  #wrapper, #tab-area .inner, #subbar .inner { width: 100%; max-width: 1080px; }
  #main-wrap .row { grid-template-columns: 1fr; }
  #realtime .grid { grid-template-columns: repeat(3, 1fr); }
  #equip .grid, #cars .grid, #bnsp .grid, #sitemap .grid { grid-template-columns: repeat(2, 1fr); }
  #header { padding: 10px 12px; }
  #header h1 { font-size: 26px; }
  #info-block { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  #header .htop { flex-wrap: wrap; gap: 6px; }
  #header .htop .htag { flex: 0 0 100%; order: 3; min-width: 0; padding-top: 0; }
  #header .htop .update { margin-left: auto; }
  #tab a { font-size: 9px; }
  #tab a span.sub { display: none; }
  #realtime .grid { grid-template-columns: 1fr 1fr; }
  #gnav ul { flex-wrap: wrap; }
  #gnav li { flex: 0 0 33.3%; border-bottom: 1px solid #ccc; }
}

  #realtime .worksgrid{grid-template-columns:repeat(4,1fr)}
  @media(max-width:1079px){#realtime .worksgrid{grid-template-columns:repeat(3,1fr)}}
  @media(max-width:640px){#realtime .worksgrid{grid-template-columns:1fr 1fr}}


/* Portal page content shared by information and work-detail pages. */
#main .page-content { padding: 4px 2px 24px; color: #333; font-size: 14px; line-height: 1.9; }
#main .page-content h1, #main .page-content h2, #main .page-content h3, #main .page-content h4 { color: #222; line-height: 1.55; }
#main .page-content h1.post-title { margin: 0 0 22px; padding: 0 0 14px; font-size: 25px; border-bottom: 3px solid #333; }
#main .page-content h2 { margin: 2em 0 1em; padding: 7px 10px; font-size: 19px; border-left: 5px solid #cc0000; background: #f3f3f3; }
#main .page-content h3 { margin: 1.8em 0 .75em; padding-bottom: 6px; font-size: 16px; border-bottom: 1px solid #ccc; }
#main .page-content h4 { margin: 1.5em 0 .6em; font-size: 15px; }
#main .page-content p { margin: 0 0 1.2em; }
#main .page-content a { color: #1e4a8a; text-decoration: underline; }
#main .page-content a:hover { color: #cc0000; }
#main .page-content ul, #main .page-content ol { margin: 0 0 1.3em 1.6em; list-style: revert; }
#main .page-content li { margin: .35em 0; }
#main .page-content table { width: 100%; margin: 1.4em 0; border-collapse: collapse; }
#main .page-content th, #main .page-content td { padding: 9px 11px; border: 1px solid #cfcfcf; vertical-align: top; text-align: left; }
#main .page-content th { width: 30%; background: #f2f2f2; color: #222; }
#main .page-content img { display: block; max-width: 100%; height: auto; margin: 1.2em auto; }
#main .page-content iframe { display: block; max-width: 100%; margin: 1.2em auto; }
#main .page-content dl { margin: 1.2em 0; }
#main .page-content dt { margin-top: .8em; font-weight: bold; color: #222; }
#main .page-content dd { margin: .25em 0 .8em; }
#main .page-content .post-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; color: #666; font-size: 12px; }
#main .page-content .post-meta .cat { display: inline-block; padding: 3px 8px; background: #333; color: #fff; }
#main .page-content .featured { margin-bottom: 20px; }
#main .page-content .featured img { width: 100%; max-height: 560px; object-fit: cover; }
#main .page-content .related { margin-top: 42px; padding-top: 24px; border-top: 2px solid #bbb; }
#main .page-content .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
#main .page-content .related-card { display: block; border: 1px solid #ccc; text-decoration: none; background: #fff; }
#main .page-content .related-card .thumb img { width: 100%; height: 130px; object-fit: cover; margin: 0; }
#main .page-content .related-card .body { padding: 9px; }
#main .page-content .related-card .title { font-size: 12px; line-height: 1.55; }
#main .page-content .related-card .date, #main .page-content .related-card .cat { font-size: 11px; color: #777; }
#main .page-content .back-cta { margin-top: 28px; text-align: center; }
#main .page-content .back-cta a { display: inline-block; padding: 10px 22px; color: #fff; background: #333; text-decoration: none; }
#main .page-content .site-map-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
#main .page-content .site-map-groups ul { margin-left: 1.2em; }
@media (max-width: 640px) {
  #main .page-content { font-size: 13px; }
  #main .page-content h1.post-title { font-size: 21px; }
  #main .page-content th, #main .page-content td { padding: 8px; }
  #main .page-content .related-grid, #main .page-content .site-map-groups { grid-template-columns: 1fr; }
  #main .page-content iframe { width: 100% !important; }
}



/* ---- post.css ---- */
/* 個別記事/一覧ページ用CSS */
:root {
  --c-bk: #0a0a0a;
  --c-text: #151515;
  --c-text-2: #333;
  --c-text-3: #666;
  --c-text-4: #999;
  --c-line: #e6e6e6;
  --c-bg-1: #fff;
  --c-bg-2: #fafafa;
  --c-bg-3: #f5f5f5;
  --c-accent: #e51620;
  --f-jp: 'Noto Sans JP', sans-serif;
  --f-en: 'Inter', sans-serif;
  --f-disp: 'Bebas Neue', sans-serif;
  --maxw: 1100px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--f-jp); color: var(--c-text); background: #fff; line-height: 1.85; font-size: 15px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-bk); text-decoration: none; transition: opacity .2s; }
a:hover { opacity: 0.7; }
ul, ol { list-style: none; }

.post-header { position: sticky; top: 0; z-index: 100; background: rgba(10,10,10,0.96); height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.post-header .logo { display: inline-flex; align-items: center; gap: 11px; color: #fff; }
.post-header .logo-mark { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; background: #fff; }
.post-header .logo-mark img { width: 34px; height: 34px; }
.post-header .logo-text { display: flex; flex-direction: column; gap: 3px; }
.post-header .logo-main { color: #fff; font-weight: 900; font-size: 20px; }
.post-header .logo-sub { font-family: var(--f-en); color: rgba(255,255,255,0.52); font-size: 8px; letter-spacing: 0.22em; font-weight: 800; }
.post-header .h-tel { display: flex; flex-direction: column; align-items: flex-end; color: #fff; }
.post-header .h-tel .tel-label { font-size: 10px; letter-spacing: 0.15em; opacity: 0.6; }
.post-header .h-tel .tel-num { font-family: var(--f-disp); font-size: 22px; letter-spacing: 0.04em; }
@media (max-width:640px){ .post-header { padding: 0 14px; } .post-header .h-tel .tel-label { display:none; } }

.breadcrumb { max-width: var(--maxw); margin: 0 auto; padding: 24px 32px 0; font-size: 12px; color: var(--c-text-4); letter-spacing: 0.05em; }
.breadcrumb a { color: var(--c-text-3); }
.breadcrumb .sep { margin: 0 8px; color: var(--c-text-4); }

article.post { max-width: var(--maxw); margin: 0 auto; padding: 32px 32px 80px; }
.post-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.post-meta .date { font-family: var(--f-en); font-size: 14px; letter-spacing: 0.06em; color: var(--c-text-3); }
.post-meta .cat { display: inline-block; background: var(--c-bk); color: #fff; font-size: 11px; letter-spacing: 0.12em; padding: 5px 12px; font-weight: 600; }
.post-meta .cat.accent { background: var(--c-accent); }
h1.post-title { font-size: clamp(24px, 3.2vw, 38px); font-weight: 700; line-height: 1.45; letter-spacing: 0.02em; color: var(--c-text); margin-bottom: 32px; padding-bottom: 24px; border-bottom: 2px solid var(--c-bk); }
h1.post-title .chassis { display: inline-block; font-family: var(--f-disp); font-size: 0.85em; background: var(--c-accent); color: #fff; padding: 4px 12px; margin-right: 10px; vertical-align: middle; letter-spacing: 0.04em; }
.featured { margin-bottom: 32px; }
.featured img { width: 100%; max-height: 560px; object-fit: cover; }
.post-body { font-size: 15px; line-height: 2.05; color: var(--c-text-2); }
.post-body p { margin-bottom: 1.5em; }
.post-body h2, .post-body h3, .post-body h4 { margin: 2em 0 1em; font-weight: 700; color: var(--c-bk); line-height: 1.5; }
.post-body h2 { font-size: 22px; padding-left: 14px; border-left: 4px solid var(--c-accent); }
.post-body h3 { font-size: 18px; }
.post-body h4 { font-size: 16px; color: var(--c-text-2); }
.post-body img { margin: 1.4em auto; max-width: 100%; }
.post-body a { color: var(--c-accent); text-decoration: underline; }
.post-body ul, .post-body ol { margin: 1em 0 1.5em 1.5em; }
.post-body li { margin-bottom: 0.4em; }
.post-body blockquote { border-left: 3px solid var(--c-line); padding: 6px 20px; margin: 1.5em 0; color: var(--c-text-3); font-style: italic; }
.post-body iframe { max-width: 100%; margin: 1em auto; display: block; }

.related { margin-top: 60px; padding-top: 48px; border-top: 1px solid var(--c-line); }
.related h2 { font-family: var(--f-disp); font-size: 28px; letter-spacing: 0.04em; margin-bottom: 24px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-card { display: block; background: #fff; border: 1px solid var(--c-line); transition: transform .2s, box-shadow .2s; }
.related-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); opacity: 1; }
.related-card .thumb { aspect-ratio: 4/3; overflow: hidden; background: var(--c-bg-3); }
.related-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.related-card .body { padding: 14px 16px 18px; }
.related-card .body .cat { font-family: var(--f-en); font-size: 10px; letter-spacing: 0.15em; color: var(--c-accent); font-weight: 600; }
.related-card .body .title { font-size: 13px; font-weight: 600; line-height: 1.5; margin-top: 6px; color: var(--c-text); }
.related-card .body .date { font-family: var(--f-en); font-size: 10px; color: var(--c-text-4); margin-top: 6px; }
@media (max-width: 768px){ .related-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .related-grid { grid-template-columns: 1fr; } }

.back-cta { margin-top: 48px; text-align: center; }
.back-cta a { display: inline-block; padding: 14px 40px; background: var(--c-bk); color: #fff; font-family: var(--f-en); font-size: 12px; font-weight: 600; letter-spacing: 0.15em; }
.back-cta a:hover { background: var(--c-accent); opacity: 1; }

.post-footer { background: #0a0a0a; color: rgba(255,255,255,0.7); padding: 48px 0 28px; margin-top: 60px; }
.post-footer .ft-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.post-footer .ft-logo { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.post-footer .logo-mark { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; background: #fff; }
.post-footer .logo-mark img { width: 34px; height: 34px; }
.post-footer .logo-main { color: #fff; font-weight: 900; font-size: 18px; }
.post-footer .logo-sub { display: block; font-family: var(--f-en); font-size: 8px; letter-spacing: 0.22em; color: rgba(255,255,255,0.5); font-weight: 800; }
.post-footer p { font-size: 12px; line-height: 1.9; color: rgba(255,255,255,0.55); margin-bottom: 24px; }
.post-footer .copy { text-align: center; font-family: var(--f-en); font-size: 11px; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); margin-bottom: 0; }

/* 一覧ページ */
:root { --archive-maxw: 1440px; }
.archive-hero { background: var(--c-bk); color: #fff; padding: 40px 32px 22px; text-align: center; }
.archive-hero .eyebrow { font-family: var(--f-disp); font-size: 10px; letter-spacing: 0.32em; color: rgba(255,255,255,0.32); margin-bottom: 6px; }
.archive-hero h1 { font-family: var(--f-disp); font-size: clamp(22px, 2.4vw, 30px); letter-spacing: 0.06em; line-height: 1; color: rgba(255,255,255,0.78); font-weight: 400; }
.archive-hero h1 .accent { color: var(--c-accent); }
.archive-hero .count { font-family: var(--f-en); font-size: 10px; letter-spacing: 0.24em; color: rgba(255,255,255,0.4); margin-top: 8px; }

.filter-panel { max-width: var(--archive-maxw); margin: 28px auto 16px; padding: 0 32px; display: flex; flex-direction: column; gap: 14px; }
.filter-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding: 12px 0; border-bottom: 1px solid var(--c-line); }
.filter-row:last-child { border-bottom: none; padding-top: 8px; }
.filter-label { font-family: var(--f-en); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; color: var(--c-text-3); min-width: 110px; flex-shrink: 0; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 6px; flex: 1 1 auto; }
.filter-chips a { display: inline-flex; align-items: center; padding: 6px 14px; border: 1px solid var(--c-line); color: var(--c-text-2); font-size: 12px; letter-spacing: 0.04em; transition: all .15s; cursor: pointer; }
.filter-chips a:hover { border-color: var(--c-bk); opacity: 1; }
.filter-chips a.active { background: var(--c-accent); color: #fff; border-color: var(--c-accent); }
.filter-chips a .num { font-family: var(--f-en); margin-left: 6px; color: var(--c-text-4); font-size: 10px; }
.filter-chips a.active .num { color: rgba(255,255,255,0.75); }
#kw-input { flex: 1 1 320px; padding: 10px 14px; border: 1px solid var(--c-line); font-size: 14px; font-family: var(--f-jp); background: #fafafa; outline: none; transition: border-color .2s; }
#kw-input:focus { border-color: var(--c-accent); background: #fff; }
.filter-summary { padding-top: 12px; }
.filter-result { font-family: var(--f-jp); font-size: 14px; font-weight: 600; color: var(--c-bk); }
.filter-result::before { content: ""; display: inline-block; width: 5px; height: 14px; background: var(--c-accent); margin-right: 10px; vertical-align: middle; }
#reset-filter { font-family: var(--f-en); font-size: 11px; letter-spacing: 0.15em; color: var(--c-text-3); margin-left: auto; padding: 6px 14px; border: 1px solid var(--c-line); }
#reset-filter:hover { color: var(--c-bk); border-color: var(--c-bk); opacity: 1; }
@media (max-width: 700px){
  .filter-row { padding: 8px 0; }
  .filter-label { min-width: 100%; padding-bottom: 4px; }
  #kw-input { flex: 1 1 100%; }
  #reset-filter { margin-left: 0; }
}

.chassis-tag { position: absolute; top: 10px; right: 10px; background: var(--c-accent); color: #fff; font-family: var(--f-disp); font-size: 12px; letter-spacing: 0.04em; padding: 3px 9px; font-weight: 400; }

.archive-grid { max-width: var(--archive-maxw); margin: 0 auto; padding: 0 32px 80px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 1200px) { .archive-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .archive-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 480px) { .archive-grid { grid-template-columns: 1fr; } }
.archive-card { display: block; background: #fff; border: 1px solid var(--c-line); transition: transform .2s, box-shadow .2s; }
.archive-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); border-color: var(--c-bk); opacity: 1; }
.archive-card .thumb { aspect-ratio: 4/3; overflow: hidden; background: var(--c-bg-3); position: relative; }
.archive-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.archive-card:hover .thumb img { transform: scale(1.05); }
.archive-card .cat-tag { position: absolute; top: 10px; left: 10px; background: var(--c-bk); color: #fff; font-family: var(--f-en); font-size: 9px; letter-spacing: 0.14em; padding: 4px 9px; font-weight: 600; }
.archive-card .body { padding: 13px 16px 18px; }
.archive-card .date { font-family: var(--f-en); font-size: 10px; letter-spacing: 0.1em; color: var(--c-text-4); margin-bottom: 5px; }
.archive-card .title { font-size: 13px; font-weight: 600; line-height: 1.55; color: var(--c-text); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.no-img { width: 100%; height: 100%; background: linear-gradient(135deg, #2a2a2a, #0a0a0a); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); font-family: var(--f-disp); font-size: 36px; letter-spacing: 0.08em; }
