{"product_id":"tire-tread-depth-gauge-rjc","title":"タイヤトレッド深さゲージ","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Tool \/ Safety Accessory (Tire Tread Depth Gauge)\nTarget Audience: Car owners, DIY mechanics, safety-conscious drivers.\nVisual Style: Industrial, Precise, Reliable. High contrast for readability.\nColor Strategy: Trust Blue (--primary) with dark grey\/black typography, and safety accent colors (Red\/Yellow\/Green) embedded purely as informational badges.\nShape Strategy: Radius 6px (Industrial, sturdy, non-fragile).\nTypography Strategy: Large Type (H1: 32-44px, Body: 18-20px) \/ Mobile-first readable.\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks).\nImage Mapping: Hero=image_1, ColorCode=image_2, Precision=image_3, Usage=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 0) Base Reset \u0026 Variables *\/\n  .product-detail-container {\n    --primary: #1A56DB;\n    --text-main: #111827;\n    --text-sub: #4B5563;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9FAFB;\n    --bg-alt: #F3F4F6;\n    --border-color: #E5E7EB;\n    --radius-md: 6px;\n    --radius-lg: 10px;\n    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n\n    \/* Safe Spacing System *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* 1) Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: clamp(1rem, 2vw, 1.5rem);\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin-bottom: clamp(0.75rem, 1.5vw, 1rem);\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 1.5vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* 2) Layout \u0026 Spacing *\/\n  .pd-section {\n    padding-top: clamp(2rem, 5vw, 4rem);\n    padding-bottom: clamp(2rem, 5vw, 4rem);\n    border-bottom: 1px solid var(--border-color);\n  }\n  \n  .pd-section:last-child {\n    border-bottom: none;\n  }\n\n  \/* 3) Image Protocol (Option A: Natural Flow, No Distortion) *\/\n  .pd-image-wrapper {\n    width: 100%;\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    position: relative;\n    border: 1px solid var(--border-color);\n  }\n\n  .pd-image-wrapper img, \n  .pd-placeholder {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .pd-placeholder {\n    aspect-ratio: 4 \/ 3;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background-color: #f8f9fa;\n    border: 2px dashed #cbd5e1;\n    color: #64748b;\n    font-size: 18px;\n    font-weight: bold;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  \/* 4) Visual Badges (Non-Clickable) *\/\n  .pd-badge-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .pd-badge {\n    background-color: var(--bg-alt);\n    color: var(--text-main);\n    padding: 0.5rem 1rem;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 600;\n    border: 1px solid var(--border-color);\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Color Codes for product context *\/\n  .badge-red { border-left: 4px solid #DC2626; }\n  .badge-yellow { border-left: 4px solid #F59E0B; }\n  .badge-green { border-left: 4px solid #10B981; }\n\n  \/* 5) Mobile Lock Order (Feature Sections) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile first: Stacked *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  .feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .feature-media, \n  .feature-copy {\n    width: 100%;\n  }\n\n  \/* 6) Specs Table (Mobile Card Lock) *\/\n  .specs-container {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 3vw, 3rem);\n    border: 1px solid var(--border-color);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .pd-table th, \n  .pd-table td {\n    padding: 1rem;\n    text-align: left;\n    font-size: clamp(16px, 1.5vw, 18px);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .pd-table th {\n    font-weight: 600;\n    color: var(--text-main);\n    background-color: var(--bg-alt);\n  }\n\n  \/* 7) FAQ *\/\n  .faq-item {\n    margin-bottom: 1.5rem;\n    background: var(--bg-card);\n    padding: clamp(1rem, 2vw, 1.5rem);\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n  }\n  \n  .faq-question {\n    font-size: clamp(18px, 2vw, 20px);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    color: var(--text-main);\n  }\n\n  .faq-answer {\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 0;\n  }\n\n  \/* --- DESKTOP ENHANCEMENTS (min-width: 768px) --- *\/\n  @media (min-width: 768px) {\n    \/* Z-Pattern Alignment *\/\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      max-width: 50%;\n    }\n\n    .feature-copy {\n      flex: 1;\n      max-width: 50%;\n    }\n  }\n\n  \/* --- MOBILE TABLE CARDS ENFORCEMENT (max-width: 767px) --- *\/\n  @media (max-width: 767px) {\n    .pd-table, \n    .pd-table thead, \n    .pd-table tbody, \n    .pd-table tr, \n    .pd-table th, \n    .pd-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .pd-table thead {\n      display: none; \/* Hide default headers *\/\n    }\n\n    .pd-table tr {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 0.5rem;\n    }\n\n    .pd-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--bg-alt);\n      padding: 0.75rem;\n      text-align: right;\n    }\n\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n\n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      text-align: left;\n      flex-basis: 45%;\n      padding-right: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch1\u003e絶対の自信を持ってドライブを楽しんでください\u003c\/h1\u003e\n\n\u003ch2\u003e高精度の色分け深さゲージでタイヤの健康状態を即座にチェック。\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e✓ ユニバーサルフィット\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✓ プロフェッショナルグレード\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✓ 2個セットのお得な価値\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- Hero Image Placeholder --\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312183014\/010c173afc9b93d99f79dc1c36915e3e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312183014\/c7fd50bf754e8852d1903f3175d98504.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e直感的な色分けシステム\u003c\/h3\u003e\n\n\u003cp\u003eタイヤの安全性を推測する必要はもうありません。優れた視覚システムが一目で正確な対応を教えてくれ、時間を節約し、ご家族の安全を守ります。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge badge-red\"\u003e赤：今すぐ交換\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge badge-yellow\"\u003e黄：警告\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge badge-green\"\u003e緑：安全\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312183014\/c74e839d235202609cf3c120fcd9b601.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e二重スケール精度\u003c\/h3\u003e\n\n\u003cp\u003e絶対的な精度を追求。メートル法（mm）とインチ分数（32分の1）の両方で明確に読み取れ、プロの整備士や地元のタイヤショップが好む正確な測定値を提供します。\u003c\/p\u003e\n\n\u003cp\u003eトレッド深さを滑らかに測定し、偏摩耗を検出して高額なバーストを未然に防ぎます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312183014\/c96181bf4a8e62bc2e893a2114515ba0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eコンパクト＆ユニバーサルデザイン\u003c\/h3\u003e\n\n\u003cp\u003e便利な内蔵ポケットクリップ付きで、シャツに簡単に挟んだり、グローブボックスに楽に収納できます。\u003c\/p\u003e\n\n\u003cp\u003e乗用車、SUV、ヘビーデューティトラック、オートバイなど、あらゆる車種に完璧に対応。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e技術仕様\u003c\/h2\u003e\n\n\u003cp\u003e耐久性と精度を追求し、厳しい日常テスト基準を満たしています。\u003c\/p\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e特徴\u003c\/th\u003e\n\t\t\t\u003cth\u003e詳細\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e測定範囲\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0 - 25mm（0 - 1.0インチ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e寸法\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e85mm × 25mm（3.3インチ × 1.0インチ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e単位あたりの重量\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e約10g（0.4オンス）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e素材構造\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e高耐衝撃ABS＋スチールクリップ\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eスケール形式\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eミリメートル（mm）＆分数（32分の1）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eパッケージ内容\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eタイヤトレッド深さゲージ 2個セット\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eこのゲージの正しい使い方は？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e測定チップをタイヤの溝の底に平らに押し当て、外側のハウジングをタイヤのトレッドに密着させます。慎重に取り外し、色分けゾーンに合わせて測定値を読み取ってください。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eこのツールは私のトラックのタイヤで使えますか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e全く必要ありません。ユニバーサル測定チップは、トラックやSUVの幅広いトレッドにも、標準的なコンパクトカーのタイヤにも簡単にフィットするよう設計されています。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eこのツールは電池が必要ですか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e電池不要。このツールは100％機械式で非常に耐久性があります。天候に左右されず、最も必要な時に決して動かなくなることはありません。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"2個パック（1台用）","offer_id":47992046649556,"sku":"0313-10422364","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 4個パック（ファミリーセット - 2台以上用）","offer_id":47992046682324,"sku":"0313-10428403","price":15.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/010c173afc9b93d99f79dc1c36915e3e.jpg?v=1779883836","url":"https:\/\/omurio.com\/ja\/products\/tire-tread-depth-gauge-rjc","provider":"Omurio","version":"1.0","type":"link"}