{"product_id":"g0003076-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-gray: #f9fafb;\n            --border-color: #d1d5db;\n            --warning-bg: #fef3c7;\n            --warning-text: #dc2626;\n        }\n\n        \/* --- Base Reset \u0026 Layout --- *\/\n        body {\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-gray);\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            color: #333;\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 15px;\n            width: 100%;\n            box-sizing: border-box;\n        }\n\n        \/* --- Typography --- *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            color: #333;\n            border-bottom: 4px solid var(--main-orange);\n            margin-bottom: 2rem;\n            padding-bottom: 12px;\n            text-align: center;\n            line-height: 1.3;\n        }\n        @media (min-width: 768px) {\n            .h1-style { \n                font-size: 2.2rem; \n                text-align: left;\n            }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            color: #333;\n            border-bottom: 2px solid var(--main-orange);\n            margin: 1.5rem 0 1rem;\n            padding-bottom: 0.3rem;\n            display: inline-block;\n        }\n\n        .h2-recommend {\n            font-size: 1.875rem;\n            font-weight: 700;\n            border-bottom: 2px solid var(--main-orange);\n            margin: 2rem 0 1.5rem 0;\n            padding-bottom: 0.3rem;\n            display: block;\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: 1.5rem;\n            text-align: justify;\n        }\n\n        \/* チェックリストのスタイル *\/\n        .recommend-list {\n            list-style: none;\n            padding: 0;\n            margin: 1.5rem 0 2rem 0;\n        }\n        .recommend-list li {\n            position: relative;\n            padding-left: 3rem;\n            margin-bottom: 1.2rem;\n            font-size: 1.5625rem;\n            font-weight: 700;\n            line-height: 1.4;\n            display: flex;\n            align-items: flex-start;\n        }\n        .recommend-list li::before {\n            content: \"✔\";\n            position: absolute;\n            left: 0.5rem;\n            color: var(--main-orange);\n            font-weight: 900;\n            font-size: 1.8rem;\n        }\n\n        \/* --- Tab System --- *\/\n        .tab-wrapper {\n            margin-top: 2rem;\n        }\n\n        .tab-navigation {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            border: 1px solid var(--main-blue);\n            border-radius: 12px 12px 0 0;\n            background-color: #fff;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            flex-wrap: wrap;\n        }\n        .tab-navigation::-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: #fff;\n            color: #333;\n            border: none;\n            border-right: 1px solid var(--main-blue);\n            font-weight: bold;\n            font-size: 1rem;\n            transition: all 0.3s ease;\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: #fff;\n        }\n\n        @media (max-width: 767px) {\n            .tab-button {\n                flex-basis: 50%;\n                font-size: 0.85rem;\n                border-bottom: 1px solid var(--main-blue);\n            }\n            .tab-button:nth-child(even) {\n                border-right: none;\n            }\n            .tab-button:nth-last-child(-n+2) {\n                border-bottom: none;\n                flex-grow: 1;\n            }\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        \/* --- Components --- *\/\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            margin: 24px 0;\n            border-radius: 0 8px 8px 0;\n        }\n\n        .blue-box p {\n            margin: 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n            color: var(--main-blue);\n        }\n\n        \/* --- Tables --- *\/\n        .data-table-wrapper {\n            width: 100%;\n            margin-top: 24px;\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            background: #fff;\n            table-layout: fixed;\n        }\n\n        .data-table th, .data-table td {\n            padding: 12px 8px;\n            border: 1px solid #ddd;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #fff;\n            font-weight: 700;\n        }\n\n        .spec-table th {\n            text-align: left;\n            width: 35%;\n            padding-left: 15px;\n        }\n        .spec-table td {\n            text-align: left;\n            padding-left: 15px;\n        }\n\n        @media (min-width: 768px) {\n            .data-table th, .data-table td {\n                font-size: 1.25rem;\n                padding: 12px 16px;\n            }\n        }\n\n        \/* --- Footer --- *\/\n        .footer-notice-box {\n            background-color: var(--warning-bg);\n            padding: 24px;\n            border: 2px solid #fbbf24;\n            border-radius: 10px;\n            margin-top: 40px;\n            text-align: center;\n        }\n\n        .footer-notice-box p {\n            color: var(--warning-text);\n            margin: 4px 0;\n            font-weight: 700;\n            font-size: 1.25rem;\n            line-height: 1.6;\n        }\n\n        \/* --- Responsive Tweaks --- *\/\n        @media (max-width: 640px) {\n            .product-card-body { padding: 16px 20px; }\n            .text-main, .blue-box p, .footer-notice-box p, .recommend-list li { font-size: 1.1rem; }\n            .h2-style, .h2-recommend { font-size: 1.4rem; }\n            .data-table th, .data-table td { \n                font-size: 0.75rem; \/* 5列用に調整 *\/\n                padding: 10px 2px; \n            }\n            .recommend-list li::before { font-size: 1.4rem; }\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            隣の指を添え木代わりにして2本の指を一緒に固定する指サポーター「ツイン・ビー」\n        \u003c\/h1\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-wrapper\"\u003e\n        \u003cnav class=\"tab-navigation\" role=\"tablist\"\u003e\n            \u003cbutton class=\"tab-button active\" onclick=\"showTab(0)\" role=\"tab\"\u003e製品特長\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(1)\" role=\"tab\"\u003eサイズ・装着方法\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(2)\" role=\"tab\"\u003eおすすめの方\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(3)\" role=\"tab\"\u003e製品詳細情報\u003c\/button\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\"\u003e2本の指をしっかり固定\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    指のトラブル時、隣の指を添え木代わりにして2本の指を一緒に固定することができる指サポーターです。サポーター本体は立体的な台形型形状で指の形にフィット。付属のHMシートも指の形に合わせて成形することができるので、指の状態にあわせてしっかりサポートすることができます。\n                \u003c\/p\u003e\n                \u003cdiv class=\"blue-box\"\u003e\n                    \u003cp\u003e\n                        テーピングのかぶれ対策にもおすすめ。自分の指にあわせて成形でき、2本まとめて固定することで安定感を実現します。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003ch2 class=\"h2-style\" style=\"margin-top: 2rem;\"\u003eHMシートで自由自在に成形\u003c\/h2\u003e\n                \n                \u003ch3 class=\"h3-style\"\u003eオーダーメイド感覚のフィット感\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                   ツイン･ビーの特徴は、内蔵された「HMシート」にあります。この特殊シートは、50～60℃のお湯につけることで軟化し、冷えると固まる性質を持っています。ご自身の指の形や制限したい角度に合わせて成形が可能です。\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 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                \n                \u003ch3 class=\"h3-style\"\u003eお湯で温めて成形するだけ\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    内蔵されているHMシートは、お湯（50～60℃）につけると柔らかくなり、冷えると固まります。指の形に合わせてフィットさせることができるため、オーダーメイドのような装着感が得られます。\n                \u003c\/p\u003e\n\n                \u003ch3 class=\"h3-style\"\u003e選べる2サイズ展開\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    指の太さに合わせてLサイズとMサイズの2種類をご用意しました。計測の際は、固定したい2本の指を合わせた周囲の長さを基準にしてください。\u003cbr\u003e\n                    左右どちらの手でも使用可能な兼用タイプとなっており、ブラックのカラーがスポーツウェアにも馴染みます。\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                \u003c!-- こんな方にオススメセクション --\u003e\n                \u003ch2 class=\"h2-recommend\"\u003e■こんな方にオススメ\u003c\/h2\u003e\n                \u003cul class=\"recommend-list\"\u003e\n                    \u003cli\u003eテーピングによる肌の負担にお悩みの方\u003c\/li\u003e\n                    \u003cli\u003e指の動きを2本合わせて制限したい方\u003c\/li\u003e\n                    \u003cli\u003eスポーツ時使用したい方\u003c\/li\u003e\n                \u003c\/ul\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                \n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 3: 製品詳細情報 --\u003e\n        \u003cdiv id=\"tab-3\" 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 spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e製品名\u003c\/th\u003e\n                                \u003ctd\u003eツインビー（2本指固定サポーター）\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\u003e1枚（片手分・左右兼用）\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-wrapper\"\u003e\n                    \u003ctable class=\"data-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth style=\"width: 20%;\"\u003e品番\u003c\/th\u003e\n                                \u003cth style=\"width: 15%;\"\u003eサイズ\u003c\/th\u003e\n                                \u003cth style=\"width: 35%;\"\u003e指周囲（2本分）\u003c\/th\u003e\n                                \u003cth style=\"width: 15%;\"\u003e全長\u003c\/th\u003e\n                                \u003cth style=\"width: 15%;\"\u003e高さ\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e000-3076\u003c\/td\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e9.5～12cm\u003c\/td\u003e\n                                \u003ctd\u003e19.5cm\u003c\/td\u003e\n                                \u003ctd\u003e6.3cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e000-3077\u003c\/td\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e7～9.5cm\u003c\/td\u003e\n                                \u003ctd\u003e17.4cm\u003c\/td\u003e\n                                \u003ctd\u003e6.1cm\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\n    \u003c!-- Footer Important Notes --\u003e\n    \u003cdiv class=\"footer-notice-box\"\u003e\n        \u003cp\u003e※本製品は左右兼用です。\u003c\/p\u003e\n        \u003cp\u003e※本製品は1枚入りです。両手でご使用の場合は2点ご購入ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    function showTab(index) {\n        \/\/ 全コンテンツを非表示にする\n        const contents = document.querySelectorAll('.tab-content');\n        contents.forEach(content =\u003e content.classList.remove('active'));\n\n        \/\/ 全ボタンからactiveクラスを解除する\n        const buttons = document.querySelectorAll('.tab-button');\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n\n        \/\/ 選択されたタブを表示し、ボタンをactiveにする\n        const targetContent = document.getElementById('tab-' + index);\n        if (targetContent) {\n            targetContent.classList.add('active');\n        }\n        if (buttons[index]) {\n            buttons[index].classList.add('active');\n        }\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"L \/ 9.5～12cm","offer_id":47164360982685,"sku":"0003076-00000G55","price":871.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 7～9.5cm","offer_id":47164644917405,"sku":"0003077-00000G55","price":871.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/01_1080x1080_8b64753a-1e75-493a-be19-8bb9e64dd1e0.jpg?v=1781667059","url":"https:\/\/ec.daiyak.co.jp\/products\/g0003076-00000g55","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}