{"product_id":"g1266088-00063120","title":"メンQマッサージクリーム","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メンQマッサージクリーム 製品説明\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            --footer-bg: #fef3c7;\n            --footer-text: #dc2626;\n            --white: #ffffff;\n            --border-gray: #f3f4f6;\n        }\n\n        body {\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: var(--bg-overall);\n            margin: 0;\n            padding: 20px 0;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 0 16px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            text-align: center;\n            border-bottom: 4px solid var(--main-orange);\n            display: inline-block;\n            width: 100%;\n            margin-bottom: 32px;\n            padding-bottom: 8px;\n        }\n\n        @media (min-width: 768px) {\n            .h1-style {\n                font-size: 2.5rem;\n                text-align: left;\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            margin-top: 0;\n            margin-bottom: 24px;\n            padding-bottom: 4px;\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: 32px;\n            margin-bottom: 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 24px;\n        }\n\n        \/* Tab System *\/\n        .tab-container {\n            margin-bottom: 40px;\n        }\n\n        .tab-navigation {\n            display: flex;\n            flex-wrap: wrap;\n            border: 1px solid var(--main-blue);\n            border-radius: 8px 8px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1;\n            min-width: 150px;\n            padding: 16px 8px;\n            font-size: 1.125rem;\n            font-weight: 700;\n            background-color: var(--white);\n            color: #000;\n            border: none;\n            cursor: pointer;\n            text-align: center;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-right: 1px solid var(--main-blue);\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: var(--white);\n        }\n\n        @media (max-width: 767px) {\n            .tab-button {\n                flex-basis: 50%;\n                font-size: 0.9rem;\n                padding: 14px 4px;\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; }\n            to { opacity: 1; }\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            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-gray);\n            border-top: none;\n        }\n\n        \/* Blue Box (Special Highlight) *\/\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: 4px;\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        \/* Table Style *\/\n        .table-wrapper {\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid var(--border-gray);\n            margin-bottom: 32px;\n        }\n\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 500px;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: var(--white);\n            text-align: left;\n            padding: 12px 16px;\n            font-size: 1.25rem; \/* 20px *\/\n            width: 35%;\n            border-bottom: 1px solid #fff;\n        }\n\n        .data-table td {\n            padding: 12px 16px;\n            font-size: 1.25rem; \/* 20px *\/\n            border-bottom: 1px solid var(--border-gray);\n            background-color: #fff;\n        }\n\n        .data-table tr:last-child th, .data-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: var(--footer-bg);\n            border: 2px solid var(--footer-text);\n            padding: 24px;\n            margin-top: 40px;\n            border-radius: 8px;\n            text-align: center;\n        }\n\n        .footer-important-notes p {\n            color: var(--footer-text);\n            font-weight: 800;\n            font-size: 1.25rem;\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .h2-style { font-size: 1.5rem; }\n            .h3-style, .text-main, .blue-box p { font-size: 1.1rem; }\n            .data-table th, .data-table td { font-size: 1rem; padding: 12px 8px; }\n            .footer-important-notes p { font-size: 1.1rem; }\n        }\n\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container\"\u003e\n    \u003c!-- H1 Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003eスポーツ前・スポーツ後のクールダウンに！「メンQマッサージクリーム」\u003c\/h1\u003e\n\n    \u003cdiv class=\"tab-container\"\u003e\n        \u003c!-- Tab Navigation --\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        \u003c\/nav\u003e\n\n        \u003c!-- Tab 1: 商品特長・成分 --\u003e\n        \u003cdiv id=\"tab1\" 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                    激しい運動やトレーニングの後は、筋肉に熱がこもりやすく、適切なケアが欠かせません。メンQマッサージクリームは、スポーツ前・スポーツ後のクールダウンにおすすめのマッサージクリームです。クール成分のサリチル酸メチルを配合しており、やわらかで伸びのよいクリームです。\n                \u003c\/p\u003e\n                \u003cdiv class=\"blue-box\"\u003e\n                    \u003cp\u003eメントールとサリチル酸メチルの相乗作用により、マッサージによるリフレッシュを。スポーツ現場でのコンディショニングに適した商品です。\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003ch2 class=\"h2-style\"\u003eメンQマッサージクリームの成分\u003c\/h2\u003e\n                \u003ch3 class=\"h3-style\"\u003eサリチル酸メチル配合\u003c\/h3\u003e\n                \u003cp class=\"text-main\"\u003e\n                    メンQマッサージクリーム成分のサリチル酸メチルは、塗布することで肌に爽快感を与えます。マッサージなどと併用することで、スポーツ前後のコンディションを整えるサポートをします。\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 3: 詳細情報 --\u003e\n        \u003cdiv id=\"tab3\" 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\"\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                        \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\u003e65g\u003c\/td\u003e\n                         \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e内容量\u003c\/th\u003e\n                            \u003ctd\u003e1ケース\/10ケ入\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                        \n                    \n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e【医療関係者の方専売品となります】\u003c\/p\u003e\n        \u003cp\u003e1ケースをご希望の方は10点ご注文ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n    function showTab(event, tabId) {\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        \/\/ 選択されたタブを表示\n        document.getElementById(tabId).classList.add('active');\n        \n        \/\/ クリックされたボタンにactiveクラスを追加\n        event.currentTarget.classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"65g","offer_id":46458627031197,"sku":"1266088-00063120","price":545.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G1266088_5CG1266088_01_86923d91-8891-4154-9939-1cb4c6f244da.jpg?v=1781662847","url":"https:\/\/ec.daiyak.co.jp\/products\/g1266088-00063120","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}