{"title":"大石膏盛堂","description":null,"products":[{"product_id":"g1710000","title":"パステルハップL","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パステルハップL 製品紹介\u003c\/title\u003e\n    \u003c!-- Noto Sans JP フォントの読み込み --\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\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: 'Noto Sans JP', sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003eパステルハップL｜アルニカチンキ配合の肌にやさしい微香性冷感パップ剤\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cnav class=\"tab-container\"\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    \n    \u003c!-- Tab 0: 商品特長 --\u003e\n    \u003cdiv id=\"tab0\" 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                「パステルハップL」は、鎮痛消炎成分のサリチル酸グリコールを含む微香性の冷感パップ剤です。消炎作用のあるアルニカチンキと、血行を促進するトコフェロール酢酸エステル（ビタミンＥ）を配合し、痛みにアプローチします。\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\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                [第3類医薬品] サリチル酸グリコールやアルニカチンキなどを配合した、肌にやさしい微香性の冷感パップ剤。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 1: 成分・効果効能 --\u003e\n    \u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003eパステルハップL　成分・分量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e膏体100g中に次の成分を含んでいます。（1枚14g）\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table ingredients-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサリチル酸グリコール\u003c\/th\u003e\n                            \u003ctd\u003e1.0g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003el-メントール\u003c\/th\u003e\n                            \u003ctd\u003e0.5g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eトコフェロール酢酸エステル\u003c\/th\u003e\n                            \u003ctd\u003e0.2g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eアルニカチンキ\u003c\/th\u003e\n                            \u003ctd\u003e1.0mL（原生薬換算量 0.2g）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-main\"\u003e\n                \u003csmall\u003e添加物としてエデト酸Na、ゼラチン、アクリル酸デンプン、カルボキシビニルポリマー、グリセリン、D-ソルビトール、ヒマシ油、ポリアクリル酸、ポリアクリル酸部分中和物、ポリビニルアルコール(部分けん化物)、エタノール、その他2成分を含有します。\u003c\/small\u003e\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                腰痛、打撲、捻挫、肩こり、関節痛、筋肉痛、筋肉疲労、しもやけ\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                1日1～2回薬面の上のライナーをはがして患部にお貼りください。\n            \u003c\/p\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e＜使用方法＞\u003c\/h3\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 必要であれば包帯、テープ等で止めてください。\u003c\/li\u003e\n                \u003cli\u003e(2) 患部の広さに応じてライナーの上から適当な大きさに切ってお使いください。\u003c\/li\u003e\n                \u003cli\u003e(3) 貼る前に、タテ・ヨコに2〜3回軽く伸ばして貼るとよりピッタリ貼れます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 小児に使用させる場合には、保護者の指導監督のもとに使用させてください。\u003c\/li\u003e\n                \u003cli\u003e(2) 患部の皮膚は清潔にし、汗等をよく拭きとってからお貼りください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n    \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n            \u003cdiv class=\"tab-notice-box\"\u003e\n                \u003cp\u003e■ご使用に際して、説明書を必ずお読みください。また、必要なときに読めるように大切に保管してください。\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: 700;\"\u003e\n                (守らないと現在の症状が悪化したり、副作用が起こりやすくなります)\n            \u003c\/p\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e次の部位には使用しないでください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e(1) 目の周囲、粘膜等。\u003c\/li\u003e\n                \u003cli\u003e(2) 湿疹、かぶれ、傷口。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【相談すること】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1. 次の人は使用前に医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e薬などによりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2. 使用後、次の症状があらわれた場合は副作用の可能性があるので、直ちに使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e関係部位\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e皮膚\u003c\/td\u003e\n                        \u003ctd\u003e発疹・発赤、かゆみ\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3. 5～6日間使用しても症状がよくならない場合は使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n\n            \u003ch3 class=\"h3-style\" style=\"margin-top: 32px;\"\u003e■保管及び取扱い上の注意\u003c\/h3\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e（1）直射日光の当たらない湿気の少ない涼しい所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e（2）小児の手の届かない所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e（3）他の容器に入れかえないでください。（誤用の原因になったり品質が変わります）\u003c\/li\u003e\n                \u003cli\u003e（4）品質保持のため、未使用分はこの袋に入れ、開封口をきちんとしめ、外気にふれないようにして保管してください。\u003c\/li\u003e\n                \u003cli\u003e（5）使用期限を過ぎた製品は使用しないでください。\u003c\/li\u003e\n            \u003c\/ul\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            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e商品名\u003c\/th\u003e\n                            \u003ctd\u003eパステルハップL\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e区分\u003c\/th\u003e\n                            \u003ctd\u003e第3類医薬品\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e成分・分量\u003cbr\u003e(膏体100g中)\u003c\/th\u003e\n                            \u003ctd\u003eサリチル酸グリコール 1.0g、l-メントール 0.5g、トコフェロール酢酸エステル 0.2g、アルニカチンキ 1.0mL\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\u003e6枚入×100袋(10×14cm)\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!-- Important Notes Footer Section --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e※医療関係者の方専売品となります。\u003c\/p\u003e\n     　 \u003cp style=\"margin-top: 16px;\"\u003eメーカー在庫限りでリニューアルとなります（2026\/10月頃予定）\u003c\/p\u003e\n        \u003cp style=\"margin-top: 16px;\"\u003e■【オンラインストアリニューアルオープン記念】1箱からまとメリット対応中！\u003c\/p\u003e\n    \u003c\/div\u003e\n\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        \/\/ 選択されたタブを表示\n        document.getElementById('tab' + index).classList.add('active');\n        buttons[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"6枚入×100袋(10×14cm)","offer_id":46239931564189,"sku":"1710001","price":9570.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G1710000_01.jpg?v=1775121320"},{"product_id":"g1710010","title":"アイシングシート","description":"\u003cp\u003e1枚20gの膏体量。水分（70％）含有冷却シート。 \u003cbr\u003eボリューム感のある質感で、冷却時間が長時間持続します。 \u003cbr\u003e伸縮性の高い不織布採用で、ピッタリフィット。\u003c\/p\u003e\n\u003cp\u003e※冷感タイプ \u003cbr\u003e※雑品\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e【オンラインストアリニューアルオープン記念】1箱からまとメリット対応中！\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e 【医療関係者の方専売品となります】\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: white;\"\u003e----------\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 20px; font-weight: bold;\"\u003eサイズ表\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e品番\u003c\/th\u003e\n\u003cth\u003e種類\u003c\/th\u003e\n\u003cth\u003e包装\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e171-0010\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eS\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e5枚入 × 100袋(10 × 14cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e171-0011\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eL\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e5枚入 × 50袋(20 × 14cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"daiya-k","offers":[{"title":"S \/ 5枚入×100袋(10×14cm)","offer_id":46438975832221,"sku":"1710010","price":9570.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 5枚入×50袋(20×14cm)","offer_id":46459942109341,"sku":"1710011","price":9570.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/179297.jpg?v=1738740744"},{"product_id":"g1710201","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\u003eビーエスバンDXローション 製品紹介\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003eビーエスバンDXローション｜鎮痛消炎成分ジクロフェナクナトリウム配合のローション剤　成分・用法用量\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cnav class=\"tab-container\"\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    \n    \u003c!-- Tab 0: 商品特徴 --\u003e\n    \u003cdiv id=\"tab0\" 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                「ビーエスバンDXローション」は、鎮痛消炎成分のジクロフェナクナトリウムを含む第2類医薬品のローション剤です。有効成分ジクロフェナクナトリウムの働きで、腰痛、肩の痛み、関節痛等の症状を改善します。\n            \u003c\/p\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003el-メントール配合で爽快感\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                l-メントールが配合されており、患部に爽快感をあたえ、つらい痛みをやわらげます。ローションタイプのため、手を汚さずに広範囲に塗布しやすいのが特長です。\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                鎮痛消炎成分ジクロフェナクナトリウム配合。l-メントールが爽快感をあたえ、痛みをやわらげる。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 1: 成分・効果効能 --\u003e\n    \u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003eビーエスバンDXローション　成分分量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e1g中に次の成分を含んでいます。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table ingredients-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eジクロフェナクナトリウム\u003c\/th\u003e\n                            \u003ctd\u003e10mg\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003el-メントール\u003c\/th\u003e\n                            \u003ctd\u003e30mg\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                腰痛、肩こりに伴う肩の痛み、関節痛、筋肉痛、腱鞘炎（手・手首の痛み）、肘の痛み（テニス肘など）、打撲、捻挫\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                1日3～4回適量を患部に塗布してください。ただし塗布部位をラップフィルム等の通気性の悪いもので覆わないでください。なお、本成分を含む他の外用剤を併用しないでください。\u003cbr\u003e\n                \u003cstrong style=\"color: #dc2626;\"\u003e※15歳未満の小児は使用しないでください。\u003c\/strong\u003e\n            \u003c\/p\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n            \u003col class=\"usage-notes-list\"\u003e\n                \u003cli\u003e定められた用法・用量を厳守してください。\u003c\/li\u003e\n                \u003cli\u003e本剤は、痛みやはれ等の原因となっている病気を治療するのではなく、痛みやはれ等の症状のみを治療する薬剤ですので、症状がある場合だけ使用してください。\u003c\/li\u003e\n                \u003cli\u003e本剤は外用にのみ使用し、内服しないでください。\u003c\/li\u003e\n                \u003cli\u003e1週間あたり50mLを超えて使用しないでください。\u003c\/li\u003e\n                \u003cli\u003e目に入らないよう注意してください。万一、目に入った場合には、すぐに水又はぬるま湯で洗ってください。なお、症状が重い場合には、眼科医の診療を受けてください。\u003c\/li\u003e\n                \u003cli\u003e使用部位に他の外用剤を併用しないでください。\u003c\/li\u003e\n                \u003cli\u003e通気性の悪いもの（ラップフィルム，矯正ベルト等）で使用部位を覆い、密封状態にしないでください。\u003c\/li\u003e\n                \u003cli\u003eスポンジ面を下に向け、軽く押すようにしてスポンジ面に薬液を十分しみ込ませてからご使用ください。\u003c\/li\u003e\n            \u003c\/ol\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 2: 用法・用量 (詳細) --\u003e\n    \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n            \u003cdiv class=\"tab-notice-box\"\u003e\n                \u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003eしてはいけないこと\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: 700;\"\u003e\n                （守らないと現在の症状が悪化したり、副作用が起こりやすくなります）\n            \u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1．次の人は使用しないでください。\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e（1）本剤又は本剤の成分によりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n                \u003cli\u003e（2）ぜんそくを起こしたことがある人。\u003c\/li\u003e\n                \u003cli\u003e（3）妊婦又は妊娠していると思われる人。\u003c\/li\u003e\n                \u003cli\u003e（4）15歳未満の小児。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2．次の部位には使用しないでください。\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e（1）目の周囲，粘膜等。\u003c\/li\u003e\n                \u003cli\u003e（2）皮膚の弱い部位（顔，頭，わきの下等）。\u003c\/li\u003e\n                \u003cli\u003e（3）湿疹，かぶれ，傷口。\u003c\/li\u003e\n                \u003cli\u003e（4）みずむし・たむし等又は化膿している患部。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3．本剤を使用している間は，他の外用鎮痛消炎剤を使用しないでください。\u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e4．長期連用しないでください。\u003c\/p\u003e\n\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                【重要】15歳未満の小児は使用しないでください。\n            \u003c\/div\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e相談すること\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1．次の人は使用前に医師，薬剤師又は登録販売者にご相談ください。\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e（1）医師の治療を受けている人。\u003c\/li\u003e\n                \u003cli\u003e（2）薬などによりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n                \u003cli\u003e（3）次の医薬品の投与を受けている人：ニューキノロン系抗菌剤\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2．使用中又は使用後，次の症状があらわれた場合は副作用の可能性があるので，直ちに使用を中止し，この説明文書を持って医師，薬剤師又は登録販売者にご相談ください。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e関係部位\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e皮膚\u003c\/td\u003e\n                        \u003ctd\u003e発疹・発赤，かゆみ，かぶれ，はれ，痛み，刺激感，熱感，皮膚のあれ，落屑（フケ，アカのような皮膚のはがれ），水疱，色素沈着\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-main\"\u003eまれに下記の重篤な症状が起こることがあります．その場合は直ちに医師の診療を受けてください．\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e症状の名称\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eショック\u003cbr\u003e（アナフィラキシー）\u003c\/td\u003e\n                        \u003ctd\u003e使用後すぐに，皮膚のかゆみ，じんましん，声のかすれ，くしゃみ，のどのかゆみ，息苦しさ，動悸，意識の混濁等があらわれます．\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e接触皮膚炎，\u003cbr\u003e光線過敏症\u003c\/td\u003e\n                        \u003ctd\u003e塗布部に強いかゆみを伴う発疹・発赤，はれ，刺激感，水疱・ただれ等の激しい皮膚炎症状や色素沈着，白斑があらわれ，中には発疹・発赤，かゆみ等の症状が全身にひろがることがあります．また，日光が当たった部位に症状があらわれたり，悪化することがあります．\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3．5～6日間使用しても症状がよくならない場合は使用を中止し，この説明文書を持って医師，薬剤師又は登録販売者にご相談ください。\u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: 700;\"\u003e■保管および取り扱い上の注意\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e（1）直射日光の当たらない涼しい所に密栓して保管してください。\u003c\/li\u003e\n                \u003cli\u003e（2）小児の手の届かない所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e（3）他の容器に入れ替えないでください（誤用の原因になったり，品質が変わることがあります。）。\u003c\/li\u003e\n                \u003cli\u003e（4）火気に近づけないでください。\u003c\/li\u003e\n                \u003cli\u003e（5）メガネ、時計、アクセサリー等の金属類、アルコール類や油脂類等で変質・変色のおそれのあるもの（プラスチック製品，化学繊維，皮革，家具，床等）への本剤の付着は避けてください。\u003c\/li\u003e\n                \u003cli\u003e（6）使用期限を過ぎた製品は使用しないでください。なお，使用期限内であっても，開封後はなるべく速やかに使用してください。\u003c\/li\u003e\n            \u003c\/ul\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            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e商品名\u003c\/th\u003e\n                            \u003ctd\u003eビーエスバンDXローション\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                       　　　 \u003cth\u003e区分\u003c\/th\u003e\n                            \u003ctd\u003e第2類医薬品\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e成分分量(1g中)\u003c\/th\u003e\n                            \u003ctd\u003eジクロフェナクナトリウム 10mg、、l-メントール 30mg\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e容量\u003c\/th\u003e\n                            \u003ctd\u003e100ｍL\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\u003e腰痛、肩こりに伴う肩の痛み、関節痛、筋肉痛、腱鞘炎（手・手首の痛み）、肘の痛み（テニス肘など）、打撲、捻挫\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!-- Important Notes Footer Section --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e※医療関係者専売品\u003c\/p\u003e\n    \u003c\/div\u003e\n\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        \/\/ 選択されたタブを表示\n        document.getElementById('tab' + index).classList.add('active');\n        buttons[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"100ml \/ 1本","offer_id":46438977306781,"sku":"1710201","price":704.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G1710201_5CG1710201_01.jpg?v=1762142777"},{"product_id":"g1710090","title":"アイシングシートN","description":"\u003cp\u003e高含水体（水分約70％）により、冷却力が強く、長時間アイシング効果を持続します。 \u003cbr\u003e皮膚にやさしく、冷感による爽やかで心地よい使用感です。 \u003cbr\u003e粘着性が強く、伸縮性のある基布をい使用しているので、屈伸部の動きにもぴったりとフィットします。\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e【医療関係者の方専売品となります】\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e※2026年8月31日ご注文分より価格改定となります。\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: white;\"\u003e----------\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 20px; font-weight: bold;\"\u003eサイズ表\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e品番\u003c\/th\u003e\n\u003cth\u003e包装\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e171-0090\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e5枚入 × 100袋(10 × 14cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"daiya-k","offers":[{"title":"5枚入×100袋(10×14cm)","offer_id":46438986645661,"sku":"1710090","price":8030.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/204032.png?v=1738740545"},{"product_id":"g1710200","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\u003eビーエスバンDXゲル 製品紹介\u003c\/title\u003e\n    \u003c!-- Noto Sans JP フォントの読み込み --\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\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: 'Noto Sans JP', sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003eビーエスバンDXゲル｜鎮痛消炎成分ジクロフェナクナトリウム配合のゲル剤\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cnav class=\"tab-container\"\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    \n    \u003c!-- Tab 0: 商品特徴 --\u003e\n    \u003cdiv id=\"tab0\" 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                「ビーエスバンDXゲル」は、鎮痛消炎成分のジクロフェナクナトリウムを含むゲル剤です。有効成分ジクロフェナクナトリウムの働きで、腰痛、肩の痛み、関節痛等を改善します。\n            \u003c\/p\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003el-メントール配合で爽快感\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                l-メントールが爽快感をあたえ、痛みをやわらげます。\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                [第2類医薬品] 鎮痛消炎成分ジクロフェナクナトリウム配合。爽快感を与えるゲル剤。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 1: 成分・効果効能 --\u003e\n    \u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003eビーエスバンDXゲル　成分・分量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e1g中に次の成分を含んでいます。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table ingredients-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eジクロフェナクナトリウム\u003c\/th\u003e\n                            \u003ctd\u003e10mg\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003el-メントール\u003c\/th\u003e\n                            \u003ctd\u003e30mg\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                腰痛，肩こりに伴う肩の痛み，関節痛，筋肉痛，腱鞘炎（手・手首の痛み），肘の痛み（テニス肘など），打撲、捻挫\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                1日3～4回適量を患部に塗擦してください。ただし塗擦部位をラップフィルム等の通気性の悪いもので覆わないでください。なお，本成分を含む他の外用剤を併用しないでください。\u003cbr\u003e\n                \u003cstrong style=\"color: #dc2626;\"\u003e※15歳未満の小児は使用しないでください。\u003c\/strong\u003e\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n    \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n            \u003cdiv class=\"tab-notice-box\"\u003e\n                \u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: 700;\"\u003e\n                （守らないと現在の症状が悪化したり，副作用が起こりやすくなります）\n            \u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1．次の人は使用しないでください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e（1）本剤又は本剤の成分によりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n                \u003cli\u003e（2）ぜんそくを起こしたことがある人。\u003c\/li\u003e\n                \u003cli\u003e（3）妊婦又は妊娠していると思われる人。\u003c\/li\u003e\n                \u003cli\u003e（4）15歳未満の小児。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2．次の部位には使用しないでください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e（1）目の周囲，粘膜等。\u003c\/li\u003e\n                \u003cli\u003e（2）皮膚の弱い部位（顔，頭，わきの下等）。\u003c\/li\u003e\n                \u003cli\u003e（3）湿疹，かぶれ，傷口。\u003c\/li\u003e\n                \u003cli\u003e（4）みずむし・たむし等又は化膿している患部。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3．本剤を使用している間は，他の外用鎮痛消炎剤を使用しないでください\u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e4．長期連用しないでください\u003c\/p\u003e\n\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                【重要】15歳未満の小児は使用しないでください。\n            \u003c\/div\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: 700;\"\u003e■保管及び取扱い上の注意\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e（1）直射日光の当たらない涼しい所に密栓して保管してください。\u003c\/li\u003e\n                \u003cli\u003e（2）小児の手の届かない所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e（3）他の容器に入れ替えないでください（誤用の原因になったり，品質が変わることがあります。）。\u003c\/li\u003e\n                \u003cli\u003e（4）火気に近づけないでください。\u003c\/li\u003e\n                \u003cli\u003e（5）メガネ，時計，アクセサリー等の金属類，アルコール類や油脂類等で変質・変色のおそれのあるもの（プラスチック製品，化学繊維，皮革，家具，床等）への本剤の付着は避けてください。\u003c\/li\u003e\n                \u003cli\u003e（6）使用期限を過ぎた製品は使用しないでください。なお，使用期限内であっても，開封後はなるべく速やかに使用してください。\u003c\/li\u003e\n            \u003c\/ul\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            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e商品名\u003c\/th\u003e\n                            \u003ctd\u003eビーエスバンDXゲル\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                       　　　 \u003cth\u003e区分\u003c\/th\u003e\n                            \u003ctd\u003e第2類医薬品\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e成分分量\u003cbr\u003e(1g中)\u003c\/th\u003e\n                            \u003ctd\u003eジクロフェナクナトリウム 10mg、l-メントール 30mg\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\u003e60ｇ\/1本\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!-- Important Notes Footer Section --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e※医療関係者の方専売品となります\u003c\/p\u003e\n    \u003c\/div\u003e\n\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        \/\/ 選択されたタブを表示\n        document.getElementById('tab' + index).classList.add('active');\n        buttons[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"60g \/ 1本","offer_id":46438988382365,"sku":"1710200","price":660.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/278471.jpg?v=1738740160"},{"product_id":"g1710046","title":"パスキネルゲルシート","description":"\u003cp\u003e清涼成分サリチル酸メチル配合冷却シート。 \u003cbr\u003e粘着性と伸縮性の高い基布を使用しています。 \u003cbr\u003e肌にもピッタリフィットします。\u003c\/p\u003e\n\u003cp\u003e成分：水、ソルビトール、グリセリン、ポリアクリル酸Na、セルロースガム、ポリビニルアルコール、カルボマー、ヒマシ油、酒石鹸、dℓ-カンフル、ℓ-メントール、酸化チタン、サリチル酸メチル、ポリソルベート80、EDTA-2Na、メタケイ酸アルミン酸Mg\u003c\/p\u003e\n\u003cp\u003e※冷感タイプ \u003cbr\u003e※化粧品\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e【オンラインストアリニューアルオープン記念】1箱からまとメリット対応中！\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e【医療関係者の方専売品となります】\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e※2026年8月31日ご注文分より価格改定となります。\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: white;\"\u003e----------\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 20px; font-weight: bold;\"\u003eサイズ表\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e品番\u003c\/th\u003e\n\u003cth\u003e包装\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e171-0046\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e6枚入 × 100袋(10 × 14cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"daiya-k","offers":[{"title":"6枚入×100袋(10×14cm)","offer_id":46438995591325,"sku":"1710046","price":9240.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/151194.jpg?v=1738737441"},{"product_id":"g1710230","title":"ロキエフェクトLXローションα","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ロキエフェクトLXローションα 製品紹介\u003c\/title\u003e\n    \u003c!-- Noto Sans JP フォントの読み込み --\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\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: 'Noto Sans JP', sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003eロキエフェクトLXローションα｜鎮痛消炎効果を発揮するローション剤\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cnav class=\"tab-container\"\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    \n    \u003c!-- Tab 0: 商品特長 --\u003e\n    \u003cdiv id=\"tab0\" 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                「ロキエフェクトLXローションα」は、ロキソプロフェンナトリウム水和物を配合し、鎮痛消炎効果を発揮します。\n            \u003c\/p\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003eベタつきが少なく乾きが早い\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                ベタつきが少なく、乾きが早いローション剤なので、手軽に塗布でき、衣服などを汚しにくいのも特長です。清涼感を与えるl-メントールも配合しています。\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                [第2類医薬品] ロキソプロフェンナトリウム水和物配合。乾きが早くベタつきが少ないローション剤。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 1: 成分・効果効能 --\u003e\n    \u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003eロキエフェクトLXローションα　成分・分量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e100g中に次の成分を含んでいます。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table ingredients-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eロキソプロフェンナトリウム水和物\u003c\/th\u003e\n                            \u003ctd\u003e1.13g\u003cbr\u003e（無水物として1g）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003el-メントール\u003c\/th\u003e\n                            \u003ctd\u003e3g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-main\"\u003e\n                \u003csmall\u003e添加物：ヒプロメロース、クエン酸水和物、クエン酸ナトリウム水和物、エタノール、精製水\u003c\/small\u003e\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                腰痛、肩こりに伴う肩の痛み、関節痛、筋肉痛、腱鞘炎（手・手首の痛み）、肘の痛み（テニス肘など）、打撲、捻挫\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                1日3～4回、適量を患部に塗布してください。\u003cbr\u003e\n                \u003cstrong style=\"color: #dc2626;\"\u003e※15歳未満の小児は使用しないでください。\u003c\/strong\u003e\n            \u003c\/p\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n            \u003col class=\"usage-notes-list\"\u003e\n                \u003cli\u003e用法・用量を厳守してください。\u003c\/li\u003e\n                \u003cli\u003e使用部位をラップフィルム等の通気性の悪いもので覆わないでください。\u003c\/li\u003e\n                \u003cli\u003e本剤は、痛みやはれ等の原因になっている病気を治療するのではなく、痛みやはれ等の症状のみを治療する薬剤なので、症状がある場合だけ使用してください。\u003c\/li\u003e\n                \u003cli\u003e塗布部を肌に数回押し当て、スポンジ部に薬液を十分しみこませてから使用してください。\u003c\/li\u003e\n                \u003cli\u003e1回あたり約2g※、1週間あたり50gを超えて使用しないでください。\u003cbr\u003e\n                \u003csmall\u003e（※スポンジ部を患部に押し当てたまま、約20cmスライドさせると約0.3gの薬液が出ます。これを6〜7回繰り返すと、約2gの使用量となりますので目安としてください。）\u003c\/small\u003e\n\u003c\/li\u003e\n                \u003cli\u003e目に入らないように注意してください。万一、目に入った場合には、すぐに水又はぬるま湯で洗ってください。なお、症状が重い場合には、眼科医の診療を受けてください。\u003c\/li\u003e\n                \u003cli\u003e外用にのみ使用してください。\u003c\/li\u003e\n            \u003c\/ol\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n    \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n            \u003cdiv class=\"tab-notice-box\"\u003e\n                \u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: 700;\"\u003e\n                （守らないと現在の症状が悪化したり、副作用が起こりやすくなります）\n            \u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1．次の人は使用しないでください。\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e（1）本剤又は本剤の成分によりアレルギー症状を起こしたことがある人\u003c\/li\u003e\n                \u003cli\u003e（2）本剤又は他の解熱鎮痛薬、かぜ薬、外用鎮痛消炎薬を使用してぜんそくを起こしたことがある人\u003c\/li\u003e\n                \u003cli\u003e（3）15歳未満の小児\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2．次の部位には使用しないでください。\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e（1）目の周囲，粘膜等\u003c\/li\u003e\n                \u003cli\u003e（2）皮膚の弱い部位（顔、わきの下等）\u003c\/li\u003e\n                \u003cli\u003e（3）しっしん、かぶれ、傷口\u003c\/li\u003e\n                \u003cli\u003e（4）みずむし・たむし等又は化膿している患部\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3．本剤を使用している間は，他の外用鎮痛消炎薬を使用しないでください。\u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e4．連続して2週間以上使用しないでください。\u003c\/p\u003e\n            \u003cp class=\"text-main\"\u003e（本剤は痛みを一時的におさえるものです。痛み等の症状が継続する場合には、使用を中止し、医師の診療を受けてください）\u003c\/p\u003e\n\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                【重要】15歳未満の小児は使用しないでください。\n            \u003c\/div\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【相談すること】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1.次の人は使用前に医師、薬剤師又は登録販売者に相談してください。\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e(1)医師の治療を受けている人\u003c\/li\u003e\n                \u003cli\u003e(2)薬などによりアレルギー症状を起こしたことがある人\u003c\/li\u003e\n                \u003cli\u003e(3)妊婦又は妊娠していると思われる人\u003c\/li\u003e\n                \u003cli\u003e(4)高齢者\u003c\/li\u003e\n                \u003cli\u003e(5)次の診断を受けた人：気管支ぜんそく\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2.使用後、次の症状があらわれた場合は副作用の可能性がありますので、直ちに使用を中止し、この文書を持って医師、薬剤師又は登録販売者に相談してください。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e関係部位\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e皮膚\u003c\/td\u003e\n                        \u003ctd\u003e発疹・発赤、かゆみ、はれ、ヒリヒリ感、かぶれ、水疱、色素沈着\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e消化器\u003c\/td\u003e\n                        \u003ctd\u003e胃部不快感、みぞおちの痛み\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eその他\u003c\/td\u003e\n                        \u003ctd\u003eむくみ\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"text-main\"\u003eまれに下記の重篤な症状が起こることがあります。その場合は直ちに医師の診療を受けてください。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e症状の名称\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eショック\u003cbr\u003e(アナフィラキシー)\u003c\/td\u003e\n                        \u003ctd\u003e使用後すぐに、皮膚のかゆみ、じんましん、声のかすれ、くしゃみ、のどのかゆみ、息苦しさ、動悸、意識の混濁等があらわれる。\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3.使用後、次の症状があらわれることがありますので、このような症状の持続又は増強が見られた場合には、使用を中止し、この文書を持って医師、薬剤師又は登録販売者に相談してください。\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e下痢・軟便\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e4. 5~6日間使用しても症状がよくならない場合は使用を中止し、この文書を持って医師、薬剤師又は登録販売者に相談してください。(他の疾患の可能性があります)\u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: 700;\"\u003e■保管及び取扱い上の注意\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e（1）直射日光の当たらない涼しい所に密栓して保管してください。\u003c\/li\u003e\n                \u003cli\u003e（2）小児の手の届かない所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e（3）他の容器に入れ替えないでください（誤用の原因になったり，品質が変わります。）。\u003c\/li\u003e\n                \u003cli\u003e（4）火気に近づけないでください。\u003c\/li\u003e\n                \u003cli\u003e（5）メガネ，時計，アクセサリー等の金属類，アルコール類や油脂類等で変質・変色のおそれのあるもの（プラスチック製品，化学繊維，皮革，家具，床等）への本剤の付着は避けてください。\u003c\/li\u003e\n                \u003cli\u003e（6）使用期限を過ぎた製品は使用しないでください。なお，使用期限内であっても，品質保持の点から開封後はなるべく早く使用してください。\u003c\/li\u003e\n            \u003c\/ul\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            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e商品名\u003c\/th\u003e\n                            \u003ctd\u003eロキエフェクトLXローションα\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                       　　　 \u003cth\u003e区分\u003c\/th\u003e\n                            \u003ctd\u003e第2類医薬品\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e成分分量\u003cbr\u003e(100g中)\u003c\/th\u003e\n                            \u003ctd\u003eロキソプロフェンナトリウム水和物 1.13g（無水物として1g）、l-メントール 3g\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\u003e25g\/50g\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!-- Important Notes Footer Section --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e※医療関係者の方専売品となります\u003cbr\u003e\n        【オンラインストアリニューアルオープン記念】1点からまとメリット対応中！\u003c\/p\u003e\n    \u003c\/div\u003e\n\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        \/\/ 選択されたタブを表示\n        document.getElementById('tab' + index).classList.add('active');\n        buttons[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"25g","offer_id":46706699731101,"sku":"1710230","price":454.0,"currency_code":"JPY","in_stock":true},{"title":"50g","offer_id":46439018791069,"sku":"1710231","price":653.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/286415.png?v=1738737395"},{"product_id":"g1710062","title":"エイクレス","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003c!-- Noto Sans JP フォントの読み込み --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;700;800\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: 'Noto Sans JP', sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"lp-container\"\u003e\n\u003c!-- Header Title --\u003e\n\u003ch1 class=\"h1-style\"\u003eエイクレス｜局所麻酔薬リドカイン配合の冷感パップ剤\u003c\/h1\u003e\n\u003c!-- Tab Navigation --\u003e\u003cnav class=\"tab-container\"\u003e\n\u003cdiv class=\"tab-button active\"\u003e商品特長\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e成分・効果効能\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e注意事項\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e商品詳細\u003c\/div\u003e\n\u003c\/nav\u003e\u003c!-- Tab Contents --\u003e \u003c!-- Tab 0: 商品特徴 --\u003e\n\u003cdiv id=\"tab0\" 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「エイクレス」は、局所麻酔薬リドカインを配合した冷感パップ剤です。肩こり、筋肉痛などに効き目を発揮します。\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e心地よい冷感刺激とフィット感\u003c\/h3\u003e\n\u003cp class=\"text-main\"\u003el-メントールの心地よい冷感刺激により、痛みをやわらげます。また、粘着性のある基剤と伸縮性のある不織布を使用しており、はがれやすい部位にもピッタリとフィットします。\u003c\/p\u003e\n\u003cdiv class=\"custom-blue-box\"\u003e[第2類医薬品] 局所麻酔薬リドカイン配合。はがれにくい伸縮性の冷感パップ剤。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 1: 成分・効果効能 --\u003e\n\u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003eエイクレス　成分・分量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e膏体100g中に次の成分を含んでいます。\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table ingredients-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eリドカイン\u003c\/th\u003e\n\u003ctd\u003e0.5g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003el-メントール\u003c\/th\u003e\n\u003ctd\u003e0.75g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e腰痛、打撲、捻挫、肩こり、関節痛、筋肉痛\u003c\/p\u003e\n\u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e1日1～2回薬面の上のライナーをはがして患部にお貼りください。\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e＜使用方法＞\u003c\/h3\u003e\n\u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli\u003e（1）必要があれば、包帯か固定用粘着テープで固定してください。\u003c\/li\u003e\n\u003cli\u003e（2）患部の広さに応じてライナーの上から適当な大きさに切ってお使いください。\u003c\/li\u003e\n\u003cli\u003e（3）貼る前に、タテ・ヨコに2～3回軽く伸ばして貼るとよりピッタリ貼れます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"h3-style\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n\u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli\u003e（1）用法・用量を厳守してください。\u003c\/li\u003e\n\u003cli\u003e（2）本剤は、痛みやはれなどの原因になっている病気を治療するのではなく、痛みやはれなどの症状のみを治療する薬剤ですので、症状がある場合だけ使用してください。\u003c\/li\u003e\n\u003cli\u003e（3）小児に使用させる場合には、保護者の指導監督のもとに使用させてください。\u003c\/li\u003e\n\u003cli\u003e（4）皮膚の弱い人は、使用前に腕の内側の皮膚の弱い個所に1～2cm角の小片を目安として半日以上貼り、発疹・発赤、かゆみ、かぶれ等の症状が起きないことを確かめてから使用してください。\u003c\/li\u003e\n\u003cli\u003e（5）患部の皮膚は清潔にし、汗等をよく拭きとってからお貼りください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n\u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n\u003cdiv class=\"tab-notice-box\"\u003e\n\u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: bold;\"\u003e（守らないと現在の症状が悪化したり、副作用が起こりやすくなります）\u003c\/p\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e次の部位には使用しないでください。\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）目の周囲，粘膜等。\u003c\/li\u003e\n\u003cli\u003e（2）湿疹，かぶれ，傷口。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"h3-style\"\u003e【相談すること】\u003c\/h3\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e1．次の人は使用前に医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e薬などによりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e2．使用後、次の症状があらわれた場合は副作用の可能性があるので、直ちに使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30%;\"\u003e関係部位\u003c\/th\u003e\n\u003cth\u003e症状\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e皮膚\u003c\/td\u003e\n\u003ctd\u003e発疹・発赤、かゆみ、はれ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e3．5～6日間使用しても症状がよくならない場合は使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n\u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: bold;\"\u003e■保管及び取り扱い上の注意\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli\u003e（1）直射日光の当たらない、湿気の少ない涼しい所に保管してください。\u003c\/li\u003e\n\u003cli\u003e（2）小児の手の届かない所に保管してください。\u003c\/li\u003e\n\u003cli\u003e（3）他の容器に入れかえないでください。（誤用の原因になったり品質が変わります）\u003c\/li\u003e\n\u003cli\u003e（4）品質保持のため、未使用分はこの袋に入れ、開封口をきちんとしめ、外気にふれないようにして保管してください。\u003c\/li\u003e\n\u003cli\u003e（5）使用期限を過ぎた製品は使用しないでください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\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第2類医薬品\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e成分分量\u003cbr\u003e(膏体100g中)\u003c\/th\u003e\n\u003ctd\u003eリドカイン 0.5g、l-メントール 0.75g\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\u003e6枚入×100袋(10×14cm)\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!-- Important Notes Footer Section --\u003e\n\u003cdiv class=\"footer-important-notes\"\u003e\n\u003cp\u003e※医療関係者の方専売品となります\u003c\/p\u003e\n\u003cp\u003e【オンラインストアリニューアルオープン記念】1箱からまとメリット対応中！\u003c\/p\u003e\n\u003cp\u003e※2026年8月31日ご注文分より価格改定となります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n        const buttons = document.querySelectorAll('.tab-button');\n        const contents = document.querySelectorAll('.tab-content');\n\n        buttons.forEach((button, index) =\u003e {\n            button.addEventListener('click', () =\u003e {\n                \/\/ すべてのボタンから active クラスを削除\n                buttons.forEach(btn =\u003e btn.classList.remove('active'));\n                \/\/ すべてのコンテンツから active クラスを削除\n                contents.forEach(content =\u003e content.classList.remove('active'));\n\n                \/\/ クリックされたボタンに active クラスを追加\n                button.classList.add('active');\n                \n                \/\/ 対応するコンテンツを表示（インデックスで紐付け）\n                \/\/ ※HTMLの構造上、上から順にtab1, tab2, tab3, tab4と対応します\n                if (contents[index]) {\n                    contents[index].classList.add('active');\n                }\n            });\n        });\n    });\n\u003c\/script\u003e","brand":"daiya-k","offers":[{"title":"6枚入×100袋(10×14cm)","offer_id":46439039565981,"sku":"1710062","price":8470.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/278494.jpg?v=1738739180"},{"product_id":"g1710110","title":"ダイハップFRテープVα","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"lp-container\"\u003e\n\u003c!-- Header Title --\u003e\n\u003ch1 class=\"h1-style\"\u003eダイハップFRテープVα｜フェルビナク配合の外用鎮痛消炎テープ（プラスター剤）\u003c\/h1\u003e\n\u003c!-- Tab Navigation --\u003e\u003cnav class=\"tab-container\"\u003e\n\u003cdiv class=\"tab-button active\"\u003e商品特徴\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e成分・効果効能\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e注意事項\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e商品詳細\u003c\/div\u003e\n\u003c\/nav\u003e\u003c!-- Tab Contents --\u003e \u003c!-- Tab 0: 商品特徴 --\u003e\n\u003cdiv id=\"tab0\" 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「ダイハップFRテープVα」は、痛みの原因物質の生成を抑えるフェルビナクを5％含み、抗炎症作用のグリチルレチン酸を配合した外用鎮痛消炎テープ（プラスター剤）です。腰痛、肩こりに伴う肩の痛み、関節痛などにご使用いただけます。10×14cmの大判タイプと7×14cmの小判タイプの2種類があり、貼る部位や用途によってお選びいただけます。\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e関節部にもフィットする貼り心地\u003c\/h3\u003e\n\u003cp class=\"text-main\"\u003e柔軟性のある基布で粘着性が高く、動きの多い関節部にもしっかりフィットします。\u003c\/p\u003e\n\u003cdiv class=\"custom-blue-box\"\u003eフェルビナクを5％と抗炎症作用のグリチルレチン酸を配合した第2類医薬品。関節部にもフィットしやすいプラスター剤です。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 1: 成分・効果効能 --\u003e\n\u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003eダイハップFRテープVα　成分・分量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e膏体100g中に次の成分を含んでいます。\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table ingredients-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eフェルビナク\u003c\/th\u003e\n\u003ctd\u003e5.00g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003el-メントール\u003c\/th\u003e\n\u003ctd\u003e4.20g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eトコフェロール酢酸エステル\u003c\/th\u003e\n\u003ctd\u003e2.30g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eグリチルレチン酸\u003c\/th\u003e\n\u003ctd\u003e0.19g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e腰痛、肩こりに伴う肩の痛み、関節痛、筋肉痛、腱鞘炎（手・手首・足首の痛みとはれ）、肘の痛み（テニス肘など）、打撲、捻挫\u003c\/p\u003e\n\u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e表面のライナーをはがし、1日2回を限度として患部に貼付してください。\u003cbr\u003e\u003cstrong style=\"color: #dc2626;\"\u003e※15歳未満の小児は使用しないでください。\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n\u003col class=\"usage-notes-list\"\u003e\n\u003cli\u003e用法・用量を厳守してください。\u003c\/li\u003e\n\u003cli\u003e本剤は、痛みやはれなどの原因になっている病気を治療するのではなく、痛みやはれなどの症状のみを治療する薬剤ですので、症状がある場合だけ使用してください。\u003c\/li\u003e\n\u003cli\u003e皮膚の弱い人は、使用前に腕の内側の皮膚の弱い個所に、1～2cm角の小片を目安として半日以上貼り、発疹・発赤、かゆみ、かぶれ等の症状が起きないことを確かめてから使用してください。\u003c\/li\u003e\n\u003cli\u003e患部の皮膚は清潔にし、汗等をよく拭き取ってからお貼りください。\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n\u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n\u003cdiv class=\"tab-notice-box\"\u003e\n\u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"h3-style\"\u003eしてはいけないこと\u003c\/h3\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e（1）次の人は使用しないでください\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e本剤又は本剤の成分によりアレルギー症状（発疹・発赤、かゆみ、かぶれ等）を起こしたことがある人。\u003c\/li\u003e\n\u003cli\u003eぜんそくを起こしたことがある人。\u003c\/li\u003e\n\u003cli\u003e妊婦又は妊娠していると思われる人。\u003c\/li\u003e\n\u003cli\u003e15歳未満の小児。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e（2）次の部位には使用しないでください\u003c\/p\u003e\n\u003cul class=\"usage-notes-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\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e（3）連続して2週間以上使用しないでください。\u003c\/p\u003e\n\u003cdiv class=\"custom-blue-box\"\u003e【重要】15歳未満の小児は使用しないでください。\u003c\/div\u003e\n\u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: bold;\"\u003e■保管及び取扱い上の注意\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli\u003e（1）直射日光の当たらない湿気の少ない涼しい所に保管してください。\u003c\/li\u003e\n\u003cli\u003e（2）小児の手の届かない所に保管してください。\u003c\/li\u003e\n\u003cli\u003e（3）他の容器に入れかえないでください。（誤用の原因になったり品質が変わります）\u003c\/li\u003e\n\u003cli\u003e（4）品質保持のため、未使用分は袋に入れ、開封口のチャックを閉めて保管してください。\u003c\/li\u003e\n\u003cli\u003e（5）使用期限を過ぎた製品は使用しないでください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003cdiv class=\"table-wrapper\"\u003e　　　\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e商品名\u003c\/th\u003e\n\u003ctd\u003eダイハップFRテープVα\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e区分\u003c\/th\u003e\n\u003ctd\u003e第2類医薬品\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e成分分量(100g中)\u003c\/th\u003e\n\u003ctd\u003eフェルビナク 5.00g、l-メントール 4.20g、トコフェロール酢酸エステル 2.30g、グリチルレチン酸 0.19g\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小判：7枚入×50袋（7×10㎝）、大判：7枚入×40袋（10×14㎝）\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!-- Important Notes Footer Section --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n \u003cp\u003e※医療関係者の方専売品となります\u003c\/p\u003e\n        \u003cp\u003e※2026年10月31日ご注文分より価格改定となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n        const buttons = document.querySelectorAll('.tab-button');\n        const contents = document.querySelectorAll('.tab-content');\n\n        buttons.forEach((button, index) =\u003e {\n            button.addEventListener('click', () =\u003e {\n                \/\/ すべてのボタンから active クラスを削除\n                buttons.forEach(btn =\u003e btn.classList.remove('active'));\n                \/\/ すべてのコンテンツから active クラスを削除\n                contents.forEach(content =\u003e content.classList.remove('active'));\n\n                \/\/ クリックされたボタンに active クラスを追加\n                button.classList.add('active');\n                \n                \/\/ 対応するコンテンツを表示（インデックスで紐付け）\n                \/\/ ※HTMLの構造上、上から順にtab1, tab2, tab3, tab4と対応します\n                if (contents[index]) {\n                    contents[index].classList.add('active');\n                }\n            });\n        });\n    });\n\u003c\/script\u003e","brand":"daiya-k","offers":[{"title":"小判 \/ 7枚入×50袋(7×10cm)","offer_id":46439039598749,"sku":"1710110","price":7590.0,"currency_code":"JPY","in_stock":true},{"title":"大判 \/ 7枚入×40袋(10×14cm)","offer_id":46459942502557,"sku":"1710111","price":9680.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G1710110_5CG1710110_01_5352cf72-8911-4c8a-b56c-c47251482c92.jpg?v=1762142756"},{"product_id":"g1710030","title":"温感ダイハップL","description":"\u003cp\u003e■商品説明 \u003cbr\u003e・鎮痛消炎成分のサリチル酸グリコールを含む温感パップ剤。 \u003cbr\u003e・トウガラシエキス配合により患部に心地よい温感刺激を与え、血液循環作用をよくし、腰痛・肩こり・関節痛などの慢性疾患に高い効果を発揮。 \u003cbr\u003e・粘着性の高い基剤と、タテ・ヨコに伸縮性のある不織布を使用し、はがれやすい部位にもピッタリフィット。\u003c\/p\u003e\n\u003cp\u003e[第3類医薬品]\u003c\/p\u003e\n\u003cp\u003e■効能・効果 \u003cbr\u003e腰痛、打撲（うちみ）、捻挫、肩こり、関節痛、筋肉痛、筋肉疲労\u003c\/p\u003e\n\u003cp\u003e■用法・用量 \u003cbr\u003e表面のライナーをはがし、1日1～2回、患部に貼付してください。\u003c\/p\u003e\n\u003cp\u003e■成分分量 \u003cbr\u003e膏体100g中に次の成分を含んでいます。（1枚14g） \u003cbr\u003eサリチル酸グリコール　1.0g \u003cbr\u003edl-カンフル　0.3g \u003cbr\u003eトコフェロール酢酸エステル　0.2g \u003cbr\u003eトウガラシエキス　0.3g（原生薬換算量3.75g）\u003c\/p\u003e\n\u003cp\u003e■使用上の注意 \u003cbr\u003e次の部位には使用しないでください \u003cbr\u003e　・目の周囲、粘膜等。 \u003cbr\u003e　・湿疹、かぶれ、傷口。\u003c\/p\u003e\n\u003cp\u003e■保管及び取扱い上の注意 \u003cbr\u003e（1）直射日光の当たらない湿気の少ない涼しい所に保管してください。 \u003cbr\u003e（2）小児の手の届かない所に保管してください。 \u003cbr\u003e（3）他の容器に入れかえないでください。（誤用の原因になったり品質が変わります） \u003cbr\u003e（4）品質保持のため、未使用分はこの袋に入れ、開封口をきちんとしめ、外気にふれないようにして保管してください。 \u003cbr\u003e（5）使用期限を過ぎた製品は使用しないでください。\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e【オンラインストアリニューアルオープン記念】1箱からまとメリット対応中！\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e 【医療関係者の方専売品となります】\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e※メーカー廃番となりました。メーカー在庫終了のため在庫限りで終売となります。\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: white;\"\u003e----------\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 20px; font-weight: bold;\"\u003eサイズ表\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e品番\u003c\/th\u003e\n\u003cth\u003e包装\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e171-0030\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e6枚入 × 100袋(10 × 14cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"daiya-k","offers":[{"title":"6枚入×100袋(10×14cm)","offer_id":46439042449565,"sku":"1710030","price":10340.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/278190.jpg?v=1776409590"},{"product_id":"g1710020","title":"ダイハップAクール","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ダイハップAクール 製品紹介\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003eダイハップAクール｜かぶれにくく肌にやさしい冷感パップ剤\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cnav class=\"tab-container\"\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    \n    \u003c!-- Tab 0: 商品特徴 --\u003e\n    \u003cdiv id=\"tab0\" 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                「ダイハップAクール」は、鎮痛消炎成分のサリチル酸メチルを含む冷感パップ剤です。ジフェンヒドラミン塩酸塩（抗ヒスタミン剤）配合でかぶれにくく、肌にやさしい弱酸性タイプです。大判タイプもあるので、貼る部位や用途によってお選ぶいただけます。\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\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                [第3類医薬品] サリチル酸メチル配合。かぶれにくい弱酸性タイプの冷感パップ剤。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 1: 成分・効果効能 --\u003e\n    \u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003eダイハップAクール　成分・分量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e膏体100g中に次の成分を含んでいます。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table ingredients-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサリチル酸メチル\u003c\/th\u003e\n                            \u003ctd\u003e2.0g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003el-メントール\u003c\/th\u003e\n                            \u003ctd\u003e0.625g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003edl-カンフル\u003c\/th\u003e\n                            \u003ctd\u003e0.5g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eジフェンヒドラミン塩酸塩\u003c\/th\u003e\n                            \u003ctd\u003e0.02g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-main\"\u003e\n                \u003csmall\u003e添加物としてエデト酸Na、ゼラチン、カオリン、カルメロースNa、グリセリン、D-ソルビトール、尿素、ヒマシ油、ポリアクリル酸、ポリアクリル酸Na、ポリビニルアルコール(部分けん化物)、その他2成分を含有します。\u003c\/small\u003e\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                腰痛、打撲、捻挫、肩こり、関節痛、筋肉痛、筋肉疲労、しもやけ、骨折痛\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                表面のプラスチックフィルムをはがして、患部にお貼りください。1日1～2回使用してください。\n            \u003c\/p\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e＜使用方法＞\u003c\/h3\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 必要であれば包帯、テープ等で止めてください。\u003c\/li\u003e\n                \u003cli\u003e(2) 患部の広さに応じてフィルムの上から適当な大きさに切ってお使いください。\u003c\/li\u003e\n                \u003cli\u003e(3) 貼る前に、タテ・ヨコに2~3回軽く伸ばして貼るとよりピッタリ貼れます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 小児に使用させる場合には、保護者の指導監督のもとに使用させてください。\u003c\/li\u003e\n                \u003cli\u003e(2) 患部の皮膚は清潔にし、汗等をよく拭き取ってからお貼りください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n    \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n            \u003cdiv class=\"tab-notice-box\"\u003e\n                \u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: 700;\"\u003e\n                (守らないと現在の症状が悪化したり、副作用が起こりやすくなります)\n            \u003c\/p\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e次の部位には使用しないでください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e(1) 目の周囲、粘膜等。\u003c\/li\u003e\n                \u003cli\u003e(2) 湿疹、かぶれ、傷口。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【相談すること】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1.次の人は使用前に医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e薬などによりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2.使用後、次の症状があらわれた場合は副作用の可能性があるので、直ちに使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e関係部位\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e皮膚\u003c\/td\u003e\n                        \u003ctd\u003e発疹・発赤、かゆみ、はれ\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3. 5~6日間使用しても症状がよくならない場合は使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \n            \u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: 700;\"\u003e■保管及び取り扱い上の注意\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 直射日光の当たらない湿気の少ない涼しい所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e(2) 小児の手の届かない所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e(3) 他の容器に入れかえないでください。(誤用の原因になったり品質が変わります)\u003c\/li\u003e\n                \u003cli\u003e(4) 品質保持のため、未使用分はこの袋に入れ、開封口をきちんとしめ、外気にふれないようにして保管してください。\u003c\/li\u003e\n                \u003cli\u003e(5) 使用期限を過ぎた製品は使用しないでください。\u003c\/li\u003e\n            \u003c\/ul\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            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e商品名\u003c\/th\u003e\n                            \u003ctd\u003eダイハップAクール\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e区分\u003c\/th\u003e\n                            \u003ctd\u003e第3類医薬品\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e成分分量\u003cbr\u003e(膏体100g中)\u003c\/th\u003e\n                            \u003ctd\u003eサリチル酸メチル 2.0g、l-メントール 0.625g、dl-カンフル 0.5g、ジフェンヒドラミン塩酸塩 0.02g\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\u003e5枚入×100袋(10×14cm)\n                            \u003cbr\u003e大判：5枚入×50袋(20 × 14cm)\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!-- Important Notes Footer Section --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e※医療関係者の方専売品となります\n        \u003cbr\u003e※メーカー在庫限りで廃番となります\u003c\/p\u003e\n        \u003cbr\u003e【オンラインストアリニューアルオープン記念】1箱からまとメリット対応中！\n    \u003c\/div\u003e\n\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        \/\/ 選択されたタブを表示\n        document.getElementById('tab' + index).classList.add('active');\n        buttons[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"大判 \/ 5枚入×50袋(20×14cm)","offer_id":46490685603997,"sku":"1710021","price":9570.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/278166.jpg?v=1776409483"},{"product_id":"g1710220","title":"ロキエフェクトLXゲルα","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"lp-container\"\u003e\n\u003c!-- Header Title --\u003e\n\u003ch1 class=\"h1-style\"\u003eロキエフェクトLXゲルα｜鎮痛消炎効果のあるロキソプロフェンナトリウム水和物配合\u003c\/h1\u003e\n\u003c!-- Tab Navigation --\u003e\u003cnav class=\"tab-container\"\u003e\n\u003cdiv class=\"tab-button active\"\u003e商品特長\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e成分・効果効能\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e注意事項\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e商品詳細\u003c\/div\u003e\n\u003c\/nav\u003e\u003c!-- Tab Contents --\u003e \u003c!-- Tab 0: 商品特徴 --\u003e\n\u003cdiv id=\"tab0\" 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「ロキエフェクトLXゲルα」には、鎮痛消炎効果のあるロキソプロフェンナトリウム水和物を配合しています。腰痛、関節痛、筋肉痛、打撲などに効果をあらわします。\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e清涼感を与えるl-メントール配合\u003c\/h3\u003e\n\u003cp class=\"text-main\"\u003e清涼感を与えるl-メントールを3.0%配合しています。メントール特有の清涼感を与えます。\u003c\/p\u003e\n\u003cdiv class=\"custom-blue-box\"\u003e[第2類医薬品] ロキソプロフェンナトリウム水和物配合。清涼感のあるメントール入りのゲル剤。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 1: 成分・効果効能 --\u003e\n\u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003eロキエフェクトLXゲルα　成分・分量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e100g中に次の成分を含んでいます。\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table ingredients-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eロキソプロフェンナトリウム水和物\u003c\/th\u003e\n\u003ctd\u003e1.13g\u003cbr\u003e（無水物として1g）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003el-メントール\u003c\/th\u003e\n\u003ctd\u003e3g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-main\"\u003e\u003csmall\u003e添加物：カルボキシビニルポリマー，2,2’,2’’-ニトリロトリエタノール，エタノール，精製水\u003c\/small\u003e\u003c\/p\u003e\n\u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e腰痛，肩こりに伴う肩の痛み，関節痛，筋肉痛，腱鞘炎（手・手首の痛み），肘の痛み（テニス肘など），打撲，捻挫\u003c\/p\u003e\n\u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e15才以上：1日3～4回，適量を患部に塗擦してください。\u003cbr\u003e\u003cstrong style=\"color: #dc2626;\"\u003e※15才未満：使用しないでください\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e＜用法・用量に関する注意＞\u003c\/h3\u003e\n\u003col class=\"usage-notes-list\"\u003e\n\u003cli\u003e用法・用量を厳守してください。\u003c\/li\u003e\n\u003cli\u003e使用部位をラップフィルム等の通気性の悪いもので覆わないでください。\u003c\/li\u003e\n\u003cli\u003e本剤は，痛みやはれ等の原因となっている病気を治療するのではなく，痛みやはれ等の症状のみを治療する薬剤なので，症状がある場合だけ使用してください。\u003c\/li\u003e\n\u003cli\u003e1回あたり5cm（約2g），1週間当たり50gを超えて使用しないでください。\u003c\/li\u003e\n\u003cli\u003e目に入らないように注意してください．万一，目に入った場合には，すぐに水又はぬるま湯で洗ってください．なお，症状が重い場合には眼科医の診療を受けてください。\u003c\/li\u003e\n\u003cli\u003e外用にのみ使用してください。\u003c\/li\u003e\n\u003cli\u003e使用後は手を洗ってください。\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n\u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n\u003cdiv class=\"tab-notice-box\"\u003e\n\u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: bold;\"\u003e（守らないと現在の症状が悪化したり，副作用が起こりやすくなります）\u003c\/p\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e１.次の人は使用しないでください\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）本剤又は本剤の成分によりアレルギー症状を起こしたことがある人．\u003c\/li\u003e\n\u003cli\u003e（2）本剤又は他の解熱鎮痛薬，かぜ薬，外用鎮痛消炎薬を使用してぜんそくを起こしたことがある人．\u003c\/li\u003e\n\u003cli\u003e（3）15歳未満の小児．\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e２.次の部位には使用しないでください\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）目の周囲，粘膜等．\u003c\/li\u003e\n\u003cli\u003e（2）皮膚の弱い部位（顔，わきの下等）\u003c\/li\u003e\n\u003cli\u003e（3）しっしん，かぶれ，傷口．\u003c\/li\u003e\n\u003cli\u003e（4）みずむし・たむし等又は化膿している患部．\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e３.本剤を使用している間は，他の外用鎮痛消炎薬を使用しないでください\u003c\/p\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e４.連続して2週間以上使用しないでください\u003c\/p\u003e\n\u003cp class=\"text-main\"\u003e（本剤は痛みを一時的におさえるものです．痛み等の症状が継続する場合には，使用を中止し，医師の診療を受けてください）\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e相談すること\u003c\/h3\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e1.次の人は使用前に医師，薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）医師の治療を受けている人．\u003c\/li\u003e\n\u003cli\u003e（2）薬などによりアレルギー症状を起こしたことがある人．\u003c\/li\u003e\n\u003cli\u003e（3）妊婦又は妊娠していると思われる人．\u003c\/li\u003e\n\u003cli\u003e（4）高齢者\u003c\/li\u003e\n\u003cli\u003e（5）次の診断を受けた人：気管支ぜんそく\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e2.使用後，次の症状があらわれた場合は副作用の可能性がありますので，直ちに使用を中止し，この文書を持って医師，薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30%;\"\u003e関係部位\u003c\/th\u003e\n\u003cth\u003e症状\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e皮膚\u003c\/td\u003e\n\u003ctd\u003e発疹・発赤，かゆみ，はれ，ヒリヒリ感，かぶれ，水疱，色素沈着\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e消化器\u003c\/td\u003e\n\u003ctd\u003e胃部不快感，みぞおちの痛み\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eその他\u003c\/td\u003e\n\u003ctd\u003eむくみ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-main\"\u003eまれに下記の重篤な症状が起こることがあります，その場合は直ちに医師の診療を受けてください．\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30%;\"\u003e症状の名称\u003c\/th\u003e\n\u003cth\u003e症状\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eショック\u003cbr\u003e（アナフィラキシー）\u003c\/td\u003e\n\u003ctd\u003e使用後すぐに，皮膚のかゆみ，じんましん，声のかすれ，くしゃみ，のどのかゆみ，息苦しさ，動悸，意識の混濁等があらわれます．\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e3.使用後，次の症状があらわれることがありますので，このような症状の持続又は増強が見られた場合には，使用を中止し，この文書を持って医師，薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 1.5rem;\"\u003e\n\u003cli\u003e下痢・軟便\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e4.5～6日間使用しても症状がよくならない場合は使用を中止し，この文書を持って医師，薬剤師又は登録販売者に相談してください（他の疾患の可能性があります）\u003c\/p\u003e\n\u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: bold;\"\u003e■保管及び取扱上の注意\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli\u003e１.直射日光の当たらない涼しい所に密栓して保管してください．\u003c\/li\u003e\n\u003cli\u003e２.小児の手の届かない所に保管してください．\u003c\/li\u003e\n\u003cli\u003e３.他の容器に入れ替えないでください．（誤用の原因になったり品質が変わります．）\u003c\/li\u003e\n\u003cli\u003e４.火気に近づけないでください．\u003c\/li\u003e\n\u003cli\u003e5.メガネ，時計，アクセサリー等の金属類，アルコール類や油脂類等で変質・変色のおそれがあるもの（プラスチック製品，化学繊維，皮革，家具，床等）への本剤の付着は避けてください．\u003c\/li\u003e\n\u003cli\u003e6.使用期限を過ぎた製品は使用しないでください．使用期限内であっても，品質保持の点から開封後はなるべく早く使用してください．\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003cdiv class=\"table-wrapper\"\u003e　　　\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e商品名\u003c\/th\u003e\n\u003ctd\u003eロキエフェクトLXゲルα\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e区分\u003c\/th\u003e\n\u003ctd\u003e第2類医薬品\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e成分分量\u003cbr\u003e(100g中)\u003c\/th\u003e\n\u003ctd\u003eロキソプロフェンナトリウム水和物 1.13g、l-メントール 3g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e添加物\u003c\/th\u003e\n\u003ctd\u003eカルボキシビニルポリマー，2,2’,2’’-ニトリロトリエタノール，エタノール，精製水\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\u003e25g\/50g\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!-- Important Notes Footer Section --\u003e\n\u003cdiv class=\"footer-important-notes\"\u003e\n\u003cp\u003e※医療関係者専売品 \u003cbr\u003e【オンラインストアリニューアルオープン記念】1本からまとメリット対応中！\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"daiya-k","offers":[{"title":"25g","offer_id":46795476828317,"sku":"1710220","price":454.0,"currency_code":"JPY","in_stock":true},{"title":"50g","offer_id":46439053197469,"sku":"1710221","price":653.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/286413.png?v=1738737483"},{"product_id":"g1710130","title":"ロキエフェクトLXパップ","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"lp-container\"\u003e\n\u003c!-- Header Title --\u003e\n\u003ch1 class=\"h1-style\"\u003eロキエフェクトLXパップ｜1日1回で広範囲な部位におすすめの冷感パップ剤\u003c\/h1\u003e\n\u003c!-- Tab Navigation --\u003e\u003cnav class=\"tab-container\"\u003e\n\u003cdiv class=\"tab-button active\"\u003e商品特徴\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e成分・効果効能\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e注意事項\u003c\/div\u003e\n\u003cdiv class=\"tab-button\"\u003e商品詳細\u003c\/div\u003e\n\u003c\/nav\u003e\u003c!-- Tab Contents --\u003e \u003c!-- Tab 0: 商品特徴 --\u003e\n\u003cdiv id=\"tab0\" 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「ロキエフェクトLXパップ」は、鎮痛消炎成分のロキソプロフェンナトリウム水和物を含む冷感パップ剤です。関節痛、肩こりに伴う肩の痛み、筋肉痛、腰痛などに。\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e1日1回でしっかり効く\u003c\/h3\u003e\n\u003cp class=\"text-main\"\u003e1日1回（2枚まで）で広範囲な部位におすすめです。湿布タイプ（白）です。\u003c\/p\u003e\n\u003cdiv class=\"custom-blue-box\"\u003e[第2類医薬品] 鎮痛消炎成分ロキソプロフェンナトリウム水和物配合。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 1: 成分・効果効能 --\u003e\n\u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003eロキエフェクトLXパップ　成分・分量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e膏体100g中に次の成分を含んでいます。\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table ingredients-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eロキソプロフェンナトリウム水和物\u003c\/th\u003e\n\u003ctd\u003e1.134g\u003cbr\u003e（無水物として1g）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-main\"\u003e\u003csmall\u003e※1枚 10cm×14cm　膏体量10g\u003c\/small\u003e\u003c\/p\u003e\n\u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e関節痛、肩こりに伴う肩の痛み、筋肉痛、腰痛、打撲、捻挫、腱鞘炎（手・手首の痛み）、肘の痛み（テニス肘など）\u003c\/p\u003e\n\u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"data-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30%;\"\u003e年齢\u003c\/th\u003e\n\u003cth\u003e使用方法\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e15才以上\u003c\/td\u003e\n\u003ctd style=\"text-align: left; padding-left: 16px;\"\u003e表面のライナーをはがし，1日1回患部に貼付してください．\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e15才未満\u003c\/td\u003e\n\u003ctd style=\"text-align: left; padding-left: 16px;\"\u003e\u003cstrong style=\"color: #dc2626;\"\u003e使用しないでください\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"h3-style\"\u003e＜用法・用量に関する注意＞\u003c\/h3\u003e\n\u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli\u003e（1）用法・用量を厳守してください．\u003c\/li\u003e\n\u003cli\u003e（2）本剤は，痛みやはれなどの原因になっている病気を治療するのではなく，痛みやはれなどの症状のみを治療する薬剤ですので，症状がある場合だけ使用してください．\u003c\/li\u003e\n\u003cli\u003e（3）1日あたり2枚を超えて使用しないでください．\u003c\/li\u003e\n\u003cli\u003e（4）汗をかいたり，患部がぬれている時は，よく拭きとってから使用してください．\u003c\/li\u003e\n\u003cli\u003e（5）皮膚の弱い人は，使用前に腕の内側の皮膚の弱い箇所に，1～2cm角の小片を目安として半日以上貼り，発疹・発赤，かゆみ，かぶれ等の症状が起きないことを確かめてから使用してください．\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n\u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n\u003cdiv class=\"tab-notice-box\"\u003e\n\u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: bold;\"\u003e（守らないと現在の症状が悪化したり、副作用が起こりやすくなります）\u003c\/p\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e1．次の人は使用しないでください\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）本剤又は本剤の成分によりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n\u003cli\u003e（2）本剤又は他の解熱鎮痛薬、かぜ薬、外用鎮痛消炎薬を使用してぜんそくを起こしたことがある人。\u003c\/li\u003e\n\u003cli\u003e（3）15歳未満の小児。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e2．次の部位には使用しないでください\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）目の周囲、粘膜等。\u003c\/li\u003e\n\u003cli\u003e（2）しっしん、かぶれ、傷口。\u003c\/li\u003e\n\u003cli\u003e（3）みずむし・たむし等又は化膿している患部。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e3．本剤を使用している間は、他の外用鎮痛消炎薬を使用しないでください\u003c\/p\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: bold;\"\u003e4．連続して2週間以上使用しないでください\u003c\/p\u003e\n\u003cp class=\"text-main\" style=\"margin-bottom: 24px;\"\u003e（本剤は痛みを一時的におさえるものです。痛み等の症状が継続する場合には、使用を中止し、医師の診療を受けてください）\u003c\/p\u003e\n\u003cdiv class=\"custom-blue-box\"\u003e【重要】15歳未満の小児は使用しないでください。\u003c\/div\u003e\n\u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: bold;\"\u003e■保管および取り扱い上の注意\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli\u003e（1）直射日光の当たらない湿気の少ない涼しい所に保管してください。\u003c\/li\u003e\n\u003cli\u003e（2）小児の手の届かない所に保管してください。\u003c\/li\u003e\n\u003cli\u003e（3）他の容器に入れかえないでください。（誤用の原因になったり品質が変わります）\u003c\/li\u003e\n\u003cli\u003e（4）品質保持のため、未使用分は袋に入れ、開封口のチャックを閉めて保管してください。\u003c\/li\u003e\n\u003cli\u003e（5）使用期限を過ぎた製品は使用しないでください。また、使用期限内であっても、開封後はなるべくすみやかに使用してください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e商品名\u003c\/th\u003e\n\u003ctd\u003eロキエフェクトLXパップ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e区分\u003c\/th\u003e\n\u003ctd\u003e第2類医薬品\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\u003e7枚入×50袋(10cm×14cm)\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!-- Important Notes Footer Section --\u003e\n\u003cdiv class=\"footer-important-notes\"\u003e\n\u003cp\u003e2026年1月より順次パッケージ（薬袋）変更がございます。\u003c\/p\u003e\n\u003cp\u003e片アート紙　→　上質紙\u003c\/p\u003e\n\u003cp\u003e※医療関係者の方専売品となります\u003c\/p\u003e\n\u003cp\u003e※2026年10月31日ご注文分より価格改定となります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n        const buttons = document.querySelectorAll('.tab-button');\n        const contents = document.querySelectorAll('.tab-content');\n\n        buttons.forEach((button, index) =\u003e {\n            button.addEventListener('click', () =\u003e {\n                \/\/ すべてのボタンから active クラスを削除\n                buttons.forEach(btn =\u003e btn.classList.remove('active'));\n                \/\/ すべてのコンテンツから active クラスを削除\n                contents.forEach(content =\u003e content.classList.remove('active'));\n\n                \/\/ クリックされたボタンに active クラスを追加\n                button.classList.add('active');\n                \n                \/\/ 対応するコンテンツを表示（インデックスで紐付け）\n                \/\/ ※HTMLの構造上、上から順にtab1, tab2, tab3, tab4と対応します\n                if (contents[index]) {\n                    contents[index].classList.add('active');\n                }\n            });\n        });\n    });\n\u003c\/script\u003e","brand":"daiya-k","offers":[{"title":"7枚入×50袋(10cm×14cm)","offer_id":46439059554461,"sku":"1710130","price":7150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/279334_6e1ffd7e-864b-4291-affa-91eed0af86cb.jpg?v=1738737795"},{"product_id":"g1710150","title":"温感ロキエフェクトLXテープα","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温感ロキエフェクトLXテープα 製品紹介\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003e温感ロキエフェクトLXテープα｜ロキソプロフェンナトリウム配合の温感タイプテープ剤\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cnav class=\"tab-container\"\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    \n    \u003c!-- Tab 0: 商品特長 --\u003e\n    \u003cdiv id=\"tab0\" 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                鎮痛消炎効果のあるロキソプロフェンナトリウム水和物を8.1%配合した温感タイプのテープ剤です。ロキソプロフェンナトリウム水和物が皮膚から吸収され、変化した活性体が直接痛みに作用します。\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\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                [第2類医薬品] ロキソプロフェンナトリウム水和物8.1%配合。血行を促進し痛みを緩和する温感テープ剤。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 1: 成分・効果効能 --\u003e\n    \u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e温感ロキエフェクトLXテープα　成分・分量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e膏体100g中に次の成分を含んでいます。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table ingredients-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eロキソプロフェンナトリウム水和物\u003c\/th\u003e\n                            \u003ctd\u003e8.1g\u003cbr\u003e（無水物として7.14g）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eトコフェロール酢酸エステル\u003c\/th\u003e\n                            \u003ctd\u003e2.3g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eノナン酸バニリルアミド\u003c\/th\u003e\n                            \u003ctd\u003e0.03g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-main\"\u003e\n                \u003csmall\u003e添加物として脂環族飽和炭化水素樹脂、水添ロジングリセリンエステル、スチレン・イソプレン・スチレンブロック共重合体、ポリイソブチレン、流動パラフィン、その他1成分\u003c\/small\u003e\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                関節痛、肩こりに伴う肩の痛み、筋肉痛、腰痛、打撲、捻挫、腱鞘炎(手・手首の痛み)、肘の痛み(テニス肘など)\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                表面のライナーをはがし、1日1回患部に貼付してください。\u003cbr\u003e\n                \u003cstrong style=\"color: #dc2626;\"\u003e※15歳未満の小児は使用しないでください。\u003c\/strong\u003e\n            \u003c\/p\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 用法・用量を厳守してください。\u003c\/li\u003e\n                \u003cli\u003e(2) 本剤は、痛みやはれなどの原因になっている病気を治療するのではなく、痛みやはれなどの症状のみを治療する薬剤ですので、症状がある場合だけ使用してください。\u003c\/li\u003e\n                \u003cli\u003e(3) 1日あたり4枚を超えて使用しないでください。\u003c\/li\u003e\n                \u003cli\u003e(4) 汗をかいたり、患部がぬれている時は、よく拭きとってから使用してください。\u003c\/li\u003e\n                \u003cli\u003e(5) 貼った患部をコタツや電気毛布等で温めないでください。\u003c\/li\u003e\n                \u003cli\u003e(6) 皮膚の弱い人は、使用前に腕の内側の皮膚の弱い箇所に、1~2cm角の小片を目安として半日以上貼り、発疹・発赤、かゆみ、かぶれ等の症状が起きないことを確かめてから使用してください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 2: 注意事項 (詳細) --\u003e\n    \u003cdiv id=\"tab2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n            \u003cdiv class=\"tab-notice-box\"\u003e\n                \u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: 700;\"\u003e\n                (守らないと現在の症状が悪化したり、副作用が起こりやすくなります)\n            \u003c\/p\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1.次の人は使用しないでください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e(1) 本剤又は本剤の成分によりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n                \u003cli\u003e(2) 本剤又は他の解熱鎮痛薬、かぜ薬、外用鎮痛消炎薬を使用してぜんそくを起こしたことがある人。\u003c\/li\u003e\n                \u003cli\u003e(3) 15歳未満の小児。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2.次の部位には使用しないでください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e(1) 目の周囲、粘膜等。\u003c\/li\u003e\n                \u003cli\u003e(2) しっしん、かぶれ、傷口。\u003c\/li\u003e\n                \u003cli\u003e(3) みずむし・たむし等又は化膿している患部。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3.本剤を使用している間は、他の外用鎮痛消炎薬を使用しないでください\u003c\/p\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e4.連続して2週間以上使用しないでください\u003c\/p\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 24px;\"\u003e(本剤は痛みを一時的におさえるものです。痛み等の症状が継続する場合には、使用を中止し、医師の診療を受けてください)\u003c\/p\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【相談すること】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1.次の人は使用前に医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e(1) 医師の治療を受けている人。\u003c\/li\u003e\n                \u003cli\u003e(2) 薬などによりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n                \u003cli\u003e(3) 妊婦又は妊娠していると思われる人。\u003c\/li\u003e\n                \u003cli\u003e(4) 高齢者\u003c\/li\u003e\n                \u003cli\u003e(5) 次の診断を受けた人：気管支ぜんそく\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2.使用後、次の症状があらわれた場合は副作用の可能性がありますので、直ちに使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e関係部位\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e皮膚\u003c\/td\u003e\n                        \u003ctd\u003e発疹・発赤、かゆみ、はれ、痛み、ヒリヒリ感、かぶれ、水疱、青あざができる、色素沈着\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e消化器\u003c\/td\u003e\n                        \u003ctd\u003e胃部不快感、みぞおちの痛み\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eその他\u003c\/td\u003e\n                        \u003ctd\u003eむくみ\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"text-main\"\u003eまれに下記の重篤な症状が起こることがあります。その場合は直ちに医師の診療を受けてください。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e症状の名称\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eショック\u003cbr\u003e(アナフィラキシー)\u003c\/td\u003e\n                        \u003ctd\u003e使用後すぐに、皮膚のかゆみ、じんましん、声のかすれ、くしゃみ、のどのかゆみ、息苦しさ、動悸、意識の混濁等があらわれます。\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3.使用後、次の症状があらわれることがありますので、このような症状の持続又は増強が見られた場合には、使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 1.5rem;\"\u003e\n                \u003cli\u003e下痢・軟便\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e4. 5~6日間使用しても症状がよくならない場合は使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください(他の疾患の可能性があります)\u003c\/p\u003e\n            \n            \u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: 700;\"\u003e■保管及び取り扱い上の注意\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 直射日光の当たらない湿気の少ない涼しい所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e(2) 小児の手の届かない所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e(3) 他の容器に入れかえないでください。(誤用の原因になったり品質が変わります)\u003c\/li\u003e\n                \u003cli\u003e(4) 品質保持のため、未使用分は袋に入れ、開封口のチャックを閉めて保管してください。\u003c\/li\u003e\n                \u003cli\u003e(5) 使用期限を過ぎた製品は使用しないでください。また、使用期限内であっても、開封後はなるべくすみやかに使用してください。\u003c\/li\u003e\n            \u003c\/ul\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            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e商品名\u003c\/th\u003e\n                            \u003ctd\u003e温感ロキエフェクトLXテープα\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e区分\u003c\/th\u003e\n                            \u003ctd\u003e第2類医薬品\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e成分分量\u003cbr\u003e(膏体100g中)\u003c\/th\u003e\n                            \u003ctd\u003eロキソプロフェンナトリウム水和物 8.1g（無水物として7.14g）、トコフェロール酢酸エステル 2.3g、ノナン酸バニリルアミド 0.03g\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\u003e7枚入り \/ 21枚入り（7cm×10cm）\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        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Important Notes Footer Section --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e※医療関係者の方専売品となります\u003c\/p\u003e\n    \u003c\/div\u003e\n\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        \/\/ 選択されたタブを表示\n        document.getElementById('tab' + index).classList.add('active');\n        buttons[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"7枚入 \/ 7×10cm","offer_id":46678513483933,"sku":"1710150","price":231.0,"currency_code":"JPY","in_stock":true},{"title":"21枚入 \/ 7×10cm","offer_id":46678698360989,"sku":"1710151","price":578.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/313104.jpg?v=1762317085"},{"product_id":"g1710160","title":"ビーエスバンSGテープ","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ビーエスバンSGテープ 製品紹介\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff;\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- Header Title --\u003e\n    \u003ch1 class=\"h1-style\"\u003eビーエスバンSGテープ｜腰痛や肩こり、関節痛などにアプローチする医療用貼付テープ（プラスター剤）\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cnav class=\"tab-container\"\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    \n    \u003c!-- Tab 0: 商品特徴 --\u003e\n    \u003cdiv id=\"tab0\" 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                「ビーエスバンSGテープ」は、腰痛や肩こり、関節痛、筋肉痛などのつらいお悩みにしっかりアプローチする医療用貼付テープ（プラスター剤）です。患部に直接有効成分が浸透し、痛みや炎症を和らげます。\n            \u003c\/p\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003e幅広い症状に効果を発揮\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                腰痛、打撲、捻挫、肩こり、関節痛、筋肉痛、筋肉疲労など幅広い症状に効果を発揮します。1枚サイズは7cm×10cmで、広範囲にも使いやすい仕様です。\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"tab-notice-box\" style=\"border-color: #006FC5; background-color: #e6f3ff;\"\u003e\n                \u003cp style=\"color: #006FC5;\"\u003e【パスキネルテープからのリニューアルについて】\u003c\/p\u003e\n                \u003cp style=\"font-size: 1.25rem; font-weight: normal; margin-top: 8px;\"\u003e\n                    本製品は「パスキネルテープ」のリニューアル品となります。\u003cbr\u003e\u003cbr\u003e\n                    \u003cstrong\u003e■主な変更点\u003c\/strong\u003e\u003cbr\u003e\n                    \u003cstrong\u003e①成分の強化：\u003c\/strong\u003e\u003cbr\u003eサリチル酸グリコール（5.0g→8.0g）に増量、トコフェロール酢酸エステル（0→0.5g）を追加配合。\u003cbr\u003e\n                    \u003cstrong\u003e②入数の変更：\u003c\/strong\u003e\u003cbr\u003e800枚→640枚（8枚×80袋）に変更。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"custom-blue-box\"\u003e\n                [第3類医薬品] 有効成分が直接浸透し、痛みや炎症を和らげる医療用貼付テープ。\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 1: 成分・効果効能 --\u003e\n    \u003cdiv id=\"tab1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003eビーエスバンSGテープ　成分・分量\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e膏体100g中に次の成分を含んでいます。\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table ingredients-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサリチル酸グリコール\u003c\/th\u003e\n                            \u003ctd\u003e8.0g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eL-メントール\u003c\/th\u003e\n                            \u003ctd\u003e5.0g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eトコフェロール酢酸エステル\u003c\/th\u003e\n                            \u003ctd\u003e0.5g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-main\"\u003e\n                \u003csmall\u003e※その他添加物を含有します。\u003c\/small\u003e\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e効能・効果\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                腰痛、打撲、捻挫、肩こり、関節痛、筋肉痛、筋肉疲労\n            \u003c\/p\u003e\n\n            \u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\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=\"tab2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n            \u003cdiv class=\"tab-notice-box\"\u003e\n                \u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003e【してはいけないこと】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 24px; font-weight: 700;\"\u003e\n                (守らないと現在の症状が悪化したり、副作用が起こりやすくなります)\n            \u003c\/p\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e次の部位には使用しないでください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e(1) 目の周囲、粘膜等。\u003c\/li\u003e\n                \u003cli\u003e(2) 湿疹、かぶれ、傷口。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【相談すること】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e1. 次の人は使用前に医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\"\u003e\n                \u003cli\u003e薬などによりアレルギー症状を起こしたことがある人。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e2. 使用後、次の症状があらわれた場合は副作用の可能性がありますので、直ちに使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\" style=\"margin-bottom: 16px;\"\u003e\n                    \u003ctr\u003e\n                        \u003cth style=\"width: 30%;\"\u003e関係部位\u003c\/th\u003e\n                        \u003cth\u003e症状\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e皮膚\u003c\/td\u003e\n                        \u003ctd\u003e発疹・発赤、かゆみ\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \n            \u003cp class=\"text-main\" style=\"margin-bottom: 8px; font-weight: 700;\"\u003e3. 5〜6日間使用しても症状がよくならない場合は使用を中止し、この説明書を持って医師、薬剤師又は登録販売者に相談してください\u003c\/p\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: 700;\"\u003e■用法・用量\u003c\/p\u003e\n            \u003cp class=\"text-main\"\u003e表面のライナーをはがし、1日1〜2回、患部に貼付してください。\u003c\/p\u003e\n            \u003ch3 class=\"h3-style\" style=\"margin-top: 16px; font-size: 1.25rem;\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 小児に使用させる場合には、保護者の指導監督のもとに使用させてください。\u003c\/li\u003e\n                \u003cli\u003e(2) 皮膚の弱い人は、使用前に腕の内側の皮膚の弱い箇所に、1~2cm角の小片を目安として半日以上貼り、発疹・発赤、かゆみ、かぶれ等の症状が起きないことを確かめてから使用してください。\u003c\/li\u003e\n                \u003cli\u003e(3) 汗をかいたり、患部がぬれている時は、よく拭きとってから使用してください。\u003c\/li\u003e\n                \u003cli\u003e(4) 皮膚の特に弱い人は、同じところに続けて貼らないでください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"text-main\" style=\"margin-top: 32px; margin-bottom: 8px; font-weight: 700;\"\u003e■保管及び取扱い上の注意\u003c\/p\u003e\n            \u003cul class=\"usage-notes-list\" style=\"list-style-type: none; padding-left: 0;\"\u003e\n                \u003cli\u003e(1) 直射日光の当たらない湿気の少ない涼しい所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e(2) 小児の手の届かない所に保管してください。\u003c\/li\u003e\n                \u003cli\u003e(3) 他の容器に入れかえないでください。(誤用の原因になったり品質が変わります)\u003c\/li\u003e\n                \u003cli\u003e(4) 品質保持のため、未使用分は袋に入れ、開封口のチャックを閉めて保管してください。\u003c\/li\u003e\n                \u003cli\u003e(5) 使用期限を過ぎた製品は使用しないでください。また、使用期限内であっても、開封後はなるべくすみやかに使用してください。\u003c\/li\u003e\n            \u003c\/ul\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            \u003cdiv class=\"table-wrapper\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e商品名\u003c\/th\u003e\n                            \u003ctd\u003eビーエスバンSGテープ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e区分\u003c\/th\u003e\n                            \u003ctd\u003e第3類医薬品\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成分分量\u003cbr\u003e(膏体100g中)\u003c\/th\u003e\n                            \u003ctd\u003eサリチル酸グリコール 8.0g、L-メントール 5.0g、トコフェロール酢酸エステル 0.5g\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\u003e8枚×80袋（7cm×10cm）\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!-- Important Notes Footer Section --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e※医療関係者の方専売品となります\u003c\/p\u003e\n         \u003cp\u003e※本製品はパスキネルテープのリニューアル品となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\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        \/\/ 選択されたタブを表示\n        document.getElementById('tab' + index).classList.add('active');\n        buttons[index].classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"8枚×80袋(7×10cm）","offer_id":46965500903581,"sku":"1710160","price":8679.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/316840.jpg?v=1762317093"},{"product_id":"g1710170","title":"ビーエスバンSGテープ（大判）","description":"\u003cp\u003e腰痛や肩こり、関節痛、筋肉痛などのつらい症状にしっかりアプローチする医療用貼付テープです。貼るだけで患部に直接有効成分が浸透し、痛みや炎症を和らげます。\u003c\/p\u003e\n\n\u003cp\u003e■商品特長\n\u003cbr\u003e①腰痛、打撲、捻挫、肩こり、関節痛、筋肉痛、筋肉疲労など幅広い症状に効果を発揮します。\n\u003cbr\u003e②1枚サイズは10cm×14cmで、広範囲にも使いやすいです。\u003c\/p\u003e\n\n\u003cp\u003e■商品概要\n\u003cbr\u003e・成分(膏体100g中)：サリチル酸グリコール8.0g、L-メントール5.0g、トコフェロール酢酸エステル0.5g、その他添加物\n\u003cbr\u003e・サイズ：10×14cm\n\u003cbr\u003e・入数：8枚×40袋\n\u003cbr\u003e・第3類医薬品\u003c\/p\u003e\n\n\u003cp\u003eメーカー：大石膏盛堂\u003c\/p\u003e\u003cp\u003e\u003cspan style=\"color: white;\"\u003e----------\u003c\/span\u003e\u003c\/p\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cp style=\"font-size: 20px; font-weight: bold;\"\u003eサイズ表\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e品番\u003c\/th\u003e\n\u003cth\u003e包装\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e171-0170\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e8枚入 × 40袋(10 × 14cm)\u003c\/td\u003e\n    \u003c\/tr\u003e  \u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"daiya-k","offers":[{"title":"8枚入×40袋(10×14cm)","offer_id":47099682422941,"sku":"1710170","price":7370.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/318754.jpg?v=1762317100"},{"product_id":"g1711010","title":"ビーエスバン温膏","description":"\u003cp\u003e・鎮痛消炎成分のサリチル酸メチルを含む温感タイプの丸型プラスター剤。 \u003cbr\u003e・小さなサイズ（直径2.8cm）と大きいサイズ（直径3.9cm）の2種類を用意。部位によってサイズを選べ、貼りやすく目立ちにくい貼り薬。 \u003cbr\u003e・ノナン酸バニリルアミドの温感刺激と、トコフェロール酢酸エステル（ビタミンE）の血流促進効果がこりや痛みをやわらげる。\u003c\/p\u003e\n\u003cp\u003e[第3類医薬品]\u003c\/p\u003e\n\u003cp\u003e■効能効果 \u003cbr\u003e腰痛、打撲（うちみ）、捻挫、肩こり、関節痛、筋肉痛、筋肉疲労\u003c\/p\u003e\n\u003cp\u003e■用法用量 \u003cbr\u003e表面のライナーをはがし、１日１～２回、患部に貼付してください。 \u003cbr\u003e●貼った患部をコタツや電気毛布等で温めないでください。 \u003cbr\u003e●貼ったまま入浴されると強い刺激を感じるため、入浴30分～1時間前にははがしておはいりくだい。また、入浴直後の貼付はさけてください。\u003c\/p\u003e\n\u003cp\u003e■成分分量 \u003cbr\u003e膏体100g中に次の成分を含んでいます。 \u003cbr\u003eサリチル酸メチル　7.17ｇ \u003cbr\u003edl-カンフル　2.51g \u003cbr\u003el-メントール　3.50g \u003cbr\u003eトコフェロール酢酸エステル　1.00g \u003cbr\u003eノナン酸バニリルアミド　0.02g\u003c\/p\u003e\n\u003cp\u003e■使用上の注意 \u003cbr\u003e【してはいけないこと】 \u003cbr\u003e次の部位には使用しないでください \u003cbr\u003e　（1）目の周囲、粘膜等。 \u003cbr\u003e　（2）湿疹、かぶれ、傷口。\u003c\/p\u003e\n\u003cp\u003e■保管及び取扱い上の注意 \u003cbr\u003e（1）直射日光の当たらない湿気の少ない涼しい所に保管してください。 \u003cbr\u003e（2）小児の手の届かない所に保管してください。 \u003cbr\u003e（3）他の容器に入れかえないでください。（誤用の原因になったり品質が変わります） \u003cbr\u003e（4）品質保持のため、開封後は袋ごと「保存袋」に入れて保管してください。 \u003cbr\u003e（5）使用期限を過ぎた製品は使用しないでください。\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"color: red;\"\u003e■医療関係者の方専売品となります。\u003cbr\u003e■大判タイプはメーカー廃番となります。 \u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: white;\"\u003e----------\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 20px; font-weight: bold;\"\u003eサイズ表\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e品番\u003c\/th\u003e\n\u003cth\u003e入数\u003c\/th\u003e\n\u003cth\u003eサイズ\u003c\/th\u003e\n\u003cth\u003e種類\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e171-1010\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e156枚(6枚 × 13シート × 2袋)\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e直径2.8cm\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e―\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"daiya-k","offers":[{"title":"156枚(6枚×13シート×2袋) \/ 直径2.8cm \/ ―","offer_id":47324918743197,"sku":"1711010","price":528.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/277923.jpg?v=1762317109"},{"product_id":"g1710190","title":"ロキエフェクトLXテープα","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Reset \u0026 Styles *\/\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: #f9fafb;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            border-bottom: 4px solid #FF8800;\n            padding-bottom: 8px;\n            margin-bottom: 32px;\n            color: #333;\n            text-align: center;\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 #FF8800;\n            padding-bottom: 4px;\n            margin-top: 32px;\n            margin-bottom: 24px;\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tab System (Shopify Optimized) *\/\n        .tab-container {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            background-color: #f3f4f6;\n            border: 1px solid #d1d5db;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 18px 2px;\n            cursor: pointer;\n            background-color: #f3f4f6;\n            color: #374151;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1rem;\n            border: none;\n            border-right: 1px solid #d1d5db;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n            word-break: break-all;\n            white-space: normal;\n            user-select: none;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #fff;\n            border-color: #006FC5;\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 Styles *\/\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        \/* Utilities *\/\n        .custom-blue-box {\n            background-color: #e6f3ff;\n            border-left: 6px solid #006FC5;\n            padding: 20px;\n            margin: 20px 0;\n            font-size: 1.5625rem;\n            font-weight: 700;\n        }\n\n        \/* Notice Box within Tabs *\/\n        .tab-notice-box {\n            background-color: #fff8e6;\n            border: 1px dashed #FF8800;\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 8px;\n        }\n\n        .tab-notice-box p {\n            margin: 0;\n            font-weight: 700;\n            color: #333;\n            font-size: 1.25rem;\n        }\n\n        \/* Lists *\/\n        .usage-notes-list {\n            padding-left: 1.5rem;\n            margin-bottom: 24px;\n        }\n        .usage-notes-list li {\n            font-size: 1.5625rem; \/* 本文と同じサイズに統一 *\/\n            margin-bottom: 12px;\n        }\n\n        \/* Spec Table Style *\/\n        .table-wrapper {\n            width: 100%;\n            overflow-x: auto;\n            border-radius: 8px;\n            border: 1px solid #d1d5db;\n            margin-bottom: 32px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .spec-table th {\n            background-color: #006FC5;\n            color: #fff;\n            width: 40%;\n            padding: 16px;\n            font-size: 1.25rem;\n            font-weight: 700;\n            text-align: center;\n            border: 1px solid #d1d5db;\n        }\n\n        .spec-table td {\n            background-color: #fff;\n            color: #333;\n            padding: 16px;\n            font-size: 1.25rem;\n            border: 1px solid #d1d5db;\n            text-align: left;\n        }\n\n        \/* 成分表専用スタイル (画像のデザインを再現) *\/\n        .ingredients-table th {\n            text-align: left;\n            padding-left: 24px;\n            border: 1px solid #fff; \/* 行間の区切り線 *\/\n        }\n        .ingredients-table tr:first-child th { border-top: none; }\n        .ingredients-table tr:last-child th { border-bottom: none; }\n\n        \/* Data Table Style *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n            table-layout: fixed;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #fff;\n            text-align: center;\n            padding: 12px 4px;\n            font-size: 1.1rem;\n            border: 1px solid #d1d5db;\n        }\n\n        .data-table td {\n            padding: 12px 4px;\n            border: 1px solid #d1d5db;\n            font-size: 1.1rem;\n            text-align: center;\n            word-break: break-all;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 1px solid #f59e0b;\n            padding: 24px;\n            margin-top: 40px;\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 (max-width: 768px) {\n            .tab-button {\n                font-size: 0.85rem;\n                padding: 12px 2px;\n            }\n            .product-card-body {\n                padding: 16px 20px;\n            }\n            .text-main, .custom-blue-box, .footer-important-notes p, .tab-notice-box p, .spec-table th, .spec-table td, .data-table th, .data-table td, .usage-notes-list li {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv class=\"lp-container\"\u003e\n\u003c!-- Header Title --\u003e\n\u003ch1 class=\"h1-style\"\u003e1日1回で鎮痛消炎効果を発揮する\u003cbr\u003eロキソプロフェン配合のプラスター剤\u003c\/h1\u003e\n\u003c!-- Tab Navigation --\u003e\u003cnav class=\"tab-container\"\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\u003c!-- Tab Contents --\u003e \u003c!-- Tab 0: 商品特徴 --\u003e\n\u003cdiv class=\"tab-content active\" id=\"tab0\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003e痛みの部位に届く鎮痛消炎効果\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e「ロキエフェクトLXテープα」は、鎮痛消炎効果を持つロキソプロフェンナトリウム水和物を配合した第2類医薬品のプラスター剤です。肩こりに伴う肩の痛み、腰痛、関節痛など、日常のつらい痛みにダイレクトにアプローチします。小判と大判があり、部位によって使い分けも可能です。\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e活性体が痛みの元に作用\u003c\/h3\u003e\n\u003cp class=\"text-main\"\u003e配合されているロキソプロフェンナトリウム水和物は、皮膚から吸収された後、体内で活性体に変化します。この活性体が痛みのもとに作用することで、優れた鎮痛消炎効果を発揮します。また、l-メントールやトコフェロール酢酸エステルも配合されており、多角的に使用部位をサポートします。\u003c\/p\u003e\n\u003cdiv class=\"custom-blue-box\"\u003e有効成分ロキソプロフェンナトリウム水和物が皮膚から浸透。活性体に変化して痛みに直接効く。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 1: 成分・効果効能 --\u003e\n\u003cdiv class=\"tab-content\" id=\"tab1\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003eロキエフェクトLXテープα　成分分量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e膏体100g中に次の成分を含んでいます。\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table ingredients-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eロキソプロフェンナトリウム水和物\u003c\/th\u003e\n\u003ctd\u003e8.1g (無水物として7.14g)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003el-メントール\u003c\/th\u003e\n\u003ctd\u003e3.5g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eトコフェロール酢酸エステル\u003c\/th\u003e\n\u003ctd\u003e2.3g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-main\"\u003e\u003csmall\u003e※1枚あたり小判：7cm×14cm\/大判：10cm×14cm\u003c\/small\u003e\u003c\/p\u003e\n\u003ch2 class=\"h2-style\"\u003e効果・効能\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e関節痛、肩こりに伴う肩の痛み、筋肉痛、腰痛、打撲、捻挫、腱鞘炎（手・手首の痛み）、肘の痛み（テニス肘など）\u003c\/p\u003e\n\u003ch2 class=\"h2-style\"\u003e用法・用量\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003e表面のライナーをはがし、1日1回患部に貼付してください。\u003cbr\u003e\u003cstrong style=\"color: #dc2626;\"\u003e※15歳未満の小児は使用しないでください。\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 class=\"h3-style\"\u003e＜用法・用量に関連する注意＞\u003c\/h3\u003e\n\u003col class=\"usage-notes-list\"\u003e\n\u003cli\u003e用法・用量を厳守してください。\u003c\/li\u003e\n\u003cli\u003e本剤は、痛みやはれなどの原因になっている病気を治療するのではなく、痛みやはれなどの症状のみを治療する薬剤ですので、症状がある場合だけ使用してください。\u003c\/li\u003e\n\u003cli\u003e1日あたり小判は4枚、大判は2枚を超えて使用しないでください。\u003c\/li\u003e\n\u003cli\u003e汗をかいたり、患部がぬれている時は、よく拭きとってから使用してください。\u003c\/li\u003e\n\u003cli\u003e皮膚の弱い人は、使用前に腕の内側の皮膚の弱い箇所に、1～2cm角の小片を目安として半日以上貼り、発疹・発赤、かゆみ、かぶれ等の症状が起きないことを確かめてから使用してください。\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 2: 用法・用量 (詳細) --\u003e\n\u003cdiv class=\"tab-content\" id=\"tab2\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003e使用上の注意\u003c\/h2\u003e\n\u003cdiv class=\"tab-notice-box\"\u003e\n\u003cp\u003e■使用上の注意をよく読み、用法・用量を守って正しくお使いください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"h3-style\"\u003eしてはいけないこと\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 24px; font-weight: bold;\" class=\"text-main\"\u003e（守らないと現在の症状が悪化したり、副作用が起こりやすくなります）\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 8px; font-weight: bold;\" class=\"text-main\"\u003e1．次の人は使用しないでください。\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）本剤又は本剤の成分によりアレルギー症状を起こしたことがある人\u003c\/li\u003e\n\u003cli\u003e（2）本剤又は他の解熱鎮痛薬、かぜ薬、外用鎮痛消炎薬を使用してぜんそくを起こしたことがある人\u003c\/li\u003e\n\u003cli\u003e（3）15歳未満の小児\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-bottom: 8px; font-weight: bold;\" class=\"text-main\"\u003e2．次の部位には使用しないでください。\u003c\/p\u003e\n\u003cul class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）目の周囲、粘膜等\u003c\/li\u003e\n\u003cli\u003e（2）しっしん、かぶれ、傷口\u003c\/li\u003e\n\u003cli\u003e（3）みずむし・たむし等又は化膿している患部\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-bottom: 8px; font-weight: bold;\" class=\"text-main\"\u003e3．本剤を使用している間は、他の外用鎮痛消炎薬を使用しないでください。\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 8px; font-weight: bold;\" class=\"text-main\"\u003e4．連続して2週間以上使用しないでください。\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 24px;\" class=\"text-main\"\u003e（本剤は痛みを一時的におさえるものです。痛み等の症状が継続する場合には、使用を中止し、医師の診療を受けてください）\u003c\/p\u003e\n\u003cdiv class=\"custom-blue-box\"\u003e【重要】15歳未満の小児は使用しないでください。また、1日あたり小判は4枚、大判は2枚を超えて使用しないでください。連続して2週間以上使用しないでください。\u003c\/div\u003e\n\u003cp style=\"margin-top: 32px; margin-bottom: 8px; font-weight: bold;\" class=\"text-main\"\u003e■保管および取り扱い上の注意\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\" class=\"usage-notes-list\"\u003e\n\u003cli\u003e（1）直射日光の当たらない湿気の少ない涼しい所に保管してください。\u003c\/li\u003e\n\u003cli\u003e（2）小児の手の届かない所に保管してください。\u003c\/li\u003e\n\u003cli\u003e（3）他の容器に入れかえないでください。（誤用の原因になったり品質が変わります）\u003c\/li\u003e\n\u003cli\u003e（4）品質保持のため、未使用分は袋に入れ、開封口のチャックを閉めて保管してください。\u003c\/li\u003e\n\u003cli\u003e（5）使用期限を過ぎた製品は使用しないでください。また、使用期限内であっても、開封後はなるべくすみやかに使用してください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Tab 3: 商品詳細 --\u003e\n\u003cdiv class=\"tab-content\" id=\"tab3\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003ch2 class=\"h2-style\"\u003e商品詳細情報\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e区分\u003c\/th\u003e\n\u003ctd\u003e第2類医薬品\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\u003el-メントール、トコフェロール酢酸エステル、他\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小判：7枚入×100袋(7×10cm)、大判：7枚入×100袋(10×14cm)\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!-- Important Notes Footer Section --\u003e\n\u003cdiv class=\"footer-important-notes\"\u003e\n\u003cdiv style=\"color: #dc3545; font-weight: bold; line-height: 1.6; text-align: left;\"\u003e\n\u003cp style=\"margin: 0 0 10px 0;\"\u003e171-0140、171-0141：ロキエフェクトLXテープαのリニューアル品となります。\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 5px 0;\"\u003e▼変更点\u003c\/p\u003e\n\u003cp style=\"margin: 0;\"\u003e入数が小判タイプ、大判タイプともに7枚入×100袋となります。1枚あたりの価格に変更はございません。\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            \/\/ 選択されたタブを表示\n            const targetTab = document.getElementById('tab' + index);\n            if (targetTab) {\n                targetTab.classList.add('active');\n            }\n            if (buttons[index]) {\n                buttons[index].classList.add('active');\n            }\n        }\n\n        \/\/ イベントリスナーによる確実な動作の保証（Shopify等の環境対策）\n        document.addEventListener('DOMContentLoaded', function() {\n            const buttons = document.querySelectorAll('.tab-button');\n            buttons.forEach((button, index) =\u003e {\n                button.addEventListener('click', function() {\n                    showTab(index);\n                });\n            });\n        });\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"daiya-k","offers":[{"title":"7枚入×100袋(7×10cm） \/ 小判","offer_id":48554502520989,"sku":"1710190","price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"7枚入×100袋(10×14cm） \/ 大判","offer_id":47867803861149,"sku":"1710191","price":23100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/1_8796ae76-3ef3-4ec3-9cea-278c3b4d11a6.jpg?v=1784255838"}],"url":"https:\/\/ec.daiyak.co.jp\/collections\/oishikoseido.oembed","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}