{"title":"合い掛けふとん（中厚タイプ）","description":"","products":[{"product_id":"164430668","title":"ちょうどいい厚み、合い掛け布団　ほどよい暖かさ、エシカルダウン・リッチ|合掛け布団 （Jr)","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #ffffff;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"✔\"; color: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eちょうどいい温もり 快適な眠り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e春や秋の肌寒い夜も、この合い掛け布団があれば安心です。エシカルダウンリッチが、お子さんの眠りに「ちょうどいい」温もりを届けます。適切な保温性と通気性で、寝汗を抑え、朝までぐっすりお休みいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/156311365_9ccef0fb-a59c-4977-9452-39c90ae5b576.jpg?v=1685443963\" class=\"img-fluid d-block w-100 product-img\" alt=\"季節の変わり目を快適にサポートする合い掛け布団\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e季節の変わり目を快適に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e確かな品質の証 家族を守る信頼\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eお子様のデリケートな肌にも安心を。人工羽毛の製造方法で特許を取得し、アレルギーの心配なくご使用いただけます。キッズデザインアワード受賞の実績が、子どもたちの健やかな眠りを力強く支える、福山ブランド認定の逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/164430668_o2.jpg?v=1685443963\" class=\"img-fluid d-block w-100 product-img\" alt=\"特許取得とキッズデザインアワード受賞の安心品質\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e安心と信頼の品質証明\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eとろけるような肌触り ふわふわ感触\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e手にした瞬間にわかる、このふわふわ感。まるで自然の羽毛に包まれるような、夢心地の寝心地をお子様にお届けします。人工羽毛エアーフレイクは、環境に優しいリサイクル素材。ご家庭で簡単に丸洗いでき、いつでも清潔を保てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame70.png?v=1685443963\" class=\"img-fluid d-block w-100 product-img\" alt=\"環境に優しいリサイクル素材、人工羽毛エアーフレイク\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eサステナブルな新素材\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の概要・コンセプト\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eエシカルダウンリッチ 合掛け布団 - 春・秋用 （中厚）は、春や秋の変わり目に適切な温度調整ができず、肌寒い夜を過ごしてしまう方におすすめの合い掛け布団です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e適切な保温性と通気性を持ち、春や秋の少し寒い夜も快適な睡眠をサポートします。\u003c\/li\u003e\n                \u003cli\u003e人工羽毛エアーフレイクが体温調節をしっかり行い、寝汗を抑えることで、心地よい睡眠環境を提供します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\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            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e子供用（ジュニア）\u003c\/td\u003e\n                            \u003ctd\u003e130×180cm\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 class=\"body-text\"\u003e素材:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\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            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e厚みと季節で選ぶ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e寝心地やお好みに合わせて、厚みと季節で最適な布団をお選びいただけます。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/bmVydV8wMQ_1_480x480.png?v=1685589613\" class=\"img-fluid d-block w-100 product-img\" alt=\"異なる厚みの布団の比較図\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/y9yz3aSxydvDxA.jpg?v=1685589641\" class=\"img-fluid d-block w-100 product-img\" alt=\"厚みで選ぶ布団のイメージ画像\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/yKmz3aSxydvDxA_480x480.jpg?v=1685589647\" class=\"img-fluid d-block w-100 product-img\" alt=\"厚みで選ぶ布団のイメージ画像\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/ueez3aSxydvDxA_480x480.jpg?v=1685589633\" class=\"img-fluid d-block w-100 product-img\" alt=\"厚みで選ぶ布団のイメージ画像\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/o7LL57nnpLuz3aSxydvDxA_480x480.jpg?v=1685589626\" class=\"img-fluid d-block w-100 product-img\" 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商品コード: 164430668\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"イシケン","offers":[{"title":"子供用（ジュニア）","offer_id":45058278424870,"sku":"1179892590","price":29568.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/156311365_9ccef0fb-a59c-4977-9452-39c90ae5b576.jpg?v=1685443963"},{"product_id":"一年中通して使いやすい-本掛けより少し薄い掛け布団-エシカルダウン-リッチ-合掛け布団-タンブラー乾燥もok-身体と心にやさしいここちアロマ付き","title":"ちょうどいい厚み、合い掛け布団　ほどよい暖かさ、エシカルダウン・リッチ|合掛け布団 （S)～（Q)","description":"\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\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\/156311365_219dd34c-4a0d-4b13-a1f9-68c2decb52d9.jpg?v=1685440504\" 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リサイクルPET100%の人工羽毛が、まるで\u003cstrong\u003e天然羽毛のような軽さと暖かさ\u003c\/strong\u003eを実現しました。環境に配慮し、地球にも体にも優しい、新しい眠りをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/156310557_o11.png?v=1685596872\" 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\/156311613_o51.png?v=1685596930\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e包み込まれる至福の時\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eエシカルダウンリッチ合繊は、春や秋の季節の変わり目に最適な中厚の掛け布団です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e適切な保温性と通気性で、快適な寝心地\u003c\/li\u003e\n          \u003cli\u003e人工羽毛「エアーフレイク」で、天然羽毛アレルギーの方も安心\u003c\/li\u003e\n          \u003cli\u003eご家庭での丸洗い・タンブラー乾燥が可能でいつでも清潔\u003c\/li\u003e\n          \u003cli\u003e環境に配慮したリサイクル素材を使用\u003c\/li\u003e\n          \u003cli\u003eまるで天然羽毛のような軽さと暖かさ\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/bmVydV8wMQ_1_480x480.png?v=1685589613\"\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                \u003ctd\u003eシングル\u003c\/td\u003e\n                \u003ctd\u003e150×210cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eセミダブル\u003c\/td\u003e\n                \u003ctd\u003e170×210cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eダブル\u003c\/td\u003e\n                \u003ctd\u003e190×210cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eクイーン\u003c\/td\u003e\n                \u003ctd\u003e210×210cm\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中わたには、環境に配慮したリサイクルPET100%の人工羽毛「エアーフレイク」を使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e中わた: 人工羽毛（リサイクルPET100% エアーフレイク）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e簡単なお手入れで、いつでも清潔な状態を保つことができます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eご家庭での洗濯が可能\u003c\/li\u003e\n          \u003cli\u003eタンブラー乾燥にも対応\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e厚みと季節の選び方\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e季節や寝室の環境に合わせて、最適な厚みの掛け布団をお選びください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003ca href=\"https:\/\/takumi-nemuri.we-shop.jp\/products\/%E3%82%B3%E3%82%A4%E3%83%B3%E3%83%A9%E3%83%B3%E3%83%89%E3%83%AA%E3%83%BC%E3%81%A7%E4%B8%B8%E6%B4%97%E3%81%84-%E4%B9%BE%E7%87%A5ok-%E3%81%95%E3%82%89%E3%81%AB%E6%9A%96%E3%81%8F%E3%81%AA%E3%81%A3%E3%81%9F%E8%B6%85%E6%A5%B5%E6%9A%96%E6%8E%9B%E3%81%B5%E3%81%A8%E3%82%93%E3%82%A8%E3%82%B7%E3%82%AB%E3%83%AB%E3%83%80%E3%82%A6%E3%83%B3-%E3%83%AA%E3%83%83%E3%83%81%E6%9C%AC%E6%8E%9B%E3%81%91-jr-q-%E8%BA%AB%E4%BD%93%E3%81%A8%E5%BF%83%E3%81%AB%E3%82%84%E3%81%97%E3%81%84%E3%81%93%E3%81%93%E3%81%A1%E3%82%A2%E3%83%AD%E3%83%9E%E4%BB%98%E3%81%8D?variant=45136994205990\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/y9yz3aSxydvDxA.jpg?v=1685589641\" alt=\"他の厚みの掛け布団\"\u003e\u003c\/a\u003e\n          \u003ca href=\"https:\/\/takumi-nemuri.we-shop.jp\/products\/156311421?variant=45058281505062\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/yKmz3aSxydvDxA_480x480.jpg?v=1685589647\" alt=\"他の厚みの掛け布団\"\u003e\u003c\/a\u003e\n          \u003ca href=\"https:\/\/takumi-nemuri.we-shop.jp\/collections\/%E5%90%88%E6%8E%9B%E3%81%91%E3%81%B5%E3%81%A8%E3%82%93\/products\/%E4%B8%80%E5%B9%B4%E4%B8%AD%E9%80%9A%E3%81%97%E3%81%A6%E4%BD%BF%E3%81%84%E3%82%84%E3%81%99%E3%81%84-%E6%9C%AC%E6%8E%9B%E3%81%91%E3%82%88%E3%82%8A%E5%B0%91%E3%81%97%E8%96%84%E3%81%84%E6%8E%9B%E3%81%91%E5%B8%83%E5%9B%A3-%E3%82%A8%E3%82%B7%E3%82%AB%E3%83%AB%E3%83%80%E3%82%A6%E3%83%B3-%E3%83%AA%E3%83%83%E3%83%81-%E5%90%88%E6%8E%9B%E3%81%91%E5%B8%83%E5%9B%A3-%E3%82%BF%E3%83%B3%E3%83%96%E3%83%A9%E3%83%BC%E4%B9%BE%E7%87%A5%E3%82%82ok-%E8%BA%AB%E4%BD%93%E3%81%A8%E5%BF%83%E3%81%AB%E3%82%84%E3%81%97%E3%81%84%E3%81%93%E3%81%93%E3%81%A1%E3%82%A2%E3%83%AD%E3%83%9E%E4%BB%98%E3%81%8D?variant=45137096180006\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/ueez3aSxydvDxA_480x480.jpg?v=1685589633\" alt=\"他の厚みの掛け布団\"\u003e\u003c\/a\u003e\n          \u003ca href=\"https:\/\/takumi-nemuri.we-shop.jp\/collections\/2%E6%9E%9A%E5%90%88%E3%82%8F%E3%81%9B%E6%8E%9B%E3%81%91%E3%81%B5%E3%81%A8%E3%82%93\/products\/156311533?variant=45058284552486\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/o7LL57nnpLuz3aSxydvDxA_480x480.jpg?v=1685589626\" alt=\"他の厚みの掛け布団\"\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"イシケン","offers":[{"title":"シングル","offer_id":45137071833382,"sku":"","price":36960.0,"currency_code":"JPY","in_stock":true},{"title":"セミダブル","offer_id":45137096212774,"sku":"","price":48048.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル","offer_id":45137096245542,"sku":"","price":55440.0,"currency_code":"JPY","in_stock":true},{"title":"クイーン","offer_id":45137096278310,"sku":"","price":62832.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/156311365_219dd34c-4a0d-4b13-a1f9-68c2decb52d9.jpg?v=1685440504"}],"url":"https:\/\/takumi-nemuri.we-shop.jp\/collections\/%e5%90%88%e3%81%84%e6%8e%9b%e3%81%91%e3%81%b5%e3%81%a8%e3%82%93-%e4%b8%ad%e5%8e%9a%e3%82%bf%e3%82%a4%e3%83%97.oembed","provider":"匠の眠り","version":"1.0","type":"link"}