{"product_id":"tool-free-child-safety-lock-rjc","title":"工具不要のチャイルドセーフティロック","description":"\u003cstyle type=\"text\/css\"\u003e\/* =======================================================================\n       1) デザインシステム（CSS変数）\n       ======================================================================= *\/\n    .product-detail-container {\n      --primary: #0077b6;\n      --primary-hover: #005f8f;\n      --accent: #48cae4;\n      --text-main: #1d3557;\n      --text-sub: #457b9d;\n      --bg-body: #ffffff;\n      --bg-card: #f4f8fb;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 32px rgba(0, 119, 182, 0.08);\n      --border-color: #e2e8f0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\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      line-height: 1.7;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* =======================================================================\n       0) タイポグラフィと間隔のシステム\n       ======================================================================= *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      font-weight: 800;\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      margin-bottom: 1rem;\n      font-weight: 700;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      margin-bottom: 0.8rem;\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-bottom: 1.5rem;\n    }\n\n    .product-detail-container .text-small {\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n\n    .pd-section {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* =======================================================================\n       バッジ（クリックできないUI要素）\n       ======================================================================= *\/\n    .badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .pd-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--bg-card);\n      color: var(--primary);\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-size: clamp(16px, 1.8vw, 18px);\n      font-weight: 600;\n      border: 1px solid rgba(0, 119, 182, 0.1);\n    }\n\n    \/* =======================================================================\n       2) 画像とメディアの仕様（歪み防止プレースホルダー）\n       ======================================================================= *\/\n    .image-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #f8f9fa;\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      color: #6c757d;\n      font-weight: bold;\n      font-size: 18px;\n    }\n\n    \/* =======================================================================\n       B) モバイル表示順の固定とデスクトップZパターン\n       ======================================================================= *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* モバイル優先：厳密に上から下へ *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 6rem);\n    }\n\n    .feature-media {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* デスクトップ：Zパターン *\/\n        align-items: center;\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    \/* =======================================================================\n       C) 仕様表（モバイルではカード形式、横スクロールなし）\n       ======================================================================= *\/\n    .pd-table-wrapper {\n      background: var(--bg-body);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      border: 1px solid var(--border-color);\n      padding: clamp(1rem, 3vw, 2rem);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 1.2rem;\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n\n    .pd-table th {\n      background: var(--bg-card);\n      font-weight: 700;\n      color: var(--text-main);\n      border-bottom: 2px solid var(--border-color);\n    }\n\n    .pd-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table tr:last-child {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none; \/* モバイルでは見出しを非表示 *\/\n      }\n      .pd-table tr {\n        background: var(--bg-card);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n        border: 1px solid var(--border-color);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 0.5rem;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\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        padding-right: 1rem;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* =======================================================================\n       FAQセクション\n       ======================================================================= *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n    }\n    .faq-item h3 {\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    .faq-item p {\n      margin-bottom: 0;\n    }\n    \n    \/* 特定ブロックの中央揃え *\/\n    .text-center {\n      text-align: center;\n    }\n    .hero-section {\n      text-align: center;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n    .hero-section .badge-group {\n      justify-content: center;\n    }\n\u003c\/style\u003e\n \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AIデザインロジック]\n商品タイプ：お子様向け安全ドアロック\n対象：保護者、祖父母、保育従事者\nビジュアルスタイル：信頼感、清潔感、高級感、安全性\n配色戦略：信頼感のあるブルー（--primary）、コントラストを生むクリーンなホワイトとソフトグレーの背景\n形状戦略：半径20px（丸みを最大限にして、「子どもの安全」と「尖った部分がない」ことを心理的に表現）\nタイポグラフィ戦略：大きな文字／モバイル優先で読みやすく（H1は最大44px、本文は最大20px）\nモバイル表戦略：カード形式（横スクロールなし、data-label付きで厳密に縦積み）\n画像マッピング：ヒーロー=image_1、特徴=image_2～image_5\n--\u003e\u003c!-- =======================================================================\n       ヒーローセクション\n       ======================================================================= --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e10,000人以上の保護者に信頼されています\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e工具不要\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003e今すぐ、お子様を安全に。\u003c\/h1\u003e\n\n\u003cp\u003e工具も粘着剤も不要で、数秒で取り付けられる究極のドアロック。お子様の手が届かない高さにぴったり設置でき、ご自宅を傷つけることなく、すぐに安心をもたらします。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-media\" style=\"max-width: 800px; margin: 2rem auto 0;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img40\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407144233\/834bcfbd8387f097bdc245e03d239ff0.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=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img41\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407144233\/6bac40f1f5fc51f728b18ac704a3e2c7.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\u003ch2\u003e工具不要で瞬時に取り付け\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003e室内ドアに数秒でスライド装着。\u003c\/strong\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407144233\/a07e7d0feb49d0da2d32db807d2a5d6d.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\u003ch2\u003e両側から簡単に解除\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003e閉じ込められる心配はありません。\u003c\/strong\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407144233\/723f934e540a41e3acaf9512935cfaa3.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\u003ch2\u003e高品質で子どもに安全な構造\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003e長く使えるよう設計。\u003c\/strong\u003e耐久性に優れた無毒性ABS樹脂と、さびに強いステンレス製スプリングを採用。数千回の開閉サイクル試験を厳格に実施し、長期間使用してもひび割れたり、緩んだり、故障したりしないことを確認しています。\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260407144233\/87f1e4097a127e01d064a2736e0eb210.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\u003ch2\u003e幅広いドアに対応し、安心を提供\u003c\/h2\u003e\n\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!-- =======================================================================\n       仕様表（モバイルではカード形式）\n       ======================================================================= --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"text-center\"\u003e技術仕様\u003c\/h2\u003e\n\n\u003cp class=\"text-center\"\u003e高品質な素材を使用し、安全基準に厳密に準拠して製造されています。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-table-wrapper\"\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\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=\"仕様\"\u003e素材\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"メートル法\"\u003eABS樹脂＋ステンレス鋼\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"ヤード・ポンド法\"\u003eABS樹脂＋ステンレス鋼\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"仕様\"\u003e寸法（L x W x H）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"メートル法\"\u003e12.0 cm x 5.5 cm x 4.0 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"ヤード・ポンド法\"\u003e4.7 in x 2.2 in x 1.6 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"仕様\"\u003e本体重量\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"メートル法\"\u003e105.0 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"ヤード・ポンド法\"\u003e3.7 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"仕様\"\u003e対応サイズ\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"メートル法\"\u003e厚さ3.5 cmのドアに対応\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"ヤード・ポンド法\"\u003e厚さ1.38 inのドアに対応\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!-- =======================================================================\n       FAQセクション\n       ======================================================================= --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eよくあるご質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eこのロックは自宅のドアに取り付けられますか？\u003c\/h3\u003e\n\n\u003cp\u003eユニバーサルスプリングラッチ設計を採用しており、標準的な室内ドアのほとんど（厚さ約1.38 in／3.5 cm）に対応します。一般的な住宅のドア枠にしっかりと固定できます。\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\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\n","brand":"Snapfoli","offers":[{"title":"📦 1個パック (スターター)","offer_id":48645127995604,"sku":"0407-15521407","price":22.95,"currency_code":"USD","in_stock":true},{"title":"📦 2個パック (最も人気)","offer_id":48645128028372,"sku":"0407-15524309","price":43.95,"currency_code":"USD","in_stock":true},{"title":"📦 3個パック (家全体)","offer_id":48645128061140,"sku":"0407-15524397","price":63.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/834bcfbd8387f097bdc245e03d239ff0.jpg?v=1788950926","url":"https:\/\/omurio.com\/ja\/products\/tool-free-child-safety-lock-rjc","provider":"Omurio","version":"1.0","type":"link"}