{"product_id":"tt032-headset-with-microphone","title":"TT032 マイク付きヘッドセット ノイズキャンセリング ヘッドセット","description":"\u003cstyle\u003e\n    \/* ---------- 标签容器 ---------- *\/\n    .tab-container {\n      font-family: Arial, sans-serif;\n      max-width: 100%;\n      padding: 0 10px;\n    }\n  \n    \/* 隐藏 radio *\/\n    .tab-container input[type=\"radio\"] {\n      display: none;\n    }\n  \n    \/* 标签按钮区域 *\/\n    .tab-links {\n      display: flex;\n      flex-wrap: wrap;\n      border-bottom: 2px solid #4db2e5;\n      margin-bottom: 20px;\n    }\n  \n    .tab-links label {\n      padding: 12px 24px;\n      background: #f5f5f5;\n      color: #333;\n      border: 1px solid #ddd;\n      border-bottom: none;\n      border-radius: 6px 6px 0 0;\n      cursor: pointer;\n      margin-right: 4px;\n      font-weight: bold;\n      font-size: 20px;\n      transition: 0.2s;\n      user-select: none;\n    }\n  \n    .tab-links label:hover {\n      background: #e6f3ff;\n    }\n  \n    \/* ---------- 激活状态 ---------- *\/\n    #tab1:checked ~ .tab-links label[for=\"tab1\"],\n    #tab2:checked ~ .tab-links label[for=\"tab2\"],\n    #tab3:checked ~ .tab-links label[for=\"tab3\"],\n    #tab4:checked ~ .tab-links label[for=\"tab4\"],\n    #tab5:checked ~ .tab-links label[for=\"tab5\"],\n    #tab6:checked ~ .tab-links label[for=\"tab6\"] {\n      background: #4db2e5;\n      color: #fff;\n      border-color: #4db2e5;\n      position: relative;\n      bottom: -2px;\n      border-bottom: 2px solid #4db2e5;\n    }\n  \n    \/* ---------- 内容区域 ---------- *\/\n    .tab-content {\n      padding: 10px 20px;\n    }\n  \n    .tab-item {\n      display: none;\n      animation: fade 0.3s ease;\n    }\n  \n    @keyframes fade {\n      0% { opacity: 0.6; }\n      100% { opacity: 1; }\n    }\n  \n    \/* 显示对应的内容 *\/\n    #tab1:checked ~ .tab-content #content-tab1,\n    #tab2:checked ~ .tab-content #content-tab2,\n    #tab3:checked ~ .tab-content #content-tab3,\n    #tab4:checked ~ .tab-content #content-tab4,\n    #tab5:checked ~ .tab-content #content-tab5,\n    #tab6:checked ~ .tab-content #content-tab6 {\n      display: block;\n    }\n  \n    \/* ---------- 内容内部样式 ---------- *\/\n    .tab-item h1, .tab-item h2, .tab-item h3, .tab-item h4 {\n      color: #222;\n      margin: 20px 0 10px 0;\n    }\n    .tab-item h3 {\n      font-size: 20px;\n    }\n    .tab-item h4 {\n      font-size: 18px;\n    }\n    .tab-item p {\n      line-height: 1.7;\n      color: #333;\n      margin: 8px 0;\n    }\n    .tab-item img {\n      max-width: 100%;\n      height: auto;\n      margin: 10px 0;\n    }\n    .tab-item .placeholder {\n      color: #888;\n      font-style: italic;\n    }\n    .tab-item .feature-item {\n      margin: 12px 0;\n    }\n    .tab-item .feature-item strong {\n      color: #222;\n    }\n    .tab-item .note-box {\n      background: #f5f5f5;\n      padding: 12px 16px;\n      border-left: 4px solid #4db2e5;\n      margin: 10px 0;\n    }\n  \n    \/* 规格表格样式 *\/\n    .spec-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin: 10px 0;\n    }\n    .spec-table td {\n      border: 1px solid #ccc;\n      padding: 8px 12px;\n      vertical-align: top;\n    }\n    .spec-table tr:nth-child(even) {\n      background: #f9f9f9;\n    }\n    .spec-table .device-header {\n      background: #e8f4fd;\n      font-weight: bold;\n      text-align: center;\n    }\n  \n    \/* ---------- 博客网格样式 ---------- *\/\n    .blog-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n      margin: 10px 0;\n    }\n  \n    .blog-grid .blog-card {\n      background: #fff;\n      border: 1px solid #eee;\n      border-radius: 8px;\n      overflow: hidden;\n      transition: box-shadow 0.3s ease;\n      text-align: center;\n    }\n  \n    .blog-grid .blog-card:hover {\n      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);\n    }\n  \n    .blog-grid .blog-card .blog-image {\n      width: 100%;\n      aspect-ratio: 16 \/ 9;\n      object-fit: cover;\n      display: block;\n      background: #f5f5f5;\n    }\n  \n    .blog-grid .blog-card .blog-title {\n      display: block;\n      padding: 14px 12px;\n      font-size: 16px;\n      font-weight: 600;\n      color: #222;\n      text-decoration: none;\n      line-height: 1.4;\n      transition: color 0.2s;\n    }\n  \n    .blog-grid .blog-card .blog-title:hover {\n      color: #4db2e5;\n    }\n  \n    \/* 响应式：平板 *\/\n    @media (max-width: 768px) {\n      .blog-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 16px;\n      }\n      .tab-links label {\n        font-size: 17px;\n        padding: 10px 16px;\n      }\n    }\n  \n    \/* 响应式：手机 *\/\n    @media (max-width: 480px) {\n      .blog-grid {\n        grid-template-columns: 1fr;\n        gap: 14px;\n      }\n      .tab-links label {\n        flex: 1 1 100%;\n        text-align: center;\n        border-radius: 0;\n        margin-bottom: 2px;\n        font-size: 16px;\n        padding: 10px 12px;\n      }\n      .tab-content {\n        padding: 10px 12px;\n      }\n    }\n  \u003c\/style\u003e\n  \n  \u003c!-- ========== 标签容器开始 ========== --\u003e\n  \u003cdiv class=\"tab-container\"\u003e\n  \n    \u003c!-- 隐藏的 radio 控制按钮 --\u003e\n    \u003cinput type=\"radio\" name=\"tab\" id=\"tab1\" checked\u003e\n    \u003cinput type=\"radio\" name=\"tab\" id=\"tab2\"\u003e\n    \u003cinput type=\"radio\" name=\"tab\" id=\"tab3\"\u003e\n    \u003cinput type=\"radio\" name=\"tab\" id=\"tab4\"\u003e\n    \u003cinput type=\"radio\" name=\"tab\" id=\"tab5\"\u003e\n    \u003cinput type=\"radio\" name=\"tab\" id=\"tab6\"\u003e\n  \n    \u003c!-- 标签按钮 --\u003e\n    \u003cdiv class=\"tab-links\"\u003e\n      \u003clabel for=\"tab1\"\u003e商品紹介\u003c\/label\u003e\n      \u003clabel for=\"tab2\"\u003eよくある質問\u003c\/label\u003e\n      \u003clabel for=\"tab3\"\u003e類似製品の比較\u003c\/label\u003e\n      \u003clabel for=\"tab4\"\u003e仕様\u003c\/label\u003e\n      \n    \u003c\/div\u003e\n  \n    \u003c!-- 内容区域 --\u003e\n    \u003cdiv class=\"tab-content\"\u003e\n  \n      \u003c!-- ====== 商品紹介 ====== --\u003e\n      \u003cdiv id=\"content-tab1\" class=\"tab-item\"\u003e\n        \u003cdiv class=\"note-box\"\u003e\n          \u003cp\u003e\u003cstrong\u003e注：\u003c\/strong\u003e本製品には、マイク付きとマイクなしの2つのバージョンがあります。\u003cbr\u003eマイク付きバージョンは、TT126に対応しています。\u003cbr\u003eマイクなしバージョンは、T130シリーズおよびTT127に対応しています。\u003c\/p\u003e\n        \u003c\/div\u003e\n  \n        \u003cp\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8151\/0566\/files\/1464_1_de5706fc-70e4-45b1-91fe-99ee62bb4dca.jpg?v=1788342236\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n  \n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cp\u003e\u003cstrong\u003e23dBのノイズ低減\u003c\/strong\u003e\u003cbr\u003e最大23dBの強力なパッシブノイズ低減機能により、周囲の騒音を遮断し、騒音の多い環境でもクリアなコミュニケーションを実現します。\u003c\/p\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8151\/0566\/files\/1464_2_3fabfe5c-10c9-49cf-8acb-28b18a85f444.jpg?v=1788342236\" alt=\"TT032 マイク ノイズキャンセリング ヘッドセット\" style=\"float: none;\"\u003e\u003c\/div\u003e\n  \n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cp\u003e\u003cstrong\u003e調整可能なマイクブーム\u003c\/strong\u003e\u003cbr\u003eフレキシブルで回転可能なマイクブームは、話す姿勢に合わせて調整でき、作業場所を問わずクリアな音声を拾います。\u003c\/p\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8151\/0566\/files\/1464_5_9fa7a005-3fb0-424c-96f0-b6c37ed56e8e.jpg?v=1788342236\" alt=\"TT032 マイク ノイズキャンセリング ヘッドセット\" style=\"float: none;\"\u003e\u003c\/div\u003e\n  \n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cp\u003e\u003cstrong\u003eベルクロストラップ\u003c\/strong\u003e\u003cbr\u003e上部のベルクロストラップにより、ヘッドセットはさまざまな頭のサイズに簡単に調整でき、一日中快適でしっかりとしたフィット感を実現します。\u003c\/p\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cp\u003e\u003cstrong\u003e強力な互換性\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eマイク付きヘッドホン\u003c\/strong\u003eはRetekess TT126ワイヤレスツアーガイドシステムと完全な互換性があり、ツアー、トレーニング、産業現場での双方向コミュニケーションをシームレスに統合できます。\u003c\/p\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8151\/0566\/files\/1464_5-2.jpg?v=1788342391\" alt=\"TT032 マイク ノイズキャンセリング ヘッドセット\" style=\"float: none;\"\u003e\u003c\/div\u003e\n  \n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cp\u003e\u003cstrong\u003eマイクなしのヘッドホン\u003c\/strong\u003eはRetekess T130シリーズおよびTT127システムとシームレスにペアリングし、安定した通信を実現します。\u003c\/p\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8151\/0566\/files\/1464_5_9fa7a005-3fb0-424c-96f0-b6c37ed56e8e.jpg?v=1788342236\" alt=\"TT032 マイク ノイズキャンセリング ヘッドセット\" style=\"float: none;\"\u003e\u003c\/div\u003e\n  \n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cp\u003e\u003cstrong\u003e安全着用\u003c\/strong\u003e\u003cbr\u003e安全ヘルメット着用時に快適に装着できるように設計されたこのヘッドセットは、危険性の高い作業現場でも安全かつ効率的なコミュニケーションをサポートします。\u003c\/p\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8151\/0566\/files\/1464_3_2179fc8f-f9cd-4b4d-acfc-5a2e3811fcf5.jpg?v=1788342236\" alt=\"TT032 マイク ノイズキャンセリング ヘッドセット\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n  \n      \u003c!-- ====== よくある質問 ====== --\u003e\n      \u003cdiv id=\"content-tab2\" class=\"tab-item\"\u003e\n        \u003cp\u003e\u003cstrong\u003e注：\u003c\/strong\u003e本製品には、マイク付きとマイクなしの2つのバージョンがあります。\u003cbr\u003eマイク付きバージョンは、TT126に対応しています。\u003cbr\u003eマイクなしバージョンは、T130シリーズおよびTT127に対応しています。\u003c\/p\u003e\n      \u003c\/div\u003e\n  \n      \u003c!-- ====== 類似製品の比較 ====== --\u003e\n      \u003cdiv id=\"content-tab3\" class=\"tab-item\"\u003e\n      \u003c\/div\u003e\n  \n      \u003c!-- ====== 仕様 ====== --\u003e\n      \u003cdiv id=\"content-tab4\" class=\"tab-item\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"device-header\" style=\"width: 50%;\"\u003e\u003cstrong\u003eマイク付き\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd class=\"device-header\" style=\"width: 50%;\"\u003e\u003cstrong\u003eマイクなし\u003c\/strong\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eサイズ：225.5mm × 172mm\u003c\/td\u003e\n              \u003ctd\u003eサイズ：225.5mm × 172mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eカラー：ブラック\u003c\/td\u003e\n              \u003ctd\u003eカラー：ブラック\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e材質：ABS\u003c\/td\u003e\n              \u003ctd\u003e材質：ABS\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e防水：\/\u003c\/td\u003e\n              \u003ctd\u003e防水：\/\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eノイズキャンセリングヘッドホン：316g\u003c\/td\u003e\n              \u003ctd\u003eノイズキャンセリングヘッドホン：316g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eノイズキャンセリングマイク付きヘッドホン：358g\u003c\/td\u003e\n              \u003ctd\u003eノイズキャンセリングマイク付きヘッドホン：358g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eボイスコイルインピーダンス：300Ω ± 15%\u003c\/td\u003e\n              \u003ctd\u003eボイスコイルインピーダンス：300Ω ± 15%\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eボイスコイル仕様：φ13.6mm\u003c\/td\u003e\n              \u003ctd\u003eボイスコイル仕様：φ13.6mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e感度：87 ± 3dB\u003c\/td\u003e\n              \u003ctd\u003e感度：87 ± 3dB\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e定格入力：20mW\u003c\/td\u003e\n              \u003ctd\u003e定格入力：20mW\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e最大入力：50mW\u003c\/td\u003e\n              \u003ctd\u003e最大入力：50mW\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e周波数特性：Fo - 20KHz出力音圧レベル（S.P.L）±10dB\u003c\/td\u003e\n              \u003ctd\u003e周波数特性：Fo - 20KHz出力音圧レベル（S.P.L）±10dB\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e歪信号：正弦波2.4V（SIN WAVE V2.4V）\u003c\/td\u003e\n              \u003ctd\u003e歪信号：正弦波2.4V（SIN WAVE V2.4V）\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e耐熱性：55℃ ± 2℃、20～25% R.H、4時間\u003c\/td\u003e\n              \u003ctd\u003e耐熱性：55℃ ± 2℃、20～25% R.H、4時間\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e耐湿性試験：-20℃ ± 2℃、90～95% R.H、4時間\u003c\/td\u003e\n              \u003ctd\u003e耐湿性試験：-20℃ ± 2℃、90～95% R.H、4時間\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e磁石サイズ：φ12.5mm × H 1.5mm\u003c\/td\u003e\n              \u003ctd\u003e磁石サイズ：φ12.5mm × H 1.5mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e保存温度範囲：-40℃～70℃\u003c\/td\u003e\n              \u003ctd\u003e保存温度範囲：-40℃～70℃\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e動作温度範囲：-30℃～65℃\u003c\/td\u003e\n              \u003ctd\u003e動作温度範囲：-30℃～65℃\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \u003cp style=\"font-size: 14px; color: #888; font-style: italic; margin-top: 6px;\"\u003e※ 両バージョンで仕様は同一です（重量はオプションにより異なります）。\u003c\/p\u003e\n      \u003c\/div\u003e\n  \n      \n  \n    \u003c\/div\u003e\n\u003c!-- \/.tab-content --\u003e\n  \u003c\/div\u003e\u003c!-- \/.tab-container --\u003e","brand":"retekess","offers":[{"title":"マイク付き","offer_id":57238168338598,"sku":"F9685A","price":16980.0,"currency_code":"JPY","in_stock":true},{"title":"マイクなし","offer_id":57238168371366,"sku":"F9685B","price":18980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0448\/8151\/0566\/files\/1_233fef7b-fd62-4826-81ae-070e6896c7c0.jpg?v=1788342518","url":"https:\/\/retekess.jp\/products\/tt032-headset-with-microphone","provider":"retekess","version":"1.0","type":"link"}