{"title":"アウトドアコーデセット","description":"","products":[{"product_id":"product_53673207-b6c0-c9f2-3fcc-09f7ddfb2c74","title":"Nylon track jaket KGR","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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が、こなれた\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\/0714\/8519\/4309\/files\/8576b1_890b98dd4fdf4971a8ef83b0f102a81b_mv2_e9899fc3-bc20-4a82-9626-7cf0bb5194e0.jpg?v=1781246043\" 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。\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\/0714\/8519\/4309\/files\/8576b1_7daeb8b24d89425f8c8de2aa9584df87_mv2.jpg?v=1781246042\" 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    \u003c!-- 商品の特徴 --\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=\"point-list\"\u003e\n          \u003cli\u003eフロントジップは上下2方向開閉可能\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    \u003c!-- 素材・生産国 --\u003e\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          \u003cli\u003e原産国：中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- サイズ詳細 --\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        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003cth\u003e身丈\u003c\/th\u003e\n                \u003cth\u003e身巾\u003c\/th\u003e\n                \u003cth\u003e裄丈\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e65cm\u003c\/td\u003e\n                \u003ctd\u003e88cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e73cm\u003c\/td\u003e\n                \u003ctd\u003e68cm\u003c\/td\u003e\n                \u003ctd\u003e90cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e75cm\u003c\/td\u003e\n                \u003ctd\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e92cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 商品コード --\u003e\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\"\u003eKGR\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送・送料について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e色目について画像と実物との色の差が多少ございます。仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU,YAMAZARU","offers":[{"title":"M","offer_id":45041154293829,"sku":"BK-29 KGR","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041154326597,"sku":"BK-29 KGR","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041154261061,"sku":"BK-29 KGR","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_890b98dd4fdf4971a8ef83b0f102a81b_mv2_e9899fc3-bc20-4a82-9626-7cf0bb5194e0.jpg?v=1781246043"},{"product_id":"product_b0925fa2-ed74-9503-fb47-e5adfb438bd2","title":"Nylon track jaket BLK","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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が、深みのある表情を演出します。\u003cstrong\u003eゆったりとしたサイジング\u003c\/strong\u003eは、どんなインナーにも羽織りやすく、\u003cstrong\u003eトレンド感ある着こなし\u003c\/strong\u003eを実現。フロントの\u003cstrong\u003e2WAYジップ\u003c\/strong\u003eで、スタイリングの幅も広がります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_041588cf2e9e42e6a42a9baeef1a135a_mv2.jpg?v=1781246043\" 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が、\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\/0714\/8519\/4309\/files\/8576b1_c17850e7eb664222b553be65d87d1e37_mv2.jpg?v=1781246043\" 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            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eフロントジップは上下2方向開閉可能\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表地: ナイロン100%（ワッシャー加工）\u003c\/li\u003e\n                \u003cli\u003e裏地: ポリエステル100%（メッシュ）\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=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e身丈\u003c\/th\u003e\n                            \u003cth\u003e身巾\u003c\/th\u003e\n                            \u003cth\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e88cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e68cm\u003c\/td\u003e\n                            \u003ctd\u003e90cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e92cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\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            \u003cp\u003eご購入前に必ずご確認ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e画像と実物との色差が多少ございます。\u003c\/li\u003e\n                \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n                \u003cli\u003e洗濯により3~5％の縮みが生じる場合がございます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU,YAMAZARU","offers":[{"title":"M","offer_id":45041154359365,"sku":"BK-29 BLK","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041154392133,"sku":"BK-29 BLK","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041154424901,"sku":"BK-29 BLK","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_041588cf2e9e42e6a42a9baeef1a135a_mv2.jpg?v=1781246043"},{"product_id":"product_fef33c27-1203-4460-a92a-71d56fbacad5","title":"Nylon track pants KGR","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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\/0714\/8519\/4309\/files\/8576b1_601b06157355464dbedb626bb7c7dd2f_mv2.jpg?v=1781246044\" 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\/0714\/8519\/4309\/files\/8576b1_9f4a1fe4c6c249869b57fc276bdae356_mv2.jpg?v=1781246045\" 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\/0714\/8519\/4309\/files\/8576b1_3f99530ebe6048b0996fcff0fb0f1d57_mv2_2b142eb7-0ec6-45da-a72e-a34ab6cfc3e1.jpg?v=1781246044\" 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    \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            \u003cp\u003e素材:\u003c\/p\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            \u003cp\u003e機能:\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eウェスト部全体ゴムシャーリングに加えてループによるサイズ調整\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e原産国:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\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\u003eNylon track pants KGRの主なデザインポイントです。\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            \u003cp\u003e各サイズの寸法をご確認ください。（平置外側採寸）\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e総丈\u003c\/th\u003e\n                            \u003cth\u003e適正ウェスト\u003c\/th\u003e\n                            \u003cth\u003e股下\u003c\/th\u003e\n                            \u003cth\u003eワタリ巾\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e98cm\u003c\/td\u003e\n                            \u003ctd\u003e72~76cm\u003c\/td\u003e\n                            \u003ctd\u003e68cm\u003c\/td\u003e\n                            \u003ctd\u003e32cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e101cm\u003c\/td\u003e\n                            \u003ctd\u003e76~81cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e34cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e104cm\u003c\/td\u003e\n                            \u003ctd\u003e81~87cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e38cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\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\u003eご購入前に以下の点をご確認ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e色目について画像と実物との色の差が多少ございます。\u003c\/li\u003e\n                \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n                \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"YAMAZARU,KIKAZARU","offers":[{"title":"M","offer_id":45041154523205,"sku":"BK-32 KGR","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041154555973,"sku":"BK-32 KGR","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041154490437,"sku":"BK-32 KGR","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_601b06157355464dbedb626bb7c7dd2f_mv2.jpg?v=1781246044"},{"product_id":"product_be7f230b-374d-fe91-bdf7-77aa541e1475","title":"Nylon track pants BLK","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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ナイロン100%ワッシャー加工\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\/0714\/8519\/4309\/files\/8576b1_21f9a92921aa4f9aa62ff935cc4a9444_mv2_97f3f766-5478-4ae7-a39a-5a02ba7120bd.jpg?v=1781246045\" 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が、バックスタイルに個性を加えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_1d24c322193847769639cc39a4eed2fa_mv2.jpg?v=1781246045\" 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です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_fff91e6aacdb45f5a8f9f58139668787_mv2_ac6191e8-32f1-41e5-92f9-f48616e24de1.jpg?v=1781246045\" 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    \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=\"basic-list\"\u003e\n                \u003cli\u003e表地: ナイロン100% (ワッシャー加工)\u003c\/li\u003e\n                \u003cli\u003e裏地: ポリエステル100% (メッシュ)\u003c\/li\u003e\n                \u003cli\u003e原産国: 中国\u003c\/li\u003e\n            \u003c\/ul\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            \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=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e総丈\u003c\/th\u003e\n                            \u003cth\u003e適正ウェスト\u003c\/th\u003e\n                            \u003cth\u003e股下\u003c\/th\u003e\n                            \u003cth\u003eワタリ巾\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e98cm\u003c\/td\u003e\n                            \u003ctd\u003e72~76cm\u003c\/td\u003e\n                            \u003ctd\u003e68cm\u003c\/td\u003e\n                            \u003ctd\u003e32cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e101cm\u003c\/td\u003e\n                            \u003ctd\u003e76~81cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e34cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e104cm\u003c\/td\u003e\n                            \u003ctd\u003e81~87cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e38cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \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            \u003cp\u003eご購入前にご確認ください\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e画像と実物では色目に多少の差が生じる場合がございます。\u003c\/li\u003e\n                \u003cli\u003e仕上がり寸法には各箇所±1~2cmの個体差がございます。\u003c\/li\u003e\n                \u003cli\u003e洗濯により3~5％の縮みが生じる場合がございます。予めご了承下さいませ。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e北海道: 1,000円\u003c\/li\u003e\n            \u003cli\u003e沖縄（離島含む）: 1,500円\u003c\/li\u003e\n            \u003cli\u003eその他地域: 一律600円\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り、返品・交換が可能です。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料につきましては、以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品に欠陥がある場合: 当方負担\u003c\/li\u003e\n            \u003cli\u003eお客様のご都合による返品・交換の場合: お客様負担\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"YAMAZARU,KIKAZARU","offers":[{"title":"M","offer_id":45041154621509,"sku":"BK-32 BLK","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041154654277,"sku":"BK-32 BLK","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041154588741,"sku":"BK-32 BLK","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_21f9a92921aa4f9aa62ff935cc4a9444_mv2_97f3f766-5478-4ae7-a39a-5a02ba7120bd.jpg?v=1781246045"},{"product_id":"product_af1e6ee7-5336-f4e3-6737-a1dd9adaf97c","title":"2WAY Sleeve Windbreaker LGR","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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\u003e2WAYスタイル\u003c\/strong\u003e。取り外した袖パーツは後身頃の専用ポケットにスマートに収納できます。さらに\u003cstrong\u003eポケッタブル仕様\u003c\/strong\u003eで、キャディバッグにもすっきりと収まり、コースでのパフォーマンスを快適にサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_3f1663a9f4844a6588c01abcd02a11d9_mv2.jpg?v=1781246059\" 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\/0714\/8519\/4309\/files\/8576b1_53da8031b0d34ed7b8fb8d4f20c62318_mv2.jpg?v=1781246059\" 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\/0714\/8519\/4309\/files\/8576b1_383a3affd39f4cd3891de5c384945969_mv2.jpg?v=1781246060\" 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 class=\"body-text\"\u003e表地: ナイロン90%, ポリウレタン10%\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e裏地: ポリエステル100%\u003c\/p\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=\"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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eコンディションに合わせて半袖・長袖になる2WAYスタイル\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        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003cth\u003e着丈\u003c\/th\u003e\n                \u003cth\u003e身巾\u003c\/th\u003e\n                \u003cth\u003e肩巾\u003c\/th\u003e\n                \u003cth\u003e裄丈\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e68cm\u003c\/td\u003e\n                \u003ctd\u003e57cm\u003c\/td\u003e\n                \u003ctd\u003e55cm\u003c\/td\u003e\n                \u003ctd\u003e86cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e60cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e87.5cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e74cm\u003c\/td\u003e\n                \u003ctd\u003e63cm\u003c\/td\u003e\n                \u003ctd\u003e57cm\u003c\/td\u003e\n                \u003ctd\u003e89cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\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) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e色目について、画像と実物との間に多少の色の差が生じる場合がございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e仕上がり寸法には各箇所±1～2cmの個体差がございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e洗濯により3～5％の縮みが生じます。予めご了承くださいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU,YAMAZARU","offers":[{"title":"M","offer_id":45041156259909,"sku":"BK-24 LGR","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041156227141,"sku":"BK-24 LGR","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041156194373,"sku":"BK-24 LGR","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_93a9c1270dcc4a4d8a41f4a555cb97da_mv2_fac89f45-23b7-4778-8194-cfe75e9673de.jpg?v=1781246060"},{"product_id":"product_b1d16ed4-6d06-d28e-9d82-010e616988c8","title":"2WAY Sleeve Windbreaker BLK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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都会の気候を制す2WAY\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_2342db9077314ce6949c185d72cc4c7b_mv2_5b893d5a-6eb5-4fa1-b37e-ff82d7375397.jpg?v=1781246061\" class=\"img-fluid d-block w-100 product-img\" alt=\"都会の気候を制す2WAY - 袖を取り外した状態のウィンドブレーカー\"\u003e\n      袖を取り外すことで、その日の気温やアクティビティに合わせて\u003cstrong\u003e自在にスタイルを変化\u003c\/strong\u003e。長袖から半袖へ、\u003cstrong\u003eスマートな切り替え\u003c\/strong\u003eで一日中\u003cstrong\u003e快適な着心地\u003c\/strong\u003eが続きます。\n    \u003c\/p\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\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_2bbadbaf402c4d619b95f6a149cfb139_mv2_d4b899d2-67a4-4a3f-b9b8-263a2ed0ffbe.jpg?v=1781246061\" class=\"img-fluid d-block w-100 product-img\" alt=\"紳士を彩る洗練の機能美 - 着用イメージと素材感\"\u003e\n      \u003cstrong\u003e高いストレッチ性\u003c\/strong\u003eと\u003cstrong\u003e弱撥水加工\u003c\/strong\u003eで、突然の雨や予期せぬ動きにも対応。\u003cstrong\u003eゆったりとしたサイズ感\u003c\/strong\u003eは重ね着も可能にし、\u003cstrong\u003eスタイリッシュな着こなし\u003c\/strong\u003eを叶えます。\n    \u003c\/p\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\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_c13653b531b94261b1fa2c200bf770ba_mv2.jpg?v=1781246061\" class=\"img-fluid d-block w-100 product-img\" alt=\"持ち運ぶ快適、スマート収納 - ポケッタブル収納されたウィンドブレーカー\"\u003e\n      後身頃のポケットに、\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します。\n    \u003c\/p\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ストレッチ\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        \u003cp\u003eデザインポイント\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eコンディションに合わせて半袖・長袖になる2WAYスタイル\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表地: ナイロン90% ポリウレタン10%\u003c\/li\u003e\n          \u003cli\u003e裏地: ポリエステル100%\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平置き外側採寸（単位: cm）\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003cth\u003e着丈\u003c\/th\u003e\n                \u003cth\u003e身巾\u003c\/th\u003e\n                \u003cth\u003e肩巾\u003c\/th\u003e\n                \u003cth\u003e裄丈\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e68\u003c\/td\u003e\n                \u003ctd\u003e57\u003c\/td\u003e\n                \u003ctd\u003e55\u003c\/td\u003e\n                \u003ctd\u003e86\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e71\u003c\/td\u003e\n                \u003ctd\u003e60\u003c\/td\u003e\n                \u003ctd\u003e56\u003c\/td\u003e\n                \u003ctd\u003e87.5\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e74\u003c\/td\u003e\n                \u003ctd\u003e63\u003c\/td\u003e\n                \u003ctd\u003e57\u003c\/td\u003e\n                \u003ctd\u003e89\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e※仕上がり寸法には各箇所±1〜2cmの個体差がございます。\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=\"point-list\"\u003e\n          \u003cli\u003e素材の特性上、多少の色落ちがありますので、単体での洗濯をお願いします。\u003c\/li\u003e\n          \u003cli\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/li\u003e\n          \u003cli\u003e洗濯により3〜5%の縮みが生じます。予めご了承くださいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\n      ※1回のご注文が15,000円以上の場合、送料は無料となります。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU,YAMAZARU","offers":[{"title":"M","offer_id":45142130196549,"sku":"BK-24 BLK","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142130229317,"sku":"BK-24 BLK","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142130163781,"sku":"BK-24 BLK","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_2342db9077314ce6949c185d72cc4c7b_mv2_5b893d5a-6eb5-4fa1-b37e-ff82d7375397.jpg?v=1781246061"},{"product_id":"product_a859f764-0a31-7985-d437-97e07a1a817c","title":"Buket hat WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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!-- 商品解説セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e都会に映えるホワイトバケットハット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e綿100%\u003c\/strong\u003eの心地よい肌触りが、一日中快適な被り心地を実現。\n            正面の\u003cstrong\u003eブランドロゴ刺繍\u003c\/strong\u003eとサイドの\u003cstrong\u003eピスラベル\u003c\/strong\u003eが、洗練された個性を際立たせ、夏のカジュアルスタイルを格上げする\u003cstrong\u003e白バケットハット\u003c\/strong\u003eです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_5b98b28fa382456c9a5b821cd844549f_mv2_e07388c2-eaeb-4e66-8f63-83f6225be712.jpg?v=1781246080\" class=\"img-fluid d-block w-100 product-img\" alt=\"Buket hat WHT\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eストリートを飾る旬顔アイテム\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション --\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=\"point-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            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e頭囲\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMサイズ\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eLサイズ\u003c\/td\u003e\n                            \u003ctd\u003e61.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003c!-- サイズ表画像があればここに配置 --\u003e\n            \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" alt=\"サイズ表\"\u003e\u003c\/div\u003e --\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原産国: 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            商品はご注文より約1週間以内にお届けいたします。\n            送料は、以下の通りです。\n        \u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e北海道: 1,000円\u003c\/li\u003e\n            \u003cli\u003e沖縄（離島含む）: 1,500円\u003c\/li\u003e\n            \u003cli\u003eその他地域: 一律600円\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\n            ※1回のご注文が15,000円以上の場合、送料は無料となります。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション --\u003e\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        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e色目について: 画像と実物との色の差が多少ございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法について: 各箇所プラスマイナス1cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯による縮み: 洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り、返品・交換が可能です。\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        \u003cp class=\"body-text\"\u003e事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU,YAMAZARU","offers":[{"title":"S\/M","offer_id":45142131441733,"sku":"BK-15 WHT","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"L\/XL","offer_id":45142131474501,"sku":"BK-15 WHT","price":4840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_5b98b28fa382456c9a5b821cd844549f_mv2_e07388c2-eaeb-4e66-8f63-83f6225be712.jpg?v=1781246080"},{"product_id":"product_df6ec655-832f-5e36-39b8-21a04e7f1e36","title":"Buket hat OLV","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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\/0714\/8519\/4309\/files\/8576b1_4a80365c40f144c7823ed312f8d3ce25_mv2.jpg?v=1781246081\" 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!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大人の余裕を纏うコットンハット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e綿100%の柔らかな素材感が、頭に\u003cstrong\u003e優しくフィット\u003c\/strong\u003e。さりげない左側のピスラベルは、細部へのこだわりを物語ります。MとLの2サイズで、快適な被り心地を。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_4c2b1f5986c44eff8119abfe392d41ef_mv2.jpg?v=1781246081\" 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        \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=\"point-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!-- 個別の 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快適な被り心地のために、2つのサイズをご用意しました。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eMサイズ：頭囲 59cm\u003c\/li\u003e\n                    \u003cli\u003eLサイズ：頭囲 61.5cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\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素材：綿100%\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!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e色目について画像と実物との色の差が多少ございます。仕上がり寸法には各箇所＋ー1cmの個体差がございます。洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU,YAMAZARU","offers":[{"title":"S\/M","offer_id":45142131507269,"sku":"BK-15 OLV","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"L\/XL","offer_id":45142131540037,"sku":"BK-15 OLV","price":4840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_4a80365c40f144c7823ed312f8d3ce25_mv2.jpg?v=1781246081"},{"product_id":"product_3b0a2a19-edc9-ebec-6950-49da3200a02d","title":"Danboul Crew neck pull over WHT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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\/0714\/8519\/4309\/files\/8576b1_d6b97aaffbf646919ab1b323a894b35b_mv2_a972bbcc-5118-4b60-aca9-f77b1859c6df.jpg?v=1781246093\" class=\"img-fluid d-block w-100 product-img\" alt=\"ダンボールニットプルオーバー着用イメージ1\"\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\/0714\/8519\/4309\/files\/8576b1_a9687d06811149daa33f0ec6279622b8_mv2_a10ea084-269d-4566-a055-ed78f9125ded.jpg?v=1781246093\" class=\"img-fluid d-block w-100 product-img\" alt=\"ダンボールニットプルオーバー着用イメージ2\"\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\/0714\/8519\/4309\/files\/8576b1_4fd5c972d4674d3981ec4994ea72ad55_mv2.jpg?v=1781246093\" class=\"img-fluid d-block w-100 product-img\" alt=\"ダンボールニットプルオーバー着用イメージ3\"\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しなやかで程よく張りがあり、優れたストレッチ性を持つダンボールニット素材\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素材 : レーヨン35% 綿30%ポリエステル30%ポリウレタン5%\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=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003eサイズ\u003c\/th\u003e\n                                \u003cth\u003e身丈\u003c\/th\u003e\n                                \u003cth\u003e身巾\u003c\/th\u003e\n                                \u003cth\u003e肩巾\u003c\/th\u003e\n                                \u003cth\u003e袖丈\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eS (女性向け)\u003c\/td\u003e\n                                \u003ctd\u003e62cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\u003c\/td\u003e\n                                \u003ctd\u003e52cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e68cm\u003c\/td\u003e\n                                \u003ctd\u003e57cm\u003c\/td\u003e\n                                \u003ctd\u003e55cm\u003c\/td\u003e\n                                \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e71cm\u003c\/td\u003e\n                                \u003ctd\u003e60cm\u003c\/td\u003e\n                                \u003ctd\u003e56cm\u003c\/td\u003e\n                                \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXL\u003c\/td\u003e\n                                \u003ctd\u003e74cm\u003c\/td\u003e\n                                \u003ctd\u003e63cm\u003c\/td\u003e\n                                \u003ctd\u003e57cm\u003c\/td\u003e\n                                \u003ctd\u003e58cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e※モデル：180cm \/ 60kg　XL 着用\u003c\/p\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e色目について画像と実物との色の差が多少ございます。仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,KIKAZARU","offers":[{"title":"S","offer_id":45142132719685,"sku":"BK-03 WHT","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45142132752453,"sku":"BK-03 WHT","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142132654149,"sku":"BK-03 WHT","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142132686917,"sku":"BK-03 WHT","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d6b97aaffbf646919ab1b323a894b35b_mv2_a972bbcc-5118-4b60-aca9-f77b1859c6df.jpg?v=1781246093"},{"product_id":"product_8b5e7046-5b6b-1181-e392-be14ab91607f","title":"Danboul Crew neck pull over KHK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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が織りなす、程よいハリ感と美しいシルエット。胸元に立体的に浮かび上がるエンボスロゴが、シンプルながらも存在感を放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_25eb34c362884f84aa590a4961247750_mv2_327c60cf-9e61-40b8-8f82-b466617b65f8.jpg?v=1781246097\" 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\/0714\/8519\/4309\/files\/8576b1_4e4732fce8ed422fbecd6f2e4e3c95f7_mv2_9793cdca-9421-4dbc-9bc0-3865d5e6b321.jpg?v=1781246095\" 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\/0714\/8519\/4309\/files\/8576b1_106a34afc2fd48f0ba6c0f2d1c95cb09_mv2_987f8af0-c7b3-4655-95b7-a5a7e1c59beb.jpg?v=1781246095\" 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\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            \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=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e身丈\u003c\/th\u003e\n                            \u003cth\u003e身巾\u003c\/th\u003e\n                            \u003cth\u003e肩巾\u003c\/th\u003e\n                            \u003cth\u003e袖丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eSサイズ(女性向け)\u003c\/td\u003e\n                            \u003ctd\u003e62cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMサイズ\u003c\/td\u003e\n                            \u003ctd\u003e68cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eLサイズ\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXLサイズ\u003c\/td\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\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            \u003cp\u003e上質な素材を使用し、丁寧に作られています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: レーヨン35% 綿30% ポリエステル30% ポリウレタン5%\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            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は地域によって異なります。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e北海道: 1,000円\u003c\/li\u003e\n            \u003cli\u003e沖縄（離島含む）: 1,500円\u003c\/li\u003e\n            \u003cli\u003eその他地域: 600円\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\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        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e色目について、画像と実物との間に多少の色の差が生じる場合がございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法には各箇所±1〜2cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯により3〜5%の縮みが生じる場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り、返品・交換を承ります。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品に欠陥がある場合は当方負担、お客様のご都合による場合はお客様負担となります。\u003c\/li\u003e\n            \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,KIKAZARU","offers":[{"title":"S","offer_id":45142132883525,"sku":"BK-03 KHK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45142132916293,"sku":"BK-03 KHK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142132850757,"sku":"BK-03 KHK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142132817989,"sku":"BK-03 KHK","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_25eb34c362884f84aa590a4961247750_mv2_327c60cf-9e61-40b8-8f82-b466617b65f8.jpg?v=1781246097"},{"product_id":"product_450f8909-4bcc-4b4d-0106-aa7fedbc19da","title":"Buket hat BLK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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綿100%\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\/0714\/8519\/4309\/files\/8576b1_5ebb64dc4c904e9f81f41cb9ad7aaefd_mv2.jpg?v=1781246104\" 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\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    \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=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003cth\u003e頭囲\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e59cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e61.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\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原産国: 中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\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色目について画像と実物との色の差が多少ございます。仕上がり寸法には各箇所プラスマイナス1cmの個体差がございます。洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU,YAMAZARU","offers":[{"title":"S\/M","offer_id":45142134128709,"sku":"BK-15 BLK","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"L\/XL","offer_id":45142134095941,"sku":"BK-15 BLK","price":4840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_5ebb64dc4c904e9f81f41cb9ad7aaefd_mv2.jpg?v=1781246104"},{"product_id":"product_6b6778b4-c626-c00d-972c-b138d85e3f07","title":"Danboul Crew neck pull over BLK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\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 #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \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 #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \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 2px 8px 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%, #2b9db040 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 #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; 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: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; 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: #f5f5f7; color: #000000; 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: #2b9db0; 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: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; 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: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; 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 #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; 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!-- 商品名 --\u003e\n  \u003ch1 class=\"product-name\"\u003eDanboul Crew neck pull over BLK\u003c\/h1\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\/0714\/8519\/4309\/files\/8576b1_63465077b4f540139c8f9b59a460381e_mv2_a89f3096-3435-4350-ad4a-a3ec43ef1f11.jpg?v=1781246117\" 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\/0714\/8519\/4309\/files\/8576b1_1da6898d45664c71a32b93a0e8836697_mv2_eda3af48-4396-408c-b59a-a9c4e9645e2a.jpg?v=1781246117\" 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\/0714\/8519\/4309\/files\/8576b1_68424d9e574e4d1caf86685e84f774c7_mv2_f2d0acc8-6719-4a12-b5d1-4b64e2e6644e.jpg?v=1781246117\" 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 spec-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          \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素材: レーヨン35% 綿30% ポリエステル30% ポリウレタン5%\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=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003cth\u003e身丈\u003c\/th\u003e\n                \u003cth\u003e身巾\u003c\/th\u003e\n                \u003cth\u003e肩巾\u003c\/th\u003e\n                \u003cth\u003e袖丈\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eS (女性向け)\u003c\/td\u003e\n                \u003ctd\u003e62cm\u003c\/td\u003e\n                \u003ctd\u003e54cm\u003c\/td\u003e\n                \u003ctd\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e54cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e68cm\u003c\/td\u003e\n                \u003ctd\u003e57cm\u003c\/td\u003e\n                \u003ctd\u003e55cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e60cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e57cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e74cm\u003c\/td\u003e\n                \u003ctd\u003e63cm\u003c\/td\u003e\n                \u003ctd\u003e57cm\u003c\/td\u003e\n                \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e※モデル：180cm \/ 60kg XL 着用\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e素材の特性上、色落ちがあり、単独での洗濯をお願いいたします。\u003c\/li\u003e\n      \u003cli\u003e色目について画像と実物との色の差が多少ございます。\u003c\/li\u003e\n      \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n      \u003cli\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,KIKAZARU","offers":[{"title":"S","offer_id":45142135472197,"sku":"BK-03 BLK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45142135373893,"sku":"BK-03 BLK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142135439429,"sku":"BK-03 BLK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142135406661,"sku":"BK-03 BLK","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_63465077b4f540139c8f9b59a460381e_mv2_a89f3096-3435-4350-ad4a-a3ec43ef1f11.jpg?v=1781246117"}],"url":"https:\/\/be-the-weekender.we-shop.jp\/collections\/%e3%82%a2%e3%82%a6%e3%83%88%e3%83%89%e3%82%a2%e3%82%b3%e3%83%bc%e3%83%87%e3%82%bb%e3%83%83%e3%83%88.oembed","provider":"BE THE WEEKENDER (BKNDR official partner shop)","version":"1.0","type":"link"}