{"product_id":"evolution-es6-6-piston-big-brake-kit","title":"Evolution ES6 フロントホイール 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; 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 Design ====== *\/\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=\"es6-intro\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003eパワーと精度：ES6鍛造6ピストンビッグブレーキキット\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e純正ブレーキが曖昧になり、フェードし始めたときに、ES6が解決策です。\u003c\/strong\u003e これは高性能ストリートドライビングに最も人気のあるキャリパーで、圧倒的な制動力と滑らかで線形なコントロールを完璧にバランスさせています。その非対称鍛造ボディは非常に軽量ながらも非常に強力で、しっかりとした信頼感のあるペダルフィールを提供し、路面と直接つながる感覚をもたらします。\u003c\/p\u003e\n\u003cp\u003e完全な権威を持って停止。ES6の補強された二ピース設計はキャリパーのたわみを排除し、ブレーキ入力を即座かつ一貫させます。 ventilatedピストンや高温シールなど、レースで実証された技術を搭載し、熱に対抗し、フェードのない性能を実現。性能セダン、クロスオーバー、SUVの真の制動力を引き出す究極のボルトオンアップグレードです。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"es6-specs\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e技術仕様とキットオプション\u003c\/h2\u003e\n\u003cp\u003e以下のデータは、ES6のバランスの取れた性能の背後にあるエンジニアリングを示しています。非対称ピストンダイヤの設計はスムーズな作動と均一なパッド摩耗を実現し、大型ローターは優れた熱容量を持ちます。標準でM-01（スチールローター用）またはM-03（カーボンセラミックローター用）のストリートパフォーマンスブレーキパッドが付属します。\u003c\/p\u003e\n\u003cdiv class=\"tt-table-scroll-wrapper\"\u003e\n\u003ctable aria-label=\"ES6 Big Brake Kit Technical Specifications\" class=\"spec-table\"\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"3\"\u003eキャリパーエンジニアリング\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eシリーズ\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eエボリューションシリーズ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eモデル\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eES6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e取り付け位置\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eフロントアクスル\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eピストン数\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e6ピストン、スタッガード\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eピストンタイプ\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e二ピース通気式ダストブーツ付き\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eピストンダイヤー\u003c\/td\u003e\n\u003ctd colspan=\"2\"\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 colspan=\"2\"\u003e51.10 cm²（7.92 in²）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e構造\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e二ピース鍛造アルミ合金\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e正味重量\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e約3.95 kg（8.71 lbs）（単一キャリパー、パッドなし）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e仕上げ\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e高温光沢コーティング\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e最小ホイールサイズ\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e18インチ推奨\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e必要ローターサイズ\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e⌀355–380 mm（14.0–15.0インチ）× 32 mm（1.26インチ）厚さ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"3\"\u003eローターオプション（いずれかを選択）\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e\u003cstrong\u003e素材\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e高炭素鋼\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eカーボンセラミック複合材\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e構造\u003c\/td\u003e\n\u003ctd\u003e2ピース固定（355mm）またはフローティング（380mm以上）\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方向性通気\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曲面スロット \/ グレインスロット \/ ウェーブスロット \/ ドリル＆スロット\u003c\/td\u003e\n\u003ctd\u003eクロスドリルのみ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"3\"\u003eブレーキパッドコンパウンド\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e\u003cstrong\u003e適用範囲\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eスチールローター用\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eカーボンセラミックローター用\u003c\/strong\u003e\u003c\/td\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\u003ctd\u003eM-03セラミックパフォーマンス\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\u003ctd\u003e最大750°C（1382°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\u003ctd\u003e0.44 μ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"3\"\u003e車両専用サポートハードウェア\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eブレーキホース\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e3層ステンレススチール編組（PTFEコア、SUS304編組、PVCシース）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eローターハット \/ ベル\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eカスタムCNC加工6061-T6航空宇宙グレードアルミニウム\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eキャリパーブラケット\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eカスタム CNC加工 S45C鍛造鋼\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\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 ES6 brake caliper requires 18-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\u003e18インチ以上のホイールを使用していることを確認してください。\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車両フィルターを使用するか、お問い合わせください。\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 車両の年式、メーカー、モデルをお知らせいただければ、ホイールクリアランスを確認するテンプレートをメールでお送りします。\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このキットが私の車に100％適合するかどうか、どうすれば確信できますか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e最も確実な方法は、直接お問い合わせいただくことです。車両の \u003cstrong\u003e年式、メーカー、モデル、そして具体的なホイール仕様\u003c\/strong\u003e （直径、幅、オフセット）を提供してください。現在のブレーキとホイールクリアランスの写真も非常に役立ちます。私たちの技術者がすべての詳細を確認し、最初から正しい部品をお届けします。\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はい、これは完全なボルトオンインストール用に設計された車両特定のシステムです。各ES6キットには次のものが含まれます：\u003c\/p\u003e\n\u003cul class=\"faq-kits\"\u003e\n\u003cli\u003e2x ES6鍛造6ピストンキャリパー\u003c\/li\u003e\n\u003cli\u003e2x 2ピースフローティングローター（素材はお選びください）\u003c\/li\u003e\n\u003cli\u003e1セットのパフォーマンスブレーキパッド（M-01またはM-03）\u003c\/li\u003e\n\u003cli\u003e2x ステンレス鋼編組ブレーキホース\u003c\/li\u003e\n\u003cli\u003e2x オーダーメイドCNC加工ローターハット\u003c\/li\u003e\n\u003cli\u003e2x オーダーメイドCNC加工キャリパーブラケット\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e非対称ピストン配置のメリットは何ですか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e非対称（またはスタッガード）ピストン配置は、ローターの回転方向の入り側に小さなピストン、大きなピストンを配置し、ブレーキパッド全体に均一な圧力をかけることで、パッドのテーパーや偏摩耗を防ぎ、より一貫したペダルフィール、長寿命、滑らかで予測可能な制動を実現します。\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\"\u003eES6の動作を見る\u003c\/h2\u003e\n\u003cp\u003e他の愛好家がどのように大きなブレーキキットを自分の車に装着しているかをご覧ください。実車、実結果。\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":"標準色（画像と同じ色） \/ 355x32mm（ホイール ≥ 18インチ） \/ スチール - カーブスロット","offer_id":42335992741974,"sku":"ES6","price":5320.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 355x32mm（ホイール ≥ 18インチ） \/ スチール - GrainSlot","offer_id":42335992774742,"sku":"ES6","price":5320.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 355x32mm（ホイール ≥ 18インチ） \/ スチール - ドリル＆スロット","offer_id":42335992807510,"sku":"ES6","price":5320.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 355x32mm（ホイール ≥ 18インチ） \/ スチール - WaveSlot","offer_id":42335992840278,"sku":"ES6","price":5320.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 355x32mm（ホイール ≥ 18インチ） \/ カーボンセラミック - クロスドリル","offer_id":42335992873046,"sku":"ES6","price":15510.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 380x32mm（ホイール ≥ 19インチ） \/ スチール - カーブスロット","offer_id":42335992905814,"sku":"ES6","price":5582.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 380x32mm（ホイール ≥ 19インチ） \/ スチール - GrainSlot","offer_id":42335992938582,"sku":"ES6","price":5582.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 380x32mm（ホイール ≥ 19インチ） \/ スチール - ドリル＆スロット","offer_id":42335992971350,"sku":"ES6","price":5582.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 380x32mm（ホイール ≥ 19インチ） \/ スチール - WaveSlot","offer_id":42335993004118,"sku":"ES6","price":5582.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 380x32mm（ホイール ≥ 19インチ） \/ カーボンセラミック - クロスドリル","offer_id":42335993036886,"sku":"ES6","price":16447.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 355x32mm（ホイール ≥ 18インチ） \/ スチール - カーブスロット","offer_id":42335993069654,"sku":"ES6","price":5470.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 355x32mm（ホイール ≥ 18インチ） \/ スチール - GrainSlot","offer_id":42335993102422,"sku":"ES6","price":5470.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 355x32mm（ホイール ≥ 18インチ） \/ スチール - ドリル＆スロット","offer_id":42335993135190,"sku":"ES6","price":5470.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 355x32mm（ホイール ≥ 18インチ） \/ スチール - WaveSlot","offer_id":42335993167958,"sku":"ES6","price":5470.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 355x32mm（ホイール ≥ 18インチ） \/ カーボンセラミック - クロスドリル","offer_id":42335993200726,"sku":"ES6","price":15660.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 380x32mm（ホイール ≥ 19インチ） \/ スチール - カーブスロット","offer_id":42335993233494,"sku":"ES6","price":5732.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 380x32mm（ホイール ≥ 19インチ） \/ スチール - GrainSlot","offer_id":42335993266262,"sku":"ES6","price":5732.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 380x32mm（ホイール ≥ 19インチ） \/ スチール - ドリル＆スロット","offer_id":42335993299030,"sku":"ES6","price":5732.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 380x32mm（ホイール ≥ 19インチ） \/ スチール - WaveSlot","offer_id":42335993331798,"sku":"ES6","price":5732.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 380x32mm（ホイール ≥ 19インチ） \/ カーボンセラミック - クロスドリル","offer_id":42335993364566,"sku":"ES6","price":16597.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Product_TTSPORT_Brake_Kit_ES6_5.jpg?v=1759814842","url":"https:\/\/ttsport-brake.com\/ja\/products\/evolution-es6-6%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"}