{"product_id":"solid-brass-battery-disconnect-switch-rjc","title":"無垢真鍮製バッテリー遮断スイッチ","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Parts \/ Battery Disconnect Switch (Blade Type)\nTarget Audience: DIY mechanics, car\/boat\/RV owners looking for reliable power isolation and battery protection.\nVisual Style: Industrial, Rugged, Professional.\nColor Strategy: \n- Background: Clean white (#ffffff) with technical slate gray cards (#f8fafc)\n- Primary Accent: Brass\/Gold tone (#ca8a04) to reflect the core material and electrical nature.\n- Text: Slate 900 for high contrast, Slate 600 for secondary text.\nShape Strategy: Radius 8px. Hard, industrial, and precise edges, avoiding overly soft curves to maintain a rugged automotive feel.\nTypography Strategy: Large Type \/ Mobile-first readable. Bold, authoritative headings.\nMobile Table Strategy: Card-based (No horizontal scroll). Automatic conversion of mm to inches included.\nMobile Ordering Lock: Enforced via flex-direction: column for mobile, and row\/row-reverse for desktop Z-Pattern.\nImage Mapping: Hero=image_1, Material=image_2, Operation=image_3, Application=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #ca8a04; \/* Brass\/Gold tone *\/\n      --primary-hover: #a16207;\n      --text-main: #0f172a;\n      --text-sub: #475569;\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 25px -5px rgba(0,0,0,0.1);\n      --border-color: #e2e8f0;\n\n      \/* Base Settings *\/\n      box-sizing: border-box;\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: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* 0) Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.5rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Visual Badges (Non-interactive) *\/\n    .visual-badge {\n      display: inline-block;\n      background: #fef9c3;\n      color: #854d0e;\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      border: 1px solid #fde047;\n    }\n\n    .social-proof {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* 2) Image \u0026 Media Protocol *\/\n    .product-detail-container img.flow-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .placeholder-img {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background: #f1f5f9;\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Layout Spacing *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-top: clamp(2rem, 5vw, 4rem);\n    }\n    \n    .hero-copy {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 5vw, 3rem) auto;\n    }\n\n    \/* B) Mobile Ordering Lock (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile strictly single column *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Desktop row *\/\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Desktop Z-Pattern *\/\n      }\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* C) Specs Table (Mobile Card Lock) *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      font-size: 18px;\n    }\n\n    \/* Desktop Table Styles *\/\n    @media (min-width: 768px) {\n      .specs-table th,\n      .specs-table td {\n        padding: 1rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table th {\n        background: #e2e8f0;\n        font-weight: 700;\n        color: var(--text-main);\n      }\n      .specs-table tr:nth-child(even) td {\n        background: #ffffff;\n      }\n      .specs-table tr:nth-child(odd) td {\n        background: var(--bg-card);\n      }\n    }\n\n    \/* Mobile Table -\u003e Card Conversion *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      \n      .specs-table tr {\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        box-shadow: var(--shadow-sm);\n        overflow: hidden;\n      }\n      \n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 1rem;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-right: 1rem;\n        text-align: left;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n    \n    .faq-grid {\n      display: grid;\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n\n    .faq-card {\n      background: #ffffff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-card h3 {\n      color: var(--text-main);\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n      display: flex;\n      gap: 0.75rem;\n      align-items: flex-start;\n    }\n    \n    .faq-card h3::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 900;\n    }\n\n    .faq-card p {\n      margin: 0;\n      padding-left: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e自動車向け高耐久仕様\u003c\/div\u003e\n\u003ch1\u003e車両の電力を完全にコントロール\u003c\/h1\u003e\n\u003cp\u003eソリッド真鍮製のトップポスト用バッテリーディスコネクトスイッチで、電気系統を自在に管理しましょう。暗電流を完全に遮断し、バッテリーを保護するとともに、使用していない車両を安全に保ちます。\u003c\/p\u003e\n\u003cdiv class=\"social-proof\"\u003e★★★★★ 整備士とDIY愛好家に信頼されています\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- 📷 Hero Image --\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img36\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316130716\/ed04c97a2e962ec9476bffd9cb765ff1.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\u003c\/div\u003e\n\u003cdiv class=\"features-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img37\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316130716\/3866f34290a393f75543031c665c3d4a.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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e高品質ソリッド真鍮製\u003c\/h2\u003e\n\u003cp\u003e高強度の真鍮で作られたこのディスコネクトスイッチは、優れた耐腐食性とともに最高レベルの導電性を発揮します。安価な合金製品とは異なり、錆びたり劣化したりしないため、過酷なエンジンルーム環境でも確実な接続と長い耐用年数を実現します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img38\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316130716\/0cff19c5f654e81e9a70b1c07f7554c7.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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e簡単な縦型ブレード操作\u003c\/h2\u003e\n\u003cp\u003e日常の使用に工具は必要ありません。縦型ブレードレバーを持ち上げるだけで安全に電源を遮断でき、下げれば接続を復元できます。直感的な設計で、保管時、修理時、緊急時にバッテリーを簡単に切り離せます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img39\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316130716\/3179fc4b7631c9887aa22c6a1892ad44.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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e幅広い適合性と圧倒的な容量\u003c\/h2\u003e\n\u003cp\u003eDC 12～24Vの電気系統で確実に性能を発揮するよう設計されています。250Aの大電流を連続通電でき、750Aの瞬間的なサージにも耐えられます。トラック、乗用車、船舶、キャンピングカーなどの標準的な15～17mmの円錐形マイナスバッテリー端子に適合します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications (Card-based on mobile) --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003ch2\u003e技術仕様\u003c\/h2\u003e\n\u003cp\u003e安全で信頼性の高い電力管理を実現するため、精密に設計された仕様です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n \u003ctr\u003e\n \u003cth\u003e仕様\u003c\/th\u003e\n \u003cth\u003e詳細\u003c\/th\u003e\n \u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003e対応電圧\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003eDC 12V～24V\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003e連続電流\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e250 A\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003e瞬間電流\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e750 A\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003eトップポスト適合サイズ\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e15～17mm（0.59～0.67インチ）\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003e材質\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e耐腐食性ソリッド真鍮\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003eスイッチタイプ\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e縦型ブレード／ナイフスイッチ\u003c\/td\u003e\n \u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003ch2\u003eよくあるご質問\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003e標準的な車両用バッテリーに適合しますか？\u003c\/h3\u003e\n\u003cp\u003eはい。このスイッチは、ほとんどの乗用車、トラック、RV、船舶用バッテリーに使われている、標準的な15～17mm（0.59～0.67インチ）の円錐形トップポストのマイナス端子に対応するユニバーサル設計です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003e長期保管中のバッテリー上がりを効果的に防げますか？\u003c\/h3\u003e\n\u003cp\u003eはい。ブレードを持ち上げると、バッテリーを車両の電気系統から完全に切り離し、暗電流をなくせるため、使用しない期間のバッテリー寿命を大幅に延ばせます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eこのスイッチはバッテリーのどこに取り付ければよいですか？\u003c\/h3\u003e\n\u003cp\u003e安全性を最大限に高めるため、必ずバッテリーの\u003cstrong\u003eマイナス（-）\u003c\/strong\u003e端子にバッテリーディスコネクトスイッチを取り付けてください。現在のマイナスケーブルを外し、スイッチを端子に取り付けた後、ケーブルをスイッチのもう一方の端に接続します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"🔋 1個セット（標準）","offer_id":48499125256404,"sku":"0327-19558998","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🚙 2個セット（デュアルバッテリー構成 20%お得）","offer_id":48499125289172,"sku":"0327-19559392","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🛠️ 4個セット（プロの整備士向け 30%お得）","offer_id":48499125321940,"sku":"0327-19553624","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/ed04c97a2e962ec9476bffd9cb765ff1.jpg?v=1787755708","url":"https:\/\/omurio.com\/ja\/products\/solid-brass-battery-disconnect-switch-rjc","provider":"Omurio","version":"1.0","type":"link"}