{"product_id":"g0004042-00000g55","title":"MPスタビライザー","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\u003eMPスタビライザー 製品紹介\u003c\/title\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;900\u0026amp;display=swap\" rel=\"stylesheet\"\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: \"Noto Sans JP\", \"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            border: 1px solid #d1d5db;\n            border-top: none;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\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 4px;\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 8px;\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.85rem;\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樹脂ステーと内蔵式クロスベルトで親指の反り返りをしっかり制限「MPスタビライザー」\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\"\u003e母指MP関節を的確にサポートする親指サポーター\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    「MPスタビライザー」は、母指MP関節のトラブルにお悩みの方へ向けて開発、リニューアルしました。最大の特徴は、親指の過度な反り返りを抑えるダブルの制限構造。樹脂ステーと内蔵式のクロスベルトを組み合わせることで、親指の付け根をしっかりと安定させます。指先がフリーな形状のため、スマートフォンの操作やスポーツ時の細かな動作を妨げにくいサポーターになっています。\n                \u003c\/p\u003e\n                \u003cdiv class=\"blue-box\"\u003e\n                    \u003cp\u003e親指の反り返り制限に配慮した独自の設計。日常生活からスポーツシーンにもおすすめ。\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003ch2 class=\"h2-style\" style=\"margin-top: 2rem;\"\u003e樹脂ステーとベルトによる2段階の制限\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                    ベルトを内蔵式にすることで、装着時も邪魔になりにくい設計です。クロス状に配置されたベルトが母指MP関節を効率的に包み込み、親指が反り返りにくいよう制限します。引っ張る力によって制限力の調整も可能です。\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                    手首部分と親指部分を止めるだけのシンプルな装着方法です。本体の手首部分には、簡単に装着できるフックがついており、片手でも簡単に装着することができます。クロスベルトの引き具合を調整することで、自分に合った適切なサポート感を得ることができます。左右兼用のため、どちらの親指にトラブルが発生してもすぐに対応可能です。\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 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スポーツ時に使いたい\u003c\/li\u003e\n                    \u003cli\u003e着脱可能なステーでサポート力を調整したい方\u003c\/li\u003e\n                    \u003cli\u003eMP関節のトラブルでお悩みの方\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                \u003ch3 class=\"h3-style\"\u003e指先の自由を確保\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    親指の付け根（MP関節）はしっかりサポートしながら、指先は露出しているため、パソコンやスマートフォンの操作、家事、仕事などでも使いやすい設計になっています。\n                \u003c\/p\u003e\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\u003eMPスタビライザー\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                            \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-wrapper\"\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: 25%;\"\u003eサイズ\u003c\/th\u003e\n                                \u003cth style=\"width: 25%;\"\u003e親指周囲\u003c\/th\u003e\n                                \u003cth style=\"width: 25%;\"\u003e手首周囲\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e000-4102\u003c\/td\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e6～7.5cm\u003c\/td\u003e\n                                \u003ctd\u003e16～20cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e000-4103\u003c\/td\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e5～6cm\u003c\/td\u003e\n                                \u003ctd\u003e13～16cm\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※本製品は左右兼用です。\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 \/ ﾌﾞﾗｯｸ \/ 16cm～20cm","offer_id":46458557563037,"sku":"0004042-00000G55","price":1742.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ﾌﾞﾗｯｸ \/ 13～16cm","offer_id":46460134916253,"sku":"0004043-00000G55","price":1742.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G0004042_01_b3fe0eda-5dff-4181-b0d6-bfe3630b3605.jpg?v=1781662367","url":"https:\/\/ec.daiyak.co.jp\/products\/g0004042-00000g55","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}