{"title":"adidas GAZELLE","description":"\u003cstyle\u003e\n\/* ===== コレクションヘッダー中央寄せ ===== *\/\n.collection__header-info {\n  width: 100% !important;\n  max-width: 1200px !important;\n  margin: 0 auto !important;\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n}\n\n.collection__header-info h1,\n.collection__header-info h2,\n.collection__title,\n.section__title-text,\nh1.section__title-text.collection__header-info__title-text {\n  width: 100% !important;\n  max-width: none !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n  text-align: center !important;\n}\n\n\/* ===== メインブロック ===== *\/\n.model-page {\n  width: 100% !important;\n  max-width: 1200px !important;\n  margin: 0 auto !important;\n  padding: 30px 20px 30px !important;\n  background: #fff !important;\n  font-family: Arial, Helvetica, sans-serif !important;\n  color: #111 !important;\n}\n\n.model-page *,\n.model-page *::before,\n.model-page *::after {\n  box-sizing: border-box !important;\n}\n\n.model-page a {\n  color: inherit !important;\n  text-decoration: none !important;\n}\n\n.model-page img {\n  display: block !important;\n  max-width: 100% !important;\n  height: auto !important;\n}\n\n\/* ===== モデル一覧とメイン画像の幅を一致 ===== *\/\n.model-page .model-list,\n.model-page .hero-banner {\n  width: 100% !important;\n  max-width: 820px !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n}\n\n\/* ===== モデル一覧 ===== *\/\n.model-page .model-list {\n  display: grid !important;\n  grid-template-columns: repeat(4, 1fr) !important;\n  gap: 16px !important;\n  margin-top: 0 !important;\n  margin-bottom: 94px !important;\n}\n\n.model-page .model-item {\n  width: 100% !important;\n  text-align: center !important;\n}\n\n\/* ===== 枠を正方形にする ===== *\/\n.model-page .model-thumb {\n  position: relative !important;\n  width: 100% !important;\n  aspect-ratio: 1 \/ 1 !important;\n  min-height: 0 !important;\n  background: #fff !important;\n  border: 1px solid #d8d8d8 !important;\n  overflow: hidden !important;\n}\n\n.model-page .model-item.active .model-thumb {\n  border: 3px solid #7a7a7a !important;\n}\n\n.model-page .model-item a:hover .model-thumb {\n  border-color: #999 !important;\n}\n\n.model-page .model-thumb img {\n  position: absolute !important;\n  inset: 6% !important;\n  width: auto !important;\n  height: auto !important;\n  max-width: 88% !important;\n  max-height: 88% !important;\n  margin: auto !important;\n  object-fit: contain !important;\n}\n\n\/* ===== モデル名 ===== *\/\n.model-page .model-name {\n  margin-top: 12px !important;\n  font-size: 13px !important;\n  text-align: center !important;\n  text-transform: uppercase !important;\n  line-height: 1.35 !important;\n}\n\n\/* ===== メイン画像 ===== *\/\n.model-page .hero-banner {\n  margin-top: 0 !important;\n  margin-bottom: 94px !important;\n}\n\n.model-page .hero-banner img {\n  display: block !important;\n  width: 100% !important;\n  height: auto !important;\n}\n\n\/* ===== 見出し ===== *\/\n.model-page .section-title {\n  text-align: center !important;\n  font-size: 18px !important;\n  font-weight: 400 !important;\n  letter-spacing: 0.12em !important;\n  line-height: 1.4 !important;\n  margin: 0 0 30px !important;\n  position: relative !important;\n}\n\n.model-page .section-title::after {\n  content: \"\" !important;\n  display: block !important;\n  width: 38px !important;\n  height: 2px !important;\n  background: #111 !important;\n  margin: 12px auto 0 !important;\n}\n\n\/* ===== テキストセクション ===== *\/\n.model-page .text-section {\n  width: 100% !important;\n  max-width: 820px !important;\n  margin: 0 auto 92px !important;\n  text-align: left !important;\n}\n\n.model-page .text-section.narrow {\n  max-width: 820px !important;\n  margin-bottom: 0 !important;\n}\n\n.model-page .text-body {\n  max-width: 760px !important;\n  margin: 0 auto !important;\n  font-size: 15px !important;\n  line-height: 2.15 !important;\n  color: #222 !important;\n  text-align: left !important; \n}\n\n.model-page .text-body p {\n  margin: 0 !important;\n  text-align: left !important; \n}\n\n.model-page .text-body p + p {\n  margin-top: 22px !important;\n}\n\n.shopify-section:first-child .collection__header-info {\n  margin-top: 20px !important;\n}\n\n\/* ===== スマホ ===== *\/\n@media (max-width: 767px) {\n  .collection__header-info {\n    max-width: 100% !important;\n    padding-left: 16px !important;\n    padding-right: 16px !important;\n  }\n\n  .model-page {\n    padding: 18px 16px 72px !important;\n  }\n\n  .model-page .model-list,\n  .model-page .hero-banner,\n  .model-page .text-section,\n  .model-page .text-section.narrow {\n    max-width: 100% !important;\n  }\n\n  .model-page .model-list {\n    grid-template-columns: repeat(2, 1fr) !important;\n    gap: 14px !important;\n    margin-bottom: 74px !important;\n  }\n\n  .model-page .model-thumb img {\n    inset: 8% !important;\n    max-width: 84% !important;\n    max-height: 84% !important;\n  }\n\n  .model-page .model-name {\n    font-size: 12px !important;\n  }\n\n  .model-page .hero-banner {\n    margin-bottom: 60px !important;\n  }\n\n  .model-page .section-title {\n    font-size: 16px !important;\n    margin-bottom: 24px !important;\n  }\n\n  .model-page .section-title::after {\n    width: 32px !important;\n    margin-top: 10px !important;\n  }\n\n  .model-page .text-section {\n    margin-bottom: 64px !important;\n    text-align: left !important;\n  }\n\n  .model-page .text-body {\n    max-width: 720px !important;\n    margin: 0 auto !important;\n    text-align: left !important;\n    line-height: 2.1 !important;\n  }\n\n  .model-page .text-body p {\n    text-align: left !important;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"model-page\"\u003e\n\n  \u003cdiv class=\"model-list\"\u003e\n    \u003cdiv class=\"model-item\"\u003e\n      \u003ca href=\"https:\/\/www.kickslab.com\/collections\/adidas-samba\"\u003e\n        \u003cdiv class=\"model-thumb\"\u003e\n          \u003cimg src=\"https:\/\/www.kickslab.com\/cdn\/shop\/files\/b75806-01.jpg\" alt=\"SAMBA\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-name\"\u003eSAMBA\u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"model-item\"\u003e\n      \u003ca href=\"https:\/\/www.kickslab.com\/collections\/adidas-handball\"\u003e\n        \u003cdiv class=\"model-thumb\"\u003e\n          \u003cimg src=\"https:\/\/www.kickslab.com\/cdn\/shop\/products\/000000014004-01_9c7196e1-d928-462b-881c-efd55128a3ca.jpg\" alt=\"HANDBALL\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-name\"\u003eHANDBALL\u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"model-item active\"\u003e\n      \u003ca href=\"https:\/\/www.kickslab.com\/collections\/adidas-gazelle\"\u003e\n        \u003cdiv class=\"model-thumb\"\u003e\n          \u003cimg src=\"https:\/\/www.kickslab.com\/cdn\/shop\/files\/1200x1200_ih9660-03.jpg\" alt=\"GAZELLE\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-name\"\u003eGAZELLE\u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"model-item\"\u003e\n      \u003ca href=\"https:\/\/www.kickslab.com\/collections\/adidas-superstar\"\u003e\n        \u003cdiv class=\"model-thumb\"\u003e\n          \u003cimg src=\"https:\/\/www.kickslab.com\/cdn\/shop\/files\/ih8659-01_452d84d4-996a-42eb-8dfa-7afd5ea55241.jpg\" alt=\"SUPERSTAR\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-name\"\u003eSUPERSTAR\u003c\/div\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hero-banner\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0550\/9939\/2135\/files\/adidas_dmy.jpg\" alt=\"SAMBA\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"text-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eHistory\u003c\/h2\u003e\n    \u003cdiv class=\"text-body\"\u003e\n      \u003cp\u003e\nGAZELLEは、1960年代に誕生したadidasを代表するトレーニングシューズのひとつ。軽量性と柔軟性を重視した設計により、アスリートのパフォーマンスをサポートする多目的トレーニングモデルとして開発され、当時のスポーツシーンにおいて幅広く使用されていた。\n\u003c\/p\u003e\n\n\u003cp\u003e\nシンプルで無駄のないフォルムと、上質なスエードアッパーが特徴のGAZELLEは、その洗練されたデザインによって競技シーンを超えてストリートへと浸透。発色の良いカラーリングとミニマルな構造は、ファッションアイテムとしても高く評価されるようになる。\n\u003c\/p\u003e\n\n\u003cp\u003e\n1970年代以降はヨーロッパを中心にカジュアルスタイルの定番として定着し、音楽やカルチャーシーンとも深く結びつく存在へと進化。SAMBAやHANDBALLと並び、adidasのクラシックラインを象徴するモデルとして確固たる地位を築いていった。\n\u003c\/p\u003e\n\n\u003cp\u003e\n現代においてもGAZELLEは、オリジナルのシルエットをベースに素材やカラーのアップデートを重ねながら展開され続けている。タイムレスなデザインと高い汎用性を兼ね備えた一足として、世代やスタイルを問わず支持を集めるアイコン的モデルとなっている。\n\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"text-section narrow\"\u003e\n    \u003ch2 class=\"section-title\"\u003eSize \u0026amp; Fit\u003c\/h2\u003e\n    \u003cdiv class=\"text-body\"\u003e\n    \u003cp\u003e\nすっきりとした細身のシルエットで、足にフィットしやすい設計。標準的なサイズ感のため通常サイズでの着用がおすすめだが、幅広の方やゆとりを持って履きたい場合はハーフサイズアップも選択肢。\n\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"hq5152","title":"adidas GAZELLE INDOOR","description":"\u003cp\u003e象徴的なディテールを随所に取り入れた、ガゼルインドア。\u003cbr\u003e\nもともとスポーツシューズの代替として室内履きとしてデザインされたアディダス ガゼル インドアスニーカーは、柔らかなレザーアッパーとミニマルなラインが特徴の、スタイリッシュで時代を超越した定番モデルです。\u003c\/p\u003e","brand":"adidas","offers":[{"title":"22.0cm","offer_id":43633646993543,"sku":"hq5152cm220","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"22.5cm","offer_id":43633647026311,"sku":"hq5152cm225","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"23.0cm","offer_id":43633647059079,"sku":"hq5152cm230","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"23.5cm","offer_id":43633647091847,"sku":"hq5152cm235","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"24.0cm","offer_id":43633647124615,"sku":"hq5152cm240","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"24.5cm","offer_id":43633647157383,"sku":"hq5152cm245","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"25.0cm","offer_id":43633647190151,"sku":"hq5152cm250","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"25.5cm","offer_id":43633647222919,"sku":"hq5152cm255","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"26.0cm","offer_id":43633647255687,"sku":"hq5152cm260","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"26.5cm","offer_id":43633647288455,"sku":"hq5152cm265","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"27.0cm","offer_id":43633647321223,"sku":"hq5152cm270","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"27.5cm","offer_id":43633647353991,"sku":"hq5152cm275","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"28.0cm","offer_id":43633647386759,"sku":"hq5152cm280","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"28.5cm","offer_id":43633647419527,"sku":"hq5152cm285","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"29.0cm","offer_id":43633647452295,"sku":"hq5152cm290","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"29.5cm","offer_id":43633647485063,"sku":"hq5152cm295","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"30.0cm","offer_id":43633647517831,"sku":"hq5152cm300","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"30.5cm","offer_id":43633647550599,"sku":"hq5152cm305","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"31.0cm","offer_id":43633647583367,"sku":"hq5152cm310","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"31.5cm","offer_id":43633647616135,"sku":"hq5152cm315","price":15000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/9939\/2135\/files\/hq5152-01.webp?v=1766049155"},{"product_id":"ih9660","title":"adidas GAZELLE INDOOR -KICKS LAB. EXCLUSIVE-","description":"\u003cp\u003e＜GAZELLE INDOOR＞は、＜adidas＞のヘリテージを現代に再定義する一足。\u003cbr\u003eクラシックな＜GAZELLE＞をルーツに持ち、インドアモデルとして生まれた背景を受け継ぎながら、いまでは＜adidas Originals＞を象徴する定番モデルへと進化。\u003cbr\u003e上質なスエードアッパー、レザーのスリーストライプス、快適な合成ライナー、そして半透明のガムソールが全体を包み込むように調和し、タイムレスで都会的な佇まいを放つ。\u003c\/p\u003e\n\u003cp\u003e今回、日本のスニーカー文化を原宿から世界へ発信するプレミアム・スニーカーブティック＜KICKS LAB.＞で発売されるエクスクルーシブモデルは、上品なベージュスエードに鮮やかなブルーのスリーストライプスを組み合わせた特別仕様。\u003cbr\u003e落ち着いたトーンにあえて存在感のあるブルーを差し込むことで、控えめな中にも確かなメリハリを演出。\u003cbr\u003eガムソールとの相性も抜群で、足元に自然な品と洗練をもたらす。\u003cbr\u003eクラシックをまといながら現代のスタイルへとアップデートした、何度でも履きたくなる一足。\u003cbr\u003e\u003c\/p\u003e","brand":"adidas","offers":[{"title":"22.0cm","offer_id":43633652039815,"sku":"ih9660cm220","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"22.5cm","offer_id":43633652072583,"sku":"ih9660cm225","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"23.0cm","offer_id":43633652105351,"sku":"ih9660cm230","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"23.5cm","offer_id":43633652138119,"sku":"ih9660cm235","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"24.0cm","offer_id":43633652170887,"sku":"ih9660cm240","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"24.5cm","offer_id":43633652203655,"sku":"ih9660cm245","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"25.0cm","offer_id":43633652236423,"sku":"ih9660cm250","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"25.5cm","offer_id":43633652269191,"sku":"ih9660cm255","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"26.0cm","offer_id":43633652301959,"sku":"ih9660cm260","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"26.5cm","offer_id":43633652334727,"sku":"ih9660cm265","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"27.0cm","offer_id":43633652367495,"sku":"ih9660cm270","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"27.5cm","offer_id":43633652400263,"sku":"ih9660cm275","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"28.0cm","offer_id":43633652433031,"sku":"ih9660cm280","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"28.5cm","offer_id":43633652465799,"sku":"ih9660cm285","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"29.0cm","offer_id":43633652498567,"sku":"ih9660cm290","price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"29.5cm","offer_id":43633652531335,"sku":"ih9660cm295","price":15000.0,"currency_code":"JPY","in_stock":false},{"title":"30.0cm","offer_id":43633652564103,"sku":"ih9660cm300","price":15000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/9939\/2135\/files\/ih9660-15.jpg?v=1768958221"}],"url":"https:\/\/www.kickslab.com\/zh\/collections\/adidas-gazelle.oembed","provider":"KICKS LAB.","version":"1.0","type":"link"}