{"product_id":"gwm-tank-500-7640tk-front-wheel-6-piston-big-brake-kit","title":"GWM Tank 500 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 class=\"tt-block\" id=\"v-series-gwm-intro\"\u003e\n\u003ch2 class=\"tt-title\"\u003eアダプター不要：GWM Tank 500用の直接フィット6ピストンブレーキ\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eこのTank 500専用の6ピストンビッグブレーキキットは、鍛造された一体型マウントイヤーを備えたキャリパーを使用し、Tank 500の純正ナックルに直接取り付けられます。\u003c\/strong\u003e 別途ブラケットがないため、時間とともに緩む部品が少なく、ハブへの剛性の高い接続と、よりきれいで改造不要な取り付けが可能です。\u003c\/p\u003e\n\u003cp\u003e大型高炭素ローターと組み合わせることで、このシステムは乗員や荷物を積んだ状態で最大積載量に近い重量のTank 500に適しています。山道や長距離高速下り、砂利道のオフロード走行でも一貫した自信の持てる制動力を発揮し、純正ホイールやほとんどの17インチ以上のオフロードホイールパッケージにも対応します。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"tt-block\" id=\"v-series-gwm-specs\"\u003e\n\u003ch2 class=\"tt-title\"\u003eGWM Tank 500用の技術仕様とキットオプション\u003c\/h2\u003e\n\u003cp\u003e以下の仕様は、Tank 500のサイズ、重量、牽引用途に合わせて設計されたことを示しています。統合されたマウントイヤーにより、別途アダプターブラケットを省略し、335mmローターは満載の7人乗りとブレーキ付きトレーラーによる繰り返しの激しい停止に対応できる熱容量を追加します。このキットは高炭素ローターと静粛性と予測性の高いブレーキングを実現するM-01ストリートパフォーマンスパッドのみを含みます。\u003c\/p\u003e\n\u003cdiv class=\"tt-table-scroll-wrapper\"\u003e\n\u003ctable class=\"spec-table\" aria-label=\"GWM Tank 500 Big Brake Kit Specifications\"\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\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 500\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 class=\"section-header\" colspan=\"2\"\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 class=\"section-header\" colspan=\"2\"\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 class=\"section-header\" colspan=\"2\"\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 500専用の長さとフィッティング\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 class=\"tt-block\" id=\"fitment-checklist\"\u003e\n\u003ch2 class=\"tt-title\"\u003eフィットしますか？3ステップチェック\u003c\/h2\u003e\n\u003cdiv class=\"fitment-grid\" role=\"list\" aria-label=\"Fitment Checklist\"\u003e\n\u003cdiv class=\"fitment-item\" role=\"listitem\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Wheel_Compatibility.png?v=1755589978\" alt=\"Step 1: TTSPORT GWM Tank 500 brake kit requires 17-inch or larger wheels for fitment.\" width=\"300\" height=\"300\" loading=\"lazy\" decoding=\"async\"\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 class=\"fitment-item\" role=\"listitem\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Rim_Compatibility.png?v=1755590057\" alt=\"Step 2: Diagram showing measurement from wheel hub to inner spoke, requiring 99mm or 3.90in clearance.\" width=\"300\" height=\"300\" loading=\"lazy\" decoding=\"async\"\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 class=\"fitment-item\" role=\"listitem\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Car_Compatibility.png?v=1755589960\" alt=\"Step 3: Check your vehicle's make and model against the compatibility list below.\" width=\"300\" height=\"300\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e3. 車種モデル\u003c\/span\u003e\n\u003cp\u003e互換性リストを確認するか、Tank 500の年式とグレードをお知らせいただき、ご連絡ください。\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 title=\"Contact TTSPORT for a fitment template\" href=\"https:\/\/ttsport-brake.com\/pages\/contact-us\"\u003eお知らせください\u003c\/a\u003e 車両の年式、メーカー、モデルを教えていただければ、ホイールクリアランステンプレートを1:1でメールでお送りします。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"tt-block\" id=\"faq\"\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 マウントポイントをキャリパー本体に直接鍛造することで、他のキットに見られる潜在的な屈曲や故障の原因となる別体のアダプターブラケットを排除しています。重いSUVのTank 500では、その追加の剛性がペダルフィールをよりしっかりとし、自信を持って取り付けられるダイレクトなボルトオン設置を実現します。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eこのキットは私のTank 500の純正ホイールに干渉しますか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eはい。このキットはTank 500の純正ホイールとブレーキパッケージに合わせて設計されており、多くの市場では18インチホイールを使用しています。17インチ以上のホイールを装着し、少なくとも99mm（3.90インチ）のスポーククリアランスを確認できれば適合します。アフターマーケットのホイールについて不明な場合は、印刷可能なテンプレートをリクエストするか、現在のセットアップの写真をお送りください。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e重いSUVにワンピースローターを使用する理由は？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003e耐久性と耐熱性。\u003c\/strong\u003e Tank 500のようなフルサイズのボディオンフレームSUVでは、単一の高炭素鋼ローターが荷重下で最大の強度と安定性を提供します。最大積載量3,000kgまで牽引し、荒れた道路を走行する車両には、少ないファスナーとインターフェースで腐食や緩みのリスクを減らす堅牢なワンピース設計がシンプルで実証済みの解決策です。\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 500専用に設計された包括的なシステムで、完全なボルトオン取り付けが可能です。各キットには次が含まれます：\u003c\/p\u003e\n\u003cul class=\"faq-kits\"\u003e\n\u003cli\u003e2x 6ピストン鍛造キャリパー（Tank 500専用）\u003c\/li\u003e\n\u003cli\u003e2x 1ピース 335 mm 高炭素鋼製ローター\u003c\/li\u003e\n\u003cli\u003e1セットのM-01ストリートパフォーマンスブレーキパッド\u003c\/li\u003e\n\u003cli\u003e2x ステンレス鋼製ブレードブレーキホース（Tank 500専用）\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 id=\"customer-cases\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003eこのキットの動作を見る\u003c\/h2\u003e\n\u003cp\u003e他のオーナーがどのように当社のトラック＆SUVキットをカスタマイズに活用しているかをご覧ください。実際の車両、実際の結果。\u003c\/p\u003e\n\u003ca class=\"tt-cta-button\" href=\"https:\/\/ttsport-brake.com\/blogs\/customer-cases\"\u003eカスタマービルドを見る\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"TTSPORT","offers":[{"title":"標準色（画像と同じ色） \/ 335×32mm（ホイール ≥ 17インチ） \/ スチール - カーブスロット","offer_id":43663526232150,"sku":"Tank-Front","price":4571.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 335×32mm（ホイール ≥ 17インチ） \/ スチール - カーブスロット","offer_id":43663526264918,"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_500_7640TK_2.jpg?v=1764144554","url":"https:\/\/ttsport-brake.com\/ja\/products\/gwm-tank-500-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"}