{"title":"価格で選ぶ、という基準","description":"","products":[{"product_id":"2","title":"コンチェルトピローオーシャン（備長炭）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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頸椎から頭部まで優しく支える設計で、あなたを理想の寝姿勢へと導きます。一日の終わりに、上質な休息の始まりを実感してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_22_8_000000000002.png?v=1764825152\" 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\"\u003e5つのポケットと高さ調整パッドで、まるでオーダーメイドのような細やかなフィット感を実現。快適な呼吸を促し、すっきりとした目覚めをサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_10_15_000000000002.jpg?v=1764825152\" 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\/0665\/1949\/8854\/files\/imgi_17_23_000000000002.jpg?v=1764825152\" 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\u003e5個のポケットと高さ調整パッドで、オーダーメイドのような細やかなフィット感を実現\u003c\/li\u003e\n                \u003cli\u003e正しい寝姿勢を導くことで、肩こり首こりのお悩みにもおすすめ\u003c\/li\u003e\n                \u003cli\u003e首に当たるポケットには消臭効果のある備長炭パイプ、その他はソフトパイプを使用\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e製品に使用されている素材の特性とメリットをご紹介します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e備長炭パイプ：高い消臭効果で加齢臭などを抑制。空洞構造で通気性抜群、不快感を軽減します。化学繊維製で劣化しにくく、耐久性に優れます。水洗い可能で乾燥も容易、清潔を保ちやすい素材です。\u003c\/li\u003e\n                \u003cli\u003eテンセル繊維：肌触りが優しく、高い通気性で細菌の繁殖を抑制。効果的な吸水性により、サラッとドライで快適な睡眠環境を提供します。身体に本来備わっている体温調節機能をサポートし、就寝中のリラックスを促します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n\u003cth\u003eサイズ\u003c\/th\u003e\n\u003ctd\u003e幅 400mm × 奥 600mm × 高 100mm\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003cth\u003e生地\u003c\/th\u003e\n\u003ctd\u003eポリエステル 50％・再生繊維（リヨセル）30％・ナイロン 20％\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003cth\u003e中身\u003c\/th\u003e\n\u003ctd\u003eポリエチレン 100%・高さ調整シート\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003cth\u003e硬さレベル\u003c\/th\u003e\n\u003ctd\u003e普通\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003cth\u003e高さ調整\u003c\/th\u003e\n\u003ctd\u003e可\u003c\/td\u003e\n\u003c\/tr\u003e\n                        \u003ctr\u003e\n\u003cth\u003e洗濯\u003c\/th\u003e\n\u003ctd\u003e丸洗い可\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473231741030,"sku":null,"price":15200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_22_8_000000000002.png?v=1764825152"},{"product_id":"3","title":"コンチェルトピロークール","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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\/0665\/1949\/8854\/files\/1_000000000003.jpg?v=1762508128\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肌に触れるたび感じる清涼感\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_12_3_000000000003.jpg?v=1764312531\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eあなただけのオーダー枕を実現\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_14_5_000000000003.jpg?v=1764312531\" 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\"\u003e5つのポケットと高さ調整パッドで、まるで\u003cstrong\u003eオーダーメイド\u003c\/strong\u003eのように細かくフィット感を調整できます。中身は通気性抜群の\u003cstrong\u003eソフトパイプ\u003c\/strong\u003eで、\u003cstrong\u003e丸洗い可能\u003c\/strong\u003e。いつも清潔を保ち、長くご愛用いただけます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e頸椎、首、頭をやさしく支える設計になっており、理想的な寝姿勢に導き、呼吸を楽にして、いびきを軽減させます。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e5個のポケットと高さ調節パッドで、自由自在に高さを調整でき、まるでオーダー枕のような細かい調整が可能です。\u003c\/li\u003e\n          \u003cli\u003e正しい寝姿勢に導くことにより、肩こり首こりにお悩みの方にも大変おすすめの枕です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eひんやりと心地よい接触冷感生地と通気性抜群のソフトパイプで、快適な睡眠をサポートします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e接触冷感生地\u003c\/strong\u003e: 夏の寝苦しい夜にひんやりと冷たく感じられ、効果的な吸水性で質の良い眠りに必要なサラッとドライで快適な睡眠環境を作ります。身体に本来備わっている体温調節機能とあいまって、就寝中にゆっくりとリラックスできます。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eソフトパイプ素材\u003c\/strong\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\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003ctd\u003e幅 400mm × 奥 600mm × 高 100mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材構成\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e生地\u003c\/th\u003e\n                \u003ctd\u003eポリエチレン 60％・ポリエステル 40％\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e中身\u003c\/th\u003e\n                \u003ctd\u003eポリエチレン 100%・高さ調整シート\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n                \u003ctd\u003e\u003cspan\u003e柔らかい\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd class=\"select\"\u003e\u003cspan\u003e普通\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan\u003e硬い\u003c\/span\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n                \u003ctd class=\"select\"\u003e\u003cspan\u003e可\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003c\/td\u003e\n\u003c!-- 空のセルはそのまま残す（テーブル構造を維持するため） --\u003e\n                \u003ctd\u003e\u003cspan\u003e不可\u003c\/span\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n                \u003ctd class=\"select\"\u003e\u003cspan\u003e丸洗い可\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan\u003e可（乾きにくい）\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan\u003e不可\u003c\/span\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473231806566,"sku":null,"price":15200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000003.jpg?v=1762508128"},{"product_id":"4","title":"【抜群の通気性】 とにかく蒸れない枕 （ドライ）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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\/0665\/1949\/8854\/files\/imgi_10_1_000000000004.jpg?v=1764825368\" 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独自の素材構成が空気の流れを生み出し、寝苦しい夜も首筋に汗をかかず、朝まで心地よい爽快感をキープします。\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\/0665\/1949\/8854\/files\/imgi_12_3_000000000004.jpg?v=1764825368\" 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医療分野でも採用されるブレスエアー®と丈夫なパイプの組み合わせです。ご家庭で簡単に丸洗いでき、菌の増殖も抑制し、清潔を保ちます。\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\/0665\/1949\/8854\/files\/imgi_16_7_000000000004.png?v=1764312697\" 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ソフトパイプの量を調整するだけで、簡単に高さが変えられます。一人ひとりの首のカーブに寄り添い、質の高いリラックスタイムをサポートします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・コンセプト\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eとにかく通気性と清潔性にこだわりました。寝ている時に首筋に汗をかいて、あせもができてしまう事などを解決します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eブレスエアーⓇとソフトパイプの組み合わせによる高い機能性\u003c\/li\u003e\n                \u003cli\u003eクッション性、通気性、耐久性に優れる\u003c\/li\u003e\n                \u003cli\u003eソフトパイプの量で簡単に高さ調整が可能\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e【ブレスエアー®（中材の一部）】\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e医療業界でも採用される制菌性能\u003c\/li\u003e\n                \u003cli\u003eSEK基準に合格する菌の増殖を抑制する効果\u003c\/li\u003e\n                \u003cli\u003e病院や介護分野、新幹線N700系などの鉄道シートにも採用実績\u003c\/li\u003e\n                \u003cli\u003eご家庭で簡単に洗うことが可能\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e【パイプ（中材）】\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e空洞構造により通気性抜群で不快感がない\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            \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            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003ctd\u003e幅 350mm × 奥 550mm × 高 80mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e生地\u003c\/th\u003e\n                            \u003ctd\u003eポリエステル 100％(ダブルラッセル)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e中身\u003c\/th\u003e\n                            \u003ctd\u003eポリエチレン 100%・ブレスエアー\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n                            \u003ctd\u003e柔らかい\u003c\/td\u003e\n                            \u003ctd class=\"select\"\u003e普通\u003c\/td\u003e\n                            \u003ctd\u003e硬い\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n                            \u003ctd class=\"select\"\u003e可\u003c\/td\u003e\n                            \u003ctd\u003e\u003c\/td\u003e\n                            \u003ctd\u003e不可\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n                            \u003ctd class=\"select\"\u003e丸洗い可\u003c\/td\u003e\n                            \u003ctd\u003e可（乾きにくい）\u003c\/td\u003e\n                            \u003ctd\u003e不可\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232167014,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_10_1_000000000004.jpg?v=1764825368"},{"product_id":"5","title":"【抜群の通気性】 とにかく蒸れない枕（シルキー）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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を生み出すでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000005.jpg?v=1762508130\" class=\"img-fluid d-block w-100 product-img\" alt=\"清らかなホワイトが寝室を明るく彩る快眠枕\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日をサポート、すっきり目覚める朝\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eテンセルが織りなす上質な肌触り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e側地には\u003cstrong\u003eテンセルジャガード\u003c\/strong\u003eを使用し、\u003cstrong\u003e繊細な肌触り\u003c\/strong\u003eは触れるたびに\u003cstrong\u003e安らぎ\u003c\/strong\u003eを与えます。\u003cstrong\u003e空気を循環させる独自の構造\u003c\/strong\u003eで、朝まで\u003cstrong\u003e心地よい温度\u003c\/strong\u003eを保ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_12_3_000000000005.jpg?v=1764825353\" class=\"img-fluid d-block w-100 product-img\" alt=\"テンセルジャガードの柔らかな肌触りの枕\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eやさしい肌触り、心地よい眠りへ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e医療現場採用の清潔素材とパーソナル設計\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e医療分野でも選ばれるブレスエアー®\u003c\/strong\u003eが、\u003cstrong\u003e菌の増殖を抑制\u003c\/strong\u003eし\u003cstrong\u003e衛生的\u003c\/strong\u003eです。\u003cstrong\u003eソフトパイプ\u003c\/strong\u003eで\u003cstrong\u003e好みの高さに調整\u003c\/strong\u003eでき、あなたに\u003cstrong\u003e最適な寝心地\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_14_6_000000000005.png?v=1764825353\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブレスエアーとソフトパイプで清潔・高さ調整可能な枕\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e丸ごと清潔、高さ調整自在\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴と開発コンセプト\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e当製品は、お客様の快適な睡眠を追求し、特に通気性と清潔性にこだわり抜いて開発されました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e寝ている間に首筋に汗をかく、あせもができるといったお悩みを解決します。\u003c\/li\u003e\n                    \u003cli\u003eブレスエアー®とソフトパイプを組み合わせることで、優れたクッション性と通気性、そして高い耐久性を実現。\u003c\/li\u003e\n                    \u003cli\u003eソフトパイプにより、お好みに合わせた高さの調整が可能です。\u003c\/li\u003e\n                    \u003cli\u003e側地にはテンセルジャガードを採用し、肌に優しい爽やかな使用感を提供します。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材の特長：ブレスエアー®とパイプ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品の快適性と衛生性を支える主要素材についてご説明します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eブレスエアー®は、医療業界でも採用されるほどの制菌性能を持ち、簡単に丸洗いできる清潔素材です。\u003c\/li\u003e\n                    \u003cli\u003eSEK基準に合格する菌の増殖を抑制する効果が付与されており、病院や介護分野、新幹線N700系などの鉄道シートにも採用実績があります。\u003c\/li\u003e\n                    \u003cli\u003e枕の中材として使用されるパイプは、その空洞構造により通気性が抜群で、就寝中の不快感を軽減します。\u003c\/li\u003e\n                    \u003cli\u003e化学繊維でできているため、劣化しにくく高い耐久性を誇ります。\u003c\/li\u003e\n                    \u003cli\u003e水にも強く、水洗い可能で乾燥も容易なため、常に清潔にお使いいただけます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生地の特長：テンセルジャガード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e側地に使用しているテンセル繊維がもたらす、快適な寝心地の理由です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e肌触りが優しく、デリケートな肌にも心地よさをもたらします。\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\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e 幅 350mm × 奥 550mm × 高 80mm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e生地:\u003c\/strong\u003e テンセルジャガード\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e中身:\u003c\/strong\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                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n                                \u003ctd\u003e柔らかい\u003c\/td\u003e\n                                \u003ctd class=\"select\"\u003e普通\u003c\/td\u003e\n                                \u003ctd\u003e硬い\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n                                \u003ctd class=\"select\"\u003e可\u003c\/td\u003e\n                                \u003ctd\u003e\u003c\/td\u003e\n                                \u003ctd\u003e不可\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n                                \u003ctd class=\"select\"\u003e丸洗い可\u003c\/td\u003e\n                                \u003ctd\u003e可（乾きにくい）\u003c\/td\u003e\n                                \u003ctd\u003e不可\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232232550,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000005.jpg?v=1762508130"},{"product_id":"8","title":"【展開が出来る】 吸水性に優れた熱を逃がす枕 （グリーン）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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\/0665\/1949\/8854\/files\/1_000000000008.jpg?v=1762508132\" 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\/0665\/1949\/8854\/files\/imgi_12_3_000000000008.jpg?v=1764313031\" 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肌に優しい綿100%素材 安心の和の風合い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e綿100%の素朴な風合い\u003c\/strong\u003eが、心落ち着く寝室を演出します。\u003cstrong\u003eノーホルマリン加工\u003c\/strong\u003eで肌に優しく、デリケートな肌の方も安心してご使用いただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_13_4_000000000008.jpg?v=1764313031\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e素朴で温かみのある綿の肌触り\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eブレスエアー® と、そばがらを組み合わせ、折ったり広げたりお好みの使い方が出来る枕です。通気性が良く、蒸れにくいので快適に過ごせます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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ブレスエアー®は、医療業界でも採用される制菌性能を持ち、簡単に洗える素材です。SEK基準に合格する菌の増殖抑制効果も付与されており、病院や介護、新幹線N700系などの鉄道シートにも採用実績があります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生地と加工\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e肌に触れる生地にもこだわり、安心と快適さを追求しました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e綿100％の持つ「素朴さ」と「温かみ」があり、和室にもぴったりです。\u003c\/li\u003e\n          \u003cli\u003eホルムアルデヒドを含まない樹脂を使ったノーホルマリン加工をしておりますので安心です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・素材詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003ctd\u003e幅 350mm × 奥 550mm × 高 50mm 展開時（550×740×100mm）\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e生地\u003c\/th\u003e\n                \u003ctd\u003e綿100％\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e中身\u003c\/th\u003e\n                \u003ctd\u003eそばがら100％・ブレスエアー\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品仕様・お手入れ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n                \u003ctd\u003e\u003cspan\u003e柔らかい\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd class=\"select\"\u003e\u003cspan\u003e普通\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan\u003e硬い\u003c\/span\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n                \u003ctd\u003e\u003cspan\u003e可\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003c\/td\u003e\n                \u003ctd class=\"select\"\u003e\u003cspan\u003e不可\u003c\/span\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n                \u003ctd\u003e\u003cspan\u003e丸洗い可\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan\u003e可（乾きにくい）\u003c\/span\u003e\u003c\/td\u003e\n                \u003ctd class=\"select\"\u003e\u003cspan\u003e不可\u003c\/span\u003e\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n  \n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232363622,"sku":null,"price":9800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000008.jpg?v=1762508132"},{"product_id":"9","title":"【ピッタリフィットする】 もちふわ枕","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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\"\u003e4種類の素材が織りなす\u003cstrong\u003e極上の感触と弾力\u003c\/strong\u003eで、頭の形に吸い付くように優しくフィット。毎晩の深い眠りをサポートし、目覚めの爽快感を実感いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000009.jpg?v=1762508133\" 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\/0665\/1949\/8854\/files\/imgi_10_2_000000000009.jpg?v=1764313138\" 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\/0665\/1949\/8854\/files\/imgi_8_4_000000000009.jpg?v=1764313138\" 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\"\u003e4種類の素材を組み合わせた、こだわりの枕です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003eふわふわ、もちもちの感触で肌ざわりが良く、極上の寝心地を実現します。\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e弾力性と伸縮性があり、頭部の形に吸い付くようにフィットします。\u003c\/p\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材の特性\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003eビーズ：ポリエチレンやポリプロピレン製の球状ビーズで、保温性・ホールド性に優れています。\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e綿：きわめて微細な繊維で吸水性・吸湿性が高く、通気性も良いため夏場も快適。繊維先端が丸く、肌ざわりが良いのが特徴です。\u003c\/p\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\u003cp class=\"body-text\"\u003e幅: 400mm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e奥行: 600mm\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e高さ: 100mm\u003c\/p\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\u003cp class=\"body-text\"\u003e生地: ナイロン 85％、ポリウレタン 15％\u003c\/p\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003cp class=\"body-text\"\u003e中身: ポリエチレン 100%、ポリエステル 100%\u003c\/p\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e仕様・お手入れ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n                            \u003ctd\u003e柔らかい\u003c\/td\u003e\n                            \u003ctd\u003e普通\u003c\/td\u003e\n                            \u003ctd\u003e硬い\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n                            \u003ctd\u003e可\u003c\/td\u003e\n                            \u003ctd\u003e\u003c\/td\u003e\n                            \u003ctd\u003e不可\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n                            \u003ctd\u003e丸洗い可\u003c\/td\u003e\n                            \u003ctd\u003e可（乾きにくい）\u003c\/td\u003e\n                            \u003ctd\u003e不可\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text text-end\"\u003e※本製品の選択項目は、硬さレベル「柔らかい」、高さ調整「不可」、洗濯「可（乾きにくい）」です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232429158,"sku":null,"price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000009.jpg?v=1762508133"},{"product_id":"10","title":"soba\u0026 ひのき","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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\u003cvideo controls=\"controls\" style=\"max-width: 100%; height: auto;\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a92cd9b2352847ec998f3e2e057fe7c8.mov\" type=\"video\/mp4\"\u003e\nYour browser does not support our video.\n\u003c\/source\u003e\u003c\/video\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\/0665\/1949\/8854\/files\/imgi_10_1_000000000010.jpg?v=1764556819\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e硬め好きにはたまらない寝心地\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e寝苦しい夜も、いつでもさらさら\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e通気性と吸湿性\u003c\/strong\u003eに優れたそばがらが、寝ている間の余分な熱と汗を効果的に吸収・放散します。高温で徹底洗浄された\u003cstrong\u003e清潔な素材\u003c\/strong\u003eが、常に爽やかな状態を保ちます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_12_7_000000000010.jpg?v=1764556819\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e汗知らずの快適さ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e豊かなひのき香る、癒やしの睡眠\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e天然ひのきチップ\u003c\/strong\u003eの持つ清々しい芳香が、日中の疲れを癒やし、心身を深いリラックスへと誘います。頭部の熱を優しく吸収し、快適な\u003cstrong\u003e「頭寒」\u003c\/strong\u003eを保ち、すっきりとした朝を迎えられます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_13_8_000000000010.jpg?v=1764556819\" 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\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\u003cli\u003eほどよい指圧効果で、朝まで自然な寝返りをサポート\u003c\/li\u003e\n\u003cli\u003e首と頭をしっかり支え、理想的な寝姿勢へ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材のこだわり\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e【ヒノキ】通気性に優れ、頭部の熱を吸収して理想的な「頭寒」の状態をつくります。木のもつ柔らかな肌触りが適度な押圧作用となり、天然ヒノキの香りは精神安定作用があります。寝ながらにして、爽やかな森林浴気分が楽しめます。\u003c\/p\u003e\n\u003cp\u003e【そばがら】通気性や吸水性に優れ、寝ている間の余分な熱を外に逃がし、汗などの余分な水分を吸収してくれます。高温洗浄し、粉やほこりを除去した清潔な素材を使用しています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e基本データ\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e 10\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e 幅 400mm × 奥 600mm × 高 70mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生地:\u003c\/strong\u003e ブロード 100% （TC186本）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e中身:\u003c\/strong\u003e 洗いソバ 2,200ｇ・天然ひのき粒 340ｇ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能・使用感\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n\u003ctd\u003e\u003cspan\u003e柔らかい\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e普通\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"select\"\u003e\u003cspan\u003e硬い\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n\u003ctd\u003e\u003cspan\u003e可\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd class=\"select\"\u003e\u003cspan\u003e不可\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n\u003ctd\u003e\u003cspan\u003e丸洗い可\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e可（乾きにくい）\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"select\"\u003e\u003cspan\u003e不可\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eお手入れ・ご使用上の注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eひのきチップは洗濯ができませんので、必ずまくらカバーをお使い下さい。\u003c\/p\u003e\n\u003cp\u003e製品本体の洗濯は不可となります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232494694,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_10_1_000000000010.jpg?v=1764556819"},{"product_id":"14","title":"【抜群の通気性】 とにかく蒸れない枕 （クール）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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\/0665\/1949\/8854\/files\/2_000000000014.jpg?v=1762508137\" 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\/0665\/1949\/8854\/files\/imgi_13_3_000000000014.jpg?v=1764313384\" 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\/0665\/1949\/8854\/files\/imgi_14_7_000000000014.jpg?v=1764313384\" 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この製品は、寝苦しい夜の悩みを解決するために、特に\u003cstrong\u003e通気性\u003c\/strong\u003eと\u003cstrong\u003e清潔性\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ソフトパイプの調整で理想の\u003cstrong\u003e高さ調整\u003c\/strong\u003eが可能\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材と先進の技術\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e独自の「ブレスエアー®」と「ソフトパイプ」を組み合わせ、最高の寝心地と清潔さを追求しました。それぞれの素材が持つ特性をご紹介します。\u003c\/p\u003e\n                \u003ch4 class=\"sub-title\"\u003eブレスエアー®の特徴\u003c\/h4\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e医療業界でも採用される\u003cstrong\u003e制菌性能\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eSEK基準合格の菌増殖抑制効果を付与\u003c\/li\u003e\n                    \u003cli\u003e病院、介護の分野、鉄道シートなど幅広い分野での採用実績\u003c\/li\u003e\n                    \u003cli\u003e簡単に洗うことができ、清潔を保ちやすい\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003ch4 class=\"sub-title\"\u003eソフトパイプの特徴\u003c\/h4\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水洗いも可能で、乾燥も容易\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e肌に触れる生地の特性\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e肌に直接触れる生地にもこだわり、より快適な睡眠をサポートします。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e接触冷感機能により、夏の寝苦しい夜にひんやりと心地よい肌触り\u003c\/li\u003e\n                    \u003cli\u003e効果的な吸水性で、サラッとドライな快適な睡眠環境を維持\u003c\/li\u003e\n                    \u003cli\u003e身体の体温調節機能とあいまって、就寝中にゆっくりとリラックスを促進\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズと素材構成\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003eサイズ\u003c\/th\u003e\n                                \u003ctd\u003e幅 350mm × 奥 550mm × 高 80mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e生地\u003c\/th\u003e\n                                \u003ctd\u003eポリエステル 100％(ダブルラッセル)\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e中身\u003c\/th\u003e\n                                \u003ctd\u003eポリエチレン 100%・ブレスエアー\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e快適な睡眠を追求した本製品の具体的な仕様は以下の通りです。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n                                \u003ctd class=\"select\"\u003e普通\u003c\/td\u003e\n                                \u003ctd\u003e柔らかい\u003c\/td\u003e\n                                \u003ctd\u003e硬い\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n                                \u003ctd class=\"select\"\u003e可\u003c\/td\u003e\n                                \u003ctd\u003e不可\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n                                \u003ctd class=\"select\"\u003e丸洗い可\u003c\/td\u003e\n                                \u003ctd\u003e可（乾きにくい）\u003c\/td\u003e\n                                \u003ctd\u003e不可\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232724070,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/2_000000000014.jpg?v=1762508137"},{"product_id":"15","title":"コンチェルトピロー（高級つぶ綿使用）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e頸椎を優しく支え理想の快眠へ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e頸椎にはソフトパイプ、後頭部には弾力つぶ綿を配し、頭と首を包み込む設計です。\u003cstrong\u003e呼吸を楽に\u003c\/strong\u003eし、\u003cstrong\u003eあご下の不快な突っ張りも解消\u003c\/strong\u003eし、翌朝の\u003cstrong\u003eすっきり感\u003c\/strong\u003eをサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000015.png?v=1762508138\" class=\"img-fluid d-block w-100 product-img\" alt=\"頭と首を包む快適設計\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e頭と首を包む快適設計\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eあなた好みにフィットする高さ調整\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e付属の\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\/0665\/1949\/8854\/files\/imgi_13_5_000000000015.jpg?v=1764313499\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりの高さ、思いのままに\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの高さ、思いのままに\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e敏感肌に優しい清潔素材で安心\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e非アレルギー性\u003c\/strong\u003eのつぶ綿と、肌触り優しい\u003cstrong\u003eテンセル繊維\u003c\/strong\u003eを採用しています。\u003cstrong\u003e丸ごと洗えてダニの繁殖を抑制\u003c\/strong\u003eし、\u003cstrong\u003e高い吸水性\u003c\/strong\u003eで寝汗を気にせず、常に\u003cstrong\u003eサラサラの快適さ\u003c\/strong\u003eを保ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_17_12_000000000015.png?v=1764313499\" class=\"img-fluid d-block w-100 product-img\" alt=\"肌に優しい非アレルギー素材\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e肌に優しい非アレルギー素材\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特長\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e頸椎から頭部全体を優しく支え、理想の寝姿勢へと導きます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e頸椎にソフトパイプ、後頭部につぶ綿を配し、頭と首を快適に包み込む設計\u003c\/li\u003e\n                \u003cli\u003e理想的な寝姿勢で\u003cstrong\u003e呼吸を楽に\u003c\/strong\u003eし、あご下の不快な突っ張りを解消\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e高さ調節パッド\u003c\/strong\u003eで理想の高さへ簡単に調整可能\u003c\/li\u003e\n                \u003cli\u003eへたりを感じた際は\u003cstrong\u003eつぶ綿の補充\u003c\/strong\u003eが可能\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e肩こりや首こり\u003c\/strong\u003eにお悩みの方にもおすすめ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材の特長\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eアレルギーを心配される方にも安心の、高品質な素材を採用しています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e非アレルギー性\u003c\/strong\u003eのつぶ綿で、アレルギーをおこしにくい\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e丸洗い洗濯が可能\u003c\/strong\u003eでダニの繁殖を抑制し清潔\u003c\/li\u003e\n                \u003cli\u003e乾きが速く、ホコリが出にくい\u003c\/li\u003e\n                \u003cli\u003eお子さまや\u003cstrong\u003eアレルギーを心配される方にも安心\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            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\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を採用\u003c\/li\u003e\n                \u003cli\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サイズ・素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の詳細なサイズと素材情報です。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003ctd\u003e幅 400mm × 奥 600mm × 高 100mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e生地\u003c\/th\u003e\n                            \u003ctd\u003eポリエステル 50％・再生繊維（リヨセル）30％・ナイロン 20％\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e中身\u003c\/th\u003e\n                            \u003ctd\u003eポリエチレン 100%・高さ調整シート\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の硬さ、高さ調整、洗濯に関する仕様です。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n                            \u003ctd class=\"select\"\u003e\u003cspan\u003e柔らかい\u003c\/span\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\u003cspan\u003e普通\u003c\/span\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\u003cspan\u003e硬い\u003c\/span\u003e\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n                            \u003ctd class=\"select\"\u003e\u003cspan\u003e可\u003c\/span\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\u003cspan\u003e不可\u003c\/span\u003e\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n                            \u003ctd class=\"select\"\u003e\u003cspan\u003e丸洗い可\u003c\/span\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\u003cspan\u003e可（乾きにくい）\u003c\/span\u003e\u003c\/td\u003e\n                            \u003ctd\u003e\u003cspan\u003e不可\u003c\/span\u003e\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 配送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n    \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232756838,"sku":null,"price":15200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000015.png?v=1762508138"},{"product_id":"16","title":"ひのきの森林浴枕　Mサイズ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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\/0665\/1949\/8854\/files\/1_000000000016.jpg?v=1762508138\" 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    \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                \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            \u003ch4 class=\"sub-title\"\u003eひのき\u003c\/h4\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            \u003ch4 class=\"sub-title\"\u003eそばがら\u003c\/h4\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e通気性や吸水性に優れ、寝ている間の余分な熱を外に逃がし、汗などの余分な水分を吸収します。\u003c\/li\u003e\n                \u003cli\u003e高温洗浄処理により、粉やほこりを除去し清潔に保たれています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eサイズ\u003c\/th\u003e\n                            \u003ctd\u003e幅 350mm × 奥 500mm × 高 70mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e生地\u003c\/th\u003e\n                            \u003ctd\u003eブロード 100% （TC186本）\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e中身\u003c\/th\u003e\n                            \u003ctd\u003e洗いソバ 2,200ｇ・天然ひのき粒 340ｇ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能と特性\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e枕の硬さ、高さ調整、洗濯可否についてご案内します。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e硬さレベル\u003c\/th\u003e\n                            \u003ctd\u003e柔らかい\u003c\/td\u003e\n                            \u003ctd\u003e普通\u003c\/td\u003e\n                            \u003ctd class=\"select\"\u003e硬い\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e高さ調整\u003c\/th\u003e\n                            \u003ctd\u003e可\u003c\/td\u003e\n                            \u003ctd\u003e\u003c\/td\u003e\n                            \u003ctd class=\"select\"\u003e不可\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003e洗濯\u003c\/th\u003e\n                            \u003ctd\u003e丸洗い可\u003c\/td\u003e\n                            \u003ctd\u003e可（乾きにくい）\u003c\/td\u003e\n                            \u003ctd class=\"select\"\u003e不可\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れとご使用上の注意\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e製品を長く快適にお使いいただくための注意点です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eひのきチップは洗濯できません。まくらカバーをご使用ください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232822374,"sku":null,"price":5800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1_000000000016.jpg?v=1762508138"},{"product_id":"17","title":"まくらの福袋（2個入り）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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定価3,000円から8,000円の枕が2個入り、贅沢な寝心地をお届け。枕選びに悩む方に、きっと見つかる新しい快眠体験をお試しください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1.png?v=1764828675\" 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定価3,000円〜8,000円のまくらが2個入った福袋です。まくらが合わない事でお悩みの方に、この機会にぜひお試しいただきたい商品です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e定価3,000円〜8,000円相当のまくらが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\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232887910,"sku":null,"price":3500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/1.png?v=1764828675"},{"product_id":"18","title":"ジャストフィットピローR","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fcfaf7; \n      font-family: \"Yu Mincho\", \"Hiragino Mincho ProN\", \"Yu Gothic\", \"Hiragino Sans\", \"Meiryo UI\", serif, 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 #e0e0e0;\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      background: linear-gradient(transparent 60%, #e59a9340 60%); display: inline-block; padding-bottom: 2px; \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: #8b7e76; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 20px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #e59a9340 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 #e0e0e0;\n      border-radius: 4px;\n      background-color: #fcfaf7; \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: #fcfaf7;\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: #e59a93;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \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: #fcfaf7;\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: #e59a93; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #8b7e76; 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: #8b7e76; 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: #e59a93; 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 #e59a93;\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 #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; 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 #e0e0e0; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #e59a93; }\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\u003cvideo controls=\"controls\" style=\"max-width: 100%; height: auto;\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a92cd9b2352847ec998f3e2e057fe7c8.mov\" type=\"video\/mp4\"\u003e\nYour browser does not support our video.\n\u003c\/source\u003e\u003c\/video\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e\n\u003cbr\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\/0665\/1949\/8854\/files\/imgi_9_7_000000000018.png?v=1764314054\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e身体のラインを優しくサポート\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eふわりと包み込む心地よい弾力\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e触れるたびに感じる、ふわりとした優しい弾力感。体にフィットしながらも、中身の調整で\u003cstrong\u003e最適な高さに設定でき\u003c\/strong\u003e、いつでも\u003cstrong\u003e丸洗い可能で清潔を保てます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_11_4_000000000018.jpg?v=1764314054\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e身体と寝心地に合わせて\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e信頼の日本製で毎日の健やかさを\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e確かな技術が息づく\u003cstrong\u003e日本製\u003c\/strong\u003eだからこその高品質と耐久性。毎日の疲れを癒し、ぐっすりとした眠りをサポートすることで、充実した日々へと導きます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_8_6_000000000018.jpg?v=1764314054\" 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\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快適な睡眠は、健康的な生活の基本です。「ジャストフィットピローR」は、あなたの頭部をしっかりと安定させることで、ぐっすりとした眠りをサポートします。毎日の疲れを癒し、理想的な睡眠環境を実現します。\u003c\/p\u003e\n\u003cp\u003eこの枕は、肩口がフィットする\u003cstrong\u003eカーブ設計\u003c\/strong\u003eが特徴です。体型や寝姿勢に合わせて柔軟に形を変え、首や肩の負担を軽減。まるでオーダーメイドのように、一人ひとりに最適なサポートを提供します。体に優しい素材で安心してご使用いただけます。\u003c\/p\u003e\n\u003cp\u003eさらに、「ジャストフィットピローR」は\u003cstrong\u003e安心の日本製\u003c\/strong\u003e。高品質な製品をお求めの方にも納得いただける逸品です。耐久性に優れ、長く愛用できること間違いなし。この枕で、あなたも快適な眠りの世界へと足を踏み入れてください。\u003c\/p\u003e\n\u003cp\u003e理想とする就寝環境を手に入れるチャンスです！この機会に「ジャストフィットピローR」をお試しください。快適な眠りを感じることで、毎日がより充実することをお約束します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eジャストフィットピローRのサイズ詳細です。\u003c\/p\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eサイズ\u003c\/th\u003e\n\u003ctd\u003e幅 430mm × 奥 630mm × 高 50mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・成分\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e枕の素材構成です。\u003c\/p\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e生地\u003c\/th\u003e\n\u003ctd\u003eポリエステル 50％・再生繊維（リヨセル）30％・ナイロン 20％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e中身\u003c\/th\u003e\n\u003ctd\u003eポリエチレン 100%・高さ調整シート\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e機能・お手入れ方法\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eジャストフィットピローRの機能に関する詳細です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e硬さレベル: \u003cspan\u003e普通\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e高さ調整: \u003cspan\u003e可能\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e洗濯: \u003cspan\u003e丸洗い可能\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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\u003c\/div\u003e","brand":"丸和","offers":[{"title":"Default Title","offer_id":43473232953446,"sku":null,"price":9800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/1949\/8854\/files\/imgi_9_7_000000000018.png?v=1764314054"}],"url":"https:\/\/www.madoromi-biyori.we-shop.jp\/collections\/%e4%be%a1%e6%a0%bc%e3%81%a7%e9%81%b8%e3%81%b6-%e3%81%a8%e3%81%84%e3%81%86%e5%9f%ba%e6%ba%96.oembed","provider":"まどろみ日和。","version":"1.0","type":"link"}