{"title":"人工羽毛布団","description":"","products":[{"product_id":"158961428","title":"羽毛ふとん　洗浄仕立て替え　リフレッシュコースNO.20","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    \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\/Frame98.png?v=1684476775\" class=\"img-fluid d-block w-100 product-img\" alt=\"清潔感あふれる、ふかふかの仕上がり\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e清潔感あふれる、ふかふかの仕上がり\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大切な布団が蘇る、安心の羽毛リフォーム\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e長年の汚れをしっかり洗浄し、失われた羽毛を丁寧に補填。まるで新品のような、\u003cstrong\u003eふっくらとしたお布団へと生まれ変わります\u003c\/strong\u003e。さらに、ライフスタイルの変化に合わせて\u003cstrong\u003eサイズ変更も可能\u003c\/strong\u003e。あなたの快適な眠りをサポートする、オーダーメイド感覚のリフォームです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame102.png?v=1684476775\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗浄・補填で、ふっくら快適に\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗浄・補填で、ふっくら快適に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e長年愛用した布団が、感動の復活劇\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e使い慣れたお布団のへたりや汚れに、諦めていませんか？このサービスは、長く愛用した羽毛布団を\u003cstrong\u003e新品同様に蘇らせる魔法\u003c\/strong\u003e。ぺちゃんこだったお布団がふっくらと膨らみ、清潔感とボリュームを取り戻します。買い替えではなく再生を選ぶ、\u003cstrong\u003e賢くエコな選択\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame99.png?v=1684476775\" class=\"img-fluid d-block w-100 product-img\" alt=\"劇的な変化、心地よい眠りへ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e劇的な変化、心地よい眠りへ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細・仕様\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eリフォームのポイント\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e羽毛布団リフォームサービスで、お客様に提供できる主なメリットと特徴です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e長年の使用で蓄積した汚れを徹底的に洗浄します\u003c\/li\u003e\n                    \u003cli\u003eへたって失われた羽毛を丁寧に補填し、ボリュームを回復させます\u003c\/li\u003e\n                    \u003cli\u003eライフスタイルの変化に合わせて、布団のサイズ変更が可能です\u003c\/li\u003e\n                    \u003cli\u003e新品同様のふっくら感と清潔感を取り戻し、快適な眠りを提供します\u003c\/li\u003e\n                \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追加増量羽毛（100ｇ）：￥6,600\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/refo-m42.jpg?cmsp_timestamp=20210422122329\" 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                \u003cp\u003e現在の羽毛布団のサイズから、ご希望のサイズへの変更が可能です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eダブルサイズをシングルサイズに仕立て替え：シングル価格 + ￥5,500\u003c\/li\u003e\n                    \u003cli\u003eシングルサイズをダブルサイズに仕立て替え：ダブルサイズの価格\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/refo-31.jpg?cmsp_timestamp=20210422115728\" 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                \u003cp\u003eリフォームをお申し込みいただく前に、現在の羽毛布団の状態をご確認ください。\u003c\/p\u003e\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/no1101.jpg?cmsp_timestamp=20210415120220\" alt=\"状態アイコン1\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/no1102.jpg?cmsp_timestamp=20210415120225\" alt=\"状態アイコン2\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/no1103.jpg?cmsp_timestamp=20210415120321\" alt=\"状態アイコン3\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/no1104.jpg?cmsp_timestamp=20210415120251\" alt=\"状態アイコン4\"\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商品コード: 158961428\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"イシケン","offers":[{"title":"シングル無料羽毛100g","offer_id":45058315911462,"sku":"1008223737","price":32780.0,"currency_code":"JPY","in_stock":true},{"title":"シングル無料羽毛100g＋有料羽毛+100ｇ","offer_id":45058315944230,"sku":"1008243799","price":35800.0,"currency_code":"JPY","in_stock":true},{"title":"シングル無料羽毛100g＋有料羽毛200ｇ","offer_id":45058315976998,"sku":"1008243800","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル無料羽毛100g","offer_id":45058316009766,"sku":"1008243801","price":44700.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル無料羽毛100g＋有料羽毛100ｇ","offer_id":45058316042534,"sku":"1008243802","price":50700.0,"currency_code":"JPY","in_stock":true},{"title":"ダブルをシングルに変更","offer_id":45058316075302,"sku":"1010254220","price":37780.0,"currency_code":"JPY","in_stock":true},{"title":"シングルをダブルに変更","offer_id":45058316108070,"sku":"1010254221","price":44700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/158961428.gif?v=1684385388"},{"product_id":"158961647","title":"羽毛布団仕立て替え　洗浄リフレッシュコースNO.30","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と\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\/0710\/2372\/2790\/files\/Frame104.png?v=1684477152\" 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\/0710\/2372\/2790\/files\/Frame102_3cc62f04-1d44-4f33-9d64-96cdfd846916.png?v=1684477152\" class=\"img-fluid d-block w-100 product-img\" alt=\"羽毛布団リフォームの作業風景\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e完全再生へ導く匠の技\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛着ある一枚が、感動の再生へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e長年の使用で傷んだお布団が、まるで魔法にかかったかのように\u003cstrong\u003eふっくらと生まれ変わります\u003c\/strong\u003e。廃棄する前に、\u003cstrong\u003eもう一度輝きを取り戻す喜び\u003c\/strong\u003eを感じてください。\u003cstrong\u003e地球にも優しい選択\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame99_5ef82b2f-bd36-447a-9fea-a664216f5180.png?v=1684477152\" class=\"img-fluid d-block w-100 product-img\" alt=\"リフォーム前後の羽毛布団比較\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eビフォーアフターで蘇る感動\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eオプション・料金\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e羽毛布団のリフォームに関する追加オプションと料金の詳細です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e追加増量羽毛（100ｇ）：+￥8,800\u003c\/li\u003e\n          \u003cli\u003eダブルサイズをシングルサイズに仕立て替え：シングル価格￥40,480 +￥5,500\u003c\/li\u003e\n          \u003cli\u003eシングルサイズをダブルサイズに仕立て替え：ダブルサイズの価格 ￥60,720\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eリフォーム工程・技術\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/refo-m42.jpg?cmsp_timestamp=20210422122230\" class=\"img-fluid d-block w-100 product-img\" alt=\"羽毛布団リフォーム工程図\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/refo-31.jpg?cmsp_timestamp=20210422115509\" 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        \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/no1201.jpg?cmsp_timestamp=20210415120827\" alt=\"品質表示アイコン1\"\u003e\n          \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/no1202.jpg?cmsp_timestamp=20210415120832\" alt=\"品質表示アイコン2\"\u003e\n          \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/no1203.jpg?cmsp_timestamp=20210415120837\" alt=\"品質表示アイコン3\"\u003e\n          \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/no1204.jpg?cmsp_timestamp=20210415120841\" alt=\"品質表示アイコン4\"\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商品コード: 158961647\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n  \u003c!-- スペック・詳細セクションここまで --\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しない --\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しない --\u003e\n\n\u003c\/div\u003e","brand":"イシケン","offers":[{"title":"シングル無料羽毛100g","offer_id":45058316861734,"sku":"1008225976","price":36800.0,"currency_code":"JPY","in_stock":true},{"title":"シングル無料羽毛100g+有料羽毛100ｇ","offer_id":45058316894502,"sku":"1008243475","price":44800.0,"currency_code":"JPY","in_stock":true},{"title":"シングル無料羽毛100g+有料羽毛200ｇ","offer_id":45058316927270,"sku":"1008243476","price":52800.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル","offer_id":45058316960038,"sku":"1008243477","price":55200.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル追加羽毛+100ｇ","offer_id":45058316992806,"sku":"1008243478","price":63200.0,"currency_code":"JPY","in_stock":true},{"title":"ダブルからシングルに変更","offer_id":45058317025574,"sku":"1010254009","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"シングルからダブルに変更","offer_id":45058317058342,"sku":"1010254010","price":55200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/158961647.gif?v=1684385399"}],"url":"https:\/\/takumi-nemuri.we-shop.jp\/collections\/%e4%ba%ba%e5%b7%a5%e7%be%bd%e6%af%9b%e5%b8%83%e5%9b%a3.oembed","provider":"匠の眠り","version":"1.0","type":"link"}