{"product_id":"g1393130-00064063","title":"PY-Zero 【旧：パイオネックス･ゼロ】","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\u003ePY-Zero 【旧：パイオネックス･ゼロ】 商品紹介\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-light-blue: #e6f3ff;\n            --bg-light-orange: #fff8e6;\n            --bg-overall: #f9fafb;\n            --white: #ffffff;\n            --border-gray: #f3f4f6;\n            --footer-bg: #fef3c7;\n            --footer-red: #dc2626;\n        }\n\n        body {\n            \/* Noto Sans JPを適用 *\/\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            margin: 0;\n            padding: 20px 0;\n            line-height: 1.6;\n            color: #333333;\n        }\n\n        .container {\n            max-width: 1024px;\n            margin: 0 auto;\n            padding: 0 16px;\n        }\n\n        \/* Typography *\/\n        .h1-style {\n            font-weight: 800;\n            border-bottom: 4px solid var(--main-orange);\n            margin-bottom: 32px;\n            padding-bottom: 8px;\n            line-height: 1.3;\n            font-size: 2rem;\n        }\n        @media (min-width: 768px) {\n            .h1-style { font-size: 2.5rem; }\n        }\n        @media (max-width: 767px) {\n            .h1-style { font-size: 1.8rem; }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            border-bottom: 2px solid var(--main-orange);\n            margin: 40px 0 24px;\n            padding-bottom: 4px;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: var(--main-blue);\n            margin: 24px 0 16px;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 24px;\n        }\n\n        \/* Cards *\/\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: 32px;\n        }\n\n        \/* Tab System *\/\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        }\n\n        .tab-button {\n            flex: 1;\n            min-width: auto;\n            padding: 16px 4px;\n            cursor: pointer;\n            border: 1px solid var(--border-gray);\n            border-bottom: none;\n            background-color: var(--white);\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.2s ease;\n            text-align: center;\n            border-radius: 8px 8px 0 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            white-space: nowrap;\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        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        \/* Blue Box *\/\n        .blue-box {\n            background-color: var(--bg-light-blue);\n            border-left: 8px solid var(--main-blue);\n            padding: 24px;\n            margin: 32px 0;\n            border-radius: 0 12px 12px 0;\n        }\n\n        \/* Tables *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 16px 0 32px;\n        }\n\n        .data-table th, .data-table td {\n            border: 1px solid #ddd;\n            padding: 16px;\n            text-align: left;\n            font-size: 1.25rem; \/* 20px *\/\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: var(--white);\n            width: 35%;\n        }\n\n        \/* Size Table Specifics *\/\n        .size-table th, .size-table td {\n            text-align: center;\n            vertical-align: middle;\n        }\n        .size-table th {\n            width: auto;\n        }\n\n        \/* Footer *\/\n        .footer-important-notes {\n            background-color: var(--footer-bg);\n            border: 2px solid var(--footer-red);\n            padding: 24px;\n            margin-top: 40px;\n            border-radius: 8px;\n            text-align: left;\n        }\n\n        .footer-important-notes .note-item {\n            color: var(--footer-red);\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 12px;\n        }\n\n        .footer-important-notes .note-sub-container {\n            margin-top: 12px;\n        }\n\n        .footer-important-notes .note-sub-item {\n            color: var(--footer-red);\n            font-weight: 700;\n            font-size: 1.25rem;\n            margin-bottom: 8px;\n            line-height: 1.5;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\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 { font-size: 1.5rem; }\n            .h3-style, .text-main { font-size: 1.2rem; }\n            .data-table th, .data-table td { font-size: 1rem; padding: 12px; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container\"\u003e\n    \u003ch1 class=\"h1-style\"\u003eやさしいはりごこち　鍼を刺入しない接触タイプ｜PY-Zero 【旧：パイオネックス･ゼロ】\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tabs-nav\" role=\"tablist\"\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    \u003c\/div\u003e\n\n    \u003c!-- Tab Content 0: 基本情報 --\u003e\n    \u003cdiv id=\"tab0\" class=\"tab-content active\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\n            \u003ch2 class=\"h2-style\"\u003eセイリンの円皮鍼 PY-Zero （パイオネックス・ゼロ）の概要：刺さない鍼のパイオネックス\u003c\/h2\u003e\n            \n            \u003ch3 class=\"h3-style\"\u003eパイオネックス・ゼロ（PY-Zero）とは？商品特徴と設計のこだわり\u003c\/h3\u003e\n            \n            \u003cp class=\"text-main\"\u003e\n                「PY-Zero （パイオネックス・ゼロ）」は、セイリンの人気の円皮鍼「パイオネックス」シリーズで、鍼を刺入しない接触タイプの商品です。\u003cbr\u003e\n                鍼先がなく、押圧による刺激なので、患者さまのセルフケアにもご利用いただけます。鍼先が苦手な方の施術などにもおすすめの商品です。\n            \u003c\/p\u003e\n            \n            \u003cdiv class=\"blue-box\"\u003e\n                \u003cp class=\"text-main\" style=\"margin-bottom: 0;\"\u003e\n                    刺入タイプのパイオネックスで、貼ったまま患者様を帰宅させるが不安だった方も刺さないタイプで安心してご利用いただけます。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab Content 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            \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判別しやすい八角形デザイン\u003c\/h3\u003e\n            \u003cp class=\"text-main\"\u003e\n                シールの断面が八角形になっているため、他のタイプと混合して使用しても一目で「刺さないタイプ」だと判別可能。複数の種類を使い分ける施術現場でも、スムーズな対応を可能にします。\n            \u003c\/p\u003e\n\n            \u003cdiv style=\"margin-top: 40px; border-top: 1px solid var(--border-gray); padding-top: 20px;\"\u003e\n                \u003ch2 class=\"h2-style\"\u003eサイズ・仕様\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e用途や部位に合わせて選べる2種類のテープサイズをご用意しています。\u003c\/p\u003e\n                \u003cdiv style=\"overflow-x: auto;\"\u003e\n                    \u003ctable class=\"data-table size-table\"\u003e\n                        \u003cthead\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                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eバイオレット \u003c\/td\u003e\n                                \u003ctd\u003e12mm\u003c\/td\u003e\n                                \u003ctd\u003e100本入り\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eオレンジ\u003c\/td\u003e\n                                \u003ctd\u003e9mm\u003c\/td\u003e\n                                \u003ctd\u003e100本入り\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"margin-top: 40px; border-top: 1px solid var(--border-gray); padding-top: 20px;\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e関連商品\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    鍼を刺入するタイプの人気円皮鍼「パイオネックス」もございます。\u003cbr\u003e\n                    \u003ca href=\"https:\/\/ec.daiyak.co.jp\/products\/g2440000\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: var(--main-blue); text-decoration: underline; font-weight: bold;\"\u003eパイオネックスはこちら\u003c\/a\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab Content 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            \u003ctable class=\"data-table\"\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e商品名\u003c\/th\u003e\n                        \u003ctd\u003ePY-Zero 【旧：パイオネックス･ゼロ】\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\u003e22B1X00006000004\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e太さ\u003c\/th\u003e\n                        \u003ctd\u003e0.2mm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Important Notes Footer --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cdiv class=\"note-item\"\u003e■医療関係者の方専売品となります。\u003c\/div\u003e\n        \u003cdiv class=\"note-item\"\u003e■こちらの商品は一般医療機器となります。\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n    function showTab(tabIndex) {\n        \/\/ Hide all contents\n        const contents = document.querySelectorAll('.tab-content');\n        contents.forEach(content =\u003e content.classList.remove('active'));\n\n        \/\/ Deactivate all buttons\n        const buttons = document.querySelectorAll('.tab-button');\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n\n        \/\/ Show selected content and activate button\n        const targetTab = document.getElementById('tab' + tabIndex);\n        if (targetTab) {\n            targetTab.classList.add('active');\n        }\n        if (buttons[tabIndex]) {\n            buttons[tabIndex].classList.add('active');\n        }\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"12mm \/ ﾊﾞｲｵﾚｯﾄ \/ 1箱\/100本","offer_id":46458589773981,"sku":"1393130-00064063","price":1777.0,"currency_code":"JPY","in_stock":true},{"title":"9mm \/ ｵﾚﾝｼﾞ \/ 1箱\/100本","offer_id":46460542058653,"sku":"1393131-00064063","price":1777.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/G1393130_5CG1393130_01_bcb10a3d-d5ad-43c1-b375-d0f2e9a10909.jpg?v=1781663380","url":"https:\/\/ec.daiyak.co.jp\/products\/g1393130-00064063","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}