{"product_id":"g0001041-00000g55","title":"スリムソフト104","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スリムソフト104 製品紹介\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Reset \u0026 Layout *\/\n        :root {\n            --main-blue: #006FC5;\n            --main-orange: #FF8800;\n            --bg-light-blue: #e6f3ff;\n            --bg-gray: #f9fafb;\n            --border-color: #f3f4f6;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-gray);\n            overflow-x: hidden;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            width: 100%;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            line-height: 1.3;\n            margin-bottom: 24px;\n            padding: 20px 0;\n            border-bottom: 4px solid var(--main-orange);\n            text-align: center;\n        }\n        @media (min-width: 768px) {\n            .h1-style { \n                font-size: 2.2rem; \n                text-align: left;\n                padding: 20px;\n            }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            margin-top: 32px;\n            margin-bottom: 16px;\n            padding-bottom: 4px;\n            border-bottom: 2px solid var(--main-orange);\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-top: 24px;\n            margin-bottom: 12px;\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        }\n\n        \/* Checklist Style *\/\n        .recommend-list {\n            list-style: none;\n            padding: 0;\n            margin: 1.5rem 0 2rem 0;\n        }\n        .recommend-list li {\n            position: relative;\n            padding-left: 3rem;\n            margin-bottom: 1.2rem;\n            font-size: 1.5625rem;\n            font-weight: 700;\n            line-height: 1.4;\n            display: flex;\n            align-items: flex-start;\n        }\n        .recommend-list li::before {\n            content: \"✔\";\n            position: absolute;\n            left: 0.5rem;\n            color: var(--main-orange);\n            font-weight: 900;\n            font-size: 1.8rem;\n        }\n\n        \/* Tabs System *\/\n        .tab-wrapper {\n            margin-top: 2rem;\n        }\n\n        .tab-navigation {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            border: 1px solid var(--main-blue);\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n            background-color: #fff;\n            flex-wrap: wrap;\n        }\n\n        .tab-button {\n            flex: 1;\n            min-width: 100px;\n            padding: 16px 4px;\n            cursor: pointer;\n            background-color: #fff;\n            border: none;\n            border-right: 1px solid var(--main-blue);\n            font-size: 1rem;\n            font-weight: 700;\n            text-align: center;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: var(--main-blue);\n            color: #fff;\n        }\n\n        @media (max-width: 767px) {\n            .tab-button {\n                flex-basis: 50%;\n                font-size: 0.9rem;\n                border-bottom: 1px solid var(--main-blue);\n            }\n            .tab-button:nth-child(even) {\n                border-right: none;\n            }\n            .tab-button:nth-last-child(-n+2) {\n                border-bottom: none;\n            }\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; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Components *\/\n        .product-card-body {\n            background-color: #fff;\n            padding: 24px 32px;\n            border-radius: 0 0 12px 12px;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            border: 1px solid #d1d5db;\n            border-top: none;\n            margin-bottom: 24px;\n        }\n\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            border-left: 8px solid var(--main-blue);\n            padding: 24px;\n            margin: 24px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n            color: var(--main-blue);\n        }\n\n        \/* Tables *\/\n        .table-wrapper {\n            width: 100%;\n            margin: 20px 0;\n            border-radius: 8px;\n            border: 1px solid #ddd;\n            overflow: hidden;\n        }\n\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            border: 1px solid #ddd;\n            font-size: 1.1rem;\n            word-break: break-all;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #ddd;\n            background-color: #fff;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Column Widths for Size Table *\/\n        .col-品番 { width: 25%; }\n        .col-サイズ { width: 20%; }\n        .col-色 { width: 20%; }\n        .col-周囲 { width: 35%; }\n\n        \/* Spec Table Styles *\/\n        .spec-table th {\n            text-align: left;\n            width: 35%;\n        }\n        .spec-table td {\n            text-align: left;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 2px solid #f59e0b;\n            padding: 24px;\n            margin: 40px 0 20px;\n            border-radius: 10px;\n            text-align: center;\n        }\n\n        .footer-important-notes p {\n            color: #dc2626;\n            margin: 0;\n            font-weight: 700;\n            font-size: 1.25rem;\n            line-height: 1.6;\n        }\n\n        @media (min-width: 768px) {\n            .data-table th, .data-table td {\n                font-size: 1.25rem;\n                padding: 12px 16px;\n            }\n        }\n\n        @media (max-width: 640px) {\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .blue-box, .recommend-list li {\n                font-size: 1.1rem;\n            }\n            .data-table th, .data-table td {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .h2-style {\n                font-size: 1.4rem;\n            }\n            .footer-important-notes p {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header --\u003e\n    \u003cheader\u003e\n        \u003ch1 class=\"h1-style\"\u003e細幅タイプのステー入り一重締めコルセット「スリムソフト104」\u003c\/h1\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-wrapper\"\u003e\n        \u003cnav class=\"tab-navigation\"\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\/nav\u003e\n\n        \u003c!-- Tab Contents --\u003e\n        \u003cdiv id=\"tab-container\"\u003e\n            \n            \u003c!-- Tab 0: 製品特徴 --\u003e\n            \u003csection 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                        スリムソフト104は、ステーを内蔵し、適度な固定力は維持しつつも前かがみや座った姿勢を邪魔しにくい細幅タイプの一重締めコルセットです。\n                        腰部を安定させるための仕様と、日常動作をスムーズに行うためのバランスを考慮し、形や通気性にこだわりました。適度な圧迫で、スタンダードなコルセットをお求めの方におすすめの設計となっており、日々の腰への負担軽減をさりげなく、しっかりサポートします。\n                    \u003c\/p\u003e\n                    \u003cdiv class=\"blue-box\"\u003e\n                        背幅18cm、前幅11.5cmの独自設計により、適度な固定と動きやすさを考慮。スタンダードな一重締めコルセットです。\n                    \u003c\/div\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                        一般的なサポーターは幅が広く、座った際や前かがみの姿勢になった際に腹部へ食い込み、違和感を感じることがありました。本製品は前幅を11.5cmというスリムな設計にすることで、屈む動作の際にも腹部を圧迫しにくく、前かがみがしやすい構造を実現しています。\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\/section\u003e\n\n            \u003c!-- Tab 1: その他機能 (使用感と素材) --\u003e\n            \u003csection 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\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                        適切なサポート力を発揮するためには、体型に合った適切なサイズ選びが重要です。スリムソフト104はSサイズからXLサイズまで幅広く展開しています。サイズを選ぶ際は、腸骨周囲を基準に計測してください。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003c!-- Tab 2: おすすめの方 --\u003e\n            \u003csection id=\"tab-2\" class=\"tab-content\"\u003e\n                \u003cdiv class=\"product-card-body\"\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                    \u003cp class=\"text-main\"\u003e\n                        清潔感のあるホワイトと汚れが目立たずスタイリッシュなブラックの3色をご用意しました。シーンや好みに合わせてお選びいただけます。\n                    \u003c\/p\u003e\n\n                    \u003cdiv class=\"blue-box\"\u003e\n                        \u003cp class=\"text-main\" style=\"margin-bottom: 0;\"\u003e\n                            スリムな前幅設計により、長時間のデスクワークや家事動作でも腹部への圧迫感を抑えたい方におすすめです。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003c!-- Tab 3: 製品詳細情報 --\u003e\n            \u003csection 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                    \u003cdiv class=\"table-wrapper\"\u003e\n                        \u003ctable class=\"data-table spec-table\"\u003e\n                            \u003ctbody\u003e\n                                \u003ctr\u003e\n\u003cth\u003e背幅\u003c\/th\u003e\n\u003ctd\u003e18cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003cth\u003e前幅\u003c\/th\u003e\n\u003ctd\u003e11.5cm\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\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=\"table-wrapper\"\u003e\n                        \u003ctable class=\"data-table\"\u003e\n                            \u003cthead\u003e\n                                \u003ctr\u003e\n                                    \u003cth class=\"col-品番\"\u003e品番\u003c\/th\u003e\n                                    \u003cth class=\"col-サイズ\"\u003eサイズ\u003c\/th\u003e\n                                    \u003cth class=\"col-色\"\u003e色\u003c\/th\u003e\n                                    \u003cth class=\"col-周囲\"\u003e腸骨周囲\u003c\/th\u003e\n                                \u003c\/tr\u003e\n                            \u003c\/thead\u003e\n                            \u003ctbody\u003e\n                                \u003ctr\u003e\n\u003ctd\u003e000-1161\u003c\/td\u003e\n\u003ctd\u003eXL(LL)\u003c\/td\u003e\n\u003ctd\u003eﾌﾞﾗｯｸ\u003c\/td\u003e\n\u003ctd\u003e95～115cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003ctd\u003e000-1162\u003c\/td\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003eﾌﾞﾗｯｸ\u003c\/td\u003e\n\u003ctd\u003e80～100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003ctd\u003e000-1163\u003c\/td\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003eﾌﾞﾗｯｸ\u003c\/td\u003e\n\u003ctd\u003e68～85cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003ctd\u003e000-1164\u003c\/td\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003eﾌﾞﾗｯｸ\u003c\/td\u003e\n\u003ctd\u003e58～73cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003ctd\u003e000-1041\u003c\/td\u003e\n\u003ctd\u003eXL(LL)\u003c\/td\u003e\n\u003ctd\u003eﾎﾜｲﾄ\u003c\/td\u003e\n\u003ctd\u003e95～115cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003ctd\u003e000-1042\u003c\/td\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003eﾎﾜｲﾄ\u003c\/td\u003e\n\u003ctd\u003e80～100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003ctd\u003e000-1043\u003c\/td\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003eﾎﾜｲﾄ\u003c\/td\u003e\n\u003ctd\u003e68～85cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003ctd\u003e000-1044\u003c\/td\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003eﾎﾜｲﾄ\u003c\/td\u003e\n\u003ctd\u003e58～73cm\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\/section\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer Important Notes --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e■ベージュのみ在庫限りで廃番予定となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\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        if(buttons[index]) buttons[index].classList.add('active');\n        if(contents[index]) contents[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"XL(LL) \/ ﾌﾞﾗｯｸ \/ 95～115cm","offer_id":47333576245405,"sku":"0001161-00000G55","price":1626.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ﾌﾞﾗｯｸ \/ 80～100cm","offer_id":47329108721821,"sku":"0001162-00000G55","price":1626.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ﾌﾞﾗｯｸ \/ 68～85cm","offer_id":47333567070365,"sku":"0001163-00000G55","price":1626.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ﾌﾞﾗｯｸ \/ 58～73cm","offer_id":47338417881245,"sku":"0001164-00000G55","price":1626.0,"currency_code":"JPY","in_stock":true},{"title":"XL(LL) \/ ﾎﾜｲﾄ \/ 95～115cm","offer_id":47333713051805,"sku":"0001041-00000G55","price":1626.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ﾎﾜｲﾄ \/ 80～100cm","offer_id":47338546725021,"sku":"0001042-00000G55","price":1626.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ﾎﾜｲﾄ \/ 68～85cm","offer_id":47333746311325,"sku":"0001043-00000G55","price":1626.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ﾎﾜｲﾄ \/ 58～73cm","offer_id":47379842891933,"sku":"0001044-00000G55","price":1626.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G0001041_01_768b1e41-5fee-411b-a4a0-ea03f1bd4d40.png?v=1781668978","url":"https:\/\/ec.daiyak.co.jp\/products\/g0001041-00000g55","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}