{"product_id":"g1207325-00000252","title":"ニトリートEBテープ","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ニトリートEBテープ 製品説明\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        \/* Base Styles *\/\n        :root {\n            --main-blue: #006FC5;\n            --main-orange: #FF8800;\n            --bg-light-blue: #e6f3ff;\n            --bg-overall: #f9fafb;\n            --footer-bg: #fef3c7;\n            --footer-border: #f59e0b;\n            --text-color: #333;\n            --white: #ffffff;\n            --border-gray: #d1d5db;\n            --warning-red: #dc2626;\n        }\n\n        body {\n            \/* フォントを Noto Sans JP に変更 *\/\n            font-family: 'Noto Sans JP', \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: var(--bg-overall);\n            color: var(--text-color);\n            margin: 0;\n            padding: 0;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            width: 100%;\n            margin: 0 auto;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid var(--main-orange);\n            margin-bottom: 2rem;\n            padding-bottom: 0.5rem;\n            text-align: center;\n            line-height: 1.4;\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 1.5rem;\n            padding-bottom: 0.3rem;\n            display: inline-block;\n            max-width: 100%;\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 1rem;\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            word-break: break-all;\n        }\n\n        \/* Layout Elements *\/\n        .product-card-body {\n            background: var(--white);\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-gray);\n            border-top: none;\n            margin-bottom: 2rem;\n            box-sizing: border-box;\n        }\n\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            border-left: 8px solid var(--main-blue);\n            padding: 24px;\n            margin: 2rem 0;\n            border-radius: 0 8px 8px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n            color: var(--main-blue);\n        }\n\n        \/* Tab System *\/\n        .tab-wrapper {\n            margin-bottom: 2rem;\n        }\n        .tab-navigation {\n            display: flex;\n            flex-wrap: nowrap;\n            gap: 2px;\n            background-color: #ddd;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n            width: 100%;\n        }\n        .tab-button {\n            flex: 1;\n            min-width: 0;\n            padding: 18px 5px;\n            border: none;\n            background-color: var(--white);\n            font-size: 1.1rem;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            line-height: 1.2;\n        }\n        .tab-button.active {\n            background-color: var(--main-blue);\n            color: var(--white);\n        }\n        .tab-content {\n            display: none;\n            animation: fadeIn 0.4s ease;\n        }\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        \/* Data Tables *\/\n        .data-table-container {\n            overflow-x: auto;\n            margin: 1.5rem 0;\n        }\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: var(--white);\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: var(--white);\n            padding: 12px 8px;\n            text-align: center;\n            font-size: 1.25rem; \/* 20px *\/\n            border: 1px solid var(--border-gray);\n            word-wrap: break-word;\n        }\n\n        .data-table td {\n            padding: 12px 8px;\n            font-size: 1.25rem; \/* 20px *\/\n            border: 1px solid var(--border-gray);\n            text-align: center;\n            word-wrap: break-word;\n        }\n\n        \/* Footer *\/\n        .footer-important-notes {\n            background-color: var(--footer-bg);\n            border: 2px solid var(--footer-border);\n            padding: 24px;\n            margin-top: 3rem;\n            border-radius: 8px;\n            box-sizing: border-box;\n        }\n        .footer-important-notes p {\n            color: var(--warning-red);\n            font-weight: 700;\n            margin: 0.5rem 0;\n            font-size: 1.5625rem; \/* 25px *\/\n            line-height: 1.6;\n        }\n\n        \/* Responsive Settings *\/\n        @media (max-width: 768px) {\n            .tab-navigation { flex-wrap: wrap; }\n            .tab-button {\n                flex-basis: 50%;\n                font-size: 0.9rem;\n                padding: 12px 4px;\n                border: 1px solid #eee;\n            }\n            .product-card-body {\n                padding: 16px;\n            }\n            .text-main, .blue-box {\n                font-size: 1.15rem;\n            }\n            .h2-style {\n                font-size: 1.4rem;\n            }\n            .h3-style {\n                font-size: 1.25rem;\n            }\n            .data-table th, .data-table td {\n                font-size: 0.85rem;\n                padding: 8px 4px;\n            }\n            .footer-important-notes p {\n                font-size: 1.15rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003eニトリートEBテープ｜伸びを最小限にとどめ、通気性を確保した固定用伸縮テープ\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-wrapper\"\u003e\n        \u003cnav class=\"tab-navigation\"\u003e\n            \u003cbutton class=\"tab-button active\" onclick=\"showTab(0)\"\u003e商品特長\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(1)\"\u003e機能性\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(2)\"\u003e使い方・用途\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(3)\"\u003eサイズ表\u003c\/button\u003e\n        \u003c\/nav\u003e\n\n        \u003c!-- Tab 0: 商品特長 --\u003e\n        \u003cdiv id=\"tab0\" class=\"tab-content active\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e必要最低限の伸縮性で、動きの大きい関節をしっかり制限\u003c\/h2\u003e\n                \u003cdiv class=\"text-main\"\u003e\n                    \u003cp\u003eニトリートEBテープは、厚手の伸縮性強撚布を使用した固定用伸縮テープです。通常の伸縮テープに比べて厚手の生地を採用し、伸びを最小限にとどめているので、テーピング後の過度な圧迫をかけすぎることを防ぎます。\u003c\/p\u003e\n                    \u003cp\u003e特に肩、膝、足首などの大きな関節において、筋肉の収縮、弛緩が大きな部位でその可動域を制限するために用いられます。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"blue-box\"\u003e\n                    必要最低限の伸びによりテーピング後の過度な圧迫を防ぎます。可動域の大きい関節の制限におすすめのテープです。\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 1: 機能性 --\u003e\n        \u003cdiv id=\"tab1\" 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=\"text-main\"\u003e\n                    \u003cp\u003eテープの表面にエンボス（凹凸）加工を施することで、皮膚との密着面積を適切に保ちつことで通気性を確保。蒸れにくい仕様になっています。\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003ch3 class=\"h3-style\"\u003e選べる幅で使いやすい\u003c\/h3\u003e\n                \u003cdiv class=\"text-main\"\u003e\n                    \u003cp\u003e幅が違う3種類をご用意。細くて使いやすい25㎜幅、汎用性が高い50㎜幅、大きな部位にも使用しやすい75㎜があるので、使用する部位や用途によってお選びいただけます。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 2: 使い方・用途 --\u003e\n        \u003cdiv id=\"tab2\" 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=\"text-main\"\u003e\n                    \u003cp\u003e固定したい部位の形状や可動域に合わせて巻いてください。皮膚を保護し、テープの剥がしやすさを向上させるため、部位や肌の状態によっては下巻にアンダーラップを巻いてからのご使用をおすすめします。\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003ch3 class=\"h3-style\"\u003e主な活用シーン\u003c\/h3\u003e\n                \u003cdiv class=\"text-main\"\u003e\n                    \u003cp\u003e・関節固定テーピングの基礎（ベース）として\u003cbr\u003e・急なトラブルの応急処置（アイシング後の固定など）\u003cbr\u003e・肩、膝など可動域が広い関節のサポート\u003c\/p\u003e\n                \u003c\/div\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                \u003cdiv class=\"data-table-container\"\u003e\n                    \u003ctable class=\"data-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth style=\"width: 35%;\"\u003e商品名\u003c\/th\u003e\n                                \u003ctd\u003eニトリートEBテープ\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                \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 style=\"width: 25%;\"\u003e品番\u003c\/th\u003e\n                                \u003cth style=\"width: 20%;\"\u003e種類\u003c\/th\u003e\n                                \u003cth style=\"width: 35%;\"\u003e規格（幅 × 伸長）\u003c\/th\u003e\n                                \u003cth style=\"width: 20%;\"\u003e入数\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e120-7325\u003c\/td\u003e\n                                \u003ctd\u003eEB-25\u003c\/td\u003e\n                                \u003ctd\u003e25mm × 4m\u003c\/td\u003e\n                                \u003ctd\u003e12巻\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e120-7350\u003c\/td\u003e\n                                \u003ctd\u003eEB-50\u003c\/td\u003e\n                                \u003ctd\u003e50mm × 4m\u003c\/td\u003e\n                                \u003ctd\u003e6巻\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e120-7375\u003c\/td\u003e\n                                \u003ctd\u003eEB-75\u003c\/td\u003e\n                                \u003ctd\u003e75mm × 4m\u003c\/td\u003e\n                                \u003ctd\u003e4巻\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    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/**\n     * タブ切り替え制御\n     * @param {number} index - タブのインデックス\n     *\/\n    function showTab(index) {\n        const contents = document.querySelectorAll('.tab-content');\n        const buttons = document.querySelectorAll('.tab-button');\n\n        contents.forEach(content =\u003e content.classList.remove('active'));\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n\n        const target = document.getElementById('tab' + index);\n        if (target) {\n            target.classList.add('active');\n            buttons[index].classList.add('active');\n        }\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"EB-25 \/ 25mm×4m \/ 12巻","offer_id":47505996841117,"sku":"1207325-00000252","price":2772.0,"currency_code":"JPY","in_stock":true},{"title":"EB-50 \/ 50mm×4m \/ 6巻","offer_id":47506333302941,"sku":"1207350-00000252","price":2772.0,"currency_code":"JPY","in_stock":true},{"title":"EB-75 \/ 75mm×4m \/ 4巻","offer_id":47506333335709,"sku":"1207375-00000252","price":2772.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G1207325_5CG1207325_01_1038b627-7f50-4601-95ef-3cf2e05136ce.png?v=1781664884","url":"https:\/\/ec.daiyak.co.jp\/products\/g1207325-00000252","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}