{"product_id":"g2310050-00000g81","title":"セイリン鍼J-Sakura(J-サクラ) 【旧：セイリン鍼JSPタイプ】","description":"\u003cstyle\u003e\n        \/* 基本配色とサイズ定義 *\/\n        .custom-blue { color: #006FC5; }\n        .bg-custom-blue-light { background-color: #e6f3ff; }\n        .border-custom-blue { border-color: #006FC5; }\n        .custom-orange { color: #FF8800; }\n        .bg-custom-orange-light { background-color: #fff8e6; }\n        .border-custom-orange { border-color: #FF8800; }\n        \n        \/* 見出しスタイルの調整 *\/\n        .h1-style {\n            font-weight: 800;\n            color: #111827;\n            font-size: 2rem;\n        }\n        @media (min-width: 640px) {\n            .h1-style { font-size: 2.5rem; }\n        }\n        .h2-style {\n            font-weight: 700;\n            color: #111827;\n            font-size: 1.875rem; \/* 30px *\/\n        }\n        .h3-style {\n            font-weight: 700;\n            color: #006FC5;\n            font-size: 1.5625rem; \/* 25px *\/\n        }\n        \/* 本文・リスト・小見出し4のサイズ (25px) *\/\n        .text-25px-normal { font-size: 1.5625rem; font-weight: 400; }\n        .text-25px-bold { font-size: 1.5625rem; font-weight: 700; }\n\n        \/* タブボタンの基本スタイルを修正 *\/\n        .tab-button {\n            background-color: #e5e7eb;\n            color: #4b5563;\n            padding: 12px 18px; \/* クリックエリア拡大 *\/\n            border: 1px solid #d1d5db;\n            cursor: pointer;\n            \/* タブが5つになったため、flex-basisで均等な幅を確保 *\/\n            flex-basis: 20%; \n            flex-grow: 1;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem; \/* 文字サイズ拡大 *\/\n            transition: all 0.2s;\n            margin-right: -1px; \/* ボーダーの重なりを調整 *\/\n            box-shadow: none;\n        }\n        .tab-button:first-child { border-radius: 8px 0 0 8px; }\n        .tab-button:last-child { border-radius: 0 8px 8px 0; margin-right: 0;}\n        .tab-button.active {\n            background-color: #006FC5;\n            color: white;\n            border-color: #006FC5;\n            z-index: 10;\n        }\n        \n        \/* コンテンツエリアのスタイル (padding-topを0に修正し、スペースを削除) *\/\n        .tab-content {\n            display: none;\n            padding-top: 0px; \n        }\n        \/* モバイル対応：タブが多すぎる場合、縦に並べる *\/\n        @media (max-width: 640px) {\n            .tab-button {\n                flex-basis: 50%;\n                margin: 0;\n                border-radius: 0 !important;\n            }\n            #tab-nav {\n                border-radius: 0;\n            }\n        }\n        \n        \/* サイズ表専用スタイル *\/\n        .size-table-container {\n            border: 1px solid #006FC5;\n            border-radius: 6px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        .size-table-header {\n            display: grid;\n            \/* 1fr 1.5fr 1fr 1fr から 1fr 1fr 0.8fr 1fr に変更して長さを調整 *\/\n            grid-template-columns: 1fr 1fr 0.8fr 1fr; \n            background-color: #006FC5;\n            color: white;\n            font-weight: 700;\n            padding: 12px 10px;\n            font-size: 1.25rem; \/* 20px *\/\n            text-align: center;\n        }\n        .size-table-row {\n            display: grid;\n            \/* 1fr 1.5fr 1fr 1fr から 1fr 1fr 0.8fr 1fr に変更して長さを調整 *\/\n            grid-template-columns: 1fr 1fr 0.8fr 1fr; \n            padding: 10px 10px;\n            border-bottom: 1px solid #e6f3ff; \/* Light blue separator *\/\n            font-size: 1.25rem; \/* 20pxに縮小 *\/\n            text-align: center;\n        }\n        .size-table-row:nth-child(even) {\n            background-color: #f9fafb; \/* Alternating background *\/\n        }\n        .size-table-row:last-child {\n            border-bottom: none;\n        }\n        \/* サイズ表内の色表記の強調 (16pxに縮小) *\/\n        .color-label {\n            font-weight: 700;\n            white-space: nowrap; \n            font-size: 1rem; \/* 16px *\/\n            display: block;\n            line-height: 1.2;\n            margin: auto 0;\n        }\n        \/* サイズ表内の2行表示用スタイル *\/\n        .two-line-cell {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            line-height: 1.2;\n            padding: 2px 0;\n            font-weight: 400;\n        }\n    \u003c\/style\u003e\n\n    \u003c!-- H1: メインタイトル (固定表示) --\u003e\n    \u003ch1 class=\"h1-style\" style=\"margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 4px solid #FF8800;\"\u003e\n        【人気のディスポ鍼 セイリン J-sakura（J-サクラ）】（旧：JSPタイプ）種類と太さ、使い方\n    \u003c\/h1\u003e\n\n    \u003c!-- タブボタンエリア (5項目に変更) --\u003e\n    \u003cdiv id=\"tab-nav\" style=\"display: flex; flex-wrap: wrap; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);\"\u003e\n        \u003cbutton class=\"tab-button active\" onclick=\"showTab(1, this)\" data-tab=\"1\"\u003e基本情報\u003c\/button\u003e\n        \u003cbutton class=\"tab-button\" onclick=\"showTab(2, this)\" data-tab=\"2\"\u003e種類と太さ\u003c\/button\u003e\n        \u003cbutton class=\"tab-button\" onclick=\"showTab(5, this)\" data-tab=\"5\"\u003eサイズ表\u003c\/button\u003e\n        \u003cbutton class=\"tab-button\" onclick=\"showTab(3, this)\" data-tab=\"3\"\u003e使い方・条件\u003c\/button\u003e\n        \u003cbutton class=\"tab-button\" onclick=\"showTab(4, this)\" data-tab=\"4\"\u003eご購入情報\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003c!-- TAB 1: 基本性能セクション --\u003e\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003cdiv id=\"content-tab-1\" class=\"tab-content\" style=\"display: block;\"\u003e\n        \u003cdiv style=\"background-color: white; padding: 24px 32px; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); border: 1px solid #f3f4f6;\"\u003e\n            \u003ch2 class=\"h2-style\" style=\"padding-bottom: 8px; border-bottom: 2px solid #FF8800;\"\u003e\n                セイリン J-sakura の基本情報\n            \u003c\/h2\u003e\n            \n            \u003c!-- H3: サブセクション (青字, 25px, 太字維持) --\u003e\n            \u003ch3 class=\"h3-style\" style=\"margin-top: 1.5rem; margin-bottom: 1rem;\"\u003e\n                セイリン 鍼 J-sakura とは？スムーズな刺入感を実現\n            \u003c\/h3\u003e\n\n            \u003c!-- 本文サイズ 25px, 太字解除 --\u003e\n            \u003cp style=\"color: #4b5563; margin-bottom: 0.5rem; font-size: 1.5625rem; font-weight: 400;\"\u003e\n                セイリンディスポ鍼「J-sakura」（ジェイサクラ）は、日本の鍼灸鍼メーカーであるセイリン独自の技術を集約した滅菌済ディスポーザブル鍼です。旧JSPタイプから受け継がれた品質と使いやすさにより、多くの鍼灸師に選ばれています。\n            \u003c\/p\u003e\n            \u003cp style=\"color: #4b5563; margin-bottom: 1.5rem; font-size: 1.5625rem; font-weight: 400;\"\u003e\n                J-sakuraの大きな特長は、セイリン独自の研磨技術により鍼尖（鍼の先端）が丸く加工されている点です。これにより、皮膚への抵抗が少なく、スムーズな刺入感を実現しています。\n            \u003c\/p\u003e\n            \n            \u003cdiv style=\"padding: 1rem; border-radius: 0.5rem; background-color: #e6f3ff; border-left: 4px solid #006FC5; margin-top: 2rem;\"\u003e\n                \u003c!-- 小見出しのサイズ 25px, 太字維持 --\u003e\n                \u003ch4 style=\"font-weight: 700; color: #006FC5; margin-bottom: 0.75rem; display: flex; align-items: center; font-size: 1.5625rem;\"\u003e\n                    【製品の構造と衛生管理】\n                \u003c\/h4\u003e\n                \u003c!-- 説明文のサイズ 25px, 太字解除 --\u003e\n                \u003cp style=\"font-size: 1.5625rem; color: #4b5563; margin-bottom: 0.5rem; font-weight: 400;\"\u003e\n                    鍼管と鍼柄は片手で容易に取り外しが可能でありながら、鍼管と鍼柄を超音波で溶着する独自の技術が採用されています。これにより、使用済みの鍼と未使用の鍼の混同を防ぎ、施術現場での誤使用のリスクを低減しています。\n                \u003c\/p\u003e\n                \u003cp style=\"font-size: 1.5625rem; color: #4b5563; font-weight: 400;\"\u003e\n                    また、国内一貫生産体制のもとで製造されており、徹底した品質管理のもとで管理医療機器として提供されています。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003c!-- TAB 2: 種類と太さセクション (カラーコードの導入説明 + 簡潔なカラーコード表を再挿入) --\u003e\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003cdiv id=\"content-tab-2\" class=\"tab-content\"\u003e\n        \u003cdiv style=\"background-color: white; padding: 24px 32px; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); border: 1px solid #f3f4f6;\"\u003e\n            \u003ch2 class=\"h2-style\" style=\"padding-bottom: 8px; border-bottom: 2px solid #FF8800;\"\u003e\n                【セイリン鍼の種類と太さ】J-sakuraのカラーコードと識別方法\n            \u003c\/h2\u003e\n            \n            \u003c!-- H3: サブセクション (青字, 25px, 太字維持) --\u003e\n            \u003ch3 class=\"h3-style\" style=\"margin-top: 1.5rem; margin-bottom: 1rem;\"\u003e\n                セイリン鍼の太さの識別：プラスチック鍼柄とカラーコードシステム\n            \u003c\/h3\u003e\n\n            \u003c!-- 本文サイズ 25px, 太字解除 --\u003e\n            \u003cp style=\"color: #4b5563; margin-bottom: 1.5rem; font-size: 1.5625rem; font-weight: 400;\"\u003e\n                セイリンのディスポ鍼は、鍼柄（持ち手）の素材や形状によって様々なセイリン 鍼の種類が展開されていますが、J-sakuraは軽く使いやすいプラスチック製の鍼柄を採用しています。\u003cbr\u003e\n                このプラスチック鍼柄には、鍼体の太さ（鍼体径）を瞬時に識別できるように、国際基準に準拠したカラーコードが施されています。これにより、施術中に必要なセイリン 鍼 太さを迷うことなく選ぶことができ、安全かつ効率的な施術をサポートします。\n            \u003c\/p\u003e\n\n            \u003c!-- 【J-sakura カラーコード対応表】をTab 2に再挿入 (簡潔な用途説明付き) --\u003e\n            \u003cdiv style=\"padding: 1rem; background-color: #e6f3ff; border-radius: 0.5rem; margin-bottom: 1rem;\"\u003e\n                \u003c!-- 小見出しのサイズ 25px, 太字維持 --\u003e\n                \u003ch4 style=\"font-weight: 700; color: #006FC5; margin-bottom: 1rem; font-size: 1.5625rem;\"\u003e【J-sakura カラーコード対応表】\u003c\/h4\u003e\n                \n                \u003cdiv style=\"display: flex; flex-direction: column; gap: 0.5rem;\"\u003e\n                    \n                    \u003c!-- リスト要素のテキストサイズ 25px, 太字解除 --\u003e\n                    \u003cp style=\"font-size: 1.5625rem; color: #4b5563; font-weight: 400;\"\u003e\n                        \u003cspan style=\"color: #006FC5; font-weight: 700; font-size: 1.25rem; margin-right: 0.5rem;\"\u003e•\u003c\/span\u003e\n                        \u003cspan style=\"color: red; font-weight: 700;\"\u003e赤色 (鍼体径 φ0.20mm)：\u003c\/span\u003e標準的な太さで、体幹や四肢の一般的な施術におすすめです。\n                    \u003c\/p\u003e\n                    \u003cp style=\"font-size: 1.5625rem; color: #4b5563; font-weight: 400;\"\u003e\n                        \u003cspan style=\"color: blue; font-weight: 700;\"\u003e青色 (鍼体径 φ0.18mm)：\u003c\/span\u003eやや細めで、敏感な部位や美容施術におすすめです。\n                    \u003c\/p\u003e\n                    \u003cp style=\"font-size: 1.5625rem; color: #4b5563; font-weight: 400;\"\u003e\n                        \u003cspan style=\"color: green; font-weight: 700;\"\u003e緑色 (鍼体径 φ0.25mm)：\u003c\/span\u003e太めで、体感を重視する部位や筋肉の厚い部位へのアプローチにおすすめです。\n                    \u003c\/p\u003e\n                    \u003cp style=\"font-size: 1.5625rem; color: #4b5563; font-weight: 400;\"\u003e\n                        \u003cspan style=\"color: black; font-weight: 700;\"\u003e黒色 (鍼体径 φ0.30mm)：\u003c\/span\u003e最も太く、深部の刺激や通電鍼（条件付き）におすすめです。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003c!-- TAB 5: 鍼のサイズ表 (詳細な品番入りテーブルに置き換え) - 構造とサイズを修正 --\u003e\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003cdiv id=\"content-tab-5\" class=\"tab-content\"\u003e\n        \u003cdiv style=\"background-color: white; padding: 24px 32px; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); border: 1px solid #f3f4f6;\"\u003e\n            \u003ch2 class=\"h2-style\" style=\"padding-bottom: 8px; border-bottom: 2px solid #FF8800;\"\u003e\n                鍼のサイズ表 (J-sakura 詳細品番一覧)\n            \u003c\/h2\u003e\n            \n            \u003c!-- H3 (タイトルとして使用) --\u003e\n            \u003ch3 class=\"h3-style\" style=\"margin-top: 1.5rem; margin-bottom: 1rem;\"\u003e\n                J-sakura カラーコードと識別方法\n            \u003c\/h3\u003e\n\n            \u003c!-- 新しい詳細サイズ表 --\u003e\n            \u003cdiv style=\"padding: 1rem; background-color: #e6f3ff; border-radius: 0.5rem; margin-bottom: 1rem;\"\u003e\n                \u003c!-- 小見出しのサイズ 25px, 太字維持 --\u003e\n                \u003ch4 style=\"font-weight: 700; color: #006FC5; margin-bottom: 1rem; font-size: 1.5625rem;\"\u003e【J-sakura 詳細サイズ・カラーコード対応表】\u003c\/h4\u003e\n                \n                \u003cdiv class=\"size-table-container\" style=\"border: 1px solid #006FC5; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column;\"\u003e\n                    \n                    \u003c!-- テーブルヘッダー (サイズを20pxに統一) --\u003e\n                    \u003cdiv class=\"size-table-header\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; background-color: #006FC5; color: white; font-weight: 700; padding: 12px 15px; font-size: 1.25rem; text-align: center;\"\u003e\n                        \u003cdiv\u003e品番\u003c\/div\u003e\n                        \u003cdiv\u003e番手\/線径\u003c\/div\u003e\n                        \u003cdiv\u003e色\u003c\/div\u003e\n                        \u003cdiv\u003e長さ\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- データ行 (サイズを20pxに統一し、行内のカタカナを全角に、レイアウトを調整) --\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0043\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e4番\u003cbr\u003e0.23㎜\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #FF69B4;\"\u003eピンク\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1寸\u003cbr\u003e(30mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0044\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e5番\u003cbr\u003e0.25mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #8A2BE2;\"\u003eバイオレット\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1寸\u003cbr\u003e(30mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0045\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e4番\u003cbr\u003e0.23mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #FF69B4;\"\u003eピンク\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸3\u003cbr\u003e(40mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0046\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e4番\u003cbr\u003e0.23mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #FF69B4;\"\u003eピンク\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸6\u003cbr\u003e(50mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0047\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e8番\u003cbr\u003e0.30mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #694C41;\"\u003eセピア\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸6\u003cbr\u003e(50mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0048\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e5番\u003cbr\u003e0.25mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #8A2BE2;\"\u003eバイオレット\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e2寸\u003cbr\u003e(60mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0049\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e8番\u003cbr\u003e0.30mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #694C41;\"\u003eセピア\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e2寸\u003cbr\u003e(60mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0050\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e02番\u003cbr\u003e0.12mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #006400;\"\u003eダークグリーン\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1寸\u003cbr\u003e(30mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0051\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e01番\u003cbr\u003e0.14mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #008000;\"\u003eグリーン\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1寸\u003cbr\u003e(30mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0052\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e02番\u003cbr\u003e0.12mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #006400;\"\u003eダークグリーン\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸3\u003cbr\u003e(40mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0053\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e01番\u003cbr\u003e0.14mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #008000;\"\u003eグリーン\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸3\u003cbr\u003e(40mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0054\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1番\u003cbr\u003e0.16mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: red;\"\u003eレッド\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸3\u003cbr\u003e(40mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0055\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e2番\u003cbr\u003e0.18mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #8B4513;\"\u003eアイボリー\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸3\u003cbr\u003e(40mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0056\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e3番\u003cbr\u003e0.20mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #00BFFF;\"\u003eスカイブルー\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸3\u003cbr\u003e(40mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0057\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e3番\u003cbr\u003e0.20mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #00BFFF;\"\u003eスカイブルー\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸6\u003cbr\u003e(50mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0058\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1番\u003cbr\u003e0.16mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: red;\"\u003eレッド\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1寸\u003cbr\u003e(30mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0059\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e2番\u003cbr\u003e0.18mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #8B4513;\"\u003eアイボリー\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸6\u003cbr\u003e(50mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0060\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e5番\u003cbr\u003e0.25mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #8A2BE2;\"\u003eバイオレット\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸3\u003cbr\u003e(40mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0061\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e5番\u003cbr\u003e0.25mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #8A2BE2;\"\u003eバイオレット\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e寸6\u003cbr\u003e(50mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0062\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e2番\u003cbr\u003e0.18mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #8B4513;\"\u003eアイボリー\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1寸\u003cbr\u003e(30mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0063\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e3番\u003cbr\u003e0.20mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #00BFFF;\"\u003eスカイブルー\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e1寸(30mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; border-bottom: 1px solid #e6f3ff; font-size: 1.25rem; text-align: center; background-color: #f9fafb;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0064\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e1番\u003cbr\u003e0.16mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: red;\"\u003eレッド\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e寸6(50mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"size-table-row\" style=\"display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 15px; background-color: white;\"\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e231-0065\u003c\/div\u003e\n                        \u003cdiv class=\"two-line-cell\"\u003e3番\u003cbr\u003e0.20mm\u003c\/div\u003e\n                        \u003cdiv class=\"color-label\" style=\"color: #00BFFF;\"\u003eスカイブルー\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 400;\"\u003e2寸(60mm)\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003c!-- TAB 3: 使い方と条件セクション --\u003e\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003cdiv id=\"content-tab-3\" class=\"tab-content\"\u003e\n        \u003cdiv style=\"background-color: #e6f3ff; padding: 24px 32px; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); margin-bottom: 32px; border: 2px solid #006FC5;\"\u003e\n            \u003ch2 class=\"h2-style\" style=\"padding-bottom: 8px; border-bottom: 2px solid #FF8800;\"\u003e\n                【セイリン鍼の使い方】通電鍼への適用条件\n            \u003c\/h2\u003e\n\n            \u003c!-- H3: サブセクション (青字, 25px, 太字維持) --\u003e\n            \u003ch3 class=\"h3-style\" style=\"margin-top: 1.5rem; margin-bottom: 1rem;\"\u003e\n                セイリン鍼の長さと通電鍼としての正しい使い方（J-sakura）\n            \u003c\/h3\u003e\n\n            \u003c!-- 本文サイズ 25px, 太字解除 --\u003e\n            \u003cp style=\"color: #4b5563; margin-bottom: 1.5rem; font-size: 1.5625rem; font-weight: 400;\"\u003e\n                J-sakuraは汎用性の高い鍼ですが、通電鍼（電気鍼）として使用する際には特定のセイリン 鍼 長さと太さの条件があります。これらの条件を守ることが、折鍼や腐食のリスクを回避するために非常に重要です。\n            \u003c\/p\u003e\n\n            \u003cdiv style=\"padding: 1rem; border-radius: 0.5rem; background-color: white; box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); margin-bottom: 1rem;\"\u003e\n                \u003c!-- 小見出しのサイズ 25px, 太字維持 --\u003e\n                \u003ch4 style=\"font-weight: 700; font-size: 1.5625rem; margin-bottom: 0.75rem; color: #1f2937; border-bottom: 1px solid #d1d5db; padding-bottom: 0.25rem;\"\u003e【通電鍼としての使用条件】\u003c\/h4\u003e\n                \u003c!-- 説明文のサイズ 25px, 太字解除 --\u003e\n                \u003cp style=\"font-size: 1.5625rem; margin-bottom: 0.75rem; font-weight: 400;\"\u003e\n                    J-sakuraは、指定の鍼電極低周波治療器「picorina(ピコリナ)」での使用に限り、通電が可能です。ただし、その際は以下の条件を厳守してください。\n                \u003c\/p\u003e\n                \n                \u003cul style=\"list-style-type: disc; margin-left: 20px; font-size: 1.5625rem; color: #4b5563; padding-left: 4px; font-weight: 400;\"\u003e\n                    \u003cli style=\"margin-bottom: 4px;\"\u003e\n                        \u003cspan style=\"color: #006FC5; font-weight: 700;\"\u003e鍼体の太さ：\u003c\/span\u003e3番（φ0.20mm）以上であること。\n                    \u003c\/li\u003e\n                    \u003cli style=\"margin-bottom: 4px;\"\u003e\n                        \u003cspan style=\"color: #006FC5; font-weight: 700;\"\u003e鍼の長さ：\u003c\/span\u003e1寸（30mm）以上であること。\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003c!-- H4: 通電時の使用上の注意 (オレンジ色) --\u003e\n            \u003cdiv style=\"margin-top: 1.5rem; padding: 1rem; border-radius: 0.5rem; background-color: #fff8e6; border-left: 4px solid #FF8800;\"\u003e\n                \u003c!-- 小見出しのサイズ 25px, 太字維持 --\u003e\n                \u003ch4 style=\"font-weight: 700; color: #FF8800; margin-bottom: 0.5rem; display: flex; align-items: center; font-size: 1.5625rem;\"\u003e\n                    【通電時の使用上の注意】\n                \u003c\/h4\u003e\n                \u003c!-- 説明文のサイズ 25px, 太字解除 --\u003e\n                \u003cp style=\"font-size: 1.5625rem; color: #4b5563; font-weight: 400;\"\u003e\n                    過度な通電刺激は鍼の腐食や強い筋収縮による折鍼の危険性があるため、十分な注意が必要です。また、腐食リスクを低減するため、刺鍼深度は10mm以上とし、鍼の刺入状態を絶えず監視してください。鍼電極低周波治療器の添付文書と取扱説明書を必ず参照し、安全にセイリン 鍼 使い方を実行してください。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003c!-- TAB 4: ご購入情報セクション --\u003e\n    \u003c!-- ---------------------------------------------------------------------- --\u003e\n    \u003cdiv id=\"content-tab-4\" class=\"tab-content\"\u003e\n        \u003cdiv style=\"background-color: white; padding: 24px 32px; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); border: 1px solid #f3f4f6;\"\u003e\n            \u003ch2 class=\"h2-style\" style=\"padding-bottom: 8px; border-bottom: 2px solid #FF8800;\"\u003e\n                ご購入情報：セイリンディスポ鍼 J-sakura の製品詳細と重要事項\n            \u003c\/h2\u003e\n\n            \u003c!-- H3: 製品仕様のサブセクション (青字, 25px, 太字維持) --\u003e\n            \u003ch3 class=\"h3-style\" style=\"margin-top: 1.5rem; margin-bottom: 1rem;\"\u003e\n                J-sakura の製品仕様概要\n            \u003c\/h3\u003e\n\n            \u003c!-- 製品仕様テーブル (25px) --\u003e\n            \u003cdiv style=\"margin-bottom: 1.5rem; border: 1px solid #e5e7eb; border-radius: 0.5rem; overflow: hidden;\"\u003e\n                \n                \u003cdiv style=\"display: flex; flex-direction: column;\"\u003e\n                    \u003c!-- 製品名 --\u003e\n                    \u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; padding: 12px; background-color: #f9fafb; border-bottom: 1px solid #e5e7eb;\"\u003e\n                        \u003cdiv style=\"font-weight: 600; color: #4b5563; font-size: 1.5625rem;\"\u003e製品名：\u003c\/div\u003e\n                        \u003cdiv style=\"color: #1f2937; font-size: 1.5625rem; font-weight: 400;\"\u003eセイリンディスポ鍼 J-sakura（旧JSPタイプ）\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- 鍼先仕様 --\u003e\n                    \u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; padding: 12px; border-bottom: 1px solid #e5e7eb;\"\u003e\n                        \u003cdiv style=\"font-weight: 600; color: #4b5563; font-size: 1.5625rem;\"\u003e鍼先仕様：\u003c\/div\u003e\n                        \u003cdiv style=\"color: #1f2937; font-size: 1.5625rem; font-weight: 400;\"\u003eSP仕様（丸く加工されており、刺入時の抵抗が少ない仕様です）\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- 鍼柄素材 --\u003e\n                    \u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; padding: 12px; background-color: #f9fafb; border-bottom: 1px solid #e5e7eb;\"\u003e\n                        \u003cdiv style=\"font-weight: 600; color: #4b5563; font-size: 1.5625rem;\"\u003e鍼柄素材：\u003c\/div\u003e\n                        \u003cdiv style=\"color: #1f2937; font-size: 1.5625rem; font-weight: 400;\"\u003eプラスチック製（カラーコードでセイリン 鍼 太さを識別可能）\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- 灸頭鍼 --\u003e\n                    \u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; padding: 12px; border-bottom: 1px solid #e5e7eb;\"\u003e\n                        \u003cdiv style=\"font-weight: 600; color: #4b5563; font-size: 1.5625rem;\"\u003e灸頭鍼：\u003c\/div\u003e\n                        \u003cdiv style=\"color: #dc2626; font-weight: 700; font-size: 1.5625rem;\"\u003e不可\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- 入数 --\u003e\n                    \u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; padding: 12px; background-color: #f9fafb; border-bottom: 1px solid #e5e7eb;\"\u003e\n                        \u003cdiv style=\"font-weight: 600; color: #4b5563; font-size: 1.5625rem;\"\u003e入数：\u003c\/div\u003e\n                        \u003cdiv style=\"color: #1f2937; font-size: 1.5625rem; font-weight: 400;\"\u003e100本入／1箱\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- 医療機器認証 --\u003e\n                    \u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; padding: 12px;\"\u003e\n                        \u003cdiv style=\"font-weight: 600; color: #4b5563; font-size: 1.5625rem;\"\u003e医療機器認証：\u003c\/div\u003e\n                        \u003cdiv style=\"color: #1f2937; font-size: 1.5625rem; font-weight: 400;\"\u003e管理医療機器として認証済（認証番号：15500BZZ00805000）\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- **** 固定表示される重要事項 (最下部) **** --\u003e\n    \u003cdiv style=\"margin-top: 32px; padding: 1.5rem; background-color: #fef3c7; border: 2px solid #fbbf24; border-radius: 8px; font-size: 1.5625rem; color: #dc2626;\"\u003e\n        \u003c!-- すべての太字を解除 (font-weight: 400) --\u003e\n        \u003cp style=\"font-weight: 400; margin-bottom: 0.5rem;\"\u003e■医療関係者の方専売品となります。\u003c\/p\u003e\n        \u003cp style=\"font-weight: 400; margin-bottom: 0.5rem;\"\u003e■こちらの商品は管理医療機器となります。\u003c\/p\u003e \n        \u003cul style=\"list-style-type: none; padding-left: 20px; margin-bottom: 1rem; font-size: 1.5625rem;\"\u003e \n            \u003cli style=\"margin-bottom: 4px; font-weight: 400;\"\u003eお客様都合の場合、未開封・未使用であっても返品・交換は一切お受けできません。\u003c\/li\u003e\n            \u003cli style=\"font-weight: 400;\"\u003e予めご了承いただきますようお願い申し上げます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp style=\"font-weight: 400; color: #dc2626; border-top: 1px solid #f97316; padding-top: 0.5rem;\"\u003e※2025年3月29日(金)ご注文よりまとめ価格終了となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003c!-- ********************************************** --\u003e\n\n    \u003c!-- JavaScript for Tab Switching (Shopify compatible) --\u003e\n    \u003cscript\u003e\n        function showTab(tabIndex, clickedButton) {\n            \/\/ すべてのタブコンテンツを非表示にする\n            const contents = document.querySelectorAll('.tab-content');\n            contents.forEach(content =\u003e {\n                cont\u003c\/script\u003e","brand":"daiya-k","offers":[{"title":"02番\/0.12mm \/ ﾀﾞｰｸｸﾞﾘｰﾝ \/ 1寸(30mm)","offer_id":47495655882909,"sku":"2310050-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"01番\/0.14mm \/ ｸﾞﾘｰﾝ \/ 1寸(30mm)","offer_id":47495656833181,"sku":"2310051-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"1番\/0.16mm \/ ﾚｯﾄﾞ \/ 1寸(30mm)","offer_id":47495664795805,"sku":"2310058-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"2番\/0.18mm \/ ｱｲﾎﾞﾘｰ \/ 1寸(30mm)","offer_id":47495667941533,"sku":"2310062-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"3番\/0.20mm \/ ｽｶｲﾌﾞﾙｰ \/ 1寸(30mm)","offer_id":47495668400285,"sku":"2310063-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"4番\/0.23mm \/ ﾋﾟﾝｸ \/ 1寸(30mm)","offer_id":47495105937565,"sku":"2310043-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"5番\/0.25mm \/ ﾊﾞｲｵﾚｯﾄ \/ 1寸(30mm)","offer_id":47495651786909,"sku":"2310044-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"02番\/0.12mm \/ ﾀﾞｰｸｸﾞﾘｰﾝ \/ 寸3(40mm)","offer_id":47495657685149,"sku":"2310052-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"01番\/0.14mm \/ ｸﾞﾘｰﾝ \/ 寸3(40mm)","offer_id":47495658799261,"sku":"2310053-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"1番\/0.16mm \/ ﾚｯﾄﾞ \/ 寸3(40mm)","offer_id":47495660765341,"sku":"2310054-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"2番\/0.18mm \/ ｱｲﾎﾞﾘｰ \/ 寸3(40mm)","offer_id":47495661191325,"sku":"2310055-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"3番\/0.20mm \/ ｽｶｲﾌﾞﾙｰ \/ 寸3(40mm)","offer_id":47495661682845,"sku":"2310056-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"4番\/0.23mm \/ ﾋﾟﾝｸ \/ 寸3(40mm)","offer_id":47495652442269,"sku":"2310045-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"5番\/0.25mm \/ ﾊﾞｲｵﾚｯﾄ \/ 寸3(40mm)","offer_id":47495666991261,"sku":"2310060-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"1番\/0.16mm \/ ﾚｯﾄﾞ \/ 寸6(50mm)","offer_id":47495669153949,"sku":"2310064-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"2番\/0.18mm \/ ｱｲﾎﾞﾘｰ \/ 寸6(50mm)","offer_id":47495666532509,"sku":"2310059-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"3番\/0.20mm \/ ｽｶｲﾌﾞﾙｰ \/ 寸6(50mm)","offer_id":47495663124637,"sku":"2310057-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"4番\/0.23mm \/ ﾋﾟﾝｸ \/ 寸6(50mm)","offer_id":47495653425309,"sku":"2310046-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"5番\/0.25mm \/ ﾊﾞｲｵﾚｯﾄ \/ 寸6(50mm)","offer_id":47495667253405,"sku":"2310061-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"8番\/0.30mm \/ ｾﾋﾟｱ \/ 寸6(50mm)","offer_id":47495654015133,"sku":"2310047-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"3番\/0.20mm \/ ｽｶｲﾌﾞﾙｰ \/ 2寸(60mm)","offer_id":47495669579933,"sku":"2310065-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"5番\/0.25mm \/ ﾊﾞｲｵﾚｯﾄ \/ 2寸(60mm)","offer_id":47495654637725,"sku":"2310048-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true},{"title":"8番\/0.30mm \/ ｾﾋﾟｱ \/ 2寸(60mm)","offer_id":47495655227549,"sku":"2310049-00000G81","price":1361.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/J-Sakura___1080_8f7e1aa3-a58d-4fb7-b3b6-91af4513ad3a.jpg?v=1781664629","url":"https:\/\/ec.daiyak.co.jp\/products\/g2310050-00000g81","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}