{"title":"射越テスト　2026.5.27","description":"\u003cp\u003eてすと\u003c\/p\u003e","products":[{"product_id":"g1054001","title":"テーピングテープC-TYPE","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テーピングテープCタイプ 製品説明\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 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            --border-gray: #f3f4f6;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\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            color: #333;\n            line-height: 1.6;\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: 2rem;\n            font-weight: 800;\n            line-height: 1.3;\n            border-bottom: 4px solid var(--main-orange);\n            padding-bottom: 10px;\n            margin-bottom: 30px;\n        }\n\n        @media (min-width: 768px) {\n            .h1-style {\n                font-size: 2.5rem;\n            }\n        }\n\n        .h2-style {\n            font-size: 1.875rem; \/* 30px *\/\n            font-weight: 700;\n            border-bottom: 2px solid var(--main-orange);\n            padding-bottom: 8px;\n            margin-top: 0;\n            margin-bottom: 20px;\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: 30px;\n            margin-bottom: 15px;\n        }\n\n        .h3-style:first-child {\n            margin-top: 0;\n        }\n\n        .text-main {\n            font-size: 1.5625rem; \/* 25px *\/\n            font-weight: 400;\n            margin-bottom: 20px;\n        }\n\n        \/* Tabs System *\/\n        .tab-nav {\n            display: flex;\n            flex-wrap: nowrap;\n            margin-bottom: 0;\n            border-bottom: 2px solid var(--main-blue);\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n        }\n\n        .tab-button {\n            flex: 1;\n            min-width: 100px;\n            padding: 15px 5px;\n            cursor: pointer;\n            background-color: #fff;\n            border: 1px solid var(--border-gray);\n            border-bottom: none;\n            text-align: center;\n            font-weight: bold;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: inherit;\n        }\n\n        @media (max-width: 640px) {\n            .tab-button {\n                font-size: 0.8rem;\n                padding: 10px 2px;\n                min-width: 85px;\n            }\n        }\n\n        .tab-button.active {\n            background-color: var(--main-blue);\n            color: #fff;\n        }\n\n        .tab-content {\n            display: none;\n        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        \/* Card Style *\/\n        .product-card-body {\n            background-color: #fff;\n            padding: 24px 32px;\n            border-radius: 0 0 12px 12px;\n            border: 1px solid var(--border-gray);\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n            margin-bottom: 30px;\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: 20px;\n            margin: 20px 0;\n            border-radius: 0 8px 8px 0;\n        }\n\n        .blue-box p {\n            margin: 0;\n            font-weight: 700;\n            color: var(--main-blue);\n            font-size: 1.25rem;\n        }\n\n        \/* Data Table *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            border: 1px solid var(--border-gray);\n        }\n\n        .data-table th {\n            background-color: var(--main-blue);\n            color: #fff;\n            text-align: center;\n            padding: 12px 8px;\n            font-size: 1.25rem; \/* 20px *\/\n            border: 1px solid #fff;\n        }\n\n        .data-table td {\n            padding: 12px 8px;\n            border: 1px solid var(--border-gray);\n            font-size: 1.25rem; \/* 20px *\/\n            text-align: center;\n        }\n\n        \/* 1段目、3段目、5段目にグレーの網かけ *\/\n        .data-table tbody tr:nth-child(1),\n        .data-table tbody tr:nth-child(3),\n        .data-table tbody tr:nth-child(5) {\n            background-color: #f2f2f2;\n        }\n\n        \/* 結合されたセル（rowspan）が白背景の行から始まる場合、背景色を維持するための調整 *\/\n        .data-table td[rowspan] {\n            background-color: #fff;\n            vertical-align: middle;\n        }\n\n        \/* Spec Table Styles *\/\n        .spec-table th {\n            width: 35%;\n            text-align: left;\n            background-color: var(--main-blue);\n            color: #fff;\n            padding: 16px;\n        }\n        .spec-table td {\n            text-align: left;\n            padding: 16px;\n            background-color: #fff !important; \/* 背景の網掛けを上書き *\/\n        }\n\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lp-container\"\u003e\n    \u003c!-- H1 Title Section --\u003e\n    \u003ch1 class=\"h1-style\"\u003eテーピングテープC-TYPE｜関節の制限・固定に適した非伸縮のホワイトテープ\u003c\/h1\u003e\n\n    \u003c!-- Tab Navigation --\u003e\n    \u003cnav class=\"tab-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\/nav\u003e\n\n    \u003c!-- Tab Contents --\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                スポーツ現場や施術現場において、関節の可動域制限や固定が必要な際に活用いただけるのが、この「テーピングテープCタイプ」です。非伸縮性の素材を採用しているため、部位をしっかりとサポートし、再発抑制や応急的な対応、スポーツなどの急なトラブルなどにおすすめです。\n            \u003c\/p\u003e\n            \u003cdiv class=\"blue-box\"\u003e\n                \u003cp\u003e微小孔が生み出す良好な通気性。\u003cbr\u003e蒸れにくく、耐水性があり保持力が強いホワイトテープ。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"tab-1\" class=\"tab-content\"\u003e\n        \u003cdiv class=\"product-card-body\"\u003e\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                「テーピングテープCタイプ」は、ハサミを使わずに手で簡単に切り離すことができるハンディカットタイプです。スピードが求められる現場での処置などに便利です。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\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            \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                指などの細かい部位に使用しやすい12㎜幅から、汎用性の高い50㎜幅まで全5種類をご準備しています。使用する部位や用途に合わせた幅をお選びいただけます。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\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 spec-table\"\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e商品名\u003c\/th\u003e\n                        \u003ctd\u003eテーピングテープCタイプ\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\u003eハンディカットタイプ\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch2 class=\"h2-style\"\u003eサイズ表\u003c\/h2\u003e\n            \u003ctable class=\"data-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                        \u003cth\u003e入数\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e105-4001\u003c\/td\u003e\n                        \u003ctd\u003eCH-12\u003c\/td\u003e\n                        \u003ctd\u003e12mm × 12m\u003c\/td\u003e\n                        \u003ctd\u003e36巻\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e105-4002\u003c\/td\u003e\n                        \u003ctd\u003eCH-19\u003c\/td\u003e\n                        \u003ctd\u003e19mm × 12m\u003c\/td\u003e\n                        \u003ctd rowspan=\"2\"\u003e24巻\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e105-4003\u003c\/td\u003e\n                        \u003ctd\u003eCH-25\u003c\/td\u003e\n                        \u003ctd\u003e25mm × 12m\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e105-4004\u003c\/td\u003e\n                        \u003ctd\u003eC-38\u003c\/td\u003e\n                        \u003ctd\u003e38mm × 12m\u003c\/td\u003e\n                        \u003ctd rowspan=\"2\"\u003e12巻\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e105-4005\u003c\/td\u003e\n                        \u003ctd\u003eC-50\u003c\/td\u003e\n                        \u003ctd\u003e50mm × 12m\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\/div\u003e\n\n\u003cscript\u003e\n    \/**\n     * タブの切り替え制御\n     * @param {number} tabIndex - 表示するタブのインデックス\n     *\/\n    function showTab(tabIndex) {\n        const contents = document.querySelectorAll('.tab-content');\n        contents.forEach(content =\u003e content.classList.remove('active'));\n\n        const buttons = document.querySelectorAll('.tab-button');\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n\n        const targetId = `tab-${tabIndex}`;\n        const targetElement = document.getElementById(targetId);\n        if (targetElement) {\n            targetElement.classList.add('active');\n        }\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":"CH-12 \/ 12mm×12m \/ 36巻","offer_id":46439009190045,"sku":"1054001","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"CH-19 \/ 19mm×12m \/ 24巻","offer_id":46459928084637,"sku":"1054002","price":4851.0,"currency_code":"JPY","in_stock":true},{"title":"CH-25 \/ 25mm×12m \/ 24巻","offer_id":46459928117405,"sku":"1054003","price":6534.0,"currency_code":"JPY","in_stock":true},{"title":"C-38 \/ 38mm×12m \/ 12巻","offer_id":46459928150173,"sku":"1054004","price":4257.0,"currency_code":"JPY","in_stock":true},{"title":"C-50 \/ 50mm×12m \/ 12巻","offer_id":46459928182941,"sku":"1054005","price":5544.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0676\/6680\/4893\/files\/207158.png?v=1738737434"}],"url":"https:\/\/ec.daiyak.co.jp\/collections\/%e5%b0%84%e8%b6%8a%e3%83%86%e3%82%b9%e3%83%88-2026-5-27.oembed","provider":"【施術・医療従事者向け】ダイヤ公式オンラインストア","version":"1.0","type":"link"}