{"title":"2025年新作","description":"","products":[{"product_id":"fs2501sj","title":"WP Softshell PaddocK 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超撥水Ei:Coating\u003c\/strong\u003eと\u003cstrong\u003e防風フィルム\u003c\/strong\u003eが雨風をシャットアウト。高機能中綿\u003cstrong\u003eSORONA AURA\u003c\/strong\u003eが優れた保温性を長時間保ちます。重厚感を排した設計で、街でも映える洗練された佇まいです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_b9726df7-d006-43fa-9571-59194fe12582.png?v=1766545045\" 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\u003eACECAFEロゴ\u003c\/strong\u003eは、日中の存在感を際立たせます。フード部の\u003cstrong\u003e再帰性反射素材Ei REFLECT\u003c\/strong\u003eは、広範囲を照らし、夜間走行時の安全性を飛躍的に高めるよう設計されています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_d3202a22-6933-4de1-9b2e-91ea15dcb886.png?v=1766545045\" 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\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_a60f28f2-9eca-4175-bc32-d1c849948750.jpg?v=1766545045\" 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=\"benefit-list\"\u003e\n          \u003cli\u003e大判のACECAFEロゴやグラフィックがその存在を主張\u003c\/li\u003e\n          \u003cli\u003e超撥水Ei:Coating生地を採用\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表地に撥水コーティング「EI:TEX EI:Coating」を施したソフトシェル生地を採用\u003c\/li\u003e\n          \u003cli\u003e裏面に防風フィルムを圧着し、しっかりとした張り感のある防水生地を実現\u003c\/li\u003e\n          \u003cli\u003e中綿に高機能中綿「SORONA AURA」を使用し、ジャケット内の暖気を長時間キープ\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フード部に再帰性反射素材「Ei REFLECT」を使用し、夜間走行時の視認性を確保\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        \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        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003ePOi DESIGNS製とAGV SPORTS製の胸部プロテクター全タイプの装着が可能（別売り）\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e※CPL-001S（女性用プロテクター）を使用の際は、プロテクターに付属のメッシュポケットに入れてご使用ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"benefit-list\"\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地：ポリエステル（超撥水Ei コーティング仕様）+防風フィルム+中綿(SORONA AURA)\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=\"basic-list\"\u003e\n          \u003cli\u003eサイズは日本サイズ（メンズ）です。\u003c\/li\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  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) および 注意事項セクション (Notes) は情報がないため出力しません。 --\u003e\n\n\u003c\/div\u003e","brand":"ACE CAFE LONDON","offers":[{"title":"ブラック \/ S(ユニセックス)","offer_id":48626104434928,"sku":"FS2501SJ-BK\/S","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ M","offer_id":48626104467696,"sku":"FS2501SJ-BK\/M","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ L","offer_id":48626104500464,"sku":"FS2501SJ-BK\/L","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ XL","offer_id":48626104533232,"sku":"FS2501SJ-BK\/XL","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ S(ユニセックス)","offer_id":48626104566000,"sku":"FS2501SJ-MGR\/S","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン \/ M","offer_id":48626104598768,"sku":"FS2501SJ-MGR\/M","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン \/ L","offer_id":48626104631536,"sku":"FS2501SJ-MGR\/L","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン \/ XL","offer_id":48626104664304,"sku":"FS2501SJ-MGRXL","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ S(ユニセックス)","offer_id":48626104697072,"sku":"FS2501SJ-CHA\/S","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ M","offer_id":48626104729840,"sku":"FS2501SJ-CHA\/M","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ L","offer_id":48626104762608,"sku":"FS2501SJ-CHA\/L","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ XL","offer_id":48626104795376,"sku":"FS2501SJ-CHAXL","price":35200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_b9726df7-d006-43fa-9571-59194fe12582.png?v=1766545045"},{"product_id":"fs2502sj","title":"WP Softshell Warm Blouson","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を融合しました。ライディングジャケットの重厚感を排した軽快なスタイルで、日常使いからツーリングまで幅広く活躍します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_537411db-0f82-46cd-b4eb-fd7f7f80178e.png?v=1772502216\" 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\u003eEi REFLECT\u003c\/strong\u003e」は、夜間の視認性を飛躍的に高め、安全を護ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_2e7bc3e3-066a-4046-8a1d-f52359399a0e.png?v=1772502216\" 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\u003eSORONA AURA\u003c\/strong\u003eがためこんだ熱を長時間蓄え、冷気を遮断する止水ファスナーとフラップの二重構造。肩・肘・背中の着脱式プロテクションパッドも標準装備し、冬のライディングを快適かつ安全にサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_dae92ab9-271f-4223-af9a-c6f8feb923c7.jpg?v=1772502216\" 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    \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街に融合しやすいフード付きブルゾンスタイルに、超撥水\/防水\/防風機能を融合した、ショート丈のウインターブルゾンです。大判のACECAFEロゴやグラフィックがその存在を主張する超撥水Ei:Coating生地を採用し、ライディングジャケットの重厚感を排し軽快なスタイルを実現しました。\u003c\/p\u003e\n                \u003cp\u003e機能性：\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e表地には撥水コーティング「EI:TEX EI:Coating」を施し、裏面に防風フィルムを圧着することで、しっかりとした張り感のある防水生地を実現。雨や冷気の侵入を効果的に防ぎ、ライダーを悪天候から守ります。\u003c\/li\u003e\n                    \u003cli\u003e中綿には高機能中綿「SORONA AURA」を使用し、ためこんだ熱を長時間蓄熱。ジャケット内の暖気をキープします。\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フード部に再帰性反射素材「Ei REFLECT」を使用し、夜間走行時の視認性を確保します。\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\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\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表地：ポリエステル（超撥水Ei コーティング仕様）+防風フィルム+中綿(SORONA AURA)\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(ユニセックス)","offer_id":48626104828144,"sku":"FS2502SJ-BK\/S","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ M","offer_id":48626104860912,"sku":"FS2502SJ-BK\/M","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ L","offer_id":48626104893680,"sku":"FS2502SJ-BK\/L","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ XL","offer_id":48626104926448,"sku":"FS2502SJ-BK\/XL","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ S(ユニセックス)","offer_id":48626104959216,"sku":"FS2502SJ-MGR\/S","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ M","offer_id":48626104991984,"sku":"FS2502SJ-MGR\/M","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン \/ L","offer_id":48626105024752,"sku":"FS2502SJ-MGR\/L","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン \/ XL","offer_id":48626105057520,"sku":"FS2502SJ-MGRXL","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ S(ユニセックス)","offer_id":48626105090288,"sku":"FS2502SJ-CHA\/S","price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ M","offer_id":48626105123056,"sku":"FS2502SJ-CHA\/M","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ L","offer_id":48626105155824,"sku":"FS2502SJ-CHA\/L","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ XL","offer_id":48626105188592,"sku":"FS2502SJ-CHAXL","price":35200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_537411db-0f82-46cd-b4eb-fd7f7f80178e.png?v=1772502216"},{"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":"fs2501ws","title":"WP Warm Coach 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  \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を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_286d93ff-31f4-4b00-9c67-7205ccac4b35.png?v=1766545153\" 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\u003e確かな防寒性能\u003c\/strong\u003eが快適な走りを支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_55f44c22-c28b-4381-93d2-c442cc6f342c.png?v=1766545136\" 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超撥水EIコーティング\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_8b30b018-d8ec-4ad3-81f4-63a7eb8ce8ac.jpg?v=1766545137\" 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    \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        \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表地には撥水コーティング「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\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        \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表地: ポリエステル（超撥水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\u003eサイズ選びの参考にしてください。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズは日本サイズ(メンズ)です。\u003c\/li\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\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本製品にはプロテクション機能はございませんのでご注意ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ACE CAFE LONDON","offers":[{"title":"ブラック \/ S(ユニセックス)","offer_id":48626110103792,"sku":"FS2501WS-BK\/S","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ M","offer_id":48626110136560,"sku":"FS2501WS-BK\/M","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ L","offer_id":48626110169328,"sku":"FS2501WS-BK\/L","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ XL","offer_id":48626110202096,"sku":"FS2501WS-BK\/XL","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ S(ユニセックス)","offer_id":48626110234864,"sku":"FS2501WS-MGR\/S","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ M","offer_id":48626110267632,"sku":"FS2501WS-MGR\/M","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン \/ L","offer_id":48626110300400,"sku":"FS2501WS-MGR\/L","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ XL","offer_id":48626110333168,"sku":"FS2501WS-MGRXL","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ S(ユニセックス)","offer_id":48626110365936,"sku":"FS2501WS-CHA\/S","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"チャコール \/ M","offer_id":48626110398704,"sku":"FS2501WS-CHA\/M","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ L","offer_id":48626110431472,"sku":"FS2501WS-CHA\/L","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール \/ XL","offer_id":48626110464240,"sku":"FS2501WS-CHAXL","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_286d93ff-31f4-4b00-9c67-7205ccac4b35.png?v=1766545153"},{"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":"unj142w","title":"アーバンソフトシェルジャケット【WOMEN】","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が、身体に沿いながらも締め付けない快適さを実現します。洗練されたシルエットで、バイクシーンから日常まで、あらゆる瞬間にフィットする一着です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_b1a6df4b-5326-4972-9cf8-8f84cccda72b.jpg?v=1766546786\" 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がもたらすのは、どんな動きにも追従するストレスフリーな着心地です。肩周りの負担を感じさせず、長時間のライディングも心地よくサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_1dc0c922-a18c-45dc-83c3-c13b9dfd3f29.jpg?v=1766546787\" 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で急な天候変化にも動じず、内ボアが首元を優しく包み込みます。プロテクター標準装備で、どんな道も安心感に包まれます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_52da2b11-a425-4f94-a597-b06be5645f5f.jpg?v=1766546786\" 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  \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=\"basic-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        \u003cul class=\"basic-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        \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\u003eRossoStyleLab独自の規格に関する補足です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e「M+」はMのワイドサイズに相当します。\u003c\/li\u003e\n          \u003cli\u003e「L+」はLLサイズに相当します。\u003c\/li\u003e\n          \u003cli\u003e「LL+」は3Lサイズに相当します。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/via.placeholder.com\/600x400?text=SIZE+CHART+PLACEHOLDER\" class=\"img-fluid d-block w-100\" alt=\"アーバンソフトシェルジャケットのサイズチャート\"\u003e\n        \u003c\/div\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%\u003c\/li\u003e\n          \u003cli\u003e裏地：ボアフリース\/ポリエステル 100%\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":"urbanism","offers":[{"title":"LIGHT GRAY \/ WS","offer_id":48626244190448,"sku":"UNJ142W-LGY\/WS","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ WM","offer_id":48626244223216,"sku":"UNJ142W-LGY\/WM","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ WL","offer_id":48626244255984,"sku":"UNJ142W-LGY\/WL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ WS","offer_id":48626244288752,"sku":"UNJ142W-LKH\/WS","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ WM","offer_id":48626244321520,"sku":"UNJ142W-LKH\/WM","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ WL","offer_id":48626244354288,"sku":"UNJ142W-LKH\/WL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ WS","offer_id":48626244387056,"sku":"UNJ142W-BK\/WS","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ WM","offer_id":48626244419824,"sku":"UNJ142W-BK\/WM","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ WL","offer_id":48626244452592,"sku":"UNJ142W-BK\/WL","price":29700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_b1a6df4b-5326-4972-9cf8-8f84cccda72b.jpg?v=1766546786"},{"product_id":"unj142","title":"アーバンソフトシェルジャケット","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\n  \u003c!-- 商品解説セクション (Main) - ブロック1 --\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_7c63dea9-f82f-4a4f-9eed-4e1f85a36038.jpg?v=1766546788\" 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!-- 商品解説セクション (Main) - ブロック2 --\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_dcd94694-2309-44e6-84a6-8980f9c73c58.jpg?v=1766546788\" 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!-- 商品解説セクション (Main) - ブロック3 --\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_81461ec8-fad8-4e4e-bc50-76c520f86198.jpg?v=1766546787\" 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\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      \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        \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=\"basic-list\"\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\u003e表地：ソフトシェル \/ ポリエステル 100%\u003c\/li\u003e\n        \u003cli\u003e裏地：ボアフリース \/ ポリエステル 100%\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"urbanism","offers":[{"title":"LIGHT GRAY \/ M","offer_id":48626245009648,"sku":"UNJ142-LGY\/M","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ L","offer_id":48626245042416,"sku":"UNJ142-LGY\/L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ LL","offer_id":48626245075184,"sku":"UNJ142-LGY\/LL","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GRAY \/ 3L","offer_id":48626245107952,"sku":"UNJ142-LGY\/3L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GRAY \/ LB","offer_id":48626245140720,"sku":"UNJ142-LGY\/LB","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ M","offer_id":48626245173488,"sku":"UNJ142-LKH\/M","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ L","offer_id":48626245206256,"sku":"UNJ142-LKH\/L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ LL","offer_id":48626245239024,"sku":"UNJ142-LKH\/LL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ 3L","offer_id":48626245271792,"sku":"UNJ142-LKH\/3L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ LB","offer_id":48626245304560,"sku":"UNJ142-LKH\/LB","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ M","offer_id":48626245337328,"sku":"UNJ142-BK\/M","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":48626245370096,"sku":"UNJ142-BK\/L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ LL","offer_id":48626245402864,"sku":"UNJ142-BK\/LL","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ 3L","offer_id":48626245435632,"sku":"UNJ142-BK\/3L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ LB","offer_id":48626245468400,"sku":"UNJ142-BK\/LB","price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_7c63dea9-f82f-4a4f-9eed-4e1f85a36038.jpg?v=1766546788"},{"product_id":"unj143","title":"WPパデットジャケット","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\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を備えつつ、街中も違和感なく溶け込むスタイル。どんなシーンも妥協しない${settings.WRITING_TARGET}へ贈る一着です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_25df58af-2745-4be7-95c1-f12350b758f2.jpg?v=1766546790\" 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し、あなたの日常に寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_a10cc3ea-171f-4298-935f-eea556561bb4.jpg?v=1766546789\" 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\u003eTPU加工とサーモライト中綿\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_7de7ac48-ad0f-4ae2-aad6-7b72c3d5cd58.jpg?v=1766546789\" 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\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      \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=\"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        \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          \u003cli\u003e中綿(サーモライト)：ポリエステル100%\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":"urbanism","offers":[{"title":"LIGHT KHAKI \/ S","offer_id":48626245632240,"sku":"UNJ143-LKH\/S","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ M","offer_id":48626245665008,"sku":"UNJ143-LKH\/M","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT KHAKI \/ L","offer_id":48626245697776,"sku":"UNJ143-LKH\/L","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT KHAKI \/ LL","offer_id":48626245730544,"sku":"UNJ143-LKH\/LL","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT KHAKI \/ 3L","offer_id":48626245763312,"sku":"UNJ143-LKH\/3L","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT KHAKI \/ LB","offer_id":48626245796080,"sku":"UNJ143-LKH\/LB","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"MOCHA GRAY \/ S","offer_id":48626245828848,"sku":"UNJ143-MGY\/S","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"MOCHA GRAY \/ M","offer_id":48626245861616,"sku":"UNJ143-MGY\/M","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"MOCHA GRAY \/ L","offer_id":48626245894384,"sku":"UNJ143-MGY\/L","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"MOCHA GRAY \/ LL","offer_id":48626245927152,"sku":"UNJ143-MGY\/LL","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"MOCHA GRAY \/ 3L","offer_id":48626245959920,"sku":"UNJ143-MGY\/3L","price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"MOCHA GRAY \/ LB","offer_id":48626245992688,"sku":"UNJ143-MGY\/LB","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ S","offer_id":48626246025456,"sku":"UNJ143-BK\/S","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":48626246058224,"sku":"UNJ143-BK\/M","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":48626246090992,"sku":"UNJ143-BK\/L","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ LL","offer_id":48626246123760,"sku":"UNJ143-BK\/LL","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ 3L","offer_id":48626246156528,"sku":"UNJ143-BK\/3L","price":31900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ LB","offer_id":48626246189296,"sku":"UNJ143-BK\/LB","price":31900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_25df58af-2745-4be7-95c1-f12350b758f2.jpg?v=1766546790"},{"product_id":"roj1004","title":"ミリタリーウィンタージャケット【WOMEN】","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\u003eY-WARM\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_88effecd-5a99-411f-9b42-9c857c6801e1.jpg?v=1766546878\" 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し、もしもの時も安心感に包まれます。メッシュ素材で蒸れにくく、体へのフィット感も快適。RossoStyleLab独自の\u003cstrong\u003e幅広いサイズ展開\u003c\/strong\u003eで、あなたにぴったりの一枚が見つかります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_7178ec45-6bbe-4e25-93a3-d0dc730e8e71.jpg?v=1766546879\" 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\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_59f323d9-8045-43d6-921d-c402e832cc32.jpg?v=1766546878\" 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定番人気モデルが先進素材を採用してリニューアル。リアルな質感のふわふわフェイクファーが人気のトップグレードモデルが、インナージャケットの断熱・保温層を”宇宙服素材を超える”先進の断熱材「Y-WARM」と化繊綿にバージョンアップ。\u003c\/p\u003e\n                \u003cul class=\"benefit-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                \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アクションプリーツ\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\u003eアウター\n                        \u003cul\u003e\n                            \u003cli\u003e表地：ポリエステル 100%（TPU加工）\u003c\/li\u003e\n                            \u003cli\u003e裏地：ポリエステル 100%\u003c\/li\u003e\n                            \u003cli\u003eファー部分：ポリエステル 100%\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003eインナー\n                        \u003cul\u003e\n                            \u003cli\u003e表地：ナイロン 100%\u003c\/li\u003e\n                            \u003cli\u003e裏地：ナイロン 100%\u003c\/li\u003e\n                            \u003cli\u003e中綿+Y-WARM：ポリエステル100%\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \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\"\u003eRossoStyleLab独自のサイズ規格について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eRossoStyleLab独自の規格によるサイズ表記です。ご不明な点はお気軽にお問い合わせください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e「M+」はMのワイドサイズに相当します\u003c\/li\u003e\n                    \u003cli\u003e「L+」はLLサイズに相当します\u003c\/li\u003e\n                    \u003cli\u003e「LL+」は３Lサイズに相当します\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":"RossoStyleLab","offers":[{"title":"TOP GRAY \/ S","offer_id":48626263818480,"sku":"ROJ1004-TGY\/S","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"TOP GRAY \/ M","offer_id":48626263851248,"sku":"ROJ1004-TGY\/M","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"TOP GRAY \/ M+","offer_id":48626263884016,"sku":"ROJ1004-TGY\/M+","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"TOP GRAY \/ L","offer_id":48626263916784,"sku":"ROJ1004-TGY\/L","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"TOP GRAY \/ L+","offer_id":48626263949552,"sku":"ROJ1004-TGY\/L+","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"TOP GRAY \/ LL+","offer_id":48626263982320,"sku":"ROJ1004-TGY\/LL+","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"BROWN \/ S","offer_id":48626264015088,"sku":"ROJ1004-BR\/S","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"BROWN \/ M","offer_id":48626264047856,"sku":"ROJ1004-BR\/M","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"BROWN \/ M+","offer_id":48626264080624,"sku":"ROJ1004-BR\/M+","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"BROWN \/ L","offer_id":48626264113392,"sku":"ROJ1004-BR\/L","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"BROWN \/ L+","offer_id":48626264146160,"sku":"ROJ1004-BR\/L+","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"BROWN \/ LL+","offer_id":48626264178928,"sku":"ROJ1004-BR\/LL+","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ S","offer_id":48626264211696,"sku":"ROJ1004-BK\/S","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":48626264244464,"sku":"ROJ1004-BK\/M","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ M+","offer_id":48626264277232,"sku":"ROJ1004-BK\/M+","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":48626264310000,"sku":"ROJ1004-BK\/L","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L+","offer_id":48626264342768,"sku":"ROJ1004-BK\/L+","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ LL+","offer_id":48626264375536,"sku":"ROJ1004-BK\/LL+","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"F.GRAY \/ S","offer_id":48626264408304,"sku":"ROJ1004-FGY\/S","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"F.GRAY \/ M","offer_id":48626264441072,"sku":"ROJ1004-FGY\/M","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"F.GRAY \/ M+","offer_id":48626264473840,"sku":"ROJ1004-FGY\/M+","price":43890.0,"currency_code":"JPY","in_stock":true},{"title":"F.GRAY \/ L","offer_id":48626264506608,"sku":"ROJ1004-FGY\/L","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"F.GRAY \/ L+","offer_id":48626264539376,"sku":"ROJ1004-FGY\/L+","price":43890.0,"currency_code":"JPY","in_stock":false},{"title":"F.GRAY \/ LL+","offer_id":48626264572144,"sku":"ROJ1004-FGY\/LL+","price":43890.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_88effecd-5a99-411f-9b42-9c857c6801e1.jpg?v=1766546878"},{"product_id":"roj1005","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\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_ecd1b540-79da-457e-8824-02fd7bb8f775.jpg?v=1766546879\" 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_0d60ec2e-5300-46c4-9de4-3dea0a0b6b4a.jpg?v=1766546881\" 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_2502efc5-1d2a-44d6-8f8e-0bc60c66484d.jpg?v=1766546879\" 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\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        \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=\"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フードはファスナーで取り外し可能\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「L+」はRossoStyleLab独自の規格です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\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          \u003cli\u003e中綿(サーモライト)：ポリエステル100%\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":"RossoStyleLab","offers":[{"title":"MOCHA GRAY \/ S","offer_id":48626265096432,"sku":"ROJ1005-MGY\/S","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"MOCHA GRAY \/ M","offer_id":48626265129200,"sku":"ROJ1005-MGY\/M","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"MOCHA GRAY \/ L","offer_id":48626265161968,"sku":"ROJ1005-MGY\/L","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"MOCHA GRAY \/ L+","offer_id":48626265194736,"sku":"ROJ1005-MGY\/L+","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"DARK OLIVE \/ S","offer_id":48626265227504,"sku":"ROJ1005-DOL\/S","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"DARK OLIVE \/ M","offer_id":48626265260272,"sku":"ROJ1005-DOL\/M","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"DARK OLIVE \/ L","offer_id":48626265293040,"sku":"ROJ1005-DOL\/L","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"DARK OLIVE \/ L+","offer_id":48626265325808,"sku":"ROJ1005-DOL\/L+","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"CAMO \/ S","offer_id":48626265358576,"sku":"ROJ1005-CAMO\/S","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"CAMO \/ M","offer_id":48626265391344,"sku":"ROJ1005-CAMO\/M","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"CAMO \/ L","offer_id":48626265424112,"sku":"ROJ1005-CAMO\/L","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"CAMO \/ L+","offer_id":48626265456880,"sku":"ROJ1005-CAMO\/L+","price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_ecd1b540-79da-457e-8824-02fd7bb8f775.jpg?v=1766546879"},{"product_id":"roj1006","title":"ボアウィンタージャケット【WOMEN】","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 class=\"text-emphasis\"\u003e洗練シルエット\u003c\/strong\u003eで、冬のおしゃれを格上げ。内側の\u003cstrong class=\"text-emphasis\"\u003e贅沢ボア\u003c\/strong\u003eが全身を優しく包み込み、軽やかなのに\u003cstrong class=\"text-emphasis\"\u003e驚くほどの暖かさ\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_bc086d13-17ed-403a-99e2-8400e2cbd7b3.jpg?v=1766546882\" 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 class=\"text-emphasis\"\u003e撥水・防風効果\u003c\/strong\u003e。肩肘・背中・胸部\u003cstrong class=\"text-emphasis\"\u003eプロテクター標準装備\u003c\/strong\u003eで、機能性も万全。\u003cstrong class=\"text-emphasis\"\u003e暖かなボア\u003c\/strong\u003eと\u003cstrong class=\"text-emphasis\"\u003e快適な袖裏\u003c\/strong\u003eが、\u003cstrong class=\"text-emphasis\"\u003eアクティブな冬の外出\u003c\/strong\u003eを心地よくサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_2b7cf21e-7553-44d7-bff7-19b51fe37769.jpg?v=1766546882\" 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 class=\"text-emphasis\"\u003e洗練されたニュートラルカラー\u003c\/strong\u003e。\u003cstrong class=\"text-emphasis\"\u003eゆとりのあるシルエット\u003c\/strong\u003eが\u003cstrong class=\"text-emphasis\"\u003e大人のこなれ感\u003c\/strong\u003eを演出し、着るだけで\u003cstrong class=\"text-emphasis\"\u003e抜け感のあるカジュアルスタイル\u003c\/strong\u003eが完成します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_98316a3a-b81d-4792-b1ef-641cb16071a4.jpg?v=1766546882\" 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      \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右後肩にリフレクター刺繍\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\u003eRossoStyleLab独自の「L+」サイズにも対応しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e「L+」はRossoStyleLab独自の規格です。\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        \u003cp\u003e高品質な素材を使用し、快適性と耐久性を両立しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地：ナイロン 100%（TPU加工）\u003c\/li\u003e\n          \u003cli\u003e裏地：ボアフリース\/ポリエステル 100%\u003c\/li\u003e\n          \u003cli\u003e中綿：ポリエステル100%\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":"RossoStyleLab","offers":[{"title":"KHAKI \/ S","offer_id":48626265489648,"sku":"ROJ1006-KH\/S","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKI \/ M","offer_id":48626265522416,"sku":"ROJ1006-KH\/M","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKI \/ L","offer_id":48626265555184,"sku":"ROJ1006-KH\/L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKI \/ L+","offer_id":48626265587952,"sku":"ROJ1006-KH\/L+","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"OFF WHITE \/ S","offer_id":48626265620720,"sku":"ROJ1006-OWH\/S","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"OFF WHITE \/ M","offer_id":48626265653488,"sku":"ROJ1006-OWH\/M","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"OFF WHITE \/ L","offer_id":48626265686256,"sku":"ROJ1006-OWH\/L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"OFF WHITE \/ L+","offer_id":48626265719024,"sku":"ROJ1006-OWH\/L+","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ S","offer_id":48626265751792,"sku":"ROJ1006-BK\/S","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":48626265784560,"sku":"ROJ1006-BK\/M","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":48626265817328,"sku":"ROJ1006-BK\/L","price":29700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L+","offer_id":48626265850096,"sku":"ROJ1006-BK\/L+","price":29700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/5621\/0160\/files\/download_bc086d13-17ed-403a-99e2-8400e2cbd7b3.jpg?v=1766546882"},{"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\/2025%e5%b9%b4%e6%96%b0%e4%bd%9c.oembed","provider":"Histride（ヒストライド）","version":"1.0","type":"link"}