{"product_id":"shockproof-cd-slot-screen-mount-rjc","title":"衝撃吸収CDスロットスクリーンマウント","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Electronic Accessory (CarPlay CD Mount)\nTarget Audience: Drivers seeking a sturdy, non-obstructive dashboard upgrade\nVisual Style: Sleek Automotive \/ Utilitarian Tech\nColor Strategy: Deep Charcoal (Primary) with Tech Blue accents (Accent) for a modern vehicular feel. High contrast for readability.\nShape Strategy: Radius 8px (Industrial, firm, structural but safe)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 34-44px, Body 18-20px)\nMobile Table Strategy: Card-based via CSS, strictly no horizontal scroll.\nImage Mapping: \n- Hero: image_1 (Contextual dashboard setup)\n- Feature 1: image_2 (CD Slot integration detail)\n- Feature 2: image_3 (360-degree ball joint)\n- Feature 3: image_4 (Shockproof double lock on bumpy road)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 Variables *\/\n    .product-detail-container {\n      --primary: #0F172A; \/* Slate 900 *\/\n      --accent: #0284C7; \/* Sky 600 *\/\n      --text-main: #334155; \/* Slate 700 *\/\n      --text-sub: #64748B; \/* Slate 500 *\/\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n      --border-color: #E2E8F0;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n\n      \/* 0) Typography \u0026 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.6;\n    }\n\n    .product-detail-container *, \n    .product-detail-container *::before, \n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      color: var(--primary);\n      margin: 0 0 0.75rem 0;\n      font-weight: 600;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .text-sub {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Non-interactive Visual Badges *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .product-detail-container .badge {\n      background-color: var(--bg-card);\n      color: var(--accent);\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    }\n\n    \/* Image \/ Placeholder Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .product-detail-container .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-card);\n      border: 2px dashed #CBD5E1;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 600;\n    }\n\n    \/* Sections *\/\n    .product-detail-container .section {\n      margin-top: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 2rem;\n    }\n    \n    .product-detail-container .hero-media {\n      margin-top: 2rem;\n      box-shadow: var(--shadow-lg);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* Z-Pattern Features (Mobile Ordering Lock Included) *\/\n    .product-detail-container .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column; \/* Strict mobile lock: Image top, text bottom *\/\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specs Table - Card Based Mobile Strategy *\/\n    .product-detail-container .specs-section {\n      background-color: var(--bg-card);\n      padding: var(--spacing-section) 5%;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      margin-top: var(--spacing-section);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    \/* --- Desktop Enhancement (min-width: 768px) --- *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      \n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n      }\n\n      \/* Desktop Table Styles *\/\n      .product-detail-container .specs-table th,\n      .product-detail-container .specs-table td {\n        padding: 1rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .product-detail-container .specs-table th {\n        background-color: #E2E8F0;\n        color: var(--primary);\n        font-weight: 700;\n        width: 30%;\n      }\n      \n      .product-detail-container .specs-table tr:last-child td {\n        border-bottom: none;\n      }\n    }\n\n    \/* --- Mobile Table Strategy (max-width: 767px) --- *\/\n    @media (max-width: 767px) {\n      .product-detail-container .specs-table, \n      .product-detail-container .specs-table thead, \n      .product-detail-container .specs-table tbody, \n      .product-detail-container .specs-table th, \n      .product-detail-container .specs-table td, \n      .product-detail-container .specs-table tr { \n        display: block; \n        width: 100%; \n      }\n      \n      .product-detail-container .specs-table thead tr { \n        display: none; \n      }\n      \n      .product-detail-container .specs-table tr { \n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n        padding: 0.5rem;\n      }\n      \n      .product-detail-container .specs-table td { \n        display: flex;\n        flex-direction: column;\n        border: none;\n        padding: 0.75rem;\n        border-bottom: 1px solid #F1F5F9; \n      }\n\n      .product-detail-container .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .product-detail-container .specs-table td::before { \n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        margin-bottom: 0.25rem;\n        font-size: 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003ch1\u003e安全なドライブを、ダッシュボードをアップグレードしよう\u003c\/h1\u003e\n\n\u003cp\u003e7～11インチのポータブルワイヤレスCarPlayスクリーンやGPSモニターに最適な究極の頑丈CDスロットマウント。\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"badge\"\u003e工具不要の設置\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003e耐衝撃\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003e360°視野\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325130944\/b1062cc9527dced08e7326449b3eb378.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325130944\/ff140319d4e1fae943460a0ebe212191.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e妥協のない互換性\u003c\/h2\u003e\n\n\u003cp\u003e大画面を安全に支える専門設計。7インチのGPSから11インチの大型ポータブルCarPlayスクリーンまで、視界を妨げずにぴったりフィットします。\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eすっきりしたフロントガラスを保ち、必要なテクノロジーを手元に。\u003c\/p\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325130944\/646aff523da345bf0e2b3b60e81fe7c4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e360度無限回転\u003c\/h2\u003e\n\n\u003cp\u003e精密設計の回転ボールジョイントを装備し、画面を自由に角度調整可能。危険な日差しの反射も解消します。\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325130944\/2e8004192e98ebcbfeffbb61374aafe0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e頑丈なダブルロック設計\u003c\/h2\u003e\n\n\u003cp\u003eでこぼこ道や速度の出る段差、急カーブも頑丈な構造で問題なし。ダブルロック機構がCDスロットをしっかり掴み、スリップや危険な揺れを防ぎます。\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003e実際の運転に耐える、揺れのない堅牢なスクリーンマウント体験を。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325130944\/8b6795cdd84336659064dbc672857daf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eユニバーサルでありながら配慮された設計\u003c\/h2\u003e\n\n\u003cp\u003e工具不要で数秒で車のCDプレーヤースロットに簡単に取り付けられます。しかもCD再生の妨げになりません。\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eほとんどの標準車両に完璧にフィットし、車の元の機能を損ないません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE (Mobile Card-Based) --\u003e\n\n\u003cdiv class=\"section specs-section\"\u003e\n\u003ch2\u003e技術仕様\u003c\/h2\u003e\n\n\u003cp\u003e新しいCarPlayスクリーンマウントについて知っておくべきすべて。\u003c\/p\u003e\n\n\u003ctable class=\"specs-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=\"Specification\"\u003e7～11インチ（CarPlay、Android Auto、GPS）\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=\"Specification\"\u003e360°回転ボールジョイント\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=\"Specification\"\u003e車両CDスロット（工具不要の取り付け）\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=\"Specification\"\u003e頑丈なダブルロック設計\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=\"Specification\"\u003e11.5 cm × 10.0 cm × 8.0 cm\u003cbr\u003e\n\t\t\t（11.5 cm × 10.0 cm × 8.0 cm）\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=\"Specification\"\u003e180 g（6.3オンス）\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=\"Specification\"\u003e-20°Cから70°C\u003cbr\u003e\n\t\t\t（-20℃から70℃）\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=\"Specification\"\u003e2011年レクサスIS 250、2012年フォードフレックス、2015年トヨタRAV4、2016年トヨタハイランダー、2017年ヒュンダイサンタフェスポーツ、2018年BMW X3\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"section faq-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eこのマウントはCDプレーヤーの音楽再生を妨げますか？\u003c\/h3\u003e\n\n\u003cp\u003e全く問題ありません！このマウントはCDスロットにしっかり固定され、内部の再生機構に触れないよう設計されています。画面をしっかり固定しながら、お気に入りのCDを聴き続けられます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eでこぼこ道でも11インチの大きな画面をしっかり支えられますか？\u003c\/h3\u003e\n\n\u003cp\u003eもちろんです。11インチまでの大型スクリーンに対応するため、頑丈なダブルロック設計と耐久性の高い素材を使用しています。スリップや揺れを厳しく防止し、速度の出る段差や急カーブでもモニターを安定させます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e車に取り付けるのに工具は必要ですか？\u003c\/h3\u003e\n\n\u003cp\u003e工具は一切不要です。取り付けは完全にユーザーフレンドリーで、ベースをCDスロットに差し込み、ロック機構を締め、ボールジョイントをお好みの角度に調整するだけ。1分以内に設置完了します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 1個パック（標準）","offer_id":47992049074388,"sku":"0328-16496731","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2個パック（20％お得）","offer_id":47992049107156,"sku":"0328-16496191","price":19.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧‍👦 3個パック（ファミリーディール - 30％お得）","offer_id":47992049139924,"sku":"0328-16497722","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/b1062cc9527dced08e7326449b3eb378.jpg?v=1779883851","url":"https:\/\/omurio.com\/ja\/products\/shockproof-cd-slot-screen-mount-rjc","provider":"Omurio","version":"1.0","type":"link"}