{"title":"春夏ジャケット","description":"","products":[{"product_id":"ss2501mj","title":"W2 Hooded See-through Mesh Jacket","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #000000; \n      font-family: \"Radio Canada Big\", Nunito, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #ffffff;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #262626;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #ffffff; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #ffffff; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #ffffff; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #CCCCCC; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ffffff40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #262626;\n      border-radius: 0px;\n      background-color: #000000; \n      color: #ffffff;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #ffffff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #000000; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #ffffff; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #262626; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #000000; color: #ffffff; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #ffffff; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #CCCCCC; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #ffffff; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #CCCCCC; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ffffff; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #ffffff; margin-bottom: 12px; border-bottom: 1px solid #ffffff; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #262626; th, td { padding: 12px 8px; border: 1px solid #262626; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #ffffff; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #FEFEFE; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #ffffff; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e自由を纏う夏ライディング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e走行風をダイレクトに感じるシースルーメッシュが、\u003cstrong\u003e抜群の通気性\u003c\/strong\u003eで快適なライディングを叶えます。変形ダブルライダースとハイネック、2通りの着こなしが楽しめるデザインです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_dcc0e283-8fda-4d16-bae7-d0536efeb7b8.jpg?v=1766545048\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタイリッシュな夏支度\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスタイリッシュな夏支度\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e安心を追求した機能美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e肩・肘・背中には\u003cstrong\u003e着脱式プロテクションパッド\u003c\/strong\u003eを標準装備し、胸部プロテクターポケットも完備しています。夜間走行時の\u003cstrong\u003e視認性を高める反射材\u003c\/strong\u003eも随所に配置しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_61055423-cb2c-4c17-ae08-0a2b4d464f65.jpg?v=1766545048\" class=\"img-fluid d-block w-100 product-img\" alt=\"保護性能と洗練された設計\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e保護性能と洗練された設計\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e究極のメッシュ涼感体験\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e表地のシースルーメッシュが優れた通気性と軽量化を実現し、\u003cstrong\u003e吸汗速乾裏地\u003c\/strong\u003eとの相乗効果で気化熱効果を促進します。常に\u003cstrong\u003eドライで涼しい着心地\u003c\/strong\u003eを保ち、快適な走行をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_25708811-0b74-4ce4-9191-43abed1f43f3.jpg?v=1766545049\" class=\"img-fluid d-block w-100 product-img\" alt=\"熱気を逃がし、ドライな着心地\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e熱気を逃がし、ドライな着心地\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e詳細スペック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e涼しさと軽量化を追求したシースルーメッシュ生地を使用したW2 フーディーメッシュジャケットが復刻！\u003c\/p\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e機能性とマテリアル\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e表地に走行風をダイレクトに通すシースルーメッシュを使用し、抜群の風通しと軽量化に加え、吸汗速乾性裏地との相乗効果により気化熱効果を促進します。\u003c\/li\u003e\n                    \u003cli\u003eフロントファスナーの閉め方で、変形ダブルライダースとハイネックの2 パターンのシルエットを楽しめるデザインです。\u003c\/li\u003e\n                    \u003cli\u003eインナーに合わせてボデーサイズを調整できるツインファスナーを採用。\u003c\/li\u003e\n                    \u003cli\u003eフードのバタつきを抑えるフードストラップを採用。\u003c\/li\u003e\n                    \u003cli\u003eフード部の反射材には、広角・高輝度リフレクター「Ei REFRECT」材を使用。腕から脇のパイピング部にも反射素材を使用し夜間走行時の外部からの視認性を確保します。\u003c\/li\u003e\n                    \u003cli\u003e各部ボタンはオリジナルのロゴ入りボタンを採用。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e安全とプロテクション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eプロテクション性能\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e肩、肘、背中には着脱式プロテクションパッドを標準装備。\u003c\/li\u003e\n                    \u003cli\u003e胸部プロテクターポケットを装備し、POi DESIGNS製とAGV SPORTS製の胸部プロテクター全タイプ（別売り）の装着が可能です。\u003c\/li\u003e\n                    \u003cli\u003e※CPL-001S(女性用プロテクター)をご使用の際は、プロテクターに付属のメッシュポケットをポケット内に入れてご使用ください。\u003c\/li\u003e\n                    \u003cli\u003e高度なプロテクションとして、POi DESIGNS製とAGV SPORTS製のプロテクターに換装可能。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eサイズに関する注意事項\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズは日本サイズ（メンズ）です。\u003c\/li\u003e\n                    \u003cli\u003eSサイズは男女兼用のユニセックスサイズです。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表地：ポリエステルナイロンメッシュ（シースルーメッシュ）\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\n\u003c\/div\u003e","brand":"ACE CAFE LONDON","offers":[{"title":"ブラック \/ S（UNISEX）","offer_id":48626105221360,"sku":"SS2501MJ-BK\/S","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ M","offer_id":48626105254128,"sku":"SS2501MJ-BK\/M","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ L","offer_id":48626105286896,"sku":"SS2501MJ-BK\/L","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ XL","offer_id":48626105319664,"sku":"SS2501MJ-BK\/XL","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ S（UNISEX）","offer_id":48626105352432,"sku":"SS2501MJ-PW\/S","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ M","offer_id":48626105385200,"sku":"SS2501MJ-PW\/M","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ L","offer_id":48626105417968,"sku":"SS2501MJ-PW\/L","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ XL","offer_id":48626105450736,"sku":"SS2501MJ-PW\/XL","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"バーガンディ \/ S（UNISEX）","offer_id":48626105483504,"sku":"SS2501MJ-BD\/S","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"バーガンディ \/ M","offer_id":48626105516272,"sku":"SS2501MJ-BD\/M","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"バーガンディ \/ L","offer_id":48626105549040,"sku":"SS2501MJ-BD\/L","price":22100.0,"currency_code":"JPY","in_stock":false},{"title":"バーガンディ \/ XL","offer_id":48626105581808,"sku":"SS2501MJ-BDXL","price":22100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_dcc0e283-8fda-4d16-bae7-d0536efeb7b8.jpg?v=1766545048"},{"product_id":"ss2503mj","title":"See-through Mesh Jacket","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #000000; \n      font-family: \"Radio Canada Big\", Nunito, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #ffffff;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #262626;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #ffffff; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #ffffff; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #ffffff; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #CCCCCC; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ffffff40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #262626;\n      border-radius: 0px;\n      background-color: #000000; \n      color: #ffffff;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #ffffff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #000000; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #ffffff; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #262626; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #000000; color: #ffffff; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #ffffff; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #CCCCCC; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #ffffff; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #CCCCCC; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ffffff; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #ffffff; margin-bottom: 12px; border-bottom: 1px solid #ffffff; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #262626; th, td { padding: 12px 8px; border: 1px solid #262626; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #ffffff; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #FEFEFE; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #ffffff; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3\u003eSee-through Mesh Jacket\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e風を味方に、駆け抜ける夏\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e肌を通り抜ける風が、夏のライディングを\u003cstrong\u003e極上の体験\u003c\/strong\u003eに変える。軽量メッシュ素材と吸汗速乾裏地が、暑さの中でも常にドライで爽やかな着心地を約束する。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_b7a902d4-ddcb-43c5-9001-8afb6fbd7ca0.jpg?v=1766545052\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e夏の解放感を纏う\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e機能美を追求した安心設計\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e多様なスタイルに溶け込むシンプルなデザインは、愛車の車種を選びません。肩・肘・背中に標準装備されたプロテクターが、万一の時もライダーをしっかりと守る\u003cstrong\u003e安心感\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_c0060cc7-7b19-46eb-9cd3-ff9a078a8af6.jpg?v=1766545051\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eライダーを護る堅牢設計\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e究極の快適を支える技術\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e高密度なシースルーメッシュは、風をダイレクトに取り込み、ジャケット内の熱気を効率的に排出します。吸汗速乾性裏地との相乗効果で、気化熱作用を促進し、常にドライで快適な状態を維持。夜間も広角・高輝度リフレクターが視認性を高め、\u003cstrong\u003e安全な走行\u003c\/strong\u003eをサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_cd79343c-2ba5-4594-bcbe-7fd19f67e122.jpg?v=1766545050\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e涼しさへの飽くなき追求\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e涼しさと軽量化を追求したシースルーメッシュモデルです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eどんな車両とも合わせやすいシンプルなデザイン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e機能とマテリアル\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e当製品の主な機能と使用素材です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e表地に走行風をダイレクトに通すシースルーメッシュを使用し、抜群の風通しと軽量化を実現。吸汗速乾性裏地との相乗効果により気化熱効果を促進します。\u003c\/li\u003e\n                    \u003cli\u003e様々な車両に合わせやすいシンプルなデザインです。\u003c\/li\u003e\n                    \u003cli\u003eフードと裾の調整にドローコードを使用し、袖口はカジュアルなリブ仕様です。\u003c\/li\u003e\n                    \u003cli\u003eフードのバタつきを抑えるフードストラップを採用しています。\u003c\/li\u003e\n                    \u003cli\u003eフード部の反射材に、広角・高輝度リフレクター「Ei REFRECT」材を使用し、夜間走行時の外部からの視認性を確保します。\u003c\/li\u003e\n                    \u003cli\u003e各部ボタンはオリジナルのロゴ入りボタンを採用しています。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eプロテクション機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eライダーを保護するためのプロテクション機能の詳細です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e肩、肘、背中に着脱式プロテクションパッドを標準装備しています。\u003c\/li\u003e\n                    \u003cli\u003e胸部プロテクターポケットを装備しており、POi DESIGNS製とAGV SPORTS製の胸部プロテクター全タイプを装着可能です（別売り）。\u003c\/li\u003e\n                    \u003cli\u003e高度なプロテクションとして、POi DESIGNS製とAGV SPORTS製のプロテクターに換装可能です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e※CPL-001S（女性用プロテクター）を使用の際は、プロテクターに付属のメッシュポケットをポケット内に入れてご使用ください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品のサイズに関する情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズは日本サイズ（メンズ）です。\u003c\/li\u003e\n                    \u003cli\u003eSサイズは男女兼用のユニセックスサイズです。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品に使用されている素材の詳細です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表地：ポリエステルナイロンメッシュ（シースルーメッシュ）\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\n\u003c\/div\u003e","brand":"ACE CAFE LONDON","offers":[{"title":"ブラック \/ S（UNISEX）","offer_id":48626105614576,"sku":"SS2503MJ-BK\/S","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ M","offer_id":48626105647344,"sku":"SS2503MJ-BK\/M","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ L","offer_id":48626105680112,"sku":"SS2503MJ-BK\/L","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ XL","offer_id":48626105712880,"sku":"SS2503MJ-BK\/XL","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ S（UNISEX）","offer_id":48626105745648,"sku":"SS2503MJ-PW\/S","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ M","offer_id":48626105778416,"sku":"SS2503MJ-PW\/M","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ L","offer_id":48626105811184,"sku":"SS2503MJ-PW\/L","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ XL","offer_id":48626105843952,"sku":"SS2503MJ-PW\/XL","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ S（UNISEX）","offer_id":48626105876720,"sku":"SS2503MJ-CHA\/S","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ M","offer_id":48626105909488,"sku":"SS2503MJ-CHA\/M","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ L","offer_id":48626105942256,"sku":"SS2503MJ-CHA\/L","price":20400.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ XL","offer_id":48626105975024,"sku":"SS2503MJ-CHAXL","price":20400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_b7a902d4-ddcb-43c5-9001-8afb6fbd7ca0.jpg?v=1766545052"},{"product_id":"ss2501ssj","title":"Short Sleeve See-through Mesh Jacket","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #000000; \n      font-family: \"Radio Canada Big\", Nunito, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #ffffff;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #262626;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #ffffff; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #ffffff; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #ffffff; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #CCCCCC; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ffffff40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #262626;\n      border-radius: 0px;\n      background-color: #000000; \n      color: #ffffff;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #ffffff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #000000; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #ffffff; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #262626; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #000000; color: #ffffff; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #ffffff; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #CCCCCC; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #ffffff; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #CCCCCC; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ffffff; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #ffffff; margin-bottom: 12px; border-bottom: 1px solid #ffffff; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #262626; th, td { padding: 12px 8px; border: 1px solid #262626; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #ffffff; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #FEFEFE; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #ffffff; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e走行風をまとい、夏の道を駆け抜ける\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e表地の\u003cstrong\u003eシースルーメッシュ\u003c\/strong\u003eが走行風を\u003cstrong\u003eダイレクトに通し\u003c\/strong\u003e、抜群の\u003cstrong\u003e通気性\u003c\/strong\u003eを実現しました。\u003cstrong\u003e軽快なハーフスリーブモデル\u003c\/strong\u003eで、腕の動きを妨げず、\u003cstrong\u003e涼しさ\u003c\/strong\u003eと\u003cstrong\u003e機動性\u003c\/strong\u003eを両立します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_c06b8b97-faa1-4b6b-8b0f-e040ade3ccf4.jpg?v=1766545051\" class=\"img-fluid d-block w-100 product-img\" alt=\"走行風をまとい、夏の道を駆け抜ける\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e風を操る、涼のライディングスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e驚きの通気性、真夏でも快適な走りを\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e緻密に織り上げられた\u003cstrong\u003eシースルーメッシュ\u003c\/strong\u003eが、ジャケット内の\u003cstrong\u003e熱気を効率よく排出\u003c\/strong\u003eします。\u003cstrong\u003e吸汗速乾性の裏地\u003c\/strong\u003eが\u003cstrong\u003e気化熱効果を促進\u003c\/strong\u003eし、常に\u003cstrong\u003eドライで快適な肌触り\u003c\/strong\u003eを保ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_1d93b63c-3d3e-4ccb-97c2-8af726e0b1e3.jpg?v=1766545051\" class=\"img-fluid d-block w-100 product-img\" alt=\"驚きの通気性、真夏でも快適な走りを\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e肌で感じる風、究極の快適メッシュ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eあなたのライドにフィットする自由な選択\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eSサイズはユニセックス\u003c\/strong\u003eで、\u003cstrong\u003e男女問わず\u003c\/strong\u003e軽やかに着用いただけます。胸部と背中には\u003cstrong\u003eプロテクター装着用ポケット\u003c\/strong\u003eを完備し、\u003cstrong\u003e別売りのプロテクター\u003c\/strong\u003eで、さらなる\u003cstrong\u003e安心感\u003c\/strong\u003eをプラスできます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_704b9100-4dda-4915-8b6b-1cc6753bf541.jpg?v=1766545050\" class=\"img-fluid d-block w-100 product-img\" alt=\"あなたのライドにフィットする自由な選択\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e安全とスタイルを両立、自分だけの装備\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品のコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e涼しさと軽量化を追求したハーフスリーブジャケットです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eシースルーメッシュ生地を採用\u003c\/li\u003e\n          \u003cli\u003eロンTやアームスリーブとの組み合わせで、涼しさを優先したスタイルを実現\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能・マテリアル\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e走行時の快適性を高める様々な機能を搭載しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e表地に走行風をダイレクトに通すシースルーメッシュを使用し、抜群の風通しと軽量化を実現\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾性裏地との相乗効果により気化熱効果を促進\u003c\/li\u003e\n          \u003cli\u003e胸部と背中のプロテクションに特化したハーフスリーブモデル\u003c\/li\u003e\n          \u003cli\u003e胸部プロテクターはオプション装着用ポケットを装備\u003c\/li\u003e\n          \u003cli\u003e背中はプロテクションパッドを標準装備\u003c\/li\u003e\n          \u003cli\u003eフードのバタつきを抑えるフードストラップを採用\u003c\/li\u003e\n          \u003cli\u003eフード部に広角・高輝度リフレクター「Ei REFRECT」材を使用し、夜間走行時の視認性を確保\u003c\/li\u003e\n          \u003cli\u003e各部ボタンはオリジナルのロゴ入りボタンを採用\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eプロテクション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eライディング時の安全性を考慮したプロテクション機能を備えています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e背中：着脱式プロテクションパッド標準装備\u003c\/li\u003e\n          \u003cli\u003e胸部プロテクターポケットを装備\u003c\/li\u003e\n          \u003cli\u003ePOi DESIGNS製とAGV SPORTS製の胸部プロテクター全タイプの装着が可能(別売り)\u003c\/li\u003e\n          \u003cli\u003eCPL-001S(女性用プロテクター)を使用の際は、プロテクターに付属のメッシュポケットをポケット内に入れてご使用ください。\u003c\/li\u003e\n          \u003cli\u003e高度なプロテクションとして、POi DESIGNS製とAGV SPORTS製のプロテクターに換装可能\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品のサイズに関する詳細です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズは日本サイズ(メンズ)です。\u003c\/li\u003e\n          \u003cli\u003eSサイズは男女兼用のユニセックスサイズです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch4 style=\"font-size: 1.1em; margin-top: 1.5em; margin-bottom: 0.5em;\"\u003eヌードサイズ目安\u003c\/h4\u003e\n        \u003ctable class=\"size-table\" style=\"width: 100%; border-collapse: collapse; margin-bottom: 1em;\"\u003e\n          \u003cthead\u003e\n            \u003ctr style=\"background-color: #f2f2f2;\"\u003e\n              \u003cth style=\"border: 1px solid #ddd; padding: 8px; text-align: left;\"\u003e\u003c\/th\u003e\n              \u003cth style=\"border: 1px solid #ddd; padding: 8px;\"\u003eS\u003c\/th\u003e\n              \u003cth style=\"border: 1px solid #ddd; padding: 8px;\"\u003eM\u003c\/th\u003e\n              \u003cth style=\"border: 1px solid #ddd; padding: 8px;\"\u003eL\u003c\/th\u003e\n              \u003cth style=\"border: 1px solid #ddd; padding: 8px;\"\u003eXL\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: left;\"\u003e身長\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e160-167\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e165-172\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e170-177\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e175-182\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: left;\"\u003e肩幅\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e34-37\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e37-40\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e39-42\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e42-45\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: left;\"\u003e胸囲\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e84-89\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e88-93\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e92-97\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e96-101\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: left;\"\u003e胴囲\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e80-85\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e84-89\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e88-93\u003c\/td\u003e\n              \u003ctd style=\"border: 1px solid #ddd; padding: 8px; text-align: center;\"\u003e92-97\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材構成\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材構成です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地：ポリエステルナイロンメッシュ（シースルーメッシュ）\u003c\/li\u003e\n          \u003cli\u003e裏地：吸汗速乾ナイロンメッシュ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ACE CAFE LONDON","offers":[{"title":"ブラック \/ S（UNISEX）","offer_id":48626106007792,"sku":"SS2501SSJ-BK\/S","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ M","offer_id":48626106040560,"sku":"SS2501SSJ-BK\/M","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ L","offer_id":48626106073328,"sku":"SS2501SSJ-BK\/L","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ XL","offer_id":48626106106096,"sku":"SS2501SSJ-BKXL","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ S（UNISEX）","offer_id":48626106138864,"sku":"SS2501SSJ-PW\/S","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ M","offer_id":48626106171632,"sku":"SS2501SSJ-PW\/M","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ L","offer_id":48626106204400,"sku":"SS2501SSJ-PW\/L","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ XL","offer_id":48626106237168,"sku":"SS2501SSJ-PWXL","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ S（UNISEX）","offer_id":48626106269936,"sku":"SS2501SSJ-CHAS","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ M","offer_id":48626106302704,"sku":"SS2501SSJ-CHAM","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ L","offer_id":48626106335472,"sku":"SS2501SSJ-CHAL","price":15300.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ XL","offer_id":48626106368240,"sku":"SS2501SSJCHAXL","price":15300.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_c06b8b97-faa1-4b6b-8b0f-e040ade3ccf4.jpg?v=1766545051"},{"product_id":"as2501ws","title":"Waterproof Coach Jacket","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #000000; \n      font-family: \"Radio Canada Big\", Nunito, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #ffffff;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #262626;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #ffffff; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #ffffff; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #ffffff; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #CCCCCC; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ffffff40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #262626;\n      border-radius: 0px;\n      background-color: #000000; \n      color: #ffffff;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #ffffff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #000000; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #ffffff; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #262626; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #000000; color: #ffffff; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #ffffff; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #CCCCCC; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #ffffff; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #CCCCCC; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ffffff; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #ffffff; margin-bottom: 12px; border-bottom: 1px solid #ffffff; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #262626; th, td { padding: 12px 8px; border: 1px solid #262626; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #ffffff; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #FEFEFE; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #ffffff; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e悪天候を味方にする全天候型\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eライディングウェアの\u003cstrong\u003e高機能素材\u003c\/strong\u003eをコーチジャケットに採用。雨風を気にせず街へ繰り出せる\u003cstrong\u003e全天候対応モデル\u003c\/strong\u003eが、あなたの行動範囲を広げます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_ec9e15fa-f02e-4d39-9fc2-e3b974e54576.jpg?v=1775616616\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスタイルと機能の融合\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e細部に宿る本物志向の証\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eオリジナルロゴ入りボタンや雨返し仕様が、細部までこだわりを表現。\u003cstrong\u003eバイカーズテイスト\u003c\/strong\u003eを際立たせ、機能美とスタイルを両立させます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_90f8b20b-7c6d-4f18-83eb-dc9fbfc75576.jpg?v=1775616617\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりが光る\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e雨も風も恐れない高機能素材\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eEI:TEX社の超撥水加工\u003c\/strong\u003eと\u003cstrong\u003e防水フィルム\u003c\/strong\u003eが、あらゆる天候下であなたをドライに保ちます。\u003cstrong\u003eシームテープ処理\u003c\/strong\u003eが水の侵入を徹底的に防ぎます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_2a4e3909-00dd-4f6b-a644-aeda098ddba4.jpg?v=1775616617\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適さを持続する秘密\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e過酷な使用条件にあるライディングウェアにも使用される高機能素材を、人気のコーチジャケットに使用。バイカーズテイストあふれるデザインに新色が追加！\u003c\/p\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e表地にEI:TEX社の超撥水コーティング「EI:Coating」を施した生地を使用し、防水フィルムをあわせることで全天候に対応。縫い目裏側にシームテープ処理を施し水の侵入を防止。\u003c\/li\u003e\n                    \u003cli\u003eフロントボタン部裏は、水の侵入を軽減する雨返し仕様を採用。\u003c\/li\u003e\n                    \u003cli\u003e各部ボタンはオリジナルのロゴ入りボタンを採用。\u003c\/li\u003e\n                    \u003cli\u003eすそ口にシルエット調整に役立つ丸ヒモ付き。丸ヒモを絞ることで、風の侵入をおさえる効果もあります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eプロテクション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e無し\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表地：ポリエステル（超撥水Ei コーティング仕様）+ 防風フィルム( ポリエステルナイロン) + シームテープ\u003c\/li\u003e\n                    \u003cli\u003e裏地：無し\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eサイズは日本サイズ(メンズ)です。Sサイズは男女兼用のユニセックスサイズです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e製品サイズ・参考ヌードサイズは画像一覧よりご確認いただけます。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) と 注意事項セクション (Notes) は情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"ACE CAFE LONDON","offers":[{"title":"チャコール \/ S(ユニセックス)","offer_id":49508416454896,"sku":"AS2501WS-CHA\/S","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ M","offer_id":49508416487664,"sku":"AS2501WS-CHA\/M","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ L","offer_id":49508416520432,"sku":"AS2501WS-CHA\/L","price":17600.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ XL","offer_id":49508416553200,"sku":"AS2501WS-CHAXL","price":17600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_ec9e15fa-f02e-4d39-9fc2-e3b974e54576.jpg?v=1775616616"},{"product_id":"roj1007","title":"ライトミリタリージャケット【WOMEN】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #000000; \n      font-family: \"Radio Canada Big\", Nunito, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #ffffff;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #262626;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #ffffff; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #ffffff; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #ffffff; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #CCCCCC; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ffffff40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #262626;\n      border-radius: 0px;\n      background-color: #000000; \n      color: #ffffff;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #ffffff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #000000; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #ffffff; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #262626; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #000000; color: #ffffff; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #ffffff; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #CCCCCC; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #ffffff; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #CCCCCC; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ffffff; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #ffffff; margin-bottom: 12px; border-bottom: 1px solid #ffffff; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #262626; th, td { padding: 12px 8px; border: 1px solid #262626; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #ffffff; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #FEFEFE; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #ffffff; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e粋なミリタリー 大人の花柄ブルゾン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eハードなミリタリーデザインに、袖の花柄刺繍がフェミニンさを添えます。ゆったりとしたオーバーサイズでありながら、袖や裾のくしゅくしゅ感が女性らしさを引き立て、\u003cstrong\u003eボーイッシュになりすぎない絶妙なバランス\u003c\/strong\u003eを実現。インナーダウンとの重ね着も自在で、長い季節を楽しめる一着です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_facd3990-0a25-4fba-9aaa-cbb5ad681b69.jpg?v=1766546883\" class=\"img-fluid d-block w-100 product-img\" alt=\"甘辛ミックスで私らしいスタイルへ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e甘辛ミックスで私らしいスタイルへ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e暖かさと安心を纏う多機能アウター\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肌に触れる裏地は起毛フリース素材で、優しく包み込むような暖かさをもたらします。風を通しにくいTPU加工の表地が外気をシャットアウトし、寒い日の外出も快適に。肩や肘、脊椎、胸部には\u003cstrong\u003eプロテクターを標準装備\u003c\/strong\u003eし、さりげなくあなたの安全を守ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_ee3f824c-0607-47e8-b455-c04b691921cf.jpg?v=1766546883\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部に宿る着心地とプロテクション\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る着心地とプロテクション\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性を彩る3つの表情カラー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e精巧な花柄刺繍が映えるカーキ、クリーンで洗練された印象のライトグレー、そしてモードな着こなしを叶えるブラック。それぞれのカラーが異なる表情を見せ、お手持ちのワードローブに合わせて無限のコーディネートが楽しめます。あなただけのスタイルを見つけてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_23821449-08c5-454d-8337-6fb22c34dd9a.jpg?v=1766546883\" class=\"img-fluid d-block w-100 product-img\" alt=\"どんなシーンにも溶け込む多様な選択\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんなシーンにも溶け込む多様な選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eRossoならではのバランス感を実現したフライトジャケット風ブルゾン。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eハードなミリタリー風とフェミニンなディテールの新機軸デザイン\u003c\/li\u003e\n          \u003cli\u003eインナーダウンジャケットとの重ね着を考慮した中綿無し仕様\u003c\/li\u003e\n          \u003cli\u003e長い期間着用できる、納得のコストパフォーマンス\u003c\/li\u003e\n          \u003cli\u003eオーバーサイズながら袖や裾のくしゅくしゅ表現でボーイッシュになりすぎない\u003c\/li\u003e\n          \u003cli\u003eオシャレで機能的なプロテクションウェア\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能性・プロテクション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e安全性を高めるための充実したプロテクター標準装備。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e肩、肘ウレタンプロテクター標準装着\u003c\/li\u003e\n          \u003cli\u003e脊椎・胸部メッシュプロテクター標準装備\u003c\/li\u003e\n          \u003cli\u003e後付け胸部プロテクター用面ファスナー装備\u003c\/li\u003e\n          \u003cli\u003e右後肩にリフレクター刺繍\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ規格\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eRossoStyleLab独自の規格「L+」\u003c\/li\u003e\n          \u003cli\u003e「L+」はLLサイズに相当します\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地: ナイロン 100%（TPU加工）\u003c\/li\u003e\n          \u003cli\u003e裏地: 起毛フリース\/ポリエステル 100%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"RossoStyleLab","offers":[{"title":"KHAKI \/ S","offer_id":48626266145008,"sku":"ROJ1007-KH\/S","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKI \/ M","offer_id":48626266177776,"sku":"ROJ1007-KH\/M","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKI \/ L","offer_id":48626266210544,"sku":"ROJ1007-KH\/L","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKI \/ L+","offer_id":48626266243312,"sku":"ROJ1007-KH\/L+","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ S","offer_id":48626266276080,"sku":"ROJ1007-KH\/S","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ M","offer_id":48626266308848,"sku":"ROJ1007-LGY\/M","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ L","offer_id":48626266341616,"sku":"ROJ1007-LGY\/L","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ L+","offer_id":48626266374384,"sku":"ROJ1007-LGY\/L+","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ S","offer_id":48626266407152,"sku":"ROJ1007-BK\/S","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":48626266439920,"sku":"ROJ1007-BK\/M","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":48626266472688,"sku":"ROJ1007-BK\/L","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L+","offer_id":48626266505456,"sku":"ROJ1007-BK\/L+","price":28600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_facd3990-0a25-4fba-9aaa-cbb5ad681b69.jpg?v=1766546883"},{"product_id":"ss2602mj","title":"See-through Stadium Mesh Jacket BK\/BK\/S","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #000000; \n      font-family: \"Radio Canada Big\", Nunito, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #ffffff;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #262626;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #ffffff; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #ffffff; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #ffffff; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #CCCCCC; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ffffff40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #262626;\n      border-radius: 0px;\n      background-color: #000000; \n      color: #ffffff;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #ffffff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #000000; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #ffffff; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #262626; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #000000; color: #ffffff; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #ffffff; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #CCCCCC; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #ffffff; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #CCCCCC; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ffffff; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #ffffff; margin-bottom: 12px; border-bottom: 1px solid #ffffff; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #262626; th, td { padding: 12px 8px; border: 1px solid #262626; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #ffffff; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #FEFEFE; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #ffffff; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e街乗り快適、普段着るスタジャン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e街に溶け込むスタジャンモチーフは、バイクを降りても違和感なく普段使いできます。走行風をダイレクトに通す\u003cstrong\u003eシースルーメッシュ\u003c\/strong\u003eが、夏でも驚くほど涼しく快適な着心地を実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_be302633-a10c-40f6-a2f4-e935e7a2e3df.jpg?v=1775616762\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eおしゃれと快適さを両立\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e計算されたメッシュで涼しく安心\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e吸汗速乾裏地と組み合わせたシースルーメッシュは、抜群の風通しと同時に、透け感を軽減する工夫が施されています。肩、肘、背中に標準装備されたプロテクターが、万が一の安全性も確保します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_06c52688-9bac-4f72-8a24-b14eb3c36689.jpg?v=1775616762\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e機能美とプロテクション\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eあらゆる体型にフィット、動きやすい\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e腕の稼働がスムーズな\u003cstrong\u003eラグランスリーブ\u003c\/strong\u003eが、肩のラインを美しく見せ、どんな体型の方にも快適にフィットします。着脱可能なフードや高輝度リフレクターが、シーンを選ばない安心感をサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_835fb49f-d27d-484e-94cd-dd2cda344fb3.jpg?v=1775616762\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eユニセックス、シーンを選ばず\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e涼しさと軽量化をもとめたシースルーメッシュモデル。街やカフェにとけこみやすいスタジャンをモチーフにし、バイクから離れても普段着感覚で着用ができます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e表地に走行風をダイレクトに通すシースルーメッシュを使用し、抜群の風通しと軽量化に加え、吸汗速乾性裏地との相乗効果により気化熱効果を促進します。\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾性裏地には、表地と異なるホール形状のブラック生地をあわせ、直射日光による紫外線や熱、ラージホールメッシュ生地にありがちな極端な透け感を軽減しています。\u003c\/li\u003e\n          \u003cli\u003e裾と袖口にはカジュアルなリブ仕様を採用。\u003c\/li\u003e\n          \u003cli\u003e腕の稼働がスムーズなラグランスリーブを採用することで、肩のラインが固定されないため、華奢な方もガッチリ体型の方も美しく着こなせます。\u003c\/li\u003e\n          \u003cli\u003eフードは着脱可能なため、その日のスタイリングに合わせて2タイプのシルエットを楽しめます。\u003c\/li\u003e\n          \u003cli\u003eフードのバタつきを抑えるフードストラップを採用。\u003c\/li\u003e\n          \u003cli\u003eフード部と襟の反射材には、広角・高輝度リフレクター「Ei REFRECT」材を使用し、夜間走行時の外部からの視認性を確保します。\u003c\/li\u003e\n          \u003cli\u003e胸、腕には刺繍ワッペンを使用。\u003c\/li\u003e\n          \u003cli\u003e各部ボタンはオリジナルのロゴ入りボタンを採用。\u003c\/li\u003e\n          \u003cli\u003e乗車時にタンクとの接触を軽減するスクラッチガードを採用。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eプロテクション機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e万が一の際の安全性を確保するため、プロテクション機能を標準装備し、オプションでさらなる強化も可能です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e肩、肘、背中：着脱式プロテクションパッド標準装備\u003c\/li\u003e\n          \u003cli\u003e胸部プロテクターポケットを装備\u003c\/li\u003e\n          \u003cli\u003ePOi DESIGNS製とAGV SPORTS製の胸部プロテクター全タイプの装着が可能（別売り）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※CPL-001S（女性用プロテクター）を使用の際は、プロテクターに付属のメッシュポケットをポケット内に入れてご使用ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e高度なプロテクションとして、「POi DESIGNS」製プロテクターを肩、肘、背中にそれぞれ換装可能。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地：ポリエステルナイロンメッシュ（シースルーメッシュ）\u003c\/li\u003e\n          \u003cli\u003e裏地：吸汗速乾ナイロンメッシュ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズは日本サイズ（メンズ）です。\u003c\/li\u003e\n          \u003cli\u003eSサイズは男女兼用のユニセックスサイズです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ACE CAFE LONDON","offers":[{"title":"ブラック\/ブラック \/ S(ユニセックス)","offer_id":49491653099760,"sku":"SS2602MJBKBKS","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラック \/ M","offer_id":49491653132528,"sku":"SS2602MJBKBKM","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラック \/ L","offer_id":49491653165296,"sku":"SS2602MJBKBKL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック\/ブラック \/ XL","offer_id":49491653198064,"sku":"SS2602MJBKBKXL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト\/ブラック \/ S(ユニセックス)","offer_id":49491653230832,"sku":"SS2602MJPWBKS","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト\/ブラック \/ M","offer_id":49491653263600,"sku":"SS2602MJPWBKM","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト\/ブラック \/ L","offer_id":49491653296368,"sku":"SS2602MJPWBKL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト\/ブラック \/ XL","offer_id":49491653329136,"sku":"SS2602MJPWBKXL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト\/バーガンディ \/ S(ユニセックス)","offer_id":49491653361904,"sku":"SS2602MJPWBDS","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト\/バーガンディ \/ M","offer_id":49491653394672,"sku":"SS2602MJPWBDM","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト\/バーガンディ \/ L","offer_id":49491653427440,"sku":"SS2602MJPWBDL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト\/バーガンディ \/ XL","offer_id":49491653460208,"sku":"SS2602MJPWBDXL","price":29700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_be302633-a10c-40f6-a2f4-e935e7a2e3df.jpg?v=1775616762"},{"product_id":"ss2603mj","title":"See-through Mesh Jacket","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #000000; \n      font-family: \"Radio Canada Big\", Nunito, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #ffffff;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #262626;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #ffffff; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #ffffff; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #ffffff; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #CCCCCC; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ffffff40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #262626;\n      border-radius: 0px;\n      background-color: #000000; \n      color: #ffffff;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #ffffff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #000000; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #ffffff; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #262626; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #000000; color: #ffffff; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #ffffff; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #CCCCCC; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #ffffff; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #CCCCCC; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ffffff; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #ffffff; margin-bottom: 12px; border-bottom: 1px solid #ffffff; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #262626; th, td { padding: 12px 8px; border: 1px solid #262626; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #ffffff; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DDDDDD; background: #FEFEFE; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #ffffff; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e真夏のツーリングを快適に、軽やかに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e走行風をダイレクトに体感できる\u003cstrong\u003eシースルーメッシュ\u003c\/strong\u003eが、夏のライディングにこの上ない涼しさをもたらします。どんな車両にも合わせやすい\u003cstrong\u003eシンプルなデザイン\u003c\/strong\u003eで、スタイリッシュな旅の始まりを予感させる一着。標準装備のプロテクターが安心感を高めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_15b9e802-280a-47e6-9eea-4abe665df936.jpg?v=1775616614\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e夏を纏う、ライダーの選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e涼しさとスマートさを両立する独自素材\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e表地に走行風を通すメッシュ、裏地には吸汗速乾性素材を組み合わせ、\u003cstrong\u003e気化熱効果\u003c\/strong\u003eを促進。透け感を軽減する工夫が施されており、スマートな印象を保ちます。フードと裾のドローコード、カジュアルなリブ仕様が、動きやすさと着心地の良さを高めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_1cee90bb-717f-4475-b8d1-2a17cb47421f.jpg?v=1775616612\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e風通る、肌触り爽快メッシュ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eバイクを降りても、洗練されたスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eカジュアルなリブ仕様や個性的な刺繍ワッペン、オリジナルロゴ入りボタンが、バイクシーンだけでなく\u003cstrong\u003e日常使いにも溶け込むデザイン\u003c\/strong\u003e。バタつきを抑えるフードストラップやタンクとの接触を軽減するスクラッチガードなど、\u003cstrong\u003e細部までライダーへの配慮\u003c\/strong\u003eが光ります。\u003cstrong\u003eSサイズは男女問わず着用\u003c\/strong\u003eいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_c2972ef7-1a59-475e-ae0c-008cd40b79be.jpg?v=1775616612\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e街でも映える、大人のライディング\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\/機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e涼しさと軽量化を求めたシースルーメッシュモデルです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e表地に走行風をダイレクトに通すシースルーメッシュを使用し、抜群の風通しと軽量化を実現。\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾性裏地との相乗効果により気化熱効果を促進。\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾性裏地には、表地と異なるホール形状のブラック生地を合わせ、直射日光による紫外線や熱、ラージホールメッシュ生地にありがちな極端な透け感を軽減しています。\u003c\/li\u003e\n          \u003cli\u003e様々な車両に合わせやすいシンプルなデザイン。\u003c\/li\u003e\n          \u003cli\u003eフードと裾の調整にドローコードを使用し、袖口はカジュアルなリブ仕様。\u003c\/li\u003e\n          \u003cli\u003eフードのバタつきを抑えるフードストラップを採用。\u003c\/li\u003e\n          \u003cli\u003eフード部の反射材に、広角・高輝度リフレクター「Ei REFRECT」材を使用し、夜間走行時の外部からの視認性を確保します。\u003c\/li\u003e\n          \u003cli\u003e胸、腕には刺繍ワッペンを使用。\u003c\/li\u003e\n          \u003cli\u003e各部ボタンはオリジナルのロゴ入りボタンを採用。\u003c\/li\u003e\n          \u003cli\u003e乗車時にタンクとの接触を軽減するスクラッチガードを採用。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eプロテクション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e走行時の安全性を高めるプロテクション機能を装備しています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e肩、肘、背中：着脱式プロテクションパッド標準装備。\u003c\/li\u003e\n          \u003cli\u003e胸部プロテクターポケットを装備。POi DESIGNS製とAGV SPORTS製の胸部プロテクター全タイプの装着が可能（別売り）。\u003c\/li\u003e\n          \u003cli\u003e高度なプロテクションとして、「POi DESIGNS」製プロテクターを肩、肘、背中にそれぞれ換装可能。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※CPL-001S（女性用プロテクター）をご使用の際は、プロテクターに付属のメッシュポケットをポケット内に入れてご使用ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地：ポリエステルナイロンメッシュ（シースルーメッシュ）\u003c\/li\u003e\n          \u003cli\u003e裏地：吸汗速乾ナイロンメッシュ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズは日本サイズ（メンズ）です。\u003c\/li\u003e\n          \u003cli\u003eSサイズは男女兼用のユニセックスサイズです。\u003c\/li\u003e\n          \u003cli\u003e製品サイズ・参考ヌードサイズは画像一覧よりご確認いただけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- 入力データにサイズ表の画像パスが直接指定されていないため、画像タグは含めません --\u003e\n        \u003c!-- もし画像が存在する場合の配置例: --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"path\/to\/size_chart.jpg\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n  \u003c!-- 発送案内セクションと注意事項セクションは、入力データに該当する情報がないため出力しません。 --\u003e\n\u003c\/div\u003e","brand":"ACE CAFE LONDON","offers":[{"title":"ブラック \/ S(ユニセックス)","offer_id":49508415963376,"sku":"SS2603MJ-BK\/S","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ M","offer_id":49508415996144,"sku":"SS2603MJ-BK\/M","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ L","offer_id":49508416028912,"sku":"SS2603MJ-BK\/L","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ XL","offer_id":49508416061680,"sku":"SS2603MJ-BK\/XL","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ S(ユニセックス)","offer_id":49508416094448,"sku":"SS2603MJ-PW\/S","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"プラチナホワイト \/ M","offer_id":49508416127216,"sku":"SS2603MJ-PW\/M","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ L","offer_id":49508416159984,"sku":"SS2603MJ-PW\/L","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"プラチナホワイト \/ XL","offer_id":49508416192752,"sku":"SS2603MJ-PW\/XL","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ S(ユニセックス)","offer_id":49508416225520,"sku":"SS2603MJ-CHA\/S","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ M","offer_id":49508416258288,"sku":"SS2603MJ-CHA\/M","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ L","offer_id":49508416291056,"sku":"SS2603MJ-CHA\/L","price":28600.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ XL","offer_id":49508416323824,"sku":"SS2603MJ-CHAXL","price":28600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_15b9e802-280a-47e6-9eea-4abe665df936.jpg?v=1776221357"}],"url":"https:\/\/histride.we-shop.jp\/collections\/%e6%98%a5%e5%a4%8f%e3%82%b8%e3%83%a3%e3%82%b1%e3%83%83%e3%83%88-1.oembed","provider":"Histride（ヒストライド）","version":"1.0","type":"link"}