{"product_id":"g3540005-00000g55","title":"パウダービーズ®  額枕","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eパウダービーズ® 額枕 製品紹介\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* --- Design Tokens --- *\/\n        :root {\n            --main-blue: #006FC5;\n            --main-orange: #FF8800;\n            --bg-light-blue: #e6f3ff;\n            --bg-light-orange: #fff8e6;\n            --bg-gray: #f9fafb;\n            --text-black: #1f2937;\n            --text-red: #dc2626;\n            --border-gray: #f3f4f6;\n            --border-color: #d1d5db;\n        }\n\n        \/* --- Base Reset --- *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: var(--bg-gray);\n            color: var(--text-black);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n            box-sizing: border-box;\n            width: 100%;\n        }\n\n        \/* --- Typography --- *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            text-align: center;\n            margin-bottom: 2rem;\n            border-bottom: 4px solid var(--main-orange);\n            padding-bottom: 12px;\n            display: block;\n            width: 100%;\n            line-height: 1.3;\n        }\n\n        @media (min-width: 768px) {\n            .h1-style { font-size: 2.5rem; text-align: left; }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            border-bottom: 2px solid var(--main-orange);\n            padding-bottom: 5px;\n            margin-top: 0;\n            margin-bottom: 1.5rem;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: var(--main-blue);\n            margin-bottom: 1rem;\n            margin-top: 1.5rem;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 1.5rem;\n            text-align: justify;\n        }\n\n        \/* --- Card Layout --- *\/\n        .product-card-body {\n            background-color: #ffffff;\n            padding: 24px 32px;\n            border-radius: 0 0 12px 12px;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            border: 1px solid var(--border-color);\n            border-top: none;\n            margin-bottom: 24px;\n        }\n\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            border-left: 8px solid var(--main-blue);\n            padding: 24px;\n            border-radius: 0 8px 8px 0;\n            margin-bottom: 1.5rem;\n            font-weight: 700;\n            color: var(--main-blue);\n        }\n\n        \/* --- Tabs System --- *\/\n        .tab-wrapper {\n            margin-top: 2rem;\n        }\n\n        .tabs-nav {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            padding: 0;\n            list-style: none;\n            background-color: #fff;\n            border: 1px solid var(--main-blue);\n            border-radius: 12px 12px 0 0;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n        }\n        .tabs-nav::-webkit-scrollbar {\n            display: none;\n        }\n\n        .tab-button {\n            flex: 1 0 auto;\n            min-width: 120px;\n            padding: 16px 8px;\n            cursor: pointer;\n            background-color: #ffffff;\n            border: none;\n            border-right: 1px solid var(--main-blue);\n            font-weight: 700;\n            text-align: center;\n            transition: all 0.3s ease;\n            font-size: 1rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            white-space: nowrap;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: var(--main-blue);\n            color: #ffffff;\n        }\n\n        .tab-content {\n            display: none;\n            animation: fadeIn 0.4s ease;\n        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* --- Table Style --- *\/\n        .data-table-wrapper {\n            width: 100%;\n            margin-top: 1rem;\n            border-radius: 8px;\n            border: 1px solid #ddd;\n            overflow: hidden;\n        }\n\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            table-layout: fixed;\n        }\n\n        .data-table th, .data-table td {\n            padding: 12px 15px;\n            border: 1px solid #ddd;\n            font-size: 1.1rem;\n            text-align: left;\n            word-break: break-all;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #ffffff;\n            width: 35%;\n            font-weight: 700;\n        }\n\n        .data-table td {\n            background-color: #ffffff;\n        }\n\n        @media (min-width: 768px) {\n            .data-table th, .data-table td {\n                font-size: 1.25rem;\n            }\n        }\n\n        \/* --- Link Style --- *\/\n        .product-link {\n            color: var(--main-blue);\n            font-weight: 700;\n            text-decoration: underline;\n        }\n        .product-link:hover {\n            color: var(--main-orange);\n        }\n\n        \/* --- Footer Notes --- *\/\n        .footer-important-notes {\n            background-color: var(--bg-light-orange);\n            padding: 24px;\n            border-radius: 10px;\n            border: 2px solid var(--main-orange);\n            margin-top: 40px;\n            text-align: center;\n        }\n\n        .footer-important-notes p {\n            color: var(--text-red);\n            font-weight: 700;\n            margin: 8px 0;\n            font-size: 1.1rem;\n            line-height: 1.6;\n        }\n\n        @media (min-width: 768px) {\n            .footer-important-notes p {\n                font-size: 1.25rem;\n            }\n        }\n\n        \/* --- Responsive Tweaks --- *\/\n        @media (max-width: 640px) {\n            .product-card-body { padding: 16px 20px; }\n            .text-main, .blue-box p, .footer-important-notes p { font-size: 1.1rem; }\n            .h2-style { font-size: 1.4rem; }\n            .tab-button { min-width: 100px; font-size: 0.85rem; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title Section --\u003e\n    \u003cheader\u003e\n        \u003ch1 class=\"h1-style\"\u003e\n            パウダービーズ® 額枕｜額の跡が残りにくい肌あたりの良い額枕\n        \u003c\/h1\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-wrapper\"\u003e\n        \u003cnav class=\"tabs-nav\" role=\"tablist\"\u003e\n            \u003cdiv class=\"tab-button active\" onclick=\"showTab(0)\" role=\"tab\"\u003e製品特長\u003c\/div\u003e\n            \u003cdiv class=\"tab-button\" onclick=\"showTab(1)\" role=\"tab\"\u003e構造・カバー\u003c\/div\u003e\n            \u003cdiv class=\"tab-button\" onclick=\"showTab(2)\" role=\"tab\"\u003e製品詳細情報\u003c\/div\u003e\n        \u003c\/nav\u003e\n\n        \u003c!-- Tab Contents --\u003e\n        \n        \u003c!-- Tab 0: 製品特長 --\u003e\n        \u003cdiv id=\"tab-0\" class=\"tab-content active\" role=\"tabpanel\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e跡が残りにくい心地よい肌当たり\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    パウダービーズ® 額枕は中に流動性がある「パウダービーズ®」を採用した額枕です。患者さまの顔の形に合わせてビーズが自在に動くため、一点に圧力が集中するのを防ぎます。額に跡が残りにくく、額が当たる面は伸縮があり、やわらかい生地で額に跡が残りにくく肌あたりのよい枕です。額が当たる面以外は非伸縮で、圧を逃がさず滑りにくい生地になっています。\n                \u003c\/p\u003e\n                \u003cdiv class=\"blue-box\"\u003e\n                    \u003cp class=\"text-main\" style=\"margin-bottom:0;\"\u003e\n                        パウダービーズ®が, 一人ひとりの額の形状に優しくフィット。跡が残りにくく、施術用の枕として活用しやすい商品です。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"h2-style\" style=\"margin-top: 2rem;\"\u003e工夫された構造\u003c\/h2\u003e\n                \u003ch3 class=\"h3-style\"\u003e心地よい伸縮性のナイロン素材\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    パウダービーズ® 額枕の上面には、伸縮性に富んだナイロン85％、ポリウレタン15％の混紡生地を採用しました。このしなやかな生地がビーズの流動性を最大限に引き出し、柔らかな感触を生み出します。\n                \u003c\/p\u003e\n                \u003ch3 class=\"h3-style\"\u003e安定感を生む底面・側面\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    底面と側面には、型崩れを防ぎ安定した設置を可能にする綿100%素材を使用しています。柔らかな感触を維持しつつ、土台としての安定感を両立させた設計です。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 1: 使いやすさの秘密 --\u003e\n        \u003cdiv id=\"tab-1\" class=\"tab-content\" role=\"tabpanel\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e衛生管理と実用性を両立\u003c\/h2\u003e\n                \u003ch3 class=\"h3-style\"\u003e手洗い可能な専用カバー\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    別売りの専用カバーのみ「手洗い」が可能です。枕本体の洗濯はできかねます。\n                \u003c\/p\u003e\n                \u003ch3 class=\"h3-style\"\u003e安全性に配慮した設計\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    本製品の本体に付いているチャックは、ビーズの漏れ出しを防ぐため、開封できない仕様となっています。誤って中材が飛び出す心配がなく、カバーを交換することで衛生を保ちます。\n                \u003c\/p\u003e\n\n                \u003ch3 class=\"h3-style\"\u003e専用カバーのご案内\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    カバーは別売りとなりますのでご注意ください。\u003cbr\u003e\n                    \u003ca href=\"https:\/\/ec.daiyak.co.jp\/products\/g3540021\" target=\"_blank\" class=\"product-link\"\u003e専用カバーはこちら\u003c\/a\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 2: 製品詳細情報 --\u003e\n        \u003cdiv id=\"tab-2\" class=\"tab-content\" role=\"tabpanel\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e製品詳細情報\u003c\/h2\u003e\n                \n                \u003ch3 class=\"h3-style\" style=\"margin-top: 0;\"\u003e本体・素材仕様\u003c\/h3\u003e\n                \u003cdiv class=\"data-table-wrapper\"\u003e\n                    \u003ctable class=\"data-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n\u003cth\u003e製品名\u003c\/th\u003e\n\u003ctd\u003eパウダービーズ® 額枕\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth\u003eサイズ\u003c\/th\u003e\n\u003ctd\u003e約横35cm × 縦15cm × 高さ9cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth\u003e素材（上面）\u003c\/th\u003e\n\u003ctd\u003eナイロン85％、ポリウレタン15％\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth\u003e素材（底・側面）\u003c\/th\u003e\n\u003ctd\u003e綿100%\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth\u003e中材\u003c\/th\u003e\n\u003ctd\u003eパウダービーズ®（発泡ポリスチレン）\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth\u003eカラー\u003c\/th\u003e\n\u003ctd\u003eブラウン\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth\u003e製造\u003c\/th\u003e\n\u003ctd\u003e日本製\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n\n                        \n                    \n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer Important Notes --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e※カバーは別売りです。\u003c\/p\u003e\n        \u003cp\u003e※本体のチャックは仕様上、開封できません。無理に開けようとしないでください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n    function showTab(index) {\n        \/\/ 全コンテンツとボタンのactiveクラスを解除\n        const buttons = document.querySelectorAll('.tab-button');\n        const contents = document.querySelectorAll('.tab-content');\n\n        buttons.forEach(btn =\u003e btn.classList.remove('active'));\n        contents.forEach(content =\u003e content.classList.remove('active'));\n\n        \/\/ 指定されたインデックスをactiveにする\n        if (buttons[index]) buttons[index].classList.add('active');\n        if (contents[index]) contents[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"ﾌﾞﾗｳﾝ \/ 15×35×9cm","offer_id":46458734051485,"sku":"3540005-00000G55","price":1663.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/1080_5a8cafc9-084a-4361-97b2-d16b6047048c.jpg?v=1781665183","url":"https:\/\/ec.daiyak.co.jp\/products\/g3540005-00000g55","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}