{"product_id":"g1011022-00000g54","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        \/* Base Styles *\/\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            --border-gray: #f3f4f6;\n            --text-dark: #333;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\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-dark);\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 2rem;\n            font-weight: 800;\n            line-height: 1.3;\n            margin-bottom: 2rem;\n            padding-bottom: 10px;\n            border-bottom: 4px solid #FF8800;\n            color: #333;\n        }\n\n        @media (min-width: 768px) {\n            .h1-style {\n                font-size: 2.5rem;\n            }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            margin-top: 2rem;\n            margin-bottom: 1rem;\n            padding-bottom: 5px;\n            border-bottom: 2px solid #FF8800;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin-top: 1.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 1.5rem;\n        }\n\n        \/* Layout Elements *\/\n        .product-card-body {\n            background-color: #ffffff;\n            padding: 24px 32px;\n            border-radius: 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 #f3f4f6;\n            margin-bottom: 2rem;\n        }\n\n        .blue-box {\n            background-color: #e6f3ff;\n            border: 2px solid #006FC5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 1.5rem 0;\n        }\n\n        \/* Tab System *\/\n        .tab-container {\n            margin-top: 2rem;\n        }\n\n        .tab-navigation {\n            display: flex;\n            flex-wrap: nowrap;\n            gap: 2px;\n            margin-bottom: 0;\n        }\n\n        .tab-button {\n            flex: 1;\n            flex-basis: 25%;\n            padding: 15px 5px;\n            cursor: pointer;\n            border: 1px solid #e5e7eb;\n            background-color: #ffffff;\n            font-size: 1.1rem;\n            font-weight: 700;\n            text-align: center;\n            transition: all 0.3s ease;\n            outline: none;\n            white-space: nowrap;\n            font-family: inherit;\n        }\n\n        @media (max-width: 600px) {\n            .tab-button {\n                font-size: 0.9rem;\n                padding: 10px 2px;\n            }\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #ffffff;\n            border-color: #006FC5;\n        }\n\n        .tab-content {\n            display: none;\n            padding-top: 20px;\n            animation: fadeIn 0.4s ease;\n        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        \/* Table Styles *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #ffffff;\n            padding: 12px;\n            text-align: center;\n            font-size: 1.25rem; \/* 20px *\/\n            border: 1px solid #005bb0;\n        }\n\n        .data-table td {\n            padding: 12px;\n            border: 1px solid #e5e7eb;\n            font-size: 1.25rem; \/* 20px *\/\n            background-color: #fff;\n            text-align: center;\n        }\n\n        \/* Table Merged Cell Vertical Alignment *\/\n        .v-middle {\n            vertical-align: middle;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            padding: 24px;\n            border-radius: 8px;\n            border: 2px solid #fbbf24;\n            margin-top: 3rem;\n        }\n\n        .footer-important-notes p {\n            color: #dc2626;\n            font-weight: 700;\n            font-size: 1.25rem;\n            margin: 0;\n            text-align: center;\n            line-height: 1.8;\n        }\n\n        \/* Helpers *\/\n        .text-center { text-align: center; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"lp-container\"\u003e\n        \u003c!-- H1 Catchphrase --\u003e\n        \u003ch1 class=\"h1-style\"\u003e\n           ベースカップインソール（足底挿板専用インソール）｜薄型・軽量設計で足元をカスタマイズ\n        \u003c\/h1\u003e\n\n        \u003c!-- Tab Navigation --\u003e\n        \u003cdiv class=\"tab-container\"\u003e\n            \u003cdiv 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\/div\u003e\n\n            \u003c!-- Tab 1: 商品特長 --\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                    \u003cp class=\"text-main\"\u003e\n                        日常の歩行からハードなスポーツシーンまで、足元のコンディションを整えるためにはインソールの選択が重要です。ベースカップインソールは、ソルボの各種パッドを自在に組み合わせるためのベースとなるカップインソールです。厚さ3㎜と足に馴染みやすい軽量・薄型で、パッドを簡単に取り付けることができます。スパイク用及びウォーキング・カジュアルシューズにご使用いただけます。\n                    \u003c\/p\u003e\n                    \u003cdiv class=\"blue-box\"\u003e\n                        \u003cp class=\"text-main\" style=\"margin-bottom: 0; font-weight: 700; color: #006FC5;\"\u003e\n                            厚さ3mmの軽量設計。通気性と吸湿性のあるライニング材を採用し、長時間の使用でも快適さをキープするベースインソールです。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Tab 2: 機能詳細 --\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                    \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 3: 活用シーン --\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                    \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 4: 商品情報 (Specs) --\u003e\n            \u003cdiv id=\"tab3\" class=\"tab-content\"\u003e\n                \u003cdiv class=\"product-card-body\"\u003e\n                    \u003ch3 class=\"h3-style text-center\"\u003eサイズ表\u003c\/h3\u003e\n                    \u003cdiv style=\"overflow-x: auto;\"\u003e\n                        \u003ctable class=\"data-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-1022\u003c\/td\u003e\n                                    \u003ctd\u003eL\u003c\/td\u003e\n                                    \u003ctd\u003e27.5～29.0cm\u003c\/td\u003e\n                                    \u003ctd rowspan=\"4\" class=\"v-middle\"\u003e1ペア(両足入)\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd\u003e101-1023\u003c\/td\u003e\n                                    \u003ctd\u003eM\u003c\/td\u003e\n                                    \u003ctd\u003e26.0～27.0cm\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd\u003e101-1024\u003c\/td\u003e\n                                    \u003ctd\u003eS\u003c\/td\u003e\n                                    \u003ctd\u003e24.5～25.5cm\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd\u003e101-1025\u003c\/td\u003e\n                                    \u003ctd\u003e2S\u003c\/td\u003e\n                                    \u003ctd\u003e22.5～24.0cm\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 --\u003e\n        \u003cdiv class=\"footer-important-notes\"\u003e\n            \u003cp\u003e\n                ※医療関係者の方専売品となります\u003cbr\u003e\n                ※本商品はベースインソールです。パッドは裏面に貼り付けてご使用ください。\n            \u003c\/p\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            \/\/ 全てのボタンとコンテンツから active クラスを削除\n            const buttons = document.querySelectorAll('.tab-button');\n            const contents = document.querySelectorAll('.tab-content');\n            \n            buttons.forEach(btn =\u003e btn.classList.remove('active'));\n            contents.forEach(content =\u003e content.classList.remove('active'));\n            \n            \/\/ 選択されたボタンとコンテンツに active クラスを追加\n            buttons[index].classList.add('active');\n            const target = document.getElementById('tab' + index);\n            if (target) {\n                target.classList.add('active');\n            }\n        }\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"L \/ 27.5～29.0cm \/ 1ペア","offer_id":46458616905885,"sku":"1011022-00000G54","price":1030.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 26.0～27.0cm　 \/ 1ペア","offer_id":46460433727645,"sku":"1011023-00000G54","price":1030.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 24.5～25.5cm　 \/ 1ペア","offer_id":46460433858717,"sku":"1011024-00000G54","price":1030.0,"currency_code":"JPY","in_stock":true},{"title":"2S \/ 22.5～24.0cm \/ 1ペア","offer_id":46460434153629,"sku":"1011025-00000G54","price":1030.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/224002_ada26447-2f87-4680-a746-9a0f9f54f27f.jpg?v=1781661772","url":"https:\/\/ec.daiyak.co.jp\/products\/g1011022-00000g54","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}