{"product_id":"g3856011-00064063","title":"ワーデルCP","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ワーデル®CP 製品説明\u003c\/title\u003e\n    \n    \u003c!-- Noto Sans JP フォントの読み込み --\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n    \u003cstyle\u003e\n        \/* --- Design Guidelines Implementation --- *\/\n        :root {\n            --main-blue: #006FC5;\n            --main-orange: #FF8800;\n            --bg-light-blue: #e6f3ff;\n            --bg-light-orange: #fff8e6;\n            --bg-overall: #f9fafb;\n            --card-border: #f3f4f6;\n            --text-color: #333333;\n            --footer-bg: #fef3c7;\n            --footer-text: #dc2626;\n        }\n\n        \/* ページ全体のフォントをNoto Sans JPに統一 *\/\n        body, button, input, select, textarea, table, th, td {\n            font-family: 'Noto Sans JP', \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n        }\n\n        body {\n            background-color: var(--bg-overall);\n            color: var(--text-color);\n            margin: 0;\n            padding: 0;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            background-color: var(--bg-overall);\n            padding: 20px 0;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 2rem;\n            font-weight: 800;\n            border-bottom: 4px solid var(--main-orange);\n            margin: 0 20px 2rem;\n            padding-bottom: 8px;\n            line-height: 1.4;\n            text-align: center;\n        }\n        @media (min-width: 768px) {\n            .h1-style { font-size: 2.5rem; }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            border-bottom: 2px solid var(--main-orange);\n            margin: 2rem 0 1rem;\n            padding-bottom: 4px;\n        }\n\n        .h2-style:first-child {\n            margin-top: 0;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: var(--main-blue);\n            margin: 1.5rem 0 0.8rem;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 24px;\n        }\n\n        \/* Card Style *\/\n        .product-card-body {\n            background-color: #ffffff;\n            padding: 24px 32px;\n            border-radius: 12px;\n            border: 1px solid var(--card-border);\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n            margin-bottom: 24px;\n        }\n\n        \/* Tabs System *\/\n        .tab-nav {\n            display: flex;\n            flex-wrap: wrap;\n            margin-bottom: 24px;\n            border: 1px solid var(--main-blue);\n            border-radius: 8px;\n            overflow: hidden;\n            margin-left: 20px;\n            margin-right: 20px;\n        }\n\n        .tab-button {\n            flex-basis: 25%; \/* 4 tabs *\/\n            flex-grow: 1;\n            padding: 16px 8px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            text-align: center;\n            background-color: #fff;\n            color: #000;\n            border: none;\n            cursor: pointer;\n            transition: background-color 0.3s ease, color 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .tab-button:not(:last-child) {\n            border-right: 1px solid var(--main-blue);\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            margin-left: 20px;\n            margin-right: 20px;\n        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        \/* Blue Box Styling *\/\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            border-left: 8px solid var(--main-blue);\n            padding: 24px;\n            margin: 24px 0;\n            border-radius: 4px;\n        }\n\n        \/* Data Table Styling *\/\n        .data-table-container {\n            overflow-x: auto;\n            margin-top: 16px;\n            margin-bottom: 24px;\n        }\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .data-table th, .data-table td {\n            border: 1px solid #e5e7eb;\n            padding: 16px;\n            font-size: 1.25rem; \/* 20px *\/\n            text-align: center;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #fff;\n            font-weight: 700;\n        }\n\n        \/* Spec Table (Vertical Header) *\/\n        .spec-table th {\n            text-align: left;\n            width: 35%;\n        }\n        .spec-table td {\n            text-align: left;\n        }\n\n        .table-text {\n            font-size: 1.25rem; \/* 20px *\/\n        }\n\n        \/* Footer Warning *\/\n        .footer-important-notes {\n            background-color: var(--footer-bg);\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 40px;\n            text-align: center;\n            border: 1px solid #fbbf24;\n            margin-left: 20px;\n            margin-right: 20px;\n        }\n\n        .footer-important-notes p {\n            color: var(--footer-text);\n            font-weight: 700;\n            font-size: 1.25rem;\n            margin: 0;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .tab-button {\n                flex-basis: 50%;\n                font-size: 0.95rem;\n            }\n            .tab-button:nth-child(2) {\n                border-right: none;\n            }\n            .tab-button:nth-child(1), .tab-button:nth-child(2) {\n                border-bottom: 1px solid var(--main-blue);\n            }\n            .product-card-body {\n                padding: 16px;\n            }\n            .text-main {\n                font-size: 1.25rem;\n            }\n            .h2-style { font-size: 1.4rem; }\n            .h3-style { font-size: 1.25rem; }\n            .data-table th, .data-table td { padding: 10px; font-size: 1rem; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003ch1 class=\"h1-style\"\u003eワーデル®CP｜綿100%強撚糸により圧迫性・支持性が高い粘着性弾力包帯\u003c\/h1\u003e\n\n    \u003cdiv class=\"tab-nav\"\u003e\n        \u003cbutton class=\"tab-button active\" onclick=\"showTab(event, 'tab1')\"\u003e商品特徴\u003c\/button\u003e\n        \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab3')\"\u003e粘着・通気性\u003c\/button\u003e\n        \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab4')\"\u003e活用メリット\u003c\/button\u003e\n        \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab5')\"\u003e商品詳細情報\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 1: 商品特徴 --\u003e\n    \u003cdiv id=\"tab1\" class=\"tab-content active\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e強撚糸による高い伸縮性と支持力\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                粘着性弾力包帯であるワーデル®CPは、綿100%の強撚糸（きょうねんし）を用いた特殊織を採用しています。この独自の構造により、長さ方向への伸縮性を実現しました。\n            \u003c\/p\u003e\n            \u003cdiv class=\"blue-box\"\u003e\n                \u003cp class=\"text-main\" style=\"margin-bottom: 0; font-weight: bold; color: var(--main-blue);\"\u003e\n                    強撚糸による伸縮性が圧迫・支持を実現. 関節部位や屈曲部位も適確に固定します。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\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        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 3: 粘着・通気性 --\u003e\n    \u003cdiv id=\"tab3\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e高い接着力とムレにくさの両立\u003c\/h2\u003e\n\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                通気性が良いため装着中のムレを抑えます。激しい動きが加わる部位でも、安定した固定感を持続します。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 4: 活用メリット --\u003e\n    \u003cdiv id=\"tab4\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e操作性\u003c\/h2\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e天然素材の快適性\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                ベースとなる生地には肌に優しい綿100％を使用しています。基布色はベージュで、肌になじみ目立ちにくくなっています。4種類の幅があるので、使用する部位によってお選びいただけます。\n            \u003c\/p\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e確実な固定をサポート\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                圧迫固定や運動抑制、血管造影（アンギオ）後の圧迫など、粘着性弾力包帯として幅広い用途に対応可能です。剥離紙（セパレ－タ－）の1cm幅のロゴと5cmごとのラインで、長さやカット位置がわかりやすいです。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 5: 商品詳細情報 --\u003e\n    \u003cdiv id=\"tab5\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e商品詳細情報\u003c\/h2\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003e商品仕様\u003c\/h3\u003e\n            \u003cdiv class=\"data-table-container\"\u003e\n                \u003ctable class=\"data-table spec-table\"\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e商品名\u003c\/th\u003e\n                        \u003ctd class=\"table-text\"\u003eワーデル®CP\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e基布（素材）\u003c\/th\u003e\n                        \u003ctd class=\"table-text\"\u003e綿100％\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e粘着剤\u003c\/th\u003e\n                        \u003ctd class=\"table-text\"\u003eアクリル系（ラテックスフリー）\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eカラー\u003c\/th\u003e\n                        \u003ctd class=\"table-text\"\u003eベージュ\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003ch3 class=\"h3-style\"\u003eサイズ表\u003c\/h3\u003e\n            \u003cdiv class=\"data-table-container\"\u003e\n                \u003ctable class=\"data-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e品番\u003c\/th\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e入数\u003c\/th\u003e\n                            \u003cth\u003e色\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e385-6011\u003c\/td\u003e\n                            \u003ctd\u003e25.0mm × 5.0m\u003c\/td\u003e\n                            \u003ctd\u003e12巻\u003c\/td\u003e\n                            \u003ctd\u003eベージュ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e385-6012\u003c\/td\u003e\n                            \u003ctd\u003e38mm × 5m\u003c\/td\u003e\n                            \u003ctd\u003e8巻\u003c\/td\u003e\n                            \u003ctd\u003eベージュ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e385-6013\u003c\/td\u003e\n                            \u003ctd\u003e50mm × 5m\u003c\/td\u003e\n                            \u003ctd\u003e6巻\u003c\/td\u003e\n                            \u003ctd\u003eベージュ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e385-6014\u003c\/td\u003e\n                            \u003ctd\u003e75.0mm × 5.0m\u003c\/td\u003e\n                            \u003ctd\u003e4巻\u003c\/td\u003e\n                            \u003ctd\u003eベージュ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer Notes --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e医療関係者の方専売品となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/**\n     * タブ切り替え制御\n     *\/\n    function showTab(event, tabId) {\n        \/\/ 全てのコンテンツを非表示にする\n        const tabContents = document.getElementsByClassName(\"tab-content\");\n        for (let i = 0; i \u003c tabContents.length; i++) {\n            tabContents[i].classList.remove(\"active\");\n        }\n\n        \/\/ 全てのボタンのアクティブ状態を解除する\n        const tabButtons = document.getElementsByClassName(\"tab-button\");\n        for (let i = 0; i \u003c tabButtons.length; i++) {\n            tabButtons[i].classList.remove(\"active\");\n        }\n\n        \/\/ 選択されたターゲットを表示する\n        const targetContent = document.getElementById(tabId);\n        if (targetContent) {\n            targetContent.classList.add(\"active\");\n        }\n        \n        \/\/ クリックされたボタンをアクティブにする\n        if (event \u0026\u0026 event.currentTarget) {\n            event.currentTarget.classList.add('active');\n        }\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"25.0mm×5.0ｍ \/ 12巻 \/ ﾍﾞｰｼﾞｭ","offer_id":46458709999773,"sku":"3856011-00064063","price":3121.0,"currency_code":"JPY","in_stock":true},{"title":"38mm×5m \/ 8巻 \/ ﾍﾞｰｼﾞｭ","offer_id":46460996747421,"sku":"3856012-00064063","price":3121.0,"currency_code":"JPY","in_stock":true},{"title":"50mm×5m \/ 6巻 \/ ﾍﾞｰｼﾞｭ","offer_id":46460997009565,"sku":"3856013-00064063","price":3121.0,"currency_code":"JPY","in_stock":true},{"title":"75.0mm×5.0ｍ \/ 4巻 \/ ﾍﾞｰｼﾞｭ","offer_id":46460997140637,"sku":"3856014-00064063","price":3121.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/288234_5113e0b4-dd5a-4229-8769-57f5800e56a7.png?v=1781665550","url":"https:\/\/ec.daiyak.co.jp\/products\/g3856011-00064063","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}