{"product_id":"g1420001-00004800","title":"ロイヤルトップ　ＲＯＹＡＬＴＯＰ","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ロイヤルトップ 製品説明\u003c\/title\u003e\n    \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\n    \u003cstyle\u003e\n        \/* Base Layout *\/\n        body {\n            background-color: #f9fafb;\n            margin: 0;\n            padding: 20px;\n            \/* 全体のフォントを Noto Sans JP に設定 *\/\n            font-family: 'Noto Sans JP', \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        #custom-lp-container {\n            max-width: 1024px;\n            margin: 0 auto;\n        }\n\n        \/* Tab System - Unified Style *\/\n        .tab-buttons-container {\n            background-color: #ffffff;\n            border-radius: 12px 12px 0 0;\n            overflow: hidden;\n            display: flex;\n            border: 1px solid #e5e7eb;\n            border-bottom: 2px solid #006FC5; \/* タブ下部にメインカラーのアクセント *\/\n        }\n\n        .tab-button {\n            flex: 1;\n            padding: 22px 5px;\n            cursor: pointer;\n            background-color: #ffffff;\n            border: none;\n            border-right: 1px solid #e5e7eb;\n            font-size: 1.1rem;\n            font-weight: bold;\n            text-align: center;\n            color: #4b5563;\n            transition: all 0.2s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: inherit;\n        }\n\n        .tab-button:last-child {\n            border-right: none;\n        }\n\n        .tab-button.active {\n            background-color: #006FC5;\n            color: #ffffff;\n            z-index: 1;\n        }\n\n        \/* Card Container *\/\n        .product-main-card {\n            background-color: #ffffff;\n            border-radius: 0 0 12px 12px;\n            border: 1px solid #e5e7eb;\n            border-top: none;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            margin-bottom: 30px;\n        }\n\n        .tab-content-wrapper {\n            padding: 40px 32px;\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        \/* Typography Guidelines *\/\n        .h1-style {\n            font-size: 2.25rem; \/* PC向けサイズ *\/\n            font-weight: 800;\n            color: #333;\n            margin: 0 0 2.5rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 4px solid #FF8800;\n            line-height: 1.3;\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            color: #333;\n            margin: 2.5rem 0 1.5rem;\n            display: inline-block;\n            border-bottom: 2px solid #FF8800;\n        }\n\n        .h2-style:first-child {\n            margin-top: 0;\n        }\n\n        .h3-style {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #006FC5;\n            margin: 2rem 0 1rem;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 1.5rem;\n            color: #4b5563;\n        }\n\n        \/* Specialized Components *\/\n        .blue-box {\n            background-color: #e6f3ff;\n            border-left: 8px solid #006FC5;\n            padding: 30px;\n            margin: 2.5rem 0;\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 700;\n            color: #1f2937;\n            line-height: 1.5;\n        }\n\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 1.5rem 0;\n        }\n\n        .data-table th {\n            background-color: #006FC5;\n            color: #ffffff;\n            padding: 18px 20px;\n            text-align: left;\n            border: 1px solid #e5e7eb;\n            font-size: 1.25rem; \/* 20px *\/\n            width: 35%;\n        }\n\n        .data-table td {\n            padding: 18px 20px;\n            border: 1px solid #e5e7eb;\n            background-color: #fff;\n            font-size: 1.25rem; \/* 20px *\/\n        }\n\n        \/* Footer Warning Style *\/\n        .footer-important-notes {\n            background-color: #fef3c7;\n            border: 2px solid #fbbf24;\n            border-radius: 12px;\n            padding: 32px 24px;\n            text-align: center;\n            color: #dc2626;\n            margin-top: 20px;\n        }\n\n        .footer-inner {\n            display: inline-block;\n            text-align: left;\n            max-width: 90%;\n        }\n\n        .footer-note-item {\n            font-size: 1.25rem; \/* 20px *\/\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            display: block;\n            line-height: 1.6;\n        }\n\n        .footer-note-item:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .h1-style { font-size: 1.6rem; }\n            .h2-style { font-size: 1.4rem; }\n            .h3-style { font-size: 1.25rem; }\n            .text-main, .blue-box { font-size: 1.2rem; }\n            .tab-buttons-container { flex-wrap: wrap; border-radius: 8px 8px 0 0; }\n            .tab-button { \n                flex-basis: 100%; \n                font-size: 1rem;\n                padding: 18px 5px;\n                border-bottom: 1px solid #e5e7eb;\n            }\n            .tab-content-wrapper { padding: 24px 20px; }\n            .data-table th, .data-table td { font-size: 1rem; padding: 12px; }\n            .footer-note-item { font-size: 1.1rem; }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv id=\"custom-lp-container\"\u003e\n    \n    \u003c!-- Header Title Area --\u003e\n    \u003ch1 class=\"h1-style\"\u003eロイヤルトップ（ROYALTOP）｜くび・肩・腰のコリからくる痛みを和らげる粒鍼\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cdiv class=\"tab-buttons-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    \u003c\/div\u003e\n\n    \u003c!-- Main Content Card --\u003e\n    \u003cdiv class=\"product-main-card\"\u003e\n        \u003cdiv class=\"tab-content-wrapper\"\u003e\n            \n            \u003c!-- Tab 0: 基本情報 --\u003e\n            \u003cdiv id=\"tab-0\" class=\"tab-content active\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e特殊形状がコリのポイントを適切に捉える\u003c\/h2\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                    先端部の圧力は5kg\/cm²に設計されており、皮膚への適度な刺激を維持します。ステンレス製で、直径4mmというコンパクトなサイズで貼っていても気になりにくいです。\n                \u003c\/p\u003e\n\n                \u003cdiv class=\"blue-box\"\u003e\n                    刺さない「ロイヤルトップ」が、指圧のような心地よい刺激を継続。中央の突起がポイントへ安定してアプローチします。\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            \u003c\/div\u003e\n\n            \u003c!-- Tab 1: 使い方とメリット --\u003e\n            \u003cdiv id=\"tab-1\" class=\"tab-content\"\u003e\n                \u003ch2 class=\"h2-style\"\u003eポイントを見極めて貼るだけ\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    ロイヤルトップの使い方は非常にシンプルです。押して痛いところ(圧痛点)や特に違和感のある場所、コリが固まっている部位を探します。その中心にロイヤルトップを合わせ、上からしっかりと密着させてください。\n                \u003c\/p\u003e\n                \n\n                \u003ch2 class=\"h2-style\"\u003e導入のメリット\u003c\/h2\u003e\n                \u003cp class=\"text-main\"\u003e\n                    ロイヤルトップは一般医療機器となります。刺さない鍼なので施術後のアフターケアとして活用することで、施術の効果を持続させるサポートをします。\n                \u003c\/p\u003e\n                \n            \u003c\/div\u003e\n\n            \u003c!-- Tab 2: 商品詳細情報 --\u003e\n            \u003cdiv id=\"tab-2\" class=\"tab-content\"\u003e\n                \u003ch2 class=\"h2-style\"\u003e商品詳細スペック\u003c\/h2\u003e\n                \u003ctable class=\"data-table\"\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\u003e300粒入\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直径 4mm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e先端部\u003c\/th\u003e\n                        \u003ctd\u003e5kg\/㎠\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e医療機器届出番号\u003c\/th\u003e\n                        \u003ctd\u003e一般医療機器（27B2X00095000002）\u003c\/td\u003e\n                                            \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e入数\u003c\/th\u003e\n                        \u003ctd\u003e60粒\/300粒\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n\n                \n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer Warning Area --\u003e\n    \u003cdiv class=\"footer-important-notes\"\u003e\n        \u003cdiv class=\"footer-inner\"\u003e\n            \u003cspan class=\"footer-note-item\"\u003e■医療関係者の方専売品となります。\u003c\/span\u003e\n            \u003cspan class=\"footer-note-item\"\u003e■300粒入【オンラインストアリニューアルオープン記念】1箱からまとメリット対応中！\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/**\n     * タブ切り替え制御\n     * @param {number} index - 表示するタブのインデックス\n     *\/\n    function showTab(index) {\n        \/\/ すべてのコンテンツを非表示にする\n        const contents = document.querySelectorAll('.tab-content');\n        contents.forEach(content =\u003e content.classList.remove('active'));\n\n        \/\/ すべてのボタンのアクティブ状態を解除する\n        const buttons = document.querySelectorAll('.tab-button');\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n\n        \/\/ 選択されたターゲットを表示し、ボタンをアクティブにする\n        const targetContent = document.getElementById('tab-' + index);\n        if (targetContent) {\n            targetContent.classList.add('active');\n        }\n        if (buttons[index]) {\n            buttons[index].classList.add('active');\n        }\n    }\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"daiya-k","offers":[{"title":"300粒","offer_id":46458726187165,"sku":"1420001-00004800","price":2389.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/234385_4d501ec4-6d0b-43f0-9d43-de17bda83a68.jpg?v=1781663363","url":"https:\/\/ec.daiyak.co.jp\/products\/g1420001-00004800","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}