{"product_id":"g3540021-00063120","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                \u003c!-- 本体（額枕）のご案内を追加 --\u003e\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\/g3540005\" target=\"_blank\" class=\"product-link\"\u003eパウダービーズ® 額枕はこちら\u003c\/a\u003e\n                \u003c\/p\u003e\n                \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                    素材には、伸縮性と耐久性を考慮しナイロン85％、ポリウレタン15％の混紡生地を採用。日本製の枕カバーです。\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パウダービーズ® 額枕\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グリーン\/ブルー\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":"ﾌﾞﾙｰ","offer_id":46458713342109,"sku":"3540021-00063120","price":1475.0,"currency_code":"JPY","in_stock":true},{"title":"ｸﾞﾘｰﾝ","offer_id":46460890054813,"sku":"3540022-00063120","price":1475.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/159946_29a31ad3-3710-41e3-ac3a-072540ef9aa6.jpg?v=1781664389","url":"https:\/\/ec.daiyak.co.jp\/products\/g3540021-00063120","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}