{"product_id":"g4210211-00000g54","title":"ディスポ鍼I'SSHIN　Bstyle（300本入）","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\u003eI’SSHIN Bstyle 商品説明\u003c\/title\u003e\n    \u003c!-- Google Fonts: 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\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        :root {\n            --main-blue: #006FC5;\n            --main-orange: #FF8800;\n            --bg-blue: #e6f3ff;\n            --bg-orange: #fff8e6;\n            --bg-overall: #f9fafb;\n            --white: #ffffff;\n            --border-gray: #f3f4f6;\n            --tab-bg: #e5e7eb;\n            --text-black: #1a1a1a;\n            --text-red: #dc2626;\n            --footer-bg: #fef3c7;\n        }\n\n        body {\n            font-family: \"Noto Sans JP\", \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            background-color: var(--bg-overall);\n            color: var(--text-black);\n            margin: 0;\n            padding: 20px 0;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 0 15px; \/* 他の商品に合わせて調整 *\/\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-size: 2rem;\n            font-weight: 800;\n            line-height: 1.3;\n            margin-bottom: 2rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 4px solid var(--main-orange);\n            display: inline-block;\n        }\n\n        .h2-style {\n            font-size: 1.875rem;\n            font-weight: 700;\n            margin: 1.5rem 0 1rem;\n            padding-bottom: 0.3rem;\n            border-bottom: 2px solid var(--main-orange);\n            display: inline-block;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem;\n            font-weight: 700;\n            color: var(--main-blue);\n            margin: 1.2rem 0 0.8rem;\n        }\n\n        .text-main {\n            font-size: 1.5625rem;\n            font-weight: 400;\n            margin-bottom: 1.2rem;\n        }\n\n        .table-text {\n            font-size: 1.25rem;\n        }\n\n        \/* Tabs *\/\n        .tabs-nav {\n            display: flex;\n            width: 100%;\n            margin-bottom: 0;\n            gap: 2px;\n            \/* スマホで見やすいよう一列表示（スクロール対応） *\/\n            flex-wrap: nowrap;\n            overflow-x: auto;\n            border-bottom: none;\n        }\n\n        .tab-button {\n            flex: 1;\n            min-width: 100px; \/* スマホでの最小幅 *\/\n            padding: 15px 5px;\n            cursor: pointer;\n            background-color: var(--white);\n            border: 1px solid #e5e7eb;\n            border-bottom: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            text-align: center;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            white-space: nowrap;\n            border-radius: 8px 8px 0 0;\n        }\n\n        .tab-button.active {\n            background-color: var(--main-blue);\n            color: var(--white);\n            border-color: var(--main-blue);\n        }\n\n        .tab-content {\n            display: none;\n            padding-top: 20px;\n        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        \/* Components *\/\n        .product-card-body {\n            background-color: var(--white);\n            padding: 24px 32px;\n            border-radius: 12px;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-gray);\n            margin-bottom: 20px;\n        }\n\n        .blue-box {\n            background-color: var(--bg-blue);\n            padding: 20px;\n            border-radius: 0 8px 8px 0;\n            border-left: 6px solid var(--main-blue);\n            margin: 20px 0;\n        }\n\n        \/* Data Table *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 1rem 0;\n            background-color: #fff;\n            table-layout: fixed; \/* 列幅固定 *\/\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: var(--white);\n            text-align: left;\n            padding: 14px;\n            border: 1px solid var(--main-blue);\n            width: 35%;\n            font-size: 1.25rem;\n            white-space: nowrap;\n        }\n\n        .data-table td {\n            padding: 12px 14px;\n            border: 1px solid #e5e7eb;\n            font-size: 1.25rem;\n            text-align: left;\n        }\n\n        .data-table tr:nth-child(even) {\n            background-color: var(--bg-overall);\n        }\n\n        \/* サイズ表専用（中央揃え・幅調整） *\/\n        .size-table th, .size-table td {\n            text-align: center;\n            vertical-align: middle;\n            word-wrap: break-word;\n        }\n\n        \/* Usage List (for Warnings) *\/\n        .usage-list {\n            margin: 0;\n            padding: 0;\n            list-style: none;\n        }\n        .usage-list li {\n            position: relative;\n            padding-left: 1.2em;\n            margin-bottom: 0.8rem;\n            font-size: 1.5625rem; \/* 他の本文と同じサイズに変更 *\/\n            color: var(--text-black);\n            line-height: 1.5;\n        }\n        .usage-list li::before {\n            content: \"・\";\n            position: absolute;\n            left: 0;\n            color: var(--main-blue);\n            font-weight: bold;\n        }\n        \n        .usage-list.numbered {\n            list-style-type: decimal;\n            padding-left: 1.5em;\n        }\n        .usage-list.numbered li::before {\n            content: none;\n        }\n\n        \/* Footer *\/\n        .footer-important-notes {\n            background-color: var(--footer-bg);\n            padding: 24px;\n            border-radius: 8px;\n            border: 2px solid var(--text-red);\n            margin-top: 40px;\n            text-align: left;\n        }\n\n        .footer-important-notes p {\n            color: var(--text-red);\n            font-weight: 700;\n            font-size: 1.25rem;\n            margin: 0 0 12px 0;\n            line-height: 1.5;\n        }\n        \n        .footer-important-notes p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Responsive Adjustment *\/\n        @media (max-width: 767px) {\n            .h1-style {\n                font-size: 1.8rem;\n            }\n            .tab-button {\n                font-size: 0.8rem;\n                padding: 12px 2px;\n                white-space: normal;\n            }\n            .product-card-body {\n                padding: 16px;\n            }\n            .h2-style {\n                font-size: 1.5rem;\n            }\n            .h3-style, .text-main, .blue-box p, .usage-list li {\n                font-size: 1.2rem; \/* スマホでも同じサイズになるよう追加 *\/\n            }\n            \n            \/* テーブル調整 *\/\n            .data-table {\n                min-width: 100%;\n                table-layout: fixed;\n            }\n            .data-table th, .data-table td {\n                font-size: 0.8rem; \/* フォントサイズを縮小して収まりやすく *\/\n                padding: 8px 2px; \/* パディングを詰める *\/\n                word-wrap: break-word;\n                white-space: normal;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container\"\u003e\n    \u003c!-- H1 Catch Copy --\u003e\n    \u003ch1 class=\"h1-style\"\u003e\n        ディスポ I’SSHIN Bstyle（300本入）｜美容鍼にもおすすめの短鍼モデル　10本2鍼管の300本入り\n    \u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tabs-nav\"\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\/div\u003e\n\n    \u003c!-- Tab 1: 商品特長 --\u003e\n    \u003cdiv id=\"tab-0\" class=\"tab-content active\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e美容鍼におすすめの短鍼設計\u003c\/h2\u003e\n            \u003cp class=\"text-main\"\u003e\n                ディスポ鍼I’SSHIN（いっしん）シリーズの「Bstyle（ビースタイル）」は、細く短いのが特徴の、美容鍼に向いた扱いやすいディスポ鍼です。鍼体の長さが15mmの短鍼設計であるため、鍼管無しでも操作しやすくなっています。\n            \u003c\/p\u003e\n            \u003cp class=\"text-main\"\u003e\n                独自の鋭い鍼尖は横刺法にも適しており、顔の細かいシワやシミをとらえやすくなっています。また、鍼柄は合金製（20mm）で、通常の刺鍼だけでなく灸頭鍼としてもご使用いただけます。10本2鍼管の300本入りで多数本使う場合におすすめです。\n            \u003c\/p\u003e\n            \u003cdiv class=\"blue-box\"\u003e\n                \u003cp class=\"text-main\" style=\"margin-bottom: 0; font-weight: 700;\"\u003e\n                    細く短い特徴を活かし、顔の細かい部位へのアプローチや横刺法に適した美容鍼向けディスポ鍼。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 2: 機能性 --\u003e\n    \u003cdiv id=\"tab-1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e繊細な施術をサポートする機能性\u003c\/h2\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e横刺法に適した操作性\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                15mmの短い鍼体は、鍼管無しでも操作しやすく、シワやシミを狙う横刺法にも適しており、美容鍼の現場に向いた鍼になっています。\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            \u003ch3 class=\"h3-style\"\u003eお試しや少量使用におすすめの100本入パック\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                個包装の100本入りもご用意しております。\u003cbr\u003e\n                \u003ca href=\"https:\/\/ec.daiyak.co.jp\/products\/g4210201\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #006FC5; text-decoration: underline; font-weight: bold;\"\u003eディスポ鍼I'SSHIN Bstyle 1P（100本入）\u003c\/a\u003e\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 3: 注意事項 --\u003e\n    \u003cdiv id=\"tab-2\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e安全なご使用のために\u003c\/h2\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【禁忌・禁止】\u003c\/h3\u003e\n            \u003cul class=\"usage-list numbered\"\u003e\n                \u003cli\u003e再使用禁止\u003c\/li\u003e\n                \u003cli\u003e刺入の際、深さは鍼長の１／３以上残して刺入してください。\u003c\/li\u003e\n                \u003cli\u003e原則禁忌\u003cbr\u003e以下の方には原則として使用しないとするが、特に必要な場合は医師等に相談してください。\u003cbr\u003e妊婦・ステンレス成分にアレルギーのある方・悪性腫瘍・出血性疾患\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【使用方法等】\u003c\/h3\u003e\n            \u003cul class=\"usage-list numbered\"\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\/ul\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【使用上の注意】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 0.5rem; font-weight:bold;\"\u003e＜重要な基本的事項＞\u003c\/p\u003e\n            \u003cul class=\"usage-list numbered\"\u003e\n                \u003cli\u003e個別包装により無菌が保たれています。包装がすでに破損又は汚損していた場合は、使用しないでください。\u003c\/li\u003e\n                \u003cli\u003eご使用前に鍼を点検してください。湾曲や損傷のある場合は使用しないでください。\u003c\/li\u003e\n                \u003cli\u003e筋肉部への治療では、極度の筋硬直により折鍼の危険性があります。φ0.18㎜以上の太い鍼をご使用ください。患者の緊張を取り除き咳などにも注意しながら施術してください。\u003c\/li\u003e\n                \u003cli\u003e刺入した鍼が抜けなくなった時は無理に抜かず筋を弛緩させるなどの処置を行い、ゆっくりとまっすぐに抜いてください。抜鍼時に鍼を曲げたり、ひねりなどの力をかけたまま引抜くと折鍼の危険性があります。\u003c\/li\u003e\n                \u003cli\u003e刺入の際、深さは鍼長の 1\/3 以上残して刺入してください。\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\/ul\u003e\n\n            \u003ch3 class=\"h3-style\"\u003e【保管方法及び有効期間等】\u003c\/h3\u003e\n            \u003cp class=\"text-main\" style=\"margin-bottom: 0.5rem; font-weight:bold;\"\u003e＜貯蔵・保管＞\u003c\/p\u003e\n            \u003cp class=\"text-main\"\u003e\n                水濡れ、直射日光、多温多湿及び化学物質で汚染される可能性のある場所を避けて保存してください\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab 4: 商品詳細情報 --\u003e\n    \u003cdiv id=\"tab-3\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003e商品詳細情報\u003c\/h2\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003e基本仕様\u003c\/h3\u003e\n            \u003ctable class=\"data-table\"\u003e\n                \u003ctr\u003e\n                    \u003cth\u003e商品名\u003c\/th\u003e\n                    \u003ctd\u003eディスポ鍼 I'SSHIN Bstyle（300本入）\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003e鍼柄材質\u003c\/th\u003e\n                    \u003ctd\u003e合金製（20mm）\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003e灸頭鍼\u003c\/th\u003e\n                    \u003ctd\u003e使用可能\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003e入数\u003c\/th\u003e\n                    \u003ctd\u003e1箱／300本入（1セット：鍼10本・鍼管2本×30パック）\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth\u003e医療機器認証番号\u003c\/th\u003e\n                    \u003ctd\u003e管理医療機器\/228AGBZX00071000\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n\n            \u003ch3 class=\"h3-style\"\u003eサイズ表\u003c\/h3\u003e\n            \u003cdiv style=\"overflow-x: auto;\"\u003e\n                \u003ctable class=\"data-table size-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth style=\"width: 20%;\"\u003e品番\u003c\/th\u003e\n                            \u003cth style=\"width: 20%;\"\u003e種類\u003c\/th\u003e\n                            \u003cth style=\"width: 20%;\"\u003e線径\u003c\/th\u003e\n                            \u003cth style=\"width: 20%;\"\u003e長さ\u003c\/th\u003e\n                            \u003cth style=\"width: 20%;\"\u003e入数\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e421-0211\u003c\/td\u003e\n\u003ctd\u003e00番\u003c\/td\u003e\n\u003ctd\u003e0.12\u003c\/td\u003e\n\u003ctd\u003e5分(15mm)\u003c\/td\u003e\n\u003ctd\u003e1箱\/300本\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003ctd\u003e421-0212\u003c\/td\u003e\n\u003ctd\u003e0番\u003c\/td\u003e\n\u003ctd\u003e0.14\u003c\/td\u003e\n\u003ctd\u003e5分(15mm)\u003c\/td\u003e\n\u003ctd\u003e1箱\/300本\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!-- Footer Warning --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cp\u003e■医療関係者の方専売品となります。\u003c\/p\u003e\n        \u003cp\u003e■こちらの商品は管理医療機器となります。\u003c\/p\u003e\n        \u003cp\u003eお客様都合の場合、未開封・未使用であっても返品・交換は一切お受けできません。予めご了承いただきますようお願い申し上げます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    function showTab(index) {\n        \/\/ Remove active class from all buttons and contents\n        const buttons = document.querySelectorAll('.tab-button');\n        const contents = document.querySelectorAll('.tab-content');\n        \n        buttons.forEach(btn =\u003e btn.classList.remove('active'));\n        contents.forEach(content =\u003e content.classList.remove('active'));\n        \n        \/\/ Add active class to selected button and content\n        buttons[index].classList.add('active');\n        document.getElementById('tab-' + index).classList.add('active');\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"00番 \/ 0.12 \/ 5分(15mm)","offer_id":46458733527197,"sku":"4210211-00000G54","price":2770.0,"currency_code":"JPY","in_stock":true},{"title":"0番 \/ 0.14 \/ 5分(15mm)","offer_id":46461112090781,"sku":"4210212-00000G54","price":2770.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/205956_6959d4d1-383c-4369-b09e-469f811106a3.png?v=1781665903","url":"https:\/\/ec.daiyak.co.jp\/products\/g4210211-00000g54","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}