{"product_id":"g0001253-00929642","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    \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-pale-blue: #e6f3ff;\n            --bg-pale-orange: #fff8e6;\n            --bg-overall: #f9fafb;\n            --white: #ffffff;\n            --border-color: #d1d5db;\n            --warning-bg: #fff9d6; \/* 指定のクリーム色 *\/\n            --warning-text: #dc2626; \/* 赤色の文字 *\/\n        }\n\n        \/* --- Base Reset \u0026 Layout --- *\/\n        body {\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-overall);\n            font-family: \"Noto Sans JP\", \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Yu Gothic\", Meiryo, sans-serif;\n            color: #1f2937;\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: #111827;\n            border-bottom: 4px solid var(--main-orange);\n            margin-bottom: 2rem;\n            padding-bottom: 12px;\n            text-align: center;\n            line-height: 1.4;\n            display: inline-block;\n            width: 100%;\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: #111827;\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: hidden;\n            flex-wrap: wrap;\n        }\n\n        .tab-button {\n            flex: 1 1 25%;\n            min-width: 100px;\n            padding: 16px 4px;\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            box-sizing: border-box;\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            }\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        .custom-blue-box {\n            background-color: var(--bg-pale-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        .custom-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 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: #fff;\n            font-weight: 700;\n            width: 35%;\n        }\n\n        .size-table-header {\n            text-align: center !important;\n            background-color: var(--main-blue);\n            color: #fff;\n            font-weight: 700;\n        }\n        .size-table-cell {\n            text-align: center !important;\n        }\n\n        @media (min-width: 768px) {\n            .data-table th, .data-table td {\n                font-size: 1.25rem;\n            }\n        }\n\n        \/* --- Footer Notice --- *\/\n        .footer-notice-box {\n            background-color: var(--warning-bg);\n            padding: 24px;\n            border: 2px solid var(--main-orange);\n            border-radius: 12px;\n            margin-top: 40px;\n            text-align: center;\n        }\n\n        .footer-notice-box p {\n            color: var(--warning-text);\n            margin: 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, .custom-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.8rem;\n                padding: 10px 4px; \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簡単成形で親指と手首をしっかり固定「サムキュア」\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        \u003cdiv id=\"tab-container\"\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=\"custom-blue-box\"\u003e\n                        \u003cp\u003e親指の付け根から手首までをトータルサポート。個々の形状にフィットさせることで、無駄な動きを抑制し、気になる部位の動きを制限します。\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch2 class=\"h2-style\" style=\"margin-top: 2rem;\"\u003e親指と手首をしっかり制限\u003c\/h2\u003e\n                    \u003ch3 class=\"h3-style\"\u003e形状にフィットして動きを制限\u003c\/h3\u003e\n                    \u003cp class=\"text-main\"\u003e\n                        親指の可動域を制限することで、知らず知らずのうちにかかってしまう親指、手首の負担を軽減します。HMシートで使う人に合わせて成形することでフィットしやすく、親指と手首の両方の動きを制限します。\n                    \u003c\/p\u003e\n                    \u003ch3 class=\"h3-style\"\u003eHMシートの成形方法\u003c\/h3\u003e\n                    \u003cp class=\"text-main\"\u003e\n                        ①50～60℃のお湯に袋ごと1～2分浸します。\u003cbr\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                    \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                        本製品は左右兼用モデルとなっており、どちらの手にもスムーズに装着可能です。急なトラブルの際にも左右を気にせずすぐにお使いいただける利便性を追求しました。\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-recommend\" style=\"margin-top: 0;\"\u003e■こんな方にオススメ\u003c\/h2\u003e\n                    \u003cul class=\"recommend-list\"\u003e\n                        \u003cli\u003e\u003cstrong\u003e親指と手首を固定したい方\u003c\/strong\u003e\u003c\/li\u003e\n                        \u003cli\u003e\u003cstrong\u003e手首の負担を軽減したい方\u003c\/strong\u003e\u003c\/li\u003e\n                        \u003cli\u003e\u003cstrong\u003e目立ちにくさを重視する方\u003c\/strong\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                \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\"\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\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                                \u003ctr\u003e\n\u003cth\u003e全長\u003c\/th\u003e\n\u003ctd\u003e21㎝\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003cth\u003e高さ\u003c\/th\u003e\n\u003ctd\u003eM：18.2㎝、S：16.7㎝\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 class=\"size-table-header\" style=\"width: 22%;\"\u003e品番\u003c\/th\u003e\n                                    \u003cth class=\"size-table-header\" style=\"width: 14%;\"\u003eサイズ\u003c\/th\u003e\n                                    \u003cth class=\"size-table-header\" style=\"width: 32%;\"\u003e指先から手首\u003c\/th\u003e\n                                    \u003cth class=\"size-table-header\" style=\"width: 32%;\"\u003e手首周囲\u003c\/th\u003e\n                                \u003c\/tr\u003e\n                            \u003c\/thead\u003e\n                            \u003ctbody\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"size-table-cell\"\u003e000-1253\u003c\/td\u003e\n                                    \u003ctd class=\"size-table-cell\"\u003eM\u003c\/td\u003e\n                                    \u003ctd class=\"size-table-cell\"\u003e12〜15cm\u003c\/td\u003e\n                                    \u003ctd class=\"size-table-cell\"\u003e13〜20cm\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"size-table-cell\"\u003e000-1254\u003c\/td\u003e\n                                    \u003ctd class=\"size-table-cell\"\u003eS\u003c\/td\u003e\n                                    \u003ctd class=\"size-table-cell\"\u003e9.5〜12.5cm\u003c\/td\u003e\n                                    \u003ctd class=\"size-table-cell\"\u003e13〜20cm\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\/div\u003e\n    \u003c\/div\u003e\n\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":"M \/ 12～15cm \/ 13～20cm","offer_id":47172197253277,"sku":"0001253-00929642","price":1430.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 9.5～12.5cm \/ 13～20cm","offer_id":47172833935517,"sku":"0001254-00929642","price":1430.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/01_1080x1080_4173f06c-8af3-46dc-b731-f204c33ad409.jpg?v=1781667429","url":"https:\/\/ec.daiyak.co.jp\/products\/g0001253-00929642","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}