{"title":"シビラ","description":"\u003cp\u003eシビラ\u003c\/p\u003e","products":[{"product_id":"s10201401","title":"【Sybilla】 シビラ タオルケット 「フローレス」（正規品）","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\/s10201401_02.jpg?v=1763103236\" 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\/s10201401_05.jpg?v=1763103236\" 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\/s10201401_09.jpg?v=1763103237\" 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            \u003cp\u003eシビラのシグネチャーパターン「フローレス」が織り込まれたこのタオルケットは、モダンな美しさと実用性を兼ね備えています。上質な素材感と細部にこだわった仕上がりが、毎日の生活を格上げします。寝室のアクセントとしても、ギフトとしても、その存在感は際立ちます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eスペイン発祥の洗練されたデザイン「フローレス」\u003c\/li\u003e\n                \u003cli\u003e泉大津の伝統的な職人技による確かな品質\u003c\/li\u003e\n                \u003cli\u003eモダンな美しさと高い実用性を両立\u003c\/li\u003e\n                \u003cli\u003e上質な素材感と細部へのこだわり\u003c\/li\u003e\n                \u003cli\u003e寝室のアクセントやギフトにも最適\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/s10201401_02.jpg?v=1763103236\" 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\/s10201401_07.jpg?v=1763103236\" 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\/s10201401_04.jpg?v=1763103236\" 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\/s10201401_03.jpg?v=1763103237\" alt=\"シビラ フローレス タオルケットの全体像\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003es10201401\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 配送情報、注意事項に関する情報が入力データにないため、該当セクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"株式会社大津コーポレーション","offers":[{"title":"レッド","offer_id":50814132420906,"sku":"s10201401-3","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":50814132453674,"sku":"s10201401-4","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/s10201401_02.jpg?v=1763103236"},{"product_id":"9139856f","title":"【Sybilla】 シビラ コットンブランケット 「フローレス」","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スペインデザインの真髄が息づく花々が、日常に芸術的な彩りをもたらします。寝室やリビングの雰囲気を一新し、目に映るたび心の豊かさを感じられるはずです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/9139856f_p01.jpg?v=1763103195\" 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上質なコットン素材が、四季を通じて肌にそっと寄り添います。重すぎず軽すぎない絶妙な厚みは、就寝時だけでなくソファでのくつろぎ時間にも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/9139856f_main01.jpg?v=1763103196\" 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泉大津の職人が精魂込めて織り上げた、精緻な花々のモチーフ。細部にまでこだわり抜いた縫製は、まさに美術品のような完成度を誇ります。手に取るたび、確かな品質を感じられます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/00731_k.jpg?v=1763103196\" 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スペインを代表するデザイナー・シビラが描く花々のモチーフを、地元職人の精緻な手仕事で実現しました。\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:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/9139856f_main01_7768ef7f-5532-4d91-bcec-ddade41400fb.jpg?v=1766385607\" 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      \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      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/9139856F-5.jpg?v=1766385607\" 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      \u003cp class=\"body-text\"\u003e本製品の管理コードです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e9139856f\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"株式会社大津コーポレーション","offers":[{"title":"ピンク","offer_id":50814148641066,"sku":"9139856f-1","price":10780.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":50814148673834,"sku":"9139856F-4","price":10780.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/9139856f_p01.jpg?v=1763103195"},{"product_id":"抗菌-抗ウイルス加工-フルテクト-なめらか国産綿毛布-コピー","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\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\/02868_k.jpg?v=1766385607\" alt=\"シビラのフローレンス柄が施された毛布がベッドに置かれている様子\" 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綿100%パイルの豊かな風合い\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\/00731_k_36ff230e-8fef-4bab-aaa4-dde1554bc897.jpg?v=1766385607\" alt=\"毛布の繊細なパイル部分のクローズアップ\" 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\/00729_k_12417989-c9ec-439d-8ef6-cf01405ff94d.jpg?v=1766385062\" alt=\"ピンク系とグリーン系の毛布が並んで配置されている様子\" 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 class=\"body-text\"\u003e泉大津の熟練職人が手がけた綿マイヤー毛布。伝統の起毛技術で生み出された繊細なパイル面に、版画士が丹念にプリントを施しています。職人の技と芸術性が融合した、唯一無二の表情が魅力です。\u003c\/p\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                    \u003cli\u003e日本の匠の技とスペインのデザインが融合した高品質な毛布\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/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_icon01.png?v=1766037692\" alt=\"綿100%マーク\"\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\/9139856f_main01.jpg?v=1763103196\" alt=\"毛布全体を俯瞰したイメージ\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/00731_k_36ff230e-8fef-4bab-aaa4-dde1554bc897.jpg?v=1766385062\" alt=\"毛布のテクスチャ詳細\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/9139856F-5.jpg?v=1766385094\" alt=\"毛布の柄と生地感のアップ\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/s10201401_03.jpg?v=1766384406\" alt=\"寝室での毛布の使用イメージ\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/s10201401_07.jpg?v=1763103236\" alt=\"毛布を広げた状態のイメージ\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/5221510F_05_ef56a6d7-3167-43f2-b241-53fc5a4aaba7.jpg?v=1766120788\" alt=\"毛布のふちの仕上げ\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/5221510F_04_b35bf3ed-9f5f-4112-a551-d92b81a8c174.jpg?v=1766120788\" alt=\"毛布のコーナー部分のディテール\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/4221051f-1_004_d493cc32-0311-4397-9950-7967fdedecbd.jpg?v=1763684141\" 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\u003e140x200cm（シングル）\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パイル糸（毛羽部分）：綿100％\u003c\/li\u003e\n                    \u003cli\u003eグランド部分：ポリエステル100％\u003c\/li\u003e\n                    \u003cli\u003e生産国：日本製（泉大津）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eお部屋の雰囲気に合わせて選べる2つのカラーをご用意しました。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eピンク系\u003c\/li\u003e\n                    \u003cli\u003eグリーン系\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/9139856f-1_67f5b4c2-c951-4aa7-9395-eebe316a812c.jpg?v=1766385062\" alt=\"ピンク系の毛布イメージ\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/9139856f-4_e45a053d-62db-4f8e-861b-9573b8221201.jpg?v=1766385061\" alt=\"グリーン系の毛布イメージ\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"大津コーポレーション","offers":[{"title":"ピンク系（140×200cm）","offer_id":50977978089770,"sku":"9139856Ｆｰ1","price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン系（140×200cm）","offer_id":50977978122538,"sku":"9139856Ｆｰ4","price":9800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/02868_k.jpg?v=1766385607"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/collections\/9139856F-5.jpg?v=1770278727","url":"https:\/\/nemuri-no-mori.we-shop.jp\/collections\/%e3%82%b7%e3%83%93%e3%83%a9.oembed","provider":"ねむりの森","version":"1.0","type":"link"}