{"product_id":"g1023180-00000g88","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\u003cstyle\u003e\n        \/* --- デザインガイドライン (Shopify最適化版) --- *\/\n        :root {\n            --main-blue: #006FC5;\n            --main-orange: #FF8800;\n            --bg-light-blue: #e6f3ff;\n            --bg-light-orange: #fff8e6;\n            --bg-overall: #f9fafb;\n            --footer-yellow: #fef3c7;\n            --alert-red: #dc2626;\n            --table-border: #d1d5db;\n            --white: #ffffff;\n        }\n\n        body {\n            font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9fafb;\n            margin: 0;\n            padding: 0;\n        }\n\n        .lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 1.8rem;\n            font-weight: 800;\n            line-height: 1.3;\n            margin-bottom: 2rem;\n            padding-bottom: 10px;\n            border-bottom: 4px solid var(--main-orange);\n            color: #333;\n            text-align: center;\n        }\n\n        @media (min-width: 768px) {\n            .h1-style {\n                font-size: 2.2rem;\n            }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            margin-top: 1.5rem;\n            margin-bottom: 1rem;\n            padding-bottom: 5px;\n            border-bottom: 2px solid var(--main-orange);\n            color: #333;\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: var(--main-blue);\n            margin-top: 2rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 1.25rem;\n            text-align: justify;\n        }\n\n        \/* Tabs (Adjusted for Shopify optimization) *\/\n        .tab-navigation {\n            display: flex;\n            flex-wrap: nowrap;\n            margin-bottom: 0;\n            border: 1px solid #e5e7eb;\n            background-color: #fff;\n            border-radius: 8px 8px 0 0;\n            overflow: hidden;\n        }\n\n        .tab-button {\n            flex: 1; \/* Equal width *\/\n            padding: 15px 10px;\n            border: none;\n            background-color: transparent;\n            cursor: pointer;\n            font-size: 1.1rem;\n            font-weight: 700;\n            text-align: center;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #333;\n            border-right: 1px solid #e5e7eb;\n            min-width: 0;\n            white-space: nowrap;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: var(--main-blue);\n            color: #fff;\n        }\n\n        .tab-content {\n            display: none;\n            animation: fadeIn 0.4s ease;\n        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        \/* Card Style *\/\n        .product-card-body {\n            background-color: #fff;\n            padding: 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 #e5e7eb;\n            border-top: none;\n            margin-bottom: 2rem;\n        }\n\n        \/* Special UI Components *\/\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            border-left: 8px solid var(--main-blue);\n            padding: 20px;\n            margin: 2rem 0;\n            border-radius: 4px;\n        }\n\n        \/* Data Table *\/\n        .table-wrapper {\n            overflow-x: auto;\n            margin-top: 1rem;\n        }\n\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 400px;\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #fff;\n            text-align: left;\n            padding: 16px;\n            width: 30%;\n            font-size: 1.25rem;\n            border: 1px solid #ddd;\n        }\n\n        .data-table td {\n            padding: 16px;\n            border: 1px solid #e5e7eb;\n            font-size: 1.25rem;\n            background-color: #fff;\n        }\n\n        \/* Footer Important Notes *\/\n        .footer-important-notes {\n            background-color: var(--footer-yellow);\n            border: 2px solid var(--main-blue);\n            padding: 24px;\n            border-radius: 12px;\n            margin-top: 3rem;\n            text-align: center;\n        }\n\n        .footer-important-notes p {\n            color: var(--alert-red);\n            font-weight: 700;\n            margin: 0;\n            font-size: 1.25rem;\n            line-height: 1.6;\n        }\n\n        \/* Layout Helpers *\/\n        .content-section {\n            margin-bottom: 3rem;\n        }\n        \n        .content-section:last-child {\n            margin-bottom: 0;\n        }\n\n        @media (max-width: 640px) {\n            .h1-style { font-size: 1.5rem; }\n            .h2-style { font-size: 1.4rem; }\n            .h3-style { font-size: 1.2rem; }\n            .text-main, .blue-box p { font-size: 1.1rem; }\n            .tab-button { font-size: 0.9rem; padding: 12px 5px; }\n            .product-card-body { padding: 20px; }\n            .data-table th, .data-table td { font-size: 1rem; padding: 10px; }\n            .footer-important-notes p { font-size: 1.1rem; }\n        }\n\n\u003c\/style\u003e\n\u003cdiv class=\"lp-container\"\u003e\n\u003ch1 class=\"h1-style\"\u003eカット綿｜多用途に使いやすい5号（4×4㎝）の綿花\u003c\/h1\u003e\n\u003cdiv class=\"tab-navigation\"\u003e\n\u003cbutton class=\"tab-button active\" data-tab=\"tab-0\"\u003e特徴・素材\u003c\/button\u003e \n\u003cbutton class=\"tab-button\" data-tab=\"tab-1\"\u003e商品詳細情報\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content active\" id=\"tab-0\"\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch2 class=\"h2-style\"\u003e使いやすい5号サイズのカット綿\u003c\/h2\u003e\n\u003cp class=\"text-main\"\u003eこのカット綿は一般医療機器で、綿花を使いやすいサイズ（4×4㎝）にカットされています。手指の清拭や少量の薬液塗布など、多用途で使用することができます。たっぷり500g入っているので、頻繁に消毒で使用する現場にもおすすめです。 医療現場や施術で使用する機会が多い消耗品だからこそ、使いやすいサイズで便利です。\u003c\/p\u003e\n\u003cdiv class=\"blue-box\"\u003e\n\u003cp style=\"margin-bottom: 0; font-weight: bold;\" class=\"text-main\"\u003e多用途で使用できる綿花。カットする手間がなく、使いやすいサイズになっています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"tab-1\"\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=\"data-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\u003e5号（4cm × 4cm）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e素材\u003c\/th\u003e\n\u003ctd\u003e綿100%\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e重量\u003c\/th\u003e\n\u003ctd\u003e500g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e医療機器届出番号\u003c\/th\u003e\n\u003ctd\u003e一般医療機器（23B3X00006000005）\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\u003cdiv class=\"footer-important-notes\"\u003e\n\u003cp\u003e※申し訳ございませんが、スズランカット綿の取扱は終了となりました。同等品のオオサキ医療カットメン（品番：3480120）をご検討くださいませ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.tab-button').forEach(button =\u003e {\n    button.addEventListener('click', () =\u003e {\n        const tabTarget = button.getAttribute('data-tab');\n        \n        \/\/ すべてのボタンから active クラスを削除\n        document.querySelectorAll('.tab-button').forEach(btn =\u003e btn.classList.remove('active'));\n        \/\/ すべてのコンテンツから active クラスを削除\n        document.querySelectorAll('.tab-content').forEach(content =\u003e content.classList.remove('active'));\n        \n        \/\/ クリックされたボタンと、対応するコンテンツに active クラスを追加\n        button.classList.add('active');\n        document.getElementById(tabTarget).classList.add('active');\n    });\n});\n\u003c\/script\u003e","brand":"daiya-k","offers":[{"title":"Default Title","offer_id":47379484082333,"sku":"1023180-00000g88","price":1011.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G1023180_5CG1023180_01_0bb3b422-4b01-4f35-8b56-875b1792e4e0.jpg?v=1781661987","url":"https:\/\/ec.daiyak.co.jp\/products\/g1023180-00000g88","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}