{"title":"ピックアップ","description":"","products":[{"product_id":"161790991","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が、まるで自宅のベッドのような寝心地を提供します。快適温度4℃で、穏やかな眠りをサポートします。冷えやすい足元まで暖かく包み込み、朝までぐっすり休めます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/moji_nashi_1000.jpg?v=1684396983\" 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の2色展開です。\u003cstrong\u003eサステナブルなエアーフレイク®中綿\u003c\/strong\u003eを使用し、環境に配慮しながらも上質な暖かさを実現しました。軽量で持ち運びやすいのも魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame83.png?v=1684475202\" 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幅85cm、長さ210cmのゆったりサイズ\u003c\/strong\u003eです。窮屈さを感じさせない新形状が、キャンプでのリラックスタイムを格上げします。広げれば約幅170cm×長さ210cmのゆったりマットとしても利用できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame82.png?v=1684475202\" 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  \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・コンセプト\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eアウトドアの必需品といえば寝袋！ヘビーユーザー向けのマミー型やファミリーユースの封筒型などありますがそれぞれにメリット・デメリットありますよね。今回開発した新形状ブーツ型寝袋レリーバーシュラフは気軽に楽しみたいライトユーザーやファミリー向けに開発されながら、性能にはこだわりたい方に最適な今までにない新素材・新形状の多機能寝袋です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e\u003cstrong\u003eTVで紹介されました\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e寝袋サイズ\u003c\/strong\u003e：約幅85cm×長さ210cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e広げた状態\u003c\/strong\u003e：約幅170cm×長さ210cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e収納サイズ\u003c\/strong\u003e：43 ×73cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e重量\u003c\/strong\u003e：約1.2kg\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：ポリエステル100％\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e中綿\u003c\/strong\u003e：ポリエステル100%（\u003cstrong\u003eサステナブル・エアーフレイク®\u003c\/strong\u003e）0.5kg\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      \u003cp class=\"body-text\"\u003e寝袋に関する温度表記はEN13537で算出が定義されており、快適（安全）に使用できる気温帯を「快適温度（COMFORT）」、「下限温度（LIMIT）」、「極限温度（EXTREME）」の3種類のEN Ratingで表示されています。これまで各メーカーが独自の方法で算出されていた使用温度を、認定された第三者機関が行う公平な検査によって、同一基準で示されています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e快適温度(Comfort temperature)\u003c\/strong\u003e：4℃\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e下限温度(Limit temperature)\u003c\/strong\u003e：-1℃\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e限界温度(Extreme temperature)\u003c\/strong\u003e：-16℃\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\/ISO23537%BB%EE%B8%B3%B7%EB%B2%CC%B2%E8%C1%FC1.jpg?cmsp_timestamp=20221024080246\" alt=\"ISO23537による温度表記説明図\" class=\"img-fluid d-block w-100 product-img\"\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インディゴネイビー\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\"\u003eMakuake\/CAMPFIREでのクラウドファンディングにて製品化を実現しました。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/Makuake%A5%ED%A5%B4.JPG?cmsp_timestamp=20220623193932\" alt=\"Makuakeロゴ\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/makuake%BC%C2%C0%D3%A3%B1.jpg?cmsp_timestamp=20220623193441\" alt=\"Makuake実績画像1\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%A5%AD%A5%E3%A5%F3%A5%D7%A5%D5%A5%A1%A5%A4%A5%E4%A1%BC%A5%ED%A5%B4.JPG?cmsp_timestamp=20220623194112\" alt=\"CAMPFIREロゴ\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%A5%AD%A5%E3%A5%F3%A5%D7%A5%D5%A5%A1%A5%A4%A5%E4%A1%BC%BC%C2%C0%D3%A3%B1.jpg?cmsp_timestamp=20220623193521\" alt=\"CAMPFIRE実績画像1\" class=\"img-fluid d-block w-100 product-img\"\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      \u003ca href=\"https:\/\/oceans.tokyo.jp\/news\/2021-0301-6-ocn\/\"\u003e\u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%A5%AA%A1%BC%A5%B7%A5%E3%A5%F3%A5%BA%A1%A1%B7%C7%BA%DC.JPG?cmsp_timestamp=20220624153413\" alt=\"OCEANS掲載画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/a\u003e\n      \u003ca href=\"https:\/\/tabi-labo.com\/299327\/wt-reliever-schlaf-air-flake\"\u003e\u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/TABILABO%A5%ED%A5%B4.JPG?cmsp_timestamp=20220624153757\" alt=\"TABILABO掲載画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.lifehacker.jp\/article\/243563-machi-ya-relieve-review\/\"\u003e\u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%A5%E9%A5%A4%A5%D5%A5%CF%A5%C3%A5%AB%A1%BC.JPG?cmsp_timestamp=20220624171130\" alt=\"ライフハッカー掲載画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/a\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      \u003cp class=\"body-text\"\u003e\n        \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/rv_%B1%FE%B1%E7%A3%B1.jpg?cmsp_timestamp=20220624163341\" alt=\"お客様の声1\" class=\"img-fluid product-img\"\u003e\n        \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%B1%FE%B1%E7%B9%D8%C6%FE%A3%B6.jpg?cmsp_timestamp=20220624163649\" alt=\"お客様の声2\" class=\"img-fluid product-img\"\u003e\n        \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%B1%FE%B1%E7%B9%D8%C6%FE%A3%B7.jpg?cmsp_timestamp=20220624164538\" alt=\"お客様の声3\" class=\"img-fluid product-img\"\u003e\n        \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%B1%FE%B1%E7%B9%D8%C6%FE%A3%B4.JPG?cmsp_timestamp=20220624164828\" alt=\"お客様の声4\" class=\"img-fluid product-img\"\u003e\n        \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%B1%FE%B1%E7%B9%D8%C6%FE%A3%B2.jpg?cmsp_timestamp=20220624170348\" alt=\"お客様の声5\" class=\"img-fluid product-img\"\u003e\n        \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%B6%CB%B8%C2%B2%B9%C5%D9.jpg?cmsp_timestamp=20221018164756\" alt=\"お客様の声6\" class=\"img-fluid product-img\"\u003e\n      \u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eご使用頂いた方からはー５℃の環境下でも問題なかったとの感想もいただいております。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/%A5%EC%A5%EA%A1%BC%A5%D0%A1%BC%A5%B7%A5%E5%A5%E9%A5%D5_%B8%C2%B3%A6%B2%B9%C5%D9.jpg?cmsp_timestamp=20221018092116\" alt=\"お客様の声画像\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e161790991\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大変多くのお問い合わせ、ご注文いただきましてありがとうございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e在庫商品が残りわずかとなりご迷惑おかけしております。\u003cstrong\u003eネイビー在庫0個・パールグレー僅か\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e現在大至急生産にかかっております。次回生産アップは3月中旬となっておりますのでもう少しお待ちくださいませ。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eお客様からのご感想について、どのような環境下での使用か確認できないこと、また公的な試験結果ではありませんので、1ユーザーレビューとしてのみご判断いただければ幸いです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"イシケン","offers":[{"title":"パールグレー","offer_id":45059573612838,"sku":"1256807797","price":29800.0,"currency_code":"JPY","in_stock":true},{"title":"インディゴネイビー","offer_id":47747244294438,"sku":"","price":29800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/moji_nashi_1000.jpg?v=1684396983"},{"product_id":"170522570","title":"車中泊・魚釣りに最適、暖かくて軽くブランケットにもなる多機能寝袋。RELIVER スマートシュラフ","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    \u003cdiv class=\"content-section video-section\"\u003e\n        \u003ciframe width=\"100%\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/CvZWXiA7wLE\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n        \u003cp class=\"caption-text text-center\"\u003e\u003ca href=\"https:\/\/youtu.be\/zWqh8UStElU\" style=\"font-size: large; font-weight: bold; text-decoration: none; color: inherit;\"\u003eTVで紹介して頂きました。\u003c\/a\u003e\u003c\/p\u003e\n    \u003c\/div\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\u003e100%リサイクル原料\u003c\/strong\u003eから生まれた人工羽毛AIR FLAKE®︎を採用。限りある資源に配慮しながらも、天然羽毛に匹敵する軽さと圧倒的な暖かさで、あなたの活動を支えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/170522570.jpg?v=1712577226\" class=\"img-fluid d-block w-100 product-img\" alt=\"未来を紡ぐスマートシュラフのイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e未来を紡ぐスマートシュラフ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e車中泊の夜も朝まで快適\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e新設計ジッパーで自在に形状を変えられる\u003cstrong\u003eバックオープン型\u003c\/strong\u003e。オールシーズン対応の超保温力で、車中泊や釣りで冷え込む夜も、まるで自宅のベッドのような心地よさをお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/DSC015101.jpg?v=1712577226\" class=\"img-fluid d-block w-100 product-img\" alt=\"車中泊で快適に過ごすシュラフの利用イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e移動先での至福のひととき\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e羽織って動ける自由な暖かさ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eボタンを留めれば\u003cstrong\u003eポンチョに変身\u003c\/strong\u003eし、手軽に持ち運べるブランケットにも。肌寒いアウトドアや家事の時間も、温かさを身にまとい、両手を自由に活動できます。汚れても丸洗い可能で清潔を保てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/DSC016181.jpg?v=1712577226\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポンチョとして着用可能なシュラフの利用イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e新しいアウトドアスタイル\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e新設計ジッパーの組み合わせにより形状を変化させ、多機能に使えるバックオープン型シュラフです。いつでも、どこでも快適な眠りと温かさを持ち運べます。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e形状変化可能な新設計ジッパーで多機能に活躍\u003c\/li\u003e\n                    \u003cli\u003eオールシーズン対応の超軽量・超撥水・超保温力\u003c\/li\u003e\n                    \u003cli\u003e簡単洗濯・簡単収納で、清潔と利便性を両立\u003c\/li\u003e\n                    \u003cli\u003e地球環境に優しい人工羽毛「AIR FLAKE®︎ FP730」を採用\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eボタン留めでポンチョのように着用でき、寒いキッチンでの家事や、キャンプ、釣りなどのアウトドア活動、災害時にも幅広くご利用いただけます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/detail_24614_16481885230923.png?cmsp_timestamp=20220924093031\" 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\/detail_24614_16481885271616.png?cmsp_timestamp=20220924093112\" 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素材「AIR FLAKE®︎」について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e「AIR FLAKE®︎」は、地球環境の未来を見据えたサステナブルな人工羽毛素材です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e100%リサイクル原料\u003c\/strong\u003e使用で、天然羽毛に代わる持続可能な素材\u003c\/li\u003e\n                    \u003cli\u003eクラボウ（倉敷紡績株式会社）とイシケン株式会社が共同開発し、登録商標を取得\u003c\/li\u003e\n                    \u003cli\u003e「Air＝空気、Flake＝ひとひら」の名の通り、ふんわりと\u003cstrong\u003eソフトな風合い\u003c\/strong\u003e\n\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/detail_24614_16480338309696.png?cmsp_timestamp=20220924093802\" class=\"img-fluid d-block w-100 product-img\" alt=\"人工羽毛AIR FLAKE®︎の構造と特徴を説明する図\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/detail_24614_16481957163633.png?cmsp_timestamp=20220924093913\" class=\"img-fluid d-block w-100 product-img\" alt=\"AIR FLAKE®︎の開発経緯と理念を示す図\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eイシケン株式会社RocK\u0026amp;River事業部は、AIR FLAKE®︎を通じて新しい商品の開発に挑み、サステナブルな社会の実現に貢献してまいります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e本製品を長く快適にご利用いただくために、以下のお手入れ方法をご確認ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\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乾燥機は、付属品の破損を防ぐためコインランドリーなどの\u003cstrong\u003e大型乾燥機のご利用をお勧めします\u003c\/strong\u003e。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e洗濯・乾燥時の注意点:\u003c\/p\u003e\n                \u003cul class=\"step-list\"\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:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/detail_24614_16481994467883.png?cmsp_timestamp=20220924094024\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗濯表示アイコン1\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/detail_24614_16481994463543.png?cmsp_timestamp=20220924094146\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗濯表示アイコン2\"\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商品コード: 170522570\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"イシケン","offers":[{"title":"オリーブカーキー \/ S","offer_id":45059585868070,"sku":"1271755932","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"オリーブカーキー \/ L","offer_id":45059585933606,"sku":"1271755933","price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"シルバーベージュ \/ S","offer_id":45059585966374,"sku":"1271755934","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"シルバーベージュ \/ L","offer_id":45059585999142,"sku":"1271755935","price":24800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/products\/170522570.jpg?v=1712577226"},{"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"},{"product_id":"4重ガーゼ-人工羽毛素材-ちょうどよさを追求した-365日極楽５層ガーゼケット","title":"【4重ガーゼ＋人工羽毛素材】ちょうどよさを追求した、365日極楽５層ガーゼケット","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\"\u003e365日、至福の眠りへ誘うガーゼケット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e季節を問わず、心地よい眠りへ誘います。最新の人工羽毛素材「\u003cstrong\u003eAIR FLAKE®︎\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\/Frame275.png?v=1692526370\" class=\"img-fluid d-block w-100 product-img\" alt=\"新素材が叶える安眠のひととき\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e新素材が叶える安眠のひととき\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e触れるたび、心がとろける肌触り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e頬ずりしたくなるような、とびきりやわらかな肌触りが、一日頑張った体を優しく包み込みます。日本の伝統技術「\u003cstrong\u003e和晒し\u003c\/strong\u003e」で丁寧に作られたガーゼは、洗うたびにさらにふっくら。ずっと触れていたくなる心地よさが、毎日の癒しとなるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame281.png?v=1692527815\" 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空間に溶け込む、選べる3つの色\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eあなたの寝室にぴったりの色が見つかる、やさしい3色をご用意しました。どのカラーも落ち着いた色合いで、日々の暮らしに自然と溶け込み、心地よい空間を演出します。細部にまでこだわった\u003cstrong\u003e日本製の上質さ\u003c\/strong\u003eが、日々の生活を豊かに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame282.png?v=1692527815\" 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\"\u003e365日快適な眠りをサポートする、極楽5層ガーゼケットの主な特徴をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e最新の人工羽毛素材「AIR FLAKE®︎」との掛け合わせで、快適な暖かさ、抜群の通気性を実現\u003c\/li\u003e\n          \u003cli\u003e特別サイズのワイドロングサイズで足まですっぽりおさまって、朝まで極楽な寝心地\u003c\/li\u003e\n          \u003cli\u003eやわらかな肌触りの天然素材で、ずっと手放せない気持ち良さを実現！洗濯後はさらにふっくら！\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823915535630.webp?v=1692528108\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eAIR FLAKE®️は、天然羽毛レベルの軽さと、ボリュームたっぷりのかさ高性が特長で、内部に多くの空気を含むことで保温力を生み出します。100％リサイクル原料（ポリエステル）で実現したサステナブルな素材です。「AIR FLAKE®️は、倉敷紡績株式会社の登録商標です。」\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823915572197.webp?v=1692528214\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e１年の中で特に睡眠トラブルが多い夏。その悩みを解決する、皆さんにぜひオススメしたい【天然素材×サステナブル素材】の極楽5層ガーゼケットをご紹介いたします。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823915497981.webp?v=1692528297\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e極楽５層ガーゼケットは、日本の伝統的な織物加工技術で作られた天然素材「和晒しガーゼ」と、最新のサステナブル人工羽毛素材「AIR FLAKE®︎」を掛け合わせた５つのレイヤー構造になっています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823930041344.webp?v=1692528356\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823930067890.webp?v=1692528535\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eAIR FLAKE®︎は、他の短繊維綿とは違い長繊維構造なので、綿の吹き出しが起こりづらく、ガーゼ生地のような通気性の良い生地にも使用することができるため、今回の設計が実現可能になりました。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16812089650851.webp?v=1692528524\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e夏の寝冷えは、汗や水分が冷やされることで起こります。中綿のAIR FLAKE®️が、外側から冷やされることを防ぎ、また内側で快適に温度を維持してくれます。この極楽５層ガーゼケットは、特別なワイドロングサイズなので、足まですっぽりおさまり、足元が冷やされる心配はありません。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823206797906.webp?v=1692528523\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eAIR FLAKE®︎＋4重ガーゼにしたことで、従来のガーゼケットよりもムレの原因である湿度を下げてくれます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823930056227.webp?v=1692529200\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823909180978.webp?v=1692529305\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823916563129.gif?v=1692529361\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823909161428.webp?v=1692529549\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823925325316.gif?v=1692529559\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e秋冬も羽毛布団の中掛けとして使用することで、いつもの羽毛布団がパワーアップ！肌触りもやわらかで気持ちよく、365日あなたの睡眠にやさしく寄り添います。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16819233629961.webp?v=1692529682\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823909239776.webp?v=1692529725\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e従来のガーゼケットのように、ガーゼの枚数を増やして暖かさをだすのではなく、保温性の高いAIR FLAKE®︎を掛け合わせることで、ずっと羽織っていたくなるような、軽やかでちょうど良い暖かさを実現しました！\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823925303835.gif?v=1692529893\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e外生地には、やわらかな肌さわりの天然素材「和晒ガーゼ」を使用しています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823909216667.webp?v=1692530087\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e日本伝統「和晒し」とは…？和晒し（わざらし）は、日本の伝統的な織物加工技術の一つで、通常連続晒で約１時間で仕上げる晒加工と比べ、和晒加工は大きな和晒釜で４～５日間ゆっくり時間をかけて仕上げています。釜の中でゆっくり工程が進んでいくため生地に対するストレスがなくボリュームのある仕上がりとなります。和晒しは、繊細で手間がかかる技術であります。しかし、その手作業で生み出される深みのある色合いや柔らかい質感は、日本の伝統的な織物加工技術によって生み出されます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823909173659.webp?v=1692530248\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【丁寧に手間暇かけて作られた、日本伝統加工技術「和晒し」ガーゼ】\u003c\/strong\u003e約15m立方間隔にガーゼとガーゼを編み込んだ、とても丈夫で高級なガーゼを使用してます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823909196340.webp?v=1692530348\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823932072306.webp?v=1692530376\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\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サイズ：150×210㎝\u003c\/li\u003e\n          \u003cli\u003e総重量：約1030g\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16823939248068.webp?v=1692530531\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16820592377005.webp?v=1692530550\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16820592368347.webp?v=1692530574\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/detail_33135_16820592387720.webp?v=1692530595\" class=\"img-fluid d-block w-100 product-img\" alt=\"\"\u003e\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側生地：綿100％（和晒しガーゼ）\u003c\/li\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        \u003cp class=\"body-text\"\u003e寝室に馴染む、落ち着いた3色をご用意しました。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eアイスグレー\u003c\/li\u003e\n          \u003cli\u003eミルクベージュ\u003c\/li\u003e\n          \u003cli\u003eピスタチオグリーン\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n  \u003c!-- \/② スペック・詳細セクション (Specs) --\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 配送に関する情報がないため、このセクションは作成しません。 --\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003c!-- 注意事項に関する情報がないため、このセクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"匠の眠り","offers":[{"title":"オフホワイト \/ 約150×210ｃｍ","offer_id":49183169282342,"sku":"","price":21780.0,"currency_code":"JPY","in_stock":false},{"title":"オフホワイト \/ 約100×150cm","offer_id":47846577963302,"sku":"","price":14080.0,"currency_code":"JPY","in_stock":false},{"title":"オフホワイト \/ 約75×100ｃｍ","offer_id":49019489747238,"sku":"","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ピンク \/ 約150×210ｃｍ","offer_id":49183169315110,"sku":"","price":21780.0,"currency_code":"JPY","in_stock":false},{"title":"ピンク \/ 約100×150cm","offer_id":47846577996070,"sku":"","price":14080.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ 約75×100ｃｍ","offer_id":49019489780006,"sku":"","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー \/ 約150×210ｃｍ","offer_id":49183169347878,"sku":"","price":21780.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー \/ 約100×150cm","offer_id":47846578028838,"sku":"","price":14080.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ 約75×100ｃｍ","offer_id":49019489812774,"sku":"","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ 約150×210ｃｍ","offer_id":49183169380646,"sku":"","price":21780.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ 約100×150cm","offer_id":47846578061606,"sku":"","price":14080.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ \/ 約75×100ｃｍ","offer_id":49019489845542,"sku":"","price":8800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame275.png?v=1692526370"}],"url":"https:\/\/takumi-nemuri.we-shop.jp\/collections\/%e3%83%94%e3%83%83%e3%82%af%e3%82%a2%e3%83%83%e3%83%97.oembed","provider":"匠の眠り","version":"1.0","type":"link"}