{"title":"NEW ARRIVALS(TOPページ表示用)","description":"","products":[{"product_id":"142071813","title":"Unisex パイピングショートパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eアクティブシーンを彩る万能ショート\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eサイドに走るホワイトパイピングが、\u003cstrong\u003e洗練されたスポーティさ\u003c\/strong\u003eを演出します。どんなシーンにも自然と馴染み、\u003cstrong\u003e自由な着こなし\u003c\/strong\u003eを楽しめる一着です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/08d8b16868e82762369a580cc1cb7f27_8b0bebbd-f330-4bc9-927a-30d63ff99952.jpg?v=1781515070\" 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\/0643\/8833\/3671\/files\/a243ef6b6b334d0ee9c1ffbe8ea07be6_0baea0f7-1e06-40df-9d11-cd0980a49d9a.jpg?v=1781515070\" 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ナイロン76％、ポリウレタン24％の配合が、\u003cstrong\u003eしなやかでさらりとした質感\u003c\/strong\u003eを実現。細部にまでこだわり抜いたディテールが、\u003cstrong\u003e品質の高さ\u003c\/strong\u003eを物語ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/0ebff894d08577223b56c6d53e255cfa_c24fa1fd-ac54-4f27-aba1-5813adb4194f.jpg?v=1781515070\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e高機能素材で快適を追求\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴と仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eサイドに走るホワイトのパイピングラインが、スポーティな印象のショートパンツ。多様なシーンで活躍する一着です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e軽量でさらりとした質感のナイロン素材を採用\u003c\/li\u003e\n                    \u003cli\u003eウエスト総ゴム仕様でストレスフリーな履き心地\u003c\/li\u003e\n                    \u003cli\u003eアクティブシーンからカジュアルなオフスタイルまで幅広く対応\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材と生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: ナイロン 76%　ポリウレタン 24%\u003c\/li\u003e\n                    \u003cli\u003e生産国: 中国\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーとサイズ展開\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eカラー: ブラウン \/ カーキ \/ ブラック\u003c\/li\u003e\n                    \u003cli\u003eサイズ展開: XS - XL\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                                \u003cth\u003e股下\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXS\u003c\/td\u003e\n                                \u003ctd\u003e63cm\u003c\/td\u003e\n                                \u003ctd\u003e98cm\u003c\/td\u003e\n                                \u003ctd\u003e37cm\u003c\/td\u003e\n                                \u003ctd\u003e28cm\u003c\/td\u003e\n                                \u003ctd\u003e10cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eS\u003c\/td\u003e\n                                \u003ctd\u003e68cm\u003c\/td\u003e\n                                \u003ctd\u003e103cm\u003c\/td\u003e\n                                \u003ctd\u003e38cm\u003c\/td\u003e\n                                \u003ctd\u003e29cm\u003c\/td\u003e\n                                \u003ctd\u003e10cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e73cm\u003c\/td\u003e\n                                \u003ctd\u003e108cm\u003c\/td\u003e\n                                \u003ctd\u003e48cm\u003c\/td\u003e\n                                \u003ctd\u003e30cm\u003c\/td\u003e\n                                \u003ctd\u003e19cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e78cm\u003c\/td\u003e\n                                \u003ctd\u003e113cm\u003c\/td\u003e\n                                \u003ctd\u003e49cm\u003c\/td\u003e\n                                \u003ctd\u003e31cm\u003c\/td\u003e\n                                \u003ctd\u003e20cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXL\u003c\/td\u003e\n                                \u003ctd\u003e83cm\u003c\/td\u003e\n                                \u003ctd\u003e113cm\u003c\/td\u003e\n                                \u003ctd\u003e49cm\u003c\/td\u003e\n                                \u003ctd\u003e31cm\u003c\/td\u003e\n                                \u003ctd\u003e20cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cp\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Brown \/ XS","offer_id":43806680285287,"sku":"335960873","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Brown \/ S","offer_id":43806680318055,"sku":"335960874","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Brown \/ M","offer_id":43806680350823,"sku":"335960875","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Brown \/ L","offer_id":43806680383591,"sku":"335960876","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Brown \/ XL","offer_id":43806680416359,"sku":"335960877","price":18800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/08d8b16868e82762369a580cc1cb7f27_8b0bebbd-f330-4bc9-927a-30d63ff99952.jpg?v=1781515070"},{"product_id":"142065489","title":"Unisex Surfパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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軽量ナイロン100%が水辺での一日を軽やかに彩ります。\u003cstrong\u003e水に濡れてもすぐに乾く\u003c\/strong\u003eため、海から上がった後も快適な肌触りが続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/73c2dd03c1c304832df64ccbd6759d56_67a91f54-4d3d-4c25-a3c8-5a2395351725.jpg?v=1781515071\" 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軽量ナイロン100%素材を採用し、速乾性・動きやすさを両立\u003c\/li\u003e\n                \u003cli\u003eサイドにはジッパーポケットを配備\u003c\/li\u003e\n                \u003cli\u003eウエストはドローコード仕様で調節可能\u003c\/li\u003e\n                \u003cli\u003eサークルロゴラバータグがアクセント\u003c\/li\u003e\n                \u003cli\u003eレディースサイズ（XS、S）はショート丈、メンズサイズ（Mサイズ以上）はハーフ丈\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素材: NYLON100%\u003c\/li\u003e\n                \u003cli\u003e生産国: China\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カラー: white \/ khaki \/ black\u003c\/li\u003e\n                \u003cli\u003eサイズ: XS-XL\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\u003eXS\u003c\/th\u003e\n                            \u003cth\u003eS\u003c\/th\u003e\n                            \u003cth\u003eM\u003c\/th\u003e\n                            \u003cth\u003eL\u003c\/th\u003e\n                            \u003cth\u003eXL\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eウエスト\u003c\/td\u003e\n                            \u003ctd\u003e67cm\u003c\/td\u003e\n                            \u003ctd\u003e72cm\u003c\/td\u003e\n                            \u003ctd\u003e77cm\u003c\/td\u003e\n                            \u003ctd\u003e82cm\u003c\/td\u003e\n                            \u003ctd\u003e87cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eヒップ\u003c\/td\u003e\n                            \u003ctd\u003e93cm\u003c\/td\u003e\n                            \u003ctd\u003e98cm\u003c\/td\u003e\n                            \u003ctd\u003e103cm\u003c\/td\u003e\n                            \u003ctd\u003e108cm\u003c\/td\u003e\n                            \u003ctd\u003e113cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e総丈\u003c\/td\u003e\n                            \u003ctd\u003e33.5cm\u003c\/td\u003e\n                            \u003ctd\u003e34.5cm\u003c\/td\u003e\n                            \u003ctd\u003e47cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e49cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股上\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                            \u003ctd\u003e25cm\u003c\/td\u003e\n                            \u003ctd\u003e26cm\u003c\/td\u003e\n                            \u003ctd\u003e27cm\u003c\/td\u003e\n                            \u003ctd\u003e28cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股下\u003c\/td\u003e\n                            \u003ctd\u003e10cm\u003c\/td\u003e\n                            \u003ctd\u003e10cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\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\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"White \/ XS","offer_id":43806680547431,"sku":"335953001","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ S","offer_id":43806680580199,"sku":"335953002","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ M","offer_id":43806680612967,"sku":"335953003","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ L","offer_id":43806680645735,"sku":"335953004","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ XL","offer_id":43806680678503,"sku":"335953005","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ XS","offer_id":43806680711271,"sku":"335953006","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ S","offer_id":43806680744039,"sku":"335953007","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ M","offer_id":43806680776807,"sku":"335953008","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ L","offer_id":43806680809575,"sku":"335953009","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ XL","offer_id":43806680842343,"sku":"335953010","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ XS","offer_id":43806680875111,"sku":"335953011","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ S","offer_id":43806680907879,"sku":"335953012","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806680940647,"sku":"335953013","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806680973415,"sku":"335953014","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ XL","offer_id":43806681006183,"sku":"335953015","price":18800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/73c2dd03c1c304832df64ccbd6759d56_67a91f54-4d3d-4c25-a3c8-5a2395351725.jpg?v=1781515071"},{"product_id":"141213924","title":"Unisex バックプリントモックネック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\/0643\/8833\/3671\/files\/1f3ee6b892f68a58adfc01c99213ee5a_c4ea8d29-8d51-4037-97ce-c875884272a0.jpg?v=1781515068\" 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\/0643\/8833\/3671\/files\/b7f8783b7e8cba113b46a17d9940153f_9095e51a-ce78-4042-8835-e56e1c12bd5a.jpg?v=1781515068\" 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\/0643\/8833\/3671\/files\/8d9ca138618f963d3a180f3de7565a64_e25bc585-352c-48d2-a71d-e0635c25d273.jpg?v=1781515068\" 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 class=\"body-text\"\u003e本製品は、シンプルながらも個性的なデザインと快適な着心地を追求しました。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eバックプリントと胸のサークルロゴにパフプリントを採用し、立体感を演出\u003c\/li\u003e\n                \u003cli\u003e肉厚感のあるファブリックで、体に馴染む柔らかさとハリ感を両立\u003c\/li\u003e\n                \u003cli\u003eゴルフからタウンユースまで、幅広いシーンで活躍\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e上質な素材と丁寧な製法で、長くご愛用いただけます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: Polyester 78%, Polyurethane 22%\u003c\/li\u003e\n                \u003cli\u003e生産国: China\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eお好みに合わせてお選びいただける2色展開です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eKhaki\u003c\/li\u003e\n                \u003cli\u003eBlack\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e各サイズの詳細な寸法をご確認ください。\u003c\/p\u003e\n            \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\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e95cm\u003c\/td\u003e\n                            \u003ctd\u003e64.5cm\u003c\/td\u003e\n                            \u003ctd\u003e40cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e99cm\u003c\/td\u003e\n                            \u003ctd\u003e66.5cm\u003c\/td\u003e\n                            \u003ctd\u003e42cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e103cm\u003c\/td\u003e\n                            \u003ctd\u003e68.5cm\u003c\/td\u003e\n                            \u003ctd\u003e44cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e107cm\u003c\/td\u003e\n                            \u003ctd\u003e70.5cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e111cm\u003c\/td\u003e\n                            \u003ctd\u003e72.5cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e25cm\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    \u003cp class=\"caption-text text-end\"\u003e商品コード: 26SS-UMN1\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Khaki \/ XS","offer_id":43806681071719,"sku":"333817183","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ S","offer_id":43806681104487,"sku":"333817184","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ M","offer_id":43806681137255,"sku":"333817185","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ L","offer_id":43806681170023,"sku":"333817186","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ XL","offer_id":43806681202791,"sku":"333817187","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ XS","offer_id":43806681235559,"sku":"333817188","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ S","offer_id":43806681268327,"sku":"333817189","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806681301095,"sku":"333817190","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806681333863,"sku":"333817191","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ XL","offer_id":43806681366631,"sku":"333817192","price":14800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/1f3ee6b892f68a58adfc01c99213ee5a_c4ea8d29-8d51-4037-97ce-c875884272a0.jpg?v=1781515068"},{"product_id":"141216414","title":"Unisex ２トーンモックネック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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モダンな2トーンデザイン\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\/0643\/8833\/3671\/files\/22462c325e2ee716d2b6ddf3e26219c8_acdb4419-2744-4963-af5a-64fc7e50f5be.jpg?v=1781515066\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練のユニセックスモック - 都会的な抜け感モック\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e都会的な抜け感モック\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e汗を忘れる速乾性と快適さ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e汗をかいてもすぐ乾く\u003cstrong\u003e速乾性のファブリック\u003c\/strong\u003eを採用しています。運動中も日常も、肌にまとわりつかず\u003cstrong\u003e常に快適な着心地\u003c\/strong\u003eが続きます。胸元のブランドアイコンが、さりげない個性を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/8f4bc486e7d67e57bf9d4f66b780fc02_e46b49e6-44dc-451c-a2de-8c9c49f753e1.jpg?v=1781515066\" 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\/0643\/8833\/3671\/files\/9566a28024f21e502e2717d9b2ba0cc8_028e1f73-a79c-42be-a6fe-02f4e73ab401.jpg?v=1781515066\" 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        \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胸元にはブランドアイコン「SoCal Wave」を配置\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素材: Polyester 88%, Polyurethane 12%\u003c\/li\u003e\n                    \u003cli\u003e生産国: China\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\u003eWhite\u003c\/li\u003e\n                    \u003cli\u003eBlue Gray\u003c\/li\u003e\n                    \u003cli\u003eGray\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\u003eXSからXLまで\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\u003eXS\u003c\/td\u003e\n                                \u003ctd\u003e100cm\u003c\/td\u003e\n                                \u003ctd\u003e66cm\u003c\/td\u003e\n                                \u003ctd\u003e46cm\u003c\/td\u003e\n                                \u003ctd\u003e17cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eS\u003c\/td\u003e\n                                \u003ctd\u003e104cm\u003c\/td\u003e\n                                \u003ctd\u003e68cm\u003c\/td\u003e\n                                \u003ctd\u003e48cm\u003c\/td\u003e\n                                \u003ctd\u003e17.5cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e108cm\u003c\/td\u003e\n                                \u003ctd\u003e70cm\u003c\/td\u003e\n                                \u003ctd\u003e50cm\u003c\/td\u003e\n                                \u003ctd\u003e18cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e112cm\u003c\/td\u003e\n                                \u003ctd\u003e72cm\u003c\/td\u003e\n                                \u003ctd\u003e52cm\u003c\/td\u003e\n                                \u003ctd\u003e20cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXL\u003c\/td\u003e\n                                \u003ctd\u003e116cm\u003c\/td\u003e\n                                \u003ctd\u003e74cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\u003c\/td\u003e\n                                \u003ctd\u003e21cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品コードセクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e商品コード: 26SS-UMN2\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"White \/ XS","offer_id":43806681464935,"sku":"333820598","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ S","offer_id":43806681497703,"sku":"333820599","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ M","offer_id":43806681530471,"sku":"333820600","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ L","offer_id":43806681563239,"sku":"333820601","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ XL","offer_id":43806681596007,"sku":"333820602","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Blue Gray \/ XS","offer_id":43806681628775,"sku":"333820603","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Blue Gray \/ S","offer_id":43806681661543,"sku":"333820604","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Blue Gray \/ M","offer_id":43806681694311,"sku":"333820605","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Blue Gray \/ L","offer_id":43806681727079,"sku":"333820606","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Blue Gray \/ XL","offer_id":43806681759847,"sku":"333820607","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ XS","offer_id":43806681792615,"sku":"333820608","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ S","offer_id":43806681825383,"sku":"333820609","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ M","offer_id":43806681858151,"sku":"333820610","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ L","offer_id":43806681890919,"sku":"333820611","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ XL","offer_id":43806681923687,"sku":"333820612","price":15800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/22462c325e2ee716d2b6ddf3e26219c8_acdb4419-2744-4963-af5a-64fc7e50f5be.jpg?v=1781515066"},{"product_id":"141225815","title":"Ladie's セットアップポロシャツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e都会に映える洗練ショートポロ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eスポーツの機能美とストリートの\u003cstrong\u003eリラックス感\u003c\/strong\u003eが融合した、絶妙なバランスの一着です。短すぎないショート丈デザインが、\u003cstrong\u003eスタイルアップ\u003c\/strong\u003eを叶え、大人の女性らしい抜け感を演出します。日常を格上げする、洗練されたデザインをお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/91b2008f873b3dee607bb62527b40c01_44392593-e427-4ab6-84db-39b00a07a550.jpg?v=1781515064\" 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コットン50%とポリエステル50%の\u003cstrong\u003eブレンド素材\u003c\/strong\u003eが、一日中心地よい肌触りを提供します。繊細な襟元のデザインや、マットな質感のボタン一つ一つに、大人の女性にふさわしい\u003cstrong\u003e上品さ\u003c\/strong\u003eが宿っています。着るたびに心満たされる、贅沢な着心地をご体験ください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/64d56b9af456289c4a3408e9f19ba37b_02b30666-d551-40b6-8ecf-08a6bd8bd557.jpg?v=1781515064\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e素材と細部に宿る品質\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eシームレスに繋がるスマートシルエット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e体の動きに沿うように計算された\u003cstrong\u003eバックスタイル\u003c\/strong\u003eは、スマートで美しいシルエットを保ちます。セットアップのプリーツスカートと合わせれば、瞬時にまとまりのある着こなしが完成し、様々なシーンに対応します。\u003cstrong\u003e着回し力\u003c\/strong\u003eの高い、万能アイテムです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/37c00456472371fc08e5fec7d35ea1a8.jpg?v=1781515066\" 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    \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 class=\"body-text\"\u003eスポーツの機能性とストリートの快適さを融合したショート丈ポロシャツです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e洗練されたデザインで都会的な印象を演出\u003c\/li\u003e\n                \u003cli\u003eコットンミックス素材で一日中快適な着心地\u003c\/li\u003e\n                \u003cli\u003eセットアップのプリーツスカートとの相性抜群\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: Cotton 50% Polyester 50%\u003c\/li\u003e\n                \u003cli\u003e生産国: China\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カラー: Gray \/ Dark Gray \/ Black\u003c\/li\u003e\n                \u003cli\u003eサイズ展開: S-L\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\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e36cm\u003c\/td\u003e\n                            \u003ctd\u003e19cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e38cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e40cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\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    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text text-end\"\u003e商品コード: 26SS-LSP\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Gray \/ S","offer_id":43806681956455,"sku":"333838958","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ M","offer_id":43806681989223,"sku":"333838959","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ L","offer_id":43806682021991,"sku":"333838960","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Dark Gray \/ S","offer_id":43806682054759,"sku":"333838961","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Dark Gray \/ M","offer_id":43806682087527,"sku":"333838962","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Dark Gray \/ L","offer_id":43806682120295,"sku":"333838963","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ S","offer_id":43806682153063,"sku":"333838964","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806682185831,"sku":"333838965","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806682218599,"sku":"333838966","price":16800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/91b2008f873b3dee607bb62527b40c01_44392593-e427-4ab6-84db-39b00a07a550.jpg?v=1781515064"},{"product_id":"141323754","title":"Ladie's セットアッププリーツスカート","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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繊細に畳まれたプリーツが、動くたびに優雅なフレアを描きます。LAzzyのロゴが、あなたのゴルフスタイルを\u003cstrong\u003e洗練された印象に引き上げます。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/fbc2d2df3a33a1e2fd3b3a11e78fd80f_bfd4dd8b-6faa-43c8-bed2-5ecac1f64000.jpg?v=1781515063\" 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プレー中の利便性を高めるD管や、小物収納に便利な両サイドポケットを装備。計算されたシルエットが、あらゆる動きを\u003cstrong\u003e妨げません。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/74d2c8e722c821b13e76d90ac0b9b76d_cf55179b-217f-4bd6-8e7b-4fd20ec22a5f.jpg?v=1781515063\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに決まるゴルフウェア\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e心地よさを纏う洗練ゴルフスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eコットンとポリエステルの混紡素材が、\u003cstrong\u003eしなやかな肌触り\u003c\/strong\u003eと適度なハリ感を両立。インナーパンツ付きで、安心してプレーに\u003cstrong\u003e集中できます。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/1f08b703a0612c5fc869ddfdf83391df_c9eaf094-bf40-4ca0-8b94-d7dc76d173a0.jpg?v=1781515063\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人のためのゴルフファッション\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eポロシャツとセットアップで完成するLAzzyの提案するゴルフスタイル。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e動くたびに広がるフレアがコースの上で存在感を放つ\u003c\/li\u003e\n          \u003cli\u003eゴルフウエアの常識をLAzzyらしくアップデートした一着\u003c\/li\u003e\n          \u003cli\u003eインナーパンツ付きで安心\u003c\/li\u003e\n          \u003cli\u003e両サイドポケット、サイドファスナー、D管付きで機能性も充実\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\u003eBody: Cotton 50% Polyester 50%\u003c\/li\u003e\n          \u003cli\u003eLining: Polyester 95% Polyurethane 5%\u003c\/li\u003e\n          \u003cli\u003e生産国: made in China\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\u003eGray\u003c\/li\u003e\n          \u003cli\u003eDark Gray\u003c\/li\u003e\n          \u003cli\u003eblack\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\u003eS-L\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              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eS\u003c\/td\u003e\n                \u003ctd\u003e61cm\u003c\/td\u003e\n                \u003ctd\u003e40cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e66cm\u003c\/td\u003e\n                \u003ctd\u003e41cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e42cm\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\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e商品コード：26SS-LSSK\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Gray \/ S","offer_id":43806682251367,"sku":"334102595","price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ M","offer_id":43806682284135,"sku":"334102596","price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ L","offer_id":43806682316903,"sku":"334102597","price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"Dark Gray \/ S","offer_id":43806682349671,"sku":"334102598","price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"Dark \/ M","offer_id":43806682382439,"sku":"334102599","price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"Dark \/ L","offer_id":43806682415207,"sku":"334102600","price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ S","offer_id":43806682447975,"sku":"334102601","price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806682480743,"sku":"334102602","price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806682513511,"sku":"334102603","price":22800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/006fde0ad69f80561ef9bde4f0b3ca93_5df28bd3-8faf-46b0-8605-04b2261cdba0.jpg?v=1781515063"},{"product_id":"141454540","title":"Ladie's パイピングワンピース","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練されたパイピングワンピース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eしなやかなパイピングが縦のラインを強調し、驚くほど\u003cstrong\u003e美しいシルエット\u003c\/strong\u003eを演出します。ハーフジップのモックネックが、知的でスポーティな印象を加え、洗練された大人の日常に寄り添います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/8c909a8a12209469c69ec60bcd54b623_0a1d392d-478f-4f1f-b0ad-f13532b21eaa.jpg?v=1781515062\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e都会的な大人の日常着\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e快適を叶える上質ファブリック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e肉厚でありながら抜群のストレッチ性を誇る生地は、体に優しく馴染み、\u003cstrong\u003e心地よいハリ感\u003c\/strong\u003eを保ちます。動きを妨げず、一日中\u003cstrong\u003e快適\u003c\/strong\u003eに過ごせる素材の秘密を、指先で実感してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/5b6f5c044d74a8ddd32b132953620013_b5b08beb-f5b1-41b0-9154-e4f6b568265b.jpg?v=1781515062\" 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\"\u003e360度抜かりない美しさ\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\/0643\/8833\/3671\/files\/2c47b404356a9415e901ebaa10a3be65_8d9a1d6c-f3f6-4641-9103-ce2694b8e7db.jpg?v=1781515061\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eアクティブシーンを彩る\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品仕様\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品は、洗練されたデザインと快適な着心地を追求しました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eハーフジップのモックネックがスポーティな引き締め感を演出します。\u003c\/li\u003e\n                    \u003cli\u003e両サイドのパイピングがボディラインを美しく見せ、洗練された表情を生み出します。\u003c\/li\u003e\n                    \u003cli\u003e肉厚感とストレッチのあるファブリックで、体に馴染む柔らかさとハリ感を両立しています。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・カラー・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e厳選された素材を使用し、快適さと耐久性を両立しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eBody: Polyester 78% \/ Polyurethane 22%\u003c\/li\u003e\n                    \u003cli\u003eLining: Nylon 95% \/ Polyurethane 5%\u003c\/li\u003e\n                    \u003cli\u003eカラー展開: khaki, black\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e生産国: China\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                \u003cp class=\"body-text\"\u003eサイズ展開: S, M, L\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\u003e77cm\u003c\/td\u003e\n                                \u003ctd\u003e82cm\u003c\/td\u003e\n                                \u003ctd\u003e26.5cm\u003c\/td\u003e\n                                \u003ctd\u003e37cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e81cm\u003c\/td\u003e\n                                \u003ctd\u003e84cm\u003c\/td\u003e\n                                \u003ctd\u003e28.5cm\u003c\/td\u003e\n                                \u003ctd\u003e39cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e85cm\u003c\/td\u003e\n                                \u003ctd\u003e86cm\u003c\/td\u003e\n                                \u003ctd\u003e30.5cm\u003c\/td\u003e\n                                \u003ctd\u003e41cm\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    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text text-end\"\u003e商品コード：26SS-LOP\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Khaki \/ S","offer_id":43806682546279,"sku":"334410578","price":25800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ M","offer_id":43806682579047,"sku":"334410579","price":25800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ L","offer_id":43806682611815,"sku":"334410580","price":25800.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ S","offer_id":43806682644583,"sku":"334410581","price":25800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806682677351,"sku":"334410582","price":25800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806682710119,"sku":"334410583","price":25800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/8c909a8a12209469c69ec60bcd54b623_0a1d392d-478f-4f1f-b0ad-f13532b21eaa.jpg?v=1781515062"},{"product_id":"141221850","title":"Ladie's ハーフパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eアクティブに輝くゴルフパンツ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eハイストレッチ素材が、スウィングからラウンド後まで一日中快適な動きを叶えます。どんなアクティブシーンにもフィットする洗練されたデザインで、装いを\u003cstrong\u003eスタイリッシュ\u003c\/strong\u003eに演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e60161798098005893ee409b0eaeb470_5e19fb61-9f03-4c64-856c-df99eb6d7e2a.jpg?v=1781515060\" 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\/0643\/8833\/3671\/files\/a0a134d8f940c4c8f19147ec506e66db_993b51e3-a837-4425-96c8-0fc5d46d1d0f.jpg?v=1781515060\" 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ナイロン88%、ポリウレタン12%の絶妙な配合が、しなやかで\u003cstrong\u003e心地よい肌触り\u003c\/strong\u003eを実現。フロントのSocal Waveロゴは、このパンツが持つ高いデザイン性と品質の証です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/a0174724b32e6e0511a6404297f49369_217ea554-3fd2-4f06-b796-f66dcfa14ad5.jpg?v=1781515060\" 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\n\u003cstrong\u003eストレスフリーな動き\u003c\/strong\u003eを叶えるハイストレッチ素材が、スウィングからラウンド後まで一日中快適さを提供します。\u003c\/li\u003e\n                \u003cli\u003eウエストのイージーアジャスターが、シルエットをすっきりと保ちつつ、\u003cstrong\u003e動きやすさ\u003c\/strong\u003eを最大限に引き出します。\u003c\/li\u003e\n                \u003cli\u003eフロントのSocal Waveロゴと、バックサイドのブランドスピリットをパフプリントで表現し、細部にまでこだわりが光ります。\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素材: ナイロン 88%、ポリウレタン 12%\u003c\/li\u003e\n                \u003cli\u003e生産国: 中国 (made in China)\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\u003eKhaki\u003c\/li\u003e\n                \u003cli\u003eBeige\u003c\/li\u003e\n                \u003cli\u003eBlack\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\u003eSサイズ\u003c\/li\u003e\n                \u003cli\u003eMサイズ\u003c\/li\u003e\n                \u003cli\u003eLサイズ\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                            \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\u003e68cm\u003c\/td\u003e\n                            \u003ctd\u003e100cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                            \u003ctd\u003e36cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e105cm\u003c\/td\u003e\n                            \u003ctd\u003e25cm\u003c\/td\u003e\n                            \u003ctd\u003e37cm\u003c\/td\u003e\n                            \u003ctd\u003e25.25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e78cm\u003c\/td\u003e\n                            \u003ctd\u003e110cm\u003c\/td\u003e\n                            \u003ctd\u003e26cm\u003c\/td\u003e\n                            \u003ctd\u003e38cm\u003c\/td\u003e\n                            \u003ctd\u003e26.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text text-end\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"product-code-section text-end\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: 26SS-LHP\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Khaki \/ S","offer_id":43806682742887,"sku":"333835300","price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"Khaki \/ M","offer_id":43806682775655,"sku":"333835301","price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ L","offer_id":43806682808423,"sku":"333835302","price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"Beige \/ S","offer_id":43806682841191,"sku":"333835303","price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"Beige \/ M","offer_id":43806682873959,"sku":"333835304","price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"Beige \/ L","offer_id":43806682906727,"sku":"333835305","price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ S","offer_id":43806682939495,"sku":"333835306","price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806682972263,"sku":"333835307","price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806683005031,"sku":"333835308","price":24800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e60161798098005893ee409b0eaeb470_5e19fb61-9f03-4c64-856c-df99eb6d7e2a.jpg?v=1781515060"},{"product_id":"141456235","title":"Ladie'sワイドパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練ワイドパンツで叶う美スタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e軽量ファブリックが優雅なドレープを生み出し、どんな動きも妨げません。リラックス感がありながら、計算されたラインが\u003cstrong\u003eスタイルアップ\u003c\/strong\u003eをサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/08eb58209485e008b67759adff5f7040_7f5283b1-d3c9-4914-81ff-dd81839e5f45.jpg?v=1781515057\" 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ロゴプリントが施されたウエストゴムが、さりげない個性を主張。ナイロン95%、ポリウレタン5%の素材が、\u003cstrong\u003e快適なフィット感\u003c\/strong\u003eで一日中サポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/19f63fbe27fc39509216377149233e50.jpg?v=1781515057\" 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\/0643\/8833\/3671\/files\/5ea53746f4d363a26c478105de5b7f50_360b5bab-af4b-499f-a395-bbad260d2561.jpg?v=1781515057\" 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 class=\"body-text\"\u003e軽量ファブリックが特徴のワイドパンツです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e動きやすくリラックス感のあるスタイルを実現します。\u003c\/li\u003e\n                \u003cli\u003eラインが綺麗に出るようにデザインされており、スタイルアップを叶えます。\u003c\/li\u003e\n                \u003cli\u003eロゴがプリントされたウエストゴムがアクセントになります。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: Nylon 95% \/ Polyurethane 5%\u003c\/li\u003e\n                \u003cli\u003e生産国: made in China\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\u003eBeigi\u003c\/li\u003e\n                \u003cli\u003eGray\u003c\/li\u003e\n                \u003cli\u003eBlack\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eSからLサイズまで展開しています。\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\u003eS\u003c\/th\u003e\n                            \u003cth\u003eM\u003c\/th\u003e\n                            \u003cth\u003eL\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eウエスト\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e70cm\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eヒップ\u003c\/td\u003e\n                            \u003ctd\u003e101cm\u003c\/td\u003e\n                            \u003ctd\u003e106cm\u003c\/td\u003e\n                            \u003ctd\u003e111cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股上\u003c\/td\u003e\n                            \u003ctd\u003e30cm\u003c\/td\u003e\n                            \u003ctd\u003e31cm\u003c\/td\u003e\n                            \u003ctd\u003e32cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股下\u003c\/td\u003e\n                            \u003ctd\u003e72cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e74cm\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    \u003cp class=\"body-text text-end\"\u003e商品コード: 26SS-LWP\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Beige \/ S","offer_id":43806683037799,"sku":"334424252","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Beige \/ M","offer_id":43806683070567,"sku":"334424253","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Beige \/ L","offer_id":43806683103335,"sku":"334424254","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ S","offer_id":43806683136103,"sku":"334424255","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ M","offer_id":43806683168871,"sku":"334424256","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ L","offer_id":43806683201639,"sku":"334424257","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ S","offer_id":43806683234407,"sku":"334424258","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806683267175,"sku":"334424259","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806683299943,"sku":"334424260","price":16800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/08eb58209485e008b67759adff5f7040_7f5283b1-d3c9-4914-81ff-dd81839e5f45.jpg?v=1781515057"},{"product_id":"138073223","title":"Unisex ベーシックポロ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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ポリエステル鹿の子のさっぱりとしたドライタッチが、肌に心地よく\u003cstrong\u003eなじみます\u003c\/strong\u003e。上品な光沢となめらかな風合いで、普段使いからお出かけまで幅広く活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/40b38af8e7d958dc4256f0c5ba9f6e70_d58e526d-bc30-4894-ab8f-78b1e4d55d99.jpg?v=1781515055\" 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、いつでも清潔感のある印象をキープ。胸元のLAzzy刺繍がさりげないアクセントです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/077f9f2db5b78fb572fec875a7f79755_3acabd38-8754-4dfa-b2d4-138cb629fe99.jpg?v=1781515055\" 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\/0643\/8833\/3671\/files\/2b6a466ae047cdc0d3ef5976b3855600_23d1c4ff-8415-4166-910e-0e9405c0faee.jpg?v=1781515054\" 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!-- スペック・詳細セクション --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eポリエステル鹿の子のドライタッチな生地が心地よく、多機能性も兼ね備えています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eさっぱりとしたドライタッチ\u003c\/li\u003e\n        \u003cli\u003e上品な光沢となめらかな風合い\u003c\/li\u003e\n        \u003cli\u003e吸水速乾機能で汗冷えを軽減\u003c\/li\u003e\n        \u003cli\u003eシワになりにくい\u003c\/li\u003e\n        \u003cli\u003e乾きやすく、繰り返し洗っても色落ちしにくい\u003c\/li\u003e\n        \u003cli\u003e胸元のLAzzy刺繍がさりげないアクセント\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素材：Polyester 100％\u003c\/li\u003e\n        \u003cli\u003e生産国：made in China\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\u003eKhaki\u003c\/li\u003e\n        \u003cli\u003eGray\u003c\/li\u003e\n        \u003cli\u003eBlack\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サイズ：XS-2XL\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\u003eXS\u003c\/td\u003e\n              \u003ctd\u003e43cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n              \u003ctd\u003e41cm\u003c\/td\u003e\n              \u003ctd\u003e19cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e48cm\u003c\/td\u003e\n              \u003ctd\u003e65cm\u003c\/td\u003e\n              \u003ctd\u003e45cm\u003c\/td\u003e\n              \u003ctd\u003e20cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e51cm\u003c\/td\u003e\n              \u003ctd\u003e68cm\u003c\/td\u003e\n              \u003ctd\u003e47cm\u003c\/td\u003e\n              \u003ctd\u003e21cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e54cm\u003c\/td\u003e\n              \u003ctd\u003e71cm\u003c\/td\u003e\n              \u003ctd\u003e49cm\u003c\/td\u003e\n              \u003ctd\u003e22cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e57cm\u003c\/td\u003e\n              \u003ctd\u003e74cm\u003c\/td\u003e\n              \u003ctd\u003e51cm\u003c\/td\u003e\n              \u003ctd\u003e23cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e2XL\u003c\/td\u003e\n              \u003ctd\u003e57cm\u003c\/td\u003e\n              \u003ctd\u003e74cm\u003c\/td\u003e\n              \u003ctd\u003e51cm\u003c\/td\u003e\n              \u003ctd\u003e23cm\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  \u003cp class=\"text-end\"\u003e商品コード：26SS-UBPL\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Khaki \/ XS","offer_id":43806683332711,"sku":"326215757","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ S","offer_id":43806683365479,"sku":"326215758","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Khaki \/ M","offer_id":43806683398247,"sku":"326215759","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Khaki \/ L","offer_id":43806683431015,"sku":"326215760","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Khaki \/ XL","offer_id":43806683463783,"sku":"326215761","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Khaki \/ 2XL","offer_id":43806683496551,"sku":"326215762","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ XS","offer_id":43806683529319,"sku":"326215763","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ S","offer_id":43806683562087,"sku":"326215764","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ M","offer_id":43806683594855,"sku":"326215765","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ L","offer_id":43806683627623,"sku":"326215766","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ XL","offer_id":43806683660391,"sku":"326215767","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ X2L","offer_id":43806683693159,"sku":"326215768","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ XS","offer_id":43806683725927,"sku":"326215769","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ S","offer_id":43806683758695,"sku":"326215770","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806683791463,"sku":"326215771","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806683824231,"sku":"326215772","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ XL","offer_id":43806683856999,"sku":"326215773","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ 2XL","offer_id":43806683889767,"sku":"326215774","price":12800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/40b38af8e7d958dc4256f0c5ba9f6e70_d58e526d-bc30-4894-ab8f-78b1e4d55d99.jpg?v=1781515055"},{"product_id":"138079633","title":"Unisex ドライアスレチックポロ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e新定番！ジェンダーフリーポロ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eどんなボトムスにもマッチする洗練されたデザインが魅力です。普段使いはもちろん、スポーツやカジュアルシーンでの\u003cstrong\u003e着回し力も抜群\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/ddeace0681f2ccccc69f6185cc9eab9d_3ba8539c-4f2b-4327-8768-0eb757cfb87b.jpg?v=1781515053\" 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\u003eUVケア機能\u003c\/strong\u003eで紫外線から肌を守り、\u003cstrong\u003e吸水速乾素材\u003c\/strong\u003eで汗によるべたつきを軽減します。肌に優しい快適な着心地が持続します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/39297fee5d0369348c440447b05f1fff_e3bebdaf-faa0-411b-8056-e369d6c94696.jpg?v=1781515052\" 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ポリエステル100%\u003c\/strong\u003eが、ゴルフ練習やスポーツ時も最高のパフォーマンスをサポートします。汗をかいてもすぐに乾き、集中力を途切れさせません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/5160f980385a7e96e63770e4e6ed8538.jpg?v=1781515054\" 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 class=\"body-text\"\u003e肌を守るUVケア機能を備えたUnisexドライアスレチックポロは、快適な着心地とアクティブなライフスタイルをサポートする機能性を両立しています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e優れたUVケア機能で紫外線から肌を保護\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素材：Polyester 100％\u003c\/li\u003e\n                \u003cli\u003e生産国：Vietnam \/ Myanmar\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カラー：White \/ Black\u003c\/li\u003e\n                \u003cli\u003eサイズ展開：XS - 2XL\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\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e43cm\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                            \u003ctd\u003e41cm\u003c\/td\u003e\n                            \u003ctd\u003e19cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e45cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e51cm\u003c\/td\u003e\n                            \u003ctd\u003e68cm\u003c\/td\u003e\n                            \u003ctd\u003e47cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e49cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e51cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e2XL\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e51cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\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    \u003cp class=\"body-text text-end\"\u003e商品コード：26SS-UDPL\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Whie \/ XS","offer_id":43806683955303,"sku":"326222202","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Whie \/ S","offer_id":43806683988071,"sku":"326222203","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Whie \/ M","offer_id":43806684020839,"sku":"326222961","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Whie \/ L","offer_id":43806684053607,"sku":"326222962","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Whie \/ XL","offer_id":43806684086375,"sku":"326222963","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Whie \/ 2XL","offer_id":43806684119143,"sku":"326222964","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ XS","offer_id":43806684151911,"sku":"326222965","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ S","offer_id":43806684184679,"sku":"326222966","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ M","offer_id":43806684217447,"sku":"326222967","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ L","offer_id":43806684250215,"sku":"326222968","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ XL","offer_id":43806684282983,"sku":"326222969","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ 2XL","offer_id":43806684315751,"sku":"326222970","price":12800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/ddeace0681f2ccccc69f6185cc9eab9d_3ba8539c-4f2b-4327-8768-0eb757cfb87b.jpg?v=1781515053"},{"product_id":"137701104","title":"Unisex ベーシックT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\/0643\/8833\/3671\/files\/5104b6506b6472f5c08fe948e79d29b2_317ddeba-7db5-4655-b849-a19d1c95634e.jpg?v=1781515051\" 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\/0643\/8833\/3671\/files\/08c46c46a17012404d3afe3ca34a3a98_021e410c-3c78-4fb5-9bf9-464769dde75a.jpg?v=1781515051\" 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スタイルを広げる万能Tシャツ\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\/0643\/8833\/3671\/files\/bc9e2807466c53c1bda6a3eebea893c3_b8014bdc-8447-420a-812a-68acc429d619.jpg?v=1781515051\" 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 class=\"body-text\"\u003eよれにくく、透けにくい上質な一枚。丈夫な首もとを実現するため、首まわりの縫製には「ダブルステッチ」を採用。長年愛用いただいてもきちんとした首まわりを保ちます。デザインはシンプルにロゴの刺繍をあしらいました。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e生産国：made in China\u003c\/li\u003e\n                \u003cli\u003e素材：\n                    \u003cul\u003e\n                        \u003cli\u003eWhite\/Black：Cotton 100％\u003c\/li\u003e\n                        \u003cli\u003eGray：Cotton 99%, Polyester 1%\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003eカラー：White \/ Gray \/ Black\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eサイズ展開：S-2XL\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\u003e49cm\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e42cm\u003c\/td\u003e\n                            \u003ctd\u003e19cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                            \u003ctd\u003e77cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e2XL\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e81cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 商品コードセクション --\u003e\n    \u003cdiv class=\"product-code-section text-end\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード：26SS-UBTS\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"White \/ S","offer_id":43806684348519,"sku":"325334428","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ M","offer_id":43806684381287,"sku":"325334429","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ L","offer_id":43806684414055,"sku":"325334430","price":7800.0,"currency_code":"JPY","in_stock":false},{"title":"White \/ XL","offer_id":43806684446823,"sku":"325334431","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"White \/ 2XL","offer_id":43806684479591,"sku":"325334432","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ S","offer_id":43806684512359,"sku":"325334433","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ M","offer_id":43806684545127,"sku":"325334434","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ L","offer_id":43806684577895,"sku":"325334435","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ XL","offer_id":43806684610663,"sku":"325334436","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray \/ 2XL","offer_id":43806684643431,"sku":"325334437","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ S","offer_id":43806684676199,"sku":"325334438","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ M","offer_id":43806684708967,"sku":"325334439","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ L","offer_id":43806684741735,"sku":"325334440","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ XL","offer_id":43806684774503,"sku":"325334441","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"Black \/ 2XL","offer_id":43806684807271,"sku":"325334442","price":7800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/5104b6506b6472f5c08fe948e79d29b2_317ddeba-7db5-4655-b849-a19d1c95634e.jpg?v=1781515051"},{"product_id":"118304521","title":"UNISEX ダンボールニットパーカー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e都市型スマートパーカー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e上質素材が織りなす、洗練されたアーバンデザイン。\u003cstrong\u003eタウンユースからスポーツシーンまで、どんな場面にも馴染む心地よさ\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/395724fbe089a3c8cb18c60ba4bd7e0f.jpg?v=1781515050\" 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\/0643\/8833\/3671\/files\/1792f69aac68a83129afb87335f72bb3_57f1200f-ef7a-482e-81ee-cff13d018c9d.jpg?v=1781515049\" 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\/0643\/8833\/3671\/files\/6fefad886ec1785f6e27b8ba01563712_d2af1c6d-6bdb-4d59-a290-a8345c8958bf.jpg?v=1781515049\" 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 class=\"body-text\"\u003eカジュアルなタウンユースからスポーツシーンまで取り入れやすい一枚です。クッション性のあるダンボールニット生地が、快適な着心地と洗練された印象を与えます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eほどよいやわらかさと光沢感\u003c\/strong\u003eを実現する、表糸にレーヨンを混ぜ込んだダンボールニット生地。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eアーバンライクなコーデ\u003c\/strong\u003eを後押しするきれいな生地目。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e立体的で存在感抜群\u003c\/strong\u003eな、生地厚を活かした大きめフード。\u003c\/li\u003e\n        \u003cli\u003e気室空間のある\u003cstrong\u003eダンボール状の多重構造\u003c\/strong\u003eによる、軽量性と保温性。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e洗濯しても縮みにくい\u003c\/strong\u003eイージーケア設計。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e商品素材について\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eBODY black: Polyester79% Rayon15% Polyurethane6%\u003c\/li\u003e\n        \u003cli\u003eBODY Gray: Polyester77% Rayon17% Polyurethane6%\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e生産国: made in China\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eGray\u003c\/li\u003e\n        \u003cli\u003eblack\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e展開サイズ: S・M・L・XL\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\u003e67cm\u003c\/td\u003e\n              \u003ctd\u003e52cm\u003c\/td\u003e\n              \u003ctd\u003e46cm\u003c\/td\u003e\n              \u003ctd\u003e55cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n              \u003ctd\u003e55cm\u003c\/td\u003e\n              \u003ctd\u003e50cm\u003c\/td\u003e\n              \u003ctd\u003e56cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e73cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003ctd\u003e54cm\u003c\/td\u003e\n              \u003ctd\u003e57cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e76cm\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※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cp class=\"body-text text-end\"\u003e商品コード: 25AW-12\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"グレー \/ S","offer_id":43806684840039,"sku":"290605824","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ M","offer_id":43806684872807,"sku":"290605825","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ L","offer_id":43806684905575,"sku":"290605826","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ XL","offer_id":43806684938343,"sku":"290605827","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ S","offer_id":43806684971111,"sku":"290605828","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ M","offer_id":43806685003879,"sku":"290605829","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"黒 \/ L","offer_id":43806685036647,"sku":"290605830","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ XL","offer_id":43806685069415,"sku":"290605831","price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/395724fbe089a3c8cb18c60ba4bd7e0f.jpg?v=1781515050"},{"product_id":"118391041","title":"UNISEXコットンロングスリーブT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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究極の心地よさ、コットンロンT\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肌に吸い付くような柔らかな\u003cstrong\u003eコットン100％生地\u003c\/strong\u003eが、毎日を快適に彩ります。ベーシックなデザインながら、一枚で洗練された存在感を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e6e715ccffd4fc376f1a343005d9249c_92b6fcc7-cf7e-473b-ac16-76edce9e15f2.jpg?v=1781515047\" 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さりげない個性、胸元ロゴT\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\/0643\/8833\/3671\/files\/1f7056f2041232edd8aa4a1a6f51488f_b3a612a8-c6d7-4b51-8571-6a37e8b023b6.jpg?v=1781515047\" 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無限のスタイリング、着回しロンT\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\/0643\/8833\/3671\/files\/49b49d431132435f7f31356562ff7a21_31a114b3-67bb-46b6-9454-4326ebf59688.jpg?v=1781515048\" 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ベーシックでありながら、一枚で存在感を放つロングスリーブTシャツ。日常使いに最適な、快適さとスタイルを兼ね備えたアイテムです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e肌に心地よく馴染むコットン100％の柔らかな生地\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素材：BODY　Cotton 100%\u003c\/li\u003e\n        \u003cli\u003e生産国：China\/Vietnam\/Cambodia\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\u003ewhite\u003c\/li\u003e\n        \u003cli\u003emint\u003c\/li\u003e\n        \u003cli\u003eblack\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\u003eXS\u003c\/td\u003e\n              \u003ctd\u003e62cm\u003c\/td\u003e\n              \u003ctd\u003e46cm\u003c\/td\u003e\n              \u003ctd\u003e39cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e65cm\u003c\/td\u003e\n              \u003ctd\u003e49cm\u003c\/td\u003e\n              \u003ctd\u003e42cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n              \u003ctd\u003e52cm\u003c\/td\u003e\n              \u003ctd\u003e45cm\u003c\/td\u003e\n              \u003ctd\u003e62cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e73cm\u003c\/td\u003e\n              \u003ctd\u003e55cm\u003c\/td\u003e\n              \u003ctd\u003e48cm\u003c\/td\u003e\n              \u003ctd\u003e63cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e77cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003ctd\u003e52cm\u003c\/td\u003e\n              \u003ctd\u003e64cm\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  \u003cp class=\"body-text text-end\"\u003e商品コード：25AW-13\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"白 \/ XS","offer_id":43806685102183,"sku":"290751948","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"白 \/ S","offer_id":43806685134951,"sku":"290751949","price":7800.0,"currency_code":"JPY","in_stock":false},{"title":"白 \/ M","offer_id":43806685167719,"sku":"290751950","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"白 \/ L","offer_id":43806685200487,"sku":"290751951","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"白 \/ XL","offer_id":43806685233255,"sku":"290751952","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"ミント \/ S","offer_id":43806685266023,"sku":"290751953","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"ミント \/ M","offer_id":43806685298791,"sku":"290751954","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"ミント \/ L","offer_id":43806685331559,"sku":"290751955","price":7800.0,"currency_code":"JPY","in_stock":false},{"title":"黒 \/ XS","offer_id":43806685364327,"sku":"290751956","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ S","offer_id":43806685397095,"sku":"290751957","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ M","offer_id":43806685429863,"sku":"290751958","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ L","offer_id":43806685462631,"sku":"290751959","price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ XL","offer_id":43806685495399,"sku":"290751960","price":7800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e6e715ccffd4fc376f1a343005d9249c_92b6fcc7-cf7e-473b-ac16-76edce9e15f2.jpg?v=1781515047"},{"product_id":"80743163","title":"Unisex裏起毛スウェット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eどんなシーンも彩る一着\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eゴルフから普段使いまで、あなたの毎日を豊かにするスタンダードクルーネックです。\u003cstrong\u003e裏起毛の柔らかな肌触り\u003c\/strong\u003eが、一日中続く\u003cstrong\u003e快適な着心地\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/991be1e757634c05ed6618486ab38546_fb3b62df-4251-4570-b844-ff197054d6bd.jpg?v=1781515046\" 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綿100%\u003c\/strong\u003eで毛玉ができにくく、\u003cstrong\u003e美しさが長持ち\u003c\/strong\u003eするよう工夫されています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/875a1cb6faad0eb75a13aaf3da9b27a3_2d1811d5-0d4f-48f4-b0de-210290c557c5.jpg?v=1781515046\" 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\u003e10オンス\u003c\/strong\u003eのしっかりした裏起毛ながら、\u003cstrong\u003eT\/C生地\u003c\/strong\u003eでプレー中も驚くほど\u003cstrong\u003e軽やか\u003c\/strong\u003e。アクティブなシーンでもストレスなく着用いただけます。様々なカラーからお好みを。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/9125a40e169ff3006366c536f24af1db_f7f2c768-002f-45ae-b010-55987f4cb1cb.jpg?v=1781515046\" 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 class=\"body-text\"\u003eゴルフにも普段使いにも活躍する、スタンダードスタイルのクルーネックです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e胸元のラバータグと腕のロゴ刺繍がアクセント\u003c\/li\u003e\n        \u003cli\u003e表地は綿100％で毛玉ができにくい設計\u003c\/li\u003e\n        \u003cli\u003eT\/C生地と裏起毛＆10オンスながら軽やかな着心地\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素材: cotton 52％ \/ polyester 48%\u003c\/li\u003e\n        \u003cli\u003e生産国: China\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\u003eMint\u003c\/li\u003e\n        \u003cli\u003eGray×Blackラバー\u003c\/li\u003e\n        \u003cli\u003eCharcoal Black\u003c\/li\u003e\n        \u003cli\u003eBlack\u003c\/li\u003e\n        \u003cli\u003eGray×Grayラバー\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\u003eM\u003c\/li\u003e\n        \u003cli\u003eL\u003c\/li\u003e\n        \u003cli\u003eXL\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\u003e55cm\u003c\/td\u003e\n              \u003ctd\u003e67cm\u003c\/td\u003e\n              \u003ctd\u003e48cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003ctd\u003e71cm\u003c\/td\u003e\n              \u003ctd\u003e52cm\u003c\/td\u003e\n              \u003ctd\u003e61cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e63cm\u003c\/td\u003e\n              \u003ctd\u003e76cm\u003c\/td\u003e\n              \u003ctd\u003e55cm\u003c\/td\u003e\n              \u003ctd\u003e62cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text text-end\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cp class=\"body-text text-end\"\u003e商品コード: 25AW-SWE\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"Mint \/ S","offer_id":43806685528167,"sku":"220425145","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Mint \/ M","offer_id":43806685560935,"sku":"220425146","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Mint \/ L","offer_id":43806685593703,"sku":"220425147","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Mint \/ XL","offer_id":43806685626471,"sku":"220425148","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Gray×Blackラバー \/ S","offer_id":43806685659239,"sku":"220425149","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Gray×Blackラバー \/ M","offer_id":43806685692007,"sku":"220425150","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray×Blackラバー \/ L","offer_id":43806685724775,"sku":"220425151","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Gray \/ XL","offer_id":43806685757543,"sku":"220425152","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Charcoal \/ M","offer_id":43806685790311,"sku":"299646023","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Charcoal \/ L","offer_id":43806685823079,"sku":"299646024","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Charcoal \/ XL","offer_id":43806685855847,"sku":"299646025","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ S","offer_id":43806685888615,"sku":"327552087","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ M","offer_id":43806685921383,"sku":"327552088","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"Gray×Whiteラバー \/ S","offer_id":43806685954151,"sku":"327552089","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"Gray×Whiteラバー \/ L","offer_id":43806685986919,"sku":"327552090","price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/991be1e757634c05ed6618486ab38546_fb3b62df-4251-4570-b844-ff197054d6bd.jpg?v=1781515046"},{"product_id":"74165236","title":"Unisexナイロンセットアップパーカー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\/0643\/8833\/3671\/files\/93ca9944b8cbedd90798dde7230469c7.jpg?v=1781515046\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質を纏う日本製\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e撥水冷感 どんな天候も味方に\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自の\u003cstrong\u003e冷感触感と撥水加工\u003c\/strong\u003eで、急な雨や汗ばむ日も安心。\u003cstrong\u003e優れた伸縮性\u003c\/strong\u003eが、ゴルフのスイングなどアクティブな動きを妨げません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/858b9b5621f3222fc33bca06130a594a_030aac04-af57-4e49-9382-f11e0d624118.jpg?v=1781515044\" 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\/0643\/8833\/3671\/files\/ae74026f1f38446a12615770ca2609de.jpg?v=1781515045\" 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 class=\"body-text\"\u003eMensのロングパンツ、ショートパンツ、Ladiesのスカートと同じシリーズのUnisexのパーカー。セットアップでもお使いいただけます。\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生産国: made in Japan\u003c\/li\u003e\n        \u003cli\u003e素材: nylon 85% , polyurethane 15%\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\u003ewhite\u003c\/li\u003e\n        \u003cli\u003eblack\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\u003eXS\u003c\/li\u003e\n        \u003cli\u003eS\u003c\/li\u003e\n        \u003cli\u003eM\u003c\/li\u003e\n        \u003cli\u003eL\u003c\/li\u003e\n        \u003cli\u003eXL\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              \u003cth\u003e袖丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXS\u003c\/td\u003e\n              \u003ctd\u003e97cm\u003c\/td\u003e\n              \u003ctd\u003e97cm\u003c\/td\u003e\n              \u003ctd\u003e65cm\u003c\/td\u003e\n              \u003ctd\u003e39cm\u003c\/td\u003e\n              \u003ctd\u003e61.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e102cm\u003c\/td\u003e\n              \u003ctd\u003e102cm\u003c\/td\u003e\n              \u003ctd\u003e67cm\u003c\/td\u003e\n              \u003ctd\u003e41cm\u003c\/td\u003e\n              \u003ctd\u003e64cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e107cm\u003c\/td\u003e\n              \u003ctd\u003e107cm\u003c\/td\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n              \u003ctd\u003e43cm\u003c\/td\u003e\n              \u003ctd\u003e66.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e112cm\u003c\/td\u003e\n              \u003ctd\u003e112cm\u003c\/td\u003e\n              \u003ctd\u003e71cm\u003c\/td\u003e\n              \u003ctd\u003e45cm\u003c\/td\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e117cm\u003c\/td\u003e\n              \u003ctd\u003e117cm\u003c\/td\u003e\n              \u003ctd\u003e73cm\u003c\/td\u003e\n              \u003ctd\u003e47cm\u003c\/td\u003e\n              \u003ctd\u003e71.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"product-code-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: U23-1\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ XS","offer_id":43806686019687,"sku":"204258966","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ S","offer_id":43806686052455,"sku":"204258967","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ M","offer_id":43806686085223,"sku":"204258968","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ L","offer_id":43806686117991,"sku":"204258969","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ XL","offer_id":43806686150759,"sku":"204258970","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XS","offer_id":43806686183527,"sku":"204258971","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ S","offer_id":43806686216295,"sku":"204258972","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806686249063,"sku":"204258973","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806686281831,"sku":"204258974","price":14800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ XL","offer_id":43806686314599,"sku":"204258975","price":14800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/93ca9944b8cbedd90798dde7230469c7.jpg?v=1781515046"},{"product_id":"71564602","title":"Men's ナイロンセットアップロングパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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マットな質感とさらっとした肌触りが心地よいロングパンツ。その美しいシルエットは、ゴルフから普段使いまで、大人の装いを格上げします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/629bdaa67e3357cf2dce6a0023b6a61e_b6d64845-93c2-4ff1-aadf-5524e61eab29.jpg?v=1781515042\" 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も施され、急な天候変化にもスマートに対応可能です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/ab5349bd9380d7c555e79b0e9fba2c7a_3d19b2cc-672b-4019-aed8-7d4200c2ae97.jpg?v=1781515042\" 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\/0643\/8833\/3671\/files\/2b0399da0aa0d7c2ffb2cdbc1fa08527_b467bffc-31f0-4d6e-9628-ef81b3007270.jpg?v=1781515042\" 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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の主な特徴は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eショートパンツ、ナイロンパーカーと同じシリーズで、セットアップでの着用も可能です。\u003c\/li\u003e\n          \u003cli\u003e伸縮性に優れた素材が、ゴルフのスイング時にもストレスを感じさせません。\u003c\/li\u003e\n          \u003cli\u003eマットで表面に独特な風合いがあり、幅広いコーディネートが楽しめます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材と機能性についてご案内します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: ナイロン88% ポリウレタン12%\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本 (made in japan)\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eやや薄手でコシがあり、ナイロン特有のさらっとした肌触り。\u003c\/li\u003e\n          \u003cli\u003e冷感触感機能付き。\u003c\/li\u003e\n          \u003cli\u003e撥水加工済み。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラー・サイズ展開\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品のカラーとサイズ展開は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカラー: white・black\u003c\/li\u003e\n          \u003cli\u003eサイズ: M・L・XL\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\u003eM\u003c\/th\u003e\n                \u003cth\u003eL\u003c\/th\u003e\n                \u003cth\u003eXL\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eウエスト\u003c\/td\u003e\n                \u003ctd\u003e95cm ゴム上がり73cm\u003c\/td\u003e\n                \u003ctd\u003e100cm ゴム上がり78cm\u003c\/td\u003e\n                \u003ctd\u003e105cm ゴム上がり83cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eヒップ\u003c\/td\u003e\n                \u003ctd\u003e101cm\u003c\/td\u003e\n                \u003ctd\u003e106cm\u003c\/td\u003e\n                \u003ctd\u003e111cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e股上\u003c\/td\u003e\n                \u003ctd\u003e26cm\u003c\/td\u003e\n                \u003ctd\u003e27cm\u003c\/td\u003e\n                \u003ctd\u003e28cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e股下\u003c\/td\u003e\n                \u003ctd\u003e74cm\u003c\/td\u003e\n                \u003ctd\u003e75cm\u003c\/td\u003e\n                \u003ctd\u003e76cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eワタリ幅\u003c\/td\u003e\n                \u003ctd\u003e31.5cm\u003c\/td\u003e\n                \u003ctd\u003e32.5cm\u003c\/td\u003e\n                \u003ctd\u003e33.5cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e裾幅\u003c\/td\u003e\n                \u003ctd\u003e15.5cm\u003c\/td\u003e\n                \u003ctd\u003e16.5cm\u003c\/td\u003e\n                \u003ctd\u003e17.5cm\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  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"body-text text-end\"\u003e商品コード: M23-3\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ M","offer_id":43806686347367,"sku":"198877690","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ L","offer_id":43806686380135,"sku":"198877691","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ XL","offer_id":43806686412903,"sku":"198877692","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ M","offer_id":43806686445671,"sku":"198877694","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806686478439,"sku":"198877695","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806686511207,"sku":"198877696","price":16800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/629bdaa67e3357cf2dce6a0023b6a61e_b6d64845-93c2-4ff1-aadf-5524e61eab29.jpg?v=1781515042"},{"product_id":"74367385","title":"Ladie's ナイロンセットアップスカート","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練を纏うゴルフスカート\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eマットな質感\u003c\/strong\u003eと\u003cstrong\u003e独特の風合い\u003c\/strong\u003eが、着こなしの幅を広げます。\u003cstrong\u003e日本製\u003c\/strong\u003eならではの\u003cstrong\u003e丁寧な仕立て\u003c\/strong\u003eが、\u003cstrong\u003e大人のアクティブスタイル\u003c\/strong\u003eを格上げします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/bc04bdf39067c479dadb569df1954b0d_81d87ec2-8e1a-4eb3-b589-510990a827fb.jpg?v=1781515040\" 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\/0643\/8833\/3671\/files\/67acc52b8f7402282bdca0deebe7eca3_ce417b03-7cbc-47b8-aa5d-52734946c024.jpg?v=1781515040\" 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\/0643\/8833\/3671\/files\/c66e739f879ebdadf4e1d8b2f370f03e_1bbadb2a-2012-429f-8bea-d39a940125da.jpg?v=1781515040\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eプレーをサポートする設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eナイロンパーカーと同じシリーズのスカートセットアップとしてもお使いいただけます。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eやや薄手でコシがあり、ナイロン特有のさらっとした肌ざわりが特徴。\u003c\/li\u003e\n          \u003cli\u003e冷感触感、撥水加工を施した機能性も備える素材を使用。\u003c\/li\u003e\n          \u003cli\u003e伸縮性に優れた素材のため、ゴルフのスイング時にもストレスを感じさせません。\u003c\/li\u003e\n          \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生産国：made in Japan\u003c\/li\u003e\n          \u003cli\u003e素材：nylon88％、polyurethane12％\u003c\/li\u003e\n          \u003cli\u003eカラー：white・black\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サイズ展開：S・M・L\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\u003eS\u003c\/th\u003e\n                \u003cth\u003eM\u003c\/th\u003e\n                \u003cth\u003eL\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eウエスト\u003c\/td\u003e\n                \u003ctd\u003e65cm\u003c\/td\u003e\n                \u003ctd\u003e69cm\u003c\/td\u003e\n                \u003ctd\u003e73cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eヒップ\u003c\/td\u003e\n                \u003ctd\u003e90cm\u003c\/td\u003e\n                \u003ctd\u003e94cm\u003c\/td\u003e\n                \u003ctd\u003e98cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e丈\u003c\/td\u003e\n                \u003ctd\u003e38cm\u003c\/td\u003e\n                \u003ctd\u003e40cm\u003c\/td\u003e\n                \u003ctd\u003e42cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e裾周り\u003c\/td\u003e\n                \u003ctd\u003e102cm\u003c\/td\u003e\n                \u003ctd\u003e106cm\u003c\/td\u003e\n                \u003ctd\u003e110cm\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  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"body-text text-end\"\u003e商品コード：L23-4\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ S","offer_id":43806686773351,"sku":"204649377","price":14800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ M","offer_id":43806686806119,"sku":"204649378","price":14800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ L","offer_id":43806686838887,"sku":"204649379","price":14800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ S","offer_id":43806686871655,"sku":"204649380","price":14800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ M","offer_id":43806686904423,"sku":"204649381","price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806686937191,"sku":"204649382","price":14800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/bc04bdf39067c479dadb569df1954b0d_81d87ec2-8e1a-4eb3-b589-510990a827fb.jpg?v=1781515040"},{"product_id":"125987780","title":"Men's 長袖モックネック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を格上げする長袖モックネック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eこの一枚が、洗練された大人の日常を彩ります。\u003cstrong\u003e肌触り抜群の素材\u003c\/strong\u003eが優しく体を包み込み、\u003cstrong\u003e一日中ストレスフリーな着心地\u003c\/strong\u003eを提供します。どんなスタイルにも溶け込む、シンプルなデザインが魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/b47d6a0ec2488172a50127418ecbb45a_bbd17faa-09bb-426f-b19d-c1b8a3212438.jpg?v=1781515038\" 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さりげない個性のLAzzyロゴ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e胸元に配された\u003cstrong\u003eLAzzyラバーロゴ\u003c\/strong\u003eが、主張しすぎない大人の個性を表現します。首元を美しく見せるモックネックは、\u003cstrong\u003e動きやすさを確保\u003c\/strong\u003eしつつ、都会的な雰囲気を演出。ディテールに宿るこだわりを感じてください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/fec14267290e8d67bdceba33415e48d6_315febcc-e95e-4159-85cd-4b4ef732da88.jpg?v=1781515038\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上質を引き立てるアクセント\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e着回し自在なスマートウェア\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e多彩なシーンで活躍する、\u003cstrong\u003e驚きの多機能性\u003c\/strong\u003e。インナーとしてレイヤードスタイルを楽しんだり、一枚でアウターとして着こなしたりと、\u003cstrong\u003e自由なスタイリング\u003c\/strong\u003eが可能です。背中の刺繍が、後ろ姿にも品格を与えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/cd624be810362f521eb750d882934561_d0ac3c6f-e33c-4acd-a6b5-570596a4ae2f.jpg?v=1781515038\" 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肌触り抜群の素材を使用したMen's長袖モックネックです。シンプルなデザインながら、さりげないアクセントがおしゃれに差をつけます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eLAzzyラバーロゴと背中の刺繍がさりげないアクセント\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素材: Polyester 95% Polyurethane 5%\u003c\/li\u003e\n                \u003cli\u003e生産国: China\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カラー: White \/ Black\u003c\/li\u003e\n                \u003cli\u003eサイズ展開: M-XL\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\u003e116cm\u003c\/td\u003e\n                            \u003ctd\u003e70cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e120cm\u003c\/td\u003e\n                            \u003ctd\u003e72cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e124cm\u003c\/td\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e52cm\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    \u003cdiv class=\"note-box\"\u003e\n        \u003cp class=\"body-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"text-align: right;\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: 25AW-8\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ M","offer_id":43806686969959,"sku":"301830374","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ L","offer_id":43806687002727,"sku":"301830375","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ XL","offer_id":43806687035495,"sku":"301830376","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806687068263,"sku":"301830377","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ L","offer_id":43806687101031,"sku":"301830378","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806687133799,"sku":"301830379","price":16800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/b47d6a0ec2488172a50127418ecbb45a_bbd17faa-09bb-426f-b19d-c1b8a3212438.jpg?v=1781515038"},{"product_id":"125986551","title":"Ladie's長袖モック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\"\u003eLadie'sモック 毎日を美しく演出\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\/0643\/8833\/3671\/files\/dd1b629e3e2a44554359457e42e01b1e_a6e88d67-cdb7-44da-a7b8-cfba1a0b3cc5.jpg?v=1781515037\" 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\u003eLAzzyラバーロゴ\u003c\/strong\u003eが、控えめながらもシックな存在感を放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/097e31d09c3f7bdec83dc7d3f55dd61b_420866aa-1832-4aae-a7cd-a52bd41b6349.jpg?v=1781515037\" 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が、360度どこから見ても抜かりない佇まいを実現します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/c42fc1a819299621601a261570134a00_801b25e2-97f1-47de-8ba1-45960dac18ac.jpg?v=1781515037\" 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肌触り抜群の素材を使用したLadie's長袖モックです。シンプルながらも洗練されたディテールが魅力です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e肌触り抜群の素材で心地よい着心地\u003c\/li\u003e\n                \u003cli\u003eLAzzyラバーロゴと背中の刺繍がさりげないアクセント\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素材: Polyester 95% \/ Polyurethane 5%\u003c\/li\u003e\n                \u003cli\u003e生産国: made in China\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カラー: White \/ Black\u003c\/li\u003e\n                \u003cli\u003eサイズ: S \/ M \/ L\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\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e88cm\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e92cm\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e96cm\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text text-end\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text text-end\"\u003e商品コード: 25AW-9\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ S","offer_id":43806687330407,"sku":"301825595","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ M","offer_id":43806687363175,"sku":"301825596","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ L","offer_id":43806687395943,"sku":"301825597","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ S","offer_id":43806687428711,"sku":"301825599","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806687461479,"sku":"301825600","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806687494247,"sku":"301825601","price":16800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/dd1b629e3e2a44554359457e42e01b1e_a6e88d67-cdb7-44da-a7b8-cfba1a0b3cc5.jpg?v=1781515037"},{"product_id":"94211473","title":"MENSモックネック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適な日常を彩る万能モックネック\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eソフトな肌触り\u003c\/strong\u003eと優れた\u003cstrong\u003eストレッチ性\u003c\/strong\u003eで、一日中ストレスフリーな着心地を実現します。ゴルフシーンからタウンユースまで、あらゆるスタイルに溶け込むベーシックな一枚です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/82a1e0db6c2e4451c10edad6f3182f29_85056e7f-8935-4327-a1a8-a29290ddb707.jpg?v=1781515035\" 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\u003eRAYONを75%配合\u003c\/strong\u003eした生地は、とろけるような滑らかさで肌に吸い付く感覚です。さりげなく光る\u003cstrong\u003e立体シルクプリントロゴ\u003c\/strong\u003eが、洗練された個性を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/663ea7d2ea3e87f6261bf44a43453ced_a12a3cbe-7ca5-4bac-97ee-8da6d829154b.jpg?v=1781515035\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る高級感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eタフさと品格を兼ね備えた一枚\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e繰り返し着用しても\u003cstrong\u003e型崩れしにくい耐久性能\u003c\/strong\u003eで、長くご愛用いただけます。\u003cstrong\u003e防透け性\u003c\/strong\u003eに優れているため、一枚でも安心して着こなせ、上品なグレーがスマートさを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/f9f422736540444703461824343b6259.jpg?v=1781515037\" 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    \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素材: RAYON 75%, NYLON 15%, POLYURETHANE 10%\u003c\/li\u003e\n          \u003cli\u003eカラー: gray, black\u003c\/li\u003e\n          \u003cli\u003e生産国: China\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\u003e58\u003c\/td\u003e\n                \u003ctd\u003e70\u003c\/td\u003e\n                \u003ctd\u003e48\u003c\/td\u003e\n                \u003ctd\u003e57\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e60\u003c\/td\u003e\n                \u003ctd\u003e72\u003c\/td\u003e\n                \u003ctd\u003e50\u003c\/td\u003e\n                \u003ctd\u003e58\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e62\u003c\/td\u003e\n                \u003ctd\u003e74\u003c\/td\u003e\n                \u003ctd\u003e52\u003c\/td\u003e\n                \u003ctd\u003e59\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e2XL\u003c\/td\u003e\n                \u003ctd\u003e64\u003c\/td\u003e\n                \u003ctd\u003e76\u003c\/td\u003e\n                \u003ctd\u003e54\u003c\/td\u003e\n                \u003ctd\u003e60\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"body-text text-end\"\u003e商品コード: 24AW-MMN\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"gray \/ M","offer_id":43806687527015,"sku":"250355811","price":18800.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ L","offer_id":43806687559783,"sku":"250355812","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ XL","offer_id":43806687592551,"sku":"250355813","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ 2XL","offer_id":43806687625319,"sku":"250355814","price":18800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ M","offer_id":43806687658087,"sku":"250355815","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806687690855,"sku":"250355816","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806687723623,"sku":"250355817","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ 2XL","offer_id":43806687756391,"sku":"250355818","price":18800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/82a1e0db6c2e4451c10edad6f3182f29_85056e7f-8935-4327-a1a8-a29290ddb707.jpg?v=1781515035"},{"product_id":"94211899","title":"LADIESモックネック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\"\u003eLADIESモックネック、日常の頼れる一枚\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\n        \u003c\/p\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\/0643\/8833\/3671\/files\/6a646f6bb5fcac91417aa928cbb95aed.jpg?v=1781515035\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e着回し力で、毎日を格上げ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e立体ロゴが彩る、上質ゴルフスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e胸元に施された\u003cstrong\u003e立体的なシルクプリントロゴ\u003c\/strong\u003eは、控えめながらも確かな存在感を放ちます。細部に宿るこだわりが、カジュアルな中にも\u003cstrong\u003e洗練された品格\u003c\/strong\u003eを添え、着る人の魅力を引き立てます。このモックネックが、あなたのスタイルをワンランク上の印象へと導きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/168391bba68e5835c6c33bc655dc9032.jpg?v=1781515036\" 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も期待でき、\u003cstrong\u003eお手入れのしやすさ\u003c\/strong\u003eも魅力です。デイリーからスポーツまで、あなたの頼れる相棒です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/d39e8a7e43475f44159674b5e50946da.jpg?v=1781515036\" 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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材: RAYON 75% \/ NYLON 15% \/ POLYURETHANE 10%\u003c\/li\u003e\n        \u003cli\u003e生産国: made in China\u003c\/li\u003e\n        \u003cli\u003eカラー展開: gray・black\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              \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\u003e44cm\u003c\/td\u003e\n              \u003ctd\u003e59cm\u003c\/td\u003e\n              \u003ctd\u003e60.5cm\u003c\/td\u003e\n              \u003ctd\u003e35cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e46cm\u003c\/td\u003e\n              \u003ctd\u003e61cm\u003c\/td\u003e\n              \u003ctd\u003e62.5cm\u003c\/td\u003e\n              \u003ctd\u003e37cm\u003c\/td\u003e\n              \u003ctd\u003e59cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e48cm\u003c\/td\u003e\n              \u003ctd\u003e63cm\u003c\/td\u003e\n              \u003ctd\u003e64.5cm\u003c\/td\u003e\n              \u003ctd\u003e39cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\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  \u003cdiv class=\"product-code-section\"\u003e\n    \u003cp class=\"text-end\"\u003e商品コード: 24AW-LMN\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"gray \/ S","offer_id":43806687789159,"sku":"250357082","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ M","offer_id":43806687821927,"sku":"250357083","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ L","offer_id":43806687854695,"sku":"250357084","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ S","offer_id":43806687887463,"sku":"250357085","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806687920231,"sku":"250357086","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806687952999,"sku":"250357087","price":18800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/6a646f6bb5fcac91417aa928cbb95aed.jpg?v=1781515035"},{"product_id":"125714544","title":"水筒","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\"\u003eLAzzyのロゴが映えるざらっとした手触りは、手に取るたびに\u003cstrong\u003e洗練された印象\u003c\/strong\u003eを与えます。ビジネスシーンにも自然に溶け込み、日常に上質なアクセントを添えるデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/5d537538034fb76fefee17913cce6994.jpg?v=1781515034\" 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\/0643\/8833\/3671\/files\/536623290472700e31f3a6ad32e17368_7b3bcafd-09fa-4ce9-96dd-6cc34d872626.jpg?v=1781515033\" 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オフィスでの休憩から、休日のゴルフ、アウトドアまで。選べる3色のカラーが、あなたの気分やライフスタイルに合わせて\u003cstrong\u003e日常に溶け込みます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/117dcea8c84a7ed5460be18dd2646b79_a8d0fdb0-006c-4a07-a521-7b27335e1716.jpg?v=1781515033\" 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 class=\"body-text\"\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ざらっとした手触りの塗装とLAzzyロゴによるマニッシュな印象\u003c\/li\u003e\n        \u003cli\u003eゴルフや日常など、幅広いシーンでの使用を想定\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e製品の主要素材と生産国についてご案内します。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材: ステンレス(18-8)、PP 他\u003c\/li\u003e\n        \u003cli\u003e生産国: 中国 (made in china)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eお好みに合わせて3色からお選びいただけます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eKhaki\u003c\/li\u003e\n        \u003cli\u003eGray\u003c\/li\u003e\n        \u003cli\u003eBlack\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e容量・サイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e商品の容量と具体的なサイズは以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e容量: 440ml\u003c\/li\u003e\n        \u003cli\u003e本体サイズ: φ65×243(mm)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"product-code-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 25AW-wb\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"khaki","offer_id":43759916351591,"sku":"301347957","price":4800.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":43759916384359,"sku":"301347958","price":4800.0,"currency_code":"JPY","in_stock":true},{"title":"black","offer_id":43759916417127,"sku":"301347959","price":4800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/5d537538034fb76fefee17913cce6994.jpg?v=1781515034"},{"product_id":"94213036","title":"ネオプレーンラウンドBAG ERSTOCK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\/0643\/8833\/3671\/files\/12fbe4b1e308ee1a57f3cfd5d6d246be_b5551158-3cb1-4c27-aa45-80bb97c1f0fd.jpg?v=1781515032\" 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\/0643\/8833\/3671\/files\/6fd8ffcd94b6c7022c48813de4cde969_3f3770c2-e2c5-4ffb-acfe-44793823ef2b.jpg?v=1781515032\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりが光るディテール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e充実の収納で快適に\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e豊富なポケットと仕切り\u003c\/strong\u003eで、荷物がすっきり収まります。\u003cstrong\u003eドリンクホルダー付き\u003c\/strong\u003eで、ジムやレジャーもこの一つで完結します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/f092091e4f2e5082271d24e03a73d3d4.jpg?v=1781515034\" 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      \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外側に2箇所ポケット\u003c\/li\u003e\n        \u003cli\u003e内側にチャック式ポケット1個\u003c\/li\u003e\n        \u003cli\u003e仕切り2箇所\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フロント生地: polyester 100％\u003c\/li\u003e\n        \u003cli\u003e裏地: nylon 100%\u003c\/li\u003e\n        \u003cli\u003e生産国: China\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\u003eMint\u003c\/li\u003e\n        \u003cli\u003eGray\u003c\/li\u003e\n        \u003cli\u003eBlack\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サイズ表記: Free\u003c\/li\u003e\n        \u003cli\u003e幅: 27cm\u003c\/li\u003e\n        \u003cli\u003e高さ: 21cm\u003c\/li\u003e\n        \u003cli\u003eマチ: 10cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cp class=\"caption-text text-end\"\u003e商品コード 25AW-11\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"mint","offer_id":43759916744807,"sku":"250359327","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"gray","offer_id":43759916777575,"sku":"250359328","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black","offer_id":43759916810343,"sku":"250359329","price":12800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/12fbe4b1e308ee1a57f3cfd5d6d246be_b5551158-3cb1-4c27-aa45-80bb97c1f0fd.jpg?v=1781515032"},{"product_id":"83780344","title":"キャディバック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートに決まる軽量スタンド\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e洗練されたミニマルデザインが、\u003cstrong\u003eスマートなゴルフスタイル\u003c\/strong\u003eを演出。わずか2.7kgの\u003cstrong\u003e軽量ボディ\u003c\/strong\u003eで、持ち運びのストレスを軽減し、軽快な移動を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/c6c0621f2f4d65e64439912ca467aa80_d959b0eb-68df-4575-a8a8-378aa2fc0fe8.jpg?v=1781515030\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eゴルフを軽やかに楽しむ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスリムな佇まい抜群の安定感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e無駄を省いた\u003cstrong\u003eスリムな設計\u003c\/strong\u003eが機能美を際立たせます。\u003cstrong\u003e安定感あるスタンド機能\u003c\/strong\u003eで、練習場やコースでの自立を約束。スムーズなプレーをサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/0ff93358665afd2abdd7c6e52ddcfa48_d5afc899-c06c-4347-aaf3-c6e4a0be7875.jpg?v=1781515030\" 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が、あなただけのキャディバックを創造する鍵。別売りの5種類の\u003cstrong\u003e専用バッグ\u003c\/strong\u003eを自由に装着し、最適な収納と個性を両立させます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/95fbc9ef4a7e651bef878fd9081ae79e_ff9038c4-6239-4f72-a20e-c12e4f8b58d6.jpg?v=1781515030\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eあなただけのオリジナル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eシンプルさとカスタマイズ性を両立したキャディバックです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e余計なものを排除した、シンプルで軽いスタンドタイプ。\u003c\/li\u003e\n          \u003cli\u003e両サイドのベルトでオリジナルにカスタマイズ可能。\u003c\/li\u003e\n          \u003cli\u003e別売りの5種類の専用バッグ（シューズケース、保冷バック、ボールポーチ、スコープポーチ、ウエストポーチ）を装着可能。\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生産国: made in China\u003c\/li\u003e\n          \u003cli\u003e素材: Front fabric Polyester100%, Lining Nylon100%\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型: 8.5型\u003c\/li\u003e\n          \u003cli\u003eフード付き高さ: 1.3m (92cm)\u003c\/li\u003e\n          \u003cli\u003e重量: 2.7kg\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003cp class=\"body-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-code-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: G23AW-1\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"black","offer_id":43759917138023,"sku":"229336677","price":43000.0,"currency_code":"JPY","in_stock":true},{"title":"beige","offer_id":43759917170791,"sku":"229336678","price":43000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/c6c0621f2f4d65e64439912ca467aa80_d959b0eb-68df-4575-a8a8-378aa2fc0fe8.jpg?v=1781515030"},{"product_id":"71010601","title":"Cotton CAP","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e遊び心あるロゴデザインキャップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eフロントの\u003cstrong\u003eロゴ刺繍\u003c\/strong\u003eとサイドの\u003cstrong\u003eラバータグ\u003c\/strong\u003eが、シンプルながらも個性的なアクセントを加えています。ゴルフシーンはもちろん、普段使いのカジュアルスタイルにもすんなり馴染むデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/7a4cedf67edeaf0b0ab52daa9df4d0e2_616bb72b-228c-4b84-b5ef-d4433cf4ec19.jpg?v=1781515028\" 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さらりと快適 コットンCAP\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肌触りの良い\u003cstrong\u003eコットンを100%使用\u003c\/strong\u003eし、一日中快適なつけ心地を実現します。洗練されたホワイトは、どんなコーディネートにも清潔感をプラスし、爽やかな印象を与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/58c9219f0ae9fef69471f4b8ead60f42_a2b5100d-5929-440e-8c25-db9950784e90.jpg?v=1781515027\" 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フィット感自在 マルチユースCAP\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e金属クリップアジャスター\u003c\/strong\u003eで頭囲50〜60cmまで幅広く調整が可能。女性からお子様まで、誰もが最適なフィット感で着用できます。お散歩やアウトドアシーンでの日差し対策にも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/1a79436422ae1b1bef6ddcbfdf65c823_3d24c766-932e-4884-ab49-c419b0d39473.jpg?v=1781515031\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e親子で楽しむお揃い\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eシンプルながらも遊び心のあるデザインが特徴のCAPです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eフロントにはロゴ刺繍、サイドにはラバータグを施したデザイン\u003c\/li\u003e\n          \u003cli\u003eゴルフシーンからタウンユースまで幅広く対応\u003c\/li\u003e\n          \u003cli\u003e金属クリップアジャスターでサイズ調整可能\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e快適な着用感を実現する素材と生産地です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: cotton100%\u003c\/li\u003e\n          \u003cli\u003e生産国: china\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラー展開\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eどんなコーディネートにも合わせやすいカラーバリエーションです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003ewhite\u003c\/li\u003e\n          \u003cli\u003eblack\u003c\/li\u003e\n          \u003cli\u003ebeige\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eフリーサイズで幅広い方にフィットします。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: F (フリー)\u003c\/li\u003e\n          \u003cli\u003e頭囲: 50〜60cm\u003c\/li\u003e\n          \u003cli\u003eおすすめ: ladies, kids\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード G24-1\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white","offer_id":43759917400167,"sku":"197668999","price":4800.0,"currency_code":"JPY","in_stock":true},{"title":"black","offer_id":43759917432935,"sku":"197669000","price":4800.0,"currency_code":"JPY","in_stock":true},{"title":"beige","offer_id":43759917465703,"sku":"197669001","price":4800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki","offer_id":43759917498471,"sku":"234798694","price":4800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/7a4cedf67edeaf0b0ab52daa9df4d0e2_616bb72b-228c-4b84-b5ef-d4433cf4ec19.jpg?v=1781515028"},{"product_id":"107172668","title":"Men's 2way ロングパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適な日常を彩る一本\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e快適さと機能性を両立させた、\u003cstrong\u003eオールマイティなロングパンツ\u003c\/strong\u003e。ゆったりとしたシルエットは、アクティブなシーンからリラックスタイムまで、あらゆる動きに寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/ff2166e54b388fc3943b2a0d24b54134_316e613c-4662-42a0-9399-da841b88865d.jpg?v=1781515025\" 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\/0643\/8833\/3671\/files\/c42fdb2a84cf162bd08cd48ae7e4dd7d_70842879-de23-4488-9261-6f26e5dd8aa8.jpg?v=1781515025\" 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気分で変わる2wayスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e裾を絞れば、瞬時に異なる表情を演出できる\u003cstrong\u003e2wayデザイン\u003c\/strong\u003e。ストレートで洗練された印象から、ジョガー風のアクティブなスタイルまで、自在に着こなしを楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/7a08adf202603ff55545ec6b222050b1_8123e24c-82ca-4b83-82f0-82bfe9c8b044.jpg?v=1781515025\" 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快適さと機能性を兼ね備えた、Men's 2way ロングパンツ。デザインと実用性を両立したアイテムです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e裾が絞れる2wayデザインで、着こなしの幅が広がる\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\u003eBODY：COTTON 65%, NYLON 32%, POLYURETHANE 3%\u003c\/li\u003e\n        \u003cli\u003eSLEEK：POLYESTER 100%\u003c\/li\u003e\n        \u003cli\u003e生産国：中国 (made in China)\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カラー：gray \/ black\u003c\/li\u003e\n        \u003cli\u003eサイズ：M・L・XL・2XL\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-M-\u003c\/li\u003e\n        \u003cli\u003eウエスト 73cm\u003c\/li\u003e\n        \u003cli\u003eヒップ 105cm\u003c\/li\u003e\n        \u003cli\u003e股下 67cm\u003c\/li\u003e\n        \u003cli\u003e-L-\u003c\/li\u003e\n        \u003cli\u003eウエスト 78cm\u003c\/li\u003e\n        \u003cli\u003eヒップ 110cm\u003c\/li\u003e\n        \u003cli\u003e股下 68cm\u003c\/li\u003e\n        \u003cli\u003e-XL-\u003c\/li\u003e\n        \u003cli\u003eウエスト 83cm\u003c\/li\u003e\n        \u003cli\u003eヒップ 115cm\u003c\/li\u003e\n        \u003cli\u003e股下 69cm\u003c\/li\u003e\n        \u003cli\u003e-2XL-\u003c\/li\u003e\n        \u003cli\u003eウエスト 88cm\u003c\/li\u003e\n        \u003cli\u003eヒップ 120cm\u003c\/li\u003e\n        \u003cli\u003e股下 70cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cp class=\"product-code text-end\"\u003e商品コード：25SS-MLP\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"gray \/ M","offer_id":43806687985767,"sku":"271382809","price":24000.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ L","offer_id":43806688018535,"sku":"271382810","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ XL","offer_id":43806688051303,"sku":"271382811","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ 2XL","offer_id":43806688084071,"sku":"271382812","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806688116839,"sku":"271382813","price":24000.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ L","offer_id":43806688149607,"sku":"271382814","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806688182375,"sku":"271382815","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ 2XL","offer_id":43806688215143,"sku":"271382816","price":24000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/ff2166e54b388fc3943b2a0d24b54134_316e613c-4662-42a0-9399-da841b88865d.jpg?v=1781515025"},{"product_id":"107310509","title":"Ladie's ロングパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日を彩る快適ロングパンツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e快適さ\u003c\/strong\u003eと\u003cstrong\u003eスタイルアップ\u003c\/strong\u003eを両立させたデザイン。どんなトップスにも馴染む\u003cstrong\u003eマットな質感\u003c\/strong\u003eが、日々の着こなしに上品な彩りを与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/bfdb3a5d93457ac980b1fb316ee0d5f0_7623795b-7490-4b8e-b06a-c9a013c0f102.jpg?v=1781515023\" 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\/0643\/8833\/3671\/files\/bda00990e7b654b703d8479eec17797a_5db91870-c4ed-4b8b-858f-36129be1c74e.jpg?v=1781515023\" 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\/0643\/8833\/3671\/files\/116b94670a8cc2a86cce94aec4413dc3_3b7db40d-3f13-41d8-82d7-ec38ac4f038c.jpg?v=1781515023\" 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快適さとスタイルアップを両立させたLadie's ロングパンツです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e伸縮性のある素材で、ゴルフやアクティブな日常シーンでも動きやすい\u003c\/li\u003e\n        \u003cli\u003e体に心地よくフィットする穿き心地\u003c\/li\u003e\n        \u003cli\u003eマットな質感が上品で、様々なトップスとコーディネート可能\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eウエストは紐で調整可能ですが、全体的にゆったりめのサイズ感です。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e素材詳細\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eBODY: COTTON65% NYLON32％ POLYURETHANE 3%\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e生産国\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003emade in China\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\u003egray\u003c\/li\u003e\n        \u003cli\u003eblack\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サイズ展開: S・M・L\u003c\/p\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\u003e73cm (紐で調整可）\u003c\/td\u003e\n              \u003ctd\u003e91cm\u003c\/td\u003e\n              \u003ctd\u003e22cm\u003c\/td\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e78cm (紐で調整可）\u003c\/td\u003e\n              \u003ctd\u003e96cm\u003c\/td\u003e\n              \u003ctd\u003e23cm\u003c\/td\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e83cm (紐で調整可）\u003c\/td\u003e\n              \u003ctd\u003e101cm\u003c\/td\u003e\n              \u003ctd\u003e24cm\u003c\/td\u003e\n              \u003ctd\u003e71cm\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  \u003cp class=\"text-end\"\u003e商品コード：25SS-LLP\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"gray \/ S","offer_id":43806688247911,"sku":"271560689","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ M","offer_id":43806688280679,"sku":"271560690","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ L","offer_id":43806688313447,"sku":"271560691","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ S","offer_id":43806688346215,"sku":"271560692","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806688378983,"sku":"271560693","price":24000.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806688411751,"sku":"271560694","price":24000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/bfdb3a5d93457ac980b1fb316ee0d5f0_7623795b-7490-4b8e-b06a-c9a013c0f102.jpg?v=1781515023"},{"product_id":"109980746","title":"newラインソックスA","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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履き心地追求 ラインソックスA\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e抜群のフィット感\u003c\/strong\u003eと\u003cstrong\u003e肉厚パイル\u003c\/strong\u003eが足元を快適に包み込み、長時間の着用もストレスフリーです。ロゴ刺繍が上品なアクセントになります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e7e546498402b9381095d89a3e704623_3ee4d459-059a-459d-8a07-a2c2f65f7abe.jpg?v=1781515022\" class=\"img-fluid d-block w-100 product-img\" alt=\"newラインソックスAの画像\"\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      \u003cstrong\u003e弾力のあるリブ\u003c\/strong\u003eがしっかりフィットし、ズレを気にせずアクティブな動きをサポートします。\u003cstrong\u003e抗菌・防臭加工\u003c\/strong\u003eで一日中清潔感が持続します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/9ccd0af7ed056ce0bc772d8f483fa0a9_e6cb411d-05d9-4a10-a2c5-e556fda5f2b2.jpg?v=1781515022\" class=\"img-fluid d-block w-100 product-img\" alt=\"newラインソックスAの画像\"\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      ショートパンツやスニーカーと相性抜群。\u003cstrong\u003e絶妙なクルー丈\u003c\/strong\u003eが、洗練されたカジュアルスタイルを演出します。\u003cstrong\u003e普段使いからゴルフまで\u003c\/strong\u003e幅広く活躍します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/655bd1eb88e501148b254aa148ebea85_7590388a-9054-4186-8cdc-37173346574e.jpg?v=1781515023\" class=\"img-fluid d-block w-100 product-img\" alt=\"newラインソックスAの画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eコーデが決まる一足\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e履き心地抜群のロゴ刺繍ソックスA (LAzzy socal)\u003c\/p\u003e\n        \u003cp\u003e肉厚の足底パイルと弾力のあるリブのタフさが特徴。ショートパンツやスニーカーとのコーディネートで魅せて履きたい、絶妙な丈感にこだわったクルー丈のソックス。ゴルフにも普段使いにもGOOD。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e抗菌・防臭加工を使用\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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\u003eBODY COTTON80％, POLYESTER19％, POLYURETHANE1％\u003c\/li\u003e\n          \u003cli\u003emade in China\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\u003egreen\/black\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\u003e22-25\u003c\/li\u003e\n          \u003cli\u003e25-29\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"body-text text-end\"\u003e商品コード 25SS-SSC\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"black \/ 22-25","offer_id":43806688444519,"sku":"275763545","price":3500.0,"currency_code":"JPY","in_stock":true},{"title":"green \/ 25-29","offer_id":43806688477287,"sku":"275763546","price":3500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e7e546498402b9381095d89a3e704623_3ee4d459-059a-459d-8a07-a2c2f65f7abe.jpg?v=1781515022"},{"product_id":"110069099","title":"newラインソックスB","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元で魅せる定番ラインソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eクルー丈の絶妙なバランスが、どんなスタイルも\u003cstrong\u003eワンランクアップ\u003c\/strong\u003e。シンプルながらも存在感を放ち、日常使いからアクティブシーンまで幅広く活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/0e96f6446fbf0b8426d81368c157c5bb_c09ff90f-5363-4126-b10e-bf1209ae160d.jpg?v=1781515021\" 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\/0643\/8833\/3671\/files\/56cf5dc05fa35329f2a7e724d0a6d559_b9461a67-eb44-4e82-ae64-96c1f93b9903.jpg?v=1781515021\" 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\/0643\/8833\/3671\/files\/8080ce69786136a80b6b16b5245b6dd9_562d750d-00c1-482b-b21e-b0963daaaa42.jpg?v=1781515021\" 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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e履き心地抜群のロゴ刺繍ソックスB。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e肉厚の足底パイルと弾力のあるリブでタフな作り\u003c\/li\u003e\n          \u003cli\u003eショートパンツやスニーカーに合わせた絶妙な丈感\u003c\/li\u003e\n          \u003cli\u003eゴルフにも普段使いにも適したデザイン\u003c\/li\u003e\n          \u003cli\u003e抗菌・防臭加工済み\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: BODY COTTON80％, POLYESTER19％, POLYURETHANE1％\u003c\/li\u003e\n          \u003cli\u003e生産国: China\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カラー: black\u003c\/li\u003e\n          \u003cli\u003eサイズ: 22-25cm \/ 25-29cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 25SS-LSB\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"black \/ 22-25","offer_id":43806688510055,"sku":"275787483","price":3500.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ 25-29","offer_id":43806688542823,"sku":"275787484","price":3500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/0e96f6446fbf0b8426d81368c157c5bb_c09ff90f-5363-4126-b10e-bf1209ae160d.jpg?v=1781515021"},{"product_id":"77163578","title":"ラインソックス","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\u003eLAzzyロゴライン\u003c\/strong\u003eが洗練された足元を演出します。\u003cstrong\u003eミドル丈のリブ\u003c\/strong\u003eがどんなスタイルにもフィットし、デイリーユースに活躍する一本です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/89ec67f2037d85a15ea3ffa9e7b05973_6c5c2ff2-8dd1-48b2-bc55-9f657d3a55c9.jpg?v=1781515020\" class=\"img-fluid d-block w-100 product-img\" alt=\"LAzzyロゴラインソックスのイメージ\"\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\/0643\/8833\/3671\/files\/b6e0e4ae31cdee592812c763070ea13e_35bc95de-4429-4d55-b11d-0c05766be3f5.jpg?v=1781515021\" 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です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/62b786d63ff6e8027215e3b1aa23d90c.jpg?v=1781515023\" 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        \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\"\u003eLAzzyロゴのラインが入ったミドル丈のリブソックスです。シンプルながらも洗練されたデザインと快適な履き心地が特徴です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eLAzzyロゴラインがアクセント\u003c\/li\u003e\n                    \u003cli\u003eミドル丈リブで多様なスタイルにフィット\u003c\/li\u003e\n                    \u003cli\u003eシンプルでデイリーユースに最適\u003c\/li\u003e\n                    \u003cli\u003e抜群の履き心地\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e職人の技が光る、高品質な日本製です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eMade in Japan\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e幅広い足のサイズに対応するため、複数のサイズをご用意しております。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e19-21cm\u003c\/li\u003e\n                    \u003cli\u003e22-24cm\u003c\/li\u003e\n                    \u003cli\u003e23-25cm\u003c\/li\u003e\n                    \u003cli\u003e25-27cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e贅沢な素材配合により、吸い付くようなフィット感と一日中快適な肌触りを提供します。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e綿アクリル 75％\u003c\/li\u003e\n                    \u003cli\u003eポリエステル 10％\u003c\/li\u003e\n                    \u003cli\u003eポリウレタン 10％\u003c\/li\u003e\n                    \u003cli\u003eナイロン 5％\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e様々なコーディネートに合わせやすい、魅力的なカラー展開です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eWhite\u003c\/li\u003e\n                    \u003cli\u003eBlack\u003c\/li\u003e\n                    \u003cli\u003eMint\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"product-code text-end\"\u003e商品コード: G23-7-1\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"白ベース×ミント刺繍 \/ 19-21ｃｍ","offer_id":43806688575591,"sku":"210957996","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"白ベース×ミント刺繍 \/ 22-24ｃｍ","offer_id":43806688608359,"sku":"210957997","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"黒ベース×白刺繍 \/ 23-25ｃｍ","offer_id":43806688641127,"sku":"210957998","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"黒ベース×白刺繍 \/ 25-27ｃｍ","offer_id":43806688673895,"sku":"210957999","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"白ベース×黒刺繍 \/ 19-21ｃｍ","offer_id":43806688706663,"sku":"211175488","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"白ベース×黒刺繍 \/ 22-24ｃｍ","offer_id":43806688739431,"sku":"211175489","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"白ベース×黒刺繍 \/ 23-25ｃｍ","offer_id":43806688772199,"sku":"211175490","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"白ベース×黒刺繍 \/ 25-27ｃｍ","offer_id":43806688804967,"sku":"211175491","price":2500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/89ec67f2037d85a15ea3ffa9e7b05973_6c5c2ff2-8dd1-48b2-bc55-9f657d3a55c9.jpg?v=1781515020"},{"product_id":"77184803","title":"ロゴソックス","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\u003eLAzzyロゴ\u003c\/strong\u003eが映えるミドル丈ソックス。国産の確かな技術が織りなす、抜群の履き心地と耐久性を実現しています。日常に溶け込む上質さを追求しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/6e67994c018c876e88381ba97812bdca_2356cddd-d7f2-48a3-a3ef-96cea91169e7.jpg?v=1781515019\" 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\"\u003eLAzzyロゴの刺繍は、糸の一本一本まで計算された精緻な仕上がり。繊細なリブ編みが足に心地よくフィットし、一日中快適なホールド感を保ちます。細部に宿る洗練を感じてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/cf2483966b8974707d148b6cbf85bf67_dde797a3-1aec-405b-93bc-3f5e71f26965.jpg?v=1781515019\" 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定番色ブラックがどんなスタイルにも順応する万能さ。綿アクリル素材の柔らかな肌触りはそのままに、伸縮性に富んだ素材構成がアクティブな動きをサポート。幅広いコーデに活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/a9e20f6d1c9cb34988fd7a12d01906f1.jpg?v=1781515021\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックソックス\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eシーンを選ばない万能ブラック\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eLAzzyロゴの刺繍をあしらったミドル丈のリブソックスです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eシンプルで履き心地抜群\u003c\/li\u003e\n          \u003cli\u003eミドル丈リブソックス\u003c\/li\u003e\n          \u003cli\u003e日本製 (made in Japan)\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\u003e19-21cm\u003c\/li\u003e\n          \u003cli\u003e22-24cm\u003c\/li\u003e\n          \u003cli\u003e23-25cm\u003c\/li\u003e\n          \u003cli\u003e25-27cm\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綿アクリル: 75%\u003c\/li\u003e\n          \u003cli\u003eポリエステル: 10%\u003c\/li\u003e\n          \u003cli\u003eポリウレタン: 10%\u003c\/li\u003e\n          \u003cli\u003eナイロン: 5%\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\u003ewhite (ホワイト)\u003c\/li\u003e\n          \u003cli\u003eblack (ブラック)\u003c\/li\u003e\n          \u003cli\u003emint (ミント)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"caption-text text-end\"\u003e商品コード：G23-7-2\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"白ベース×ミント刺繍 \/ 19-21cm","offer_id":43806688837735,"sku":"211016081","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"白ベース×ミント刺繍 \/ 22-24cm","offer_id":43806688870503,"sku":"211016082","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラックベース×白刺繍 \/ 23-25cm","offer_id":43806688903271,"sku":"211016083","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"ブラックベース×白刺繍 \/ 25-27cm","offer_id":43806688936039,"sku":"211016084","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"ホワイトベース×黒刺繍 \/ 19-21cm","offer_id":43806688968807,"sku":"211016085","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイトベース×黒刺繍 \/ 22-24cm","offer_id":43806689001575,"sku":"211016086","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"ホワイトベース×黒刺繍 \/ 23-25cm","offer_id":43806689034343,"sku":"211016087","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"ホワイトベース×黒刺繍 \/ 25-27cm","offer_id":43806689067111,"sku":"211016088","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/6e67994c018c876e88381ba97812bdca_2356cddd-d7f2-48a3-a3ef-96cea91169e7.jpg?v=1781515019"},{"product_id":"107368061","title":"Unisex メッセージT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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遊び心あふれるメッセージT\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e「楽しむことが成功への近道」という前向きなメッセージを大胆に配置しました。着るだけで気分が高まるユニークなデザインは、日々のコーディネートに彩りを加えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/dfe5768fe14ec34f688cf2dbbb8bbce1.jpg?v=1781515019\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e個性を引き出すデザインTシャツ\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\/0643\/8833\/3671\/files\/72c085058d99f67fd2dbd8aaab2878c4_da11f875-a774-4d5d-b317-0147384161ac.jpg?v=1781515018\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e都会的な快適さを日常に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e躍動を彩る快適ゴルフウェア\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e速乾性\u003c\/strong\u003eに優れたポリエステル素材が、汗ばむシーンでも常に\u003cstrong\u003eドライな肌触り\u003c\/strong\u003eをキープします。ゴルフやアクティブな日常で、パフォーマンスを最大限に引き出す自由な着心地を提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e4c674b8895266bfcb88806e97055b38_064bc0ae-6e4f-4f7b-9c46-2dbcf1c8bc1e.jpg?v=1781515018\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eプレイを支える高機能Tシャツ\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            \u003c\/ul\u003e\n            \u003cp\u003e\u003cstrong\u003eメッセージについて:\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e「Divertirse es el atajo hacia el éxito」＝「楽しむことが成功への近道」\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素材: BODY POLYESTER 100%\u003c\/li\u003e\n                \u003cli\u003e生産国: 中国\u003c\/li\u003e\n                \u003cli\u003eカラー: white \/ brown\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サイズ展開: XS・S・M・L・XL・2XL\u003c\/li\u003e\n            \u003c\/ul\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\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e53cm\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e18cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e67cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e19cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e2XL\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text text-end\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cp class=\"text-end\"\u003e商品コード: 25SS-MT\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ XS","offer_id":43806689099879,"sku":"271602915","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ S","offer_id":43806689132647,"sku":"271602916","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ M","offer_id":43806689165415,"sku":"271602917","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ L","offer_id":43806689198183,"sku":"271602918","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ XL","offer_id":43806689230951,"sku":"271602919","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ 2XL","offer_id":43806689263719,"sku":"271602920","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"brown \/ XS","offer_id":43806689296487,"sku":"271602921","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ S","offer_id":43806689329255,"sku":"271602922","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"brown \/ M","offer_id":43806689362023,"sku":"271602923","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"brown \/ L","offer_id":43806689394791,"sku":"271602924","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ XL","offer_id":43806689427559,"sku":"271602925","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ 2XL","offer_id":43806689460327,"sku":"271602926","price":6800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/dfe5768fe14ec34f688cf2dbbb8bbce1.jpg?v=1781515019"},{"product_id":"107311110","title":"Unisex bigロゴT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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速乾ビッグロゴT\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e快適さとアクティブなスタイルを両立したデザイン。LAzzyのビッグロゴが、洗練された個性を引き出す一枚です。日常からレジャーまで、シーンを選ばず活躍します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/8d897ba9525b475752094df173630723_210ae6e2-f153-49eb-a5ce-28d6d26d76f4.jpg?v=1781515017\" 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ユニセックスアクティブT\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eしなやかな速乾素材が、ゴルフや様々なアクティブシーンでのパフォーマンスを軽やかにサポート。性別や体型を問わず、どんな動きにも心地よくフィットします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/71e9b56b951a1c6c377a991096cc46ae_d7aef205-90bf-4259-9636-4ef1f3888cc0.jpg?v=1781515017\" 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ポリエステル100％素材\u003c\/strong\u003eで、どんなに熱いラウンドでも常にサラッと快適。ビッグロゴが映えるデザインは、他のアイテムとも簡単に調和し、あなたのゴルフスタイルをクールに演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/2b2974f4669aeaf01d812205295c37ce_b45b295a-1436-4bda-a821-ed059a6b7660.jpg?v=1781515017\" 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 class=\"body-text\"\u003e快適さとアクティブなスタイルを実現したUnisex bigロゴT。速乾性のある素材を使用しており、ゴルフや様々なアクティブシーンでのパフォーマンスをサポートします。LAzzyのbigロゴがポイント。他のアイテムともコーディネートしやすい一着です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e快適さとアクティブなスタイルの両立\u003c\/li\u003e\n                \u003cli\u003e速乾性のある素材でパフォーマンスをサポート\u003c\/li\u003e\n                \u003cli\u003eLAzzyのビッグロゴがポイント\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素材: BODY POLYESTER100%\u003c\/li\u003e\n                \u003cli\u003e生産国: China\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\u003eWhite\u003c\/li\u003e\n                \u003cli\u003eGray\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\u003eXS\u003c\/li\u003e\n                \u003cli\u003eS\u003c\/li\u003e\n                \u003cli\u003eM\u003c\/li\u003e\n                \u003cli\u003eL\u003c\/li\u003e\n                \u003cli\u003eXL\u003c\/li\u003e\n                \u003cli\u003e2XL\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細 (実寸)\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e製品の実寸値です。お手持ちの服と比べてご確認ください。\u003c\/p\u003e\n            \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\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e53cm\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e18cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e67cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e19cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e2XL\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text text-end\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 商品コードセクション --\u003e\n    \u003cdiv class=\"content-section text-end\"\u003e\n        \u003cp class=\"caption-text\"\u003e商品コード: 25SS-BLT\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ XS","offer_id":43806689493095,"sku":"271561162","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ S","offer_id":43806689525863,"sku":"271561163","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ M","offer_id":43806689558631,"sku":"271561164","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ L","offer_id":43806689591399,"sku":"271561165","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ XL","offer_id":43806689624167,"sku":"271561166","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ 2XL","offer_id":43806689656935,"sku":"271561167","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ XS","offer_id":43806689689703,"sku":"271561168","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ S","offer_id":43806689722471,"sku":"271561169","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ M","offer_id":43806689755239,"sku":"271561170","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ L","offer_id":43806689788007,"sku":"271561171","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ XL","offer_id":43806689820775,"sku":"271561172","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ 2XL","offer_id":43806689853543,"sku":"271561173","price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/8d897ba9525b475752094df173630723_210ae6e2-f153-49eb-a5ce-28d6d26d76f4.jpg?v=1781515017"},{"product_id":"107366878","title":"Unisex シリコンプリントT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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軽やか速乾、ユニセックスT\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e軽やかで速乾性に優れたポリエステル素材が、汗ばむ季節でも一日中サラリと快適に過ごすことを可能にします。胸元の控えめなミニロゴは、洗練された個性を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/b3b1cad60be17061a41396b9aca9b479_b4f2ce82-4abc-4836-a068-ae682742022d.jpg?v=1781515016\" 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アクティブに映えるTシャツ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eアクティブな動きにもしなやかにフィットする絶妙なシルエットが、一日を通してストレスフリーな着用感を約束します。カジュアルな日常からスポーツシーンまで、多様なスタイルに自然に溶け込みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/dddb1b18780a0b903bd495b92d58a77e_b4b5eeb7-62e2-400b-a5dd-419b3db99558.jpg?v=1781515016\" 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軽やかで速乾性に優れたポリエステル素材を使用した、ユニセックスシリコンプリントTです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eアクティブな動きにもフィットし、一日を通して快適に過ごせる仕上がり\u003c\/li\u003e\n                \u003cli\u003e胸元にはシリコン素材で施したLAzzyのミニロゴ\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素材: POLYESTER100%\u003c\/li\u003e\n                \u003cli\u003e生産国: made in China\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カラー: white\u003c\/li\u003e\n                \u003cli\u003eサイズ: XS・S・M・L・XL・2XL\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\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e53cm\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e18cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e67cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e19cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e2XL\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\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    \u003cdiv class=\"note-box\"\u003e\n        \u003cp class=\"body-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"product-code-section text-end\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: 25SS-SPT\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ XS","offer_id":43806689886311,"sku":"271598739","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ S","offer_id":43806689919079,"sku":"271598740","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ M","offer_id":43806689951847,"sku":"271598741","price":6800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ L","offer_id":43806689984615,"sku":"271598742","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ XL","offer_id":43806690017383,"sku":"271598743","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ 2XL","offer_id":43806690050151,"sku":"271598744","price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/b3b1cad60be17061a41396b9aca9b479_b4f2ce82-4abc-4836-a068-ae682742022d.jpg?v=1781515016"},{"product_id":"100700851","title":"Men'sジップアップモックネック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eゴルフをさらに格上げする洗練デザイン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e洗練されたデザインが、ゴルフ場でも街中でも際立つ一着。計算されたシルエットが、あなたのスタイルをスマートに演出します。動きやすさと上品さを兼ね備えた、大人のためのモックネックです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/67105a28a99e46ffadbeb753292a768d_fbeeaed2-5716-45bd-9cbb-2b0eb5cb7df5.jpg?v=1781515015\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんなシーンにも映える一着\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eプレーを妨げない快適ゴルフウェア\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e高機能ストレッチ素材が、身体の動きに吸い付くようにフィットします。スイング時も全くストレスを感じさせない、卓越した伸縮性が快適なプレーを約束。一日中、心地よさが続きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/1fcc2e78de6d16ca036ccbc410ab602f_61940bf3-f852-44d2-a1ac-0f1c9c624349.jpg?v=1781515015\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自由な動きを叶える伸縮性\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eアクティブシーンを彩る機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e背中まで美しい立体的な裁断が、あらゆる動きをサポート。肩周りの窮屈感を解消し、ゴルフはもちろん、普段の活動にも軽やかな着用感を提供します。スマートな印象を崩さないデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e0a16a865706b63f04aa6a2dbc4058b8.jpg?v=1781515017\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e後姿まで抜かりない着こなし\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e快適な着心地とスタイリッシュな印象を与えるジップアップモックネックです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e伸縮性に優れた素材で、スイングの動きを妨げず快適なプレーを実現\u003c\/li\u003e\n          \u003cli\u003eカジュアルにもスポーティにも合わせやすい万能アイテム\u003c\/li\u003e\n          \u003cli\u003eスタイリッシュなデザインで、洗練された印象を演出\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e生産国: China\u003c\/li\u003e\n          \u003cli\u003eBODY: POLYESTER 95% \/ POLYURETHANE 5%\u003c\/li\u003e\n          \u003cli\u003eRIB: POLYESTER 97% \/ POLYURETHANE 3%\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\u003emint\u003c\/li\u003e\n          \u003cli\u003ebrown\u003c\/li\u003e\n          \u003cli\u003eblack\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\u003eM\u003c\/li\u003e\n          \u003cli\u003eL\u003c\/li\u003e\n          \u003cli\u003eXL\u003c\/li\u003e\n          \u003cli\u003e2XL\u003c\/li\u003e\n        \u003c\/ul\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\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e73cm\u003c\/td\u003e\n                \u003ctd\u003e38.8cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e54cm\u003c\/td\u003e\n                \u003ctd\u003e75cm\u003c\/td\u003e\n                \u003ctd\u003e39.5cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e77cm\u003c\/td\u003e\n                \u003ctd\u003e40.3cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e2XL\u003c\/td\u003e\n                \u003ctd\u003e58cm\u003c\/td\u003e\n                \u003ctd\u003e79cm\u003c\/td\u003e\n                \u003ctd\u003e41cm\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-code-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 25SS-MMN\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"mint \/ M","offer_id":43806694473831,"sku":"271374116","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"mint \/ L","offer_id":43806694506599,"sku":"271374117","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"mint \/ XL","offer_id":43806694539367,"sku":"271374118","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"mint \/ 2XL","offer_id":43806694572135,"sku":"271374119","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ M","offer_id":43806694604903,"sku":"271374120","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ L","offer_id":43806694637671,"sku":"271374121","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"browni \/ XL","offer_id":43806694670439,"sku":"271374122","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ 2XL","offer_id":43806694703207,"sku":"271374123","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806694735975,"sku":"271374124","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806694768743,"sku":"271374125","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806694801511,"sku":"271374126","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ 2XL","offer_id":43806694834279,"sku":"271374127","price":12800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/67105a28a99e46ffadbeb753292a768d_fbeeaed2-5716-45bd-9cbb-2b0eb5cb7df5.jpg?v=1781515015"},{"product_id":"103100784","title":"Men's ジップアップポロ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大人の日常着、快適ジップアップポロ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e軽やかな透け感素材が、\u003cstrong\u003eオンオフ問わず快適な着心地\u003c\/strong\u003eを約束。ゴルフから普段使いまで、洗練された大人の着こなしを叶える一着です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/a73a89060e561c4105b10dea9c62102a_a28818b7-2895-493e-95dd-6dc82979160d.jpg?v=1781515013\" 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\/0643\/8833\/3671\/files\/38389128fc29f0cf2c397f8ae93d121a_28f633d8-8528-49cd-a9d2-dbe1bd3b9ae9.jpg?v=1781515013\" 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\/0643\/8833\/3671\/files\/18adba0a0e70b86b4058e68230e5412a_4e45301c-591a-4868-bc28-036b7dcc0a05.jpg?v=1781515013\" class=\"img-fluid d-block w-100 product-img\" alt=\"アクティブな動きを支える\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eアクティブな動きを支える\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e軽やかな透け感素材が快適な着心地を実現し、幅広いシーンで活躍します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eゴルフから普段使いまで対応\u003c\/li\u003e\n          \u003cli\u003e快適な着心地を追求\u003c\/li\u003e\n          \u003cli\u003eスイングを妨げない優れたフィット感\u003c\/li\u003e\n          \u003cli\u003eカジュアルにもスポーティにも合うデザイン\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e肌触りの良い素材を使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eBODY：POLYESTER 95%　POLYURETHANE 5%\u003c\/li\u003e\n          \u003cli\u003eRIB：POLYESTER 97%　POLYURETHANE 3%\u003c\/li\u003e\n          \u003cli\u003e生産国：made in China\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お好みに合わせて選べる3色展開です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eミント\u003c\/li\u003e\n          \u003cli\u003eブラウン\u003c\/li\u003e\n          \u003cli\u003eブラック\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ展開\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eMから2XLまで、幅広いサイズをご用意しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eM\u003c\/li\u003e\n          \u003cli\u003eL\u003c\/li\u003e\n          \u003cli\u003eXL\u003c\/li\u003e\n          \u003cli\u003e2XL\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\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e71.5cm\u003c\/td\u003e\n                \u003ctd\u003e44cm\u003c\/td\u003e\n                \u003ctd\u003e21.5cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e54cm\u003c\/td\u003e\n                \u003ctd\u003e73.5cm\u003c\/td\u003e\n                \u003ctd\u003e46cm\u003c\/td\u003e\n                \u003ctd\u003e22.5cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e75.5cm\u003c\/td\u003e\n                \u003ctd\u003e48cm\u003c\/td\u003e\n                \u003ctd\u003e23.5cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e2XL\u003c\/td\u003e\n                \u003ctd\u003e58cm\u003c\/td\u003e\n                \u003ctd\u003e77.5cm\u003c\/td\u003e\n                \u003ctd\u003e50cm\u003c\/td\u003e\n                \u003ctd\u003e24.5cm\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  \u003cdiv class=\"content-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 25SS-MPS\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"mint \/ M","offer_id":43806700011623,"sku":"271373761","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"mint \/ L","offer_id":43806700044391,"sku":"271373762","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"mint \/ XL","offer_id":43806700077159,"sku":"271373763","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"mint \/ 2XL","offer_id":43806700109927,"sku":"271373764","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ M","offer_id":43806700142695,"sku":"271373765","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ L","offer_id":43806700175463,"sku":"271373766","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ XL","offer_id":43806700208231,"sku":"271373767","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ 2XL","offer_id":43806700240999,"sku":"271373768","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806700273767,"sku":"271373769","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ L","offer_id":43806700306535,"sku":"271373770","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806700339303,"sku":"271373771","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ 2XL","offer_id":43806700372071,"sku":"271373772","price":12800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/a73a89060e561c4105b10dea9c62102a_a28818b7-2895-493e-95dd-6dc82979160d.jpg?v=1781515013"},{"product_id":"106960512","title":"Men's パイピングショートパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\/0643\/8833\/3671\/files\/e2cf5641718f4521de2884b7ebbe563c_752197c7-00dd-4e76-908e-e219a96cdd8c.jpg?v=1781515009\" 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\/0643\/8833\/3671\/files\/8a99c2fb06026f0b1bab185c43bd69a2_e28bb098-f467-42b1-88fd-85822f3e222d.jpg?v=1781515009\" 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\/0643\/8833\/3671\/files\/40476f0153ae4a2b11f36c28c2981610.jpg?v=1781515011\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適な一日を約束\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e快適さとスタイルを兼ね備えた、Men's ショートパンツ。ゴルフや普段使いはもちろん、カジュアルなシーンにもぴったりなアイテムです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e軽やかな素材で動きやすいデザイン\u003c\/li\u003e\n                    \u003cli\u003e通気性に優れ、暑い季節も快適\u003c\/li\u003e\n                    \u003cli\u003e様々なシーンに合わせやすい洗練されたスタイル\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e高品質な素材を使用し、快適な着心地と耐久性を両立しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eBODY：NYLON 94% POLYURETHANE 6%\u003c\/li\u003e\n                    \u003cli\u003ePIPING：POLYESTER 100%\u003c\/li\u003e\n                    \u003cli\u003eSLEEK：POLYESTER 100%\u003c\/li\u003e\n                    \u003cli\u003e生産国：made in China\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eお好みに合わせて選べる3色展開です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003emint\u003c\/li\u003e\n                    \u003cli\u003ebrown\u003c\/li\u003e\n                    \u003cli\u003eblack\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e以下のサイズスペックをご参照ください。\u003c\/p\u003e\n                \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\u003e69cm\u003c\/td\u003e\n                                \u003ctd\u003e24cm\u003c\/td\u003e\n                                \u003ctd\u003e41.5cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e74cm\u003c\/td\u003e\n                                \u003ctd\u003e25cm\u003c\/td\u003e\n                                \u003ctd\u003e43.5cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXL\u003c\/td\u003e\n                                \u003ctd\u003e79cm\u003c\/td\u003e\n                                \u003ctd\u003e26cm\u003c\/td\u003e\n                                \u003ctd\u003e45.5cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e2XL\u003c\/td\u003e\n                                \u003ctd\u003e84cm\u003c\/td\u003e\n                                \u003ctd\u003e27cm\u003c\/td\u003e\n                                \u003ctd\u003e47.5cm\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!-- 商品コードセクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e商品コード：25SS-MSP\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"khaki \/ M","offer_id":43806702960743,"sku":"271159462","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"khaki \/ L","offer_id":43806702993511,"sku":"271159463","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"khaki \/ XL","offer_id":43806703026279,"sku":"271159464","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"khaki \/ 2XL","offer_id":43806703059047,"sku":"271159465","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ M","offer_id":43806703091815,"sku":"271159466","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ L","offer_id":43806703124583,"sku":"271159467","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ XL","offer_id":43806703157351,"sku":"271159468","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ 2XL","offer_id":43806703190119,"sku":"271159469","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806703222887,"sku":"271159470","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806703255655,"sku":"271159471","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806703288423,"sku":"271159472","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ 2XL","offer_id":43806703321191,"sku":"271159473","price":18800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e2cf5641718f4521de2884b7ebbe563c_752197c7-00dd-4e76-908e-e219a96cdd8c.jpg?v=1781515009"},{"product_id":"107180170","title":"Ladie's バックロゴモックネック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e背中で魅せるゴルフスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e大胆なバックロゴ\u003c\/strong\u003eが、プレイ中も普段使いでも視線を集めます。遊び心溢れるデザインで、あなたの個性を最大限に引き出す一着です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/077f655fe4bafb374ac7ea25536064e7_21b6224f-bfca-4397-82fe-620d7bd8bfcf.jpg?v=1781515006\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e個性を主張するデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適な着心地モックネック\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e柔らかな\u003cstrong\u003eコットン素地\u003c\/strong\u003eが、動きやすさと快適な着心地を実現。洗練モックネックは、\u003cstrong\u003e様々なボトムスにマッチ\u003c\/strong\u003eし、着回し力を高めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/1e0ab795fb6f182f3b33cddd48d1b251_b91b8be4-3c51-4f20-b659-75fe19a36146.jpg?v=1781515006\" 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\/0643\/8833\/3671\/files\/0caf1842858fdf5f4c73a388ba336ef3_71e64c59-8f8c-41fd-9a9e-a008579237ac.jpg?v=1781515006\" 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 class=\"body-text\"\u003eLadie's バックロゴモックネックは、ゴルフはもちろん、普段使いにも最適なアイテムです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eバックプリントの\u003cstrong\u003eロゴデザイン\u003c\/strong\u003eがポイントです。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e肌触りの良いコットン素地\u003c\/strong\u003eを使用し、動きやすさと着心地の良さを考慮した仕上がりです。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e様々なボトムスと合わせやすく\u003c\/strong\u003e、コーディネートが楽しみになる一着です。\u003c\/li\u003e\n        \u003cli\u003eカラー展開: mint, brown, black\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素材: BODY COTTON 65%, NYLON 32%, POLYURETHANE 3%\u003c\/li\u003e\n        \u003cli\u003e生産国: 中国 (made in China)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e本製品のサイズ展開はM, L, XLです。\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\u003e42cm\u003c\/td\u003e\n              \u003ctd\u003e64cm\u003c\/td\u003e\n              \u003ctd\u003e36cm\u003c\/td\u003e\n              \u003ctd\u003e16.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e44cm\u003c\/td\u003e\n              \u003ctd\u003e66cm\u003c\/td\u003e\n              \u003ctd\u003e38cm\u003c\/td\u003e\n              \u003ctd\u003e17.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e46cm\u003c\/td\u003e\n              \u003ctd\u003e68cm\u003c\/td\u003e\n              \u003ctd\u003e40cm\u003c\/td\u003e\n              \u003ctd\u003e18.5cm\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  \u003cdiv class=\"product-code-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 25SS-LMN\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"mint \/ S","offer_id":43806705909863,"sku":"271402355","price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"mint \/ M","offer_id":43806705942631,"sku":"271402356","price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"mint \/ L","offer_id":43806705975399,"sku":"271402357","price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ S","offer_id":43806706008167,"sku":"271402358","price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ M","offer_id":43806706040935,"sku":"271402359","price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ L","offer_id":43806706073703,"sku":"271402360","price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ S","offer_id":43806706106471,"sku":"271402361","price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806706139239,"sku":"271402362","price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806706172007,"sku":"271402363","price":11800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/077f655fe4bafb374ac7ea25536064e7_21b6224f-bfca-4397-82fe-620d7bd8bfcf.jpg?v=1781515006"},{"product_id":"107283768","title":"Ladie's ショートパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\n      \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\n        \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\n          \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e快適な着用感と美しいシルエットを両立。足元をすっきりと見せ、日常からアクティブシーンまで、\u003cstrong\u003e洗練された着こなし\u003c\/strong\u003eを叶えます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/ba613c00fd9b8f507af891d627ee0c33_46d0c5e1-a833-4ce5-91ee-e72d1c9f42ac.jpg?v=1781515004\" 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\n      \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\n        \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\n          \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\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\/0643\/8833\/3671\/files\/064be5b66f1953ec77e2748b5e9a69b0_8b9dcf09-cd58-475b-a85f-8479a7dfb109.jpg?v=1781515003\" 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\n      \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\n        \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e\n          \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eコットンを主とした\u003cstrong\u003e上質な素材\u003c\/strong\u003eは、\u003cstrong\u003eしなやかな肌触り\u003c\/strong\u003eをもたらします。後ろポケットのLAzzyロゴが、さりげないアクセントを添える一着です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/632bf89897238b180abc0eae8790938e_e2775d3f-7b13-4f31-937b-e010a39d8fa4.jpg?v=1781515003\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eLAzzyロゴのポイント\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 class=\"body-text\"\u003e快適さと美しいシルエットを兼ね備えた、Ladie's ショートパンツです。ストレッチ素材を使用しているので動きやすく、体のラインをきれいに見せてくれます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全面に立体的なLAzzyロゴマーク\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\u003eBODY: COTTON65% NYLON32％ POLYURETHANE 3%\u003c\/li\u003e\n        \u003cli\u003e生産国: China\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\u003emint\u003c\/li\u003e\n        \u003cli\u003ebrown\u003c\/li\u003e\n        \u003cli\u003eblack\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\u003eS\u003c\/li\u003e\n        \u003cli\u003eM\u003c\/li\u003e\n        \u003cli\u003eL\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            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e64cm\u003c\/td\u003e\n              \u003ctd\u003e30.5cm\u003c\/td\u003e\n              \u003ctd\u003e8cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n              \u003ctd\u003e32.5cm\u003c\/td\u003e\n              \u003ctd\u003e9cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e74cm\u003c\/td\u003e\n              \u003ctd\u003e34.5cm\u003c\/td\u003e\n              \u003ctd\u003e10cm\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  \u003cp class=\"caption-text text-end\"\u003e商品コード 25SS-LSP\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"mint \/ S","offer_id":43806718984295,"sku":"271513548","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"mint \/ M","offer_id":43806719017063,"sku":"271513549","price":18800.0,"currency_code":"JPY","in_stock":false},{"title":"mint \/ L","offer_id":43806719049831,"sku":"271513550","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ S","offer_id":43806719082599,"sku":"271515028","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ M","offer_id":43806719115367,"sku":"271515029","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"brown \/ L","offer_id":43806719148135,"sku":"271515030","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ S","offer_id":43806719180903,"sku":"271515031","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806719213671,"sku":"271515032","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806719246439,"sku":"271515033","price":18800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/ba613c00fd9b8f507af891d627ee0c33_46d0c5e1-a833-4ce5-91ee-e72d1c9f42ac.jpg?v=1781515004"},{"product_id":"86620927","title":"Unisex セットアップ モックネック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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\/0643\/8833\/3671\/files\/cf7feea412fa3f1fd7f7594c392829fe.png?v=1781515002\" 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\/0643\/8833\/3671\/files\/3f9012e9bbdc2e1755fcca2fb6ea5704.png?v=1781515002\" 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\/0643\/8833\/3671\/files\/ed227adf44e2f5d2ed4816f1e5323f37_5fe15a75-b923-4e78-bcec-78f9618c1cf0.png?v=1781515002\" 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軽やかな着心地とデザイン性を両立。ゴルフからタウンユースまで幅広く活躍します。\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同素材の24SS-3メンズショートパンツ、24SS-7プリーツスカートとセットアップ可能\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生産国: made in China\u003c\/li\u003e\n          \u003cli\u003e素材:\n            \u003cul\u003e\n              \u003cli\u003eBody: nylon90％　polyurethane10％\u003c\/li\u003e\n              \u003cli\u003eRib: polyester97%.  polyurethane 3%\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/li\u003e\n          \u003cli\u003eカラー展開: khaki \/ beige \/ black\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\u003eXS\u003c\/td\u003e\n                \u003ctd\u003e49cm\u003c\/td\u003e\n                \u003ctd\u003e66cm\u003c\/td\u003e\n                \u003ctd\u003e46cm\u003c\/td\u003e\n                \u003ctd\u003e20cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eS\u003c\/td\u003e\n                \u003ctd\u003e51cm\u003c\/td\u003e\n                \u003ctd\u003e68cm\u003c\/td\u003e\n                \u003ctd\u003e48cm\u003c\/td\u003e\n                \u003ctd\u003e21cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e53cm\u003c\/td\u003e\n                \u003ctd\u003e70cm\u003c\/td\u003e\n                \u003ctd\u003e50cm\u003c\/td\u003e\n                \u003ctd\u003e22cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e55cm\u003c\/td\u003e\n                \u003ctd\u003e72cm\u003c\/td\u003e\n                \u003ctd\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e23cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e57cm\u003c\/td\u003e\n                \u003ctd\u003e74cm\u003c\/td\u003e\n                \u003ctd\u003e54cm\u003c\/td\u003e\n                \u003ctd\u003e24cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e2XL\u003c\/td\u003e\n                \u003ctd\u003e59cm\u003c\/td\u003e\n                \u003ctd\u003e76cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e25cm\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!-- 商品コードセクション --\u003e\n  \u003cdiv class=\"content-section text-end\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 24SS-1\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"beige \/ XS","offer_id":43806734745703,"sku":"236671830","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ S","offer_id":43806734778471,"sku":"236671831","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ M","offer_id":43806734811239,"sku":"236671832","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"beige \/ L","offer_id":43806734844007,"sku":"237504699","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"beige \/ XL","offer_id":43806734876775,"sku":"237504700","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"beige \/ 2XL","offer_id":43806734909543,"sku":"237504701","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"khaki \/ XS","offer_id":43806734942311,"sku":"237504702","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ S","offer_id":43806734975079,"sku":"237504703","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ M","offer_id":43806735007847,"sku":"237504704","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ L","offer_id":43806735040615,"sku":"237504706","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ XL","offer_id":43806735073383,"sku":"237504707","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"khaki \/ 2XL","offer_id":43806735106151,"sku":"237504708","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ XS","offer_id":43806735138919,"sku":"237504709","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ S","offer_id":43806735171687,"sku":"237504711","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ M","offer_id":43806735204455,"sku":"237504712","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806735237223,"sku":"237504713","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ XL","offer_id":43806735269991,"sku":"237504714","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ 2XL","offer_id":43806735302759,"sku":"237504715","price":13800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/cf7feea412fa3f1fd7f7594c392829fe.png?v=1781515002"},{"product_id":"86642486","title":"Mens セットアップショートパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e夏のゴルフ、軽快に楽しむ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e超軽量で伸縮性に富んだ生地が、あらゆる動きに追従し、夏のゴルフやアクティブシーンを\u003cstrong\u003eストレスなくサポート\u003c\/strong\u003eします。表面感のあるワッシャー素材は見た目にも涼しげで、真夏のプレーも心地よく。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/93d9aadfb0e4ccb6790da14bc6ab3aae_8aa02649-ef8c-4f81-bf80-b217863e79c5.jpg?v=1781514999\" 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\/0643\/8833\/3671\/files\/6f9d2ebe2de9c06f89f40b2134bbb33e_448bcf28-3098-442c-a069-ce1e448401e3.jpg?v=1781514999\" 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\/0643\/8833\/3671\/files\/f554f3d577dd126df73250b0b1627b00_040495c5-9524-47de-a6f4-352095578f4d.jpg?v=1781514998\" 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            \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本体: ナイロン90%, ポリウレタン10%\u003c\/li\u003e\n                \u003cli\u003eメッシュ部分: ポリエステル97%, ポリウレタン8%\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カーキ (khaki)\u003c\/li\u003e\n                \u003cli\u003eベージュ (beige)\u003c\/li\u003e\n                \u003cli\u003eブラック (black)\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                            \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\u003e64cm\u003c\/td\u003e\n                            \u003ctd\u003e106cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                            \u003ctd\u003e17cm\u003c\/td\u003e\n                            \u003ctd\u003e53cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e111cm\u003c\/td\u003e\n                            \u003ctd\u003e25cm\u003c\/td\u003e\n                            \u003ctd\u003e18cm\u003c\/td\u003e\n                            \u003ctd\u003e55.6cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e116cm\u003c\/td\u003e\n                            \u003ctd\u003e26cm\u003c\/td\u003e\n                            \u003ctd\u003e19cm\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e79cm\u003c\/td\u003e\n                            \u003ctd\u003e121cm\u003c\/td\u003e\n                            \u003ctd\u003e27cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                            \u003ctd\u003e30.3cm\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    \u003cdiv class=\"product-code-section text-end\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: 24SS-3\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"beige \/ S","offer_id":43806737956967,"sku":"236714242","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ M","offer_id":43806737989735,"sku":"236714243","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ L","offer_id":43806738022503,"sku":"236714244","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ XL","offer_id":43806738055271,"sku":"237543040","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ 2XL","offer_id":43806738088039,"sku":"237543041","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"khaki \/ S","offer_id":43806738120807,"sku":"237543042","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ M","offer_id":43806738153575,"sku":"237543043","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ L","offer_id":43806738186343,"sku":"237543044","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ XL","offer_id":43806738219111,"sku":"237543045","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ 2XL","offer_id":43806738251879,"sku":"237543046","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ S","offer_id":43806738284647,"sku":"237543047","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ M","offer_id":43806738317415,"sku":"237543048","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ L","offer_id":43806738350183,"sku":"237543049","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ XL","offer_id":43806738382951,"sku":"237543050","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ 2XL","offer_id":43806738415719,"sku":"237543051","price":15800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/93d9aadfb0e4ccb6790da14bc6ab3aae_8aa02649-ef8c-4f81-bf80-b217863e79c5.jpg?v=1781514999"},{"product_id":"86643298","title":"Ladeis セットアッププリーツスカート","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eどこへでも映える洗練プリーツスカート\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e超軽量\u003c\/strong\u003eながらもしなやかに体にフィットし、どんな動きも妨げません。表面感のある\u003cstrong\u003eワッシャー素材\u003c\/strong\u003eが、見た目にも涼しげで上品な印象を与えます。ゴルフ場から街まで、洗練されたスタイルを演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/a9ed4f2c3b0085ee7082e1e725d55b3e.png?v=1781514998\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e軽やかスポーツシック\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eストレスフリーな着心地を実現\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e高い\u003cstrong\u003e伸縮性\u003c\/strong\u003eを誇る生地が、一日中快適なフィット感を約束します。小さめの作りなので、ワンサイズアップでゆとりある着心地をお楽しみください。同素材のモックネックと合わせれば、完璧な\u003cstrong\u003eセットアップスタイル\u003c\/strong\u003eが完成します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/ce90d3fe9b6db9900f6ff3d67c473389_10a2d8c5-1999-43d5-8db1-ca5122eba371.png?v=1781514998\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適ストレッチ素材\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e細部に宿る上質感と洗練\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e繊細な\u003cstrong\u003eワッシャー加工\u003c\/strong\u003eが施された生地は、光の当たり方で表情を変え、見るたびに新たな魅力に気づかされます。こだわりの\u003cstrong\u003eロゴ刺繍\u003c\/strong\u003eが、さりげなく上品なアクセントを添え、着る人の個性を引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/b049935e81435a792f2f60983456c208.jpg?v=1781514997\" 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同素材のUnisex セットアップモックネック（24SS-1）とのセットアップが可能。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※サイズ感は小さめのため、ワンサイズアップをおすすめします。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: ナイロン90%、ポリウレタン10%\u003c\/li\u003e\n                \u003cli\u003e生産国: 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eカーキ\u003c\/li\u003e\n                \u003cli\u003eベージュ\u003c\/li\u003e\n                \u003cli\u003eブラック\u003c\/li\u003e\n            \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\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                            \u003ctd\u003e40cm\u003c\/td\u003e\n                            \u003ctd\u003e96cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e66cm\u003c\/td\u003e\n                            \u003ctd\u003e41cm\u003c\/td\u003e\n                            \u003ctd\u003e98.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e42cm\u003c\/td\u003e\n                            \u003ctd\u003e101cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e76cm\u003c\/td\u003e\n                            \u003ctd\u003e43cm\u003c\/td\u003e\n                            \u003ctd\u003e103.5cm\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    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text text-end\"\u003e商品コード: 24SS-7\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"beige \/ S","offer_id":43806738579559,"sku":"236716012","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"beige \/ M","offer_id":43806738612327,"sku":"236716013","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ L","offer_id":43806738645095,"sku":"236716014","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ XL","offer_id":43806738677863,"sku":"237543734","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ S","offer_id":43806738710631,"sku":"237543735","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"khaki \/ M","offer_id":43806738743399,"sku":"237543736","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ L","offer_id":43806738776167,"sku":"237543737","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ XL","offer_id":43806738808935,"sku":"237543738","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ S","offer_id":43806738841703,"sku":"237543739","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806738874471,"sku":"237543740","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806738907239,"sku":"237543741","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ XL","offer_id":43806738940007,"sku":"237543742","price":16800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/a9ed4f2c3b0085ee7082e1e725d55b3e.png?v=1781514998"},{"product_id":"86585507","title":"Unisex オーバーサイズジップアップポロ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eユニセックスで叶える洗練スタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e上質な素材と計算されたオーバーサイズシルエットが、着る人に極上のリラックス感を与えます。\u003cstrong\u003eゴルフシーンから普段使いまで、ボーダレスに活躍する一枚\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/59eac8e49cc6e6c45354d0964f51fe93_72a0c4e6-0a7e-41e5-b1c2-458b06af1708.jpg?v=1781514995\" 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\/0643\/8833\/3671\/files\/f352c4cd1518142fb11c64cd3d01789d.png?v=1781514996\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e着る人のスタイルを際立たせる\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e細部に宿る上質さと機能美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eフロントのジップアップと襟元のライン入りリブが、\u003cstrong\u003e洗練された都会的な印象\u003c\/strong\u003eを創り出します。しなやかな肌触りの\u003cstrong\u003e高伸縮素材\u003c\/strong\u003eが、一日中快適な着心地を提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/358ea18a0c8c20da24e4873aa1000496_7f8ace24-6f50-43fb-8ebf-50488ec23ba7.png?v=1781514996\" 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ゴルフシーンから普段使いまで幅広く活躍\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本体: レーヨン66％、ナイロン27％、ポリウレタン7％\u003c\/li\u003e\n                \u003cli\u003eリブ: ポリエステル97％、ポリウレタン3％\u003c\/li\u003e\n                \u003cli\u003e生産国: 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラー展開\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eホワイト\u003c\/li\u003e\n                \u003cli\u003eブラック\u003c\/li\u003e\n            \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展開サイズ: XS, S, M, L, XL, 2XL\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\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e53cm\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e49cm\u003c\/td\u003e\n                            \u003ctd\u003e18cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e67cm\u003c\/td\u003e\n                            \u003ctd\u003e51cm\u003c\/td\u003e\n                            \u003ctd\u003e19cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e53cm\u003c\/td\u003e\n                            \u003ctd\u003e20cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\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    \u003c!-- 商品コードセクション --\u003e\n    \u003cdiv class=\"content-section text-end\"\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: 24SS-2\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ XS","offer_id":43806738972775,"sku":"236598566","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"white \/ S","offer_id":43806739005543,"sku":"236598567","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ M","offer_id":43806739038311,"sku":"237544144","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ L","offer_id":43806739071079,"sku":"237544145","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ XL","offer_id":43806739103847,"sku":"237544146","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ 2XL","offer_id":43806739136615,"sku":"237544147","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ XS","offer_id":43806739169383,"sku":"237544148","price":13800.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ S","offer_id":43806739202151,"sku":"237544149","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806739234919,"sku":"237544150","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806739267687,"sku":"237544151","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806739300455,"sku":"237544152","price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ 2XL","offer_id":43806739333223,"sku":"237544153","price":13800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/59eac8e49cc6e6c45354d0964f51fe93_72a0c4e6-0a7e-41e5-b1c2-458b06af1708.jpg?v=1781514995"},{"product_id":"86617108","title":"unisex定番モックネックT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eアクティブシーンを軽やかに\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e軽さと動きやすさを追求した\u003cstrong\u003e特殊素材\u003c\/strong\u003eが、どんな\u003cstrong\u003eアクティブシーン\u003c\/strong\u003eでもあなたをサポート。汗をかいてもすぐに乾き、常に\u003cstrong\u003eさらりとした着心地\u003c\/strong\u003eが持続します。この一枚が、あなたの日常をより\u003cstrong\u003e快適なもの\u003c\/strong\u003eへと変えるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/b27ce4f017b011e9b5cdb38bc3b9388f_3240c26d-dea0-45eb-9599-6355d879186c.jpg?v=1781514994\" 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ナイロン90%とポリウレタン10%のブレンド素材\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\/0643\/8833\/3671\/files\/b789804404a6b8a61d70392f105481b0_28c6fcd4-098d-44b0-af78-863f6ccd598b.png?v=1781514994\" 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\u003eLazzyロゴ\u003c\/strong\u003eが、確かなブランドの証として刻まれています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/0901438e16b8356c22727fdf50a6dc36_bc26e3d1-d130-4db9-8b82-351ec1ff59a0.jpg?v=1781514994\" 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シンプルながら存在感のあるLazzyオリジナルロゴデザイン\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素材: ナイロン90%、ポリウレタン10%\u003c\/li\u003e\n                \u003cli\u003e生産国: 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラー展開\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e様々なシーンに合わせやすい落ち着いたカラーをご用意しました。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eカーキ\u003c\/li\u003e\n                \u003cli\u003eグレー\u003c\/li\u003e\n            \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\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e48.5cm\u003c\/td\u003e\n                            \u003ctd\u003e67cm\u003c\/td\u003e\n                            \u003ctd\u003e40cm\u003c\/td\u003e\n                            \u003ctd\u003e21cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e50.5cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e42cm\u003c\/td\u003e\n                            \u003ctd\u003e22cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e52.5cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e44cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e54.5cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e56.5cm\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e2XL\u003c\/td\u003e\n                            \u003ctd\u003e58.5cm\u003c\/td\u003e\n                            \u003ctd\u003e77cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e26cm\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    \u003cp class=\"body-text text-end\"\u003e商品コード：24SS-6\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"gray \/ XS","offer_id":43806739365991,"sku":"237544806","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ S","offer_id":43806739398759,"sku":"237544807","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ M","offer_id":43806739431527,"sku":"237544808","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ L","offer_id":43806739464295,"sku":"237544809","price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"gray \/ XL","offer_id":43806739497063,"sku":"237544810","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"gray \/ 2XL","offer_id":43806739529831,"sku":"237544811","price":12800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/b27ce4f017b011e9b5cdb38bc3b9388f_3240c26d-dea0-45eb-9599-6355d879186c.jpg?v=1781514994"},{"product_id":"116103530","title":"OUTLET unisex定番モックネックT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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軽快アクティブT、スタイル際立つ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cspan class=\"strong-text\"\u003e軽やかに身体にフィット\u003c\/span\u003eし、どんな動きも妨げません。\u003cspan class=\"strong-text\"\u003e汗をかいてもすぐに乾き\u003c\/span\u003e、\u003cspan class=\"strong-text\"\u003e常に快適な肌触り\u003c\/span\u003eが続きます。Lazzyのロゴが、\u003cspan class=\"strong-text\"\u003e洗練された印象\u003c\/span\u003eを与えます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/9665465171f3821dbf9ec0dda2c2ecef_c1c2c44c-5886-4855-98b8-1b1a2ad60798.png?v=1781514993\" 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賢く選ぶ、万能ユニセックスT\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      後ろのラバータグに変色がありますが、着用に影響なし。この品質を\u003cspan class=\"strong-text\"\u003e特別価格\u003c\/span\u003eで手に入れるチャンスです。\u003cspan class=\"strong-text\"\u003eナイロンとポリウレタン混紡\u003c\/span\u003eが、\u003cspan class=\"strong-text\"\u003eしなやかな肌触り\u003c\/span\u003eと\u003cspan class=\"strong-text\"\u003e伸縮性\u003c\/span\u003eを実現します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/7d6e5eed9c917a63b5ff83b7691f78f7_82141b12-1bae-4fad-9e84-0fc03455c123.jpg?v=1781514992\" 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\n      首元を優しく包む\u003cspan class=\"strong-text\"\u003eモックネックデザイン\u003c\/span\u003eは、\u003cspan class=\"strong-text\"\u003e窮屈さのない絶妙なフィット感\u003c\/span\u003e。\u003cspan class=\"strong-text\"\u003eしっとりとした肌触り\u003c\/span\u003eの素材が、\u003cspan class=\"strong-text\"\u003e素肌に寄り添う心地よさ\u003c\/span\u003eをもたらします。\u003cspan class=\"strong-text\"\u003e一日中ストレスフリー\u003c\/span\u003eに過ごせます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/2378dd42a99a48a11a4da493a517bf66_9bd3e335-d888-46a1-be20-b6b52dc4ee93.png?v=1781514994\" 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後ろのラバータグに変色があるため、OUTLET価格で提供しています。\u003c\/li\u003e\n        \u003cli\u003e軽くて動きやすく、乾きやすい素材で、アクティブシーンに最適です。\u003c\/li\u003e\n        \u003cli\u003e同色でシンプルに、Lazzyのオリジナルロゴが大きくデザインされています。\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素材：nylon 90%、polyurethane 10%\u003c\/li\u003e\n        \u003cli\u003e生産国：made in China\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\u003ekhaki\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\u003eXS、S、M、L、XL、2XL\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\u003eXS\u003c\/td\u003e\n              \u003ctd\u003e48.5cm\u003c\/td\u003e\n              \u003ctd\u003e67cm\u003c\/td\u003e\n              \u003ctd\u003e40cm\u003c\/td\u003e\n              \u003ctd\u003e21cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e50.5cm\u003c\/td\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n              \u003ctd\u003e42cm\u003c\/td\u003e\n              \u003ctd\u003e22cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e52.5cm\u003c\/td\u003e\n              \u003ctd\u003e71cm\u003c\/td\u003e\n              \u003ctd\u003e44cm\u003c\/td\u003e\n              \u003ctd\u003e23cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e54.5cm\u003c\/td\u003e\n              \u003ctd\u003e73cm\u003c\/td\u003e\n              \u003ctd\u003e46cm\u003c\/td\u003e\n              \u003ctd\u003e24cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e56.5cm\u003c\/td\u003e\n              \u003ctd\u003e75cm\u003c\/td\u003e\n              \u003ctd\u003e48cm\u003c\/td\u003e\n              \u003ctd\u003e25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e2XL\u003c\/td\u003e\n              \u003ctd\u003e58.5cm\u003c\/td\u003e\n              \u003ctd\u003e77cm\u003c\/td\u003e\n              \u003ctd\u003e50cm\u003c\/td\u003e\n              \u003ctd\u003e26cm\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!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      ※本製品は、後ろのラバータグに変色があるためOUTLET価格となっております。着用には影響ございません。\u003cbr\u003e\n      ※サイズスペックには多少の誤差がございますので予めご了承ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品コードセクション --\u003e\n  \u003cp class=\"product-code text-end\"\u003e商品コード：24SS-6\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"khaki \/ XS","offer_id":43806739562599,"sku":"286490392","price":11520.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ S","offer_id":43806739595367,"sku":"286490393","price":11520.0,"currency_code":"JPY","in_stock":true},{"title":"khaki \/ M","offer_id":43806739628135,"sku":"286490394","price":11520.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ L","offer_id":43806739660903,"sku":"286490395","price":11520.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ XL","offer_id":43806739693671,"sku":"286490396","price":11520.0,"currency_code":"JPY","in_stock":false},{"title":"khaki \/ 2XL","offer_id":43806739726439,"sku":"286490397","price":11520.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/9665465171f3821dbf9ec0dda2c2ecef_c1c2c44c-5886-4855-98b8-1b1a2ad60798.png?v=1781514993"},{"product_id":"86643081","title":"Men's定番ロングパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大人の日常着、ゴルフも快適\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e薄手でコシのある\u003cstrong\u003eナイロン素材\u003c\/strong\u003eは、さらりとした\u003cstrong\u003e肌触り\u003c\/strong\u003eが特徴。マットな\u003cstrong\u003e風合い\u003c\/strong\u003eが上品さを演出し、\u003cstrong\u003eゴルフから日常まであらゆるシーン\u003c\/strong\u003eに活躍します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/f7dc690ee5d4d7985a88699279351a8c_df23fcbb-57ab-47df-8549-0eb9fd756e69.jpg?v=1781514991\" 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    \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\/0643\/8833\/3671\/files\/21bff43e98c74f3104f48d8ecc87e9a2_6239e432-41e1-4c84-8886-b1b9a11a974e.jpg?v=1781514991\" 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    \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\/0643\/8833\/3671\/files\/3c46defbf2d9ff837b83db846354928a_5744fd91-58cc-4e24-88ee-59626dcc7f5f.jpg?v=1781514991\" 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 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                \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生産国：made in China\u003c\/li\u003e\n                \u003cli\u003e素材：\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003e本体：nylon90％ polyurethane10％\u003c\/li\u003e\n                        \u003cli\u003e裏地：polyester80% cotton20%\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003eカラー：beige\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e対応サイズ：M・L・XL・2XL\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\u003eM\u003c\/th\u003e\n                            \u003cth\u003eL\u003c\/th\u003e\n                            \u003cth\u003eXL\u003c\/th\u003e\n                            \u003cth\u003e2XL\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eウエスト\u003c\/td\u003e\n                            \u003ctd\u003e95cm（ゴム上がり73cm）\u003c\/td\u003e\n                            \u003ctd\u003e100cm（ゴム上がり78cm）\u003c\/td\u003e\n                            \u003ctd\u003e105cm（ゴム上がり83cm）\u003c\/td\u003e\n                            \u003ctd\u003e110cm（ゴム上がり88cm）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eヒップ\u003c\/td\u003e\n                            \u003ctd\u003e101cm\u003c\/td\u003e\n                            \u003ctd\u003e106cm\u003c\/td\u003e\n                            \u003ctd\u003e111cm\u003c\/td\u003e\n                            \u003ctd\u003e116cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股上\u003c\/td\u003e\n                            \u003ctd\u003e26cm\u003c\/td\u003e\n                            \u003ctd\u003e27cm\u003c\/td\u003e\n                            \u003ctd\u003e28cm\u003c\/td\u003e\n                            \u003ctd\u003e29cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股下\u003c\/td\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e76cm\u003c\/td\u003e\n                            \u003ctd\u003e77cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eワタリ幅\u003c\/td\u003e\n                            \u003ctd\u003e31.5cm\u003c\/td\u003e\n                            \u003ctd\u003e32.5cm\u003c\/td\u003e\n                            \u003ctd\u003e33.5cm\u003c\/td\u003e\n                            \u003ctd\u003e34.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e裾幅\u003c\/td\u003e\n                            \u003ctd\u003e15.5cm\u003c\/td\u003e\n                            \u003ctd\u003e16.5cm\u003c\/td\u003e\n                            \u003ctd\u003e17.5cm\u003c\/td\u003e\n                            \u003ctd\u003e18.5cm\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    \u003cdiv class=\"content-section product-code-section\"\u003e\n        \u003cp class=\"body-text text-end\"\u003e商品コード：24SS-5\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"beige \/ M","offer_id":43806740119655,"sku":"236715490","price":18800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ L","offer_id":43806740152423,"sku":"236715491","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"beige \/ XL","offer_id":43806740185191,"sku":"237546383","price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"beige \/ 2XL","offer_id":43806740217959,"sku":"237546384","price":18800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/f7dc690ee5d4d7985a88699279351a8c_df23fcbb-57ab-47df-8549-0eb9fd756e69.jpg?v=1781514991"},{"product_id":"86642860","title":"Men's定番ショートパンツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e休日もゴルフも、軽やかに決まる一本\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e触れるたび、\u003cstrong\u003eさらりと心地よい肌触り\u003c\/strong\u003e。\u003cstrong\u003e薄手ながらコシのある上質ナイロン素材\u003c\/strong\u003eが、カジュアルからゴルフシーンまで幅広く対応します。\u003cstrong\u003eマットな質感\u003c\/strong\u003eが装いを洗練された印象へと導きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/5dc093b2f44958e0b444ed682d3f4633_24bd2173-f753-457a-9a31-55d37ce5be38.png?v=1781514991\" class=\"img-fluid d-block w-100 product-img\" alt=\"落ち着いたベージュのショートパンツ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e落ち着いたベージュ、日常に馴染む\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e細部まで息づく、大人の遊び心\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e右足裾に配された\u003cstrong\u003e波モチーフの刺繍\u003c\/strong\u003eは、ブランドのこだわりとゴルフへの情熱を静かに物語ります。シンプルながらも洗練されたディテールが、\u003cstrong\u003eワンランク上の着こなし\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/06289afd2a7f91e88c563d6270299c0f_d03b0189-6ec5-41cf-ac2b-f493c5479f40.jpg?v=1781514991\" 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をサポートし、快適なプレイ環境を提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/9eac9ea26467af61899969c35650de48_d6a86c91-7edf-4176-8785-eb43ec653c63.jpg?v=1781514991\" 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            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e薄手ながらコシのある、さらっとした肌ざわり\u003c\/li\u003e\n                \u003cli\u003e抜群の伸縮性でストレスフリーな着心地\u003c\/li\u003e\n                \u003cli\u003eマットで独特な風合いがコーディネートの幅を広げる\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e使用されている素材と生産国についてご案内いたします。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e生産国: China\u003c\/li\u003e\n                \u003cli\u003e本体素材: ナイロン90%、ポリウレタン10%\u003c\/li\u003e\n                \u003cli\u003e裏地素材: ポリエステル80%、コットン20%\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\u003eM\u003c\/th\u003e\n                            \u003cth\u003eL\u003c\/th\u003e\n                            \u003cth\u003eXL\u003c\/th\u003e\n                            \u003cth\u003e2XL\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eウエスト\u003c\/td\u003e\n                            \u003ctd\u003e95cm\u003c\/td\u003e\n                            \u003ctd\u003e100cm\u003c\/td\u003e\n                            \u003ctd\u003e105cm\u003c\/td\u003e\n                            \u003ctd\u003e110cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eヒップ\u003c\/td\u003e\n                            \u003ctd\u003e105cm\u003c\/td\u003e\n                            \u003ctd\u003e110cm\u003c\/td\u003e\n                            \u003ctd\u003e115cm\u003c\/td\u003e\n                            \u003ctd\u003e120cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股上\u003c\/td\u003e\n                            \u003ctd\u003e24.5cm\u003c\/td\u003e\n                            \u003ctd\u003e25.5cm\u003c\/td\u003e\n                            \u003ctd\u003e26.5cm\u003c\/td\u003e\n                            \u003ctd\u003e27.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股下\u003c\/td\u003e\n                            \u003ctd\u003e20.5cm\u003c\/td\u003e\n                            \u003ctd\u003e21.5cm\u003c\/td\u003e\n                            \u003ctd\u003e22.5cm\u003c\/td\u003e\n                            \u003ctd\u003e23.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eワタリ幅\u003c\/td\u003e\n                            \u003ctd\u003e33.5cm\u003c\/td\u003e\n                            \u003ctd\u003e34.5cm\u003c\/td\u003e\n                            \u003ctd\u003e35.5cm\u003c\/td\u003e\n                            \u003ctd\u003e36.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e裾幅\u003c\/td\u003e\n                            \u003ctd\u003e25cm\u003c\/td\u003e\n                            \u003ctd\u003e26cm\u003c\/td\u003e\n                            \u003ctd\u003e27cm\u003c\/td\u003e\n                            \u003ctd\u003e28cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 商品コードセクション --\u003e\n    \u003cp class=\"product-code text-end\"\u003e商品コード: 24SS-4\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"beige \/ M","offer_id":43806740283495,"sku":"236715061","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ L","offer_id":43806740316263,"sku":"236715062","price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"beige \/ XL","offer_id":43806740349031,"sku":"237545163","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"beige \/ 2XL","offer_id":43806740381799,"sku":"237545164","price":16800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/5dc093b2f44958e0b444ed682d3f4633_24bd2173-f753-457a-9a31-55d37ce5be38.png?v=1781514991"},{"product_id":"71008622","title":"Mens モックネックT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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ゴルフを攻める高機能Tシャツ\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\/0643\/8833\/3671\/files\/970a7b13b787a625564e9d25928af727_363e4359-af21-4b02-ac7e-c70ae2236774.jpg?v=1781514989\" 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が、あらゆるスイングをサポートし、快適なプレイを持続させます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/e7cdc3470445c63b4eda563df6e5ea96_6f4f593c-36e4-4e4d-b113-aef635a366e1.jpg?v=1781514989\" class=\"img-fluid d-block w-100 product-img\" alt=\"ストレスフリーなパフォーマンス\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eストレスフリーなパフォーマンス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上質を纏うモックネックの洗練\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e軽くしなやかな肌触りの\u003cstrong\u003eトリコット素材\u003c\/strong\u003eが、首元にやさしくフィット。厚みのある生地は透け感を気にせず、\u003cstrong\u003eスマートな着こなし\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/b146159267b60912a3f36ed6d53877e8_8c42b10b-bf43-480d-8206-b5d9346f0d5a.jpg?v=1781514989\" 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    \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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: nylon85% polyurethane15%\u003c\/li\u003e\n                \u003cli\u003e生産国: made in japan\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\u003ewhite\u003c\/li\u003e\n                \u003cli\u003eblack\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\u003eM\u003c\/li\u003e\n                \u003cli\u003eL\u003c\/li\u003e\n                \u003cli\u003eXL\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\u003e52.5cm\u003c\/td\u003e\n                            \u003ctd\u003e72cm\u003c\/td\u003e\n                            \u003ctd\u003e44cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e54.5cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e56.5cm\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text text-end\"\u003e※サイズスペックには多少の誤差がございますので予めご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cp class=\"product-code text-end\"\u003e商品コード M23-1\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ M","offer_id":43806744150119,"sku":"197665037","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ L","offer_id":43806744182887,"sku":"197668397","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ XL","offer_id":43806744215655,"sku":"197668398","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806744248423,"sku":"199579621","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806744281191,"sku":"199579622","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806744313959,"sku":"199579623","price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/970a7b13b787a625564e9d25928af727_363e4359-af21-4b02-ac7e-c70ae2236774.jpg?v=1781514989"},{"product_id":"71009672","title":"Mens ポロシャツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F4F1EA; \n      font-family: Urbanist, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E2723;\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 #D9D3CC;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E2723; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D9D3CC; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E2723; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3E272340 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 #D9D3CC;\n      border-radius: 0px;\n      background-color: #F4F1EA; \n      color: #3E2723;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E2723; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F4F1EA; 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: #3E2723; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #D9D3CC; 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: #F4F1EA; color: #3E2723; 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: #3E2723; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E2723; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #3E2723; 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: #3E2723; margin-bottom: 12px; border-bottom: 1px solid #3E2723; 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 #D9D3CC; th, td { padding: 12px 8px; border: 1px solid #D9D3CC; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E2723; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #D9D3CC; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E2723; 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上質を纏う大人のためのポロシャツ。\u003cstrong\u003eクラシックな見た目ながら、ハイテク素材を採用したMade in Japanの逸品。\u003c\/strong\u003eゴルフからタウンユースまで、シーンを選ばず活躍します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/22abd966c7137181b6c3f22b5b398bdb_da93958f-cd85-404b-b4c4-f7b7f8fabee9.jpg?v=1781514988\" 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\/0643\/8833\/3671\/files\/69b77c4d9c983463e49e50b6353c5b1d_16b7af6e-07aa-475d-8f6b-36fa933d89b9.jpg?v=1781514988\" 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洗濯耐久性を備えたTECHNOCLEAN加工\u003c\/strong\u003eを施しました。何度洗っても型崩れしにくく、いつでも清潔感を保てます。襟裏のさりげないデザインも魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/432e11c741efc398ca9baa7263dcf23a_c8a164da-2de3-4694-8152-c4df9a47016e.jpg?v=1781514988\" 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!-- スペック・詳細セクション --\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優れた\u003cstrong\u003e吸水性\u003c\/strong\u003eと\u003cstrong\u003e抗菌・防臭性\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e洗濯耐久性\u003c\/strong\u003eに優れたTECHNOCLEAN加工\u003c\/li\u003e\n                \u003cli\u003eコットンのような柔らかな手触り\u003c\/li\u003e\n                \u003cli\u003eスポーツからタウンユースまで、シーンを選ばず着用可能\u003c\/li\u003e\n                \u003cli\u003e腕にはLAzzyオリジナルラバータグがあしらわれています\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素材: polyester 100%\u003c\/li\u003e\n                \u003cli\u003eカラー展開: white・black\u003c\/li\u003e\n                \u003cli\u003e生産国: made in japan\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\u003eM、L、XLの3サイズ展開です。\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\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e44cm\u003c\/td\u003e\n                            \u003ctd\u003e22.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e23.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e48cm\u003c\/td\u003e\n                            \u003ctd\u003e24.5cm\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    \u003c!-- 商品コードセクション --\u003e\n    \u003cdiv class=\"product-code text-end\"\u003e\n        商品コード: M23-2\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LAzzy Japan","offers":[{"title":"white \/ M","offer_id":43806744346727,"sku":"197667230","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ L","offer_id":43806744379495,"sku":"197667231","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"white \/ XL","offer_id":43806744412263,"sku":"197667232","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ M","offer_id":43806744445031,"sku":"197667233","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ L","offer_id":43806744477799,"sku":"197667234","price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"black \/ XL","offer_id":43806744510567,"sku":"197667235","price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/8833\/3671\/files\/22abd966c7137181b6c3f22b5b398bdb_da93958f-cd85-404b-b4c4-f7b7f8fabee9.jpg?v=1781514988"}],"url":"https:\/\/lazzy.we-shop.jp\/collections\/new-arrivals.oembed?page=2","provider":"LAzzy","version":"1.0","type":"link"}