{"title":"ブラウン","description":"\u003cp\u003eブラウン\u003c\/p\u003e","products":[{"product_id":"12-3105","title":"TBロゴ刺繍 キャップ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \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-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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\/0638\/5251\/1293\/files\/download_29582cd2-9f32-428a-a7c1-2e7c8a0c9fed.jpg?v=1776754724\" 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\/0638\/5251\/1293\/files\/download_4dc3405e-5eb1-4a4c-a81b-9c4c6ba32e87.jpg?v=1776754724\" 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。計算されたシルエットが、360度どこから見ても抜かりないスタイルを完成させます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_177c6508-4094-49b9-960b-bd9c191eb414.jpg?v=1776754724\" 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    \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\u003c\/div\u003e","brand":"TURNBULENCE","offers":[{"title":"BLACK \/ 56-59","offer_id":43035699478589,"sku":"12-3105-black","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"ALLBLACK \/ 56-59","offer_id":43035699511357,"sku":"12-3105-allblack","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"CAMO \/ 56-59","offer_id":43035699544125,"sku":"12-3105-camo","price":2300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_29582cd2-9f32-428a-a7c1-2e7c8a0c9fed.jpg?v=1776754724"},{"product_id":"12-4054","title":"TBバイザー刺繍 キャップ　BIGサイズ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \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-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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を約束する逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_ed47dd18-2d17-4f74-91f5-6f11f3077cd0.jpg?v=1776754177\" 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\/0638\/5251\/1293\/files\/download_5ce81cc0-4c58-47b8-ab6a-02d7a1440917.jpg?v=1776754177\" 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後ろ姿まで美しく設計されたフォルムは、360度どこから見ても抜かりありません。\u003cstrong\u003e約59～63cmに対応するBIGサイズ\u003c\/strong\u003eで、\u003cstrong\u003e頭の大きい方も締め付け感なく、理想のフィット感\u003c\/strong\u003eを実現します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_ab926481-3334-4a33-a640-1469eee7d770.jpg?v=1776754177\" 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    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eTBバイザー刺繍 キャップは、以下の特徴を持つ万能なデザインです。\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\u003eBIGサイズ設計により、頭のサイズを気にせず快適に着用いただけます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e対応サイズ: 59～63cm\u003c\/li\u003e\n                \u003cli\u003e通常サイズよりも大きいゆったり設計\u003c\/li\u003e\n                \u003cli\u003eストレスフリーな被り心地\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+IMAGE+REQUIRED\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズチャート\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"TURNBULENCE","offers":[{"title":"BLACK \/ 59-63","offer_id":43035699839037,"sku":"12-4054-black","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"GRAY \/ 59-63","offer_id":43035699871805,"sku":"12-4054-gray","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"CAMO \/ 59-63","offer_id":43035699904573,"sku":"12-4054-camo","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_ed47dd18-2d17-4f74-91f5-6f11f3077cd0.jpg?v=1776754177"},{"product_id":"37-8316","title":"スウェット ジープ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \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-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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\/0638\/5251\/1293\/files\/download_eb396bbe-0605-45ca-8ac7-c0eeabc0bb71.jpg?v=1773206939\" 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\/0638\/5251\/1293\/files\/download_281ca8a3-0750-4b7b-bf2a-ef773ebcea5b.jpg?v=1773206939\" 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\/0638\/5251\/1293\/files\/download_b07b6855-e453-4999-817f-089afd4d589e.jpg?v=1773206939\" 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=\"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      \n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ナカシマ","offers":[{"title":"BLACK \/ 57.5","offer_id":43035700920381,"sku":"37-8316-black","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"BROWN \/ 57.5","offer_id":43035700953149,"sku":"37-8316-brown","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"C\/GRAY \/ 57.5","offer_id":43035700985917,"sku":"37-8316-cgray","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"L\/GRAY \/ 57.5","offer_id":43035701018685,"sku":"37-8316-lgray","price":2300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_eb396bbe-0605-45ca-8ac7-c0eeabc0bb71.jpg?v=1773206939"},{"product_id":"90wds-041","title":"WOODSダメージウォッシュキャップ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \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-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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ダメージ加工が魅力の WOODSキャップ\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\/0638\/5251\/1293\/files\/download_02282414-506a-4596-ae45-7e7d096c6cc5.jpg?v=1773206955\" class=\"img-fluid d-block w-100 product-img\" alt=\"長年使い込んだような風合いのWOODSキャップ\"\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\/0638\/5251\/1293\/files\/download_e3e637f9-6b68-4076-b839-1764f13527b8.jpg?v=1776752344\" class=\"img-fluid d-block w-100 product-img\" alt=\"フロントに立体刺繍が施されたWOODSキャップ\"\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\/0638\/5251\/1293\/files\/download_3f4415b2-a064-4f47-b78a-85c93fa5c35f.jpg?v=1776752344\" class=\"img-fluid d-block w-100 product-img\" alt=\"後頭部まで美しいシルエットのWOODSキャップ\"\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カナダ発の本格派アウトドアブランド、WOODSのキャップです。個性を引き立てる加工が魅力です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eピグメント加工\u003c\/strong\u003eによる独特の色ムラとヴィンテージ感\u003c\/li\u003e\n          \u003cli\u003e長年使い込んだような\u003cstrong\u003eダメージ加工\u003c\/strong\u003e\n\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\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=\"basic-list\"\u003e\n          \u003cli\u003e素材: コットンなど、使い込むほどに馴染む生地\u003c\/li\u003e\n          \u003cli\u003e生産国: (情報なし)\u003c\/li\u003e\n          \u003cli\u003eブランド: WOODS (カナダ発)\u003c\/li\u003e\n          \u003cli\u003e商品コード: (情報なし)\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"care-icons\"\u003e\n          \u003c!-- 洗濯表示や機能アイコンの画像情報がないため、画像は配置していません。 --\u003e\n          \u003c!-- 必要に応じてここにimgタグを配置してください。 --\u003e\n        \u003c\/div\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":"WOODS","offers":[{"title":"BLACK \/ 56-59","offer_id":43035702689853,"sku":"90WDS-041-black","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"BROWN \/ 56-59","offer_id":43035702722621,"sku":"90WDS-041-brown","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_02282414-506a-4596-ae45-7e7d096c6cc5.jpg?v=1773206955"}],"url":"https:\/\/hat-beat.we-shop.jp\/collections\/brown.oembed","provider":"HAT BEAT","version":"1.0","type":"link"}