{"product_id":"g0007821-00939053","title":"DXフロントニーガード","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\u003eDXフロントニーガード 製品紹介\u003c\/title\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;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* --- Design Tokens --- *\/\n        :root {\n            --main-blue: #006FC5;\n            --main-orange: #FF8800;\n            --bg-light-blue: #e6f3ff;\n            --bg-gray: #f9fafb;\n            --border-color: #d1d5db;\n            --warning-bg: #fff9d6; \/* 指定のクリーム色 *\/\n            --warning-text: #dc2626; \/* 赤色の文字 *\/\n        }\n\n        \/* --- Base Reset \u0026 Layout --- *\/\n        body {\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-gray);\n            font-family: \"Noto Sans JP\", \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Yu Gothic\", Meiryo, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px 15px;\n            width: 100%;\n            box-sizing: border-box;\n        }\n\n        \/* --- Typography --- *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            color: #111827;\n            border-bottom: 4px solid var(--main-orange);\n            margin-bottom: 2rem;\n            padding-bottom: 12px;\n            text-align: center;\n            line-height: 1.4;\n            display: inline-block;\n            width: 100%;\n        }\n        @media (min-width: 768px) {\n            .h1-style { \n                font-size: 2.2rem; \n                text-align: left;\n            }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            color: #111827;\n            border-bottom: 2px solid var(--main-orange);\n            margin: 1.5rem 0 1rem;\n            padding-bottom: 0.3rem;\n            display: inline-block;\n        }\n\n        .h2-recommend {\n            font-size: 1.875rem;\n            font-weight: 700;\n            border-bottom: 2px solid var(--main-orange);\n            margin: 2rem 0 1.5rem 0;\n            padding-bottom: 0.3rem;\n            display: block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: var(--main-blue);\n            margin: 1.5rem 0 0.8rem;\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        \/* チェックリストのスタイル *\/\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        \/* --- Tab 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            background-color: #fff;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            flex-wrap: wrap;\n        }\n        .tab-navigation::-webkit-scrollbar {\n            display: none;\n        }\n\n        .tab-button {\n            flex: 1 1 25%;\n            min-width: 120px;\n            padding: 16px 8px;\n            cursor: pointer;\n            background-color: #fff;\n            color: #333;\n            border: none;\n            border-right: 1px solid var(--main-blue);\n            font-weight: bold;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            white-space: nowrap;\n            box-sizing: border-box;\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.85rem;\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: #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            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            border-radius: 0 8px 8px 0;\n        }\n\n        .blue-box p {\n            margin: 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n            color: var(--main-blue);\n        }\n\n        \/* --- Tables --- *\/\n        .data-table-wrapper {\n            width: 100%;\n            margin-top: 24px;\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            background: #fff;\n            table-layout: fixed;\n        }\n\n        .data-table th, .data-table td {\n            padding: 12px 15px;\n            border: 1px solid #ddd;\n            font-size: 1.1rem;\n            text-align: left;\n            word-break: break-all;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #fff;\n            font-weight: 700;\n            width: 35%;\n        }\n\n        @media (min-width: 768px) {\n            .data-table th, .data-table td {\n                font-size: 1.25rem;\n            }\n        }\n\n        \/* --- Footer --- *\/\n        .footer-notice-box {\n            background-color: var(--warning-bg);\n            padding: 24px;\n            border: 2px solid var(--main-orange);\n            border-radius: 12px;\n            margin-top: 40px;\n            text-align: center;\n        }\n\n        .footer-notice-box p {\n            color: var(--warning-text);\n            margin: 0;\n            font-weight: 700;\n            font-size: 1.25rem;\n            line-height: 1.6;\n        }\n\n        \/* --- Responsive Tweaks --- *\/\n        @media (max-width: 640px) {\n            .product-card-body { padding: 16px 20px; }\n            .text-main, .blue-box p, .footer-notice-box p, .recommend-list li { font-size: 1.1rem; }\n            .h2-style, .h2-recommend { font-size: 1.4rem; }\n            .data-table th, .data-table td { \n                font-size: 0.9rem;\n                padding: 10px 8px; \n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title Section --\u003e\n    \u003cheader\u003e\n        \u003ch1 class=\"h1-style\"\u003e金属不使用でコンタクトスポーツにも対応。膝全体を圧迫サポート「DXフロントニーガード」\u003c\/h1\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-wrapper\"\u003e\n        \u003cnav class=\"tab-navigation\" role=\"tablist\"\u003e\n            \u003cbutton class=\"tab-button active\" onclick=\"showTab(0)\" role=\"tab\"\u003e製品特長\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(1)\" role=\"tab\"\u003e機能と構造\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(2)\" role=\"tab\"\u003eおすすめの方\u003c\/button\u003e\n            \u003cbutton class=\"tab-button\" onclick=\"showTab(3)\" role=\"tab\"\u003e製品詳細情報\u003c\/button\u003e\n        \u003c\/nav\u003e\n\n        \u003c!-- Tab Contents --\u003e\n        \u003cdiv id=\"tab-container\"\u003e\n            \n            \u003c!-- Tab 0: 製品特長 --\u003e\n            \u003cdiv id=\"tab-0\" class=\"tab-content active\" role=\"tabpanel\"\u003e\n                \u003cdiv class=\"product-card-body\"\u003e\n                    \u003ch2 class=\"h2-style\"\u003e金属・樹脂パーツ不使用の設計\u003c\/h2\u003e\n                    \u003cp class=\"text-main\"\u003e\n                        「DXフロントニーガード」は、サポーターに含まれる金属や樹脂といった硬質パーツを使用していないので、コンタクトスポーツ時の膝のサポートにおすすめの膝サポーターです。プレイヤー自身の保護はもちろん、相手選手への接触リスクも抑え、膝関節のサポート力を両立しています。\n                    \u003c\/p\u003e\n                    \u003cdiv class=\"blue-box\"\u003e\n                        \u003cp\u003e金属、樹脂不使用により、コンタクトスポーツ現場での使いやすさを追求。膝全体の圧迫と安定感を実現します。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Tab 1: 機能と構造 --\u003e\n            \u003cdiv id=\"tab-1\" class=\"tab-content\" role=\"tabpanel\"\u003e\n                \u003cdiv class=\"product-card-body\"\u003e\n                    \u003ch2 class=\"h2-style\"\u003e膝全体を包み込むロング設計\u003c\/h2\u003e\n                    \u003cp class=\"text-main\"\u003e\n                        膝サポーターとしての保持力を高めるため、通常の膝サポーターより長めな丈30cmの設計にしました。膝関節の広範囲をカバーし、膝全体を圧迫します。左右兼用モデルのため、どちらの脚にも違和感なく装着することができます。\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 2: おすすめの方 --\u003e\n            \u003cdiv id=\"tab-2\" class=\"tab-content\" role=\"tabpanel\"\u003e\n                \u003cdiv class=\"product-card-body\"\u003e\n                    \u003c!-- こんな方にオススメセクション --\u003e\n                    \u003ch2 class=\"h2-recommend\"\u003e■こんな方にオススメ\u003c\/h2\u003e\n                    \u003cul class=\"recommend-list\"\u003e\n                        \u003cli\u003eひざ全体にしっかりと圧迫をかけたい方\u003c\/li\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                        「DXフロントニーガード」は金属、樹脂不使用なのでラグビーやサッカーなどのコンタクトスポーツの場面におすすめです。膝が不安な時やけが後の復帰、などさまざまな場面でアスリートの膝を支えます。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Tab 3: 製品詳細情報 --\u003e\n            \u003cdiv id=\"tab-3\" class=\"tab-content\" role=\"tabpanel\"\u003e\n                \u003cdiv class=\"product-card-body\"\u003e\n                    \u003ch2 class=\"h2-style\"\u003e製品詳細情報\u003c\/h2\u003e\n                    \n                    \u003ch3 class=\"h3-style\" style=\"margin-top: 0;\"\u003e基本仕様\u003c\/h3\u003e\n                    \u003cdiv class=\"data-table-wrapper\"\u003e\n                        \u003ctable class=\"data-table\"\u003e\n                            \u003ctbody\u003e\n                                \u003ctr\u003e\n\u003cth\u003e製品名\u003c\/th\u003e\n\u003ctd\u003eDXフロントニーガード\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\u003e1枚（片足分）\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003cth\u003e丈\u003c\/th\u003e\n\u003ctd\u003e30cm\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\u003eLL：58㎝、フリー55㎝\u003c\/td\u003e\n\u003c\/tr\u003e\n                                \u003ctr\u003e\n\u003cth\u003e全長（ふくらはぎ）\u003c\/th\u003e\n\u003ctd\u003eLL：50㎝、フリー：47㎝\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-wrapper\"\u003e\n                        \u003ctable class=\"data-table\"\u003e\n                            \u003cthead\u003e\n                                \u003ctr\u003e\n                                    \u003cth style=\"width: 30%; text-align: center;\"\u003e品番\u003c\/th\u003e\n                                    \u003cth style=\"width: 30%; text-align: center;\"\u003eサイズ\u003c\/th\u003e\n                                    \u003cth style=\"width: 40%; text-align: center;\"\u003e膝上10㎝周囲\u003c\/th\u003e\n                                \u003c\/tr\u003e\n                            \u003c\/thead\u003e\n                            \u003ctbody\u003e\n                                \u003ctr\u003e\n                                    \u003ctd style=\"text-align: center;\"\u003e000-7821\u003c\/td\u003e\n                                    \u003ctd style=\"text-align: center;\"\u003eLL\u003c\/td\u003e\n                                    \u003ctd style=\"text-align: center;\"\u003e37～60cm\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd style=\"text-align: center;\"\u003e000-7822\u003c\/td\u003e\n                                    \u003ctd style=\"text-align: center;\"\u003eM-L(ﾌﾘｰ)\u003c\/td\u003e\n                                    \u003ctd style=\"text-align: center;\"\u003e34～55cm\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        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer Notice Area --\u003e\n    \u003cdiv class=\"footer-notice-box\"\u003e\n        \u003cp\u003e※本製品は左右兼用です。\u003c\/p\u003e\n        \u003cp\u003e※本製品は1枚（片足）入りです。両足でご使用の場合は2点ご購入ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    function showTab(index) {\n        \/\/ 全コンテンツを非表示にする\n        const contents = document.querySelectorAll('.tab-content');\n        contents.forEach(content =\u003e content.classList.remove('active'));\n\n        \/\/ 全ボタンからactiveクラスを解除する\n        const buttons = document.querySelectorAll('.tab-button');\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n\n        \/\/ 指定されたインデックスのコンテンツとボタンをactiveにする\n        const targetContent = document.getElementById('tab-' + index);\n        if (targetContent) {\n            targetContent.classList.add('active');\n        }\n        if (buttons[index]) {\n            buttons[index].classList.add('active');\n        }\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"LL \/ 37～60cm","offer_id":47172904583325,"sku":"0007821-00939053","price":5082.0,"currency_code":"JPY","in_stock":true},{"title":"M-L(ﾌﾘｰ) \/ 34～55cm","offer_id":47165281075357,"sku":"0007822-00939053","price":4620.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/DX__1080x1080_01_85786751-486c-453c-b349-25dc5872feac.png?v=1781667513","url":"https:\/\/ec.daiyak.co.jp\/products\/g0007821-00939053","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}