{"product_id":"gwm-tank-300-7640tk-front-wheel-6-piston-big-brake-kit","title":"GWM Tank 300 7640TKフロントホイール6ピストンビッグブレーキキット","description":"\u003cstyle\u003e\n  :root {\n    --tt-brand-red: #FF170C;\n    --tt-border-color: #e5e5e5;\n    --tt-background-color-light: #f9f9f9;\n    --tt-header-height: 80px;\n  }\n  html { scroll-padding-top: var(--tt-header-height, 80px); }\n\n  \/* ====== Base Blocks \u0026 Typography ====== *\/\n  .tt-product-description { text-align: left; }\n  .tt-block { border: 1px solid var(--tt-border-color); border-radius: 0; padding: 18px; margin-bottom: 24px; }\n  .tt-title { color: var(--tt-brand-red); margin: 0 0 16px 0; font-weight: 600; }\n  .tt-product-description p { margin: 0 0 12px 0; line-height: 1.6; }\n  .tt-product-description p:last-child { margin-bottom: 0; }\n\n  \/* ====== Specifications Table ====== *\/\n  .tt-table-scroll-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 16px; }\n  .spec-table { width: 100%; border-collapse: collapse; white-space: nowrap; }\n  .spec-table th, .spec-table td { padding: 12px; border: 1px solid var(--tt-border-color); text-align: left; vertical-align: top; }\n  .spec-table th.section-header { color: var(--tt-brand-red); background-color: var(--tt-background-color-light); font-weight: 600; }\n  .spec-table td.spec-label { font-weight: bold; min-width: 150px; white-space: normal; }\n\n  \/* ====== Fitment Checklist ====== *\/\n  .fitment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }\n  .fitment-item { display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid var(--tt-border-color); padding: 12px; }\n  .fitment-item img { width: 100%; max-width: 200px; height: auto; aspect-ratio: 1 \/ 1; object-fit: contain; display: block; margin-bottom: 10px; }\n  .fitment-item .step-title { color: var(--tt-brand-red); font-weight: bold; display: block; margin-bottom: 4px; }\n\n  \/* ====== Vehicle Compatibility ====== *\/\n  .veh-controls { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }\n  .veh-controls input, .veh-controls select { border: 1px solid var(--tt-border-color); background: #fff; padding: 10px; min-width: 200px; flex-grow: 1; }\n  .veh-note { border: 1px dashed var(--tt-border-color); padding: 12px; margin: 16px 0; background-color: #fef9f8; }\n  .veh-details-group details { border-top: 1px solid var(--tt-border-color); margin-bottom: 0; }\n  .veh-details-group details:last-of-type { border-bottom: 1px solid var(--tt-border-color); }\n  .veh-details-group summary { cursor: pointer; padding: 12px 6px; font-weight: bold; list-style: none; }\n  .veh-details-group summary::-webkit-details-marker { display: none; }\n  .veh-details-group summary:hover { background-color: var(--tt-background-color-light); }\n  .veh-table-wrapper { overflow-x: auto; }\n  .veh-table { width: 100%; border-collapse: collapse; margin-bottom: 12px; }\n  .veh-table th, .veh-table td { border: 1px solid var(--tt-border-color); padding: 12px; text-align: left; }\n  .veh-table th { background-color: var(--tt-background-color-light); color: var(--tt-brand-red); }\n  .brand-hidden { display: none; }\n  .tt-brand-toggle { background: none; border: none; padding: 0; font-family: inherit; font-size: inherit; color: var(--tt-brand-red); text-decoration: underline; cursor: pointer; font-weight: 600; }\n\n  \/* ====== FAQ ====== *\/\n  .faq-list details { border-top: 1px solid var(--tt-border-color); padding: 16px 0; }\n  .faq-list details:last-of-type { border-bottom: 1px solid var(--tt-border-color); }\n  .faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; font-weight: bold; }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list .faq-a { padding-top: 12px; }\n  .faq-list .faq-kits { margin: 8px 0 0 0; padding-left: 20px; }\n  .faq-list .faq-kits li { margin-bottom: 4px; }\n  .faq-list summary::after { content: '+'; transition: transform 0.2s; line-height: 1.5em; font-size: 1.5em; font-weight: normal; }\n  .faq-list details[open] summary::after { content: '−'; }\n\n  \/* ====== CTA Button ====== *\/\n  .tt-cta-button { display: inline-block; background-color: var(--tt-brand-red); color: #fff !important; padding: 12px 24px; text-decoration: none; font-weight: bold; border: 2px solid transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s; cursor: pointer; }\n  .tt-cta-button:hover { background-color: #fff; color: var(--tt-brand-red) !important; border-color: var(--tt-brand-red); }\n\n  \/* ====== Responsive ====== *\/\n  @media (max-width: 768px) {\n    .tt-block { padding: 12px; }\n    .veh-table { border: 0; }\n    .veh-table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }\n    .veh-table tr { display: block; margin-bottom: .625em; border: 1px solid var(--tt-border-color); }\n    .veh-table td { display: block; text-align: right; border-bottom: 1px solid var(--tt-border-color); }\n    .veh-table td::before { content: attr(data-label); float: left; font-weight: bold; }\n    .veh-table td:last-child { border-bottom: 0; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tt-product-description\"\u003e\n\u003csection id=\"v-series-gwm-intro\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003eアダプター不要：GWM Tank 300用の直接フィット6ピストンブレーキ\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eこのTank 300専用の6ピストンビッグブレーキキットは、鍛造された一体型マウントイヤーを持つキャリパーを使用しており、Tank 300の純正ナックルに直接取り付けられます。\u003c\/strong\u003e スタック内に別のブラケットがないため、部品点数が少なくなり、より剛性の高い接続が得られ、純粋なノーマル改造なしでの取り付けが可能です。\u003c\/p\u003e\n\u003cp\u003e大型の高炭素鋼ローターと組み合わせることで、乗員や荷物、最大3,000kg（約6,600ポンド）のブレーキトレーラーを牽引する満載のTank 300に適したサイズとなっています。日常の通勤、長距離高速道路走行、急な4x4ダウンヒルでも安心して停止でき、純正の17インチ以上のホイールもクリアします。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"v-series-gwm-specs\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003eGWM Tank 300の技術仕様とキットオプション\u003c\/h2\u003e\n\u003cp\u003e以下の仕様は、このキットがTank 300の重量、牽引能力、4x4用途に適合するよう設計されていることを示しています。統合されたマウントイヤーにより、別途アダプターブラケットを排除し、335mmのローターは長距離の下り坂や繰り返し停止時の熱容量を向上させます。このキットは高炭素ローターのみで構成されており、静かで予測可能なブレーキングを実現するM-01ストリートパフォーマンスパッドを標準装備しています。\u003c\/p\u003e\n\u003cdiv class=\"tt-table-scroll-wrapper\"\u003e\n\u003ctable aria-label=\"GWM Tank 300 Big Brake Kit Specifications\" class=\"spec-table\"\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\" class=\"section-header\"\u003eキャリパーエンジニアリング\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eシリーズ\u003c\/td\u003e\n\u003ctd\u003e車種別シリーズ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e適用範囲\u003c\/td\u003e\n\u003ctd\u003e7640TK - GWM Tank 300\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e取り付け位置\u003c\/td\u003e\n\u003ctd\u003eフロントアクスル\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eピストン数\u003c\/td\u003e\n\u003ctd\u003e6ピストン、スタッガード\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eピストンタイプ\u003c\/td\u003e\n\u003ctd\u003e二ピース通気式ダストブーツ付き\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eピストンダイヤー\u003c\/td\u003e\n\u003ctd\u003e27 mm \/ 32 mm \/ 38 mm（1.06インチ \/ 1.26インチ \/ 1.50インチ）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e総ピストン面積\u003c\/td\u003e\n\u003ctd\u003e50.10 cm² (7.77 in²)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e構造\u003c\/td\u003e\n\u003ctd\u003e二ピース鍛造アルミ合金\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e正味重量\u003c\/td\u003e\n\u003ctd\u003e3.72 kg (8.20 lbs)（シングルキャリパー、パッドなし）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e仕上げ\u003c\/td\u003e\n\u003ctd\u003e高温光沢コーティング\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e最小ホイールサイズ\u003c\/td\u003e\n\u003ctd\u003e17インチ推奨\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\" class=\"section-header\"\u003eローター仕様\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e素材\u003c\/td\u003e\n\u003ctd\u003e高炭素鋼\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eサイズ\u003c\/td\u003e\n\u003ctd\u003e⌀335 mm (13.19 in) × 32 mm (1.26 in) 厚さ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e構造\u003c\/td\u003e\n\u003ctd\u003e1ピース通気式\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e表面パターン\u003c\/td\u003e\n\u003ctd\u003eカーブスロット\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\" class=\"section-header\"\u003eブレーキパッドコンパウンド\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eコンパウンドモデル\u003c\/td\u003e\n\u003ctd\u003eM-01ストリートパフォーマンス\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e動作温度\u003c\/td\u003e\n\u003ctd\u003e最大600°C（1112°F）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e摩擦係数\u003c\/td\u003e\n\u003ctd\u003e0.38 μ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\" class=\"section-header\"\u003e車両専用サポートハードウェア\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eブレーキホース\u003c\/td\u003e\n\u003ctd\u003e3層ステンレススチール編組ホース（PTFEコア、SUS304編組、PVCシース）、Tank 300専用長さとフィッティング\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"fitment-checklist\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003eフィットしますか？3ステップチェック\u003c\/h2\u003e\n\u003cdiv aria-label=\"Fitment Checklist\" role=\"list\" class=\"fitment-grid\"\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 1: TTSPORT GWM Tank 300 brake kit requires 17-inch or larger wheels for fitment.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Wheel_Compatibility.png?v=1755589978\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e1. ホイール径\u003c\/span\u003e\n\u003cp\u003e17インチ以上のホイールを使用していることを確認してください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 2: Diagram showing measurement from wheel hub to inner spoke, requiring 99mm or 3.90in clearance.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Rim_Compatibility.png?v=1755590057\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e2. スポーククリアランス\u003c\/span\u003e\n\u003cp\u003eローター取り付け面からホイールスポークの後ろまでの距離を測定してください。最低99 mm（3.90インチ）のクリアランスが必要です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 3: Check your vehicle's make and model against the compatibility list below.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Car_Compatibility.png?v=1755589960\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e3. 車種モデル\u003c\/span\u003e\n\u003cp\u003e互換性リストを確認するか、Tank 300の年式とトリムをお知らせいただければ確認いたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-top: 16px;\"\u003e\u003cstrong\u003e印刷可能なフィッティングテンプレートが欲しいですか？\u003c\/strong\u003e \u003ca href=\"https:\/\/ttsport-brake.com\/pages\/contact-us\" title=\"Contact TTSPORT for a fitment template\"\u003eお知らせください\u003c\/a\u003e 車両の年式、メーカー、モデルを教えていただければ、ホイールクリアランステンプレートを1:1でメールでお送りします。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"faq\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003eよくある質問\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e統合マウントの主な利点は何ですか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003e剛性とシンプルさ。\u003c\/strong\u003e マウントポイントをキャリパー本体に直接鍛造することで、他のキットに見られる潜在的なフレックスや故障の原因となる別のアダプターブラケットを排除しています。これにより、ナックルへの接続がより強固で剛性が高まり、ペダルフィールがしっかりし、Tank 300に対して真のダイレクトボルトオンの取り付けが可能になります。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eこのキットは私のTank 300の純正ホイールに干渉しますか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eはい。このキットは純正Tank 300のホイールデータを基に設計されており、主要な市場で一般的な17インチおよび18インチの純正サイズを含みます。17インチ以上のホイールを使用し、スポークのクリアランスが少なくとも99mm（3.90インチ）あればクリアします。ご不明な場合は、印刷可能なテンプレートをリクエストするか、ホイールとタイヤのセットアップの写真をお送りください。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e4x4 SUVキットにワンピースローターを使用する理由は？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003e耐久性とシンプルさ。\u003c\/strong\u003e Tank 300のようなボディ・オン・フレームの4x4には、耐久性の高い高炭素鋼のワンピースローターが最大の強度と信頼性を提供します。これは、凹凸、泥、水の crossings などの過酷な条件に耐える車両向けに実証された、メンテナンスの少ない設計です。二ピースアセンブリの追加ハードウェアやファスナーは必要ありません。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e箱の中身は？これは完全なキットですか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eはい、これはTank 300専用に設計された包括的な車両特化システムで、簡単に取り付けられるボルトオンタイプです。各キットには次の内容が含まれます：\u003c\/p\u003e\n\u003cul class=\"faq-kits\"\u003e\n\u003cli\u003e2個の6ピストン鍛造キャリパー（Tank 300専用マウント一体型）\u003c\/li\u003e\n\u003cli\u003e2x 1ピース 335 mm 高炭素鋼製ローター\u003c\/li\u003e\n\u003cli\u003e1セットのM-01ストリートパフォーマンスブレーキパッド\u003c\/li\u003e\n\u003cli\u003e2本のステンレススチール製ブレーキホース（Tank 300専用）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tt-block\" id=\"customer-cases\"\u003e\n\u003ch2 class=\"tt-title\"\u003eこのキットの動作を見る\u003c\/h2\u003e\n\u003cp\u003e他のオーナーがどのように当社のトラック＆SUVキットをカスタマイズに活用しているかをご覧ください。実際の車両、実際の結果。\u003c\/p\u003e\n\u003ca href=\"https:\/\/ttsport-brake.com\/blogs\/customer-cases\" class=\"tt-cta-button\"\u003eカスタマービルドを見る\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"TTSPORT","offers":[{"title":"標準色（画像と同じ色） \/ 335×32mm（ホイール ≥ 17インチ） \/ スチール - カーブスロット","offer_id":43663422521430,"sku":"Tank-Front","price":4571.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 335×32mm（ホイール ≥ 17インチ） \/ スチール - カーブスロット","offer_id":43663422554198,"sku":"Tank-Front","price":4721.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Product_TTSPORT_Brake_Kit_GWM_Tank_300_7640TK_5.jpg?v=1764143567","url":"https:\/\/ttsport-brake.com\/ja\/products\/gwm-tank-300-7640tk%e3%83%95%e3%83%ad%e3%83%b3%e3%83%88%e3%83%9b%e3%82%a4%e3%83%bc%e3%83%ab6%e3%83%94%e3%82%b9%e3%83%88%e3%83%b3%e3%83%93%e3%83%83%e3%82%b0%e3%83%96%e3%83%ac%e3%83%bc%e3%82%ad%e3%82%ad%e3%83%83%e3%83%88","provider":"TTSPORT","version":"1.0","type":"link"}