{"title":"悩みで選ぶ 敷き寝具","description":"","products":[{"product_id":"119167691","title":"ＡＱフロントランナーマット（カバー付き）","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eふわっと支える極上の快眠、高反発マット\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame5_1.png?v=1684394663\" class=\"img-fluid d-block w-100 product-img\" alt=\"高反発マットが体を支えるイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e体圧分散と通気性を両立\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e約22000本の特殊繊維が、あなたの体を点で優しく包み込み、\u003cstrong\u003eふわっとした快適な寝心地\u003c\/strong\u003eを提供します。\u003cstrong\u003e96%が空気層なので通気性も抜群\u003c\/strong\u003e。蒸し暑い夜も\u003cstrong\u003eサラッと快適\u003c\/strong\u003eに過ごせるでしょう。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e翌朝スッキリ、腰に優しい体圧分散\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame116.png?v=1684481433\" class=\"img-fluid d-block w-100 product-img\" alt=\"清潔に保てる洗える軽量マット\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e清潔に保てる洗える軽量マット\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\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    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e進化した快適、新4層構造の眠り\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/119167691_o2.jpg?v=1684481433\" class=\"img-fluid d-block w-100 product-img\" alt=\"新4層構造のマットのイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e品質へのこだわり、上質な眠り\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e新たな4層構造\u003c\/strong\u003eは、寝具に求められる理想を追求し、開発されました。\u003cstrong\u003eより快適な寝心地\u003c\/strong\u003eと、\u003cstrong\u003e確かな品質へのこだわり\u003c\/strong\u003eが詰まっています。あなたの毎日に、\u003cstrong\u003e格別の安らぎ\u003c\/strong\u003eを提供することでしょう。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション --\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約22000本の特殊繊維が体を点で支え、ふわっと快適な寝心地を実現します。\u003c\/li\u003e\n                \u003cli\u003e優れた体圧分散性で特定の場所への負担を軽減し、腰痛の方にもおすすめです。\u003c\/li\u003e\n                \u003cli\u003e全体で体を支えるため体が沈み込み過ぎず、スムーズな寝返りをサポートします。\u003c\/li\u003e\n                \u003cli\u003e96%が空気層で構成されており、抜群の通気性で夏でも蒸れずに快適です。\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サイズ: 950×2050mm\u003c\/li\u003e\n                \u003cli\u003e厚み: 約35mm\u003c\/li\u003e\n                \u003cli\u003e中芯重量: 2.0kg\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\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特殊繊維 (約22000本のループで構成)\u003c\/li\u003e\n                \u003cli\u003eナノハイブリット棉材\u003c\/li\u003e\n                \u003cli\u003e空気層: 96%\u003c\/li\u003e\n                \u003cli\u003e構造: 新4層構造\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れ・機能アイコン\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e速乾性に優れ、軽くて取り扱いが容易。ご自宅で水洗いができるため、いつでも清潔に保てます。\u003c\/p\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/bodyseriese_img_13.jpg?cmsp_timestamp=20170616111622\" alt=\"軽量、洗濯OKアイコン\"\u003e\n                \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/bodyseriese_img_14.jpg?cmsp_timestamp=20170616111741\" alt=\"通気性アイコン\"\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=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/AQ%A1%B2hontai%A4%AE%A5%B3%A5%D4%A1%B2.jpg?cmsp_timestamp=20180727170511\" alt=\"マット本体構造図\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/AQ_tokuchou1.jpg?cmsp_timestamp=20180727170539\" alt=\"製品特徴図\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eその他情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード: 119167691\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":45058308669734,"sku":"119167691","price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame5_1.png?v=1684394663"},{"product_id":"163391486","title":"腰痛対策｜ウエーブボディ敷き布団｜（ファスナータイプ）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"YuMincho\", \"Hiragino Mincho ProN\", \"Yu Mincho\", \"BIZ UDPMincho\", \"serif\", \"Noto Sans JP\", \"Hiragino Sans\", \"Meiryo\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #eeeeee; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #00000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #000000;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #000000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #000000; 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: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; 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: #000000; 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: #000000;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #000000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; background: #ffffff; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #000000; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #000000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e腰の不調を癒す洗える敷き布団\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e一日の疲れを癒す、理想の寝心地がここに。身体の重みを均等に分散し、\u003cstrong\u003e腰への負担を軽減\u003c\/strong\u003eします。通気性にも優れ、\u003cstrong\u003e朝まで心地よい眠り\u003c\/strong\u003eへと誘います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame14.png?v=1684395989\" 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中芯は2層構造のウエーブ型で、\u003cstrong\u003eへたりにくく優れた体圧分散性\u003c\/strong\u003eを実現します。曲がりやすい設計は、リクライニングベッドでも身体にフィットし、\u003cstrong\u003eスムーズな寝返りをサポート\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/163391486_o1.jpg?v=1684395989\" 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\/0710\/2372\/2790\/files\/Group_5.png?v=1718876581\" 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身体をしっかり支える\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\u003e260cmのファスナーを開くことで、中芯の取り出しが\u003cstrong\u003e簡単\u003c\/strong\u003e。\u003c\/li\u003e\n                \u003cli\u003e中芯は2層構造かつウエーブ型で、\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                \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 class=\"body-text\"\u003e本製品の具体的な構造と機能についてご説明します。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e中芯：2層構造のウエーブ型\u003c\/li\u003e\n                \u003cli\u003eファスナー：260cm（中芯取り出し可能）\u003c\/li\u003e\n                \u003cli\u003e対応ベッド：リクライニングベッド対応\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003c!-- 入力データに発送案内情報がないため、このセクションは作成しません。 --\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e取り扱い注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本製品を安全かつ長くご使用いただくための注意事項です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e中芯は洗濯機で洗わないでください。\u003cstrong\u003e手洗い専用\u003c\/strong\u003eです。\u003c\/li\u003e\n            \u003cli\u003e火気に近づけないでください。引火する可能性があります。\u003c\/li\u003e\n            \u003cli\u003e長時間直射日光に当たる場所に置かないでください。変色する恐れがあります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品コードセクション --\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        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e商品コード：163391486\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"イシケン","offers":[{"title":"Default Title","offer_id":45058309062950,"sku":"163391486","price":49500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame14.png?v=1684395989"}],"url":"https:\/\/takumi-nemuri.we-shop.jp\/collections\/%e6%82%a9%e3%81%bf%e3%81%a7%e9%81%b8%e3%81%b6-%e6%95%b7%e3%81%8d%e5%af%9d%e5%85%b7.oembed","provider":"匠の眠り","version":"1.0","type":"link"}