{"title":"ホワイト","description":"","products":[{"product_id":"product_5bebf1ee-b6f4-7050-d84f-6ec2f05828be","title":"Mock neck L\/S shirt WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003ch2 class=\"product-name\"\u003eMock neck L\/S shirt WHT\u003c\/h2\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\/0714\/8519\/4309\/files\/8576b1_1fc7bc172a0c4bb7982247b6f5f54d57_mv2_2ca78a81-fc51-45cf-9630-2e2fd3dc73f9.jpg?v=1781246038\" 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吸水速乾性とストレッチ性という2つの優れた機能を両立\u003c\/strong\u003eします。汗ばむ季節でもサラリとした肌触りを保ち、\u003cstrong\u003eあらゆる動きに心地よくフィット\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_7cd19235b1374c48a86baaf4eb44fbb5_mv2_1095ce73-0130-412d-a88b-b00cdabc47f9.jpg?v=1781246038\" 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\/0714\/8519\/4309\/files\/8576b1_d489773683cc46189e0325669a4a86e1_mv2_d5f626e9-0258-4094-85e6-9a594e047d2e.jpg?v=1781246038\" 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素材: ポリエステル83% ポリウレタン17%\u003c\/li\u003e\n          \u003cli\u003e機能: 吸水速乾、ストレッチ\u003c\/li\u003e\n          \u003cli\u003e原産国: 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の特徴的なデザインについてご紹介します。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e背部にはシグネチャーロゴをラバープリント\u003c\/li\u003e\n          \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e59cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e74cm\u003c\/td\u003e\n                \u003ctd\u003e59cm\u003c\/td\u003e\n                \u003ctd\u003e53cm\u003c\/td\u003e\n                \u003ctd\u003e60cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e77cm\u003c\/td\u003e\n                \u003ctd\u003e62cm\u003c\/td\u003e\n                \u003ctd\u003e54cm\u003c\/td\u003e\n                \u003ctd\u003e61cm\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        \u003cp class=\"body-text\"\u003e※仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"M","offer_id":45041153802309,"sku":"BK-27 WHT","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041153835077,"sku":"BK-27 WHT","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041153867845,"sku":"BK-27 WHT","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_1fc7bc172a0c4bb7982247b6f5f54d57_mv2_2ca78a81-fc51-45cf-9630-2e2fd3dc73f9.jpg?v=1781246038"},{"product_id":"product_b84a0d72-d512-0ed6-5824-03db42dcbbe1","title":"6panel cap WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e街からアウトドア 旬の白キャップ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b8f022df96d84a0b88211874d1586e84_mv2_f2c77be6-664b-4122-a4da-fe79810fffe3.jpg?v=1781246079\" class=\"img-fluid d-block w-100 product-img\" alt=\"爽やかな白のキャップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e爽やかな白が魅せる存在感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e綿100%の肌触り\u003c\/strong\u003eが、長時間の着用でも\u003cstrong\u003eストレスフリー\u003c\/strong\u003e。\n      \u003cstrong\u003e吸汗速乾機能\u003c\/strong\u003eで汗を気にせず、\u003cstrong\u003eベルクロで完璧フィット\u003c\/strong\u003e。\n      \u003cstrong\u003e立体刺繍のロゴ\u003c\/strong\u003eが、\u003cstrong\u003e洗練された大人の休日スタイル\u003c\/strong\u003eを演出します。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材と生産国は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : ベトナム\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eデザインの細部は以下のポイントをご確認ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e正面にブランドロゴの立体刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \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サイズF：頭囲 57.5cm〜62cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品のお届け、送料、返品・交換に関する詳細は下記をご確認ください。\u003c\/p\u003e\n    \u003ch4\u003e配送について\u003c\/h4\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/li\u003e\n      \u003cli\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/li\u003e\n      \u003cli\u003e1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4\u003e返品・交換について\u003c\/h4\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品到着後7日以内に限り返品・交換が可能です。\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!-- \/shipping-box --\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/li\u003e\n      \u003cli\u003e仕上がり寸法には各箇所＋ー1cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c!-- \/note-box --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"UMIZARU,YAMAZARU,KIKAZARU","offers":[{"title":"F","offer_id":45041154785349,"sku":"BK-50 WHT","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_1b7639b8909e4d45bffdd446baa2db2f_mv2_e5bf9123-6780-4fd0-9268-7289b9916acd.jpg?v=1781246047"},{"product_id":"product_bae2b67e-635d-f381-497b-5a73598a3c8b","title":"H\/S Mock neck shirt WHT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e背中で魅せる洗練デザイン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eゆとりのあるサイズ感が、動きやすさと今どきのリラックス感を両立。背面に配された\u003cstrong\u003eシグネチャーロゴ\u003c\/strong\u003eが、スタイリングに自信を与えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_001f82411bce4c459274f962d313eb7d_mv2_a79bc465-403c-4c94-9739-342eef9a2e8b.jpg?v=1781246049\" 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\/0714\/8519\/4309\/files\/8576b1_0bb39aa6c3e146fc875e2502323b06eb_mv2.jpg?v=1781246050\" 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\/0714\/8519\/4309\/files\/8576b1_ef37b98b411f4b7882e286717afbce26_mv2.jpg?v=1781246050\" 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=\"basic-list\"\u003e\n                \u003cli\u003e素材: ポリエステル83% ポリウレタン17%\u003c\/li\u003e\n                \u003cli\u003e原産国: 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能性\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品は快適な着心地をサポートする機能を備えています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e吸水速乾\u003c\/li\u003e\n                \u003cli\u003eストレッチ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eデザインのこだわり\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e細部にまでブランドのこだわりが詰まっています。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e背部にはシグネチャーロゴをラバープリント\u003c\/li\u003e\n                \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n                \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \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\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e53cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e77cm\u003c\/td\u003e\n                            \u003ctd\u003e62cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\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            \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仕上がり寸法には各箇所プラスマイナス1〜2cmの個体差がございます。\u003c\/li\u003e\n                \u003cli\u003e洗濯により3〜5％の縮みが生じます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e予めご了承下さいませ。\u003c\/p\u003e\n            \u003cp\u003e※黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"M","offer_id":45041155047493,"sku":"BK-26 WHT","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041155080261,"sku":"BK-26 WHT","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041155113029,"sku":"BK-26 WHT","price":7920.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_001f82411bce4c459274f962d313eb7d_mv2_a79bc465-403c-4c94-9739-342eef9a2e8b.jpg?v=1781246049"},{"product_id":"product_a5106e7f-5b3b-11b8-f97c-c5b32cea7055","title":"H\/S Mock neck shirts WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練の白モックネック\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自ブレンドのナイロンとポリウレタンが、肌に吸い付くような\u003cstrong\u003e滑らかな感触\u003c\/strong\u003eと\u003cstrong\u003e抜群の伸縮性\u003c\/strong\u003eを実現。美しいモックネックは、都会的なゴルフスタイルを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_f24d402584864ba29f39a35333da7cfa_mv2_9e347344-ae21-4dd2-ba90-469c55427533.jpg?v=1781246114\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質な素材感とデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e真夏のゴルフも快適に\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eスイングを妨げない\u003cstrong\u003eゆったり感\u003c\/strong\u003eと、\u003cstrong\u003e吸水速乾\u003c\/strong\u003e・\u003cstrong\u003e接触冷感機能\u003c\/strong\u003eが融合。真夏のラウンドでも常にドライで涼しく、最高のパフォーマンスをサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_6336751e32104305a01631e2188c5a9b_mv2_677a1557-7785-4902-a414-e5053253b2eb.jpg?v=1781246114\" 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\/0714\/8519\/4309\/files\/8576b1_433d86738e684f6ca188ce56818b0dee_mv2_9c987bcf-74ef-4ed1-ae07-0246639e5c25.jpg?v=1781246114\" 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素材: ナイロン77% ポリウレタン23%\u003c\/li\u003e\n          \u003cli\u003e原産国: 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e快適な着心地をサポートする機能性をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e吸水速乾\u003c\/li\u003e\n          \u003cli\u003e接触冷感\u003c\/li\u003e\n          \u003cli\u003eストレッチ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインの特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこだわりのデザインポイント。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e胸中央にブランドロゴのラバープリント\u003c\/li\u003e\n          \u003cli\u003e背部には大きめのブランドロゴをラバープリント\u003c\/li\u003e\n          \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e23cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e74cm\u003c\/td\u003e\n                \u003ctd\u003e59cm\u003c\/td\u003e\n                \u003ctd\u003e53cm\u003c\/td\u003e\n                \u003ctd\u003e24cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e77cm\u003c\/td\u003e\n                \u003ctd\u003e62cm\u003c\/td\u003e\n                \u003ctd\u003e54cm\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        \u003cp class=\"body-text\"\u003e※モデル：180cm \/ 60kg XL 着用\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品に関するご注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご購入前にお読みください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e色目について画像と実物との色の差が多少ございます。\u003c\/li\u003e\n          \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n    \u003ch4 class=\"sub-section-title\"\u003e配送について\u003c\/h4\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/li\u003e\n      \u003cli\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/li\u003e\n      \u003cli\u003e1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 class=\"sub-section-title\"\u003e返品・交換について\u003c\/h4\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/li\u003e\n      \u003cli\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/li\u003e\n      \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"M","offer_id":45041155309637,"sku":"BK-25 WHT","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041155342405,"sku":"BK-25 WHT","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041155276869,"sku":"BK-25 WHT","price":7920.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_08149887b2754cc3972d0608aa81a91c_mv2.jpg?v=1781246051"},{"product_id":"product_8ff641e8-5a0e-5be3-2740-a363bf09315f","title":"Crew neck L\/S Tee-shirt WHT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e動き出す背中のメッセージ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eゆったりとしたサイズ感が、纏うたびに心地よい解放感を生み出します。\u003cbr\u003e\u003cstrong\u003eダイナミックなバックプリント\u003c\/strong\u003eが、あなたの\u003cstrong\u003e個性を雄弁に語りかける\u003c\/strong\u003e一枚です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ad4a43878d4244bf92097ecbb2514d08_mv2.jpg?v=1781246056\" class=\"img-fluid d-block w-100 product-img\" alt=\"大胆なバックデザインのTシャツ\"\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\/0714\/8519\/4309\/files\/8576b1_50f6edbea6654cd783764f5b48e40f86_mv2.jpg?v=1781246056\" class=\"img-fluid d-block w-100 product-img\" alt=\"清潔感のあるミニマルなフロントデザインのTシャツ\"\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\/0714\/8519\/4309\/files\/8576b1_c4af7ff8df7e477a9531e601fb3b7709_mv2.jpg?v=1781246056\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部にこだわったTシャツのクローズアップ\"\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=\"point-list\"\u003e\n          \u003cli\u003e左胸にブランドロゴの刺繍\u003c\/li\u003e\n          \u003cli\u003e背部には大きめのブランドロゴをハーフラバープリント\u003c\/li\u003e\n          \u003cli\u003e左脇裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材構成と生産国です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: コットン100%\u003c\/li\u003e\n          \u003cli\u003e原産国: 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e各サイズの寸法です。平置きで外側を採寸しています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \n        \u003c\/div\u003e\n        \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\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\u003eL\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              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e81cm\u003c\/td\u003e\n                \u003ctd\u003e63cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e65cm\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=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e色目について画像と実物との色の差が多少ございます。 仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。 洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e※黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UMIZARU","offers":[{"title":"M","offer_id":45041155833925,"sku":"BK-33 WHT","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45041155899461,"sku":"BK-33 WHT","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45041155866693,"sku":"BK-33 WHT","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ad4a43878d4244bf92097ecbb2514d08_mv2.jpg?v=1781246056"},{"product_id":"product_a1eebb8c-97e8-f03d-0f01-1efa10e8d342","title":"T-shirts WHT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e極上素材、着心地を長く\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毛羽立ちを抑えた光沢のある綿糸で編み立て、\u003cstrong\u003eしなやかな肌触り\u003c\/strong\u003eを実現しました。\u003cstrong\u003e型崩れしにくく\u003c\/strong\u003e、洗濯にも強く、上質な風合いを長く楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_0428322a5618404c8fe68469dd254dc2_mv2_9f3ef3e5-c5d9-4634-be03-1200c5243232.jpg?v=1781246065\" 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\/0714\/8519\/4309\/files\/8576b1_09ccf78aeb7a4b50b7f0ae35ff3ae0ba_mv2_9840a1bf-28c9-4543-9476-508e6db1080b.jpg?v=1781246063\" 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\/0714\/8519\/4309\/files\/8576b1_e503858ec8804713bfffc8d9a8f4a559_mv2_926eb187-8ccc-4686-9b9f-dc7c95d596d9.jpg?v=1781246064\" 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        \u003cp\u003eデザインポイント:\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eニュージーランドのメーカーより取り寄せたBODYを使用\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\u003eT-shirts WHTの素材と生産国についてご案内します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : バングラデシュ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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        \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\u003eM\u003c\/td\u003e\n                \u003ctd\u003e77.5cm\u003c\/td\u003e\n                \u003ctd\u003e56.5cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e81cm\u003c\/td\u003e\n                \u003ctd\u003e61cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e84cm\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        \n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (商品詳細) --\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は地域によって異なります。\u003c\/p\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e北海道: 1,000円\u003c\/li\u003e\n      \u003cli\u003e沖縄（離島含む）: 1,500円\u003c\/li\u003e\n      \u003cli\u003eその他一律: 600円\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003e※1回のご注文が\u003cstrong\u003e15,000円以上\u003c\/strong\u003eの場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/shipping-box --\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/li\u003e\n      \u003cli\u003e画像と実物との色の差が多少ございます。予めご了承ください。\u003c\/li\u003e\n      \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後\u003cstrong\u003e7日以内\u003c\/strong\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    \u003cp class=\"body-text\"\u003e事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/note-box --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"KIKAZARU","offers":[{"title":"M","offer_id":45142130491461,"sku":"BK-38 WHT","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142130425925,"sku":"BK-38 WHT","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142130458693,"sku":"BK-38 WHT","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_0428322a5618404c8fe68469dd254dc2_mv2_9f3ef3e5-c5d9-4634-be03-1200c5243232.jpg?v=1781246065"},{"product_id":"product_9c9d6818-d7a2-9c8e-bb6b-9cdf16ed15e7","title":"Socks BLK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e「毎日履きたい」極上ソックス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e綿80%の豊かな配合が、肌に吸い付くような柔らかな肌触りを実現。足元を優しく包み込み、長時間の着用でも心地よさが続く、まさしく\u003cstrong\u003e毎日履きたい一本\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_c204851f09fa466f8ebf9c70f0f8255c_mv2_d6f868d3-2805-41a2-b155-fd60a82ced9d.jpg?v=1781246071\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e素足が喜ぶやわらかさ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足元に宿る洗練デザイン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e両側面に配されたブランドロゴ入りピスラベルが、さりげない\u003cstrong\u003e個性を主張\u003c\/strong\u003eします。ポリウレタン配合の程よい伸縮性で、足元に快適にフィットしながら型崩れしにくい設計です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_e1062e3edd9449bca9b403ca085b8e32_mv2_ce4e4fdf-ceec-44b7-8acc-740d9b7afb90.jpg?v=1781246071\" 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\u003eSocks BLKの主な特徴です。\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素材 : 綿80%ポリエステル19%ポリウレタン1％\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\u003eSocks BLKの対応サイズです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ : 25cm~29cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文から商品のお届け、返品・交換に関する情報です。\u003c\/p\u003e\n\n        \u003ch4 class=\"section-subtitle\"\u003e配送について\u003c\/h4\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/li\u003e\n            \u003cli\u003e送料：北海道1,000円、沖縄（離島含む）1,500円、その他一律600円\u003c\/li\u003e\n            \u003cli\u003e1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch4 class=\"section-subtitle\"\u003e返品・交換について\u003c\/h4\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/li\u003e\n            \u003cli\u003e商品に欠陥がある場合は当方負担、お客様のご都合による場合はお客様負担となります。\u003c\/li\u003e\n            \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入時の注意点\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品特性に関する重要な情報です。ご購入前にご確認ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e色目について：画像と実物との間に多少の色差が生じる場合がございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法について：各箇所＋ー0.5cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯による縮み：洗濯により若干の縮みが生じる場合がございます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,UMIZARU,KIKAZARU","offers":[{"title":"25～29","offer_id":45142131081285,"sku":"BK-17 BLK","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_c204851f09fa466f8ebf9c70f0f8255c_mv2_d6f868d3-2805-41a2-b155-fd60a82ced9d.jpg?v=1781246071"},{"product_id":"product_16b31eb8-24a3-b077-1503-6eaf5ee31f24","title":"Socks GRY","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大人を彩る洗練ソックス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e綿を贅沢に配合し、\u003cstrong class=\"highlight\"\u003e一日中続く心地よさ\u003c\/strong\u003eを足元に。幅広いサイズ展開で、どんな足にもフィットし、\u003cstrong class=\"highlight\"\u003e快適な履き心地\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_a628f354f1424b4db1466f9c15e423e0_mv2_b2fd11ad-d16e-455d-aa7e-d3b5933427c9.jpg?v=1781246073\" class=\"img-fluid d-block w-100 product-img\" alt=\"大人を彩る洗練ソックスのイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e足元から叶える快適\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足元で語る品格スタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e両側にあしらわれたブランドロゴは、シンプルなデザインに\u003cstrong class=\"highlight\"\u003eさりげないアクセント\u003c\/strong\u003eを添えます。細やかなリブ編みが、足元に奥行きと\u003cstrong class=\"highlight\"\u003e洗練された印象\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_75744e6309484212a945ef32fc70b7e7_mv2.jpg?v=1781246073\" 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\u003eSocks GRYの際立つデザインポイントをご紹介します。\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素材 : 綿80% ポリエステル19% ポリウレタン1％\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サイズ : 25cm~29cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e色目について、画像と実物との色の差が多少ございます。仕上がり寸法には各箇所プラスマイナス0.5cmの個体差がございます。洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,UMIZARU,KIKAZARU","offers":[{"title":"25～29","offer_id":45142131114053,"sku":"BK-17 GRY","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_a628f354f1424b4db1466f9c15e423e0_mv2_b2fd11ad-d16e-455d-aa7e-d3b5933427c9.jpg?v=1781246073"},{"product_id":"product_9b12865d-714c-7dcf-efc9-d006833c25cc","title":"Socks BLU","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e白い靴下で足元を刷新、Socks BLU\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e綿を80%贅沢に配合し、\u003cstrong\u003eしっとりとした肌触り\u003c\/strong\u003eと\u003cstrong\u003e優れた吸湿性\u003c\/strong\u003eを実現。ポリウレタンが1%配合されており、足に吸い付くような\u003cstrong\u003e快適なフィット感\u003c\/strong\u003eをもたらします。両側面のブランドロゴ入りピスラベルが、さりげない個性を足元に添え、洗練された印象を際立たせます。25cm〜29cmの幅広いサイズに対応し、快適な履き心地を提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ae79b2de6cf34d0598efc9df6d145ee6_mv2_93d8da30-c90e-4f27-99ba-cdab964565f8.jpg?v=1781246074\" class=\"img-fluid d-block w-100 product-img\" alt=\"Socks BLU\"\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\u003eSocks BLUの主な特徴は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e綿80%配合によるしっとりとした肌触りと優れた吸湿性\u003c\/li\u003e\n                \u003cli\u003eポリウレタン1%配合による快適なフィット感\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素材: 綿80% ポリエステル19% ポリウレタン1％\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サイズ: 25cm～29cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n            \u003ctable class=\"spec-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003e地域\u003c\/th\u003e\n                        \u003cth\u003e送料\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e北海道\u003c\/td\u003e\n                        \u003ctd\u003e1,000円\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e沖縄（離島含む）\u003c\/td\u003e\n                        \u003ctd\u003e1,500円\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eその他\u003c\/td\u003e\n                        \u003ctd\u003e一律600円\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご購入前に以下の点にご留意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e画像と実物との色の差が多少生じる場合がございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法には各箇所±0.5cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯により若干の縮みが生じる場合がございます。予めご了承くださいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e返品・交換に関する詳細は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品到着後\u003cstrong\u003e7日以内\u003c\/strong\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\n\u003c\/div\u003e","brand":"YAMAZARU,UMIZARU,KIKAZARU","offers":[{"title":"25～29","offer_id":45142131146821,"sku":"BK-17 BLU","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ae79b2de6cf34d0598efc9df6d145ee6_mv2_93d8da30-c90e-4f27-99ba-cdab964565f8.jpg?v=1781246074"},{"product_id":"product_2883f99f-ec7f-3283-e63d-fc5d997cbd13","title":"Socks GRN","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日履きたい快適な靴下\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e綿混素材がもたらす\u003cstrong\u003e優しい肌触り\u003c\/strong\u003e。どんなスタイルにも合わせやすい、ベーシックながら洗練されたデザインで、足元から一日を\u003cstrong\u003e快適\u003c\/strong\u003eに。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_18709799a5bc4861ac3a4ed9170609e1_mv2_0248ef30-a4e0-4511-b520-fd073f128a3a.jpg?v=1781246076\" 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\/0714\/8519\/4309\/files\/8576b1_431e6f643f034c069a3cb435766a7f95_mv2.jpg?v=1781246076\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 綿80% ポリエステル19% ポリウレタン1%\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=\"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\u003eサイズ: 25cm~29cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- スペック・詳細セクションの画像指示は「サイズ表・説明図・チャート」とありましたが、提供データにサイズ表の画像がないため、ここでは配置しません。 --\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色目について、画像と実物との色の差が多少ございます。仕上がり寸法には各箇所プラスマイナス0.5cmの個体差がございます。洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,UMIZARU,KIKAZARU","offers":[{"title":"25～29","offer_id":45142131245125,"sku":"BK-17 GRN","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_18709799a5bc4861ac3a4ed9170609e1_mv2_0248ef30-a4e0-4511-b520-fd073f128a3a.jpg?v=1781246076"},{"product_id":"product_b2857b6f-c669-510e-0e27-a97ca21e8d48","title":"Socks","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日履きたい快適白ソックス\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e綿を豊富に含んだブレンド素材が、足元を包み込むような\u003cstrong\u003e柔らかな履き心地\u003c\/strong\u003eを実現します。優れた\u003cstrong\u003e伸縮性\u003c\/strong\u003eで25cm〜29cmの足に心地よくフィットし、\u003cstrong\u003e一日中快適な履き心地\u003c\/strong\u003eを提供。日常使いに最適な一足です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_f393681ddf01429183469fb7aa8b51a0_mv2_2e05599d-1148-4509-8de8-4978672744b0.jpg?v=1781246078\" 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素材: 綿80% ポリエステル19% ポリウレタン1%\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対応サイズ: 25cm～29cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e細部にまでこだわったデザインのポイントです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e両側面にブランドロゴ入りピスラベル\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入前にご確認ください\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品の色目については、画像と実物との間に多少の差が生じる場合がございます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e仕上がり寸法には、各箇所±0.5cmの個体差がございます。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e洗濯により若干の縮みが生じる場合がございます。予めご了承ください。\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e返品・交換について:\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e商品到着後7日以内に限り、返品・交換が可能です。\u003c\/li\u003e\n            \u003cli\u003e送料につきましては、商品に欠陥がある場合は当店負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/li\u003e\n            \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,UMIZARU,KIKAZARU","offers":[{"title":"25～29","offer_id":45142131310661,"sku":"BK-16","price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_f393681ddf01429183469fb7aa8b51a0_mv2_2e05599d-1148-4509-8de8-4978672744b0.jpg?v=1781246078"},{"product_id":"product_a2d14dd6-b825-d8db-e884-0eda2f8d3605","title":"6panel cap WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e街からアウトドア 旬の白キャップ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b8f022df96d84a0b88211874d1586e84_mv2_f2c77be6-664b-4122-a4da-fe79810fffe3.jpg?v=1781246079\" class=\"img-fluid d-block w-100 product-img\" alt=\"爽やかな白のキャップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e爽やかな白が魅せる存在感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e綿100%の肌触り\u003c\/strong\u003eが、長時間の着用でも\u003cstrong\u003eストレスフリー\u003c\/strong\u003e。\n      \u003cstrong\u003e吸汗速乾機能\u003c\/strong\u003eで汗を気にせず、\u003cstrong\u003eベルクロで完璧フィット\u003c\/strong\u003e。\n      \u003cstrong\u003e立体刺繍のロゴ\u003c\/strong\u003eが、\u003cstrong\u003e洗練された大人の休日スタイル\u003c\/strong\u003eを演出します。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材と生産国は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : ベトナム\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eデザインの細部は以下のポイントをご確認ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e正面にブランドロゴの立体刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \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サイズF：頭囲 57.5cm〜62cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品のお届け、送料、返品・交換に関する詳細は下記をご確認ください。\u003c\/p\u003e\n    \u003ch4\u003e配送について\u003c\/h4\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/li\u003e\n      \u003cli\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/li\u003e\n      \u003cli\u003e1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4\u003e返品・交換について\u003c\/h4\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品到着後7日以内に限り返品・交換が可能です。\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!-- \/shipping-box --\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/li\u003e\n      \u003cli\u003e仕上がり寸法には各箇所＋ー1cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c!-- \/note-box --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"UMIZARU,YAMAZARU,KIKAZARU","offers":[{"title":"F","offer_id":45142131343429,"sku":"BK-14 WHT","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b8f022df96d84a0b88211874d1586e84_mv2_f2c77be6-664b-4122-a4da-fe79810fffe3.jpg?v=1781246079"},{"product_id":"product_a859f764-0a31-7985-d437-97e07a1a817c","title":"Buket hat WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e都会に映えるホワイトバケットハット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e綿100%\u003c\/strong\u003eの心地よい肌触りが、一日中快適な被り心地を実現。\n            正面の\u003cstrong\u003eブランドロゴ刺繍\u003c\/strong\u003eとサイドの\u003cstrong\u003eピスラベル\u003c\/strong\u003eが、洗練された個性を際立たせ、夏のカジュアルスタイルを格上げする\u003cstrong\u003e白バケットハット\u003c\/strong\u003eです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_5b98b28fa382456c9a5b821cd844549f_mv2_e07388c2-eaeb-4e66-8f63-83f6225be712.jpg?v=1781246080\" class=\"img-fluid d-block w-100 product-img\" alt=\"Buket hat WHT\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eストリートを飾る旬顔アイテム\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eこの商品のデザインポイントは以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e正面にブランドロゴの刺繍\u003c\/li\u003e\n                \u003cli\u003e前左側にブランドロゴ入りピスラベル\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e頭囲\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMサイズ\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eLサイズ\u003c\/td\u003e\n                            \u003ctd\u003e61.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003c!-- サイズ表画像があればここに配置 --\u003e\n            \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" alt=\"サイズ表\"\u003e\u003c\/div\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 綿100%\u003c\/li\u003e\n                \u003cli\u003e原産国: 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            商品はご注文より約1週間以内にお届けいたします。\n            送料は、以下の通りです。\n        \u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e北海道: 1,000円\u003c\/li\u003e\n            \u003cli\u003e沖縄（離島含む）: 1,500円\u003c\/li\u003e\n            \u003cli\u003eその他地域: 一律600円\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\n            ※1回のご注文が15,000円以上の場合、送料は無料となります。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご購入前に以下の点をご確認ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e色目について: 画像と実物との色の差が多少ございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法について: 各箇所プラスマイナス1cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯による縮み: 洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り、返品・交換が可能です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e商品に欠陥がある場合: 送料は当方負担となります。\u003c\/li\u003e\n            \u003cli\u003eお客様のご都合による返品・交換の場合: 送料はお客様負担となります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU,YAMAZARU","offers":[{"title":"S\/M","offer_id":45142131441733,"sku":"BK-15 WHT","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"L\/XL","offer_id":45142131474501,"sku":"BK-15 WHT","price":4840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_5b98b28fa382456c9a5b821cd844549f_mv2_e07388c2-eaeb-4e66-8f63-83f6225be712.jpg?v=1781246080"},{"product_id":"product_209bba70-f1ff-c4f0-8377-cb0948f61ce4","title":"Danboul  Skirt WHT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e優雅なゴルフスタイルを\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eしなやかで程よいハリを持つ\u003cstrong\u003eダンボールニット素材\u003c\/strong\u003eが、上品な着こなしを叶えます。前右脇裾の立体的なブランドロゴが、さりげない個性を主張し、洗練された印象を与えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b116bbea252c49989862c1a044e0b7bd_mv2_6323758b-2aa6-4884-85ba-16192a3a1ce7.jpg?v=1781246082\" 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を約束します。後右ポケット上のD菅は、ボールポーチなどをスマートに装着でき、利便性を高めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_fdc537e54149490e9ac3e9c7d47b9fe6_mv2_71879d24-673b-4af2-8aa0-a9a3e233d619.jpg?v=1781246082\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゴルフスカートを着用したプレー中の様子、動きやすさを表現\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eプレー中の機能美を追求\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e全方位から美しい佇まい\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eすっきりとしたバックスタイルが、ヒップラインを美しく見せ、洗練されたシルエットを描きます。\u003cstrong\u003eウェストゴム上がり仕様\u003c\/strong\u003eで、長時間の着用でも快適なフィット感が続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_841d8b6e923848b2adb5640983b7272b_mv2_922107ef-130d-4114-a4c9-1dae6fd12be0.jpg?v=1781246082\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゴルフスカートのバックスタイル、ヒップラインの美しさを強調\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e後ろ姿まで抜かりなく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこの商品の主な特徴と機能は以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eしなやかで程よいハリがあり、ストレッチ性のあるダンボールニット素材\u003c\/li\u003e\n                    \u003cli\u003e前右脇裾にブランドロゴの立体的なエンボス加工\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                \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\u003e40cm\u003c\/td\u003e\n                                \u003ctd\u003e64cm\u003c\/td\u003e\n                                \u003ctd\u003e92cm\u003c\/td\u003e\n                                \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e42cm\u003c\/td\u003e\n                                \u003ctd\u003e68cm\u003c\/td\u003e\n                                \u003ctd\u003e96cm\u003c\/td\u003e\n                                \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: レーヨン35%, 綿30%, ポリエステル30%, ポリウレタン5%\u003c\/li\u003e\n                    \u003cli\u003e原産国: 中国\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法には各箇所±1〜2cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯により3〜5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り、返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"S","offer_id":45142131671109,"sku":"BK-05 WHT","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45142131703877,"sku":"BK-05 WHT","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b116bbea252c49989862c1a044e0b7bd_mv2_6323758b-2aa6-4884-85ba-16192a3a1ce7.jpg?v=1781246082"},{"product_id":"product_3b0a2a19-edc9-ebec-6950-49da3200a02d","title":"Danboul Crew neck pull over WHT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eダンボールニットが叶える上質スタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e触れるたび感じる、\u003cstrong\u003eしなやかで程よい張り感のダンボールニット\u003c\/strong\u003e。胸元の立体的なエンボスロゴが、洗練された品格を漂わせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d6b97aaffbf646919ab1b323a894b35b_mv2_a972bbcc-5118-4b60-aca9-f77b1859c6df.jpg?v=1781246093\" class=\"img-fluid d-block w-100 product-img\" alt=\"ダンボールニットプルオーバー着用イメージ1\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適さとデザインを両立\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eストレスフリーな動きへ導くプルオーバー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e驚くほどのストレッチ性\u003c\/strong\u003eで、どんな動きも妨げません。ゆったりとしたサイズ感が、アクティブな一日中を快適にサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_a9687d06811149daa33f0ec6279622b8_mv2_a10ea084-269d-4566-a055-ed78f9125ded.jpg?v=1781246093\" class=\"img-fluid d-block w-100 product-img\" alt=\"ダンボールニットプルオーバー着用イメージ2\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eゴルフも日常も心地よく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e実用性とスマートさを両立するポケット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e後右脇に配された便利なファスナーポケットは、距離計などの収納に最適。さりげないロゴ刺繍がバックスタイルまで格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_4fd5c972d4674d3981ec4994ea72ad55_mv2.jpg?v=1781246093\" class=\"img-fluid d-block w-100 product-img\" alt=\"ダンボールニットプルオーバー着用イメージ3\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e機能美で差をつける\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・デザインポイント\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこのプルオーバーは、快適さとスタイルを両立する工夫が凝らされています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eしなやかで程よく張りがあり、優れたストレッチ性を持つダンボールニット素材\u003c\/li\u003e\n                    \u003cli\u003e胸中央にブランドロゴの立体的なエンボス加工\u003c\/li\u003e\n                    \u003cli\u003e前左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n                    \u003cli\u003e背部にブランドロゴ刺繍\u003c\/li\u003e\n                    \u003cli\u003e後右脇側に距離計などを収納できる便利なファスナーポケット\u003c\/li\u003e\n                    \u003cli\u003eゆったりとしたサイズ感でリラックスして着用可能\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材 : レーヨン35% 綿30%ポリエステル30%ポリウレタン5%\u003c\/li\u003e\n                    \u003cli\u003e原産国 : 中国\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e平置外側採寸によるサイズです。お手持ちの服と比較してご確認ください。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003eサイズ\u003c\/th\u003e\n                                \u003cth\u003e身丈\u003c\/th\u003e\n                                \u003cth\u003e身巾\u003c\/th\u003e\n                                \u003cth\u003e肩巾\u003c\/th\u003e\n                                \u003cth\u003e袖丈\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eS (女性向け)\u003c\/td\u003e\n                                \u003ctd\u003e62cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\u003c\/td\u003e\n                                \u003ctd\u003e52cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e68cm\u003c\/td\u003e\n                                \u003ctd\u003e57cm\u003c\/td\u003e\n                                \u003ctd\u003e55cm\u003c\/td\u003e\n                                \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e71cm\u003c\/td\u003e\n                                \u003ctd\u003e60cm\u003c\/td\u003e\n                                \u003ctd\u003e56cm\u003c\/td\u003e\n                                \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXL\u003c\/td\u003e\n                                \u003ctd\u003e74cm\u003c\/td\u003e\n                                \u003ctd\u003e63cm\u003c\/td\u003e\n                                \u003ctd\u003e57cm\u003c\/td\u003e\n                                \u003ctd\u003e58cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e※モデル：180cm \/ 60kg　XL 着用\u003c\/p\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e色目について画像と実物との色の差が多少ございます。仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,KIKAZARU","offers":[{"title":"S","offer_id":45142132719685,"sku":"BK-03 WHT","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45142132752453,"sku":"BK-03 WHT","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142132654149,"sku":"BK-03 WHT","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142132686917,"sku":"BK-03 WHT","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d6b97aaffbf646919ab1b323a894b35b_mv2_a972bbcc-5118-4b60-aca9-f77b1859c6df.jpg?v=1781246093"},{"product_id":"product_887b2ec9-d173-cd53-dccd-7518e8700d7f","title":"H\/S dry Tee shirts WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eワークアウトの自由を体感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e身体の動きを妨げないゆとりのあるサイズ感が、\u003cstrong\u003eワークアウトへの集中力\u003c\/strong\u003eを高める。胸元のブランドロゴ刺繍が、さりげない存在感を放つ。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_e15d8c0e158641968553e6dcc8282d99_mv2_bbba1774-ae0e-4441-9026-66004d4db403.jpg?v=1781246096\" class=\"img-fluid d-block w-100 product-img\" alt=\"Tシャツを着てトレーニングする男性の背中\"\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\/0714\/8519\/4309\/files\/8576b1_4fac1efdff2f471c979ad9201681b3bd_mv2_c1102e81-e66a-46f9-87cc-327ea8969f59.jpg?v=1781246096\" class=\"img-fluid d-block w-100 product-img\" alt=\"Tシャツの背面のロゴ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e汗に強く動きやすい\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eこだわりの素材と洗練\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e清涼感ある\u003cstrong\u003eリサイクルポリエステル\u003c\/strong\u003eが、肌に優しい着心地と環境への配慮を両立。細部までこだわり抜いたデザインが、着用するたびに満足感をもたらす。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_59630ef6a58940bfa92e08dde9a411a0_mv2.jpg?v=1781246096\" class=\"img-fluid d-block w-100 product-img\" alt=\"Tシャツの素材のクローズアップ\"\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=\"basic-list\"\u003e\n        \u003cli\u003e素材: ポリエステル100%\u003c\/li\u003e\n        \u003cli\u003e原産国: 中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e機能と特長\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eトレーニングをサポートする優れた機能性と、デザインのこだわりをご紹介します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e吸水速乾\u003c\/li\u003e\n        \u003cli\u003eストレッチ\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eデザインポイント:\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e胸中央にブランドロゴの刺繍\u003c\/li\u003e\n        \u003cli\u003e背部には大きめのブランドロゴをラバープリント\u003c\/li\u003e\n        \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \u003cli\u003e清涼感のあるリサイクルポリエステル素材\u003c\/li\u003e\n        \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n      \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\u003e74cm\u003c\/td\u003e\n              \u003ctd\u003e56cm\u003c\/td\u003e\n              \u003ctd\u003e49cm\u003c\/td\u003e\n              \u003ctd\u003e24cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e77cm\u003c\/td\u003e\n              \u003ctd\u003e59cm\u003c\/td\u003e\n              \u003ctd\u003e52cm\u003c\/td\u003e\n              \u003ctd\u003e25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXL\u003c\/td\u003e\n              \u003ctd\u003e80cm\u003c\/td\u003e\n              \u003ctd\u003e63cm\u003c\/td\u003e\n              \u003ctd\u003e56cm\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モデル着用サイズ: 180cm \/ 60kg XL 着用\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品に関するご注意\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eご購入前に以下の点をご確認ください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e画像と実物との色目には多少の差がございます。\u003c\/li\u003e\n        \u003cli\u003e仕上がり寸法には各箇所プラスマイナス1～2cmの個体差がございます。\u003c\/li\u003e\n        \u003cli\u003e洗濯により3～5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料は以下の通りです。\u003c\/p\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e北海道: 1,000円\u003c\/li\u003e\n      \u003cli\u003e沖縄（離島含む）: 1,500円\u003c\/li\u003e\n      \u003cli\u003eその他: 一律600円\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料につきましては、以下の通りとなります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \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\n\u003c\/div\u003e","brand":"UMIZARU,KIKAZARU","offers":[{"title":"M","offer_id":45142133047365,"sku":"BK-08 WHT","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142133014597,"sku":"BK-08 WHT","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142133080133,"sku":"BK-08 WHT","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_e15d8c0e158641968553e6dcc8282d99_mv2_bbba1774-ae0e-4441-9026-66004d4db403.jpg?v=1781246096"},{"product_id":"product_3ea00deb-8e87-a2a1-b6c0-46e6435f5f5e","title":"H\/S Tee shirts WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \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を放ちます。\u003cstrong\u003eゆったりとしたサイズ感\u003c\/strong\u003eが、\u003cstrong\u003e洗練された大人の余裕\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_bb5b0edb03c84d518d63daf35a916884_mv2_9132fcc9-06e2-450a-96ed-226b0fbaddfc.jpg?v=1781246099\" 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をもたらします。左胸の\u003cstrong\u003e控えめな刺繍ロゴ\u003c\/strong\u003eが、\u003cstrong\u003eさりげないこだわり\u003c\/strong\u003eを際立たせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_663e0d1136804bf88c8aa77e33c1d4bb_mv2.jpg?v=1781246100\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e繊細な胸元刺繍の魅力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eワイドシルエットで叶える休日\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e開放感のあるワイドシルエット\u003c\/strong\u003eが、どんなボトムスとも\u003cstrong\u003e相性抜群\u003c\/strong\u003eです。左袖口に施された\u003cstrong\u003eピスラベル\u003c\/strong\u003eが、細部に宿るブランドの\u003cstrong\u003eこだわり\u003c\/strong\u003eを物語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_874b313c229c45ab999e84056bb8a7a6_mv2_4f1f2441-1da4-44cf-a403-fb4858e1347d.jpg?v=1781246099\" 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素材 : コットン100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・デザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eH\/S Tee shirts WHTの主要なデザインポイントと特徴をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e左胸にブランドロゴの刺繍\u003c\/li\u003e\n          \u003cli\u003e背部には大きめのブランドロゴをラバープリント\u003c\/li\u003e\n          \u003cli\u003e左袖口にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本商品のサイズ詳細と測定方法についてご案内します。お手持ちのTシャツと比較してご検討ください。\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\u003e72cm\u003c\/td\u003e\n                \u003ctd\u003e55cm\u003c\/td\u003e\n                \u003ctd\u003e50cm\u003c\/td\u003e\n                \u003ctd\u003e23cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e75cm\u003c\/td\u003e\n                \u003ctd\u003e60cm\u003c\/td\u003e\n                \u003ctd\u003e55cm\u003c\/td\u003e\n                \u003ctd\u003e23cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e80cm\u003c\/td\u003e\n                \u003ctd\u003e65cm\u003c\/td\u003e\n                \u003ctd\u003e59cm\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        \u003cp class=\"body-text\"\u003e※モデル：180cm \/ 60kg XL 着用\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品に関する注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e色目について画像と実物との色の差が多少ございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UMIZARU,KIKAZARU","offers":[{"title":"M","offer_id":45142133506117,"sku":"BK-07 WHT","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142133473349,"sku":"BK-07 WHT","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142133440581,"sku":"BK-07 WHT","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_bb5b0edb03c84d518d63daf35a916884_mv2_9132fcc9-06e2-450a-96ed-226b0fbaddfc.jpg?v=1781246099"},{"product_id":"product_aaced236-11ca-99ad-f05e-bf9e6e1dfcfb","title":"H\/S Polo shirt WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eゴルフがもっと快適に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e吸水速乾\u003c\/strong\u003eと\u003cstrong\u003eストレッチ機能\u003c\/strong\u003eが、スイングもパッティングもスムーズに。ゆったりとしたサイズ感が、一日中リラックスしたプレーを約束。暑い日も汗を気にせず集中できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_da6d767348c04ebba5629f8f602d88d8_mv2_d1e106f1-4a06-4a6d-a882-afc8ab05e356.jpg?v=1781246101\" 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\/0714\/8519\/4309\/files\/8576b1_0a09e7f9817d45fc9cea769ad8af05c3_mv2_da2c28f4-f8b7-4400-86ac-e33ccf9212fb.jpg?v=1781246101\" class=\"img-fluid d-block w-100 product-img\" alt=\"上品なカノコ素材の質感と左胸の刺繍ロゴのクローズアップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上品なカノコ素材\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e後ろ姿で語る存在感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e背中に大胆に配された\u003cstrong\u003eラバープリントのブランドロゴ\u003c\/strong\u003e。プレイ中も一際目を引くデザインで、周囲に差をつけるスタイルを確立します。自信と個性を引き出す一枚。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d6235f1a3811448c8b7434282ea98fbc_mv2_dfd9460e-ba8c-4f81-9c4e-9a24a56ec70a.jpg?v=1781246102\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゴルフウェアの背面に大きくデザインされたラバープリントのロゴ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e強烈なブランド主張\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・機能・原産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこのポロシャツの基本的な製品情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材 : ポリエステル100%\u003c\/li\u003e\n                    \u003cli\u003e機能 : 吸水速乾、ストレッチ\u003c\/li\u003e\n                    \u003cli\u003e原産国 : 中国\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e細部にまでこだわったデザインが特徴です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e左胸にブランドロゴの刺繍\u003c\/li\u003e\n                    \u003cli\u003e背部には大きめのブランドロゴをラバープリント\u003c\/li\u003e\n                    \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n                    \u003cli\u003e清涼感のあるカノコ素材\u003c\/li\u003e\n                    \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品のサイズは以下の通りです。お手持ちのウェアと比較してご確認ください。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003eサイズ\u003c\/th\u003e\n                                \u003cth\u003e身丈\u003c\/th\u003e\n                                \u003cth\u003e身巾\u003c\/th\u003e\n                                \u003cth\u003e肩巾\u003c\/th\u003e\n                                \u003cth\u003e袖丈\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eS\u003c\/td\u003e\n                                \u003ctd\u003e68cm\u003c\/td\u003e\n                                \u003ctd\u003e51cm\u003c\/td\u003e\n                                \u003ctd\u003e47cm\u003c\/td\u003e\n                                \u003ctd\u003e21cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e71cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\u003c\/td\u003e\n                                \u003ctd\u003e49cm\u003c\/td\u003e\n                                \u003ctd\u003e22cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e74cm\u003c\/td\u003e\n                                \u003ctd\u003e57cm\u003c\/td\u003e\n                                \u003ctd\u003e51cm\u003c\/td\u003e\n                                \u003ctd\u003e23cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXL\u003c\/td\u003e\n                                \u003ctd\u003e77cm\u003c\/td\u003e\n                                \u003ctd\u003e60cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\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                \u003cp class=\"caption-text\"\u003e※モデル：180cm \/ 60kg XL 着用\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料は地域によって異なります。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e北海道：1,000円\u003c\/li\u003e\n            \u003cli\u003e沖縄（離島含む）：1,500円\u003c\/li\u003e\n            \u003cli\u003eその他地域：600円\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入の前にご確認ください\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e色目について、画像と実物との間に多少の差が生じる場合がございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法には、各箇所±1〜2cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯により3〜5％の縮みが生じる場合がございます。予めご了承ください。\u003c\/li\u003e\n            \u003cli\u003e商品到着後7日以内に限り、返品・交換が可能です。\u003c\/li\u003e\n            \u003cli\u003e送料は、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/li\u003e\n            \u003cli\u003e返品・交換をご希望の際は、事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"M","offer_id":45142133702725,"sku":"BK-06 WHT","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142133669957,"sku":"BK-06 WHT","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142133637189,"sku":"BK-06 WHT","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_c294c998a7774dc79933bd8297e0123a_mv2_b9acbd7c-5901-4335-8b3d-4e51f8439364.jpg?v=1781246101"},{"product_id":"product_d99d3cc8-bc75-ec47-6c72-f713016f98f3","title":"H\/S Mock neck shirts WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練の白モックネック\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自ブレンドのナイロンとポリウレタンが、肌に吸い付くような\u003cstrong\u003e滑らかな感触\u003c\/strong\u003eと\u003cstrong\u003e抜群の伸縮性\u003c\/strong\u003eを実現。美しいモックネックは、都会的なゴルフスタイルを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_f24d402584864ba29f39a35333da7cfa_mv2_9e347344-ae21-4dd2-ba90-469c55427533.jpg?v=1781246114\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質な素材感とデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e真夏のゴルフも快適に\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eスイングを妨げない\u003cstrong\u003eゆったり感\u003c\/strong\u003eと、\u003cstrong\u003e吸水速乾\u003c\/strong\u003e・\u003cstrong\u003e接触冷感機能\u003c\/strong\u003eが融合。真夏のラウンドでも常にドライで涼しく、最高のパフォーマンスをサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_6336751e32104305a01631e2188c5a9b_mv2_677a1557-7785-4902-a414-e5053253b2eb.jpg?v=1781246114\" 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\/0714\/8519\/4309\/files\/8576b1_433d86738e684f6ca188ce56818b0dee_mv2_9c987bcf-74ef-4ed1-ae07-0246639e5c25.jpg?v=1781246114\" 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素材: ナイロン77% ポリウレタン23%\u003c\/li\u003e\n          \u003cli\u003e原産国: 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e快適な着心地をサポートする機能性をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e吸水速乾\u003c\/li\u003e\n          \u003cli\u003e接触冷感\u003c\/li\u003e\n          \u003cli\u003eストレッチ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインの特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこだわりのデザインポイント。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e胸中央にブランドロゴのラバープリント\u003c\/li\u003e\n          \u003cli\u003e背部には大きめのブランドロゴをラバープリント\u003c\/li\u003e\n          \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e23cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e74cm\u003c\/td\u003e\n                \u003ctd\u003e59cm\u003c\/td\u003e\n                \u003ctd\u003e53cm\u003c\/td\u003e\n                \u003ctd\u003e24cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e77cm\u003c\/td\u003e\n                \u003ctd\u003e62cm\u003c\/td\u003e\n                \u003ctd\u003e54cm\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        \u003cp class=\"body-text\"\u003e※モデル：180cm \/ 60kg XL 着用\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品に関するご注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご購入前にお読みください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e色目について画像と実物との色の差が多少ございます。\u003c\/li\u003e\n          \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n    \u003ch4 class=\"sub-section-title\"\u003e配送について\u003c\/h4\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/li\u003e\n      \u003cli\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/li\u003e\n      \u003cli\u003e1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 class=\"sub-section-title\"\u003e返品・交換について\u003c\/h4\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/li\u003e\n      \u003cli\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/li\u003e\n      \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"M","offer_id":45142135210053,"sku":"BK-01 WHT","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142135177285,"sku":"BK-01 WHT","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142135242821,"sku":"BK-01 WHT","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_f24d402584864ba29f39a35333da7cfa_mv2_9e347344-ae21-4dd2-ba90-469c55427533.jpg?v=1781246114"},{"product_id":"product_17782243-a794-46d8-ceaf-b9fb74e59473","title":"Safari hat WHT（GRN logo)","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e白サファリで魅せる大人カジュアル\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ae6527b94e7b4d0fb62e6474a5048a75_mv2.jpg?v=1782293937\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e清潔感溢れる大人の装い\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eコットン100%の優しい風合いが日常に馴染む心地よさ。正面にWomensロゴ刺繍が、洗練されたカジュアルスタイルを演出します。\u003cstrong\u003e風対策の顎紐\u003c\/strong\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_e1fd4efaa2924b0ba86aba8c434ff9bc_mv2.jpg?v=1782293937\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの機能と遊び心\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e側面の\u003cstrong\u003eアイレット\u003c\/strong\u003eが熱を効果的に逃し、長時間でも快適な被り心地を実現。\u003cstrong\u003eドット釦\u003c\/strong\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=\"basic-list\"\u003e\n                \u003cli\u003e素材 : コットン100%\u003c\/li\u003e\n                \u003cli\u003e原産国 : 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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正面にWomensロゴ刺繍\u003c\/li\u003e\n                \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n                \u003cli\u003e両サイドに熱を逃すアイレットが4箇所\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\u003eFサイズ：頭囲58～59cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。1回のご注文が15,000円以上の場合、送料は無料です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"S","offer_id":45203721912389,"sku":"BK-71 GRN","price":4900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ae6527b94e7b4d0fb62e6474a5048a75_mv2.jpg?v=1782293937"},{"product_id":"product_5c1bc3ee-114d-5459-e0b1-a5691f5b61d6","title":"Safari hat WHT（PNK logo)","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eサファリハット 洗練カジュアルスタイル\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_f8b8d975c7f647d78bec0270c0fa1cbb_mv2.jpg?v=1782293939\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練されたサファリハット\"\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e軽やかなコットン100%\u003c\/strong\u003eが、大人の休日を彩るサファリハット。正面の\u003cstrong\u003eWomensロゴ\u003c\/strong\u003eが、さりげない個性を主張。\u003cstrong\u003e風に強い顎紐\u003c\/strong\u003eが、アクティブな毎日をサポートします。\n    \u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんなシーンも私らしく\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日コーデ 広がる着こなしアレンジ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_43ae197e381043bf8fbfa5e03d5c6945_mv2.jpg?v=1782293939\" class=\"img-fluid d-block w-100 product-img\" alt=\"つばを跳ね上げたサファリハット\"\u003e\n    \u003cp class=\"body-text\"\u003e\n      側面にある\u003cstrong\u003eドットボタンで、つばを跳ね上げてシルエットをチェンジ\u003c\/strong\u003e。その日の気分や装いに合わせて、自由にスタイルを楽しめます。\n    \u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイリング自由自在\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e熱を逃す快適ハット 夏の必需品\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_e1fd4efaa2924b0ba86aba8c434ff9bc_mv2_10e18400-fcb3-46ed-badd-9c8759111df3.jpg?v=1782293939\" class=\"img-fluid d-block w-100 product-img\" alt=\"アイレットとピスラベルのクローズアップ\"\u003e\n    \u003cp class=\"body-text\"\u003e\n      両サイドに配された\u003cstrong\u003e4つのアイレットが、通気性を確保し頭部の蒸れを軽減\u003c\/strong\u003e。後部のブランドロゴ入りピスラベルは、細部に宿るこだわりです。\n    \u003c\/p\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=\"basic-list\"\u003e\n        \u003cli\u003e素材: コットン100%\u003c\/li\u003e\n        \u003cli\u003e原産国: 中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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\u003eFサイズ: 頭囲58～59cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・デザイン\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eサファリハットの主な特徴とデザインポイントをご紹介します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e正面にWomensロゴ刺繍\u003c\/li\u003e\n        \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \u003cli\u003e両サイドに熱を逃すアイレットが4箇所\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  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      商品はご注文より約1週間以内にお届けいたします。\u003cbr\u003e\n      送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003cbr\u003e\n      ※1回のご注文が15,000円以上の場合、送料は無料となります。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      色目について、画像と実物との色の差が多少ございますので、予めご了承ください。\u003cbr\u003e\n      黒色などの濃色の素材と一緒に洗わないようにご注意ください。\n    \u003c\/p\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商品到着後7日以内に限り、返品・交換が可能です。\u003cbr\u003e\n        送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003cbr\u003e\n        事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU","offers":[{"title":"S","offer_id":45203721945157,"sku":"BK-71 PNK","price":4900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_f8b8d975c7f647d78bec0270c0fa1cbb_mv2.jpg?v=1782293939"},{"product_id":"product_411d8fc7-9922-8864-ca6c-a57f3154aede","title":"Bucket hat WHT（PNK logo)","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日を格上げする抜け感ハット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e柔らかな\u003cstrong\u003e綿100%素材\u003c\/strong\u003eが、季節を問わず活躍。正面の控えめな\u003cstrong\u003eWomensロゴ刺繍\u003c\/strong\u003eが、スタイルに遊び心をプラスし、どんなコーディネートにも自然と溶け込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ee78c9d2e3a942cbba2e7b665d8d0ef7_mv2.jpg?v=1782293941\" 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\/0714\/8519\/4309\/files\/8576b1_5ee8d16021114aea84929d27e9d40c1e_mv2.jpg?v=1782293941\" class=\"img-fluid d-block w-100 product-img\" alt=\"全方位隙のないデザインのハット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e全方位隙のないデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の素材と生産国について\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・デザイン\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eデザインポイント\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e正面にWomensロゴ刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003e両サイドに熱を逃すアイレットが4箇所\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Ｆサイズ　頭囲 59cm\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        \u003cp\u003e※黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/p\u003e\n        \u003cp\u003e色目について画像と実物との色の差が多少ございます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU","offers":[{"title":"S","offer_id":45203722010693,"sku":"BK-72 PNK","price":4900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ee78c9d2e3a942cbba2e7b665d8d0ef7_mv2.jpg?v=1782293941"},{"product_id":"product_542a7d18-740b-d7d9-7525-427b71aed7f9","title":"Bucket hat WHT（GRN logo)","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された休日スタイルを演出\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e清潔感あふれるホワイトに、\u003cstrong\u003e柔らかなグリーンのロゴ刺繍\u003c\/strong\u003eが映えるバケットハット。顔まわりに明るさを添え、都会的なカジュアルスタイルを演出。いつもの着こなしに差をつけるアイテムです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_bf04cd0afd594fa5b45416601e44b6b7_mv2.jpg?v=1782293943\" 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上質な綿100%素材\u003c\/strong\u003eが、やさしい肌触りと優れた通気性を実現。両サイドのアイレットが熱を逃し、ムレを防ぎ一日中快適な着用感。デイリーユースからアクティブシーンまで活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_23c9e7edfad24411a7e0a499b1965500_mv2.jpg?v=1782293943\" class=\"img-fluid d-block w-100 product-img\" alt=\"心地よい肌触りで快適さを追求\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心地よい肌触りで快適さを追求\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e後ろ姿まで完璧な美フォルム\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eどんな角度から見ても決まる、\u003cstrong\u003e計算された立体的なシルエット\u003c\/strong\u003eが魅力。背面のブランドロゴ入りピスラベルが、さりげないこだわりをアピール。小顔効果も期待でき、スタイルアップを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_5ee8d16021114aea84929d27e9d40c1e_mv2_8708df98-f354-4412-8139-fba16a11a697.jpg?v=1782293942\" 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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e正面にWomensロゴ刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003e両サイドに熱を逃すアイレットが4箇所\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\u003eFサイズ：頭囲 59cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国：中国\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      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU","offers":[{"title":"S","offer_id":45203722043461,"sku":"BK-72 GRN","price":4900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_bf04cd0afd594fa5b45416601e44b6b7_mv2.jpg?v=1782293943"},{"product_id":"product_49b44e32-127d-333c-5d2c-0625fac8954e","title":"H\/S Mockneck shirts B pinflag pt WHT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練されたゴルフスタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e首元を美しく見せるモックネックデザインは、上品な大人のゴルファースタイルを演出。左胸に配されたワンポイント刺繍が、コースでさりげない品格を添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_2f4cbfa1c6d64c7abd0f0c2ec258d1f4_mv2.jpg?v=1782293947\" 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背中に大きくあしらわれたBピンフラッグ柄のラバープリントが、プレイ中の後姿に個性をプラス。\u003cstrong\u003e吸水速乾機能\u003c\/strong\u003eで汗を気にせず、快適なゴルフを楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_bd5d3017615349bca02975c9c9e2c5bd_mv2.jpg?v=1782293947\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適プレイを支える機能美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e着こなし自在のシルエット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e裾のストレッチコードを絞れば、ブラウジング効果でタックインしたような「きちんと」感を演出。\u003cstrong\u003eゆったりとしたサイズ感とシルエット変化\u003c\/strong\u003eで、幅広いシーンに対応します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_ffc65ef130ee42a19c63946d50b3213d_mv2.jpg?v=1782293947\" 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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: ポリエステル100%\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=\"point-list\"\u003e\n                \u003cli\u003e左胸にワンポイント刺繍 (Bピンフラッグ柄)\u003c\/li\u003e\n                \u003cli\u003e背部にBピンフラッグ柄のラバープリント\u003c\/li\u003e\n                \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n                \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n                \u003cli\u003e裾のストレッチコードを絞るとブラウジングができ、タックインしたようなシルエットになり「きちんと」感を演出します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e下記は平置き外側採寸による概寸です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eSサイズ: 身丈66cm \/ 身巾52cm \/ 肩巾47cm \/ 袖丈20cm\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商品到着後7日以内に限り、返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n        の部分。\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたって\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e色目について画像と実物との色の差が多少ございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法には各箇所±1〜2cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯により3〜5%の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"KIKAZARU","offers":[{"title":"S","offer_id":45203722141765,"sku":"BK-76 WHT","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_2f4cbfa1c6d64c7abd0f0c2ec258d1f4_mv2.jpg?v=1782293947"},{"product_id":"product_b9c59492-1e74-1502-cd22-a89aadd22163","title":"H\/S Mockneck shirts wave print WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e後姿で魅せる洗練モック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e背面に躍動感あふれるシグネチャーウェーブロゴを大胆に配置。ゆったりとしたサイズ感が、抜け感のあるリラックススタイルを演出し、\u003cstrong\u003e個性的な魅力\u003c\/strong\u003eを引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b3d713bd694b40299881163e48450a2a_mv2.jpg?v=1782293952\" class=\"img-fluid d-block w-100 product-img\" alt=\"後姿で魅せるモックネックシャツ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e視線を集めるバックデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e快適を叶える高機能モック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e吸水速乾性とストレッチ性に優れた素材が、どんな動きにもしなやかにフィット。常にドライで快適な着心地を保ち、胸元のオフィシャルロゴがさりげない\u003cstrong\u003e品格\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_8e0332e810e744969c88e37ae6aa6bc3_mv2.jpg?v=1782293952\" 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\/0714\/8519\/4309\/files\/8576b1_180dee7f3b614544afc25d7741dc548a_mv2.jpg?v=1782293952\" class=\"img-fluid d-block w-100 product-img\" alt=\"ロゴの質感と生地の肌触り\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e細部まで宿るこだわり\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品の素材と機能性についてご案内します。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材 : ポリエステル83% ポリウレタン17％\u003c\/li\u003e\n                    \u003cli\u003e原産国 : 中国\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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eデザインの特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e細部にまでこだわった本製品のデザインポイントをご紹介します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e胸にオフィシャルロゴをラバープリント\u003c\/li\u003e\n                    \u003cli\u003e背部にはシグネチャーウェーブロゴをラバープリント\u003c\/li\u003e\n                    \u003cli\u003e左裾にブランドロゴピスラベル\u003c\/li\u003e\n                    \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \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\u003e71cm\u003c\/td\u003e\n                                \u003ctd\u003e56cm\u003c\/td\u003e\n                                \u003ctd\u003e52cm\u003c\/td\u003e\n                                \u003ctd\u003e23cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e74cm\u003c\/td\u003e\n                                \u003ctd\u003e59cm\u003c\/td\u003e\n                                \u003ctd\u003e53cm\u003c\/td\u003e\n                                \u003ctd\u003e24cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXL\u003c\/td\u003e\n                                \u003ctd\u003e77cm\u003c\/td\u003e\n                                \u003ctd\u003e62cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品に関するご注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eご購入前に、以下の点をご確認ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/li\u003e\n                    \u003cli\u003e仕上がり寸法には各箇所プラスマイナス1~2cmの個体差がございます。\u003c\/li\u003e\n                    \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文いただいた商品は、以下の通り配送いたします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/li\u003e\n            \u003cli\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/li\u003e\n            \u003cli\u003e1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご購入にあたって、以下の点にご注意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/li\u003e\n            \u003cli\u003e商品到着後7日以内に限り、返品・交換が可能です。\u003c\/li\u003e\n            \u003cli\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/li\u003e\n            \u003cli\u003e返品・交換をご希望の際は、事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UMIZARU","offers":[{"title":"M","offer_id":45203722338373,"sku":"BK-73 WHT","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45203722371141,"sku":"BK-73 WHT","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45203722403909,"sku":"BK-73 WHT","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b3d713bd694b40299881163e48450a2a_mv2.jpg?v=1782293952"},{"product_id":"product_c1c1fce6-dddb-aa3a-61a0-7272f2f94e09","title":"H\/S Mockneck shirts art logo pt WHT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e背中で語る、大人の遊び心\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e躍動感あふれるアーティスティックなロゴが、後ろ姿に\u003cstrong\u003e唯一無二の存在感\u003c\/strong\u003eを放ちます。ゆとりのあるサイズ感で、リラックスした休日を過ごせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_91b9e38faca042dd8cd82e449e53eb69_mv2.jpg?v=1782293959\" class=\"img-fluid d-block w-100 product-img\" alt=\"背中側に施されたアーティスティックなロゴ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e視線を奪うバックプリント\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e着こなし自在、大人の調整\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e裾のストレッチコードを絞れば、タックインしたような「\u003cstrong\u003eきちんと感\u003c\/strong\u003e」を演出できます。シーンに合わせてスマートな着こなしが叶う、機能美を追求しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_055dddc66c0845a78e88a6c63ecf7732_mv2.jpg?v=1782293959\" class=\"img-fluid d-block w-100 product-img\" alt=\"裾のストレッチコードと絞った状態のイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿るこだわり\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適性とスタイルの両立\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e首元をすっきりと見せるモックネックデザインが、\u003cstrong\u003e洗練された大人の印象\u003c\/strong\u003eを与えます。吸水速乾性にも優れ、アクティブな一日も心地よく過ごせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_3216fe1dec584ee48710325b33c704df_mv2.jpg?v=1782293959\" 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=\"point-list\"\u003e\n          \u003cli\u003e胸中央にロゴをプリント\u003c\/li\u003e\n          \u003cli\u003e背部にはアーティスティックなロゴアレンジのプリント\u003c\/li\u003e\n          \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n          \u003cli\u003e裾のストレッチコードを絞るとブラウジングができ、タックインしたようなシルエットになり少し「きちんと」感を演出します。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品の基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : ポリエステル100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e機能\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e吸水速乾\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \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\u003e70cm\u003c\/td\u003e\n                \u003ctd\u003e56cm\u003c\/td\u003e\n                \u003ctd\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e23cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e73cm\u003c\/td\u003e\n                \u003ctd\u003e59cm\u003c\/td\u003e\n                \u003ctd\u003e53cm\u003c\/td\u003e\n                \u003ctd\u003e24cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e77cm\u003c\/td\u003e\n                \u003ctd\u003e62cm\u003c\/td\u003e\n                \u003ctd\u003e54cm\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        \u003c!-- サイズ表の画像がある場合はここに挿入 --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100\" alt=\"サイズチャート\"\u003e\u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れ・その他注意点\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品を長くご愛用いただくため、以下の点にご注意ください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e黒色などの濃色の素材と一緒に洗わないようにしてください。\u003c\/p\u003e\n        \u003c!-- 洗濯表示のアイコン画像がある場合はここに挿入 --\u003e\n        \u003c!-- \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"__IMG_WASH_ICON_1__\" alt=\"洗濯表示1\"\u003e\n          \u003cimg src=\"__IMG_WASH_ICON_2__\" alt=\"洗濯表示2\"\u003e\n        \u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入・ご使用上の注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e色目について、画像と実物との間に多少の色の差がある場合がございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e仕上がり寸法には各箇所プラスマイナス1〜2cmの個体差がございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e洗濯により3〜5％の縮みが生じます。予めご了承くださいませ。\u003c\/p\u003e\n    \u003ch4 class=\"section-title\"\u003e返品・交換について\u003c\/h4\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU","offers":[{"title":"XL","offer_id":45203723681861,"sku":"BK-60 WHT","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45203723714629,"sku":"BK-60 WHT","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45203723747397,"sku":"BK-60 WHT","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_91b9e38faca042dd8cd82e449e53eb69_mv2.jpg?v=1782293959"},{"product_id":"product_f387a287-f60f-9864-e0d7-0631cd5318c3","title":"Pleated skirt WHT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスイング美際立つプリーツスカート\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e前後8本のプリーツが、優雅な蹴回しと美しいシルエットを実現。どんなスイングも妨げない、\u003cstrong\u003e軽やかな着心地\u003c\/strong\u003eでプレイに集中できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_653ed96824d94b6d89a4bdaf646f7085_mv2.jpg?v=1782293962\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eプレイ姿を美しく魅せる一枚\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eゴルフ場映え 後ろ姿も抜かりなし\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e機能的なカーゴポケットはデザインのアクセント。左ポケットのピスラベルが、\u003cstrong\u003e細部に宿るこだわり\u003c\/strong\u003eを静かに主張します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_1cb96312c9f64f3093248d3134dbbce1_mv2.jpg?v=1782293962\" 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\/0714\/8519\/4309\/files\/8576b1_31720b2c6952403baa72074d1894b76a_mv2.jpg?v=1782293961\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: ポリエステル100%\u003c\/li\u003e\n          \u003cli\u003e原産国: 韓国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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左裾にワンポイント刺繍(Bピンフラッグ柄)\u003c\/li\u003e\n          \u003cli\u003e左右にフラップ付きのカーゴポケット\u003c\/li\u003e\n          \u003cli\u003e左カーゴポケットのフラップ部にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003e前後に4本づつのプリーツを配し余裕のある蹴回し\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\u003eSサイズ: スカート丈40cm \/ ウェスト69cm \/ ヒップ88cm \/ 裾巾52cmプラスプリーツ分量\u003c\/li\u003e\n          \u003cli\u003eMサイズ: スカート丈41cm \/ ウェスト74cm \/ ヒップ96cm \/ 裾巾58cmプラスプリーツ分量\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品に関するご注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eご購入前に以下の点にご留意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/li\u003e\n          \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n          \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/li\u003e\n      \u003cli\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/li\u003e\n      \u003cli\u003e1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品到着後7日以内に限り、返品・交換が可能です。\u003c\/li\u003e\n      \u003cli\u003e送料は、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/li\u003e\n      \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU","offers":[{"title":"S","offer_id":45203724009541,"sku":"BK-66 WHT","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45203724042309,"sku":"BK-66 WHT","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_653ed96824d94b6d89a4bdaf646f7085_mv2.jpg?v=1782293962"}],"url":"https:\/\/be-the-weekender.we-shop.jp\/collections\/white.oembed","provider":"BE THE WEEKENDER (BKNDR official partner shop)","version":"1.0","type":"link"}