{"product_id":"toyota-tundra-sequoia-or6-front-wheel-6-piston-big-brake-kit","title":"トヨタ タンドラ (XK70) \u0026 セコイア (XK80) OR6 フロントホイール 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 {\n      border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;\n    }\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\u003c!-- Intro --\u003e\n\u003csection id=\"or6-intro\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003eTTSPORT OR6 オフロードビッグブレーキキット（トヨタ・タンドラ XK70 \u0026 セコイア XK80用）\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e最新のタンドラとセコイアのプラットフォームは、これまで以上に牽引と積載能力を向上させています。ブレーキもそれに追いつく必要があります。\u003c\/strong\u003e キャノピーやキャンパー、アーマー、35インチタイヤ、大型トレーラーを追加すると、純正フロントシステムの設計範囲を超えてしまいます。\u003c\/p\u003e\n\u003cp\u003eOR6フロントキットは、XK70タンドラとXK80セコイアに、真剣な牽引やオーバーランド設定に求められる余裕を提供します：鍛造6ピストンキャリパー（ピストン面積79cm² \/ 12.25平方インチ）と、トルクと熱容量の高い34mm厚の高炭素ローター。\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eXK70タンドラ＆XK80セコイア専用の取り付け：\u003c\/strong\u003e 最新のトヨタフルサイズトラックとSUVプラットフォームの純正ナックルに取り付けるよう設計されています。車体の切断や汎用ブラケットは不要です。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e剛性の高い鍛造キャリパー＆ブリッジ：\u003c\/strong\u003e キャリパーボディは、長い坂道をフルロードで牽引する際の温度と圧力に耐えるよう設計されており、ペダルフィールを一定かつ予測可能に保ちます。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eオフロード用内部油路：\u003c\/strong\u003e 内部通路とピストン配置は、均等な締め付けと簡単なエア抜きのために調整されており、大きなタイヤと積載重量による不規則な路面でもペダルの線形性を維持します。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e高容量ピストン調整：\u003c\/strong\u003e OR6は、キャンパー、トイホーラー、ボート、高GVM設定などの実際のビルドに合わせて設計されているため、トラックのパワーとトルクを最大限に活用しながら、フロントブレーキが弱点になる心配がありません。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eXK70タンドラやXK80セコイアをハードに牽引し長距離を走る場合、OR6は純正ハードウェアと実際の使用状況のギャップを埋めるフロントブレーキパッケージです。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Specs --\u003e\n\u003csection id=\"or6-specs\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e技術仕様とキットオプション\u003c\/h2\u003e\n\u003cp\u003eタンドラ XK70＆セコイア XK80用のOR6キットは、オフロードキャリパーアーキテクチャと、現代のフルサイズトヨタの荷重に合わせた厚みのあるローターを組み合わせています。以下の仕様は、荷重をかけた状態での繰り返しの急ブレーキをコントロールされた感覚に保つためのものです。\u003c\/p\u003e\n\u003cdiv class=\"tt-table-scroll-wrapper\"\u003e\n\u003ctable aria-label=\"TTSPORT OR6 Off-Road Big Brake Kit Specifications for Tundra XK70 \u0026 Sequoia XK80\" 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\u003eOR6 – トヨタ・タンドラ（XK70）＆セコイア（XK80）\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\u003e1ピース通気式ダストブーツ付き\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eピストンダイヤー\u003c\/td\u003e\n\u003ctd\u003e40 mm（1.57インチ）×4、43 mm（1.7インチ）×2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e総ピストン面積\u003c\/td\u003e\n\u003ctd\u003e79 cm²（12.25平方インチ）\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\u003e4 kg (8.8 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 \/ 345 \/ 355 mm × 34 mm厚\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シース）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Fitment Checklist --\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 OR6 Tundra XK70 \u0026 Sequoia XK80 brake kit requires 17-inch or larger wheels.\" 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\u003eXK70タンドラまたはXK80セコイアが、17インチ以上の大径ホイールとバレル形状のホイールを装着していることを確認してください。大きなブレーキキットに適した仕様です。\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: Measure spoke clearance for the TTSPORT OR6 Tundra XK70 \u0026 Sequoia XK80 kit.\" 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\u003cspan\u003eローター取り付け面からホイールスポークの裏側までの距離を測定してください。最低でも91 mm（3.58インチ）のクリアランスが必要です。\u003c\/span\u003e\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 Tundra XK70 or Sequoia XK80 year and trim against the compatibility list.\" 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お車の年式、エンジン、純正ブレーキパッケージを確認するか、VIN、ホイール仕様、通常の牽引\/荷役重量をお知らせいただければ、正しい設定を確認いたします。\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\u003c!-- FAQ --\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\u003eXK70タンドラでGCWR付近まで牽引しています。OR6で十分ですか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eOR6はまさにその用途向けに作られています：大荷重、長い坂道、最新のパワートレイン。極端な使用には高品質なフルード、適切なパッド、リアのアップグレードも推奨しますが、OR6は多くのビルトトラックのフロントに欠かせないパーツです。\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\u003cdetails\u003e\n\u003csummary\u003eこれは工場のドライバーアシストや牽引モードと互換性がありますか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eはい。OR6は安定した線形の圧力応答を維持し、工場のABS、安定性制御、牽引\/荷役戦略が重負荷時により一貫して機能するのを助けます。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eTundra XK70 \u0026 Sequoia XK80 OR6フロントキットに含まれる内容は何ですか？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003eこれらのプラットフォーム向けの完全なフロントアクスルブレーキパッケージをお届けします：\u003c\/p\u003e\n\u003cul class=\"faq-kits\"\u003e\n\u003cli\u003e2x TTSPORT OR6 6ピストン鍛造オフロードキャリパー\u003c\/li\u003e\n\u003cli\u003e2x TTSPORT 1ピース高炭素ローター（⌀335 \/ 345 \/ 355 mm × 34 mm、XK70\/XK80構成）\u003c\/li\u003e\n\u003cli\u003e1セットのTTSPORT M-01ストリートパフォーマンスブレーキパッド\u003c\/li\u003e\n\u003cli\u003e2x ステンレス鋼製ブレーキホース（車両専用）\u003c\/li\u003e\n\u003cli\u003e車両専用の取り付けハードウェアと取り付けノート\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Customer Cases --\u003e\n\u003csection class=\"tt-block\" id=\"customer-cases\"\u003e\n\u003ch2 class=\"tt-title\"\u003eこのキットの動作を見る\u003c\/h2\u003e\n\u003cp\u003e最新モデルのTundraやSequoiaのオーナーが、大きなパワーと重負荷に合わせたブレーキをどのようにマッチさせているかをご覧ください。本格的な牽引車、実際の旅行、実際の結果です。\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×34mm（ホイール ≥ 17インチ） \/ スチール - カーブスロット","offer_id":43682867183702,"sku":"LC-Front","price":6257.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 345×34mm（ホイール ≥ 18インチ） \/ スチール - カーブスロット","offer_id":43682867216470,"sku":null,"price":6257.0,"currency_code":"AED","in_stock":true},{"title":"標準色（画像と同じ色） \/ 355×34mm（ホイール ≥ 18インチ） \/ スチール - カーブスロット","offer_id":43682867249238,"sku":null,"price":6257.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 335×34mm（ホイール ≥ 17インチ） \/ スチール - カーブスロット","offer_id":43682867282006,"sku":"LC-Front","price":6407.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 345×34mm（ホイール ≥ 18インチ） \/ スチール - カーブスロット","offer_id":43682867314774,"sku":null,"price":6407.0,"currency_code":"AED","in_stock":true},{"title":"カスタムカラー（カラーコード必要） \/ 355×34mm（ホイール ≥ 18インチ） \/ スチール - カーブスロット","offer_id":43682867347542,"sku":null,"price":6407.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Product_TTSPORT_Brake_Kit_Toyota_Tundra_XK70_Sequoia_XK80_OR6_1.jpg?v=1764230483","url":"https:\/\/ttsport-brake.com\/ja\/products\/%e3%83%88%e3%83%a8%e3%82%bf-%e3%82%bf%e3%83%b3%e3%83%89%e3%83%a9-%e3%82%bb%e3%82%b3%e3%82%a4%e3%82%a2-or6-%e3%83%95%e3%83%ad%e3%83%b3%e3%83%88%e3%83%9b%e3%82%a4%e3%83%bc%e3%83%ab-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"}