{"title":"枕とガーゼケット","description":"","products":[{"product_id":"154226983","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) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eホテルライクな眠りへ誘う上質さ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e高級ホテルのような\u003cstrong\u003e上質な眠り\u003c\/strong\u003eを自宅で。\u003cstrong\u003e倫理的な配慮\u003c\/strong\u003eから生まれた人工羽毛が、深い安らぎを届けます。洗練されたデザインは、寝室に格別の癒やしをもたらすでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/unnamed.jpg?v=1719456252\" class=\"img-fluid d-block w-100 product-img\" alt=\"高級ホテルを想起させる寝室のイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心も体も喜ぶエシカル素材\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e素肌が喜ぶ、極上の清涼感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e触れた瞬間の\u003cstrong\u003eひんやり感\u003c\/strong\u003eと、湿気を逃す\u003cstrong\u003e通気性\u003c\/strong\u003e。汗ばむ夜もさらりとした寝心地が続きます。\u003cstrong\u003eホコリの心配も少なく\u003c\/strong\u003e、\u003cstrong\u003e羽毛アレルギーの方も安心\u003c\/strong\u003eできる、こだわりの一品。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/unnamed_1.jpg?v=1719456273\" 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\"\u003eTTCブロード繊維と速乾性中綿「エアーフレイク®︎」が織りなす、優れた機能性をご紹介します。\u003c\/p\u003e\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/5.png?cmsp_timestamp=20201217114743\" class=\"img-fluid\" alt=\"熱を逃がす機能アイコン\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e生地の隙間を広げる特殊WASH加工により熱を外に逃がすことで、汗のベタつきや蒸れからくる寝苦しさを解消します。綿の吸湿性とポリエステルの速乾性を特徴とする生地と、速乾性にすぐれた中綿「エアーフレイク®︎」。それらが相まって汗も乾きやすいので、さっぱりした寝心地が持続します。綿とポリエステルを混紡したTTCブロード繊維が、触れたときのひんやり感を生み出し、密度が低く、隙間の多い生地が熱や蒸れを逃します。寝床に入ったときに、きょうもいい夢見れそうだ、と感じていただけるような商品を目指しました。\u003c\/p\u003e\n\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/6.png?cmsp_timestamp=20201217115031\" class=\"img-fluid\" alt=\"丸洗い可能アイコン\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e人は寝ている間、想像以上に汗をかいているもの。いつも清潔感を保てるように、丸洗いできるのが当商品の特徴です。「洗いやすさ」と「清潔さ」にこだわり、一般的な悩みを解決しています。\u003c\/p\u003e\n\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/11.png?cmsp_timestamp=20201217115326\" class=\"img-fluid\" alt=\"ホコリが出にくいアイコン\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e綿切れ、中綿寄りが起こりにくい長繊維で中わたを構成しているため、ホコリが出にくいのが特徴です。\u003c\/p\u003e\n\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/12.png?cmsp_timestamp=20201217115420\" class=\"img-fluid\" alt=\"無臭アイコン\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/13.png?cmsp_timestamp=20201217120759\" class=\"img-fluid\" alt=\"アレルギー対応アイコン\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e羽毛特有の動物性の臭いが気にならないのも、人工繊維のよいところ。羽毛にアレルギー反応がある方でも、羽毛に匹敵する快適な寝心地を味わっていただけます。\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/14.jpg?cmsp_timestamp=20201217115551\" class=\"img-fluid d-block w-100 product-img\" alt=\"ダニ・アレルゲン対策説明図\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eTTCブロード繊維は空気を通しやすく、エアーフレイク®︎の洗いやすさも相まって、ダニやゴミなどのアレルゲンから清潔さを保ちます。\u003c\/p\u003e\n\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/17.png?cmsp_timestamp=20201217115747\" class=\"img-fluid\" alt=\"ふんわり軽い感触アイコン\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eまるで雲に包まれているようなふんわり軽い感触は、空気をたっぷり含むエアーフレイク®︎の真骨頂です。\u003c\/p\u003e\n\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/15.png?cmsp_timestamp=20201217115922\" class=\"img-fluid\" alt=\"枕の機能アイコン\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/16.png?cmsp_timestamp=20201217120036\" class=\"img-fluid\" alt=\"枕の機能アイコン2\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e頭を乗せると、空気が抜けながらゆっくりと沈んでいく「ダウンライクまくら」です。中綿に使っている素材はふとんと同じエアーフレイク®︎。ホコリやニオイが出にくい、丸洗いできて清潔感を維持できる、ふんわり感が持続、といった特徴を備えています。\u003c\/p\u003e\n\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/8.jpg?cmsp_timestamp=20201217121612\" class=\"img-fluid d-block w-100 product-img\" alt=\"枕の使用イメージ\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/9.jpg?cmsp_timestamp=20201217121646\" class=\"img-fluid d-block w-100 product-img\" alt=\"枕の使用イメージ2\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/10.jpg?cmsp_timestamp=20201217121655\" class=\"img-fluid d-block w-100 product-img\" alt=\"枕の使用イメージ3\"\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/2.png?cmsp_timestamp=20201217114232\" class=\"img-fluid d-block w-100 product-img\" alt=\"エアーフレイク開発背景\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e近年、高級ブランドが続々と「脱毛皮」宣言をする潮流が示しているように、素材に対する価値観は大きく変わっています。羽毛もその例に漏れず、代替素材に熱視線が送られる時代に突入しています。近いうちにそんな時代が訪れるだろうと見越して、2004年にクラボウ（倉敷紡績（株））と当社で共同開発し、国内・国際特許を取得したのが、人工羽毛エアーフレイク®︎です。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/3.png?cmsp_timestamp=20201217114618\" class=\"img-fluid d-block w-100 product-img\" alt=\"エアーフレイク特徴図\"\u003e\n                    \u003cimg src=\"https:\/\/img14.shop-pro.jp\/PA01305\/933\/etc\/de02_04.jpg?cmsp_timestamp=20201217132253\" 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 class=\"body-text\"\u003e「エシカルダウン・リッチpillow」の詳細情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名：エシカルダウン・リッチpillow\u003c\/li\u003e\n                    \u003cli\u003e商品コード：154226983\u003c\/li\u003e\n                    \u003cli\u003eMサイズ：43×63cm\u003c\/li\u003e\n                    \u003cli\u003eLサイズ：50×70cm\u003c\/li\u003e\n                    \u003cli\u003e生地：綿70％、ポリエステル30％\u003c\/li\u003e\n                    \u003cli\u003e中地：ポリエステル100%\u003c\/li\u003e\n                    \u003cli\u003e中綿：ポリエステル100％（サステナブルエアーフレイク）\u003c\/li\u003e\n                    \u003cli\u003e中綿重量 M：0.8kg\u003c\/li\u003e\n                    \u003cli\u003e中綿重量 L：1.0㎏\u003c\/li\u003e\n                    \u003cli\u003eカラー：WH(白）サテンストライプ\u003c\/li\u003e\n                    \u003cli\u003e製造国：日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e価格 (税込み)：\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eMサイズ：￥13,200\u003c\/li\u003e\n                    \u003cli\u003eLサイズ：￥19,800\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e発送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e受注生産品ですので、ご注文から一週間前後での発送となります。安心の日本製、できたてを工場から直送いたします。\u003c\/p\u003e\n    \u003c\/div\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    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"イシケン","offers":[{"title":"M","offer_id":45058310734118,"sku":"969468253","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45058310766886,"sku":"976532288","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/unnamed.jpg?v=1719456252"},{"product_id":"109347453","title":"うつぶせ寝まくら","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\"\u003e3通りの寝姿勢に対応！全身を優しくサポートするまくら\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e全身を優しく包み込むこのまくら\u003c\/strong\u003eが、心地よい安らぎをお届けします。頭から足先まで、\u003cstrong\u003e身体の曲線に寄り添い\u003c\/strong\u003e、\u003cstrong\u003e理想的な寝姿勢をサポート\u003c\/strong\u003e。\u003cstrong\u003e深い眠り\u003c\/strong\u003eへと誘います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame12.png?v=1684395730\" class=\"img-fluid d-block w-100 product-img\" alt=\"3通りの寝姿勢で安眠をサポートするまくらの使用イメージ\"\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どんな寝姿勢も優しく支えるU字の曲線美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e美しいU字型デザインは、見た目だけでなく\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\/Frame38.png?v=1684464312\" class=\"img-fluid d-block w-100 product-img\" alt=\"U字型抱き枕の洗練されたデザイン\"\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全長130cmのゆとりあるサイズは、どんな体型の方にも\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\/Frame41.png?v=1684464344\" class=\"img-fluid d-block w-100 product-img\" alt=\"抱き枕のサイズ感と使用イメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大柄な方も満足、抜群の安定感を誇る設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本品は、様々な寝姿勢に対応し、質の良い睡眠をサポートするために産学協同で考案された新形状のまくらです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e仰向け寝、横向き寝、うつぶせ寝の3通りに対応し、関節に優しい安眠姿勢をサポートします。\u003c\/li\u003e\n          \u003cli\u003e膝を曲げる寝姿勢をとれることにより、腰骨の緊張がほぐれ、入眠時の腰の痛みを緩和します。\u003c\/li\u003e\n          \u003cli\u003e一本一本の繊維がマカロニのような中空構造でバネのような形状を持ち、豊かな弾力性が特徴です。\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾性に優れ、たっぷりと空気を含むことで快適な使用感を保ちます。\u003c\/li\u003e\n          \u003cli\u003e安定感と弾力性のある新素材のクッション材が、肩・腰・膝への加重を和らげます。\u003c\/li\u003e\n          \u003cli\u003eカバーにはシルクプロテイン加工が施され、保湿効果を持つシルクパウダー生地を使用しています。\u003c\/li\u003e\n          \u003cli\u003eサラサラでなめらかな肌触りが、理想的な睡眠環境を整えます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e身体をしっかり支えるゆとりのあるサイズ設計です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e長さ：130cm\u003c\/li\u003e\n          \u003cli\u003e腰部巾：40cm\u003c\/li\u003e\n          \u003cli\u003e最小巾：27cm\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カバー：綿100％（シルクプロテイン加工）\u003c\/li\u003e\n          \u003cli\u003e中生地：綿100％\u003c\/li\u003e\n          \u003cli\u003e中材：ポリエステル100％ 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        \u003cp\u003e製品を長く快適にお使いいただくためのお手入れ方法です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e枕本体の洗濯は、中性洗剤にて手洗いでお願い致します。\u003c\/li\u003e\n          \u003cli\u003e手洗い後は、よく脱水して天日干しして下さい。\u003c\/li\u003e\n          \u003cli\u003e外カバーは通常洗濯が可能です。\u003c\/li\u003e\n          \u003cli\u003e中わたには固まりにくいシリコン加工を施していますので、もし中わたがよってしまった場合は手でほぐしてご使用下さい。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：109347453\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":"Default Title","offer_id":45058312732966,"sku":"109347453","price":11880.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0710\/2372\/2790\/files\/Frame10.png?v=1684395730"},{"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\/%e6%9e%95%e3%81%a8%e3%82%ac%e3%83%bc%e3%82%bc%e3%82%b1%e3%83%83%e3%83%88.oembed","provider":"匠の眠り","version":"1.0","type":"link"}