{"title":"全てのアイテム","description":"","products":[{"product_id":"mm-004","title":"【MOOMIN】ムーミン 本革 二つ折り財布 ナダヤ【PATCH WORK】[mm-004]","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fdfaf3; \n      font-family: Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif; \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: #333333;\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: 700px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #604332; \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: 2px dashed #c4b7ad; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse; \n      border: 1px solid #c4b7ad; \n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #c4b7ad; \n      font-size: 0.9em; \n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #604332; \n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e心ときめくMoominパッチワーク革財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e愛らしいムーミンの仲間たちが、\u003cstrong\u003e上質な本革パッチワーク\u003c\/strong\u003eで集結しました。手にするたびに心が和む、特別なデザインが毎日に彩りを添えます。貴方だけのMoominを見つけてください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000422.jpg?v=1758856567\" 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手に馴染む本革の質感、Moominミニ財布\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\/0738\/7430\/9369\/files\/2_000000000422.jpg?v=1758856567\" class=\"img-fluid d-block w-100 product-img\" alt=\"手触りの良い本革のムーミンミニ財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e大人の遊び心をくすぐる逸品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスマートに整理、機能美を追求した二つ折り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e見た目以上の収納力で、お札やカード、小銭をスマートに整理できます。必要なものがすぐに取り出せる\u003cstrong\u003e効率的な内部設計\u003c\/strong\u003eで、お会計時も焦ることなくスムーズに。使いやすさにもこだわりました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/10_000000000422.jpg?v=1758856567\" 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    \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                \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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 本革（パッチワーク、型押し加工）\u003c\/li\u003e\n                \u003cli\u003eタイプ: 二つ折り財布\u003c\/li\u003e\n                \u003cli\u003e収納: お札入れ、カードポケット、小銭入れ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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商品コード: mm-004\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション（情報がないため出力しません） --\u003e\n    \u003c!-- 注意事項セクション（情報がないため出力しません） --\u003e\n\n\u003c\/div\u003e","brand":"ナダヤ","offers":[{"title":"ムーミン \/ 発送可","offer_id":46889914892537,"sku":"mm-004-y2-82000","price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン \/ 発送可","offer_id":46889914925305,"sku":"mm-004-y2-82003","price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ \/ 発送可","offer_id":46889914958073,"sku":"mm-004-y2-82006","price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"ニョロニョロ \/ 発送可","offer_id":46889914990841,"sku":"mm-004-y2-82009","price":20800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000422.jpg?v=1758856567"},{"product_id":"mm-005","title":"【MOOMIN】ムーミン 本革 長財布 ナダヤ【PATCH WORK】[mm-005]","description":"\u003cstyle\u003e\n  .product-wrapper {\n      background-color: #fdfaf3;\n      font-family: Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;\n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px;\n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section,\n  details.spec-details,\n  .shipping-box,\n  .note-box {\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n\n  \/* タイトル周り *\/\n  .section-title {\n      color: #604332;\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: 2px dashed #c4b7ad; padding-bottom: 8px;\n  }\n\n  .body-text {\n      color: #333333;\n      font-size: 14px;\n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n\n  .caption-text {\n      color: #777777;\n      font-size: 14px;\n      margin-top: 8px;\n      text-align: right;\n  }\n\n  .product-img {\n      border-radius: 8px;\n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n\n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;\n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n\n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3;\n      color: #333333;\n      margin-bottom: 15px;\n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad;\n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em;\n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n\n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #c4b7ad;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #c4b7ad;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #604332;\n  }\n\n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eムーミンといつも一緒 カラフル本革財布\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000423.jpg?v=1758856569\" class=\"img-fluid d-block w-100 product-img\" alt=\"ムーミンとパッチワークデザインのカラフルな本革財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に彩りを添える個性的なデザイン\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eムーミンの仲間たちが織りなす\u003cstrong\u003eパッチワークデザイン\u003c\/strong\u003eが、日常に遊び心を添えます。選べる\u003cstrong\u003e4色の個性豊かなカラー\u003c\/strong\u003eで、あなただけのスタイルを表現できるでしょう。使うたびに愛着が増す、\u003cstrong\u003e大人可愛い本革長財布\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/2_000000000423.jpg?v=1758856569\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元にフィットする本革の質感とムーミンのエンボス加工\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e使うほどに育つ愛着の逸品\u003c\/p\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートに整理整頓 頼れる大容量デザイン\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/10_000000000423.jpg?v=1758856569\" class=\"img-fluid d-block w-100 product-img\" alt=\"広々とした収納スペースを持つ長財布の内部\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e機能美が光るスマートな使い心地\u003c\/p\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した、\u003cstrong\u003e賢い大人のための長財布\u003c\/strong\u003eです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション --\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      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eムーミンの仲間たちが織りなすパッチワークデザイン\u003c\/li\u003e\n        \u003cli\u003e選べる4色の個性豊かなカラーバリエーション\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        \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=\"benefit-list\"\u003e\n        \u003cli\u003eお札や小銭、カードをスマートに整理できる大容量デザイン\u003c\/li\u003e\n        \u003cli\u003e必要なものがすぐに取り出せる機能的な設計\u003c\/li\u003e\n        \u003cli\u003e日々の会計をスムーズにする使いやすさ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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商品コード: mm-005\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ナダヤ","offers":[{"title":"ムーミン \/ 発送可","offer_id":46889915056377,"sku":"mm-005-y2-82001","price":23500.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン \/ 発送可","offer_id":46889915089145,"sku":"mm-005-y2-82004","price":23500.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ \/ 発送可","offer_id":46889915121913,"sku":"mm-005-y2-82007","price":23500.0,"currency_code":"JPY","in_stock":true},{"title":"ニョロニョロ \/ 発送可","offer_id":46889915154681,"sku":"mm-005-y2-82010","price":23500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000423.jpg?v=1758856569"},{"product_id":"mm-007","title":"【MOOMIN】ムーミン 本革 ラウンド長財布【PATTERN】[mm-007]","description":"\u003cstyle\u003e\n  .product-wrapper {\n      background-color: #fdfaf3;\n      font-family: Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;\n      width: 100%;\n      max-width: none !important; \n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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: 700px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #604332; \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: 2px dashed #c4b7ad; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse; \n      border: 1px solid #c4b7ad; \n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #c4b7ad; \n      font-size: 0.9em; \n  }\n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #604332; \n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \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\/0738\/7430\/9369\/files\/16_000000000515.jpg?v=1763346313\" 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\/0738\/7430\/9369\/files\/3_000000000515.jpg?v=1763346313\" 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\/0738\/7430\/9369\/files\/4_000000000515.jpg?v=1763346313\" 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    \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商品コード: mm-007\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ナダヤ","offers":[{"title":"ムーミン \/ 発送可","offer_id":46889915318521,"sku":"mm-007-y2-82041","price":19000.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン \/ 発送可","offer_id":46889915351289,"sku":"mm-007-y2-82043","price":19000.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ \/ 発送可","offer_id":46889915384057,"sku":"mm-007-y2-82037","price":19000.0,"currency_code":"JPY","in_stock":true},{"title":"ニョロニョロ \/ 発送可","offer_id":46889915416825,"sku":"mm-007-y2-82039","price":19000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/16_000000000515.jpg?v=1763346313"},{"product_id":"mm-008","title":"【MOOMIN】ムーミン 本革 二つ折り財布【PATTERN】[mm-008]","description":"\u003cstyle\u003e\n  .product-wrapper {\n      background-color: #fdfaf3;\n      font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;\n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px;\n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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: 700px;\n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n\n  \/* タイトル周り *\/\n  .section-title {\n      color: #604332;\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: 2px dashed #c4b7ad; padding-bottom: 8px;\n  }\n\n  .body-text {\n      color: #333333;\n      font-size: 14px;\n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n\n  .caption-text {\n      color: #777777;\n      font-size: 14px;\n      margin-top: 8px;\n      text-align: right;\n  }\n\n  .product-img {\n      border-radius: 8px;\n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n\n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;\n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n\n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3;\n      color: #333333;\n      margin-bottom: 15px;\n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad;\n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em;\n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n\n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #c4b7ad;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #c4b7ad;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #604332;\n  }\n\n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"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\/0738\/7430\/9369\/files\/16_000000000516.jpg?v=1763346236\" class=\"product-img\"\u003e\n    \u003cp class=\"caption-text\"\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\/0738\/7430\/9369\/files\/4_000000000516.jpg?v=1763346236\" class=\"product-img\"\u003e\n    \u003cp class=\"caption-text\"\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\/0738\/7430\/9369\/files\/14_000000000516.jpg?v=1763346236\" class=\"product-img\"\u003e\n    \u003cp class=\"caption-text\"\u003eこだわりのディテール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003c!-- 入力データに具体的なスペック情報（商品の特徴、サイズ詳細、素材・生産国など）がないため、商品名から抽出できる商品コードのみを配置します。 --\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商品コード: mm-008\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 入力データに発送案内情報がないため、このセクションは作成しません。 --\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003c!-- 入力データに注意事項情報がないため、このセクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"ナダヤ","offers":[{"title":"ムーミン \/ 発送可","offer_id":46889915482361,"sku":"mm-008-y2-82040","price":18000.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン \/ 発送可","offer_id":46889915515129,"sku":"mm-008-y2-82042","price":18000.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ \/ 発送可","offer_id":46889915547897,"sku":"mm-008-y2-82036","price":18000.0,"currency_code":"JPY","in_stock":true},{"title":"ニョロニョロ \/ 発送可","offer_id":46889915580665,"sku":"mm-008-y2-82038","price":18000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/16_000000000516.jpg?v=1763346236"},{"product_id":"mm-2012","title":"【MOOMIN】ムーミン 本革 ラウンド二つ折り財布【STANDARD】[mm-2012]","description":"\u003cstyle\u003e\n  .product-wrapper {\n      background-color: #fdfaf3;\n      font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif; \n      width: 100%;\n      max-width: none !important; \n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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: 700px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #604332; \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: 2px dashed #c4b7ad; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #c4b7ad; th, td { padding: 12px 8px; border: 1px solid #c4b7ad; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #604332; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eムーミンと星のきらめき、選べる本革財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eムーミン谷の仲間たちが、上品な型押しで財布に登場しました。手に取るたびに心和む、遊び心と落ち着きが調和したデザインです。さりげない星のデコレーションが、毎日に\u003cstrong\u003e輝き\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000398.jpg?v=1758856576\" class=\"img-fluid d-block w-100 product-img\" alt=\"大人のためのムーミンデザインの財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人のためのムーミンデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e小さくても賢い収納、毎日をスマートに\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手のひらサイズの\u003cstrong\u003eコンパクト\u003c\/strong\u003eさながら、日常使いに十分な収納力を備えています。カードや小銭もすっきりと収まり、スマートに整理整頓が可能です。開くたびに感じる使い勝手の良さで、お支払いもスムーズになります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/18_000000000398.jpg?v=1758856576\" 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の質感は、使うほどに表情を変え、あなただけの物語を刻みます。背面にはさりげなくMOOMINのロゴが施され、細部にまでこだわりを感じる仕上がりです。永く愛用できる逸品をどうぞ。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/29_000000000398.jpg?v=1763348092\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質な本革の質感と背面ロゴ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e本革が織りなす経年美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・シリーズ情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eムーミンの主要キャラクターを大きくモチーフにしたシックな佇まいのシリーズです。星のデコレーションもさりげなく散りばめた、眺めているだけで癒されるシリーズになっています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eシリーズ名: STANDARD（スタンダード）\u003c\/li\u003e\n        \u003cli\u003e商品コード: mm-2012\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=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/nadaya\/common\/item\/mm-2012\/spec-pc.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主素材: 本革\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":"ムーミン \/ 発送可","offer_id":46889915613433,"sku":"mm-2012-y2-82012","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン \/ 発送可","offer_id":46889915646201,"sku":"mm-2012-y2-82015","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ \/ 発送可","offer_id":46889915678969,"sku":"mm-2012-y2-82018","price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"ニョロニョロ \/ 発送可","offer_id":46889915711737,"sku":"mm-2012-y2-82021","price":16800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000398.jpg?v=1758856576"},{"product_id":"mm-2013","title":"【MOOMIN】ムーミン 本革 ラウンド長財布【STANDARD】[mm-2013]","description":"\u003cstyle\u003e\n  .product-wrapper {\n      background-color: #fdfaf3;\n      font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;\n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px;\n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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: 700px;\n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n\n  \/* タイトル周り *\/\n  .section-title {\n      color: #604332;\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: 2px dashed #c4b7ad; padding-bottom: 8px;\n  }\n\n  .body-text {\n      color: #333333;\n      font-size: 14px;\n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n\n  .caption-text {\n      color: #777777;\n      font-size: 14px;\n      margin-top: 8px;\n      text-align: right;\n  }\n\n  .product-img {\n      border-radius: 8px;\n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n\n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;\n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n\n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3;\n      color: #333333;\n      margin-bottom: 15px;\n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad;\n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em;\n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n\n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #c4b7ad;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #c4b7ad;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #604332;\n  }\n\n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eムーミンデザインを堪能する本革長財布\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000399.jpg?v=1758856578\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べる楽しさ、ムーミンの世界\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e柔らかな\u003cstrong\u003e本革\u003c\/strong\u003eに、ムーミン谷の仲間たちが勢揃いしています。眺めるたびに心が和む、\u003cstrong\u003e愛らしいキャラクターデザイン\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/15_000000000399.jpg?v=1758856578\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eずっと触れていたい心地よさ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eしっとりと手になじむ\u003cstrong\u003e本革の質感\u003c\/strong\u003eは、使い込むほどに味わいを深めます。さりげなく散りばめられた\u003cstrong\u003e星のデコレーション\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/16_000000000399.jpg?v=1758856578\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日快適な使い心地\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eガバッと開くラウンドファスナー\u003c\/strong\u003eで、中身が一目瞭然です。\u003cstrong\u003eカードや小銭、お札もたっぷり収納\u003c\/strong\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\"\u003eSTANDARD（スタンダード）シリーズは、ムーミンの主要キャラクターを大きくモチーフにしたシックな佇まいが魅力の\u003cstrong\u003e本革長財布\u003c\/strong\u003eです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eさりげなく散りばめられた星のデコレーションが、遊び心を添えます。\u003c\/li\u003e\n        \u003cli\u003e眺めているだけで心が癒される、愛らしいキャラクターデザインです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eムーミンシリーズ共通のイメージもぜひご覧ください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/nadaya\/common\/item\/moomin\/moomin-pc.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      \u003cp class=\"body-text\"\u003e本商品の詳細なサイズと仕様は以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: mm-2013\u003c\/li\u003e\n        \u003cli\u003eシリーズ名: STANDARD（スタンダード）\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      \u003cp class=\"body-text\"\u003e具体的なサイズ感や内部構造は画像をご確認ください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/nadaya\/common\/item\/mm-2013\/spec-pc.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\u003c\/div\u003e","brand":"ナダヤ","offers":[{"title":"ムーミン \/ 発送可","offer_id":46889915777273,"sku":"mm-2013-y2-82013","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン \/ 発送可","offer_id":46889915810041,"sku":"mm-2013-y2-82016","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ \/ 発送可","offer_id":46889915842809,"sku":"mm-2013-y2-82019","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ニョロニョロ \/ 発送可","offer_id":46889915875577,"sku":"mm-2013-y2-82022","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000399.jpg?v=1758856578"},{"product_id":"mm-2014","title":"【MOOMIN】ムーミン 本革 キーケース【STANDARD】[mm-2014]","description":"\u003cstyle\u003e\n  .product-wrapper {\n      background-color: #fdfaf3;\n      font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;\n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px;\n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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: 700px;\n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n\n  \/* タイトル周り *\/\n  .section-title {\n      color: #604332;\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: 2px dashed #c4b7ad; padding-bottom: 8px;\n  }\n\n  .body-text {\n      color: #333333;\n      font-size: 14px;\n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n\n  .caption-text {\n      color: #777777;\n      font-size: 14px;\n      margin-top: 8px;\n      text-align: right;\n  }\n\n  .product-img {\n      border-radius: 8px;\n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n\n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;\n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n\n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3;\n      color: #333333;\n      margin-bottom: 15px;\n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad;\n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em;\n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n\n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #c4b7ad;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #c4b7ad;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #604332;\n  }\n\n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eムーミンキャラクターが彩る、本革キーケース\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000400.jpg?v=1758856580\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e愛らしいムーミンキャラクターたち\u003c\/p\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    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上質な本革の風合い、コンパクトなキーケース\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/14_000000000400.jpg?v=1758856579\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの本革仕立て、機能美\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e手にするたびに心地よい、\u003cstrong\u003e本革ならではの豊かな質感\u003c\/strong\u003eが魅力です。\u003cstrong\u003eダブルジップ\u003c\/strong\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/16_000000000400.jpg?v=1758856580\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e整理整頓も叶う、便利な内部\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e鍵を\u003cstrong\u003e4本まで収納できるフック\u003c\/strong\u003eと、\u003cstrong\u003eカードを忍ばせておける便利なポケット\u003c\/strong\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ムーミンキャラクターを大きくモチーフにしたSTANDARD（スタンダード）シリーズです。\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:\/\/gigaplus.makeshop.jp\/nadaya\/common\/item\/moomin\/moomin-pc.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            \u003cp class=\"body-text\"\u003e毎日の使いやすさを考えた機能が満載です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e鍵を4本まで収納できるフック\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:\/\/gigaplus.makeshop.jp\/nadaya\/common\/item\/mm-2014\/spec-pc.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            \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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003emm-2014\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"ナダヤ","offers":[{"title":"ムーミン \/ 発送可","offer_id":46889915908345,"sku":"mm-2014-y2-82014","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン \/ 発送可","offer_id":46889915941113,"sku":"mm-2014-y2-82017","price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ \/ 発送可","offer_id":46889915973881,"sku":"mm-2014-y2-82020","price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"ニョロニョロ \/ 発送可","offer_id":46889916006649,"sku":"mm-2014-y2-82023","price":15800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000400.jpg?v=1758856580"},{"product_id":"mm-2024","title":"【MOOMIN】ムーミン 本革 L字ファスナーコインケース【STANDARD】[mm-2024]","description":"\u003cstyle\u003e\n  .product-wrapper {\n      background-color: #fdfaf3;\n      font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif; \n      width: 100%;\n      max-width: none !important; \n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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: 700px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #604332; \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: 2px dashed #c4b7ad; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #c4b7ad;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #c4b7ad;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #604332;\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eムーミンと過ごす 上質本革の毎日\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000509.jpg?v=1758856581\" class=\"img-fluid d-block w-100 product-img\" alt=\"ムーミンと上質本革の財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e愛らしいキャラクターと上質レザー\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e日常を彩るムーミンの仲間たちが、\u003cstrong\u003eしっとりとした本革\u003c\/strong\u003eに\u003cstrong\u003e愛らしく型押し\u003c\/strong\u003eされています。\u003cstrong\u003eきらめく星の箔押し\u003c\/strong\u003eがアクセントとなり、持つたびに心が躍るデザインです。気分に合わせて選べる\u003cstrong\u003e4色の豊かなバリエーション\u003c\/strong\u003eが、あなたの毎日を特別なものにします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eストレスフリーなL字ファスナー設計\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/9_000000000509.jpg?v=1758856581\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナーを開いた状態の財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに使える機能美\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e大きく開くL字ファスナー\u003c\/strong\u003eで、コインやカードの出し入れが\u003cstrong\u003e驚くほどスムーズ\u003c\/strong\u003eです。内部の仕切りが小銭とお札を\u003cstrong\u003e効率的に整理\u003c\/strong\u003eし、必要なものがすぐに取り出せます。\u003cstrong\u003eコンパクトながらも優れた収納力\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/10_000000000509.jpg?v=1758856582\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布のファスナー引手と革の質感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の遊び心と上質さを融合\u003c\/p\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e上質な素材と確かな技術で丁寧に作られています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体: 牛革\u003c\/li\u003e\n          \u003cli\u003e裏地: ポリエステル\u003c\/li\u003e\n          \u003cli\u003e生産国: 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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縦: 約10cm\u003c\/li\u003e\n          \u003cli\u003e横: 約11cm\u003c\/li\u003e\n          \u003cli\u003e厚み: 約2cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約90g\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\"\u003eL字ファスナーで開閉しやすく、優れた収納力も兼ね備えています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e開閉: L字ファスナー\u003c\/li\u003e\n          \u003cli\u003e内側\/小銭入れ: 1\u003c\/li\u003e\n          \u003cli\u003e内側\/お札入れ: 1\u003c\/li\u003e\n          \u003cli\u003e内側\/カードポケット: 6\u003c\/li\u003e\n          \u003cli\u003e内側\/フリーポケット: 2\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気分やスタイルに合わせて選べる、ムーミンキャラクターをイメージした4色展開です。\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\/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      \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\u003eMM-WL-2024-GRN\/RED\/BRN\/BEG\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送情報\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e配送方法: 宅配便\u003c\/li\u003e\n      \u003cli\u003e配送日数: ご注文から3営業日以内に発送\u003c\/li\u003e\n      \u003cli\u003e送料: 全国一律600円（税込）、10,000円以上のご購入で送料無料\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ナダヤ","offers":[{"title":"ムーミン \/ 発送可","offer_id":46889916072185,"sku":"mm-2024-y2-82024","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン \/ 発送可","offer_id":46889916104953,"sku":"mm-2024-y2-82025","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ \/ 発送可","offer_id":46889916137721,"sku":"mm-2024-y2-82026","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ニョロニョロ \/ 発送可","offer_id":46889916170489,"sku":"mm-2024-y2-82027","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000509.jpg?v=1758856581"},{"product_id":"mm-2028","title":"【MOOMIN】ムーミン 本革 キーケース【STANDARD】[mm-2028]","description":"\u003cstyle\u003e\n  .product-wrapper {\n      background-color: #fdfaf3;\n      font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;\n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px;\n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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: 700px;\n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #c4b7ad;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title {\n      color: #604332;\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: 2px dashed #c4b7ad; padding-bottom: 8px;\n  }\n\n  .body-text {\n      color: #333333;\n      font-size: 14px;\n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text {\n      color: #777777;\n      font-size: 14px;\n      margin-top: 8px;\n      text-align: right;\n  }\n\n  .product-img {\n      border-radius: 8px;\n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #bf264140 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;\n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #c4b7ad;\n      border-radius: 4px;\n      background-color: #fdfaf3;\n      color: #333333;\n      margin-bottom: 15px;\n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #604332;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fdfaf3;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #bf2641;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #c4b7ad;\n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fdfaf3;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em;\n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #bf2641; 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: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #604332; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #bf2641; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #604332;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #bf2641;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #c4b7ad;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #c4b7ad;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #604332;\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #c4b7ad; background: #f5f0e9; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #604332; display: block; margin-bottom: 10px; border-bottom: 1px dashed #c4b7ad; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #bf2641; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eムーミンと選ぶ、私の特別なキーケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日を彩る\u003cstrong\u003eムーミンキャラクターたち\u003c\/strong\u003eと、手に馴染む\u003cstrong\u003e本革\u003c\/strong\u003eの温かみ。\u003cstrong\u003e豊富なカラーとデザイン\u003c\/strong\u003eから、あなたの個性を引き立てる一つを見つけることができるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000510.jpg?v=1758856583\" 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\/0738\/7430\/9369\/files\/3_000000000510.jpg?v=1758856584\" 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\/0738\/7430\/9369\/files\/9_000000000510.jpg?v=1758856583\" 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  \u003c!-- 入力データに具体的なスペック情報がないため、このセクションは作成しません。 --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 入力データに配送情報がないため、このセクションは作成しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003c!-- 入力データに注意書きがないため、このセクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"ナダヤ","offers":[{"title":"ムーミン","offer_id":46889916203257,"sku":"mm-2028-y2-82028","price":10000.0,"currency_code":"JPY","in_stock":true},{"title":"スナフキン","offer_id":46889916236025,"sku":"mm-2028-y2-82029","price":10000.0,"currency_code":"JPY","in_stock":true},{"title":"リトルミイ","offer_id":46889916268793,"sku":"mm-2028-y2-82030","price":10000.0,"currency_code":"JPY","in_stock":true},{"title":"ニョロニョロ","offer_id":46889916301561,"sku":"mm-2028-y2-82031","price":10000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/7430\/9369\/files\/1_000000000510.jpg?v=1758856583"}],"url":"https:\/\/leather-charact.we-shop.jp\/collections\/%e5%85%a8%e3%81%a6%e3%81%ae%e3%82%a2%e3%82%a4%e3%83%86%e3%83%a0.oembed","provider":"ナダヤ","version":"1.0","type":"link"}