{"product_id":"g4440200-00000g55","title":"マックスベルト me black","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            --border-color: #f3f4f6;\n            --footer-yellow: #fef3c7;\n            --warning-red: #dc2626;\n        }\n\n        body {\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-overall);\n            margin: 0;\n            padding: 20px 0;\n            overflow-x: hidden;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 0 16px;\n            box-sizing: border-box;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid var(--main-orange);\n            padding-bottom: 12px;\n            margin-bottom: 32px;\n            line-height: 1.4;\n            text-align: center;\n        }\n\n        @media (min-width: 768px) {\n            .h1-style {\n                font-size: 2.25rem;\n            }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            border-bottom: 2px solid var(--main-orange);\n            padding-bottom: 4px;\n            margin: 32px 0 16px;\n            display: inline-block;\n            max-width: 100%;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: var(--main-blue);\n            margin: 24px 0 12px;\n            display: flex;\n            align-items: center;\n        }\n\n        .h3-style::before {\n            content: \"\";\n            display: inline-block;\n            width: 8px;\n            height: 1.5625rem;\n            background-color: var(--main-blue);\n            margin-right: 12px;\n            border-radius: 4px;\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            word-break: break-all;\n        }\n\n        \/* Tab System *\/\n        .tab-wrapper {\n            margin-bottom: 2rem;\n        }\n\n        .tab-navigation {\n            display: flex;\n            flex-wrap: nowrap;\n            background-color: #ddd;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n            gap: 1px;\n            border-bottom: 2px solid var(--main-blue);\n        }\n\n        .tab-button {\n            flex: 1;\n            min-width: 0;\n            padding: 18px 5px;\n            cursor: pointer;\n            background-color: #ffffff;\n            border: none;\n            font-size: 1.1rem;\n            font-weight: 700;\n            text-align: center;\n            transition: all 0.3s;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n        }\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\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\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            border: 1px solid #d1d5db;\n            border-top: none;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            box-sizing: border-box;\n        }\n\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            padding: 24px;\n            border-radius: 0 8px 8px 0;\n            border-left: 8px solid var(--main-blue);\n            margin: 24px 0;\n        }\n\n        .blue-box-title {\n            font-weight: 800;\n            color: var(--main-blue);\n            font-size: 1.5625rem;\n            margin-bottom: 12px;\n            display: block;\n        }\n\n        \/* Table Styles *\/\n        .data-table-container {\n            margin: 24px 0;\n            overflow-x: auto;\n        }\n\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: #ffffff;\n            table-layout: fixed;\n        }\n\n        .data-table th, .data-table td {\n            padding: 12px 8px;\n            border: 1px solid #ddd;\n            font-size: 1.25rem; \/* 20px *\/\n            text-align: center;\n            word-wrap: break-word;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #ffffff;\n            font-weight: 700;\n        }\n\n        .data-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: var(--footer-yellow);\n            border: 2px solid var(--main-orange);\n            border-radius: 8px;\n            padding: 24px;\n            margin-top: 3rem;\n            box-sizing: border-box;\n        }\n\n        .footer-important-notes p {\n            color: var(--warning-red);\n            font-weight: 800;\n            margin: 0 0 10px 0;\n            font-size: 1.5625rem; \/* 25px *\/\n            line-height: 1.6;\n        }\n\n        .footer-important-notes p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .tab-navigation { flex-wrap: wrap; }\n            .tab-button {\n                flex-basis: 50%;\n                font-size: 0.9rem;\n                padding: 12px 4px;\n                border: 1px solid #eee;\n            }\n            .product-card-body { padding: 16px; }\n            .text-main, .blue-box-title, .footer-important-notes p { font-size: 1.15rem; }\n            .h2-style { font-size: 1.4rem; }\n            .h3-style { font-size: 1.25rem; }\n            .data-table th, .data-table td { font-size: 0.85rem; padding: 10px 4px; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- H1 Header --\u003e\n    \u003ch1 class=\"h1-style\"\u003e\n       マックスベルト me black｜スタイリッシュなブラックのメッシュタイプのコルセット\n    \u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-wrapper\"\u003e\n        \u003cnav class=\"tab-navigation\"\u003e\n            \u003cbutton class=\"tab-button active\" onclick=\"showTab(event, 'tab1')\"\u003e商品特長\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab3')\"\u003e素材・快適性\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab4')\"\u003e装着・サイズ\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(event, 'tab5')\"\u003e製品詳細情報\u003c\/button\u003e\n        \u003c\/nav\u003e\n\n        \u003c!-- Tab Content 1: 特長・固定力 --\u003e\n        \u003cdiv id=\"tab1\" class=\"tab-content active\"\u003e\n            \u003cdiv class=\"product-card-body\"\u003e\n                \u003ch2 class=\"h2-style\" style=\"margin-top: 0;\"\u003e2重ベルトとステーで腰をサポート\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    腰にフィットしやすいS字軽量ステーが2本内蔵されているコルセットです。背当て部と前合わせ部に硬質メッシュ素材を採用し、腰部をしっかりサポートします。骨盤部分のメッシュ素材を折り返し二重構造にしたことで圧迫力を高めています。\n                \u003c\/p\u003e\n                \u003cdiv class=\"blue-box\"\u003e\n                    \u003cp class=\"text-main\" style=\"margin-bottom: 0;\"\u003e\n                        硬質メッシュ素材とS字ステーで腰をしっかりサポート。蒸れにくいメッシュタイプのコルセット\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003ch2 class=\"h2-style\"\u003eフィットしやすいS字軽量ステー\u003c\/h2\u003e\n                \u003ch3 class=\"h3-style\"\u003e独自の形状のステー\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    腰の曲線にフィットするS字型で、支持力の強いステーを内蔵しています。ステー各部の厚さを変えることで、支持力と軽量化の両立を図りました。\n                \u003c\/p\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab Content 3: 素材・快適性 --\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                \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 4: 装着・サイズ --\u003e\n        \u003cdiv id=\"tab4\" 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\"\u003eSSから4Lまで選べる7サイズ\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    全7種類の豊富なサイズラインナップをご用意しました。腰周囲55cmから最大125cmまで対応しているため、さまざまな体型の方にご使用いただけます。腰周囲を計測し、サイズ表を参考にお選びください。\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 5: 商品詳細情報（スペック） --\u003e\n        \u003cdiv id=\"tab5\" 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                \u003ch3 class=\"h3-style\"\u003e基本仕様\u003c\/h3\u003e\n                \u003cdiv class=\"data-table-container\"\u003e\n                    \u003ctable class=\"data-table\"\u003e\n                        \u003ctbody\u003e\n                             \u003ctr\u003e\n\u003cth style=\"width: 35%; text-align: left;\"\u003e商品\u003c\/th\u003e\n\u003ctd style=\"text-align: left;\"\u003eマックスベルト me black\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth style=\"width: 35%; text-align: left;\"\u003e背幅\u003c\/th\u003e\n\u003ctd style=\"text-align: left;\"\u003e22.0cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth style=\"text-align: left;\"\u003e前幅\u003c\/th\u003e\n\u003ctd style=\"text-align: left;\"\u003e11.5cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth style=\"text-align: left;\"\u003eカラー\u003c\/th\u003e\n\u003ctd style=\"text-align: left;\"\u003eブラック\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003cth style=\"text-align: left;\"\u003e内蔵ステー\u003c\/th\u003e\n\u003ctd style=\"text-align: left;\"\u003eS字軽量ステー（2本）\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-container\"\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: 15%;\"\u003eサイズ\u003c\/th\u003e\n                                \u003cth style=\"width: 20%;\"\u003e色\u003c\/th\u003e\n                                \u003cth style=\"width: 40%;\"\u003e腰周囲\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0200\u003c\/td\u003e\n\u003ctd\u003e4L\u003c\/td\u003e\n\u003ctd\u003eブラック\u003c\/td\u003e\n\u003ctd\u003e115～125cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0201\u003c\/td\u003e\n\u003ctd\u003e3L\u003c\/td\u003e\n\u003ctd\u003eブラック\u003c\/td\u003e\n\u003ctd\u003e105～115cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0202\u003c\/td\u003e\n\u003ctd\u003eLL\u003c\/td\u003e\n\u003ctd\u003eブラック\u003c\/td\u003e\n\u003ctd\u003e95～105cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0203\u003c\/td\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003eブラック\u003c\/td\u003e\n\u003ctd\u003e85～95cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0204\u003c\/td\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003eブラック\u003c\/td\u003e\n\u003ctd\u003e75～85cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0205\u003c\/td\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003eブラック\u003c\/td\u003e\n\u003ctd\u003e65～75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0206\u003c\/td\u003e\n\u003ctd\u003eSS\u003c\/td\u003e\n\u003ctd\u003eブラック\u003c\/td\u003e\n\u003ctd\u003e55～65cm\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    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n    \/**\n     * Tab switching logic\n     * @param {Event} event - The click event\n     * @param {string} tabId - The ID of the tab to display\n     *\/\n    function showTab(event, tabId) {\n        \/\/ Hide all tab contents\n        const contents = document.querySelectorAll('.tab-content');\n        contents.forEach(content =\u003e content.classList.remove('active'));\n\n        \/\/ Deactivate all buttons\n        const buttons = document.querySelectorAll('.tab-button');\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n\n        \/\/ Show selected tab content\n        const target = document.getElementById(tabId);\n        if (target) {\n            target.classList.add('active');\n        }\n\n        \/\/ Add active class to clicked button\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":"4L \/ ﾌﾞﾗｯｸ \/ 115～125cm","offer_id":46458787823773,"sku":"4440200-00000G55","price":1247.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ ﾌﾞﾗｯｸ \/ 105cm～115cm","offer_id":46461218717853,"sku":"4440201-00000G55","price":1247.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ ﾌﾞﾗｯｸ \/ 95cm～105cm","offer_id":46461218783389,"sku":"4440202-00000G55","price":1247.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ﾌﾞﾗｯｸ \/ 85cm～95cm","offer_id":46461219111069,"sku":"4440203-00000G55","price":1247.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ﾌﾞﾗｯｸ \/ 75cm～85cm","offer_id":46461219209373,"sku":"4440204-00000G55","price":1247.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ﾌﾞﾗｯｸ \/ 65cm～75cm","offer_id":46461219537053,"sku":"4440205-00000G55","price":1247.0,"currency_code":"JPY","in_stock":true},{"title":"SS \/ ﾌﾞﾗｯｸ \/ 55cm～65cm","offer_id":46461219635357,"sku":"4440206-00000G55","price":1247.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G4440200_5CG4440200_01_0cd09a1c-1cac-49e3-a645-53d2fd2b0e32.png?v=1781666396","url":"https:\/\/ec.daiyak.co.jp\/products\/g4440200-00000g55","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}