{"title":"ナチュラルスタイル","description":"","products":[{"product_id":"ccp2072","title":"水洗い仕上げのドライコットン敷きパッド","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #FDF7ED; \n      font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #5F758C; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3D506540 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 4px;\n      background-color: #FDF7ED; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FDF7ED; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3D5065; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #3D5065; 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: #5F758C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #5F758C; 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: #3D5065; 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 { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #3D5065; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\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\/0949\/1582\/1866\/files\/ccp2072_740px_02.jpg?v=1763103201\" 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\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\/0949\/1582\/1866\/files\/ccp2072_740px_03.jpg?v=1763103201\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e快適な寝返りを誘うキルト\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e細かな\u003cstrong\u003eキルティング\u003c\/strong\u003eが肌への接触面を減らし、優れた\u003cstrong\u003e通気性\u003c\/strong\u003eを実現しました。やさしい肌当たりで、一晩中どの方向へもスムーズな\u003cstrong\u003e寝返り\u003c\/strong\u003eをサポートし、心地よい眠りへと誘います。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/ccp2072_740px_04.jpg?v=1763103201\" 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\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長く愛用するほど、その良さが実感できる品質\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e肌に優しく、清潔さを保つための素材と扱い方についてご紹介します。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e中わた: 油脂を除いた脱脂綿\u003c\/li\u003e\n\u003cli\u003e側地: 上質なコットン\u003c\/li\u003e\n\u003cli\u003eお手入れ: 洗濯機で丸洗い可能\u003c\/li\u003e\n\u003cli\u003e中国製（企画：日本）当社オリジナル品です\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 洗濯表示アイコンなどがある場合は以下に配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eご希望のサイズをお選びください。詳細な寸法は以下のサイズ表をご確認いただけます。\u003c\/p\u003e\n\u003c!-- サイズがテキスト情報として提供される場合は、以下にテーブルまたはリストで記述 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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商品コード: ccp2072\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"株式会社大津コーポレーション","offers":[{"title":"シングル \/ トープ","offer_id":50814137794858,"sku":"ccp2072-3","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"シングル \/ アイボリー","offer_id":50814137827626,"sku":"ccp2072-9","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"セミダブル \/ トープ","offer_id":50814137860394,"sku":"ccp20721-3","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"セミダブル \/ アイボリー","offer_id":50814137893162,"sku":"ccp20721-9","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル \/ トープ","offer_id":50814137925930,"sku":"ccp20722-3","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル \/ アイボリー","offer_id":50814137958698,"sku":"ccp20722-9","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/ccp2072_740px_01.jpg?v=1763103201"},{"product_id":"3137803f","title":"【Dear Japan】  国産　無着色　軽量綿毛布","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #FDF7ED; \n      font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #5F758C; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3D506540 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 4px;\n      background-color: #FDF7ED; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FDF7ED; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3D5065; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #3D5065; 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: #5F758C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #5F758C; 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: #3D5065; 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 { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #3D5065; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/3137803f_04.jpg?v=1763103183\" 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です。指先で触れたくなるような、ふんわりとした質感は、日々の疲れをそっと包み込むようなやさしさを与えてくれます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/3137803f_06.jpg?v=1763103184\" 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を約束します。肌寒い夜も、この一枚があれば心身ともにあたたかくお休みいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/3137803f_07.jpg?v=1763103185\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e夢見る寝心地の寝室\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e泉大津の伝統技術と自然素材の魅力を引き出した綿毛布です。化学染料を一切使わない無着色の綿を丁寧に編み上げることで、素材本来の優しい風合いと肌触りを実現しました。ぽこぽことした立体的な編み地が空気を含み、軽やかでありながら温かさをしっかり保ちます。敏感肌の方にも安心してお使いいただける、こだわりの逸品です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eインダス綿軽量（当社比 約20％軽量）\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=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/dj\/dj_ba.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/dj\/3137803f_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/dj\/3137803f_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/3137803f\/3137803f-9_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/dj\/3137803f_07.jpg\" 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            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e素材\u003c\/th\u003e\n                            \u003ctd\u003eパイル糸（毛羽部分）：綿100％ 地糸：ポリエステル100％\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003ctd\u003e140x200cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eカラー\u003c\/th\u003e\n                            \u003ctd\u003eベージュ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e本体重量\u003c\/th\u003e\n                            \u003ctd\u003e約1.1kg\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e製造元(国)\u003c\/th\u003e\n                            \u003ctd\u003e日本製\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e商品コード\u003c\/th\u003e\n                            \u003ctd\u003e4906002699494\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\u003c\/div\u003e","brand":"株式会社大津コーポレーション","offers":[{"title":"Default Title","offer_id":50814142087466,"sku":"3137803f","price":6380.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/3137803f_01.jpg?v=1763103183"},{"product_id":"0300885f-9","title":"【Anna Emilia 】アンナエミリア 綿毛布 「ベア」","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #FDF7ED; \n      font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #5F758C; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3D506540 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 4px;\n      background-color: #FDF7ED; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FDF7ED; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3D5065; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #3D5065; 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: #5F758C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #5F758C; 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: #3D5065; 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 { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #3D5065; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e暮らし彩る北欧ベアデザイン\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eフィンランドの芸術が息づく綿毛布は、寝室に穏やかな安らぎをもたらします。やさしい色合いと愛らしいクマのデザインが、一日の終わりに心地よい眠りを誘います。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/DSC03208s.jpg?v=1763101159\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e寝室を飾る優しい一枚\u003c\/p\u003e\n\u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300885F-9\/0300885F-9_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300885F-9\/0300885F-9_2.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300885F-9\/0300885F-9_4.jpg\" class=\"img-fluid d-block w-100 product-img\"\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ナチュラルなアイボリーをベースに、ベアーや草花などのイラストがプリントされたデザインで、端のパイピングにはリーフモチーフが散りばめられています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300685f-9\/0300685f-9_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300685f-9\/0300685f-9_3.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300685f-9\/0300685f-9_4.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\u003cp class=\"body-text\"\u003eまた、自宅で洗うことができるので、いつでも\u003cstrong\u003e清潔に使用\u003c\/strong\u003eすることができます。洗濯機を利用する場合は「弱水流」、ぬるま湯でお使いいただき、タンブラー乾燥はお避け下さい。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0300385f\/0300385f-01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0300385f\/0300385f-02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300885F-9\/0300885F-9_5.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300885F-9\/0300885F-9_6.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300885F-9\/0300885F-9_7.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/0300885F-9\/0300885F-9_8.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- \/.content-section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eフィンランドのグラフィックデザイナー「アンナエミリア」による、愛らしいベアデザインが魅力の綿毛布です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e北欧デザイン\u003c\/strong\u003e: やさしい色合いとクマのモチーフが寝室を彩ります。\u003c\/li\u003e\n\u003cli\u003e\n\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\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\n\u003cstrong\u003eパイル糸(毛羽部分)\u003c\/strong\u003e：綿100％\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e地糸\u003c\/strong\u003e：ポリエステル100%\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生産国\u003c\/strong\u003e：日本製\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e種類\u003c\/th\u003e\n\u003cth\u003eサイズ\u003c\/th\u003e\n\u003cth\u003eカラー\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eシングル\u003c\/td\u003e\n\u003ctd\u003e140x200cm\u003c\/td\u003e\n\u003ctd\u003eアイボリー \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eハーフ\u003c\/td\u003e\n\u003ctd\u003e140x100cm\u003c\/td\u003e\n\u003ctd\u003eアイボリー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eクォーター\u003c\/td\u003e\n\u003ctd\u003e70x100cm\u003c\/td\u003e\n\u003ctd\u003eアイボリー\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\u003cdetails class=\"spec-details\" open=\"\"\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ご使用中の摩擦やお洗濯により、毛羽立ちや毛玉が発生することがあります。\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e洗濯機を利用する場合は「弱水流、ネット使用」でお願いします。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eタンブラー乾燥はお避けください\u003c\/strong\u003e。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\n\u003cstrong\u003e商品コード\u003c\/strong\u003e：0300885F-9（シングル）、0300685Fｰ9（ハーフ）、0300385F-9（ひざ掛け）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- \/.content-section --\u003e\n\u003c\/div\u003e\n\u003c!-- \/.container.product-wrapper --\u003e","brand":"アンナ・エミリア","offers":[{"title":"シングル","offer_id":50978690171178,"sku":null,"price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ハーフ","offer_id":50978690203946,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"クォーター","offer_id":50978690236714,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/DSC03208s.jpg?v=1763101159"},{"product_id":"0300668f-3","title":"【Anna Emilia】 アンナエミリア オーガニックコットンブランケット 「野いちご」","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #FDF7ED; \n      font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #5F758C; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3D506540 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 4px;\n      background-color: #FDF7ED; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FDF7ED; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3D5065; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #3D5065; 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: #5F758C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #5F758C; 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: #3D5065; 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 { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #3D5065; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\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\n      \u003cspan class=\"d-block\"\u003e\u003cstrong\u003e柔らかな野いちご柄\u003c\/strong\u003eが、お部屋に優しい彩りをもたらします。\u003c\/span\u003e\n      \u003cspan class=\"d-block\"\u003e\u003cstrong\u003e日本製ならではの確かな品質\u003c\/strong\u003eで、\u003cstrong\u003eオーガニックコットン\u003c\/strong\u003eが肌に心地よい感触を届けます。\u003c\/span\u003e\n      \u003cspan class=\"d-block\"\u003eご家庭で\u003cstrong\u003e手軽に洗える\u003c\/strong\u003e点も魅力です。\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0301068_800px_01.jpg?v=1763103172\" 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\n      \u003cspan class=\"d-block\"\u003e\u003cstrong\u003e繊細に描かれた野いちごや草花\u003c\/strong\u003eが、まるで\u003cstrong\u003e絵画のような美しさ\u003c\/strong\u003eを宿します。\u003c\/span\u003e\n      \u003cspan class=\"d-block\"\u003eその細やかな柄は、見るたびに心を和ませ、そっと触れるたびに\u003cstrong\u003e柔らかな感触\u003c\/strong\u003eが心地よさで包み込みます。\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/image_03.jpg?v=1763103172\" 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\n      \u003cspan class=\"d-block\"\u003e\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003eは、\u003cstrong\u003eお部屋のアクセント\u003c\/strong\u003eとしても活躍します。\u003c\/span\u003e\n      \u003cspan class=\"d-block\"\u003e様々なシーンに合わせて、さりげなく寄り添う\u003cstrong\u003e多用途性\u003c\/strong\u003eも魅力です。\u003c\/span\u003e\n      \u003cspan class=\"d-block\"\u003e\u003cstrong\u003e手軽に持ち運び\u003c\/strong\u003eができ、\u003cstrong\u003e心安らぐひととき\u003c\/strong\u003eをどこへでも。\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/image_02.jpg?v=1763103171\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブランケットを使用したライフスタイルのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e贈り物にも喜ばれる逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこのブランケットは、日々の暮らしに寄り添う工夫が凝らされています。\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003c!-- 洗濯表示画像のプレースホルダーを削除。洗濯方法はリストに記載済み。 --\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e日本製で安心の品質\u003c\/li\u003e\n        \u003cli\u003eオーガニックコットン100%使用\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商品の正確な寸法については、\u003cstrong\u003e複数のサイズ展開がございます。\u003c\/strong\u003e詳細は各商品ページ、またはサイズガイドをご確認ください。\u003c\/p\u003e\n      \u003c!-- サイズチャート画像のプレースホルダーを削除。複数のサイズ展開がある旨をテキストで明記。 --\u003e\n      \u003cp class=\"body-text\"\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\u003e肌に触れる素材と、品質を保証する生産地についてのご案内です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\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\u003e本製品の基本情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 0300668f-3\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"アンナ・エミリア","offers":[{"title":"ひざ掛け (70×100cm)","offer_id":50814145626410,"sku":"0300468f-3","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ハーフ (140×100cm)","offer_id":50814145659178,"sku":"0300668f-3","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0301068_800px_01.jpg?v=1763103172"},{"product_id":"0016066-4","title":"【AnnaEmilia】 アンナエミリア ガーゼ敷きパッド 「たんぽぽ」","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #FDF7ED; \n      font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #5F758C; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3D506540 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 4px;\n      background-color: #FDF7ED; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FDF7ED; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3D5065; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #3D5065; 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: #5F758C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #5F758C; 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: #3D5065; 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 { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #3D5065; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e北欧デザインが彩る寝室\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eフィンランドのデザイナー「アンナエミリア」が手がける、\u003cstrong\u003eたんぽぽ柄\u003c\/strong\u003eが魅力的な敷きパッドです。寝室に置くだけで、まるで北欧の自然の中にいるような、\u003cstrong\u003e穏やかな雰囲気\u003c\/strong\u003eを醸し出します。\u003cstrong\u003e上質な眠り\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0016066_01.jpg?v=1763103170\" 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綿100％の二重ガーゼ\u003c\/strong\u003eを、中綿には同じく\u003cstrong\u003e綿100％の脱脂綿\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\/0949\/1582\/1866\/files\/0016066_004.jpg?v=1763103170\" class=\"img-fluid d-block w-100 product-img\" alt=\"二重ガーゼと脱脂綿の素材感イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e通気性と吸湿性の両立\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e豊かな眠りの空間演出\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e肌掛けふとんやピローパッドと合わせて、寝室全体を\u003cstrong\u003eアンナエミリアのデザインで統一\u003c\/strong\u003eしませんか。\u003cstrong\u003eたんぽぽ柄\u003c\/strong\u003eの持つ優しい雰囲気が、お部屋全体に広がり、日々の疲れを癒す\u003cstrong\u003e特別な空間\u003c\/strong\u003eを創り出します。\u003cstrong\u003e洗練されたコーディネート\u003c\/strong\u003eで、心地よい眠りをお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0016066_007.jpg?v=1763103171\" class=\"img-fluid d-block w-100 product-img\" alt=\"たんぽぽ柄で統一された寝室のコーディネート例\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eシリーズで楽しむ統一感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eフィンランドのグラフィックデザイナー「アンナエミリア」による、たんぽぽをモチーフにしたデザインが魅力の国産敷きパッドです。側生地は二重ガーゼ、中綿には脱脂綿を使用しており、蒸れを感じにくく、さらっとした快適な使用感をお届けします。四隅にゴムが付いているため、敷き布団やマットレスへの装着も簡単です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eフィンランド人デザイナー「アンナエミリア」による温もりあるデザイン\u003c\/li\u003e\n                \u003cli\u003e北欧の自然を感じさせる、優しいたんぽぽモチーフ\u003c\/li\u003e\n                \u003cli\u003e日本の品質が息づく信頼の日本製\u003c\/li\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            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/annaemilia_text.jpg\" 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:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/absorbent_cotton_text.jpg\" 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:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/cotton_text.jpg\" 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:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/madeinjapan_text_long.jpg\" 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本商品は以下のサイズをご用意しております。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eシングルサイズ: 約100cm x 205cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/0016066_007-1.jpg\" 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厳選された素材が、上質な肌触りと快適な寝心地をお届けします。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e表・裏生地: 綿100% (二重ガーゼ)\u003c\/li\u003e\n                \u003cli\u003e詰めもの: 綿100% (脱脂綿) (詰め物重量: 約0.3kg)\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e安らぎを感じる、優しい色合いのカラーです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eブルーグリーン (たんぽぽ柄)\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/0016066_01.jpg\" 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アンナエミリアのたんぽぽ柄シリーズで揃えることで、統一感のある寝室空間を演出できます。肌掛けふとんやピローパッドとの組み合わせもおすすめです。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/0016066_002.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"たんぽぽ柄シリーズの寝具コーディネート例1\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/0016066_003.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"たんぽぽ柄シリーズの寝具コーディネート例2\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/0016066_004.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"たんぽぽ柄シリーズの寝具コーディネート例3\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/0016066_005.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"たんぽぽ柄シリーズの寝具コーディネート例4\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/0016066_006.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"たんぽぽ柄シリーズの寝具コーディネート例5\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れ方法・注意事項\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e商品を長くご愛用いただくために、以下の点にご注意ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eご使用中の摩擦やお洗濯により、毛羽立ちや毛玉が発生することがあります。\u003c\/li\u003e\n                \u003cli\u003eお洗濯の際には、必ず洗濯ネットをご使用ください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"アンナ・エミリア","offers":[{"title":"Default Title","offer_id":50814145757482,"sku":"0016066-4","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0016066_01.jpg?v=1763103170"},{"product_id":"0011323-8","title":"【Anna Emilia】 アンナエミリア ガーゼ敷きパッド 「バターカップ」","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #FDF7ED; \n      font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #5F758C; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3D506540 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 4px;\n      background-color: #FDF7ED; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FDF7ED; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3D5065; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #3D5065; 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: #5F758C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #5F758C; 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: #3D5065; 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 { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #3D5065; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\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が息づくバターカップ柄。綿100%の二重ガーゼが、洗うたびにふんわりと肌に寄り添い、使うほどに愛着が深まる\u003cstrong\u003e極上の心地よさ\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0011323_800px_03.jpg?v=1763103169\" 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が、季節を問わず朝まで心地よい睡眠へと誘います。\u003cstrong\u003e快適な寝心地\u003c\/strong\u003eで日々の疲れを癒やしましょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0011323_800px_02.jpg?v=1763103170\" 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は、細部に宿る\u003cstrong\u003e日本の職人技\u003c\/strong\u003eと\u003cstrong\u003e使いやすさへの配慮\u003c\/strong\u003eが光ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0011323_800px_04.jpg?v=1763103170\" 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                \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表・裏生地：綿100%(二重ガーゼ)\u003c\/li\u003e\n                    \u003cli\u003e詰めもの：綿100%(脱脂綿) (0.3kg)\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シングルサイズ (100x205cm)\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=\"point-list\"\u003e\n                    \u003cli\u003eご使用中の摩擦やお洗濯により毛羽立ちや毛玉が発生することがあります。\u003c\/li\u003e\n                    \u003cli\u003eお洗濯の際には洗濯ネットをご使用ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e0011323-8\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- スペック関連画像 (大きく表示するタイプ) --\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/product\/0011323\/0011323_800px_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/product\/0011323\/0011323_800px_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/product\/0011323\/0011323_800px_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/product\/csf7012\/csf7012_1000px_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/product\/csf7012\/csf7012_1000px_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/product\/0011323\/0011323_800px_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/image.rakuten.co.jp\/oklife\/cabinet\/product\/0301068f_series\/0301068_800px_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/oklife\/img\/product\/annaemilia\/0016066-4\/madeinjapan_text.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"アンナ・エミリア","offers":[{"title":"Default Title","offer_id":50814147690794,"sku":"0011323-8","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/0011323_800px_03.jpg?v=1763103169"},{"product_id":"anna-emilia-アンナエミリア-オーガニックコットンブランケット-野いちご-コピー","title":"【Anna Emilia】 アンナエミリア 　オーガニックコットン　パイルケット 「野いちご＆リーフ」","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #FDF7ED; \n      font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; \n      \n \n      width: 100%;\n      max-width: none !important;\n      \n\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #555555;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #555555; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #5F758C; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #3D506540 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0E0E0;\n      border-radius: 4px;\n      background-color: #FDF7ED; \n      color: #555555;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FDF7ED; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #3D5065; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #3D5065; 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: #5F758C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #5F758C; 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: #3D5065; 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 { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #3D5065; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e眠りを誘う北欧の優雅さ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e寝室全体を彩る「\u003cstrong\u003e野いちご＆リーフ\u003c\/strong\u003e」のデザイン。\u003cstrong\u003e北欧フィンランド\u003c\/strong\u003eの風景画から生まれた穏やかな色合いが、日々の疲れをそっと癒やします。まるでタオルに包まれるような\u003cstrong\u003e極上の肌触り\u003c\/strong\u003eで、心ゆくまで\u003cstrong\u003e安らぎの睡眠\u003c\/strong\u003eをご体感ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/DSC05528.jpg?v=1765512818\" class=\"img-fluid d-block w-100 product-img\" alt=\"北欧デザインが織りなす安らぎ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e北欧デザインが織りなす安らぎ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間を飾る北欧の趣\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eリビングのソファにそっと寄り添うデザインケット。北欧の絵本作家アンナ・エミリアが描く\u003cstrong\u003e野いちご＆リーフ\u003c\/strong\u003eが、お部屋に洗練された雰囲気を添えます。\u003cstrong\u003e泉大津の職人技\u003c\/strong\u003eが光る、\u003cstrong\u003e季節を問わず\u003c\/strong\u003e様々なシーンで活躍する一枚です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/5400580F_01_c021f6ca-7de2-405a-accf-bd2a6f1e2c46.jpg?v=1765512818\" 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オーガニックコットンを100%使用\u003c\/strong\u003e。\u003cstrong\u003eデリケートな肌\u003c\/strong\u003eや\u003cstrong\u003e小さなお子様にも優しい\u003c\/strong\u003e触り心地で、\u003cstrong\u003e安心\u003c\/strong\u003eしてお使いいただけます。\u003cstrong\u003eふんわりとした質感\u003c\/strong\u003eが、まるでタオルに包まれるような\u003cstrong\u003e至福の瞬間\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/DSC05526.jpg?v=1765512818\" 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    \u003cp class=\"body-text\"\u003e肌に優しいオーガニックコットン100％のパイルケット。「まるでタオルに包まれているよう」な触り心地で、敏感肌の方やお子さまにも安心。北欧デザイナーと泉大津職人の手仕事が融合し、寝室をやさしく彩ります。通気性に優れ、季節を問わず快適にお使いいただけます。毎日の睡眠をより心地よく、より安全に。\u003c\/p\u003e\n  \u003c\/div\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肌に触れるパイル部分には厳選されたオーガニックコットンを100%使用。ふんわりと柔らかく、包み込まれるような心地よさです。裏面はフラットで、表面とは異なる涼感タッチをお楽しみいただけます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e肌に優しいオーガニックコットン100%パイル\u003c\/li\u003e\n        \u003cli\u003e裏面はフラット＆涼感タッチ\u003c\/li\u003e\n        \u003cli\u003e通気性に優れ、季節を問わず快適\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/5MG_5c990862-f3f5-40c5-af4e-c318ce043893.gif?v=1765507103\" class=\"img-fluid d-block w-100\" alt=\"肌触りの説明1\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/5MG_88deaa0c-53f2-4adb-8196-ad7b6b9781d0.gif?v=1765507103\" class=\"img-fluid d-block w-100\" alt=\"肌触りの説明2\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e裏面はフラット＆涼感タッチで、アンナエミリアのロゴネームが施されています。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/12.jpg?v=1765507291\" class=\"img-fluid d-block w-100\" 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北欧フィンランドの原風景からインスピレーションを得た、優雅なデザイン。絵本作家アンナ・エミリアが描く「野いちご＆リーフ」が、お部屋に洗練された雰囲気を添えます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e北欧の絵本作家であり、風景画デザイナー”アンナ・エミリア”\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/web__page-0001_703b7bcb-d54c-4dd2-a626-6a139bab0eb3.jpg?v=1765507165\" class=\"img-fluid d-block w-100\" alt=\"アンナ・エミリア プロフィール\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/a601e186ee6f64212645498b559187fc.jpg?v=1765507165\" class=\"img-fluid d-block w-100\" alt=\"アンナ・エミリア 作品\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e北欧フィンランドの原風景をキャンバスに落とし込んだデザイン画\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/05_e877cddd-cd5b-4a7e-9a7d-ce4e1ad02155.jpg?v=1765507190\" class=\"img-fluid d-block w-100\" alt=\"デザイン画1\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/09_7025b72b-7bc3-438e-8346-efc7cbfb3247.jpg?v=1765507189\" class=\"img-fluid d-block w-100\" alt=\"デザイン画2\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e「野いちご」柄と「リーフ」柄の詳細\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/DSC05528.jpg?v=1765506810\" class=\"img-fluid d-block w-100\" alt=\"野いちご柄\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/DSC05539.jpg?v=1765506809\" class=\"img-fluid d-block w-100\" alt=\"リーフ柄\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eハーフサイズでの使用イメージ\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/5400580F_01_c021f6ca-7de2-405a-accf-bd2a6f1e2c46.jpg?v=1765506819\" class=\"img-fluid d-block w-100\" alt=\"ハーフサイズ野いちご柄\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/5400580F-3_01_353de57d-d358-45a9-812b-4c29eca55ee0.jpg?v=1765506820\" class=\"img-fluid d-block w-100\" 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泉大津の職人技が光る日本製。肌に触れるパイル部分には吸水性に優れたオーガニックコットンを100%使用し、繊細な肌にも優しい触り心地を実現しました。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eパイル部分：綿100％（オーガニックコットン）\u003c\/li\u003e\n        \u003cli\u003eグランド部分：綿75％、ポリエステル25％\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=\"point-list\"\u003e\n        \u003cli\u003e製品の耐久度を上げる為、グランド部分はポリエステル混の糸を使用しています(25％使用）。\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お部屋の広さや用途に合わせて選べる2サイズ展開。北欧らしい穏やかな2つのカラーをご用意しました。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ（シングル）：140x190cm\u003c\/li\u003e\n        \u003cli\u003eサイズ（ハーフ）：140×100㎝\u003c\/li\u003e\n        \u003cli\u003eカラー：野いちご柄（ピンク系）、リーフ柄（ベージュ系）\u003c\/li\u003e\n        \u003cli\u003e総重量（シングル）：約1.1㎏\u003c\/li\u003e\n        \u003cli\u003e総重量（ハーフ）：約0.6㎏\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eお手入れ・その他\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e品質と使いやすさにこだわった、日本製オーガニックコットンケットです。\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/japanmade_icon2.png?v=1766037704\" alt=\"日本製アイコン\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/cotton_icon02.png?v=1766037692\" alt=\"コットンアイコン\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/washable_icon2.png?v=1766037599\" alt=\"ウォッシャブルアイコン\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品仕様一覧\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth colspan=\"2\"\u003e商品概要\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth\u003e組成、他\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cp\u003e・パイル部分：綿100％（オーガニックコットン）\u003cbr\u003e・グランド部分：綿75％、ポリエステル25％\u003cbr\u003e・総重量：約1.1㎏（シングル）、約0.6㎏（ハーフ）\u003c\/p\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003ctd\u003e140x190cm（シングル）、140×100㎝（ハーフ）\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eカラー\u003c\/th\u003e\n              \u003ctd\u003e野いちご柄（ピンク系）、リーフ柄（ベージュ系）\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e生産地\u003c\/th\u003e\n              \u003ctd\u003e日本製（泉大津）\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e備考\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cp\u003e・パイル部分はオーガニックコットンを使用\u003cbr\u003e・製品の耐久度を上げる為、グランド部分はポリエステル混の糸を使用しています(25％使用）。\u003cbr\u003e・片面起毛のパイル地、裏面パイル無しの製品構造となります。裏面は表面に比べてやや涼感タッチ。\u003c\/p\u003e\n              \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\u003c\/div\u003e","brand":"アンナ・エミリア","offers":[{"title":"ハーフ (140×100cm) \/ ピンク系（野いちご）","offer_id":51271630291242,"sku":"5400580F-1","price":5280.0,"currency_code":"JPY","in_stock":true},{"title":"ハーフ (140×100cm) \/ ベージュ系（リーブス）","offer_id":51271630324010,"sku":"5400580F-3","price":5280.0,"currency_code":"JPY","in_stock":true},{"title":"シングル（140×190cm） \/ ピンク系（野いちご）","offer_id":51271630356778,"sku":"5400880F-1","price":7040.0,"currency_code":"JPY","in_stock":true},{"title":"シングル（140×190cm） \/ ベージュ系（リーブス）","offer_id":51271630389546,"sku":"5400880F-3","price":7040.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/DSC05528.jpg?v=1765512818"},{"product_id":"coz-fam-軽量ワッフルケット-コピー","title":"【Fykka】国産　パイル糸が抜けにくい丈夫なタオルケット","description":"\u003cdiv style=\"background-color: #e8f4fd; padding: 16px; border-radius: 8px; color: #000000;\"\u003e\n\u003ch2\u003e\n\u003cstrong\u003e【Fykka（ヒュッカ）】国産　パイル糸が抜けにくい丈夫な\u003c\/strong\u003e\u003cstrong\u003eタオルケット\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003cp\u003e天然繊維由来の優しい肌触り、エアコン部屋での朝方の温度変化にも快適に対応\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/6400855F_19_5ce2b010-3eae-401e-8c75-7bacfb526624.jpg?v=1777513101\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e透明感のあるデザインが人気です\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/6400855F_21_125dbfd0-cfc8-44c4-8748-d702be103783.jpg?v=1777513088\" alt=\"\" width=\"494\" height=\"328\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e※ベージュ色\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/6400855F_20_2d9602b1-2427-4854-874a-c47c4329dc85.jpg?v=1777513088\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e※グレー色\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/s-6400855F_24.jpg?v=1777513088\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/s-6400855F_9.jpg?v=1777513088\" alt=\"\"\u003e\u003cbr\u003e肌に優しい綿パイル。爽やかな肌触りで、季節を問わず活躍。\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/6400855F_1_83ddd3cf-a86f-4202-bc42-9513434d28e4.jpg?v=1777513088\" alt=\"\" width=\"246\" height=\"163\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/6400855F_8_b32c9126-32e1-492d-8972-2433aab0a411.jpg?v=1777513088\" alt=\"\" width=\"249\" height=\"165\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e ご家庭で気軽に洗えるので、いつでも清潔に保てます。（ネット使用、弱水流）。\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/06.jpg?v=1770016029\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003eFykka（ヒュッカ）】:\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eデンマーク語で「居心地の良い、心が満たされる時間や空間」を意味する言葉。\u003cbr\u003e日本語では「ほっこり」、「ゆったりとした幸せなひととき」に近い概念。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eサイズ：１４０×１９０cm（シングル）\u003c\/p\u003e\n\u003cp\u003e組成：綿100％\u003c\/p\u003e\n\u003cp\u003eカラー：ベージュ、グレー\u003c\/p\u003e\n\u003cp\u003e※ご家庭で洗えます（ネット使用、弱水流）\u003c\/p\u003e\n\u003cp\u003e生産地：日本（泉大津）\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"株式会社大津コーポレーション","offers":[{"title":"グレー \/ シングル","offer_id":51482100269354,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ シングル","offer_id":51482100302122,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/s-6400855F_24.jpg?v=1777513088"}],"url":"https:\/\/nemuri-no-mori.we-shop.jp\/collections\/%e3%83%8a%e3%83%81%e3%83%a5%e3%83%a9%e3%83%ab%e3%82%b9%e3%82%bf%e3%82%a4%e3%83%ab.oembed","provider":"ねむりの森","version":"1.0","type":"link"}