{"product_id":"g1295051-00939053","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        \/* Base Reset \u0026 Variables *\/\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            --text-color: #333333;\n            --white: #ffffff;\n            --footer-bg: #fef3c7;\n            --footer-text: #dc2626;\n        }\n\n        \/* Base Styles *\/\n        body {\n            font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n            background-color: var(--bg-overall);\n            color: var(--text-color);\n            margin: 0;\n            padding: 20px 0;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 0 16px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 2rem;\n            font-weight: 800;\n            text-align: center;\n            border-bottom: 4px solid var(--main-orange);\n            margin-bottom: 0; \/* タブとの隙間をなくす *\/\n            padding-bottom: 12px;\n            display: block;\n            width: 100%;\n            color: #111;\n            line-height: 1.3;\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            color: #333;\n            border-bottom: 2px solid var(--main-orange);\n            margin: 32px 0 24px;\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: var(--main-blue);\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 24px;\n        }\n\n        \/* Card Style *\/\n        .product-card-body {\n            background-color: var(--white);\n            padding: 24px 32px;\n            border-radius: 0 0 12px 12px; \/* タブと接するため上側の角丸を調整 *\/\n            border: 1px solid #f3f4f6;\n            border-top: none;\n            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n            margin-bottom: 24px;\n        }\n\n        \/* Blue Box Style *\/\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 24px 0;\n            border-radius: 0 8px 8px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n            color: #006FC5;\n        }\n\n        \/* Tab System *\/\n        .tab-nav {\n            display: flex;\n            width: 100%;\n            margin-top: 0;\n            background-color: #fff;\n            flex-wrap: nowrap;\n        }\n\n        .tab-button {\n            flex: 1; \/* 4等分 *\/\n            padding: 16px 4px;\n            cursor: pointer;\n            background-color: #ffffff;\n            border: 1px solid #e5e7eb;\n            border-top: none;\n            font-size: 1.1rem;\n            font-weight: bold;\n            text-align: center;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #000;\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            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        \/* Recommended List Styling (Added) *\/\n        .recommend-list {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 32px 0;\n        }\n        \n        .recommend-list li {\n            position: relative;\n            padding-left: 1.5em;\n            margin-bottom: 16px;\n            font-size: 1.5625rem;\n            font-weight: 700;\n            color: #333;\n        }\n        \n        .recommend-list li::before {\n            content: \"✔\";\n            position: absolute;\n            left: 0;\n            color: var(--main-orange);\n            font-weight: bold;\n        }\n\n        \/* Data Table *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 16px 0 32px;\n            background-color: #fff;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #ffffff;\n            padding: 12px 16px;\n            text-align: left;\n            font-size: 1.25rem;\n            border: 1px solid #006FC5;\n            width: 30%;\n            font-weight: 700;\n        }\n\n        .data-table td {\n            padding: 12px 16px;\n            border: 1px solid #e5e7eb;\n            font-size: 1.25rem;\n            color: #374151;\n        }\n\n        .data-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n\n        \/* Footer Style *\/\n        .footer-important-notes {\n            background-color: var(--footer-bg);\n            border: 2px solid var(--footer-text);\n            border-radius: 8px;\n            padding: 24px;\n            margin-top: 40px;\n            color: var(--footer-text);\n            font-weight: bold;\n            font-size: 1.25rem;\n        }\n\n        \/* Mobile Adjustments *\/\n        @media (max-width: 768px) {\n            .lp-container { padding: 10px; }\n            .h1-style { font-size: 2rem; }\n            .h2-style { font-size: 1.5rem; }\n            .h3-style { font-size: 1.3rem; }\n            .text-main, .blue-box, .recommend-list li { font-size: 1.2rem; }\n            .tab-nav { flex-wrap: wrap; }\n            .tab-button { flex-basis: 50%; font-size: 0.9rem; padding: 12px 2px; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- H1 Title Section --\u003e\n    \u003ch1 class=\"h1-style\"\u003e気になる臭いを抑えた天然ゴムタイプの骨盤ベルト｜ダイヤ丸形骨盤ベルト\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-nav\"\u003e\n        \u003cdiv class=\"tab-button active\" onclick=\"showTab(0)\"\u003e製品特徴\u003c\/div\u003e\n        \u003cdiv class=\"tab-button\" onclick=\"showTab(1)\"\u003e使用感・通気\u003c\/div\u003e\n        \u003cdiv class=\"tab-button\" onclick=\"showTab(2)\"\u003eおすすめの方\u003c\/div\u003e\n        \u003cdiv class=\"tab-button\" onclick=\"showTab(3)\"\u003e製品詳細\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab Content 1: 製品特徴 (統合: 元の製品特徴 + 圧迫・固定) --\u003e\n    \u003cdiv id=\"tab-0\" 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                本製品は、従来のゴムバンド特有のツンとした臭いをおさえた、天然ゴム製骨盤ベルトです。全面ゴム素材で圧迫力も強く、通気性などの日常使いでの快適さにも配慮しました。骨盤対策を目的とした確かなサポート力と、ゴム素材ならではの柔軟なフィット感を両立。スタンダードな形状でありながら、サポート力と使いやすさをこだわった骨盤ベルトです。\n            \u003c\/p\u003e\n            \u003cdiv class=\"blue-box\"\u003e\n                天然ゴムの伸縮性が、骨盤周りをがっちりとホールド。気になる臭いを抑えることで、場所を選ばず本格的な骨盤対策を可能にしました。\n            \u003c\/div\u003e\n\n            \u003c!-- 移動された圧迫・固定の内容 --\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 Content 2: 使用感・通気性 (旧 Tab 2) --\u003e\n    \u003cdiv id=\"tab-1\" class=\"tab-content\"\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 Content 3: おすすめの方 (旧 活用シーン) --\u003e\n    \u003cdiv id=\"tab-2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003c!-- 追加コンテンツ --\u003e\n            \u003ch2 class=\"h2-style\"\u003e■こんな方にオススメ\u003c\/h2\u003e\n            \u003cul class=\"recommend-list\"\u003e\n                \u003cli\u003eスタンダードなゴムバンドをお求めの方\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        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab Content 4: 製品詳細情報 (旧 Tab 4) --\u003e\n    \u003cdiv id=\"tab-3\" 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            \u003ctable class=\"data-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth colspan=\"2\"\u003eスペック項目\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd style=\"width: 30%; font-weight: bold;\"\u003e素材\u003c\/td\u003e\n                        \u003ctd\u003e天然ゴム、ポリエステル※製造工程上、白い粉が付着しております\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd style=\"font-weight: bold;\"\u003eカラー\u003c\/td\u003e\n                        \u003ctd\u003eブラック、茶\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd style=\"font-weight: bold;\"\u003eベルト幅\u003c\/td\u003e\n                        \u003ctd\u003e10cm\u003c\/td\u003e                  \n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch3 class=\"h3-style\"\u003eサイズ表（仙骨周囲・全長）\u003c\/h3\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                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd style=\"font-weight: bold;\"\u003eXL（LL）\u003c\/td\u003e\n                        \u003ctd\u003e95～110cm\u003c\/td\u003e\n                        \u003ctd\u003e113cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd style=\"font-weight: bold;\"\u003eL\u003c\/td\u003e\n                        \u003ctd\u003e85～100cm\u003c\/td\u003e\n                        \u003ctd\u003e103cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd style=\"font-weight: bold;\"\u003eM\u003c\/td\u003e\n                        \u003ctd\u003e75～90cm\u003c\/td\u003e\n                        \u003ctd\u003e93cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd style=\"font-weight: bold;\"\u003eS\u003c\/td\u003e\n                        \u003ctd\u003e65～80cm\u003c\/td\u003e\n                        \u003ctd\u003e83cm\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\u003cscript\u003e\n    function showTab(index) {\n        \/\/ Remove active class from all buttons and contents\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        \/\/ Add active class to target tab\n        buttons[index].classList.add('active');\n        document.getElementById('tab-' + index).classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"XL(LL) \/ ﾌﾞﾗｯｸ \/ 95～110cm","offer_id":47164383035549,"sku":"1295061-00939053","price":2244.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ﾌﾞﾗｯｸ \/ 85～100cm","offer_id":47164467052701,"sku":"1295062-00939053","price":2244.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ﾌﾞﾗｯｸ \/ 75～90cm","offer_id":47166882381981,"sku":"1295063-00939053","price":2244.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ﾌﾞﾗｯｸ \/ 65～80cm","offer_id":47165347463325,"sku":"1295064-00939053","price":2244.0,"currency_code":"JPY","in_stock":true},{"title":"XL(LL) \/ 茶 \/ 95～110cm","offer_id":47164553691293,"sku":"1295051-00939053","price":2244.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 茶 \/ 85～100cm","offer_id":47164553855133,"sku":"1295052-00939053","price":2244.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 茶 \/ 75～90cm","offer_id":47164554150045,"sku":"1295053-00939053","price":2244.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 茶 \/ 65～80cm","offer_id":47166987501725,"sku":"1295054-00939053","price":2244.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/1080x1080_01_98565962-1434-444c-a858-29ce0d8bbc63.png?v=1781667505","url":"https:\/\/ec.daiyak.co.jp\/products\/g1295051-00939053","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}