{"product_id":"g4440330-00064063","title":"マックスベルトme1","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マックスベルト me1 製品説明\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 4px;\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.8rem; padding: 10px 2px; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header --\u003e\n    \u003ch1 class=\"h1-style\"\u003e\n       マックスベルト me1｜かさばらず丈の短い薄型タイプのメッシュコルセット\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;\"\u003e柔軟なステーとショート丈で快適サポート\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    マックスベルト me1は、適度な柔軟性を備えたプラスチックステーを2本内蔵しています。装着時の活動性を損なうことがないよう、支持力と動きやすさのバランスを追求しました。また、製品の丈を短く設定することで、前屈や回転といった活動時の違和感を軽減しています。\n                \u003c\/p\u003e\n                \u003cdiv class=\"blue-box\"\u003e\n                    \u003cp class=\"text-main\" style=\"margin-bottom: 0; font-weight: 700;\"\u003e\n                        柔軟性のあるプラスチックステーと、装着のしやすさを考慮したショート丈。活動的な日常生活を妨げない設計です。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003ch3 class=\"h3-style\"\u003e適度な柔軟性のプラスチックステー\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    背面に内蔵された2本のプラスチックステーは、適度な柔軟性を備えています。優しく支えることで、装着時の活動性を損なうことがないように設計されています。\n                \u003c\/p\u003e\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\"\u003e活動時の動きを妨げない丈\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    腹部側の丈を短くすることで、活動時の違和感や動きやすさを考慮しました。装着はコルセット本体の前合わせを止めた後、両サイドの補助ベルトを引くだけで、圧迫力の調節が可能です。その日の体調や動作に合わせて締め具合をコントロールできます。\n                \u003c\/p\u003e\n                \u003ch3 class=\"h3-style\"\u003eSから3Lまで選べる5サイズ\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    全5種類のサイズラインナップをご用意しました。胴囲65cmから最大115cmまで対応しているため、さまざまな体型の方に最適なフィット感を提供します。ご自身の胴囲を計測し、サイズ表を参考にお選びください。\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マックスベルト me1\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プラスチックステー（2本）\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                        \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: 22%;\"\u003e品番\u003c\/th\u003e\n                                \u003cth style=\"width: 14%;\"\u003eサイズ\u003c\/th\u003e\n                                \u003cth style=\"width: 18%;\"\u003e色\u003c\/th\u003e\n                                \u003cth style=\"width: 32%;\"\u003e胴囲\u003c\/th\u003e\n                                \u003cth style=\"width: 14%;\"\u003e入数\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0330\u003c\/td\u003e\n\u003ctd\u003e3L\u003c\/td\u003e\n\u003ctd\u003eホワイト\u003c\/td\u003e\n\u003ctd\u003e105～115cm\u003c\/td\u003e\n\u003ctd\u003e1個\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0331\u003c\/td\u003e\n\u003ctd\u003eLL\u003c\/td\u003e\n\u003ctd\u003eホワイト\u003c\/td\u003e\n\u003ctd\u003e95～105cm\u003c\/td\u003e\n\u003ctd\u003e1個\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0332\u003c\/td\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003eホワイト\u003c\/td\u003e\n\u003ctd\u003e85～95cm\u003c\/td\u003e\n\u003ctd\u003e1個\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0333\u003c\/td\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003eホワイト\u003c\/td\u003e\n\u003ctd\u003e75～85cm\u003c\/td\u003e\n\u003ctd\u003e1個\u003c\/td\u003e\n\u003c\/tr\u003e\n                            \u003ctr\u003e\n\u003ctd\u003e444-0334\u003c\/td\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003eホワイト\u003c\/td\u003e\n\u003ctd\u003e65～75cm\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    \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":"3L \/ ﾎﾜｲﾄ \/ 105～115cm","offer_id":46458825703581,"sku":"4440330-00064063","price":1178.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ ﾎﾜｲﾄ \/ 95～105cm","offer_id":46461229695133,"sku":"4440331-00064063","price":1178.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ﾎﾜｲﾄ \/ 85～95cm","offer_id":46461229760669,"sku":"4440332-00064063","price":1178.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ﾎﾜｲﾄ \/ 75～85cm","offer_id":46461230383261,"sku":"4440333-00064063","price":1178.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ﾎﾜｲﾄ \/ 65～75cm","offer_id":46461230514333,"sku":"4440334-00064063","price":1178.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/276452_c7218d3e-6191-481b-aa08-80d97b133ba8.jpg?v=1781665988","url":"https:\/\/ec.daiyak.co.jp\/products\/g4440330-00064063","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}