{"title":"リラックススタイル","description":"","products":[{"product_id":"sp6720","title":"シープボア もこもこ敷パッド","description":"","brand":"株式会社大津コーポレーション","offers":[{"title":"ジンジャー (ベージュ)","offer_id":50814131470634,"sku":"sp6720-3","price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"オリーブ (グリーン)","offer_id":50814131503402,"sku":"sp6720-4","price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/1_sp6810.jpg?v=1763103237"},{"product_id":"sg77306-p77306-ka77306-ch77306","title":"【ねむりの森】羽毛入りポンチョ\/肩当て フリーサイズ","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\/11_p77306_beige.jpg?v=1767749297\" 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ダウンとフェザーを贅沢に70%配合\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\/03_ka77306_beige.jpg?v=1767749113\" 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\/04_ka77306_blue.jpg?v=1767749139\" 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    \u003cp class=\"body-text\"\u003e軽くて暖かい羽毛素材が、肩から腕をやさしく包み込み、読書やテレビ鑑賞時の冷え対策に活躍します。フリーサイズで家族みんなで使用でき、ご家庭での洗濯に対応しているため、いつでも清潔に保てます。寝る前のひとときを、より快適で心地よく過ごしませんか。\u003c\/p\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこの羽毛ウェアは、就寝前やリラックスタイムを快適に過ごすための工夫が凝らされています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e軽くて暖かい上質な羽毛素材を使用\u003c\/li\u003e\n          \u003cli\u003e肩から腕、そして首元までやさしく包み込み、冷えから体をガード\u003c\/li\u003e\n          \u003cli\u003e読書やテレビ鑑賞時など、様々なシーンでの冷え対策に活躍\u003c\/li\u003e\n          \u003cli\u003eダウンとフェザーを贅沢に70%配合し、高い保温力を実現\u003c\/li\u003e\n          \u003cli\u003e着ていることを忘れるほどの軽さ\u003c\/li\u003e\n          \u003cli\u003eフリーサイズ設計で、ご家族皆様でシェアできる高い汎用性\u003c\/li\u003e\n          \u003cli\u003eご家庭で手軽に洗濯可能で、いつでも清潔さをキープ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eゆったりとしたフリーサイズ設計で、幅広い体型の方にご着用いただけます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e【ポンチョ】フリーサイズ：伸長154cm～185cm、チェスト79cm×104cm\u003c\/li\u003e\n          \u003cli\u003e【肩当て】フリーサイズ：伸長154cm～185cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・組成・生産地\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e厳選された素材と日本の企画・デザインで、安心の品質をお届けします。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e側地：ポリエステル100%\u003c\/li\u003e\n          \u003cli\u003e詰めもの：ダウン70%、フェザー30% （ポンチョは詰めもの100g）\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ベージュ\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\u003esg77306-p77306-ka77306-ch77306\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eポンチョ商品概要（詳細表）\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctr\u003e\n              \u003cth\u003e組成、他\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cp\u003e側地：ポリエステル100%\u003c\/p\u003e\n                \u003cp\u003e詰めもの：ダウン70%、フェザー30%　100g\u003c\/p\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003ctd\u003eフリーサイズ\/伸長154cm～185cm、チェスト79cm×104cm\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          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e肩当て商品概要（詳細表）\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctr\u003e\n              \u003cth\u003e組成、他\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cp\u003e側地：ポリエステル100%\u003c\/p\u003e\n                \u003cp\u003e詰めもの：ダウン70%、フェザー30%\u003c\/p\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003ctd\u003eフリーサイズ\/伸長154cm～185cm\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          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) は情報がないため作成しません。 --\u003e\n  \u003c!-- 注意事項セクション (Notes) は情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"株式会社大津コーポレーション","offers":[{"title":"ベージュ \/ 肩当て","offer_id":50814132191530,"sku":"ka77306-3","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ 肩当て","offer_id":50814132224298,"sku":"ka77306-6","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ ポンチョ","offer_id":50814132257066,"sku":"p77306-3","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ ポンチョ","offer_id":50814132289834,"sku":"p77306-6","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/11_p77306_beige.jpg?v=1767749297"},{"product_id":"dk561120","title":"【DAKS） ダックス 羽毛入りポンチョ（正規品）","description":"\u003cstyle\u003e\n  .product-wrapper { background-color: #FDF7ED; font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; width: 100%; max-width: none !important; padding: 40px 30px; box-sizing: border-box; margin: 0; color: #555555; line-height: 1.8; overflow-wrap: break-word; word-wrap: break-word; }\n  .content-section, details.spec-details, .shipping-box, .note-box { max-width: 800px; margin-left: auto; margin-right: auto; }\n  .content-section { margin-bottom: 60px; border-bottom: 1px solid #E0E0E0; padding-bottom: 60px; }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  .section-title { color: #333333; font-size: 24px; margin-bottom: 24px; letter-spacing: 0.05em; line-height: 1.4; word-break: keep-all; text-wrap: balance; border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; }\n  .body-text { color: #555555; font-size: 14px; margin-bottom: 24px; letter-spacing: 0.03em; text-wrap: pretty; }\n  .caption-text { color: #5F758C; font-size: 14px !important; margin-top: 8px; text-align: right; }\n  .product-img { border-radius: 4px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); margin-bottom: 10px; width: 100%; height: auto; }\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  .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  details.spec-details { border: 1px solid #E0E0E0; border-radius: 4px; background-color: #FDF7ED; color: #555555; margin-bottom: 15px; overflow: hidden; }\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  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li { font-size: 14px !important; }\n  ul.benefit-list, ul.basic-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; 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  .shipping-box { margin-bottom: 30px; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n  @media (max-width: 600px) { .product-wrapper { padding: 30px 20px; line-height: 1.6; } .section-title { font-size: 1.3em; } }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"shipping-box\" style=\"max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:40px;\"\u003e\n\u003cstrong\u003e🚚 北海道・沖縄を除く全国送料無料\u003c\/strong\u003e\n北海道・沖縄へのお届けは送料2,200円（税込）が別途かかります。\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eDAKSの品格を身にまとうポンチョ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e英国王室御用達DAKSの羽毛入りポンチョ。身にまとうだけで温かく、寓や家でのリラックスタイムを上質に演出します。\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\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e英国王室御用達DAKSの正規品\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\u003c\/div\u003e","brand":"DAKS","offers":[{"title":"ベージュ","offer_id":50814134976810,"sku":"dk561120-3","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー","offer_id":50814135009578,"sku":"dk561120-6","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/dk561120_800px_01.jpg?v=1763103224"},{"product_id":"dk561080","title":"【DAKS】 ダックス 羽毛入り「肩当て」(正規品）","description":"\u003cstyle\u003e\n  .product-wrapper { background-color: #FDF7ED; font-family: \"Yu Mincho\", \"游明朝体\", \"Hiragino Mincho ProN\", \"ヒラギノ明朝 ProN\", \"serif\", \"Yu Gothic\", \"游ゴシック\", \"Hiragino Sans\", \"ヒラギノ角ゴ ProN\", \"メイリオ\", \"Meiryo\", \"sans-serif\"; width: 100%; max-width: none !important; padding: 40px 30px; box-sizing: border-box; margin: 0; color: #555555; line-height: 1.8; overflow-wrap: break-word; word-wrap: break-word; }\n  .content-section, details.spec-details, .shipping-box, .note-box { max-width: 800px; margin-left: auto; margin-right: auto; }\n  .content-section { margin-bottom: 60px; border-bottom: 1px solid #E0E0E0; padding-bottom: 60px; }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  .section-title { color: #333333; font-size: 24px; margin-bottom: 24px; letter-spacing: 0.05em; line-height: 1.4; word-break: keep-all; text-wrap: balance; border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; }\n  .body-text { color: #555555; font-size: 14px; margin-bottom: 24px; letter-spacing: 0.03em; text-wrap: pretty; }\n  .caption-text { color: #5F758C; font-size: 14px !important; margin-top: 8px; text-align: right; }\n  .product-img { border-radius: 4px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); margin-bottom: 10px; width: 100%; height: auto; }\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  .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  details.spec-details { border: 1px solid #E0E0E0; border-radius: 4px; background-color: #FDF7ED; color: #555555; margin-bottom: 15px; overflow: hidden; }\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  .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; }\n  .spec-content p, .spec-content li { font-size: 14px !important; }\n  ul.benefit-list, ul.basic-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; 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  .shipping-box { margin-bottom: 30px; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; }\n  @media (max-width: 600px) { .product-wrapper { padding: 30px 20px; line-height: 1.6; } .section-title { font-size: 1.3em; } }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"shipping-box\" style=\"max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:40px;\"\u003e\n\u003cstrong\u003e🚚 北海道・沖縄を除く全国送料無料\u003c\/strong\u003e\n北海道・沖縄へのお届けは送料2,200円（税込）が別途かかります。\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eDAKSの温もりを肩にまとう\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e英国王室御用達DAKSの品格を身近に感じられる羽毛入り肩当て。寛やかな羽毛が肩まわりを優しく包み、寝室でのくつろぎ時間や寓でのリラックスに最適です。\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\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e英国王室御用達DAKSの正規品\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\u003c\/div\u003e","brand":"DAKS","offers":[{"title":"ベージュ","offer_id":50814135075114,"sku":"dk561080-3","price":8800.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー","offer_id":50814135107882,"sku":"dk561080-6","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/dk561080_800px_01.jpg?v=1763103222"},{"product_id":"3221080f","title":"【Dear Japan】衿元3重　合わせ毛布 「モリス」","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\u003eDear Japan\u003c\/strong\u003e」が贈る、暖かさと心地よさを追求した逸品をぜひご体感ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/3221080f-01.jpg?v=1763103186\" 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、しっとりとしたなめらかな肌触りが特長です。泉大津の職人が培った「毛裁き」の技術が、思わず頬ずりしたくなるような心地よさを生み出し、朝まで続く快適な眠りをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/3220980f-03_156067d8-c920-42f8-ba4c-00b04a3a5b14.jpg?v=1763103186\" class=\"img-fluid d-block w-100 product-img\" alt=\"贅沢なアクリル毛羽\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e贅沢なアクリル毛羽\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eぬくもり続く衿元3重。安眠を誘う\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e衿元は贅沢な\u003cstrong\u003e3重構造\u003c\/strong\u003eで、肌に触れる部分をふっくらと仕上げました。寝返りを打っても首元が冷えにくく、冬の夜も朝まで心地よい暖かさに包まれます。寒くなりがちな首元を優しく守る、こだわりの設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/3221080f-12-11.jpg?v=1763103186\" class=\"img-fluid d-block w-100 product-img\" alt=\"首元ふっくら暖かさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e首元ふっくら暖かさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e泉大津の職人技を結集した、当社オリジナルブランド「Dear Japan」の合わせ毛布「モリス」。心安らぐ上質な眠りをお届けします。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e毛布の一大産地、泉大津産の上質仕立て\u003c\/li\u003e\n          \u003cli\u003e当社オリジナルブランド「Dear Japan」の逸品\u003c\/li\u003e\n          \u003cli\u003e冬の夜を包み込む心地よさと温かさ\u003c\/li\u003e\n          \u003cli\u003e衿元3重構造で首元ふっくら、冷えにくい\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%\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\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お部屋に合わせて選べる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      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産地\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本製（大阪泉大津）\u003c\/li\u003e\n        \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\/washable_icon2.png?v=1766037599\" alt=\"ウォッシャブル\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/electrostatic_icon1.png?v=1766037567\" 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:\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/vs_POP_2025.11.21_page-0001_cbe5eabf-0003-4af6-8636-edf66f4bacef.jpg?v=1767855425\" 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\u003e3221080f\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"株式会社大津コーポレーション","offers":[{"title":"グリーン","offer_id":50814151000362,"sku":"3221080F-4","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"パープル","offer_id":50814151033130,"sku":"3221080F-7","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0949\/1582\/1866\/files\/3221080f-01.jpg?v=1763103186"}],"url":"https:\/\/nemuri-no-mori.we-shop.jp\/collections\/%e3%83%aa%e3%83%a9%e3%83%83%e3%82%af%e3%82%b9%e3%82%b9%e3%82%bf%e3%82%a4%e3%83%ab.oembed","provider":"ねむりの森","version":"1.0","type":"link"}