{"product_id":"g1011162-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    \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: 0.5rem;\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 1rem;\n            padding-bottom: 0.3rem;\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            margin-bottom: 1.5rem;\n        }\n\n        \/* Card Style *\/\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), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--card-border);\n            border-top: none;\n            margin-bottom: 2rem;\n        }\n\n        \/* Tabs System *\/\n        .tab-container {\n            margin: 0 20px;\n        }\n        .tab-navigation {\n            display: flex;\n            width: 100%;\n            background-color: #ffffff;\n            border-bottom: 2px solid var(--main-blue);\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n        .tab-button {\n            flex-basis: 25%; \/* 4 tabs *\/\n            padding: 15px 5px;\n            border: none;\n            background-color: #ffffff;\n            font-size: 1.1rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: background-color 0.3s, color 0.3s;\n            text-align: center;\n            border-top: 1px solid var(--card-border);\n            border-left: 1px solid var(--card-border);\n            border-right: 1px solid var(--card-border);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            color: var(--text-color);\n            font-family: inherit;\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        }\n        .tab-content.active {\n            display: block;\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        \/* Blue Box (Custom Box) *\/\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            border-left: 8px solid var(--main-blue);\n            padding: 20px;\n            margin: 1.5rem 0;\n            border-radius: 0 8px 8px 0;\n        }\n\n        .blue-box p {\n            font-size: 1.5625rem;\n            font-weight: 700;\n            color: var(--main-blue);\n            margin: 0;\n            line-height: 1.5;\n        }\n\n        \/* Table Style *\/\n        .data-table-container {\n            overflow-x: auto;\n            margin-top: 1rem;\n            margin-bottom: 1.5rem;\n        }\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #ffffff;\n            padding: 12px;\n            font-size: 1.25rem; \/* 20px *\/\n            border: 1px solid #e5e7eb;\n            font-weight: 700;\n        }\n        .data-table td {\n            padding: 12px;\n            border: 1px solid #e5e7eb;\n            font-size: 1.25rem; \/* 20px *\/\n            background-color: #ffffff;\n        }\n\n        \/* 2列のスペック用テーブル *\/\n        .spec-table th {\n            width: 35%;\n            text-align: left;\n        }\n        .spec-table td {\n            text-align: left;\n        }\n\n        \/* 多列のサイズ用テーブル（均等・自動幅調整） *\/\n        .size-table th, .size-table td {\n            text-align: center;\n            width: auto;\n        }\n\n        \/* Utility classes *\/\n        .mb-0 { margin-bottom: 0; }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: var(--footer-bg);\n            border: 2px solid #fbbf24;\n            padding: 24px 32px;\n            margin-top: 40px;\n            border-radius: 12px;\n        }\n\n        .footer-important-notes ul {\n            margin: 0;\n            padding: 0;\n            list-style: none;\n        }\n\n        .footer-important-notes li {\n            color: var(--footer-text);\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-bottom: 8px;\n            text-indent: -1em;\n            padding-left: 1.2em;\n            line-height: 1.5;\n        }\n\n        .footer-important-notes li::before {\n            content: \"※\";\n            margin-right: 0.2em;\n        }\n\n        .footer-important-notes li:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .h1-style { font-size: 1.6rem; margin: 0 10px 1.5rem; }\n            .h2-style { font-size: 1.4rem; }\n            .h3-style { font-size: 1.25rem; }\n            .text-main, .blue-box p, .footer-important-notes li { font-size: 1.15rem; }\n            .tab-container { margin: 0 10px; }\n            .tab-navigation { flex-wrap: wrap; }\n            .tab-button {\n                flex-basis: 50%;\n                font-size: 0.9rem;\n                padding: 12px 4px;\n            }\n            .product-card-body { padding: 16px; }\n            \n            \/* 狭い画面でも4列の表が収まるようパディング等を調整 *\/\n            .data-table th, .data-table td { font-size: 0.85rem; padding: 8px 4px; }\n            .size-table th, .size-table td { word-break: keep-all; } \/* サイズ表の短い文字の不自然な改行を防ぐ *\/\n        }\n\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header: H1 Catchphrase --\u003e\n    \u003cheader\u003e\n        \u003ch1 class=\"h1-style\"\u003eソルボヨコアーチサポーター｜横アーチを補整する足底サポーターの厚手タイプ\u003c\/h1\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"tab-container\"\u003e\n        \u003c!-- Tab Navigation --\u003e\n        \u003cnav class=\"tab-navigation\"\u003e\n            \u003cbutton class=\"tab-button active\" onclick=\"showTab(event, 'tab0')\"\u003e製品特長\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab1')\"\u003eサポーターの機能\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab2')\"\u003e装着方法・サイズ\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab3')\"\u003e商品詳細情報\u003c\/button\u003e\n        \u003c\/nav\u003e\n\n        \u003c!-- Tab Content 1: 製品特長 --\u003e\n        \u003cdiv id=\"tab0\" class=\"tab-content active\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\" style=\"margin-top: 0;\"\u003e横アーチをしっかりサポート\u003c\/h2\u003e\n                \u003ch3 class=\"h3-style\"\u003e中足部のトラブルにお悩みの方に\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    ソルボヨコアーチサポーターは、つま先・母趾のトラブルにお悩みの方におすすめの商品です。\u003cbr\u003e\n                    ソルボヨコアーチパッドが横アーチを補整し、サポーターが中足骨を締めることで、広がってしまった足を正常に機能させることをサポートします。中足部の横アーチをしっかりサポートすることで、中足骨への負担や衝撃に働きかけます。\n                \u003c\/p\u003e\n                \u003cdiv class=\"blue-box\"\u003e\n                    \u003cp class=\"mb-0\"\u003e\n                        履くだけで簡単に横アーチをサポート。フィット感を重視した厚手タイプのサポーター。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab Content 2: サポーターの機能 --\u003e\n        \u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\" style=\"margin-top: 0;\"\u003eフィット感を重視した丈夫な生地\u003c\/h2\u003e\n                \u003ch3 class=\"h3-style\"\u003e通気性と耐久性を両立\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    ソルボヨコアーチサポーターの生地はフィット感を重視したウール＆スパンデックスで、通気性もあります。スポーツでの使用も可能な丈夫な生地です。\u003cbr\u003e\u003cbr\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 Content 3: 装着方法・サイズ --\u003e\n        \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\" style=\"margin-top: 0;\"\u003e装着方法\u003c\/h2\u003e\n                \u003cp class=\"text-main\" style=\"line-height: 1.8;\"\u003e\n                    (1) 素足に使用し、上からソックスを着用してください。\u003cbr\u003e\n                    (2) サポーターは左右兼用ですが、パッドの向きがありますので注意してご使用ください。\u003cbr\u003e\n                    足の甲に当たる部分に「SORBOTHANE」のロゴがあります。左足に装着する場合は頭文字の「S」が爪先側、右側に装着する場合は頭文字の「S」が足首側になります。\u003cbr\u003e\n                    (3) ソルボパッド(ヨコアーチパッド)を第2・第3足指の中足骨頭後方に合わせ、ズレのないように装着します。\u003cbr\u003e\n                    外反母趾の場合は親指の中足骨頭後方にパッドを合わせてください。\u003cbr\u003e\n                    (4) 使用中に痛みが出た場合は使用を中止してください。\n                \u003c\/p\u003e\n\n                \u003ch2 class=\"h2-style\"\u003eサイズ表\u003c\/h2\u003e\n                \n                \u003cdiv class=\"data-table-container\"\u003e\n                    \u003ctable class=\"data-table size-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\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\u003eSサイズ\u003c\/td\u003e\n                                \u003ctd\u003e22.5 〜 24.5cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eLサイズ\u003c\/td\u003e\n                                \u003ctd\u003e25.0 〜 27.0cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"text-main\" style=\"line-height: 1.8;\"\u003e\n                    ※足長で表示しています。足長と足囲は平均的な足では同じ長さになります。足幅が広い方は１サイズ大きめをお選びください。\u003cbr\u003e\n                    ※足囲は起立して足に体重が掛かった状態で計測してください。体重が掛かっていないと足囲は狭く計測されてしまいます。\u003cbr\u003e\n                    ※本商品は左足と右足用の１足分（1ペア）が入っています。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab Content 4: 商品詳細情報 --\u003e\n        \u003cdiv id=\"tab3\" class=\"tab-content\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\" style=\"margin-top: 0;\"\u003e商品詳細スペック\u003c\/h2\u003e\n                \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\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\u003e1ペア（両足）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n\n                \u003ch2 class=\"h2-style\"\u003eサイズ表\u003c\/h2\u003e\n                \u003cdiv class=\"data-table-container\"\u003e\n                    \u003ctable class=\"data-table size-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\u003e101-1162\u003c\/td\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e25.0～27.0cm\u003c\/td\u003e\n                                \u003ctd\u003e1ペア\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e101-1164\u003c\/td\u003e\n                                \u003ctd\u003eS\u003c\/td\u003e\n                                \u003ctd\u003e22.5～24.5cm\u003c\/td\u003e\n                                \u003ctd\u003e1ペア\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\n    \u003c!-- Footer Important Notes --\u003e\n    \u003cdiv class=\"footer-important-notes\" style=\"margin: 40px 20px 0;\"\u003e\n        \u003cul\u003e\n            \u003cli\u003e2026年4月頃より順次パッケージ変更がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    function showTab(event, tabId) {\n        \/\/ Hide all contents\n        const contents = document.getElementsByClassName('tab-content');\n        for (let i = 0; i \u003c contents.length; i++) {\n            contents[i].classList.remove('active');\n        }\n\n        \/\/ Deactivate all buttons\n        const buttons = document.getElementsByClassName('tab-button');\n        for (let i = 0; i \u003c buttons.length; i++) {\n            buttons[i].classList.remove('active');\n        }\n\n        \/\/ Show selected tab content and activate button\n        const targetTab = document.getElementById(tabId);\n        if (targetTab) {\n            targetTab.classList.add('active');\n        }\n        \n        \/\/ 安全のため event と event.currentTarget が存在するかチェック\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":"L \/ 25.0～27.0cm \/ 1ペア","offer_id":46458586923165,"sku":"1011162-00000G55","price":1584.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 22.5～24.5cm \/ 1ペア","offer_id":46460441165981,"sku":"1011164-00000G55","price":1584.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/160496_b0b79377-e81c-4160-b076-43c0722ade64.jpg?v=1781661844","url":"https:\/\/ec.daiyak.co.jp\/products\/g1011162-00000g55","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}