{"title":"その他","description":"\u003cp\u003eその他\u003c\/p\u003e","products":[{"product_id":"172630834","title":"- YUQRI - comfy pile double rib white \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eYUQRIが織りなす極上パイルソックス\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172630834.jpg?v=1753953910\" class=\"img-fluid d-block w-100 product-img\" alt=\"YUQRIの極上パイルソックス\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e新しい感覚を呼び覚ます足元\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e超希少な旧式編機\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も魅力です。\n    \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\/0739\/4633\/3407\/files\/172630834_o4.jpg?v=1753953910\" 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締め付けのストレスから解放\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\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e清潔を保つYUQRI PROTECTION\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172630834_o6.png?v=1753953910\" 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高次元の抗菌防臭・消臭・制菌機能\u003c\/strong\u003eを兼ね備えた\u003cstrong\u003eYUQRI PROTECTION\u003c\/strong\u003e。\n      わずか\u003cstrong\u003e5分で70%の消臭率\u003c\/strong\u003eを誇り、\u003cstrong\u003e50回洗濯後も効果が持続\u003c\/strong\u003eします。\n      肌に触れる部分は\u003cstrong\u003eコットン100%\u003c\/strong\u003eで、常に\u003cstrong\u003e清潔で快適な履き心地\u003c\/strong\u003eをサポートします。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eハイテクとローテクが融合した極上のふんわりソックスが登場。現在ほとんど使用されていない超希少な旧式低速編機でゆっくりと編み立てられた、独特の凹凸パイルが特徴です。\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\u003e1時間に12足しか編めない、職人のこだわりが詰まった製法\u003c\/li\u003e\n          \u003cli\u003eリブ部分以外は全面凹凸パイル仕上げ\u003c\/li\u003e\n          \u003cli\u003eノンストレスなダブル仕立ての履き口リブ\u003c\/li\u003e\n          \u003cli\u003e熟練の職人による手仕事の2重リブ\u003c\/li\u003e\n          \u003cli\u003eずり落ちず、リブ跡が残らない究極フィット\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能性：YUQRI PROTECTION\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONは、高次元の抗菌防臭・消臭・制菌機能を兼ね備えています。その効果は一般的な防臭ソックスを圧倒するレベルです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e高次元の抗菌防臭、消臭、制菌機能を配合\u003c\/li\u003e\n          \u003cli\u003e履いて5分で70%、30分で99%の驚異的な消臭率\u003c\/li\u003e\n          \u003cli\u003e50回洗濯後も効果が持続する高い耐久性\u003c\/li\u003e\n          \u003cli\u003e繊維評価技術協議会SEKマーク取得済\u003c\/li\u003e\n          \u003cli\u003eSEKマークが保証する抗菌・防臭効果、耐久性、安全性の高さ\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eSEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格は、抗菌・防臭加工繊維製品の性能や耐久性・安全性を第三者認証機関が適合評価し、その規格を満たした製品にのみ認証マークが与えられます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eYUQRI\/ユクリ ブランドコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e「ゆっくり。“慌てず、時間をかけて、丁寧に。” そこから生まれる上質で豊かなものづくりは心地よく纏えるもの。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eゆくりなく。”予想もしない、新しい出会い。” 今までにない、革新的で新しい技術を取り込んだもの。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eMサイズ：25〜27cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eホワイト\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表糸：コットン\u003c\/li\u003e\n          \u003cli\u003e裏糸：ポリエステル、ポリウレタン\u003c\/li\u003e\n          \u003cli\u003e肌の接地面：コットン100%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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\u003e172630834\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155504863,"sku":"YUQ-001","price":2420.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172630834.jpg?v=1753953910"},{"product_id":"172630976","title":"- YUQRI - comfy pile double rib black \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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\"\u003eYUQRIソックス、上質を纏う足元\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\/0739\/4633\/3407\/files\/172630976.jpg?v=1753953909\" 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\/0739\/4633\/3407\/files\/172630976_o2.jpg?v=1753953909\" 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\u003eYUQRI PROTECTION\u003c\/strong\u003eが、高次元の抗菌防臭と消臭力を実現します。\u003cstrong\u003e50回洗濯後も効果は衰えず\u003c\/strong\u003e、清潔な足元で自信を持って一日を過ごせるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172630976_o6.png?v=1753953909\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e確かな機能性、毎日を爽やかに\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細情報\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴とこだわり\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eハイテクとローテクが融合し、極上のふんわりソックスが誕生しました。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e超希少な旧式低速編機でゆっくりと編み立てた心地よいふんわりパイル。\u003c\/li\u003e\n                \u003cli\u003e洗い立てのタオルの上を歩くような独特の凹凸パイル（裏面）。\u003c\/li\u003e\n                \u003cli\u003e洗いこんでもへたれにくく、風合いが増していく特徴。\u003c\/li\u003e\n                \u003cli\u003e1時間に12足しか編めない、細部にまでこだわり抜いた製法。\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=\"benefit-list\"\u003e\n                \u003cli\u003eスポーツソックスのような締め付け感を解消。\u003c\/li\u003e\n                \u003cli\u003e熟練の職人が手仕事で丁寧に仕上げた2重リブ。\u003c\/li\u003e\n                \u003cli\u003e程よいテンションでずれ落ちず、リブ跡もつかない。\u003c\/li\u003e\n                \u003cli\u003e一日中快適さを保つ究極のフィット感。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eYUQRI PROTECTIONの機能性\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e高次元の抗菌防臭、消臭力、さらに菌の増殖を抑制する制菌機能を兼ね備えています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e一般的な防臭ソックスを圧倒する消臭レベル。\u003c\/li\u003e\n                \u003cli\u003e履いて5分で70%、30分で99%の消臭率。\u003c\/li\u003e\n                \u003cli\u003e50回洗濯後も効果が下がらない持続性。\u003c\/li\u003e\n                \u003cli\u003eSEKマーク取得済みの高い安全性と信頼性。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eSEKマークについて\u003c\/strong\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ブランドコンセプト YUQRI\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e「YUQRI（ユクリ）」は、心地よく、長く、安心できるものづくりを追求しています。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eゆっくり。\u003c\/strong\u003e慌てず、時間をかけて、丁寧に生み出す上質で豊かなものづくり。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eゆくりなく。\u003c\/strong\u003e予想もしない、新しい出会い。革新的な技術を取り込んだもの。\u003c\/li\u003e\n                \u003cli\u003e日常に寄り添う、心地よく纏える、永く愛せる、安心できる製品。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e 172630976\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e Mサイズ（25〜27cm）\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eカラー:\u003c\/strong\u003e ブラック\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e\n                    \u003cul\u003e\n                        \u003cli\u003e表糸：コットン\u003c\/li\u003e\n                        \u003cli\u003e裏糸：ポリエステル、ポリウレタン\u003c\/li\u003e\n                        \u003cli\u003e肌の接地面はコットン100%\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003c!-- 情報がないため作成しない --\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003c!-- 情報がないため作成しない --\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155537631,"sku":"YUQ-003","price":2420.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172630976.jpg?v=1753953909"},{"product_id":"172631022","title":"- YUQRI - comfy pile double rib white \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\n      \u003cstrong\u003e超希少な旧式編機\u003c\/strong\u003eでゆっくりと編み立てられたパイルは、まるで洗い立てのタオルのような心地よさです。肌に触れる面は\u003cstrong\u003eコットン100%\u003c\/strong\u003eで、素足に優しい感触を届けます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631022.jpg?v=1753953907\" 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\n      1時間にわずか12足しか生まれない、\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\/0739\/4633\/3407\/files\/172631022_o3.jpg?v=1753953908\" 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\n      \u003cstrong\u003e熟練の職人によるダブルリブ仕立て\u003c\/strong\u003eが、\u003cstrong\u003e締め付けずにずれ落ちない理想のフィット感\u003c\/strong\u003eを実現します。\u003cstrong\u003e高次元の抗菌防臭・消臭機能\u003c\/strong\u003eで、\u003cstrong\u003e一日中清潔で快適な足元\u003c\/strong\u003eが続きます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631022_o7.png?v=1753953908\" 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 class=\"body-text\"\u003eハイテクとローテクが融合した極上のふんわりソックスです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e超希少な旧式低速編機でゆっくりと編み立てられた心地よいふんわりパイル\u003c\/li\u003e\n        \u003cli\u003e洗い立てのタオルの上を歩いているような独特の凹凸パイル（裏面）\u003c\/li\u003e\n        \u003cli\u003e洗いこんでもへたれにくく、風合いが増していくのが特徴\u003c\/li\u003e\n        \u003cli\u003e1時間にわずか12足しか編めない、細部までこだわり抜いた品質\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=\"benefit-list\"\u003e\n        \u003cli\u003eノンストレスのダブルリブ仕立てで、締め付けずにずれ落ちない理想のフィット感\u003c\/li\u003e\n        \u003cli\u003e手仕事で丁寧に2重リブに仕上げ、足首にリブ跡が残らない快適さ\u003c\/li\u003e\n        \u003cli\u003eYUQRI PROTECTIONによる高次元の抗菌防臭・消臭・制菌機能\u003c\/li\u003e\n        \u003cli\u003e圧倒的な消臭力（履いて5分で70%、30分で99%消臭）\u003c\/li\u003e\n        \u003cli\u003e50回洗濯しても効果が持続（SEKマーク取得済）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eYUQRI PROTECTIONとSEKマークについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONは高次元の抗菌防臭、消臭力に加え、菌の増殖を抑制する制菌機能も付与しています。その効果は一般的な防臭ソックスを圧倒するレベルです。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eSEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格は、抗菌・防臭加工繊維製品の性能や耐久性・安全性を第三者認証機関が適合評価し、規格を満たした製品にのみ認証マークが与えられます。SEKマーク製品は「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証されています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドコンセプト YUQRI\/ユクリ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eゆっくり。“慌てず、時間をかけて、丁寧に。” そこから生まれる上質で豊かなものづくりは、心地よく纏えるもの。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eゆくりなく。”予想もしない、新しい出会い。” 今までにない、革新的で新しい技術を取り込んだもの。 日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。 私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e約22〜24cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eホワイト\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表糸：コットン\u003c\/li\u003e\n        \u003cli\u003e裏糸：ポリエステル、ポリウレタン\u003c\/li\u003e\n        \u003cli\u003e肌の接地面：コットン100%\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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\u003e172631022\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155570399,"sku":"YUQ-002","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631022.jpg?v=1753953907"},{"product_id":"172631150","title":"- YUQRI - comfy pile double rib black \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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\"\u003eYUQRIソックス、足元を彩る上質パイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e超希少な旧式低速編機で1時間に12足。時間をかけ丁寧に編み上げた、洗い立てのタオルのようなふんわりパイルです。足元に贅沢な心地よさをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631150.jpg?v=1753953906\" 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肌に触れる裏面はコットン100%の凹凸パイル。洗うほど風合いが増し、へたれにくい耐久性が特徴です。永く愛用できる、育てる喜びを足元に。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631150_o3.jpg?v=1753953906\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e履くほどに育つ、足元の相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足首ゆったり、リブ跡残さない快適さ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e熟練職人によるダブルリブは、足首に優しくフィットし、リブ跡を残しません。高い消臭・制菌機能で、一日中清潔で快適な足元を保ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631150_o7.png?v=1753953907\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日を支える、機能美ソックス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eハイテクとローテクが融合した、極上のふんわりソックスが登場。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e超希少な旧式低速編機でゆっくりと編み立てられた、心地よい\u003cstrong\u003eふんわりパイル\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e現在ほとんど使用されていない旧式編機から生まれる、まるで洗い立てのタオルの上を歩いているような独特の\u003cstrong\u003e凹凸パイル（肌に触れる裏面はコットン100%）\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e洗いこんでもへたれにくく、\u003cstrong\u003e風合いが増していく耐久性\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eリブ部分を除き、全面が凹凸パイルに仕上げられています。\u003c\/li\u003e\n                    \u003cli\u003e熟練の職人による手仕事で仕上げられた、\u003cstrong\u003eノンストレスのダブルリブ\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e程よいテンションで編み立て、\u003cstrong\u003e足首にリブ跡が残らない究極フィット\u003c\/strong\u003eを実現\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eYUQRI PROTECTION機能とSEKマークについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e高次元の\u003cstrong\u003e抗菌防臭、消臭、制菌機能\u003c\/strong\u003eを兼ね備えた「YUQRI PROTECTION」を配合しています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e圧倒的な消臭力\u003c\/strong\u003e：履いて5分で70%、30分で99％の消臭率を誇ります。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e驚きの効果持続性\u003c\/strong\u003e：50回洗濯しても効果が下がらないことを実証済みです。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eSEKマークは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。本製品はSEKマーク取得済で、その性能と安全性が保証されています。\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\"\u003eYUQRI\/ユクリ ブランドコンセプト\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e【YUQRI\/ユクリ】\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                \u003cp\u003e日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 172631150\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約22〜24cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表糸: コットン\u003c\/li\u003e\n                    \u003cli\u003e裏糸: ポリエステル\u003c\/li\u003e\n                    \u003cli\u003eポリウレタン\u003c\/li\u003e\n                    \u003cli\u003e肌の接地面はコットン100%になります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155603167,"sku":"YUQ-004","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631150.jpg?v=1753953906"},{"product_id":"172631263","title":"- YUQRI - comfy pile double rib2 panel white×grey \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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。肌に触れる面はコットン100%で、洗い立てタオルのような心地よさをあなたの足元へお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631263.jpg?v=1753953905\" 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\"\u003e1時間にわずか12足。旧式編機が編み立てる\u003cstrong\u003e独特の凹凸パイル\u003c\/strong\u003eは、足裏に未体験の心地よさを届けます。洗い立てタオルの上を歩くような感覚を、洗濯後も長くお楽しみいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631263_o3.jpg?v=1753953905\" 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\u003eYUQRI PROTECTION\u003c\/strong\u003eが足元の不快感を素早く消し去り、一日中清潔な足元を保ち、自信に満ちた毎日を約束します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631263_o7.png?v=1753953905\" 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 class=\"body-text\"\u003e超希少な旧式低速編機でゆっくりと編み立てられた、心地よいふんわりパイルが特徴です。洗い立てのタオルの上を歩くような感覚を追求しました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e旧式編機が生み出す独特の凹凸パイル\u003c\/li\u003e\n          \u003cli\u003e洗いこんでもへたれにくい耐久性\u003c\/li\u003e\n          \u003cli\u003e全面に広がるふんわりパイル（リブ部分除く）\u003c\/li\u003e\n          \u003cli\u003e熟練職人の手仕事によるノンストレスダブルリブ\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\"\u003eYUQRI PROTECTION（機能性）\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e高次元の抗菌防臭、消臭、制菌機能を兼ね備えた「YUQRI PROTECTION」を配合しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e履いて5分で70%、30分で99%の驚異的な消臭率\u003c\/li\u003e\n          \u003cli\u003e50回洗濯しても効果が持続\u003c\/li\u003e\n          \u003cli\u003eSEKマーク取得済みの高い安全性と信頼性\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eSEKマークは繊維評価技術協議会が認証するもので、「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証します。\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 class=\"body-text\"\u003e【YUQRI\/ユクリ】は「ゆっくり。」と「ゆくりなく。」をコンセプトに、上質で豊かなものづくりと革新的な技術を取り入れた新しい出会いを表現しています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eゆっくり。\u003c\/strong\u003e: 慌てず、時間をかけて、丁寧に。心地よく纏える上質なものづくり。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eゆくりなく。\u003c\/strong\u003e: 予想もしない、新しい出会い。今までにない、革新的で新しい技術を取り込んだもの。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e日常に寄り添い、心地よく、永く、安心できるものを追求しています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e対応サイズ: 25〜27cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※丈サイズをリニューアルしました。2022年4月下旬入荷分より、前回丈サイズより1.8cm短くなっております。よりバランスの良い丈感へと生まれ変わっております。以前にご購入のお客様は予めご了承のほどよろしくお願いいたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eホワイト×グレー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表糸: コットン\u003c\/li\u003e\n          \u003cli\u003e裏糸: ポリエステル、ポリウレタン\u003c\/li\u003e\n          \u003cli\u003e肌の接地面はコットン100%になります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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\"\u003e172631263\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155635935,"sku":"YUQ-005","price":2420.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631263.jpg?v=1753953905"},{"product_id":"172631301","title":"- YUQRI - comfy pile double rib2 panel white×grey \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631301.jpg?v=1753953904\" 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は、まるで\u003cstrong\u003e洗い立てのタオルの上を歩くような心地よさ\u003c\/strong\u003e。日々の足元に、\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\/0739\/4633\/3407\/files\/172631301_o2.jpg?v=1753953904\" 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は、締め付けずにずれ落ちない\u003cstrong\u003e究極のフィット感\u003c\/strong\u003eを実現。さらに\u003cstrong\u003eYUQRI PROTECTION\u003c\/strong\u003eが、\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忙しい30代女性に贈る足元の解放感\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631301_o9.png?v=1753953904\" 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に。\u003cstrong\u003e50回洗濯しても効果が持続\u003c\/strong\u003eする\u003cstrong\u003e制菌機能\u003c\/strong\u003eで、いつでも頼れる清潔感と洗練された足元を叶えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e超希少な旧式低速編機がゆっくりと編み立てた、極上のふんわりソックスです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eまるで洗い立てのタオルの上を歩くような心地よさ\u003c\/li\u003e\n        \u003cli\u003e独特の凹凸パイル（裏面）が、洗いこんでもへたれにくく風合いが増す\u003c\/li\u003e\n        \u003cli\u003e1時間に12足しか編めない、こだわりの品質\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=\"benefit-list\"\u003e\n        \u003cli\u003e程よいテンションで締め付けすぎないダブルリブ\u003c\/li\u003e\n        \u003cli\u003e熟練職人の手仕事による丁寧な2重リブ\u003c\/li\u003e\n        \u003cli\u003e履いていてもずれず、リブ跡が足首につかない\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e機能性：YUQRI PROTECTION\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e高次元の抗菌防臭、消臭力に加え、菌の増殖を抑制する制菌機能を兼ね備えています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e履いて5分で70%、30分で99%の優れた消臭率\u003c\/li\u003e\n        \u003cli\u003e50回洗濯しても効果が持続する高い耐久性\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eSEKマーク取得済：SEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。抗菌・防臭効果、効果の耐久性、加工の安全性が保証されています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドコンセプト：YUQRI\/ユクリ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eゆっくり。“慌てず、時間をかけて、丁寧に。” そこから生まれる上質で豊かなものづくりは、心地よく纏えるもの。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eゆくりなく。”予想もしない、新しい出会い。” 今までにない、革新的で新しい技術を取り込んだもの。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e22〜24cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eグレー (履き口: ホワイト)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表糸：コットン\u003c\/li\u003e\n        \u003cli\u003e裏糸：ポリエステル、ポリウレタン\u003c\/li\u003e\n        \u003cli\u003e肌の接地面：コットン100%\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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\u003e172631301\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e丈サイズをリニューアルしました。2022年4月下旬〜入荷分より前回丈サイズより1.8cm短くしております。よりバランスの良い丈感へと生まれ変わっております。以前にご購入のお客様は予めご了承のほどよろしくお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155668703,"sku":"YUQ-006","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172631301.jpg?v=1753953904"},{"product_id":"172633791","title":"- YUQRI - puff pile short crew white \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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\/0739\/4633\/3407\/files\/172633791_o2.jpg?v=1753953903\" 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\/0739\/4633\/3407\/files\/172633791_o4.jpg?v=1753953903\" 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\/0739\/4633\/3407\/files\/172633791_o5.jpg?v=1753953903\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e清潔感漂う白いソックス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・履き心地\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用し、特別な履き心地を実現しています。\u003c\/p\u003e\n            \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\"\u003eYUQRI PROTECTION - 優れた機能性\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONは、日々の快適さを追求した高機能素材です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e抗菌防臭・消臭・制菌のトリプル機能を兼備\u003c\/li\u003e\n                \u003cli\u003e一般的な防臭ソックスを圧倒する消臭力\u003c\/li\u003e\n                \u003cli\u003e履いて5分で70%、30分で99%の消臭率を実証\u003c\/li\u003e\n                \u003cli\u003e50回洗濯しても効果が持続する耐久性\u003c\/li\u003e\n                \u003cli\u003eSEKマーク取得済の信頼性\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eSEKマークは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。SEK規格を満たした製品にのみ与えられ、「抗菌・防臭効果」「効果の耐久性」「加工の安全性」が保証されています。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランドコンセプト - YUQRI\/ユクリ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e「YUQRI\/ユクリ」は、「ゆっくり。“慌てず、時間をかけて、丁寧に。”」という思想から生まれる、上質で豊かなものづくりを追求しています。心地よく纏える、永く愛用できる製品を提供します。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eまた、「ゆくりなく。”予想もしない、新しい出会い。”」として、今までにない革新的な技術を取り入れ、日々に寄り添いながらも新しい価値を生み出すブランドです。安心できる品質と、心地よい日常を届けます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \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                \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\"\u003e172633791\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155701471,"sku":"YUQ-007","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633791.jpg?v=1753953903"},{"product_id":"172633798","title":"- YUQRI - puff pile short crew black \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0739\/4633\/3407\/files\/172633798.jpg?v=1753953902\" 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\u003eYUQRI PROTECTION\u003c\/strong\u003eが叶える、高次元の\u003cstrong\u003e抗菌防臭と制菌機能\u003c\/strong\u003eが清潔を保ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633798_o2.jpg?v=1753953902\" 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消臭力は50回洗濯後も持続\u003c\/strong\u003eし、\u003cstrong\u003e日本製\u003c\/strong\u003eならではの品質を実感できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633798_o4.jpg?v=1753953902\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eふかふか感触、驚異の消臭力\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・YUQRI PROTECTIONについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用。ループ状で膨らみのある糸をパイル編みにすることで、さらにクッション性を感じる履き心地になっています。口ゴム部分は締め付けが少ないよう、敢えて少し緩くすることでゴム跡がつきにくくストレスを感じない仕上がりに。ふんわりした履き心地とサラッとしたタッチ感が新鮮。日本国内にて希少な編機で作り上げられた新作モデルです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e抗菌防臭・消臭・制菌を兼ね備えたYUQRI PROTECTIONを配合。高次元の抗菌防臭、消臭力に加え、菌の増殖を抑制する制菌機能も付与。その効果は一般的な防臭ソックスを圧倒するレベルです。履いて5分で70%、30分で99％の消臭率を誇り、50回洗濯しても効果は下がらないことを実証しています。（SEKマーク取得済）\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eSEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格は、抗菌・防臭加工繊維製品の性能や耐久性・安全性を登録された第三者認証機関が適合評価を行います。そして、その規格を満たした製品に対してのみ認証マークが与えられます。SEKマーク製品は「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証されているものです。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eブランド「YUQRI\/ユクリ」の理念は、「ゆっくり。“慌てず、時間をかけて、丁寧に。”」から生まれる上質で豊かなものづくり、そして「ゆくりなく。“予想もしない、新しい出会い。”」から生まれる革新的な技術を取り込んだものです。日常に寄り添う、心地よく永く纏える安心できるものを提供します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表糸：コットン、ナイロン\u003c\/li\u003e\n                    \u003cli\u003eゴム糸：ナイロン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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\u003e172633798\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155767007,"sku":"YUQ-009","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633798.jpg?v=1753953902"},{"product_id":"172633803","title":"- YUQRI - puff pile short crew gray \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0739\/4633\/3407\/files\/172633803.jpg?v=1753953901\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eストレスフリーな口ゴム設計\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633803_o2.jpg?v=1753953901\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e50回洗っても、その効果は続く\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633803_o4.jpg?v=1753953901\" 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は、わずか30分で99%を実現。\u003cstrong\u003eSEKマーク\u003c\/strong\u003eが保証する高機能繊維が、菌の増殖を抑制し、一日を\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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・履き心地\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e肌あたりの良いドライタッチのループヤーンを使用し、特別な履き心地を実現。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eループ状の糸をパイル編みにすることで、クッション性を向上\u003c\/li\u003e\n          \u003cli\u003e締め付けを抑えた口ゴムで、ゴム跡がつきにくくストレスフリー\u003c\/li\u003e\n          \u003cli\u003eふんわりとした履き心地とサラッとしたタッチ感\u003c\/li\u003e\n          \u003cli\u003e日本国内にて希少な編機で作り上げられた新作モデル\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e高機能性 YUQRI PROTECTION\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eYUQRI PROTECTIONは、高次元の機能性を足元に提供します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e抗菌防臭・消臭・制菌機能を兼ね備え、菌の増殖を抑制\u003c\/li\u003e\n          \u003cli\u003e圧倒的な消臭力: 履いて5分で70%、30分で99%の消臭率\u003c\/li\u003e\n          \u003cli\u003e驚異の持続性: 50回洗濯しても効果が低下しないことを実証\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eSEKマークについて:\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eSEKマークは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格を満たした製品に対してのみ与えられ、「抗菌・防臭効果」「効果の耐久性」「加工の安全性」が保証されています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランドコンセプト YUQRI\/ユクリ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eYUQRIは「ゆっくり」と「ゆくりなく」という二つの言葉から生まれるブランドです。\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        \u003cp class=\"body-text\"\u003e日常に寄り添うものだからこそ、心地よく、永く纏え、安心できるものを表現しています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国・商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表糸: コットン、ナイロン\u003c\/li\u003e\n          \u003cli\u003eゴム糸: ナイロン\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本（日本製）\u003c\/li\u003e\n          \u003cli\u003e商品コード: 172633803\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155799775,"sku":"YUQ-011","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633803.jpg?v=1753953901"},{"product_id":"172633806","title":"- YUQRI - puff pile short crew gray \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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\/0739\/4633\/3407\/files\/172633806_o3.jpg?v=1753953900\" 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\/0739\/4633\/3407\/files\/172633806_o4.jpg?v=1753953900\" 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\/0739\/4633\/3407\/files\/172633806_o5.jpg?v=1753953900\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された日常の必需品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴と履き心地\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eこだわりの素材と製法で、未体験の履き心地を追求しました。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e肌あたりの良いドライタッチのループヤーンを使用\u003c\/li\u003e\n                \u003cli\u003eパイル編みでクッション性を高めた履き心地\u003c\/li\u003e\n                \u003cli\u003e口ゴムは締め付けが少なく、ゴム跡がつきにくい設計\u003c\/li\u003e\n                \u003cli\u003eふんわりしながらもサラッとした新鮮な肌触り\u003c\/li\u003e\n                \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高機能素材 YUQRI PROTECTION\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eYUQRI PROTECTIONは、日々の快適さを追求した高機能技術です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e抗菌防臭・消臭・制菌を兼ね備えた高機能素材\u003c\/li\u003e\n                \u003cli\u003eわずか30分で99%の消臭率を実現\u003c\/li\u003e\n                \u003cli\u003e50回洗濯後も効果が持続する高い耐久性\u003c\/li\u003e\n                \u003cli\u003e繊維評価技術協議会が認証するSEKマーク取得済\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eSEKマークとは、繊維製品の「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証する認証マークです。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eYUQRI ブランドコンセプト\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eYUQRI\/ユクリは「ゆっくり」と「ゆくりなく」をコンセプトに、上質で革新的なものづくりを追求しています。\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            \u003cp\u003e日常に寄り添い、長く安心してお使いいただける製品をお届けします。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国・商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e製品の主な素材構成と生産国、識別情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e表糸: コットン、ナイロン\u003c\/li\u003e\n                \u003cli\u003eゴム糸: ナイロン\u003c\/li\u003e\n                \u003cli\u003e生産国: 日本製\u003c\/li\u003e\n                \u003cli\u003e商品コード: 172633806\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155832543,"sku":"YUQ-012","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633806.jpg?v=1753953900"},{"product_id":"172633810","title":"YUQRI - puff pile short crew black \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eYUQRIが生み出す、上質な足元の快適\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e慌ただしい日々の中でも、足元には心地よいゆとりを。YUQRIのソックスは、丁寧なものづくりから生まれた\u003cstrong class=\"strong-text\"\u003eふんわりドライな履き心地\u003c\/strong\u003eで、肌に寄り添う快適さを実現しています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633810.jpg?v=1753953899\" 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=\"strong-text\"\u003e特別な口ゴム部分\u003c\/strong\u003e。希少な編機で作り上げた\u003cstrong class=\"strong-text\"\u003eパイル編み\u003c\/strong\u003eが、ふっくらとしたクッション性とさらりとした肌触りを両立し、足首を優しく包み込みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633810_o2.jpg?v=1753953899\" 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\"\u003eYUQRI PROTECTIONが叶える、\u003cstrong class=\"strong-text\"\u003e高次元の抗菌防臭・消臭・制菌機能\u003c\/strong\u003e。履いてわずか30分で\u003cstrong class=\"strong-text\"\u003e99%の消臭率\u003c\/strong\u003eを誇り、さらに\u003cstrong class=\"strong-text\"\u003e50回洗濯後も効果が持続\u003c\/strong\u003eするため、いつも清潔で安心な足元を保ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633810_o4.jpg?v=1753953899\" 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 class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用し、ふっくらとしたクッション性とさらりとしたタッチ感が特徴です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eループ状の膨らみのある糸をパイル編みにすることで、クッション性を向上\u003c\/li\u003e\n                    \u003cli\u003e口ゴム部分は締め付けが少なく、ゴム跡がつきにくいストレスフリーな履き心地\u003c\/li\u003e\n                    \u003cli\u003e日本国内の希少な編機で作り上げられた新作モデル\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONを配合し、高次元の機能性を実現しました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e高次元の抗菌防臭・消臭・制菌機能\u003c\/li\u003e\n                    \u003cli\u003e履いて5分で70%、30分で99％の高い消臭率\u003c\/li\u003e\n                    \u003cli\u003e50回洗濯後も効果が持続する耐久性（SEKマーク取得済）\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eSEKマークは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。抗菌・防臭効果、効果の耐久性、加工の安全性が保証されています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e【YUQRI\/ユクリ】は「ゆっくり」と「ゆくりなく」という二つの言葉から生まれました。慌てず、時間をかけて丁寧に作り上げる上質さと、予想もしない革新的な技術を取り入れた新しい出会いを表現しています。日常に寄り添い、長く安心してお使いいただける心地よいものづくりを目指します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表糸：コットン、ナイロン\u003c\/li\u003e\n                    \u003cli\u003eゴム糸：ナイロン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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\"\u003e172633810\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155865311,"sku":"YUQ-010","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633810.jpg?v=1753953899"},{"product_id":"172633813","title":"- YUQRI - puff pile short crew white \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0739\/4633\/3407\/files\/172633813.jpg?v=1753953898\" 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\/0739\/4633\/3407\/files\/172633813_o4.jpg?v=1753953898\" 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\"\u003eSEKマークが証す清潔品質\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e高次元の抗菌防臭・消臭・制菌機能\u003c\/strong\u003eを搭載。\u003cstrong\u003e50回洗濯後も効果が持続\u003c\/strong\u003eするため、いつでも安心してお使いいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633813_o5.jpg?v=1753953898\" class=\"img-fluid d-block w-100 product-img\" alt=\"ずっと続く安心感\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eずっと続く安心感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴と履き心地\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e肌あたりの良いドライタッチのループヤーンを使用。ループ状で膨らみのある糸をパイル編みにすることで、さらにクッション性を感じる履き心地になっています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e肌あたりの良いドライタッチのループヤーン\u003c\/li\u003e\n                    \u003cli\u003eクッション性のある履き心地\u003c\/li\u003e\n                    \u003cli\u003e締め付けを抑えた口ゴムでゴム跡がつきにくい\u003c\/li\u003e\n                    \u003cli\u003eふんわりとした履き心地とサラッとしたタッチ感\u003c\/li\u003e\n                    \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機能性：YUQRI PROTECTION\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e抗菌防臭・消臭・制菌を兼ね備えたYUQRI PROTECTIONを配合しています。高次元の機能性が、清潔で快適な足元をサポートします。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e高次元の抗菌防臭機能\u003c\/li\u003e\n                    \u003cli\u003e優れた消臭力（5分で70%、30分で99%の消臭率）\u003c\/li\u003e\n                    \u003cli\u003e菌の増殖を抑制する制菌機能\u003c\/li\u003e\n                    \u003cli\u003e50回洗濯後も効果が持続\u003c\/li\u003e\n                    \u003cli\u003eSEKマーク取得済みの高い安全性と信頼性\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eSEKマークについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eSEKマークは繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。以下の基準を満たした製品にのみ与えられます。\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ブランドコンセプト：YUQRI\/ユクリ\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表糸：コットン、ナイロン\u003c\/li\u003e\n                    \u003cli\u003eゴム糸：ナイロン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e日本製\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e172633813\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155898079,"sku":"YUQ-008","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633813.jpg?v=1753953898"},{"product_id":"172633816","title":"- YUQRI - puff pile short crew blue \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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\/0739\/4633\/3407\/files\/172633816_o1.jpg?v=1753953897\" 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\/0739\/4633\/3407\/files\/172633816_o4.jpg?v=1753953897\" 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\/0739\/4633\/3407\/files\/172633816_o5.jpg?v=1753953897\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eYUQRIが贈る洗練\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・履き心地\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用。ループ状で膨らみのある糸をパイル編みにすることで、さらにクッション性を感じる履き心地になっています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e肌あたりの良いドライタッチのループヤーン\u003c\/li\u003e\n          \u003cli\u003eパイル編みによる優れたクッション性\u003c\/li\u003e\n          \u003cli\u003e締め付けが少なく、ゴム跡がつきにくい口ゴム仕様\u003c\/li\u003e\n          \u003cli\u003eふんわりした履き心地とサラッとしたタッチ感\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機能性：YUQRI PROTECTION\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONは、高次元の抗菌防臭、消臭力、さらに菌の増殖を抑制する制菌機能を兼ね備えています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e一般的な防臭ソックスを圧倒する消臭レベル（5分で70%、30分で99%の消臭率）\u003c\/li\u003e\n          \u003cli\u003e驚くべき効果の持続性（50回洗濯しても効果が持続）\u003c\/li\u003e\n          \u003cli\u003eSEKマーク取得済：繊維評価技術協議会が認証する性能、耐久性、安全性を保証\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eSEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。SEK規格を満たした製品に対してのみ認証マークが与えられ、製品の「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証するものです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランドコンセプト：YUQRI\/ユクリ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e【YUQRI\/ユクリ】は、「ゆっくり」と「ゆくりなく」という二つの言葉から生まれるブランドです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eゆっくり：“慌てず、時間をかけて、丁寧に” そこから生まれる上質で豊かなものづくりは、心地よく纏えるもの。\u003c\/li\u003e\n          \u003cli\u003eゆくりなく：“予想もしない、新しい出会い” 今までにない、革新的で新しい技術を取り込んだもの。\u003c\/li\u003e\n          \u003cli\u003e日常に寄り添うものだからこそ、心地よく、永く纏え、安心できる製品を追求し表現します。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表糸: コットン、ナイロン\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商品コード: 172633816\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n  \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しない --\u003e\n  \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しない --\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155930847,"sku":"YUQ-014","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633816.jpg?v=1753953897"},{"product_id":"172633817","title":"- YUQRI - puff pile short crew blue \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e纏う喜び、毎日を彩る極上の一足\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e足を入れた瞬間から包み込まれるような心地よさ。\u003cstrong\u003e締め付けが少ない口ゴム\u003c\/strong\u003eが、一日中\u003cstrong\u003eストレスフリーな着用感\u003c\/strong\u003eをお約束します。上品なブルーが、あなたの足元に洗練された印象をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633817.jpg?v=1753953896\" 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\u003eYUQRI PROTECTION\u003c\/strong\u003eが、5分で70%という驚異の\u003cstrong\u003e消臭率\u003c\/strong\u003eを実現。50回洗っても効果が続くため、常に\u003cstrong\u003eクリーンな状態を維持\u003c\/strong\u003eします。SEKマーク取得で、確かな品質と安全性を保証します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633817_o1.jpg?v=1753953896\" 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\/0739\/4633\/3407\/files\/172633817_o4.jpg?v=1753953896\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日本が誇る、繊細な足元体験\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・履き心地\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e足元を包み込むような快適さと、一日中続くストレスフリーな履き心地を追求しました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e肌あたりの良いドライタッチのループヤーンを使用\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\"\u003eYUQRI PROTECTIONの機能性\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履いて5分で70%、30分で99％の驚異的な消臭率\u003c\/li\u003e\n                    \u003cli\u003e50回洗濯しても効果が持続することが実証済み\u003c\/li\u003e\n                    \u003cli\u003eSEKマーク取得済みの確かな品質と安全性\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eSEKマークとは\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eSEKマークは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。以下の基準を満たした製品にのみ認証マークが与えられます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e繊維評価技術協議会が制定した安全基準「SEK規格」に適合\u003c\/li\u003e\n                    \u003cli\u003e登録された第三者認証機関が性能・耐久性・安全性を適合評価\u003c\/li\u003e\n                    \u003cli\u003e「抗菌・防臭効果」「効果の耐久性」「加工の安全性」が保証されています\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表糸：コットン、ナイロン\u003c\/li\u003e\n                    \u003cli\u003eゴム糸：ナイロン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eブランドコンセプト：YUQRI\/ユクリ\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        \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\u003e172633817\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155963615,"sku":"YUQ-013","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633817.jpg?v=1753953896"},{"product_id":"172633819","title":"- YUQRI - puff pile short crew yellow \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を彩るYUQRIソックス\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\/0739\/4633\/3407\/files\/172633819.jpg?v=1753953895\" 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\/0739\/4633\/3407\/files\/172633819_o2.jpg?v=1753953895\" 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\u003eYUQRI PROTECTION\u003c\/strong\u003eが、履いて5分で70%、30分で99％という\u003cstrong\u003e驚異の消臭率\u003c\/strong\u003eを実現します。\u003cstrong\u003e50回洗濯後も効果が持続\u003c\/strong\u003eし、いつでも清潔で心地よい足元を保ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633819_o4.jpg?v=1753953895\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e清潔を保つ抗菌防臭ソックス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用し、上質な履き心地を追求しました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eループ状で膨らみのある糸をパイル編みにすることで、クッション性を感じる履き心地\u003c\/li\u003e\n                    \u003cli\u003e口ゴム部分は締め付けが少ないよう敢えて緩く編み、ゴム跡がつきにくくストレスフリーな仕上がり\u003c\/li\u003e\n                    \u003cli\u003eふんわりした履き心地とサラッとしたタッチ感が新鮮\u003c\/li\u003e\n                    \u003cli\u003e日本国内の希少な編機で作り上げた新作モデル\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eYUQRI PROTECTIONについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONは、高次元の抗菌防臭、消臭力、菌の増殖を抑制する制菌機能を兼ね備えています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e一般的な防臭ソックスを圧倒するレベルの消臭力\u003c\/li\u003e\n                    \u003cli\u003e履いて5分で70%、30分で99％という驚異の消臭率を実現\u003c\/li\u003e\n                    \u003cli\u003e50回洗濯後も効果が下がらないことを実証した持続性\u003c\/li\u003e\n                    \u003cli\u003eSEKマーク取得済みの高い安全性と信頼性\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eSEKマークは繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格を満たした製品に対し、抗菌・防臭効果、効果の耐久性、加工の安全性を保証しています。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eブランドコンセプト YUQRI\/ユクリ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eYUQRIは「ゆっくり」と「ゆくりなく」という二つの言葉から着想を得ています。\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                \u003cp class=\"body-text\"\u003e日常に寄り添うものだからこそ、心地よく、永く纏え、安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表糸: コットン、ナイロン\u003c\/li\u003e\n                    \u003cli\u003eゴム糸: ナイロン\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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\u003e172633819\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776155996383,"sku":"YUQ-015","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633819.jpg?v=1753953895"},{"product_id":"172633821","title":"- YUQRI - puff pile short crew yellow \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元を彩る YUQRIパイルソックス\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\/0739\/4633\/3407\/files\/172633821.jpg?v=1753953894\" 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抗菌防臭・消臭・制菌機能「YUQRI PROTECTION」\u003c\/strong\u003eを配合しています。わずか30分で\u003cstrong\u003e99%の消臭率\u003c\/strong\u003eを誇り、\u003cstrong\u003e50回洗濯後も効果が持続\u003c\/strong\u003eする\u003cstrong\u003eSEKマーク取得\u003c\/strong\u003eの革新技術です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633821_o1.jpg?v=1753953894\" 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\/0739\/4633\/3407\/files\/172633821_o4.jpg?v=1753953894\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人技が光る日本製\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e肌あたりの良い\u003cstrong\u003eドライタッチのループヤーン\u003c\/strong\u003eを使用し、ループ状で膨らみのある糸をパイル編みにすることで、さらにクッション性を感じる履き心地になっています。口ゴム部分は締め付けが少ないよう、敢えて少し緩くすることでゴム跡がつきにくくストレスを感じない仕上がりに。ふんわりした履き心地とサラッとしたタッチ感が新鮮な、日本国内の希少な編機で作り上げた新作モデルです。\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003e抗菌防臭・消臭・制菌\u003c\/strong\u003eを兼ね備えた\u003cstrong\u003eYUQRI PROTECTION\u003c\/strong\u003eを配合。高次元の抗菌防臭、消臭力に加え、菌の増殖を抑制する制菌機能も付与。その効果は一般的な防臭ソックスを圧倒するレベルで、以下のような強みがあります。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e履いて5分で70%、30分で99%の消臭率\u003c\/li\u003e\n        \u003cli\u003e50回洗濯しても効果が持続\u003c\/li\u003e\n        \u003cli\u003eSEKマーク取得済みの高い安全性と信頼性\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\u003cstrong\u003eSEKマーク\u003c\/strong\u003eとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格は繊維評価技術協議会が制定し、抗菌・防臭加工繊維製品の性能や耐久性・安全性を登録された第三者認証機関が適合評価を行います。そして、その規格を満たした製品に対してのみ認証マークが与えられます。SEKマーク製品は「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証されているものです。\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eYUQRI\/ユクリ ブランドコンセプト\u003c\/strong\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      \u003cp\u003e日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表糸: コットン、ナイロン\u003c\/li\u003e\n        \u003cli\u003eゴム糸: ナイロン\u003c\/li\u003e\n        \u003cli\u003e生産国: 日本製\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e172633821\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156029151,"sku":"YUQ-016","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633821.jpg?v=1753953894"},{"product_id":"172633827","title":"- YUQRI - puff pile short crew line  black\/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633827.png?v=1753953893\" 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\n      繊細なループヤーンをパイル編みした、ふんわり心地よい肌触り。希少な日本製編み機で、日本の職人が丁寧に作り上げた、足元に極上の履き心地を。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e驚きの消臭力 50回洗っても続く清潔感\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633827_o2.jpg?v=1753953893\" 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\n      YUQRI PROTECTION配合で、圧倒的な消臭効果と制菌機能を実現。50回洗濯後も効果が続くSEKマーク取得済みの技術が、足元をいつも清潔に保ちます。\n    \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\/0739\/4633\/3407\/files\/172633827_o6.jpg?v=1753953893\" 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\n      ゴム部分を緩やかに設計し、ゴム跡がつきにくいストレスフリーな着用感。足元に心地よい自由を与え、アクティブな日常を軽やかに彩ります。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・こだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用したラインソックスです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eループ状で膨らみのある糸を24Gの機械でパイル編みにすることで、さらにクッション性を感じる履き心地を実現しています。\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驚きの機能性：YUQRI PROTECTION\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          YUQRI PROTECTIONは、高次元の抗菌防臭、消臭力に加えて、菌の増殖を抑制する制菌機能も兼ね備えています。その効果は一般的な防臭ソックスを圧倒するレベルです。\n        \u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e圧倒的な消臭力\u003c\/strong\u003e: 履いて5分で70%、30分で99%の消臭率を誇ります。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e持続する効果\u003c\/strong\u003e: 50回洗濯しても効果が下がらないことを実証済みです。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSEKマーク取得済\u003c\/strong\u003e: 繊維評価技術協議会が認証する安全基準を満たしています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\n          SEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格は、抗菌・防臭加工繊維製品の性能や耐久性・安全性を登録された第三者認証機関が適合評価を行います。この規格を満たした製品に対してのみ認証マークが与えられます。SEKマーク製品は、「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証されているものです。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eYUQRI\/ユクリについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          「YUQRI\/ユクリ」は、「ゆっくり。“慌てず、時間をかけて、丁寧に。”」から生まれる上質で豊かなものづくり、そして「ゆくりなく。“予想もしない、新しい出会い。”」という、今までにない革新的で新しい技術を取り込んだものを表現しています。日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現します。\n        \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 class=\"body-text\"\u003e本製品のサイズ詳細です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e対応サイズ: 22-24cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e本製品に使用されている素材です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e綿: 65％\u003c\/li\u003e\n          \u003cli\u003eナイロン: 25％\u003c\/li\u003e\n          \u003cli\u003eポリエステル: 9％\u003c\/li\u003e\n          \u003cli\u003eポリウレタン: 1％\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e商品の識別コードです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e172633827\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n  \u003c!-- スペック・詳細セクション (Specs) 終了 --\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156061919,"sku":"YUQ-018","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633827.png?v=1753953893"},{"product_id":"172633829","title":"- YUQRI - puff pile short crew line  black\/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0739\/4633\/3407\/files\/172633829.png?v=1753953892\" 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\"\u003e50回洗っても効果が続く高機能\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e24Gの精密なパイル編みが、まるで\u003cstrong\u003e雲の上を歩くようなクッション性\u003c\/strong\u003eを実現します。ゴム跡の心配も不要な\u003cstrong\u003eストレスフリーな履き心地\u003c\/strong\u003eで、一日中軽やかな足元を保てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633829_o1.jpg?v=1753953892\" 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\/0739\/4633\/3407\/files\/172633829_o6.jpg?v=1753953892\" 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 class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用したラインソックスです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eループ状で膨らみのある糸を24Gの機械でパイル編みにすることで、さらにクッション性を感じる履き心地を実現。\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高機能：YUQRI PROTECTIONについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e高次元の抗菌防臭、消臭力に加えて、菌の増殖を抑制する制菌機能も付与。その効果は一般的な防臭ソックスを圧倒します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e履いて5分で70%、30分で99％の消臭率を誇ります。\u003c\/li\u003e\n          \u003cli\u003e驚くべき持続性：50回洗濯しても効果は下がらないことを実証済。（SEKマーク取得済）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※SEKマークについて\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。\u003c\/li\u003e\n          \u003cli\u003e安全基準であるSEK規格は、抗菌・防臭加工繊維製品の性能や耐久性・安全性について、登録された第三者認証機関が適合評価を行います。\u003c\/li\u003e\n          \u003cli\u003e規格を満たした製品にのみ認証マークが与えられ、「抗菌・防臭効果」「効果の耐久性」「加工の安全性」が保証されています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- 機能アイコン・洗濯表示 (小さく並べる) があればここに配置 --\u003e\n        \u003c!-- 例: \u003cdiv class=\"care-icons\"\u003e\u003cimg src=\"__IMG_SEK_LOGO__\" alt=\"SEKマークロゴ\"\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\"\u003eYUQRI\/ユクリ ブランドコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eブランド名「YUQRI\/ユクリ」には、二つの意味が込められています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eゆっくり。\u003c\/strong\u003e “慌てず、時間をかけて、丁寧に。” そこから生まれる上質で豊かなものづくりは、心地よく纏えるもの。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eゆくりなく。\u003c\/strong\u003e ”予想もしない、新しい出会い。” 今までにない、革新的で新しい技術を取り込んだもの。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e25-27cm\u003c\/li\u003e\n        \u003c\/ul\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綿65％\u003c\/li\u003e\n          \u003cli\u003eナイロン25％\u003c\/li\u003e\n          \u003cli\u003eポリエステル9％\u003c\/li\u003e\n          \u003cli\u003eポリウレタン1％\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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\"\u003e172633829\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n  \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156094687,"sku":"YUQ-017","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633829.png?v=1753953892"},{"product_id":"172633834","title":"- YUQRI - puff pile short crew line  brown \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eふわふわ素材が叶える贅沢な肌触り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e繊細な\u003cstrong\u003eパイル編み\u003c\/strong\u003eと\u003cstrong\u003e柔らかな質感\u003c\/strong\u003eが、足首を優しく包み込みます。落ち着いた\u003cstrong\u003e配色ボーダー\u003c\/strong\u003eが、さりげないおしゃれを演出します。\u003cstrong\u003eおうち時間\u003c\/strong\u003eに最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633834_o1.jpg?v=1753953891\" 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\"\u003eYUQRIが贈る上質な足元の心地よさ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eブランドロゴ「\u003cstrong\u003eYUQRI\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\/0739\/4633\/3407\/files\/172633834_o2.jpg?v=1753953891\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常を彩る品質の証\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eどんなシーンにも溶け込むカジュアルな魅力\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e清潔感のある色合い\u003c\/strong\u003eと\u003cstrong\u003eミニマルなデザイン\u003c\/strong\u003eは、\u003cstrong\u003eルームウェア\u003c\/strong\u003eにはもちろん、\u003cstrong\u003eお出かけ\u003c\/strong\u003eにも活躍します。大切な人への\u003cstrong\u003e贈り物\u003c\/strong\u003eにも喜ばれるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633834_o5.jpg?v=1753953891\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e気分が上がる足元コーデ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・こだわり\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用したラインソックス。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eループ状で膨らみのある糸を24Gの機械でパイル編みにすることで、さらにクッション性を感じる履き心地を実現しています。\u003c\/li\u003e\n                \u003cli\u003eふんわりした履き心地とサラッとしたタッチ感に新鮮さを感じていただけます。\u003c\/li\u003e\n                \u003cli\u003eゴム部分は締め付けが少ないよう、敢えて少し緩くすることでゴム跡がつきにくくストレスを感じない仕上がりです。\u003c\/li\u003e\n                \u003cli\u003eこだわりのメイドインジャパン。既に生産が終了した希少な日本製編み機を使用しております。\u003c\/li\u003e\n                \u003cli\u003e丁寧にひとつひとつ作り上げた1足は、極上の履き心地を実現しています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eYUQRI PROTECTIONについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e抗菌防臭・消臭・制菌を兼ね備えたYUQRI PROTECTIONを配合。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e高次元の抗菌防臭、消臭力を配合。さらに、菌の増殖を抑制する制菌機能も付与。\u003c\/li\u003e\n                \u003cli\u003eその効果は一般的な防臭ソックスを圧倒するレベルです。\u003c\/li\u003e\n                \u003cli\u003e履いて5分で70%、30分で99％の消臭率を誇ります。\u003c\/li\u003e\n                \u003cli\u003e50回洗濯しても効果は下がらないことを実証しています。（SEKマーク取得済）\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eSEKマークについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eSEKマークとは繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e安全基準であるSEK規格は繊維評価技術協議会が制定し、抗菌・防臭加工繊維製品の性能や耐久性・安全性を登録された第三者認証機関が適合評価を行います。\u003c\/li\u003e\n                \u003cli\u003eその規格を満たした製品に対してのみ認証マークが与えられます。\u003c\/li\u003e\n                \u003cli\u003eSEKマーク製品は「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証されているものです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eYUQRIブランドコンセプト\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e【YUQRI\/ユクリ】ゆっくり。“慌てず、時間をかけて、丁寧に。” そこから生まれる上質で豊かなものづくりは、心地よく纏えるもの。ゆくりなく。”予想もしない、新しい出会い。” 今までにない、革新的で新しい技術を取り込んだもの。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e日常に寄り添うものだからこそ、心地よいものがいい。\u003c\/li\u003e\n                \u003cli\u003e永く纏えるものがいい。\u003c\/li\u003e\n                \u003cli\u003e安心できるものがいい。\u003c\/li\u003e\n                \u003cli\u003e私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e25-27cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e綿65％\u003c\/li\u003e\n                \u003cli\u003eナイロン25％\u003c\/li\u003e\n                \u003cli\u003eポリエステル9％\u003c\/li\u003e\n                \u003cli\u003eポリウレタン1％\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\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\u003e172633834\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156127455,"sku":"YUQ-019","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633834.png?v=1753953891"},{"product_id":"172633835","title":"- YUQRI - puff pile short crew line  brown \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0739\/4633\/3407\/files\/172633835_o1.jpg?v=1753953890\" 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\/0739\/4633\/3407\/files\/172633835_o2.jpg?v=1753953890\" 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\/0739\/4633\/3407\/files\/172633835_o5.jpg?v=1753953890\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日に寄り添うデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴とこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e肌あたりの良いドライタッチのループヤーンを使用したラインソックスです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eループ状で膨らみのある糸を24Gの機械でパイル編みにすることで、さらにクッション性を感じる履き心地を実現。ふんわりした履き心地とサラッとしたタッチ感が新鮮です。\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機能性：YUQRI PROTECTIONについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e高次元の抗菌防臭、消臭力に加え、菌の増殖を抑制する制菌機能も付与。一般的な防臭ソックスを圧倒する効果を誇ります。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e抗菌防臭・消臭・制菌を兼ね備えたYUQRI PROTECTIONを配合。\u003c\/li\u003e\n          \u003cli\u003e履いて5分で70%、30分で99％の消臭率を実現。\u003c\/li\u003e\n          \u003cli\u003eその効果の持続性も抜群。50回洗濯しても効果は下がらないことを実証しています。（SEKマーク取得済）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※SEKマークについて：\u003cbr\u003eSEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格は繊維評価技術協議会が制定し、抗菌・防臭加工繊維製品の性能や耐久性・安全性を登録された第三者認証機関が適合評価を行います。その規格を満たした製品に対してのみ認証マークが与えられます。SEKマーク製品は「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証されているものです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランド紹介：YUQRI\/ユクリ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eゆっくり。“慌てず、時間をかけて、丁寧に。” そこから生まれる上質で豊かなものづくりは、心地よく纏えるもの。 ゆくりなく。”予想もしない、新しい出会い。” 今までにない、革新的で新しい技術を取り込んだもの。 日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。 私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 22-24cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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綿: 65％\u003c\/li\u003e\n          \u003cli\u003eナイロン: 25％\u003c\/li\u003e\n          \u003cli\u003eポリエステル: 9％\u003c\/li\u003e\n          \u003cli\u003eポリウレタン: 1％\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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商品コード: 172633835\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156160223,"sku":"YUQ-020","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633835.png?v=1753953890"},{"product_id":"172633837","title":"- YUQRI - puff pile short crew line  blue \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日履きたくなる肌触り、心地よいパイルソックス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肌あたりの良い\u003cstrong\u003eドライタッチ\u003c\/strong\u003eの\u003cstrong\u003eループヤーン\u003c\/strong\u003eが叶える、\u003cstrong\u003eふんわりとした心地よさ\u003c\/strong\u003eです。\u003cstrong\u003eパイル編み\u003c\/strong\u003eならではの\u003cstrong\u003eクッション性\u003c\/strong\u003eが、足元を優しく包み込みます。\u003cstrong\u003e洗練されたラインデザイン\u003c\/strong\u003eが、どんなスタイルにも自然と溶け込む\u003cstrong\u003eデイリーユース\u003c\/strong\u003eの一足です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633837.png?v=1753953889\" 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\u003eYUQRI PROTECTION\u003c\/strong\u003eが、高次元の\u003cstrong\u003e抗菌防臭\u003c\/strong\u003e、\u003cstrong\u003e消臭\u003c\/strong\u003e、\u003cstrong\u003e制菌効果\u003c\/strong\u003eを発揮します。\u003cstrong\u003e50回洗濯しても効果が持続\u003c\/strong\u003eする、驚きの\u003cstrong\u003e耐久性\u003c\/strong\u003eも魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633837_o1.jpg?v=1753953889\" 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\u003eSEKマーク取得済み\u003c\/strong\u003eの\u003cstrong\u003e高い品質\u003c\/strong\u003eは、日常に\u003cstrong\u003e安心\u003c\/strong\u003eと\u003cstrong\u003e快適さ\u003c\/strong\u003eをもたらします。どんなボトムスにも合わせやすい、\u003cstrong\u003e洗練されたライン\u003c\/strong\u003eが足元を軽やかに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633837_o6.jpg?v=1753953889\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に寄り添う、心地よいフィット感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e肌あたりの良いドライタッチのループヤーンを使用したラインソックスです。ふんわりした履き心地とサラッとしたタッチ感に新鮮さを感じていただけます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eループ状で膨らみのある糸を\u003cstrong\u003e24Gの機械\u003c\/strong\u003eでパイル編みにすることで、さらに\u003cstrong\u003eクッション性を感じる履き心地\u003c\/strong\u003eを実現。\u003c\/li\u003e\n        \u003cli\u003eゴム部分は締め付けが少ないよう、敢えて少し緩く設計。\u003cstrong\u003eゴム跡がつきにくく、ストレスフリー\u003c\/strong\u003eな仕上がりです。\u003c\/li\u003e\n        \u003cli\u003e生産が終了した希少な\u003cstrong\u003e日本製編み機を使用\u003c\/strong\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機能性: YUQRI PROTECTION\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eYUQRI PROTECTIONは、高次元の抗菌防臭・消臭・制菌効果を兼ね備えています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e一般的な防臭ソックスを圧倒するレベルの\u003cstrong\u003e高次元な抗菌防臭、消臭力\u003c\/strong\u003e。\u003c\/li\u003e\n        \u003cli\u003e菌の増殖を抑制する\u003cstrong\u003e制菌機能\u003c\/strong\u003eも付与。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e履いて5分で70%\u003c\/strong\u003e、\u003cstrong\u003e30分で99%の消臭率\u003c\/strong\u003eを誇ります。\u003c\/li\u003e\n        \u003cli\u003e驚くべきはその効果の持続性。\u003cstrong\u003e50回洗濯しても効果は低下しない\u003c\/strong\u003eことを実証しています。（SEKマーク取得済）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eSEKマークについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eSEKマークは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e安全基準であるSEK規格は、抗菌・防臭加工繊維製品の性能や耐久性・安全性を登録された第三者認証機関が適合評価を行います。この規格を満たした製品に対してのみ認証マークが付与され、「抗菌・防臭効果」「効果の耐久性」「加工の安全性」が保証されています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドコンセプト: YUQRI\/ユクリ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eYUQRIは「ゆっくり」と「ゆくりなく」という二つの言葉に込められた想いを表現しています。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e「ゆっくり」とは、慌てず、時間をかけて、丁寧に作り上げる上質で豊かなものづくりを意味し、心地よく纏える製品を提供します。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e「ゆくりなく」とは、予想もしない新しい出会いや、今までにない革新的な技術を取り込んだものを表現します。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e日常に寄り添い、心地よく、永く、そして安心できるものを追求し、私達の想いをゆっくりと、ゆくりなく表現していきます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eSIZE: 22-24cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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綿65％\u003c\/li\u003e\n        \u003cli\u003eナイロン25％\u003c\/li\u003e\n        \u003cli\u003eポリエステル9％\u003c\/li\u003e\n        \u003cli\u003eポリウレタン1％\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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商品コード: 172633837\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156192991,"sku":"YUQ-022","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633837.png?v=1753953889"},{"product_id":"172633839","title":"- YUQRI - puff pile short crew line  blue \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eYUQRIが贈る極上の肌触りソックス\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\/0739\/4633\/3407\/files\/172633839_o2.jpg?v=1753953888\" 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\/0739\/4633\/3407\/files\/172633839_o5.jpg?v=1753953888\" 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\/0739\/4633\/3407\/files\/172633839_o6.jpg?v=1753953888\" 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ループ状の糸を24Gの機械でパイル編みにすることで、クッション性を感じる履き心地を実現。\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\"\u003eYUQRI PROTECTIONについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e高次元の抗菌防臭・消臭力と、菌の増殖を抑制する制菌機能を兼ね備えた「YUQRI PROTECTION」を配合しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e一般的な防臭ソックスを圧倒する消臭率。\u003c\/li\u003e\n          \u003cli\u003e履いて5分で70%、30分で99%の消臭率を誇ります。\u003c\/li\u003e\n          \u003cli\u003e50回洗濯しても効果が下がらない持続性を実証済み。\u003c\/li\u003e\n          \u003cli\u003e繊維評価技術協議会が機能加工・素材の性能と安全性を認証する「SEKマーク」を取得しています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e※SEKマークとは\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eSEKマークは、抗菌・防臭加工繊維製品の性能や耐久性・安全性を保証する任意のマークです。\u003c\/li\u003e\n          \u003cli\u003e安全基準であるSEK規格は繊維評価技術協議会が制定し、登録された第三者認証機関が製品評価を行います。\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ブランドコンセプト「YUQRI\/ユクリ」\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eYUQRIは、日々に寄り添う上質で豊かなものづくりと、革新的な技術の融合を追求しています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eゆっくり。「慌てず、時間をかけて、丁寧に。」そこから生まれる上質で豊かなものづくりは、心地よく纏えるもの。\u003c\/li\u003e\n          \u003cli\u003eゆくりなく。「予想もしない、新しい出会い。」今までにない、革新的で新しい技術を取り込んだもの。\u003c\/li\u003e\n          \u003cli\u003e日常に寄り添うものだからこそ、心地よく、永く纏え、安心できるものを表現しています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e対応サイズ: 25-27cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- サイズ表や説明図の画像があれば以下に配置してください --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"___SIZE_CHART_IMG___\" 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綿: 65％\u003c\/li\u003e\n          \u003cli\u003eナイロン: 25％\u003c\/li\u003e\n          \u003cli\u003eポリエステル: 9％\u003c\/li\u003e\n          \u003cli\u003eポリウレタン: 1％\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- 洗濯表示アイコンなどがあれば以下に配置してください --\u003e\n        \u003c!-- \u003cdiv class=\"care-icons\"\u003e\u003cimg src=\"___WASH_ICON_1___\" alt=\"洗濯表示\"\u003e\u003cimg src=\"___WASH_ICON_2___\" 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商品コード: 172633839\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  \u003c!-- 注意事項セクション (Notes) は情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156258527,"sku":"YUQ-021","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633839.png?v=1753953888"},{"product_id":"172633841","title":"- YUQRI - puff pile short crew line yellow \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0739\/4633\/3407\/files\/172633841_o4.jpg?v=1753953887\" 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\/0739\/4633\/3407\/files\/172633841_o5.jpg?v=1753953887\" 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\/0739\/4633\/3407\/files\/172633841_o6.jpg?v=1753953887\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e動きやすさも兼ね備えた魅力\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴とこだわり\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用し、ふんわりとした履き心地とサラッとしたタッチ感を両立しました。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eふっくらパイル編みが足全体を優しくホールド\u003c\/li\u003e\n        \u003cli\u003e24Gの機械で編み込まれたクッション性の高い履き心地\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高機能性: YUQRI PROTECTION\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONは、日々の快適さを追求した高機能素材です。一般的な防臭ソックスを圧倒するレベルで、安心と清潔を長期間保ちます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e抗菌防臭・消臭・制菌\u003c\/strong\u003eのトリプル効果\u003c\/li\u003e\n        \u003cli\u003e履いて5分で70%、30分で99％の\u003cstrong\u003e驚異的な消臭率\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e50回洗濯しても効果が持続する\u003cstrong\u003e高い耐久性\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e繊維評価技術協議会が認証する\u003cstrong\u003eSEKマーク取得済\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※SEKマークについて: 繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格を満たした製品に対してのみ認証マークが与えられ、「抗菌・防臭効果」「効果の耐久性」「加工の安全性」が保証されています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて: YUQRI\/ユクリ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eYUQRIは、「ゆっくり。」と「ゆくりなく。」をコンセプトに、上質で豊かなものづくりを追求しています。\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      \u003cp class=\"body-text\"\u003e日常に寄り添う、心地よく、永く、安心できる製品を提供します。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e対応サイズ: 25-27cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材: 綿65％、ナイロン25％、ポリエステル9％、ポリウレタン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商品コード: 172633841\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156324063,"sku":"YUQ-023","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633841.png?v=1753953887"},{"product_id":"172633844","title":"- YUQRI - puff pile short crew line yellow \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633844_o3.jpg?v=1753953886\" class=\"img-fluid d-block w-100 product-img\" alt=\"鮮やかなイエローとシックなブラックのラインが入った白いソックスのクローズアップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eYUQRIの個性が光る一足\u003c\/p\u003e\n        \u003cp class=\"body-text\"\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\/0739\/4633\/3407\/files\/172633844_o5.jpg?v=1753953886\" 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繊維一本一本がやわらかく、まるで雲の上を歩くような心地よさを約束する厚手の生地です。足をやさしく包み込み、長時間の着用でもストレスを感じさせません。一度履いたら手放せなくなる、そんな体験をお届けします。\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\/0739\/4633\/3407\/files\/172633844_o6.jpg?v=1753953886\" 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くるぶし丈で、スニーカーやサンダルとの相性も抜群です。シンプルなコーディネートにさりげないアクセントを加え、足元からあなたらしい個性を演出します。様々なスタイルに自然に溶け込み、日常をより楽しく、快適に過ごせるでしょう。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴とこだわり\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e肌あたりの良いドライタッチのループヤーンを使用したラインソックスです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eループ状で膨らみのある糸を24Gの機械でパイル編みにすることで、\u003cstrong\u003eクッション性を感じる履き心地\u003c\/strong\u003eを実現。ふんわりとした履き心地とサラッとしたタッチ感が新鮮さを与えます。\u003c\/li\u003e\n                \u003cli\u003eゴム部分は締め付けが少ないよう、あえて少し緩くすることで\u003cstrong\u003eゴム跡がつきにくく、ストレスを感じない\u003c\/strong\u003e仕上がりです。\u003c\/li\u003e\n                \u003cli\u003eこだわりの\u003cstrong\u003eメイドインジャパン\u003c\/strong\u003e。既に生産が終了した希少な日本製編み機を使用し、丁寧にひとつひとつ作り上げた1足は、\u003cstrong\u003e極上の履き心地\u003c\/strong\u003eを提供します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eYUQRI PROTECTIONについて（機能性）\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONは、以下の高機能性を兼ね備えています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e抗菌防臭・消臭・制菌\u003c\/strong\u003e機能を配合。菌の増殖を抑制する制菌機能も付与し、一般的な防臭ソックスを圧倒するレベルです。\u003c\/li\u003e\n                \u003cli\u003e驚異の消臭率: 履いて\u003cstrong\u003e5分で70%、30分で99％\u003c\/strong\u003eの消臭率を誇ります。\u003c\/li\u003e\n                \u003cli\u003e持続する効果: \u003cstrong\u003e50回洗濯しても効果は下がらない\u003c\/strong\u003eことを実証済みです。（SEKマーク取得済）\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eSEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格は、抗菌・防臭加工繊維製品の性能や耐久性・安全性を第三者認証機関が適合評価を行います。その規格を満たした製品にのみ認証マークが与えられ、製品の「抗菌・防臭効果」「効果の耐久性」「加工の安全性」が保証されています。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eYUQRI（ユクリ）ブランドコンセプト\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eYUQRI（ユクリ）のブランド名の由来は、「ゆっくり」と「ゆくりなく」という二つの言葉に込められた想いです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e「\u003cstrong\u003eゆっくり\u003c\/strong\u003e」：慌てず、時間をかけて、丁寧に。そこから生まれる上質で豊かなものづくりは、心地よく纏えるものを目指します。\u003c\/li\u003e\n                \u003cli\u003e「\u003cstrong\u003eゆくりなく\u003c\/strong\u003e」：予想もしない、新しい出会い。今までにない、革新的で新しい技術を取り込んだものを提供します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現します。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e以下のサイズをご参照ください。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eサイズ: 22-24cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材組成\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e素材の組成は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e綿: 65％\u003c\/li\u003e\n                \u003cli\u003eナイロン: 25％\u003c\/li\u003e\n                \u003cli\u003eポリエステル: 9％\u003c\/li\u003e\n                \u003cli\u003eポリウレタン: 1％\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e本商品の管理コードは以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード: 172633844\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156422367,"sku":"YUQ-024","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633844.png?v=1753953886"},{"product_id":"172633848","title":"YUQRI - puff pile short crew line pink \/ women","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eYUQRIソックス、足元に彩る上質\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\/0739\/4633\/3407\/files\/172633848.png?v=1753953885\" 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\u003eYUQRI PROTECTION\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\/0739\/4633\/3407\/files\/172633848_o1.jpg?v=1753953885\" 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\u003e50回洗濯後も消臭効果が持続\u003c\/strong\u003eし、永く清潔感を保てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633848_o2.jpg?v=1753953885\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e匠の技と持続する安心\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eYUQRIソックスは、肌あたりの良いドライタッチのループヤーンと希少な日本製編み機によるパイル編みで、極上の履き心地を実現しました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e肌あたりの良いドライタッチのループヤーン\u003c\/li\u003e\n          \u003cli\u003e24Gの機械でパイル編みにしたふっくらとしたクッション性\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\"\u003eYUQRI PROTECTION（機能詳細）\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eYUQRI PROTECTIONは、日々の足元を清潔に保つための高機能加工です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e高次元の抗菌防臭、消臭、制菌機能を兼備\u003c\/li\u003e\n          \u003cli\u003e履いて5分で70%、30分で99％の高い消臭率を誇る\u003c\/li\u003e\n          \u003cli\u003e50回洗濯後も効果が持続する耐久性\u003c\/li\u003e\n          \u003cli\u003eSEKマーク取得済みの高い安全性と品質保証\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※SEKマーク: SEKマークとは繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。安全基準であるSEK規格は繊維評価技術協議会が制定し、抗菌・防臭加工繊維製品の性能や耐久性・安全性を登録された第三者認証機関が適合評価を行います。そして、その規格を満たした製品に対してのみ認証マークが与えられます。SEKマーク製品は「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証されているものです。\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 class=\"body-text\"\u003e【YUQRI\/ユクリ】は、心地よさと革新性を追求するブランドです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eゆっくり。“慌てず、時間をかけて、丁寧に。” そこから生まれる上質で豊かなものづくり\u003c\/li\u003e\n          \u003cli\u003eゆくりなく。”予想もしない、新しい出会い。” 今までにない、革新的で新しい技術を取り込んだもの\u003c\/li\u003e\n          \u003cli\u003e日常に寄り添い、心地よく、永く、安心して纏える製品を提供\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 22-24cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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綿: 65％\u003c\/li\u003e\n          \u003cli\u003eナイロン: 25％\u003c\/li\u003e\n          \u003cli\u003eポリエステル: 9％\u003c\/li\u003e\n          \u003cli\u003eポリウレタン: 1％\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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商品コード: 172633848\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (商品詳細) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156455135,"sku":"YUQ-026","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633848.png?v=1753953885"},{"product_id":"172633851","title":"YUQRI - puff pile short crew line pink \/ men","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0739\/4633\/3407\/files\/172633851.png?v=1753953884\" 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\/0739\/4633\/3407\/files\/172633851_o1.jpg?v=1753953884\" 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\"\u003eYUQRIが贈る清潔な足元\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e高次元の抗菌防臭・消臭・制菌効果\u003c\/strong\u003eを持つYUQRI PROTECTIONを配合しています。50回洗濯後も効果は持続し、いつでも衛生的で安心な足元を保ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633851_o2.jpg?v=1753953884\" class=\"img-fluid d-block w-100 product-img\" alt=\"YUQRI PROTECTIONによる抗菌防臭ソックス\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eテクノロジーで安心を\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e詳細スペック\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e肌あたりの良いドライタッチのループヤーンを使用したラインソックスです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eループ状で膨らみのある糸を24Gの機械でパイル編みにすることで、さらにクッション性を感じる履き心地を実現。\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\"\u003eYUQRI PROTECTIONについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e高次元の抗菌防臭、消臭、さらに菌の増殖を抑制する制菌機能を兼ね備えたYUQRI PROTECTIONを配合しています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e履いて5分で70%、30分で99％の消臭率を誇ります。\u003c\/li\u003e\n                    \u003cli\u003e驚くべき持続性で、50回洗濯しても効果は下がらないことを実証しています。\u003c\/li\u003e\n                    \u003cli\u003eSEKマーク取得済みの高い安全性と品質が保証されています。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eSEKマークとは、繊維評価技術協議会が繊維の機能加工・素材の性能と安全性を認証する任意のマークです。SEK規格は「抗菌・防臭効果」「効果の耐久性」「加工の安全性」を保証されており、その基準を満たした製品にのみ認証マークが与えられます。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eブランドコンセプト YUQRI\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eYUQRIは、「ゆっくり。」と「ゆくりなく。」をコンセプトにしています。\u003c\/p\u003e\n                \u003cp\u003e「ゆっくり。」は、“慌てず、時間をかけて、丁寧に。” そこから生まれる上質で豊かなものづくり、心地よく纏えるものを表現します。\u003c\/p\u003e\n                \u003cp\u003e「ゆくりなく。」は、“予想もしない、新しい出会い。” 今までにない、革新的で新しい技術を取り込んだものを表現します。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e日常に寄り添うものだからこそ、心地よいものがいい。永く纏えるものがいい。安心できるものがいい。私達が想うものを、ゆっくりと、ゆくりなく表現し、お届けします。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ: 25-27cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 綿65％、ナイロン25％、ポリエステル9％、ポリウレタン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商品コード: 172633851\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    \u003c!-- 注意事項セクション (Notes) は情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"YUQRI","offers":[{"title":"Default Title","offer_id":46776156487903,"sku":"YUQ-025","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/172633851.png?v=1753953884"},{"product_id":"156415380","title":"CIE - ORIGINAL STICKER CAMO","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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\"\u003eCIEオリジナル迷彩ステッカー 個性が光る日本製\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/156415380.jpg?v=1753953883\" 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、大人の遊び心を表現しています。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eCAMO STICKER デザインコンセプト\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eハンターカモをモチーフに、オリジナルの迷彩柄を作成しました。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eブランドロゴも迷彩の柄に馴染ませています。\u003c\/li\u003e\n        \u003cli\u003eブランド自体もオリジナル性を持ちつつ、世の中で突出しすぎず馴染む事を目標としたメッセージが込められています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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\u003eW100 H100 (mm)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e日本製\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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\u003e156415380\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"CIE","offers":[{"title":"CAMO","offer_id":47132654567647,"sku":"011805-98","price":440.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/156415380.jpg?v=1753953883"},{"product_id":"173358291","title":"- シンセサイザッカー - 【マグネット】SKMダイヤル","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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\/0739\/4633\/3407\/files\/173358291.jpg?v=1753953865\" 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\/0739\/4633\/3407\/files\/173358291_o5.jpg?v=1753953865\" 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直径約24mmのコンパクトなボディに、ネオジム磁石を内蔵。\u003cstrong\u003e機能性とデザインを両立\u003c\/strong\u003eした、細部までこだわり抜いた逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173358291_o6.jpg?v=1753953866\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e裏側も妥協しない美学\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eシンセサイザーツマミ型のマグネット、「Synth Knob Magnet SKMダイヤルⅡ」です。シンセツマミとマグネットが融合した新しい雑貨で、心底シンセ好きなあなたのためにSKMは生まれました。\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こちらは1-10までの目盛り付きタイプのツマミです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eセット内容\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eマグネット×2\u003c\/li\u003e\n          \u003cli\u003e取扱説明書\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e種類: シンセサイザーツマミ型マグネット\u003c\/li\u003e\n          \u003cli\u003e素材: ABS、ネオジム磁石\u003c\/li\u003e\n          \u003cli\u003eサイズ: 幅約24mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランドコンセプト：シンセサイザッカー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e「日常にシンセを！」シンセサイザーへの偏愛から生まれた、シンセ × 雑貨 ＝ シンセサイザッカーです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e音楽と機械を愛するあなたへ。スタジオ、オフィス、デスク、音楽好きへのギフトに最適です。\u003c\/li\u003e\n          \u003cli\u003eシンセが好きすぎて作ってしまった偏愛ほとばしる雑貨です。\u003c\/li\u003e\n          \u003cli\u003e誰もが使いやすい日用品、雑貨にしています。\u003c\/li\u003e\n          \u003cli\u003eカスタマイズして楽しめるように工夫している商品もあります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 提供情報なし --\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e本製品から音は出ません。\u003c\/li\u003e\n      \u003cli\u003eシンセやガジェットに見える物もありますが、文具など雑貨ですのでご注意ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"シンセサイザッカー","offers":[{"title":"Default Title","offer_id":46776157077727,"sku":"SYN-001","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173358291.jpg?v=1753953865"},{"product_id":"180286622","title":"Tokimeki momemt - ポストカードA 3枚入","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を彩る異国の情景\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e世界中を旅するフォトグラファーKeikoが切り取った、\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\/0739\/4633\/3407\/files\/180286622.jpg?v=1753953836\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e世界を巡る小さな美術館\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e時を閉じ込めたノスタルジックな情景\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eフィルムカメラ\u003c\/strong\u003eで捉えた、\u003cstrong\u003eありのままの街角の息吹\u003c\/strong\u003e。\u003cstrong\u003e味わい深い色彩\u003c\/strong\u003eが、お部屋に\u003cstrong\u003e懐かしい温かさ\u003c\/strong\u003eと\u003cstrong\u003e心地よいアートな雰囲気\u003c\/strong\u003eを添え、\u003cstrong\u003e日々の癒し\u003c\/strong\u003eを与えてくれます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180286622_o2.jpg?v=1753953836\" 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\/0739\/4633\/3407\/files\/180286622_o5.jpg?v=1753953836\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e感謝と想いを込めて贈る\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e「Tokimeki momemt」シリーズは、フォトグラファーKeikoが世界中で捉えた、カラフルで温かく、どこか懐かしい情景を収めた特別なポストカードセットです。日常にトキメキとアートを添え、心豊かな空間を演出します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e世界を旅する女性フォトグラファーKeikoによる作品\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フォトグラファー「Keiko」の世界\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eフィルムカメラを片手に世界を旅したフォトグラファーKeikoが手がける「Just around the conner」。彼女の視点を通して、角を曲がった先に見える、地元の人々にとっては日常的でありながらも、私たちにとっては刺激的で非日常的な瞬間を切り取っています。ユーモアに溢れ、キラキラと美しいエネルギーを感じる、心が「トキメク瞬間」をフィルムに納めました。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e「世界は美しい」「世界はユーモアに溢れている」「世界は優しい」という彼女のメッセージが込められたアナログ写真の中から、厳選されたポストカードセットをお届けします。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e購入特典\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e商品ご購入の方に、ノベルティとしてポストカードを1枚プレゼントいたします。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e※数量なくなり次第終了となりますので、お早めにお求めください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード: 180286622\u003c\/li\u003e\n                \u003cli\u003e内容量: 3枚セット\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 情報がないため出力しない --\u003e\n    \u003c!-- 注意事項セクション (Notes) - 情報がないため出力しない --\u003e\n\n\u003c\/div\u003e","brand":"Tokimeki moment","offers":[{"title":"Default Title","offer_id":46776157765855,"sku":"TKI-001","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180286622.jpg?v=1753953836"},{"product_id":"180322130","title":"Tokimeki momemt - ポストカードB 4枚入","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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心揺さぶる旅の記憶 Tokimeki momemtの世界\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eフォトグラファーKeikoが世界を旅して見つけた、\u003cstrong\u003e心ときめく瞬間\u003c\/strong\u003e。カラフルで温かい風景が、日常に新たな彩りをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322130.jpg?v=1753953835\" 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\/0739\/4633\/3407\/files\/180322130_o1.jpg?v=1753953835\" 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\/0739\/4633\/3407\/files\/180322130_o6.jpg?v=1753953835\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e贈る楽しみ、飾る喜び\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品のコンセプトと魅力\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e「- Tokimeki momemt -」は、世界中を旅する女性フォトグラファー\"Keiko\"が自らの足で見つけた景色を切り取った、\u003cstrong\u003e4枚入りの\u003c\/strong\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フォトグラファー\"Keiko\"について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eこのポストカードコレクションは、フィルムカメラ片手に世界を旅したフォトグラファー\"Keiko\"によって制作されました。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e彼女のアナログ写真シリーズ「Just around the corner」は、「角を曲がると見えてくる景色」がテーマです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e現地の人々にとって\"Usual\"な場所でも、Keikoにとっては\"Unusual\"で刺激的な瞬間。\u003c\/li\u003e\n                \u003cli\u003eそこにはユーモアに溢れていたり、キラキラと美しいエネルギーを感じる瞬間があります。\u003c\/li\u003e\n                \u003cli\u003e思うがままに歩いて巡り合った風景や街角の人々の姿をありのままに捉えています。\u003c\/li\u003e\n                \u003cli\u003e心が\"トキメク瞬間\"をフィルムに収め、「世界は美しい」「世界はユーモアに溢れている」「世界は優しい」というメッセージを伝えます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e数ある写真の中から厳選された一枚を、ポストカードセットとしてお届けします。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード: 180322130\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入に関する注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品ご購入の方にノベルティとしてポストカード1枚プレゼント！\u003c\/li\u003e\n            \u003cli\u003e※ノベルティは数量なくなり次第終了となります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tokimeki moment","offers":[{"title":"Default Title","offer_id":46776157798623,"sku":"TKI-002","price":1320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322130.jpg?v=1753953835"},{"product_id":"180322202","title":"Tokimeki momemt - ポストカードC 4枚入","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322202.jpg?v=1753953834\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e4枚のポストカードで旅気分\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            旅するフォトグラファー\u003cstrong\u003eKeiko\u003c\/strong\u003eが切り取った、\u003cstrong\u003e心ときめく世界の風景\u003c\/strong\u003e。カラフルで温かいアートが、あなたの\u003cstrong\u003e日常に新鮮な彩り\u003c\/strong\u003eをもたらします。\n        \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\/0739\/4633\/3407\/files\/180322202_o4.jpg?v=1753953834\" 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\n            \u003cstrong\u003eフィルムカメラ\u003c\/strong\u003eが捉えた、どこか\u003cstrong\u003e懐かしさを誘う色彩\u003c\/strong\u003e。泡が舞う\u003cstrong\u003e幻想的な景色\u003c\/strong\u003eは、一枚のアートとして\u003cstrong\u003e空間を豊かに彩ります\u003c\/strong\u003e。\n        \u003c\/p\u003e\n    \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\/0739\/4633\/3407\/files\/180322202_o6.jpg?v=1753953834\" 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\n            \u003cstrong\u003e大切な人へ贈るメッセージ\u003c\/strong\u003eを託したり、\u003cstrong\u003eお部屋に飾って空間を演出\u003c\/strong\u003eしたり。\u003cstrong\u003eシンプル\u003c\/strong\u003eながらも、使う人の心に寄り添うデザインです。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・コンセプト\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e「Tokimeki momemt」をテーマに、世界中を旅する女性フォトグラファーKeikoが切り取った心ときめく世界の景色が、特別なポストカードになりました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eポストカード4枚セットです。\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この特別なポストカードを手掛けているのは、フォトグラファー「Keiko」。\u003c\/p\u003e\n                \u003cp\u003eフィルムカメラ片手に世界を旅し、アナログ写真 \"Just around the conner\" (角を曲がると見えてくる景色) を撮影しています。\u003c\/p\u003e\n                \u003cp\u003eそこで暮らしている人々にとっては日常的な場所であっても、Keikoにとっては刺激的で特別な瞬間。ユーモアに溢れ、キラキラと美しいエネルギーを感じる風景や、街角で出逢った人々の姿をあるがままにフィルムに納めました。\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        \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\u003e180322202\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    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            商品ご購入の方にノベルティとしてポストカード1枚プレゼント！\u003cbr\u003e\n            ※数量なくなり次第終了です。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"Tokimeki moment","offers":[{"title":"Default Title","offer_id":46776157831391,"sku":"TKI-003","price":1320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322202.jpg?v=1753953834"},{"product_id":"180322263","title":"Tokimeki momemt - ポストカードD 4枚入","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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世界中を旅するフォトグラファーKeikoが切り取った、\u003cstrong\u003e彩り豊かな瞬間\u003c\/strong\u003eを詰め込んだポストカードセット。日常に\u003cstrong\u003eアートと心の潤い\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322263.jpg?v=1753953832\" 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\/0739\/4633\/3407\/files\/180322263_o2.jpg?v=1753953833\" 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\/0739\/4633\/3407\/files\/180322263_o5.jpg?v=1753953833\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e記憶に残る、あの瞬間\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e「Tokimeki moment」は、カラフルで温かく、でもどこか懐かしさも感じられる写真のポストカードセットです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eポストカード4枚セット\u003c\/li\u003e\n                \u003cli\u003e世界中を旅するフォトグラファーKeikoが自らの足で立ち寄った国の景色を収録\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 class=\"body-text\"\u003e商品ご購入の方にノベルティとしてポストカード1枚をプレゼントいたします。\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 class=\"body-text\"\u003e本商品を手がけるのは、フォトグラファー「Keiko」。フィルムカメラ片手に世界を旅し、アナログ写真 \"Just around the corner\" を制作しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e角を曲がると見えてくる景色。そこで暮らしている人々にとっては\"Usual\"な場所であっても、私にとっては\"Unusual\"でとても刺激的だった瞬間。そこにはユーモアに溢れていたり、キラキラと美しいエネルギーを感じたり。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e思うがままに歩いてめぐり逢った風景や、街角で出逢った人々の姿をあるがままにshoot! 心が\"トキメク瞬間\"をフィルムに納めました。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e世界は美しい。世界はユーモアに溢れている。世界は優しい。そんなトキメキとアナログの世界。数ある写真の中からセレクトしポストカードセットとしてお届けします。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eその他情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：180322263\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tokimeki moment","offers":[{"title":"Default Title","offer_id":46776157864159,"sku":"TKI-004","price":1320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322263.jpg?v=1753953832"},{"product_id":"180322336","title":"Tokimeki momemt - ポストカードE 4枚入","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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\"\u003eTokimeki momemt 心躍る旅の記憶\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e世界を旅するフォトグラファーKeikoが切り取った、\u003cstrong\u003eカラフルで温かい日常のアート\u003c\/strong\u003eです。${settings.WRITING_TARGET}の日常にトキメキを届け、心豊かな循環が生まれることを願って作られた\u003cstrong\u003e特別なポストカードセット (4枚入)\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322336.jpg?v=1753953831\" 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が、そっと心に語りかけ、穏やかな気持ちをもたらします。${settings.WRITING_TARGET}の大切な人への\u003cstrong\u003eメッセージにも最適\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322336_o2.jpg?v=1753953832\" 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が広がる一枚です。Keikoならではの視点で捉えた、ユーモアと美しさに満ちた光景が、\u003cstrong\u003eお部屋に飾るだけ\u003c\/strong\u003eで「\u003cstrong\u003e美しい世界\u003c\/strong\u003e」へと${settings.WRITING_TARGET}を誘います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322336_o5.jpg?v=1753953832\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e部屋に広がる旅情\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴とコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eカラフルで温かい、でもどこか懐かしさも感じられる写真たち。世界を旅するフォトグラファーKeikoが自らの足で立ち寄った国の景色を切り取った特別なポストカードセットです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e日常にトキメキとアートを届け、心豊かな循環を願って作られた特別なセット\u003c\/li\u003e\n          \u003cli\u003eカフェ、花、動物、その国で生活する人々が生き生きと表現されたデザイン\u003c\/li\u003e\n          \u003cli\u003eノスタルジックで味わいのある色合いが特徴\u003c\/li\u003e\n          \u003cli\u003eメッセージを書いてプレゼントにするのはもちろん、お部屋の飾りとしても最適\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e商品ご購入の方にノベルティとしてポストカード1枚プレゼント！\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eフォトグラファーKeikoについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eこちらの商品を作ってくれているのは、フォトグラファー\"Keiko\"。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eフィルムカメラ片手に世界を旅し、アナログ写真 \"Just around the conner\" をテーマに活動しています。角を曲がると見えてくる景色、そこで暮らす人々にとっては\"Usual\"な場所でも、彼女にとっては\"Unusual\"でとても刺激的な瞬間を切り取っています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eユーモアに溢れ、キラキラと美しいエネルギーを感じる光景\u003c\/li\u003e\n          \u003cli\u003e思うがままに歩いてめぐり逢った風景や、街角で出逢った人々の姿をあるがままにshoot!\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商品コード: 180322336\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\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003cp class=\"body-text\"\u003e※ノベルティのポストカードプレゼントは、数量なくなり次第終了となります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tokimeki moment","offers":[{"title":"Default Title","offer_id":46776157896927,"sku":"TKI-005","price":1320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180322336.jpg?v=1753953831"},{"product_id":"180381006","title":"Tokimeki momemt - ポストカードF 3枚入","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\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世界を巡るフォトグラファーKeikoが切り取った、\u003cstrong\u003e心躍る旅の記憶\u003c\/strong\u003eをあなたに。カラフルで温かな風景が、日常に\u003cstrong\u003eアートとインスピレーション\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180381006.jpg?v=1753953830\" 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\/0739\/4633\/3407\/files\/180381006_o2.jpg?v=1753953830\" 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\/0739\/4633\/3407\/files\/180381006_o5.jpg?v=1753953831\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心を伝えるアナログな一枚\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品のコンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e- Tokimeki momemt -\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eカラフルで温かい、でもどこか懐かしさも感じられるこの写真たちは、世界中を旅する女性フォトグラファー\"Keiko\"が自らの足で立ち寄った国の景色たち。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e日常にトキメキを。日常にアートを。心豊かにトキメキの循環。そんな素敵な世界が広がります様に願いを込めて。特別なポストカードを作りました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eその中にはカフェの一角、花や動物、その国で生活する人々が生き生きと表現されています。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eノスタルジックで味わいのある色合いは、メッセージを書いてプレゼントにするのはもちろん、飾っていただくとお部屋の雰囲気がぐっと良くなりますよ。\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 class=\"body-text\"\u003eこちらの商品を作ってくれているのは、フォトグラファー\"Keiko\"。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eフィルムカメラ片手に世界を旅したアナログ写真 \"Just around the conner\" 角を曲がると、見えてくる景色。そこで暮らしてる彼らにとっては\"Usual\"なとこであっても、私にとっては\"Unusual\"でとても刺激的だった瞬間。そこにはユーモアに溢れていたり、キラキラと美しいエネルギーを感じたり。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e思うがままに歩いてめぐり逢った風景や、街角で出逢った人々の姿をあるのままにshoot!心が\"トキメク瞬間\"をフィルムに納めました。\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    \u003c\/details\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商品コード: 180381006\u003c\/li\u003e\n          \u003cli\u003e内容: ポストカードF 3枚入\u003c\/li\u003e\n          \u003cli\u003e特徴: フィルムカメラによるアナログ写真、ノスタルジックな色彩\u003c\/li\u003e\n          \u003cli\u003eクリエイター: フォトグラファー Keiko\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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商品ご購入の方に、ノベルティとしてポストカード1枚プレゼント！\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n            \u003cli\u003eノベルティとしてポストカード1枚をプレゼント\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※数量なくなり次第終了です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tokimeki moment","offers":[{"title":"Default Title","offer_id":46776157929695,"sku":"TKI-006","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/180381006.jpg?v=1753953830"}],"url":"https:\/\/247-tools-market.we-shop.jp\/collections\/other.oembed?page=2","provider":" LIAL WORKS_weshop","version":"1.0","type":"link"}