{"product_id":"heavy-duty-wireless-relay-switch-rjc","title":"ヘビーデューティー ワイヤレスリレースイッチ","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Electronic Component \/ Smart Home (30A RF Wireless Relay Switch)\nTarget Audience: DIY Enthusiasts, Homeowners, Electricians\nVisual Style: Industrial \/ Technical (Sturdy, Reliable, High-Tech)\nColor Strategy: Deep Charcoal (--text-main) with Electric Blue accents (--primary) and crisp White\/Light Grey backgrounds. High contrast for readability.\nShape Strategy: Radius 8px (Hard but not sharp, conveying industrial durability and modern tech)\nTypography Strategy: Large Type \/ Mobile-first readable. Clear sans-serif hierarchy.\nMobile Table Strategy: Card-based (No horizontal scroll, full-width rows with data-labels)\nImage Mapping: Hero=image_1, Power=image_2, Range=image_3, Security=image_4, Versatility=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n            --primary: #0056b3;\n            --primary-light: #e6f0fa;\n            --text-main: #1a1a1a;\n            --text-sub: #4a4a4a;\n            --bg-body: #ffffff;\n            --bg-card: #f8f9fa;\n            --border-color: #e5e7eb;\n            --radius-md: 8px;\n            --radius-lg: 12px;\n            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n            --gap-responsive: clamp(2rem, 5vw, 4rem);\n        }\n\n        \/* Global Resets \u0026 Typography *\/\n        .product-detail-container {\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            box-sizing: border-box;\n        }\n\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            line-height: 1.2;\n            margin: 0 0 1rem 0;\n            font-weight: 800;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3vw, 32px);\n            line-height: 1.3;\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            margin: 0 0 1rem 0;\n            font-weight: 600;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        .product-detail-container ul {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            padding-left: 1.5rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .product-detail-container li {\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Static Visual Badge (Non-clickable) *\/\n        .visual-badge {\n            display: inline-block;\n            background-color: var(--primary-light);\n            color: var(--primary);\n            padding: 8px 16px;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 1rem;\n            user-select: none;\n        }\n\n        \/* Image Protocol *\/\n        .img-wrapper {\n            width: 100%;\n            display: block;\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n            position: relative;\n        }\n\n        .img-wrapper img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        .placeholder {\n            width: 100%;\n            aspect-ratio: 4\/3;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 2px dashed #cbd5e1;\n            color: #64748b;\n            font-size: 18px;\n            font-weight: bold;\n            background-color: #f1f5f9;\n            border-radius: var(--radius-lg);\n        }\n\n        \/* Layout Sections *\/\n        .hero-section {\n            padding: var(--gap-responsive) 0;\n            text-align: center;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .hero-section .social-proof {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--primary);\n            margin-top: 1.5rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .feature-section {\n            padding: var(--gap-responsive) 0;\n            display: flex;\n            flex-direction: column;\n            gap: var(--gap-responsive);\n        }\n\n        .feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Media first, copy second *\/\n            gap: 2rem;\n            align-items: center;\n        }\n\n        .feature-media, .feature-copy {\n            width: 100%;\n        }\n\n        \/* Desktop Z-Pattern Enhancement *\/\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row;\n                gap: 4rem;\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media, .feature-copy {\n                flex: 1;\n            }\n        }\n\n        \/* Specifications Table (Strict Rules applied) *\/\n        .specs-section {\n            padding: var(--gap-responsive) 0;\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            margin: var(--gap-responsive) 0;\n            padding-left: clamp(1.5rem, 3vw, 3rem);\n            padding-right: clamp(1.5rem, 3vw, 3rem);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 2rem;\n        }\n\n        .specs-table th, .specs-table td {\n            text-align: left;\n            padding: 1.25rem;\n            font-size: 18px;\n        }\n\n        .specs-table thead {\n            background-color: var(--primary);\n            color: white;\n        }\n\n        .specs-table th:first-child {\n            border-top-left-radius: var(--radius-md);\n        }\n        .specs-table th:last-child {\n            border-top-right-radius: var(--radius-md);\n        }\n\n        \/* Mobile Card-based Table Lock *\/\n        @media (max-width: 767px) {\n            .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .specs-table thead {\n                display: none;\n            }\n            .specs-table tr {\n                background-color: var(--bg-body);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                box-shadow: var(--shadow-sm);\n            }\n            .specs-table td {\n                display: flex;\n                flex-direction: column;\n                align-items: flex-start;\n                padding: 1rem 1.25rem;\n                border-bottom: 1px solid var(--border-color);\n                color: var(--text-sub);\n            }\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-bottom: 0.25rem;\n                font-size: 16px;\n            }\n        }\n        @media (min-width: 768px) {\n            .specs-table tbody tr {\n                background-color: var(--bg-body);\n                border-bottom: 1px solid var(--border-color);\n            }\n            .specs-table tbody tr:nth-child(even) {\n                background-color: rgba(0,0,0,0.02);\n            }\n            .specs-table td {\n                color: var(--text-sub);\n            }\n            .specs-table td:first-child {\n                font-weight: 600;\n                color: var(--text-main);\n                width: 40%;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            padding: var(--gap-responsive) 0;\n            border-top: 1px solid var(--border-color);\n        }\n\n        .faq-item {\n            margin-bottom: 2rem;\n            background-color: var(--bg-card);\n            padding: clamp(1.5rem, 3vw, 2.5rem);\n            border-radius: var(--radius-lg);\n        }\n\n        .faq-item h3 {\n            color: var(--primary);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n        \n        .faq-item h3::before {\n            content: \"Q.\";\n            font-size: 1.2em;\n            line-height: 1;\n        }\n\n        .faq-item p {\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"visual-badge\"\u003e産業グレードの信頼性\u003c\/span\u003e\n\u003ch1\u003eヘビーデューティー30A RFワイヤレスリモートリレースイッチ\u003c\/h1\u003e\n\n\u003ch2\u003e壁やドアを通して328フィート離れた高出力機器を簡単に操作可能。\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e✓ DIY愛好家とプロの電気技師に信頼されています\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: clamp(2rem, 4vw, 3rem);\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324152326\/992de44d9243a31f25a4e859e4a97c0a.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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324152325\/fe8b4a4c621c8167f9c4ad9f1eeb43ff.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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e比類なき30Aスイッチングパワー\u003c\/h3\u003e\n\n\u003cp\u003e30Aのスイッチング容量を持つ堅牢な内蔵電力リレーを装備。このコントローラーは優れたスイッチング性能を提供し、重い電気負荷下でも安定かつ信頼性の高い動作を保証します。\u003c\/p\u003e\n\n\u003cp\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-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324152325\/da889cd27b101ce066fa1e34b47e3e8e.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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e328フィートのRF範囲で壁を貫通\u003c\/h3\u003e\n\n\u003cp\u003e高度なRF技術により、遠距離からデバイスを制御可能。壁や床、頑丈なドアも難なく通過する信頼性の高い信号を体験してください。\u003c\/p\u003e\n\n\u003cp\u003e障害物なしで100フィートから328フィート（約30メートルから100メートル）の有効動作範囲により、リビングルームの快適さから屋外照明やガレージ機器をオンにできます。\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-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324152325\/413f33f692a143ec4f6c86d7f79b2ed2.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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e高レベルのセキュリティ＆簡単な再学習モード\u003c\/h3\u003e\n\n\u003cp\u003eセキュリティは最重要です。インテリジェント学習コードシステムは非常に低い繰り返し率を誇り、不正または重複した信号から回路を保護します。\u003c\/p\u003e\n\n\u003cp\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-wrapper\"\u003e\n\u003cdiv class=\"placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324153605\/0eff0049cc3bd5d4b23964047a8865f9.jpeg\"\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e無限のDIYオートメーションの可能性\u003c\/h3\u003e\n\n\u003cp\u003e設置は簡単です：ワイヤレスRFスイッチを電源とデバイスの間に配線するだけで完了します。特定のプロジェクトのニーズに応じて動作モードを完全にカスタマイズできます。\u003c\/p\u003e\n\n\u003cp\u003eホリデーライトのディスプレイ、小型家電、エアコンから電動ゲートや産業用セキュリティアラームまで、このモジュールは真剣なDIY愛好家に無限の遊び方を提供します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003e技術仕様\u003c\/h2\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 details\"\u003eAC 90V - 256V\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 details\"\u003e315MHz \/ 433MHz\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 details\"\u003e≤10mA\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 details\"\u003e3000W\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 details\"\u003e30アンペア（ヘビーデューティー）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRF無線範囲\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification details\"\u003e100フィート - 328フィート \/ 30.5メートル - 100.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=\"Specification details\"\u003e約3.1 × 2.4 × 1.2インチ \/ 8.0 × 6.0 × 3.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=\"Specification details\"\u003e約5.3オンス \/ 150.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=\"Specification details\"\u003e照明、エアコン、ヒーター、ポンプ、ショップバキューム、アラーム\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=\"faq-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem);\"\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eリモコンの信号は本当に厚い壁を通り抜けますか？\u003c\/h3\u003e\n\n\u003cp\u003eいいえ。このコントローラーは、壁、床、ドアなどの物理的障害物を通過するように特別に設計された強力なRF（無線周波数）技術を利用しています。コンクリートや金属のような密度の高い材料は最大範囲をわずかに減少させることがありますが、標準的な家庭や作業場の環境では非常に優れた性能を発揮します。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDIY初心者にとって設置は難しいですか？\u003c\/h3\u003e\n\n\u003cp\u003e設置は非常に簡単です。受信機を電源と制御したい機器の間に直接配線するだけです。ただし、このリレーは最大30Aの高電流を扱うため、基本的な電気安全知識を持つか、電気技師に相談することを強くお勧めします。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eリモコンを紛失したらどうなりますか？\u003c\/h3\u003e\n\n\u003cp\u003eシステムから永久にロックアウトされることはありません。受信機は非常に安全な学習コードプロトコルを備えています。リモコンを紛失した場合は、受信機の「再学習」モードを起動して古いセキュリティコードを削除し、新しい交換用リモコンを簡単にペアリングできます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"標準レンジ（100m \/ 328フィート）","offer_id":47974883197140,"sku":"0326-3222951","price":12.95,"currency_code":"USD","in_stock":true},{"title":"長距離レンジ（1000m \/ 3280フィート）","offer_id":47974883229908,"sku":"0326-3229845","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/992de44d9243a31f25a4e859e4a97c0a_e9631b83-e29c-4716-b539-7f3ed185d81b.jpg?v=1779520365","url":"https:\/\/omurio.com\/ja\/products\/heavy-duty-wireless-relay-switch-rjc","provider":"Omurio","version":"1.0","type":"link"}