{"title":"リビング用品","description":"\u003cp\u003eリビング用品\u003c\/p\u003e","products":[{"product_id":"502","title":"サロンドソワレ コンフォ スリッパ Mサイズ（適応サイズ約21.5〜23.5cm）  ブルー\/ベージュ\/グレー\/ピンク","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足裏から叶える快適な私時間\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足裏に\u003cstrong\u003e優しくフィットする独特の形状\u003c\/strong\u003eが、歩くたびに心地よさをもたらします。汚れても\u003cstrong\u003e洗濯機で手軽に洗える\u003c\/strong\u003eため、いつでも\u003cstrong\u003e清潔感を保てます\u003c\/strong\u003e。毎日の暮らしに寄り添う、嬉しい機能が満載です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000502_gHbd49U.jpg?v=1777259567\" class=\"img-fluid d-block w-100 product-img\" alt=\"足裏にフィットするスリッパの画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e一日頑張った足に癒やしを\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間に溶け込む上質カラー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eブルー、ベージュ、グレー、ピンク。どれも\u003cstrong\u003e落ち着いたフェミニンカラー\u003c\/strong\u003eで、お部屋の雰囲気を壊さず自然に溶け込みます。\u003cstrong\u003eMサイズは、約21.5〜23.5cmの足に心地よくフィット\u003c\/strong\u003eするサイズ感です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/5_000000000502.jpg?v=1777259567\" class=\"img-fluid d-block w-100 product-img\" alt=\"4色のスリッパが並んだ画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べる4色が織りなすハーモニー\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を演出し、足元にそっと彩りを添えてくれます。細部に宿るこだわりが、日常を特別なものに。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/7_000000000502.jpg?v=1777259567\" class=\"img-fluid d-block w-100 product-img\" alt=\"花モチーフのアップ画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心ときめく繊細な花びら\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eサロンドソワレ コンフォ スリッパは、日常に彩りを添えるデザインと快適性を追求したアイテムです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e大きな花のモチーフをあしらったフェミニンデザイン\u003c\/li\u003e\n        \u003cli\u003eつま先が出る前開きタイプ\u003c\/li\u003e\n        \u003cli\u003eインテリアに馴染む味わい深い色合い\u003c\/li\u003e\n        \u003cli\u003e足裏に優しくなじむ中板で快適な履き心地\u003c\/li\u003e\n        \u003cli\u003e同シリーズ「ドゥースメランジェ」のトイレタリーやバスマット等とコーディネート可能\u003c\/li\u003e\n        \u003cli\u003e女性のプチ贅沢をコンセプトにした『サロンドソワレ』シリーズのアイテムです\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ・カラー\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本商品は、以下のサイズとカラー展開です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ: Mサイズ（適応サイズ約21.5〜23.5cm）\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":44070017433642,"sku":"SDS-597-4938900","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":44070017466410,"sku":"SDS-597-4939000","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070017499178,"sku":"SDS-597-4939100","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":44070017531946,"sku":"SDS-597-4939200","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000502_gHbd49U.jpg?v=1777259567"},{"product_id":"584","title":"FEEL FOOT チェッカー PVCスリッパ Mサイズ（約23.5〜25cm） ベージュ\/ブラウン\/グレー\/アイボリー\/レッド","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e汚れを気にせず快適に！おしゃれPVCスリッパ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e汚れても\u003cstrong\u003eサッと拭き取れるPVC素材\u003c\/strong\u003eで、いつでも\u003cstrong\u003e清潔さ\u003c\/strong\u003eを保てます。\u003cstrong\u003eモダンな市松模様\u003c\/strong\u003eは空間を\u003cstrong\u003eおしゃれ\u003c\/strong\u003eに彩り、どんなインテリアにも馴染む\u003cstrong\u003eシンプルさ\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000584_WG7u3GR.jpg?v=1777259546\" 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空間に溶け込む5色の彩り 足元からセンスアップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e定番色からアクセントカラーまで、空間のテーマに合わせて選べる\u003cstrong\u003e5色の豊富なバリエーション\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\/0689\/8506\/1418\/files\/2_000000000584.jpg?v=1777259545\" class=\"img-fluid d-block w-100 product-img\" alt=\"豊富な色展開のチェッカー模様スリッパ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊富な色展開と上品な模様\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eふかふか高反発クッション 足裏を優しく包む\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e中板内部には\u003cstrong\u003e高反発ウレタン\u003c\/strong\u003eを贅沢に使用。\u003cstrong\u003e足裏への負担を和らげ\u003c\/strong\u003e、まるで\u003cstrong\u003e雲の上を歩くような心地よさ\u003c\/strong\u003eを実現。毎日履きたくなる心地よさで、リラックスタイムをさらに豊かにします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/9_000000000584.jpg?v=1777259546\" class=\"img-fluid d-block w-100 product-img\" alt=\"高反発クッションで足裏を支えるスリッパ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e足裏を優しく支える感触\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこちらのページで販売しているMサイズの詳細です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eMサイズ：約23.5〜25cm\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本体：PVC（ポリ塩化ビニル）\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汚れてもサッと拭きとれてお手入れ簡単。多機能なPVCスリッパの主な特長をご紹介します。\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        \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空間に合わせて選べる5色展開です。\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        \u003cli\u003eレッド\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003cp\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"FEEL FOOT","offers":[{"title":"ベージュ","offer_id":44070023004202,"sku":"FF-41-7806500","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070023036970,"sku":"FF-41-7806600","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー","offer_id":44070023069738,"sku":"FF-41-7806700","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":44070023102506,"sku":"FF-41-7806800","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070023135274,"sku":"FF-41-6108900","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000584_WG7u3GR.jpg?v=1777259546"},{"product_id":"585","title":"FEEL FOOT チェッカー PVCスリッパ Lサイズ（約25〜26.5cm） ベージュ\/ブラウン\/アイボリー\/グレー","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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毎日を快適にする、拭くだけ簡単なお手入れで\u003cstrong\u003e清潔\u003c\/strong\u003eを保つ\u003cstrong\u003e抗菌スリッパ\u003c\/strong\u003e。普段使いから来客時まで、いつでも安心して心地よさを提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000585_fHCCvQ7.jpg?v=1777259545\" class=\"img-fluid d-block w-100 product-img\" alt=\"汎用性と清潔感を叶えるイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e汚れにくい、抗菌、快適\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された足元を演出\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e空間に映える\u003cstrong\u003eモダンな市松模様\u003c\/strong\u003eは、足元を上質に彩ります。\u003cstrong\u003ePVC素材\u003c\/strong\u003eだから\u003cstrong\u003e水拭き\u003c\/strong\u003eできて、いつでも清潔感をキープ。豊富な4色展開です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/6_000000000585.jpg?v=1777259544\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練された足元を演出イメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003ePVC素材、モダンな市松模様\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\/0689\/8506\/1418\/files\/8_000000000585.jpg?v=1777259545\" 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\u003eFEEL FOOT PVCスリッパ チェッカーは、機能性とデザイン性を兼ね備えた多機能スリッパです。\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        \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本製品はLサイズを展開しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eLサイズ：約25〜26.5cm\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豊富な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  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eご注文の際は十分にご注意ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"FEEL FOOT","offers":[{"title":"ベージュ","offer_id":44070023168042,"sku":"FF-42-7806900","price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070023200810,"sku":"FF-42-7807000","price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー","offer_id":44070023233578,"sku":"FF-42-7809900","price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070023266346,"sku":"FF-42-6109000","price":2640.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000585_fHCCvQ7.jpg?v=1777259545"},{"product_id":"626","title":"SDS シャーロット スリッパ 約22〜24cm ブラック\/アイボリー\/パープル\/ローズ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eくつろぎの足元、大人可愛い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足元から始まる癒しの時間。\u003cstrong\u003eふかふかの低反発ウレタン\u003c\/strong\u003eが優しく包み込み、毎日のリラックスタイムを格上げします。\u003cstrong\u003e洗濯機で洗えて清潔さも保てます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000626_5K95a6J.jpg?v=1777259536\" 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が、お部屋に洗練された華やかさを添えます。空間に合わせた色選びも楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000000626.jpg?v=1777259536\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質さを纏う、私の空間\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足に吸い付く、極上の柔らかさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e柔らかな\u003cstrong\u003e綿ベロア\u003c\/strong\u003eと\u003cstrong\u003e低反発ウレタン\u003c\/strong\u003eの絶妙な組み合わせが、足に吸い付くような心地よいフィット感を生み出します。\u003cstrong\u003e静音ソール\u003c\/strong\u003eでパタパタ音も気になりません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/7_000000000626.jpg?v=1777259536\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e一歩一歩に、癒やしの贅沢\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e甲のモチーフが目を惹く、大人可愛いデザインのスリッパです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eふかふかの優しい履き心地: 本体表に柔らかな綿ベロア、中板に低反発ウレタンを使用した、程よい反発が足に優しいふかふかした使用感が癖になるソフトスリッパ。コロンとした形が可愛らしい印象。\u003c\/li\u003e\n        \u003cli\u003e上品に咲く、サテンの大きめ花モチーフ: それぞれのカラーに合わせ色違いの花モチーフがついています。艶のないサテン生地でできており、可愛すぎない落ち着きのある上品な雰囲気です。\u003c\/li\u003e\n        \u003cli\u003e中板のリバティ風柄が華やかさをプラス: リバティ風の小花柄を転写プリントで細かく表現しました。にぎやかな花柄が中板前面にあしらわれ、お部屋にそっと華やぎを添えてくれます。\u003c\/li\u003e\n        \u003cli\u003e静音素材を使用したソール: 底面はパタパタと音がしにくく、滑りにくい素材を使用しています。どのカラーも底面は共通です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\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サイズ: 約22〜24cm\u003c\/li\u003e\n        \u003cli\u003eカラー: ブラック\/アイボリー\/パープル\/ローズ\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003c!-- サイズ表画像があればここに配置（入力データにないためコメントアウト） --\u003e\n      \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"__IMG_SIZE_CHART__\" alt=\"サイズ詳細\"\u003e\n      \u003c\/div\u003e --\u003e\n      \u003cp class=\"body-text\"\u003e※ブラックとローズは同柄のトイレファブリック「SDSシャーロット」シリーズとコーディネートいただけます。当ページ下部「関連商品」の項目より商品をご覧いただけます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eお洗濯できるので気軽にお手入れが出来ます。\u003c\/p\u003e\n      \u003c!-- 洗濯表示画像があればここに配置（入力データにないためコメントアウト） --\u003e\n      \u003c!-- \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"__IMG_WASH_ICON__\" alt=\"洗濯機可 弱\"\u003e\n        \u003cimg src=\"__IMG_DRY_ICON__\" alt=\"陰干し\"\u003e\n      \u003c\/div\u003e --\u003e\n      \u003cp\u003e洗濯機の際のご注意:\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e必ず洗濯ネットに入れ、弱水流や手洗いコースで洗ってください。\u003c\/li\u003e\n        \u003cli\u003e洗濯後はお花の形を整えてから陰干ししてください。\u003c\/li\u003e\n        \u003cli\u003eドラム式洗濯機ではお洗濯できません。\u003c\/li\u003e\n        \u003cli\u003eタンブラー乾燥はできません。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点は必ずご購入前にお問い合わせくださいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SDS-シャーロット","offers":[{"title":"ブラック","offer_id":44070026575914,"sku":"SDS-696-6319200","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー","offer_id":44070026608682,"sku":"SDS-696-6319300","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"パープル","offer_id":44070026641450,"sku":"SDS-696-6319400","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ローズ","offer_id":44070026674218,"sku":"SDS-696-6319500","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000626_5K95a6J.jpg?v=1777259536"},{"product_id":"690","title":"【アクセントマット Jocomomola 五角形 動物柄 犬 鶏 猫 ひよこ ビビットカラー】約55×60cm（五角形） グリーン\/オレンジ\/イエロー\/ブルー ホコモモラ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eホコモモラ 動物たちが彩る玄関\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e玄関やリビングに笑顔を運ぶ、ホコモモラならではの遊び心溢れる五角形のアクセントマット。鮮やかなビビットカラーと個性豊かな動物たちが、日々の暮らしに楽しい彩りを添えます。お部屋の印象を\u003cstrong\u003e一新\u003c\/strong\u003eする、愛らしいデザインです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000690_DZFjH2D.jpg?v=1777259525\" 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\/0689\/8506\/1418\/files\/1_000000000690.jpg?v=1777259526\" class=\"img-fluid d-block w-100 product-img\" alt=\"複数のホコモモラマットを組み合わせた配置例\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eアレンジで広がる世界観\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e愛らしいディテールと安心品質\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e影絵のような愛らしい動物たちの表情が、細部まで丁寧に織り上げられています。ふっくらとした\u003cstrong\u003eパイル地\u003c\/strong\u003eは、足元に優しい温もりを届けます。さらに、裏面には\u003cstrong\u003e滑りにくい加工\u003c\/strong\u003eを施し、小さなお子様やペットのいるご家庭でも\u003cstrong\u003e安心\u003c\/strong\u003eしてお使いいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000000690.jpg?v=1777259526\" class=\"img-fluid d-block w-100 product-img\" alt=\"ホコモモラマットの動物デザインと質感のアップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心地よく安全な足元へ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eホコモモラらしい遊び心あふれるデザインと機能性を兼ね備えたアクセントマットです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e様々な動物たちが住むお家のような五角形デザイン\u003c\/li\u003e\n                \u003cli\u003e複数枚を並べて配置することで、自分だけの空間演出が可能\u003c\/li\u003e\n                \u003cli\u003e鮮やかなビビットカラーで空間に彩りをプラス\u003c\/li\u003e\n                \u003cli\u003e裏面には滑りにくい加工が施されており安心\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\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サイズ: 約55×60cm（五角形）\u003c\/li\u003e\n                \u003cli\u003eカラー展開: ブルー（犬）、グリーン（ニワトリ）、オレンジ（猫）、イエロー（ヒヨコ）\u003c\/li\u003e\n                \u003cli\u003e種類: アクセントマット\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e心地よさと品質にこだわった素材を使用しています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: ふっくらとしたパイル地\u003c\/li\u003e\n                \u003cli\u003eブランド: Jocomomola（ホコモモラ）\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e※本商品は単品販売です。4枚セット販売ではございません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Jocomomola","offers":[{"title":"グリーン","offer_id":44070029885482,"sku":"JM-347-6374000","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":44070029918250,"sku":"JM-347-6374100","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー","offer_id":44070029951018,"sku":"JM-347-6374200","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー","offer_id":44070029983786,"sku":"JM-347-6373900","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000690_DZFjH2D.jpg?v=1777259525"},{"product_id":"703","title":"SDS yorisou ミモザ スリッパ フリーサイズ イエロー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eおうち時間を彩るミモザスリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e温かな日差しのような\u003cstrong\u003eミモザ柄\u003c\/strong\u003eが、おうちの玄関やリビングをやさしく迎えます。素朴な可愛らしさが、家族の笑顔あふれる空間を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000703_m2j8NsO.jpg?v=1777259523\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e家族で過ごす穏やかな時間\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e家族みんなにやさしいフリーサイズ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e甲に施された繊細な\u003cstrong\u003eミモザの刺繍\u003c\/strong\u003eが、日々を彩るアクセント。\u003cstrong\u003eフリーサイズ\u003c\/strong\u003eでありながら、\u003cstrong\u003e滑りにくい加工\u003c\/strong\u003eで家の中の動きやすさも安心。忙しい家事の合間も心地よさが続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/9_000000000703.jpg?v=1777259523\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eやさしい肌触りでリラックス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eリビングを明るく模様替え\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e中板の鮮やかな\u003cstrong\u003eイエロー\u003c\/strong\u003eは、空間全体を明るく演出します。他のミモザシリーズと合わせれば、統一感のある素敵な住まいが完成。日々の暮らしに活力を届けます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/10_000000000703.jpg?v=1777259524\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e空間を彩る明るいアクセント\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eSDS yorisou ミモザ スリッパは、素朴でやさしい雰囲気で人気のミモザ柄をあしらったトイレタリーシリーズです。\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「ミモザ」と「スイートミモザ」の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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eサイズ: フリーサイズ\u003c\/li\u003e\n                \u003cli\u003eカラー: イエロー\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003c!-- サイズスペック表の画像があれば、ここに\u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"...\" alt=\"...\"\u003e\u003c\/div\u003eを配置します --\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                \u003cli\u003e生産国: 情報なし\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。\u003c\/strong\u003eご不明な点は必ずご注文前にお問い合わせください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SDS-yorisou","offers":[{"title":"イエロー","offer_id":44070031491114,"sku":"SDS-1036-6378900","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000703_m2j8NsO.jpg?v=1777259523"},{"product_id":"798","title":"SDS yorisou ラベンダー スリッパ フリーサイズ ラベンダー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e心安らぐラベンダーデザイン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e優しい色合い\u003c\/strong\u003eの生地に咲くラベンダーの刺繍が、平穏と安らぎを足元にもたらします。心身ともに健やかに過ごせるようにとの願いが込められた、特別な装いです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000798_8bUHSxP.jpg?v=1777259515\" 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\n            程よい厚みの中板部が足をやさしく支え、ふわりと軽やかな足入れ感。日常の疲れを忘れさせるような、\u003cstrong\u003e心落ち着くリラックスタイム\u003c\/strong\u003eを提供します。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/7_000000000798.jpg?v=1777259515\" 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\n            優しく上品な色合いと、しっとりとした生地感が、お部屋の雰囲気を一層引き立てます。\u003cstrong\u003eウォッシャブル\u003c\/strong\u003eでいつでも清潔に保て、くつろぎの空間に彩りを添えます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/8_000000000798.jpg?v=1777259515\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eいつも清潔、優雅な印象\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e《SDSyorisou ラベンダー\/スリッパ》\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e優しい色あいの生地にラベンダーの刺繍がポイント。ラベンダーは平穏、安らぎ、優しさの象徴です。\u003c\/li\u003e\n                \u003cli\u003e心身ともに健やかに過ごせるようにとの願いを込めたデザイン。\u003c\/li\u003e\n                \u003cli\u003e程よい厚みがある中板部には柔らかな手触りの生地を使用。\u003c\/li\u003e\n                \u003cli\u003eスリッパの底面は滑りにくい素材でできています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\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            \u003c\/ul\u003e\n            \u003c!-- サイズ表や説明図の画像指示がありましたが、具体的な画像IDがないためここでは掲載しません。--\u003e\n            \u003c!-- 必要に応じて以下の構造をご利用ください。--\u003e\n            \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100\"\u003e\n            \u003c\/div\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e製品を長くお使いいただくため、以下のお手入れ方法をご確認ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eウォッシャブル対応です。（洗濯機で洗えます）\u003c\/li\u003e\n                \u003cli\u003eタンブラー乾燥はできません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003c!-- 洗濯表示や機能アイコンの画像指示がありましたが、具体的な画像IDがないためここでは掲載しません。--\u003e\n            \u003c!-- 必要に応じて以下の構造をご利用ください。--\u003e\n            \u003c!-- \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"__IMG_WASH_ICON_0__\" alt=\"洗濯表示1\"\u003e\n                \u003cimg src=\"__IMG_WASH_ICON_1__\" alt=\"洗濯表示2\"\u003e\n            \u003c\/div\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e【ご購入にあたっての注意事項】\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            ご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点は必ずご注文前にお問い合わせください。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SDS-yorisou","offers":[{"title":"ラベンダー","offer_id":44070037749802,"sku":"SDS-1095-6471400","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000798_8bUHSxP.jpg?v=1777259515"},{"product_id":"804","title":"【スリッパ シンプル 無地 サイズ豊富 インテリアに馴染む】Sサイズ(約21〜22.5cm) ベージュ\/ワインレッド SDS サージ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間に溶け込む上質スリッパ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      洗練された無地のデザインが、どんなインテリアにもすんなりと溶け込みます。\n      ベージュとワインレッド、お部屋の雰囲気に合わせて選べる2色展開。\n      足元から理想の空間を演出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000804_uNangtT.jpg?v=1777259514\" class=\"img-fluid d-block w-100 product-img\" alt=\"シンプルなデザインのスリッパ、ベージュとワインレッドの2色\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eシンプルデザイン、選べる2色\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日清潔、肌触りも快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      ポリエステルの中肉綾織り素材が、足元に優しくフィット。心地よい肌触りで、日常の疲れを癒します。\n      ご家庭で手軽に洗える\u003cstrong\u003eウォッシャブル仕様\u003c\/strong\u003eで、いつでも清潔を保てます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/8_000000000804.jpg?v=1777259514\" 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\"\u003eSサイズが叶える理想のフィット感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      このページでご紹介するのは、約21〜22.5cm対応のSサイズ。\n      コンパクトな足元に心地よくフィットし、快適な歩行をサポートします。\n      ご自宅はもちろん、オフィスやモデルルームなど多様なシーンで活躍します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/6_000000000804.jpg?v=1777259514\" class=\"img-fluid d-block w-100 product-img\" alt=\"足にフィットしたSサイズのスリッパ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eSサイズで足元に快適を\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\u003e本ページで取り扱い中のサイズとカラーです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e Sサイズ（約21〜22.5cm対応）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eカラー:\u003c\/strong\u003e ベージュ、ワインレッド\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\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底材: PVC\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        \u003cli\u003eご自宅で手軽に洗える\u003cstrong\u003eウォッシャブル仕様\u003c\/strong\u003eで、いつでも清潔を保てます。（タンブラー乾燥はできません）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点は、必ずご注文前にお問い合わせください。\u003c\/strong\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"センコー","offers":[{"title":"ベージュ","offer_id":44070038011946,"sku":"SDS-1001-6483600","price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ワインレッド","offer_id":44070038044714,"sku":"SDS-1001-6484600","price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000804_uNangtT.jpg?v=1777259514"},{"product_id":"805","title":"【スリッパ シンプル 無地 サイズ豊富 インテリアに馴染む】Mサイズ(約22.5〜24.0cm) ベージュ\/ブラック\/グレー\/ワインレッド SDS サージ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練された4色展開、足元から変わる空間美\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\/0689\/8506\/1418\/files\/000000000805_NA6ubR0.jpg?v=1777259513\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べる上質カラーバリエーション\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e心地よい足元を叶える、多用途スリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eしっとりとした肌触りのポリエステル中肉綾織り素材が、\u003cstrong\u003e快適な足入れ感を実現\u003c\/strong\u003eします。ご自宅はもちろん、事務所やモデルルームなど、多様な空間に自然に溶け込むシンプルさが魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/7_000000000805.jpg?v=1777259513\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどんな空間にもなじむデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eいつも清潔に、お手入れ簡単なウォッシャブル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご自宅で手軽に水洗いできるポリエステル素材なので、いつでも\u003cstrong\u003e清潔に保てます\u003c\/strong\u003e。小さなお子様がいるご家庭や来客用としても最適で、気持ちよく毎日お使いいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/12_000000000805.jpg?v=1777259513\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e手軽に洗える清潔仕様\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\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落ち着いた雰囲気の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\u003eMサイズ: 約22.5〜24.0cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003c!-- サイズ表画像がある場合は以下を使用 --\u003e\n            \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100\" alt=\"サイズ表\"\u003e\n            \u003c\/div\u003e --\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底材: PVC\u003c\/li\u003e\n                \u003cli\u003eタイプ: ソフトスリッパ\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eお手入れ方法：\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eご自宅で手軽に水洗いできるポリエステル素材なので、いつでも清潔にお使いいただけます。\u003c\/li\u003e\n                \u003cli\u003eタンブラー乾燥はできません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003c!-- 洗濯表示アイコンがある場合は以下を使用 --\u003e\n            \u003c!-- \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"__IMG_WASH_ICON_1__\" alt=\"洗濯表示1\"\u003e\n                \u003cimg src=\"__IMG_WASH_ICON_2__\" alt=\"洗濯表示2\"\u003e\n            \u003c\/div\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e【ご購入にあたっての注意事項】\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点は必ずご注文前にお問い合わせください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"センコー","offers":[{"title":"ベージュ","offer_id":44070038077482,"sku":"SDS-1002-6483700","price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":44070038110250,"sku":"SDS-1002-6484000","price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070038143018,"sku":"SDS-1002-6484300","price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ワインレッド","offer_id":44070038175786,"sku":"SDS-1002-6484700","price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000805_NA6ubR0.jpg?v=1777259513"},{"product_id":"806","title":"【スリッパ シンプル 無地 サイズ豊富 インテリアに馴染む】Lサイズ(約24〜26cm) ベージュ\/ブラック\/グレー\/ワインレッド SDS サージ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e空間に寄り添う彩り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e足元から始まる上質な空間演出。選び抜かれた4色のカラーが、どんなお部屋にも洗練された印象をもたらします。\u003cstrong\u003eLサイズ\u003c\/strong\u003eはゆったりとした履き心地を叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000806_BrCRo1c.jpg?v=1777259513\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e暮らしを彩る4つの選択\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\/0689\/8506\/1418\/files\/9_000000000806.jpg?v=1777259513\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e普遍的な美しさが、日々の風景に溶け込む\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e清潔を保つ機能美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eポリエステルの中肉綾織り素材は、しなやかで足に心地よくなじみます。汚れても手軽に洗える\u003cstrong\u003eウォッシャブル仕様\u003c\/strong\u003eで、いつでも清潔を保ち、長くご愛用いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/12_000000000806.jpg?v=1777259512\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日の安心を支える素材\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\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            \u003cp\u003e本ページではLサイズを販売しております。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eLサイズ：約24〜26cm\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            \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お部屋の雰囲気や好みに合わせてお選びいただける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    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点は必ずご注文前にお問い合わせください。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"センコー","offers":[{"title":"ベージュ","offer_id":44070038241322,"sku":"SDS-1003-6483800","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":44070038274090,"sku":"SDS-1003-6484100","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070038306858,"sku":"SDS-1003-6484400","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ワインレッド","offer_id":44070038339626,"sku":"SDS-1003-6484800","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000806_BrCRo1c.jpg?v=1777259513"},{"product_id":"807","title":"【スリッパ シンプル 無地 サイズ豊富 インテリアに馴染む】LLサイズ(約26〜28cm) ベージュ\/ブラック\/グレー SDS サージ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間に溶け込む足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eシンプルを極めたデザインが、どんなお部屋にも自然と馴染みます。LLサイズ（約26〜28cm）展開で、大人の足元にゆとりの心地よさを提供。ベージュ、ブラック、グレーの3色が、\u003cstrong\u003e洗練された空間を演出\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000807_fDbKqTX.jpg?v=1777259512\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりの3色展開\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\"\u003eLLサイズ（約26〜28cm）が、ゆったりとした履き心地を実現。ご家庭でのリラックスタイムから、オフィスやモデルルームなど多様なシーンで、足元を優しくサポートする\u003cstrong\u003e頼れる存在\u003c\/strong\u003eです。どこまでも快適なフィット感をご体験ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/7_000000000807.jpg?v=1777259512\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適にフィットするサイズ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肌触りと清潔さを両立\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eポリエステルの中肉綾織り素材が、ソフトで上質な肌触りをもたらします。ウォッシャブル仕様なので、気になる汚れも手軽にお手入れ可能。いつでも\u003cstrong\u003e清潔な状態\u003c\/strong\u003eで、心地よい足元を保ち続けることができます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/11_000000000807.jpg?v=1777259512\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手軽に洗える頼もしさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eシンプルさと機能性を兼ね備えたスリッパです。\u003c\/p\u003e\n        \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        \u003cp\u003e本ページで販売しているLLサイズの詳細です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eLLサイズ: 約26〜28cm対応\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        \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お部屋の雰囲気に合わせて選べる3色展開です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eベージュ\u003c\/li\u003e\n          \u003cli\u003eブラック\u003c\/li\u003e\n          \u003cli\u003eグレー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e【ご購入に関する注意事項】\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点は必ずご注文前にお問い合わせください。\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"センコー","offers":[{"title":"ベージュ","offer_id":44070038372394,"sku":"SDS-1004-6483900","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":44070038405162,"sku":"SDS-1004-6484200","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070038437930,"sku":"SDS-1004-6484500","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000807_fDbKqTX.jpg?v=1777259512"},{"product_id":"808","title":"となりのトトロ スリッパ 約24.0cm おさんぽトトロ（グレー）\/ネコバス（ベージュ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eおうち時間を彩る癒し\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eふわふわの足元に、愛らしいトトロやネコバスが寄り添う。日々の疲れを忘れさせ、心温まるひとときを演出します。優しい表情のデザインが、帰宅したあなたをそっと迎え入れます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000808_nhYjrnV.jpg?v=1777259511\" 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できるので、いつでも清潔を保てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000000808.jpg?v=1777259511\" 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約24cmのゆったりとしたサイズ感で、足全体を優しく包み込みます。かかと部分を踏んでも立てても、足の動きに柔軟に対応する設計。裏面には\u003cstrong\u003e滑りにくい加工\u003c\/strong\u003eが施され、フローリングの上でも安定した歩行をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000000808.jpg?v=1777259511\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e隅々まで感じる優しさ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eとなりのトトロのキャラクターが愛らしい、快適な履き心地のスリッパです。\u003c\/p\u003e\n                \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\u003e標準的なサイズは以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e対応サイズ: 約24cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e甲・中板\/パイル: 綿\u003c\/li\u003e\n                    \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\u003e2種類のデザインからお選びいただけます。\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\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"となりのトトロ","offers":[{"title":"グレー","offer_id":44070038470698,"sku":"TO-249-6484900","price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":44070038503466,"sku":"TO-249-6485000","price":2860.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000808_nhYjrnV.jpg?v=1777259511"},{"product_id":"809","title":"魔女の宅急便 キキとジジ スリッパ 約24.0cm ネイビーブルー\/レッド","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e魔女の宅急便 リボン型スリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eジブリの世界観を足元にまとう、\u003cstrong\u003e愛らしいリボン型スリッパ\u003c\/strong\u003e。\u003cstrong\u003eやわらかなパイル生地\u003c\/strong\u003eが\u003cstrong\u003e軽やかな履き心地\u003c\/strong\u003eで、おうち時間を心地よく彩ります。心に響く、\u003cstrong\u003eネイビーブルーとレッドの2色\u003c\/strong\u003eをご用意しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000809_wFyXSUa.jpg?v=1777259510\" 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が、\u003cstrong\u003eさらっとした肌触り\u003c\/strong\u003eを実現しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000000809.jpg?v=1777259511\" 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約24cm 軽やかパイルスリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e約24cmのゆったりとしたサイズ感\u003c\/strong\u003eで、足元を優しく包み込みます。甲・中板には\u003cstrong\u003eやわらかなパイル生地\u003c\/strong\u003eを使用し、\u003cstrong\u003eさらっとした快適さ\u003c\/strong\u003eが持続。\u003cstrong\u003eご自宅で手軽に洗える\u003c\/strong\u003eので、\u003cstrong\u003eいつも清潔\u003c\/strong\u003eに保てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000000809.jpg?v=1777259511\" 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    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e魔女の宅急便より、キキとジジが足元を彩るリボン型スリッパです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eさらっと履きやすい軽やかソフトなリボン型デザイン\u003c\/li\u003e\n                \u003cli\u003eやわらかなパイル生地で軽やかな履き心地\u003c\/li\u003e\n                \u003cli\u003e左足にジジ、右足にキキの看板シルエットのワンポイント刺繍（左右異なるデザイン）\u003c\/li\u003e\n                \u003cli\u003eお部屋で気軽に心地よく履ける\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ・素材・カラー\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eスリッパの詳細情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eサイズ: 約24.0cm\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    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"魔女の宅急便","offers":[{"title":"ネイビーブルー","offer_id":44070038569002,"sku":"MZ-219-6486100","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":44070038601770,"sku":"MZ-219-6486200","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000809_wFyXSUa.jpg?v=1777259510"},{"product_id":"813","title":"魔女の宅急便 あこがれリボン スリッパ 約24.0cm ネイビーブルー\/レッド","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eジジと過ごす癒しのおうち時間\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e魔女の宅急便の世界観を足元に。愛らしい\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\/0689\/8506\/1418\/files\/000000000813_j68dCaV.jpg?v=1777259510\" 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\/0689\/8506\/1418\/files\/3_000000000813.jpg?v=1777259510\" 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\/0689\/8506\/1418\/files\/4_000000000813.jpg?v=1777259510\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心温まる、贈り物にも最適\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n    \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        \u003cp\u003e本製品のサイズ詳細です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約24.0cm\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気分に合わせて選べる2色展開です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eネイビーブルー\u003c\/li\u003e\n          \u003cli\u003eレッド\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e清潔に保つためのお手入れ方法です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eウォッシャブル（洗濯可能）\u003c\/li\u003e\n          \u003cli\u003eタンブラー乾燥不可\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点は必ずご注文前にお問い合わせください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"魔女の宅急便","offers":[{"title":"ネイビーブルー","offer_id":44070038831146,"sku":"MZ-220-6487700","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":44070038863914,"sku":"MZ-220-6487800","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000813_j68dCaV.jpg?v=1777259510"},{"product_id":"814","title":"となりのトトロ スリッパ 約24.0cm どんぐりトトロ（グレー）\/どんぐりネコバス（ベージュ）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eとなりのトトロ スリッパ ゆったりデザイン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足元から心が和む、軽やかでソフトな履き心地のスリッパです。愛らしいトトロとネコバスが、おうち時間を彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000814_yug9bay.jpg?v=1777259509\" 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洗濯機で丸ごと洗えるので、いつも衛生的にご使用いただけます。甲には葉っぱやどんぐり、右足にはワンポイント刺繍が施されています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000000814.jpg?v=1777259510\" 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お部屋になじむ2つのカラー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e優しいグレーのトトロと、温かみのあるベージュのネコバス。お部屋の雰囲気や好みに合わせて、ぴったりの一足をお選びください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000000814.jpg?v=1777259509\" class=\"img-fluid d-block w-100 product-img\" alt=\"トトロとネコバスのスリッパ2色\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選び方で楽しさ広がる\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e軽くてゆったりリラックスできる、優しく寄りそうソフトスリッパです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e甲に葉っぱ、どんぐりなどをプリント\u003c\/li\u003e\n          \u003cli\u003e右足にはワンポイント刺繍あり\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\u003e約24cmです。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e清潔に保ちやすい、お手入れ簡単なスリッパです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e洗濯機で丸洗い可能\u003c\/li\u003e\n          \u003cli\u003eタンブラー乾燥不可\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違った」といった理由による返品交換はお受けできかねます。ご不明な点は必ずご注文前にお問い合わせください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"となりのトトロ","offers":[{"title":"グレー","offer_id":44070038896682,"sku":"TO-250-6489000","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":44070038929450,"sku":"TO-250-6489100","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000814_yug9bay.jpg?v=1777259509"},{"product_id":"856","title":"となりのトトロ 花のバス停 スリッパ フリーサイズ イエロー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eひまわりとネコバス 楽しい足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eひまわり畑を駆け巡るネコバスが、\u003cstrong\u003eパッと明るいイエロー\u003c\/strong\u003eのトイレスリッパになりました。足元から気分が華やぐ、心躍るおうち時間を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000856_4B0J1It.jpg?v=1777259503\" 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で、軽くすべりにくい底面も魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000000856.jpg?v=1777259504\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e家族みんなで使えるフリーサイズ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e細部まで愛らしいキャラクター\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e愛らしいネコバスやトトロ、ちいさなマックロクロスケまで、\u003cstrong\u003e緻密な刺繍とアップリケ\u003c\/strong\u003eで表現。細部までこだわり抜いたデザインが、毎日の暮らしに物語を紡ぎます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000000856.jpg?v=1777259503\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりの刺繍とアップリケ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\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      \u003cp\u003eフリーサイズのスリッパです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ: フリーサイズ\u003c\/li\u003e\n        \u003cli\u003e色: イエロー\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eお手入れ・ご使用上の注意\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品の推奨されるお手入れ方法とご注意点です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eウォッシャブル仕様（洗濯機で洗えます）\u003c\/li\u003e\n        \u003cli\u003eタンブラー乾燥はできません\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"となりのトトロ","offers":[{"title":"イエロー","offer_id":44070041845802,"sku":"TO-204-6679800","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000856_4B0J1It.jpg?v=1777259503"},{"product_id":"862","title":"【スリッパ トイレ ジブリ 魔女宅 グッズ 雑貨】フリーサイズ ピンク 魔女の宅急便 ジジとデート","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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ロマンチックな薔薇の花びらが舞う街で、黒猫\u003cstrong\u003eジジ\u003c\/strong\u003eと白猫\u003cstrong\u003eリリー\u003c\/strong\u003eがデートを楽しむ愛らしいデザイン。見るたびに心温まる、フリーサイズのトイレスリッパです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000862_J8rEtEd.jpg?v=1777259499\" 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できるから、いつでも衛生的にご使用いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000000862.jpg?v=1777259500\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e丸洗いOKでいつでも清潔\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\/0689\/8506\/1418\/files\/2_000000000862.jpg?v=1777259500\" 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\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                \u003cp\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\u003eいつでも清潔にお使いいただけるお手入れ方法です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eウォッシャブル（洗濯機で丸洗い可能）\u003c\/li\u003e\n                    \u003cli\u003e洗濯ネットのご使用を推奨\u003c\/li\u003e\n                    \u003cli\u003eタンブラー乾燥はできません\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\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    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"魔女の宅急便","offers":[{"title":"ピンク","offer_id":44070042239018,"sku":"MZ-201-6697400","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000862_J8rEtEd.jpg?v=1777259499"},{"product_id":"931","title":"となりのトトロ ゆっくり アクセントマット 約65×48cm グレー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eトトロが彩る癒しの空間\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eにんまり笑顔のトトロが、足元から温かなムードを運びます。何気ない日常に、見るたびに心和むアクセントを添える存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000931_cNY4BCA.jpg?v=1777259488\" 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アクリル100%の柔らかな毛並みが、触れるたびに心地よさをもたらします。細部まで表現された愛らしい表情も魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000000931.jpg?v=1777259488\" 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\/0689\/8506\/1418\/files\/3_000000000931.jpg?v=1777259488\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどこでも置けるフリーマット\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「となりのトトロ」から、心和むアクセントマットが登場。お部屋に置くだけで、癒しの空間を演出します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eにんまり笑顔のトトロが、お部屋に楽しいムードを運びます。\u003c\/li\u003e\n          \u003cli\u003eトトロがそのままの形になったダイカットマットです。\u003c\/li\u003e\n          \u003cli\u003e「アクセントマット」や「フリーマット」として、デスク前やドア前など、どこでも自由にお使いいただけます。\u003c\/li\u003e\n          \u003cli\u003e見るたびに心和む存在として、日常に温かなアクセントを添えます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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サイズ: 約65×48cm\u003c\/li\u003e\n          \u003cli\u003eカラー: グレー\u003c\/li\u003e\n          \u003cli\u003e形状: ダイカット\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e肌触りにもこだわった、心地よい素材を使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: アクリル100%\u003c\/li\u003e\n          \u003cli\u003e柔らかな毛並みで、触れるたびに心地よさをもたらします。\u003c\/li\u003e\n          \u003cli\u003e細部まで丁寧に表現された、愛らしい表情と質感です。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (商品詳細) --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 入力データに発送案内情報がないため、このセクションは出力しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003c!-- 入力データに注意事項情報がないため、このセクションは出力しません。 --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"となりのトトロ","offers":[{"title":"グレー","offer_id":44070047481898,"sku":"TO-149-7875500","price":3850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000931_cNY4BCA.jpg?v=1777259488"},{"product_id":"932","title":"となりのトトロ ていしゃ アクセントマット 約47×100cm ブラウン","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eネコバスが、お部屋にやってきた\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000932_OK6oSLA.jpg?v=1777259488\" 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が、いつものお部屋を冒険の舞台に変えてくれる。一歩足を踏み入れるたび、心が躍るような空間が広がります。\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\/0689\/8506\/1418\/files\/1_000000000932.jpg?v=1777259489\" 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を添えます。\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\/0689\/8506\/1418\/files\/2_000000000932.jpg?v=1777259487\" 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アクリル100%\u003c\/strong\u003eのふんわりとした毛足が、\u003cstrong\u003e心地よい足触り\u003c\/strong\u003eをお届けします。日常に溶け込む、愛着の湧く一枚です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e『となりのトトロ』の人気キャラクター、ネコバスがそのままダイカットマットになりました。お部屋に敷くだけで、まるで映画の世界に入り込んだような楽しい空間を演出します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e迫力満点のネコバスを忠実に再現した\u003cstrong\u003eダイカットデザイン\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eデスク前やドア前など、様々な場所で活躍する\u003cstrong\u003eフリーマット\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e日々の暮らしに彩りを添える\u003cstrong\u003eアクセントマット\u003c\/strong\u003e\n\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サイズ: 約47×100cm\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素材: アクリル100%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"となりのトトロ","offers":[{"title":"ブラウン","offer_id":44070047514666,"sku":"TO-151-7875600","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000932_OK6oSLA.jpg?v=1777259488"},{"product_id":"994","title":"となりのトトロ チェアパッド 直径約38cm おはなやさん（グリーン）\/よるのもり（ブルー）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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大好きなトトロが、あなたの椅子を\u003cstrong\u003e特別な空間\u003c\/strong\u003eに変えます。置くだけで彩り豊かなインテリアが完成し、毎日の暮らしにささやかな喜びを運びます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000994_8Oco5yn.jpg?v=1777259484\" 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「おはなやさん」と「よるのもり」、気分に合わせて選べる2つの表情。チェアの座面だけでなく、お部屋の入り口やデスクサイドにも、\u003cstrong\u003e癒しのアクセント\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000000994.jpg?v=1777259484\" 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\"\u003e5mmウレタンが優しくお尻を包み込み、\u003cstrong\u003e長時間の使用も快適\u003c\/strong\u003eにサポートします。裏面加工と丈夫なフチが、ずれにくさと耐久性をもたらし、安心してお使いいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000000994.jpg?v=1777259485\" 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\u003e大好きなトトロが、あなたの椅子を特別な空間に変えるチェアパッドです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eおはなやさん（グリーン\/トトロ）とよるのもり（ブルー\/ネコバス）の2種類展開\u003c\/li\u003e\n        \u003cli\u003eチェアやスツールの座面パッドとしてご使用いただけます\u003c\/li\u003e\n        \u003cli\u003eお部屋の入口やデスクサイドのアクセントマットとしても活用可能\u003c\/li\u003e\n        \u003cli\u003e厚さ5mmのウレタン入りでふんわり快適な座り心地\u003c\/li\u003e\n        \u003cli\u003e裏面には滑りにくい加工を施し、ずれを防止\u003c\/li\u003e\n        \u003cli\u003e丈夫なフチ加工で耐久性も確保\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e快適さと耐久性を追求した素材構成です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e側地: アクリル100％\u003c\/li\u003e\n        \u003cli\u003e中材: 5mmウレタンフォーム\u003c\/li\u003e\n        \u003cli\u003e裏面: ポリエステル100％（滑りにくい加工）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\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サイズ: 直径約38cm\u003c\/li\u003e\n        \u003cli\u003e生産国: 中国\u003c\/li\u003e\n        \u003cli\u003e商品コード: 4973422XXXXXX\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eお手入れ・ご使用上の注意\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e製品を長く快適にお使いいただくためのご注意事項です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e洗濯はできません。汚れた場合は固く絞った布で拭き取ってください。\u003c\/li\u003e\n        \u003cli\u003e漂白剤は使用しないでください。\u003c\/li\u003e\n        \u003cli\u003e直射日光や照明に長時間当たると変色する場合がありますのでご注意ください。\u003c\/li\u003e\n        \u003cli\u003e生産ロットにより、同品番商品でも色や風合いが多少異なる場合があります。\u003c\/li\u003e\n        \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":44070051479594,"sku":"TO-150-9123400","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー","offer_id":44070051512362,"sku":"TO-150-9123500","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000994_8Oco5yn.jpg?v=1777259484"},{"product_id":"995","title":"魔女の宅急便 とけいとう チェアパッド 直径約38cm ピンク","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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大好きなジジがいつもそばに寄り添う、\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\/0689\/8506\/1418\/files\/000000000995_91xwx63.jpg?v=1777259484\" 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約5mmのウレタン入り\u003c\/strong\u003eで、底つき感のないふっくらとした座り心地。へたりにくい\u003cstrong\u003eアクリル100%素材\u003c\/strong\u003eと、丁寧な\u003cstrong\u003eフチ加工\u003c\/strong\u003eが、長く愛用できる上質な証です。チェアパッドとしてはもちろん、玄関やベッドサイドの\u003cstrong\u003eアクセント\u003c\/strong\u003eとしても活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000000995.jpg?v=1777259484\" class=\"img-fluid d-block w-100 product-img\" alt=\"チェアパッドの厚みとフチ加工のディテール、ふっくらとした感触が伝わる画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eふっくら、ずっと心地よく\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e心ときめく、コリコの夢\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e作品ファンにはたまらない、劇中を彩る\u003cstrong\u003e時計塔が背景\u003c\/strong\u003eに。愛らしいジジが、ヨーロッパの情緒あふれる\u003cstrong\u003eバラの紋様\u003c\/strong\u003eの中で、あなたを優しく見つめます。細部までこだわり抜かれたデザインが、\u003cstrong\u003e物語の世界へ誘う逸品\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000000995.jpg?v=1777259483\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「魔女の宅急便」の世界観を凝縮したチェアパッドです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e可愛らしい黒猫ジジがデザインされた円形チェアパッドです。\u003c\/li\u003e\n          \u003cli\u003e劇中で印象的な時計塔が背景に描かれており、作品ファンにはたまらないアイテムです。\u003c\/li\u003e\n          \u003cli\u003eヨーロッパを思わせる、上品なバラの紋様がデザインされています。\u003c\/li\u003e\n          \u003cli\u003e約5mmのウレタン入りで、底つき感が少なく、ふっくらとした座り心地を実現します。\u003c\/li\u003e\n          \u003cli\u003eへたりにくいアクリル100%素材と丁寧なフチ加工により、長くご愛用いただけます。\u003c\/li\u003e\n          \u003cli\u003eチェアやスツールの座面パッドとしてだけでなく、玄関やデスクサイドのアクセントマットとしてもご活用いただけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品の主な寸法は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e直径: 約38cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- サイズスペック表の画像がある場合は、以下のタグを使用してください。 --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" alt=\"商品のサイズ表\"\u003e\u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e主要な素材は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地・裏地: アクリル100%\u003c\/li\u003e\n          \u003cli\u003e中材: ウレタンフォーム\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- 洗濯表示や素材の機能アイコンがある場合は、以下のタグを使用してください。 --\u003e\n        \u003c!-- \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"__IMG_WASH_ICON_1__\" alt=\"洗濯表示1\"\u003e\n          \u003cimg src=\"__IMG_WASH_ICON_2__\" alt=\"洗濯表示2\"\u003e\n        \u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 商品コード、生産国、お手入れ方法など、さらに詳細な情報がある場合は、個別のdetailsタグを追加してください。 --\u003e\n    \u003c!--\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例: XXXXXXX\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    --\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 提供情報に該当なし、出力しない --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 提供情報に該当なし、出力しない --\u003e\n\n\u003c\/div\u003e","brand":"魔女の宅急便","offers":[{"title":"ピンク","offer_id":44070051545130,"sku":"MZ-163-9124500","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000000995_91xwx63.jpg?v=1777259484"},{"product_id":"1000","title":"サロンドソワレ コンフォ スリッパ Lサイズ（適応サイズ約23.5〜25.5cm）  ブルー\/ベージュ\/グレー\/ピンク","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eおうち時間が変わる履き心地\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足裏に心地よく馴染む独自の形状で、一日の疲れを優しく癒します。\u003cstrong\u003e洗濯機で洗える\u003c\/strong\u003eので、いつでも清潔さを保てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001000_8CX3YAE.jpg?v=1777259483\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適と清潔を両立\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e飾らない大人のフェミニン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e味わい深いニュアンスカラーと、\u003cstrong\u003e大きな花モチーフ\u003c\/strong\u003eが印象的。お部屋にそっと上品な彩りを添え、インテリアとの調和も楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/5_000000001000.jpg?v=1777259483\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e空間に溶け込む美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足裏に寄り添う安心サポート\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eアーチ形インソールと、かかとを包み込むカップ形状\u003c\/strong\u003eが足裏の凹凸にフィット。快適な履き心地で、安定感も抜群です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/6_000000001000.jpg?v=1777259483\" 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    \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\u003eLサイズ（適応サイズ約23.5〜25.5cm）の商品です。\u003c\/p\u003e\n        \u003cp\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\u003e《サロンドソワレ》ドゥースメランジェ\/トイレタリー・バスマット等ともコーディネート可能です。\u003c\/p\u003e\n        \u003cp\u003e「サロンドソワレ」シリーズは、主に女性の方に、お部屋でのプチ贅沢を楽しんでいただくための商品を多数品揃えしています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"SDS-SALON","offers":[{"title":"ブルー","offer_id":44070051708970,"sku":"SDS-724-9189400","price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":44070051741738,"sku":"SDS-724-9189500","price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070051774506,"sku":"SDS-724-9189600","price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":44070051807274,"sku":"SDS-724-9189700","price":2640.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001000_8CX3YAE.jpg?v=1777259483"},{"product_id":"1001","title":"M+home テクセレ スリッパ Mサイズ（約22.5〜24.5cm） ベージュ\/ブラック\/ブラウン\/ワインレッド","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上質な足元を演出する高級スリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e空間に溶け込む\u003cstrong\u003e重厚なテクスチャ\u003c\/strong\u003eが、足元から\u003cstrong\u003e洗練された印象\u003c\/strong\u003eを創り出します。多彩なカラーが、おもてなしの心とこだわりを伝える玄関に。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001001_6VVOQed.jpg?v=1777259483\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e暮らしを彩るテクセレの品格\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日を快適に保つ抗菌スリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e銀系抗菌剤\u003c\/strong\u003eを練り込んだ素材が、気になるニオイや菌の繁殖を抑え、いつでも\u003cstrong\u003e衛生的な状態\u003c\/strong\u003eを保ちます。サッと拭くだけで汚れが落ち、日々の\u003cstrong\u003eメンテナンスも簡単\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/9_000000001001.jpg?v=1777259484\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eさっと拭ける清潔設計\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eこだわりの意匠が魅せるデザインスリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e精巧な型押しがまるで\u003cstrong\u003e本物のレザーのような風合い\u003c\/strong\u003eを醸し出し、\u003cstrong\u003e耐久性\u003c\/strong\u003eにも優れます。水拭きが可能なので、清潔に保ちながら長く愛用でき、足裏には\u003cstrong\u003e高反発ウレタン\u003c\/strong\u003eが優しくフィットします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/12_000000001001.jpg?v=1777259483\" 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    \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\u003eM+home PVCスリッパ「テクセレ」は、上質なデザインと機能性を両立させたソフトスリッパです。\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            \u003cp\u003e本ページで販売しているスリッパのサイズは以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e Mサイズ（約22.5〜24.5cm）\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お部屋の雰囲気に合わせてお選びいただける4色展開です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eカラー:\u003c\/strong\u003e ベージュ、ブラック、ブラウン、ワインレッド\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。\u003cbr\u003eご注文の際は十分にご注意ください。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"M+HOME","offers":[{"title":"ベージュ","offer_id":44070051872810,"sku":"MH-315-9353000","price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":44070051905578,"sku":"MH-315-9353100","price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070051938346,"sku":"MH-315-9353200","price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"ワインレッド","offer_id":44070051971114,"sku":"MH-315-9353300","price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001001_6VVOQed.jpg?v=1777259483"},{"product_id":"1002","title":"M+home テクセレ スリッパ Lサイズ（約24.5〜26.5cm） ベージュ\/ブラック\/ブラウン","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元から叶える上質なくつろぎ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足を優しく包み込む\u003cstrong\u003eソフトな履き心地\u003c\/strong\u003e。ヒール部分の\u003cstrong\u003e高反発ウレタン\u003c\/strong\u003eが足裏の負担を和らげ、長時間の家事やリラックスタイムも快適に過ごせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001002_tSMAl6d.jpg?v=1777259482\" class=\"img-fluid d-block w-100 product-img\" alt=\"M+home テクセレ スリッパ 履き心地の良さ\"\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ベージュ、ブラック、ブラウンの3色\u003c\/strong\u003eから、お部屋の雰囲気に合わせてお選びください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/14_000000001002.jpg?v=1777259482\" class=\"img-fluid d-block w-100 product-img\" alt=\"M+home テクセレ スリッパ 3色展開\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりの3色展開\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型押しレザー調のPVC素材\u003c\/strong\u003eは、本物さながらの高級感を演出。\u003cstrong\u003e水拭きできる\u003c\/strong\u003eので、汚れを気にせずいつでも清潔さを保ち、長く愛用いただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001002.jpg?v=1777259483\" class=\"img-fluid d-block w-100 product-img\" alt=\"M+home テクセレ スリッパ お手入れのしやすさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eお手入れも簡単な耐久性\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ・カラー\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本ページで取り扱うサイズとカラーバリエーションをご確認ください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: Lサイズ（約24.5〜26.5cm）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eカラー\u003c\/strong\u003e: ベージュ、ブラック、ブラウン\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eM+home テクセレ スリッパは、日々のくつろぎを追求した機能性とデザイン性を兼ね備えています。\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型押しレザー調のPVC素材で耐久性・お手入れも簡単（水拭き対応）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"M+HOME","offers":[{"title":"ベージュ","offer_id":44070052036650,"sku":"MH-316-9353400","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":44070052069418,"sku":"MH-316-9353500","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070052102186,"sku":"MH-316-9353600","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001002_tSMAl6d.jpg?v=1777259482"},{"product_id":"1015","title":"クリアセゾン バイカラー PVCスリッパ Sサイズ(約22.5cm) ブラック\/グリーン\/レッド\/イエロー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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ヴィンテージ感が魅力の\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\/0689\/8506\/1418\/files\/000000001015_CczHFFQ.jpg?v=1777259480\" 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。Sサイズは約22.5cmで、大切な足元に\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\/0689\/8506\/1418\/files\/10_000000001015.jpg?v=1777259480\" 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できるのが嬉しいポイント。\u003cstrong\u003e衛生的な空間\u003c\/strong\u003eで、\u003cstrong\u003e気持ちの良い毎日\u003c\/strong\u003eを過ごせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/11_000000001015.jpg?v=1777259480\" 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        \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                    \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サイズ: Sサイズ (約22.5cm)\u003c\/li\u003e\n                    \u003cli\u003eカラー: ブラック、グリーン、レッド、イエローの4色\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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            \u003cli\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。ご注文の際は十分にご確認ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CLEAR SAISON","offers":[{"title":"ブラック","offer_id":44070053117994,"sku":"CSA-1-9745400","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":44070053150762,"sku":"CSA-1-9745500","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":44070053183530,"sku":"CSA-1-9745600","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー","offer_id":44070053216298,"sku":"CSA-1-9745700","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001015_CczHFFQ.jpg?v=1777259480"},{"product_id":"1016","title":"クリアセゾン バイカラー PVCスリッパ Mサイズ(約24cm) ブラック\/グリーン\/レッド\/イエロー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e足元彩る、快適PVCスリッパ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eふっくらと優しい履き心地が魅力の、ヴィンテージ感あるPVCスリッパ。お部屋に馴染む４色のバイカラーで、足元からおしゃれを演出。\u003cstrong\u003eMサイズ（約24cm）\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001016_hZ0d663.jpg?v=1777259480\" 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\u003ePVC素材\u003c\/strong\u003eで、日常の汚れもサッとひと拭き。やわらかな中板と、幸運のふくろうロゴが足元を飾ります。裏面は全てシックなブラックです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/11_000000001016.jpg?v=1777259480\" 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し、衛生的。快適さと安心感を追求したスリッパです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/12_000000001016.jpg?v=1777259479\" 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      \u003cp\u003eクリアセゾン PVCスリッパ\/バイカラーは、ふっくらとやさしい履き心地が魅力のソフトスリッパです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eふっくらとやさしい履き心地のヴィンテージ感あるソフトスリッパ\u003c\/li\u003e\n        \u003cli\u003eお部屋のインテリアに馴染みやすいカラーバリエーション\u003c\/li\u003e\n        \u003cli\u003e拭いてお手入れできるPVC素材\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こちらのページで販売しているのはMサイズです。豊富なカラーからお選びいただけます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ: Mサイズ（約24cm）\u003c\/li\u003e\n        \u003cli\u003eカラー: ブラック, グリーン, レッド, イエロー（全4色）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品を長くご使用いただくためのお手入れ方法と、素材に関するご注意事項です。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e水拭きは可能です。固く絞ったタオルで拭いてください。\u003c\/li\u003e\n        \u003cli\u003eティッシュで拭くと白い繊維が残る場合がありますのでご注意ください。\u003c\/li\u003e\n        \u003cli\u003e甲・中板部分のみアルコール消毒に対応しています。\u003c\/li\u003e\n        \u003cli\u003eスリッパ底面は防水ではないため、水は染み込みやすいです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e以下の点にご注意の上、ご注文ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。\u003c\/li\u003e\n      \u003cli\u003eご不明な点がございましたら、ご注文前に十分ご確認ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CLEAR SAISON","offers":[{"title":"ブラック","offer_id":44070053281834,"sku":"CSA-2-9745800","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":44070053314602,"sku":"CSA-2-9745900","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":44070053347370,"sku":"CSA-2-9746000","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー","offer_id":44070053380138,"sku":"CSA-2-9746100","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001016_hZ0d663.jpg?v=1777259480"},{"product_id":"1017","title":"クリアセゾン バイカラー PVCスリッパ Lサイズ(約26cm) ブラック\/グリーン\/レッド\/イエロー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e家族で揃える Lサイズスリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eやさしい履き心地のLサイズスリッパが、家族みんなの足元を優しく包み込みます。落ち着いたバイカラーデザインで、お部屋のインテリアにも自然に溶け込み、\u003cstrong\u003e心地よい空間を演出\u003c\/strong\u003eします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001017_4hDQpFf.jpg?v=1777259479\" class=\"img-fluid d-block w-100 product-img\" alt=\"家族で揃える Lサイズスリッパ\"\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\/0689\/8506\/1418\/files\/4_000000001017.jpg?v=1777259479\" class=\"img-fluid d-block w-100 product-img\" alt=\"選び抜かれた4つの色彩\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選び抜かれた4つの色彩\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\/0689\/8506\/1418\/files\/11_000000001017.jpg?v=1777259479\" class=\"img-fluid d-block w-100 product-img\" alt=\"サッと拭くだけ いつも綺麗\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eサッと拭くだけ いつも綺麗\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eふっくらとやさしい履き心地の、ヴィンテージ感あるソフトスリッパです。お部屋のインテリアに馴染みやすいカラーバリエーションが嬉しいシリーズです。\u003c\/p\u003e\n            \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            \u003cp\u003eこちらのページで販売している商品の詳細情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品名: クリアセゾン バイカラー PVCスリッパ\u003c\/li\u003e\n                \u003cli\u003eサイズ: Lサイズ (約26cm)\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=\"point-list\"\u003e\n                \u003cli\u003e甲・中板部分は耐アルコール対応です。\u003c\/li\u003e\n                \u003cli\u003e水拭きが可能です。固く絞ったタオルで拭いてください。\u003c\/li\u003e\n                \u003cli\u003eスリッパ底面は防水ではないため、水が染み込みやすいのでご注意ください。\u003c\/li\u003e\n                \u003cli\u003e甲・中板部分以外はアルコールに対応しておりません。\u003c\/li\u003e\n                \u003cli\u003eティッシュで拭くと白い繊維が残る場合がありますので、水拭きの際はご注意ください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"CLEAR SAISON","offers":[{"title":"ブラック","offer_id":44070053412906,"sku":"CSA-3-9746200","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":44070053445674,"sku":"CSA-3-9746300","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":44070053478442,"sku":"CSA-3-9746400","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー","offer_id":44070053511210,"sku":"CSA-3-9746500","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001017_4hDQpFf.jpg?v=1777259479"},{"product_id":"1018","title":"クリアセゾン バイカラー PVCスリッパ LLサイズ(約28cm) ブラック\/グリーン","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eゆったりLLサイズ、足元に贅沢な寛ぎ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eふっくら優しい履き心地が、毎日を快適に彩ります。お部屋の雰囲気に自然と溶け込むヴィンテージデザイン。\u003cstrong\u003eLLサイズ（約28cm）\u003c\/strong\u003eで、足元をゆったりと包み込みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000001018.jpg?v=1777259479\" 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\u003ePVC素材\u003c\/strong\u003eが、足元を優しく包み込みます。普段使いはもちろん、お客様用にも最適。かかとには、幸福を呼ぶ\u003cstrong\u003eふくろうのロゴ\u003c\/strong\u003eをさりげなく刻印しています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001018.jpg?v=1777259478\" class=\"img-fluid d-block w-100 product-img\" alt=\"丁寧に仕上げられたスリッパの細部\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e細部まで光る丁寧な仕上がり\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eサッとひと拭き、いつも清潔\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e気になる汚れも、固く絞ったタオルで\u003cstrong\u003eサッと拭き取れます\u003c\/strong\u003e。いつでも清潔を保ちたい方へ、簡単お手入れで日々心地よくお過ごしいただけます。甲・中板部分は\u003cstrong\u003e耐アルコール対応\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/9_000000001018.jpg?v=1777259479\" class=\"img-fluid d-block w-100 product-img\" alt=\"手軽にお手入れできるスリッパ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e暮らしに寄り添う快適さ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e「クリアセゾン PVCスリッパ\/バイカラー」は、日々の生活に心地よさとデザイン性をもたらします。\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\u003eこちらのページでは、足元をゆったりと包み込むLLサイズを販売しております。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eLLサイズ：約28cm\u003c\/li\u003e\n                \u003cli\u003e適応サイズ：約26～28cm\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素材：PVC\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=\"point-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        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\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":"CLEAR SAISON","offers":[{"title":"ブラック","offer_id":44070053543978,"sku":"CSA-4-9746600","price":2970.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":44070053576746,"sku":"CSA-4-9746700","price":2970.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001018_N5KsHqI.jpg?v=1777259478"},{"product_id":"1332","title":"★M+home アロヒラニ トップス M-Lサイズ ブラック\/グリーン\/ネイビーブルー","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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\/0689\/8506\/1418\/files\/000000001332_q3mMILe.jpg?v=1777259437\" 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を演出します。おうち時間からワンマイルウェアまで、様々なシーンで快適にお過ごしいただけます。\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\/0689\/8506\/1418\/files\/2_000000001332.jpg?v=1777259437\" 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を添えます。M〜L対応のゆったりサイズは、気になる体型を自然にカバーし、リラックスした着心地を提供します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eVネックが魅せる繊細なディテール\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001332.jpg?v=1777259435\" class=\"img-fluid d-block w-100 product-img\" alt=\"Vネック部分とヘリンボーン柄のディテール画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e計算されたデザインで抜け感を\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eシャープなVネックは首元をすっきりと見せ、デコルテラインを美しく引き立てます。特徴的なヘリンボーン柄と後ろのVネックデザインが、スタイリッシュなアクセントを加えます。\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\u003eM+home トップス\/アロヒラニは、動くたびにキラキラと光る華やかで上品な印象のトップスです。様々な工夫により、快適な着心地とスタイルアップを両立しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e体のラインを拾わずリラックスできる、オーバーサイズのシルエット。\u003c\/li\u003e\n          \u003cli\u003eVネックで首回りをスッキリ見せ、デコルテラインを美しく演出。\u003c\/li\u003e\n          \u003cli\u003e後ろもVネックデザインで、切り返しのヘリンボーン柄がスタイリッシュなアクセント。\u003c\/li\u003e\n          \u003cli\u003e別売りのロングパンツ（カイホロ）とのコーディネートもお楽しみいただけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eこちらのアイテムはトップス単品販売です。\u003c\/strong\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品のサイズ詳細は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e対応サイズ: M〜L\u003c\/li\u003e\n          \u003cli\u003e身丈: 約65cm\u003c\/li\u003e\n          \u003cli\u003eバスト: 約79〜94cm\u003c\/li\u003e\n          \u003cli\u003e桁丈: 約38cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eベースパイル: 綿100%\u003c\/li\u003e\n          \u003cli\u003e柄・地糸: ポリエステル100%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e以下の3色からお選びいただけます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eブラック\u003c\/li\u003e\n          \u003cli\u003eグリーン\u003c\/li\u003e\n          \u003cli\u003eネイビーブルー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"M+HOME","offers":[{"title":"MLブラック","offer_id":44070081691690,"sku":"MH-707-6874301","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"MLグリーン","offer_id":44070081724458,"sku":"MH-707-6874401","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"MLネイビーブルー","offer_id":44070081757226,"sku":"MH-707-6874501","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001332_q3mMILe.jpg?v=1777259437"},{"product_id":"1333","title":"★M+home カイホロ ロングパンツ M-L ブラック\/グリーン\/ネイビーブルー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練ドレープで叶える上質ルームウェア\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e柔らかなドレープが体のラインを優しく包み込む。縦を強調するヘリンボーン柄が、美しいシルエットを描き出す。お好みのカラーで、毎日を彩る。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001333_PPhMAYS.jpg?v=1777259436\" class=\"img-fluid d-block w-100 product-img\" alt=\"選べる3色、究極のリラックス\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べる3色、究極のリラックス\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。M〜Lサイズで動きも自由自在。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001333.jpg?v=1777259436\" 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\/0689\/8506\/1418\/files\/3_000000001333.jpg?v=1777259436\" 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\u003e「M+home ロングパンツ\/カイホロ」は、アフターバスのくつろぎ時間を快適に過ごすためのロングパンツです。\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            \u003cp\u003e別売りのトップス「アロヒラニ」とのコーディネートもおすすめです。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e身丈\u003c\/th\u003e\n                            \u003cth\u003e股下\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM〜L\u003c\/td\u003e\n                            \u003ctd\u003e約94cm\u003c\/td\u003e\n                            \u003ctd\u003e約61cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"caption-text\"\u003e※サイズは目安です。多少の誤差が生じる場合がございます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e3色のカラーバリエーションをご用意しています。\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商品コード: M+home カイホロ ロングパンツ\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eこちらのアイテムはロングパンツ単品販売です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違った」という理由での返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"M+HOME","offers":[{"title":"MLブラック","offer_id":44070081789994,"sku":"MH-708-6874601","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"MLグリーン","offer_id":44070081822762,"sku":"MH-708-6874701","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"MLネイビーブルー","offer_id":44070081855530,"sku":"MH-708-6874801","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001333_PPhMAYS.jpg?v=1777259436"},{"product_id":"1377","title":"【ラグマット インテリアマット 玄関マット モダン シック 上品 高級感 シンプル】約50×75cm グレー SDS\/マスタースペースラグ CARDIFF カーディフ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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\n      \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e都会的な空間\u003c\/strong\u003eに溶け込む、\u003cstrong\u003e洗練された幾何学模様\u003c\/strong\u003eが特徴的です。約50×75cmの\u003cstrong\u003e絶妙なサイズ感\u003c\/strong\u003eは、リビングやキッチン、様々なスペースで\u003cstrong\u003eアクセント\u003c\/strong\u003eとして活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001377_8vNXny4.jpg?v=1777259432\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタイリッシュな足元を演出\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイリッシュな足元を演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質を纏うカーディフ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      目の詰まったループ状の糸が織りなす、ぎゅっと引き締まった重厚な質感。薄手ながらもずっしりとした重みが\u003cstrong\u003e高級感\u003c\/strong\u003eを漂わせ、空間に\u003cstrong\u003e品格\u003c\/strong\u003eを与えます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001377.jpg?v=1777259430\" class=\"img-fluid d-block w-100 product-img\" alt=\"質感から漂う気品\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e質感から漂う気品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e暮らしに寄り添う機能美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e遊び毛が出にくく\u003c\/strong\u003e、掃除機や洗濯時も快適。裏面は\u003cstrong\u003e滑りにくい加工\u003c\/strong\u003eで安心です。約8mmの薄手ながら\u003cstrong\u003e床暖房にも対応\u003c\/strong\u003eし、\u003cstrong\u003eお掃除ロボットもスムーズ\u003c\/strong\u003eに動きます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001377.jpg?v=1777259430\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e《SDS\/マスタースペースラグ カーディフ》は、ライフスタイルに合わせて様々な場所で活躍するスペースラグです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e玄関、リビング、ダイニング、キッチン、バスルーム、トイレルームなど、ちょっとしたスペースのアクセントに最適です。\u003c\/li\u003e\n          \u003cli\u003e都会的な幾何学模様が、お部屋にモダンで洗練された印象を与えます。\u003c\/li\u003e\n          \u003cli\u003eSDS\/マスタースペースラグのグレーのネームタグがデザインのアクセントになっています。\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        \u003c!-- 削除対象: \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"Image of clothing size chart\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ詳細図\"\u003e\n        \u003c\/div\u003e --\u003e\n        \u003cp\u003e本製品のサイズ詳細です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 約50×75cm\u003c\/li\u003e\n          \u003cli\u003e厚み: 約8mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e重厚な質感で高級感を演出する素材を使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: ポリプロピレン100%\u003c\/li\u003e\n          \u003cli\u003e生地: 目の詰まったループ状の糸\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          \u003cli\u003eマットの厚みは約8mmと薄手なので、お掃除ロボットが引っ掛かりにくくスムーズに動きます。\u003c\/li\u003e\n          \u003cli\u003e汚れたらご家庭の洗濯機で丸洗い可能です（※洗濯ネットのご使用をおすすめします）。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e梱包・配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本製品は、お客様に美しい状態でお届けできるよう、梱包にも配慮しています。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e写真のような巻き梱包でお届けするため、折り皺がつかず、開封後すぐにきれいな状態でお使いいただけます。\u003c\/li\u003e\n      \u003cli\u003eラッピングをご希望の際は、簡易包装となりますので予めご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品により柄の出方が異なります。柄の「始まり」と「途切れる位置」はランダムです。商品ページの画像とは異なる柄の出方の商品が届く場合がございます。また、同じ色・同じサイズを2枚以上ご購入いただいても、柄の位置がズレたものが届きます。予めご了承ください。\u003c\/li\u003e\n      \u003cli\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点がございましたら、必ずご注文前にお問い合わせくださいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"S.D.S","offers":[{"title":"グレー","offer_id":44070086148138,"sku":"SDS-1114-6935700","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001377_8vNXny4.jpg?v=1777259432"},{"product_id":"1378","title":"【ラグマット インテリアマット 玄関マット モダン シック 上品 高級感 シンプル】約50×75cm グレー SDS\/マスタースペースラグ URBAN801 アーバン801","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e空間を彩る、洗練のアクセント\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e玄関やリビング、様々なスペースに溶け込む\u003cstrong\u003eモダンデザイン\u003c\/strong\u003e。\u003cstrong\u003eシックなグレー\u003c\/strong\u003eと\u003cstrong\u003e上品な柄\u003c\/strong\u003eが、住まいの雰囲気を格上げし、心地よい空間を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001378_8Txegh5.jpg?v=1777259430\" 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約50×75cmの\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\/0689\/8506\/1418\/files\/2_000000001378.jpg?v=1777259430\" 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、掃除機掛けやお洗濯もスムーズです。厚み約8mmで\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\/0689\/8506\/1418\/files\/4_000000001378.jpg?v=1777259431\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの高密度生地\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e「SDS\/マスタースペースラグ URBAN801 アーバン801」は、玄関やリビングなど、様々な空間で活躍するモダンなデザインのアクセントラグです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e商品名:\u003c\/strong\u003e 【ラグマット インテリアマット 玄関マット モダン シック 上品 高級感 シンプル】約50×75cm グレー SDS\/マスタースペースラグ URBAN801 アーバン801\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e型番\/商品コード:\u003c\/strong\u003e URBAN801\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                    \u003cli\u003e床暖房に対応しており、冬場も快適に使用可能\u003c\/li\u003e\n                    \u003cli\u003e厚み約8mmと薄手で、お掃除ロボットの引っかかりも軽減\u003c\/li\u003e\n                    \u003cli\u003e汚れても洗濯機で丸洗い可能\u003c\/li\u003e\n                    \u003cli\u003eグレーのネームタグがデザインアクセント\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e様々なスペースで使いやすいサイズ感です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e本体サイズ:\u003c\/strong\u003e 約50×75cm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e厚み:\u003c\/strong\u003e 約8mm\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\n\u003cstrong\u003e素材:\u003c\/strong\u003e ポリプロピレン100%（目の詰まったループ状の糸でできた生地）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\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\u003eお届け時の品質にも配慮し、使い始めから快適にご利用いただけるよう工夫しています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e写真のような巻き梱包でお届けするため、折り皺がつきません。\u003c\/li\u003e\n                    \u003cli\u003eラッピングをご希望の際は簡易包装となりますのでご了承ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品により柄の出方が異なります。柄の「始まり」と「途切れる位置」はランダムです。商品ページの画像とは異なる柄の出方の商品が届く場合がございます。また、同じ色・同じサイズを2枚以上ご購入いただいても、柄の位置がズレたものが届きます。予めご了承ください。\u003c\/li\u003e\n            \u003cli\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点がございましたら、必ずご注文前にお問い合わせくださいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"S.D.S","offers":[{"title":"グレー","offer_id":44070086180906,"sku":"SDS-1113-6935600","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001378_8Txegh5.jpg?v=1777259430"},{"product_id":"1379","title":"【ラグマット インテリアマット 玄関マット モダン シック 上品 高級感 シンプル】約50×75cm モカ SDS\/マスタースペースラグ KINETIC キネティック","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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帰宅するたび、ほっと安らぐ玄関。リビングに心地よいアクセントを添え、\u003cstrong\u003e洗練された雰囲気\u003c\/strong\u003eを演出する一枚です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001379_TU5InyD.jpg?v=1777259429\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練された空間を演出するラグマット\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された空間を演出\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上質感を纏うモカ色のラグ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eぎゅっと目の詰まったループ状の生地は、掃除機がけやお洗濯時にも\u003cstrong\u003e細かな糸くずが出にくい\u003c\/strong\u003e設計。裏面の\u003cstrong\u003e滑り止め加工\u003c\/strong\u003eで、忙しい日常に安心感を与えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001379.jpg?v=1777259429\" 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約8mmの薄さで、\u003cstrong\u003eお掃除ロボットの移動もスムーズ\u003c\/strong\u003e。汚れても\u003cstrong\u003e洗濯機で丸洗いできる\u003c\/strong\u003eから、常に清潔な状態を保ち、共働きのご夫婦の忙しい毎日を応援します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001379.jpg?v=1777259429\" 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\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・利用シーン\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eSDS\/マスタースペースラグ キネティックは、様々な空間に溶け込むアクセントラグです。ちょっとしたスペースを彩り、ライフスタイルに合わせた使い方を提案します。\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小さめサイズ（約50×75cm）で、アクセントラグとして最適\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マットの厚みは約8mmと薄手で、お掃除ロボットの移動を妨げない\u003c\/li\u003e\n                    \u003cli\u003e汚れたら洗濯機で丸洗い可能、いつでも清潔を保てる\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- 機能アイコンや洗濯表示があれば以下に配置します --\u003e\n                \u003c!-- \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"__IMG_機能アイコン1__\" alt=\"滑り止め\"\u003e\n                    \u003cimg src=\"__IMG_機能アイコン2__\" alt=\"床暖房対応\"\u003e\n                    \u003cimg src=\"__IMG_機能アイコン3__\" alt=\"洗濯機洗い\"\u003e\n                \u003c\/div\u003e --\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本体サイズ：約50×75cm\u003c\/li\u003e\n                    \u003cli\u003e厚み：約8mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- サイズ表や寸法図があれば以下に配置します --\u003e\n                \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"__IMG_サイズ表__\" alt=\"ラグマットサイズ詳細図\"\u003e\n                \u003c\/div\u003e --\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・カラー\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：ポリプロピレン100%（目の詰まったループ状の糸）\u003c\/li\u003e\n                    \u003cli\u003eカラー：モカ\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商品名：【ラグマット インテリアマット 玄関マット モダン シック 上品 高級感 シンプル】約50×75cm モカ SDS\/マスタースペースラグ KINETIC キネティック\u003c\/li\u003e\n                    \u003cli\u003eブランド\/シリーズ：SDS\/マスタースペースラグ KINETIC\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\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商品により柄の出方が異なります。柄の「始まり」と「途切れる位置」はランダムです。商品ページの画像とは異なる柄の出方の商品が届く場合がございます。また、同じ色・同じサイズを2枚以上ご購入いただいても、柄の位置がズレたものが届きます。予めご了承ください。\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":"S.D.S","offers":[{"title":"モカ","offer_id":44070086246442,"sku":"SDS-1115-6935800","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001379_TU5InyD.jpg?v=1777259429"},{"product_id":"1380","title":"【ラグマット インテリアマット 玄関マット モダン シック 上品 高級感 シンプル】約50×75cm モカ SDS\/マスタースペースラグ FORUM フォーラム","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e空間を彩る上質ラグ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      約50×75cmの\u003cstrong\u003e絶妙なサイズ感\u003c\/strong\u003eは、玄関やリビング、寝室に溶け込み、空間全体をモダンな印象へと誘います。シックな色合いと洗練されたデザインが、訪れる人を魅了し、日々の暮らしに上質なアクセントを添えるでしょう。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001380_fGCXdJi.jpg?v=1777259429\" class=\"img-fluid d-block w-100 product-img\" alt=\"空間を彩る上質ラグのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e暮らしを格上げするアクセント\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e高機能が叶える快適性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      裏面には\u003cstrong\u003e滑りにくい加工\u003c\/strong\u003eが施され、キッチンやバスルームでも安心してご使用いただけます。薄手ながらもぎゅっと詰まった糸目と\u003cstrong\u003e床暖房対応\u003c\/strong\u003eで、冬場も快適に。日常に寄り添う機能性が光ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001380.jpg?v=1777259429\" class=\"img-fluid d-block w-100 product-img\" alt=\"高機能ラグのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日を支える確かな品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e清潔を保つ心地よい質感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      目の詰まったループ状の糸は遊び毛が出にくく、掃除機をかける際も細かな糸くずが気になりません。汚れたら\u003cstrong\u003e洗濯機で丸ごと洗える\u003c\/strong\u003e手軽さも魅力。いつでも清潔な状態を保ち、長くご愛用いただけます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001380.jpg?v=1777259429\" class=\"img-fluid d-block w-100 product-img\" alt=\"清潔感のある質感のラグイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部までこだわった安心設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e空間に溶け込み、日々の暮らしに上質なアクセントを添えるスペースラグです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e《SDS\/マスタースペースラグ フォーラム》シリーズ。\u003c\/li\u003e\n        \u003cli\u003e玄関、リビング、ダイニング、キッチン、バスルーム、トイレルームなど、様々なスペースにフィットします。\u003c\/li\u003e\n        \u003cli\u003eライフスタイルに合わせて、欲しいところに使える自由度の高いデザインです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ・機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e商品の詳細な情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品名: ラグマット インテリアマット 玄関マット モカ SDS\/マスタースペースラグ FORUM フォーラム\u003c\/li\u003e\n        \u003cli\u003eサイズ: 約50×75cm\u003c\/li\u003e\n        \u003cli\u003e厚み: 約8mm\u003c\/li\u003e\n        \u003cli\u003e素材: ポリプロピレン100%\u003c\/li\u003e\n        \u003cli\u003eシリーズ名: SDS\/マスタースペースラグ フォーラム\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目の詰まったループ状の糸で、\u003cstrong\u003e遊び毛が出にくく\u003c\/strong\u003e、掃除が簡単です。\u003c\/li\u003e\n        \u003cli\u003e裏面には\u003cstrong\u003e滑りにくい加工\u003c\/strong\u003eを施し、安全にご使用いただけます。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e床暖房にも対応\u003c\/strong\u003eしており、冬場も暖かく快適です。\u003c\/li\u003e\n        \u003cli\u003eマットの厚みは約8mmと\u003cstrong\u003e薄手設計\u003c\/strong\u003eで、お掃除ロボットもスムーズに走行します。\u003c\/li\u003e\n        \u003cli\u003e汚れたら\u003cstrong\u003e洗濯機で丸ごと洗える\u003c\/strong\u003eので、いつでも清潔を保てます。\u003c\/li\u003e\n        \u003cli\u003e薄手ながらもぎゅっと詰まった糸目としっかりした裏地で、\u003cstrong\u003e高級感のあるずっしりとした質感\u003c\/strong\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=\"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  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e商品により柄の出方が異なります。柄の「始まり」と「途切れる位置」はランダムです。商品ページの画像とは異なる柄の出方の商品が届く場合がございます。また、同じ色・同じサイズを2枚以上ご購入いただいていも、柄の位置がズレたものが届きます。予めご了承ください。\u003c\/li\u003e\n      \u003cli\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご不明な点がございましたら、必ずご注文前にお問い合わせくださいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"S.D.S","offers":[{"title":"モカ","offer_id":44070086410282,"sku":"SDS-1116-6935900","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001380_fGCXdJi.jpg?v=1777259429"},{"product_id":"1486","title":"【スリッパ ジブリ キャラクター 】フリーサイズ グリーン となりのトトロ あおぞらどんぐり","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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優しい青空のグラデーションが広がり、水彩風のクローバーが心を癒やす一足。家に帰るたび、\u003cstrong\u003eトトロの世界に包まれるような安らぎ\u003c\/strong\u003eを感じられます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001486_XopvZOa.jpg?v=1777259419\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e癒やしをくれるデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日使える清潔感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eウォッシャブル仕様\u003c\/strong\u003eで、いつでも清潔な履き心地。足裏にはどんぐりやクロスケの愛らしい刺繍が施され、細部までトトロの世界観を楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001486.jpg?v=1777259420\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e長く愛せる実用性\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e夢見る足元の世界\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e大トトロや中トトロたちがどんぐりやクローバーと戯れる姿が、上から見ても鮮やかに。足元から広がるジブリの世界が、お部屋に\u003cstrong\u003e心温まるストーリー\u003c\/strong\u003eを運びます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001486.jpg?v=1777259419\" 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\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                \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                \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            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eいつでも清潔にお使いいただけます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eウォッシャブル（洗濯可能）\u003c\/li\u003e\n                    \u003cli\u003eタンブラー乾燥はできません\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"となりのトトロ","offers":[{"title":"グリーン","offer_id":44070095323178,"sku":"TO-266-6413300","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001486_XopvZOa.jpg?v=1777259419"},{"product_id":"1497","title":"【スリッパ ジブリ キャラクター 】フリーサイズ ピンク 魔女の宅急便 トワイライトジジ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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優しいグラデーションと水彩風の花々が織りなす、\u003cstrong\u003e夢のような世界観\u003c\/strong\u003e。ジジや子猫たちが自由に遊ぶ姿が、足元に癒しの魔法をかけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001497_f6qqMkd.jpg?v=1777259414\" class=\"img-fluid d-block w-100 product-img\" alt=\"幻想的なトワイライト柄\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心やすらぐデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eふんわり優しい足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e誰もが心地よく履ける\u003cstrong\u003eフリーサイズ設計\u003c\/strong\u003e。汚れても安心な\u003cstrong\u003eウォッシャブル仕様\u003c\/strong\u003eで、いつでも清潔さを保ち、毎日のリラックスタイムを支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001497.jpg?v=1777259414\" 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\/0689\/8506\/1418\/files\/3_000000001497.jpg?v=1777259415\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e優しいグラデーションと水彩風の花々が織りなす、幻想的なデザインのスリッパです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e遠くに見える街並みがどこか幻想的な印象のトイレタリーシリーズ《トワイライトジジ》\u003c\/li\u003e\n          \u003cli\u003eトワイライト（日の出前や日没後の薄明かり）の空のようなぼんやりとした明るさの中で、ジジやリリー、子猫たちが遊んでいるようなデザイン\u003c\/li\u003e\n          \u003cli\u003e魔女の宅急便の世界観が、足元から日常を彩ります\u003c\/li\u003e\n        \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        \u003c\/ul\u003e\n        \u003c!-- 指示にあったサイズチャート画像があればここに配置 --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"[Image of clothing size chart]\" alt=\"サイズチャート\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e --\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        \u003c\/ul\u003e\n        \u003c!-- 洗濯表示や機能アイコンがあればここに配置 --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e快適にご使用いただくための注意事項です。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\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":44070095781930,"sku":"MZ-240-6413500","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001497_f6qqMkd.jpg?v=1777259414"},{"product_id":"1560","title":"M+home レゾン 外履きサンダル婦人用 適応サイズ:（M）約23〜23.5cm （L）約24〜24.5cm ベージュ\/ブラック","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eシックな足元を彩る大人サンダル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e編み込んだような型押しレザーが、足元に\u003cstrong\u003e洗練された重厚感\u003c\/strong\u003eを演出します。日常使いからお出かけまで、幅広いシーンに溶け込むデザインです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001560_ImF5TR9.jpg?v=1777259395\" 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。鉛やカドミウム不使用の環境配慮型PVCと、銀系抗菌剤配合で、毎日を\u003cstrong\u003e衛生的に快適\u003c\/strong\u003eに過ごせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001560.jpg?v=1777259394\" 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をサポート。約3.2cmの低めヒールと高反発ウレタンソールで、足裏への\u003cstrong\u003e負担を和らげ\u003c\/strong\u003e、長時間の着用も快適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000001560.jpg?v=1777259394\" class=\"img-fluid d-block w-100 product-img\" alt=\"サンダルのヒールとソールの構造イメージ、快適性を表す\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eストレスフリーな履き心地\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e編み込んだような型押しレザーを甲に使用した、重厚な味わいを醸し出すシックな外履きサンダルです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e甲をすっぽりカバーする1枚仕立てのフォルム\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\u003eM+home レゾン 外履きサンダルの詳細情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e適応サイズ（M）：約23〜23.5cm\u003c\/li\u003e\n                    \u003cli\u003e適応サイズ（L）：約24〜24.5cm\u003c\/li\u003e\n                    \u003cli\u003eヒール高：約3.2cm\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=\"point-list\"\u003e\n                    \u003cli\u003ePVC-RoHS対応品: 鉛やカドミウムを使用しない、環境に優しいPVCを甲部分の生地に使用\u003c\/li\u003e\n                    \u003cli\u003eAg（銀）系抗菌機能: 甲に銀系の抗菌剤が練り込まれており、抗菌作用があります\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"M+HOME","offers":[{"title":"Mベージュ","offer_id":44070108364842,"sku":"MH-726-2768000","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"Mブラック","offer_id":44070108397610,"sku":"MH-726-2768100","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"Lベージュ","offer_id":44070108430378,"sku":"MH-726-2768200","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"Lブラック","offer_id":44070108463146,"sku":"MH-726-2768300","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001560_ImF5TR9.jpg?v=1777259395"},{"product_id":"1574","title":"M+home クロワゼ  外履きサンダル紳士用 適応サイズ:（M）約25.5〜26cm （L）約26.5〜27cm ブラック\/ブラウン","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション --\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\/0689\/8506\/1418\/files\/000000001574_r34xxmY.jpg?v=1777259390\" class=\"img-fluid d-block w-100 product-img\" alt=\"M+home クロワゼ 外履きサンダル ブラックとブラウンのシックな足元\"\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\/0689\/8506\/1418\/files\/1_000000001574.jpg?v=1777259390\" 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約3.8cmのヒール高と\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\/0689\/8506\/1418\/files\/3_000000001574.jpg?v=1777259390\" 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!-- スペック・詳細セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eM+home クロワゼ 外履きサンダルは、重厚な味わいと快適な履き心地を追求した紳士用サンダルです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e編み込んだような\u003cstrong\u003e型押しレザー\u003c\/strong\u003eを甲に使用し、シックで重厚な味わいを演出\u003c\/li\u003e\n                    \u003cli\u003e甲をしっかりホールドする\u003cstrong\u003eクロスデザイン\u003c\/strong\u003eで安定した履き心地\u003c\/li\u003e\n                    \u003cli\u003eサイドの開きにより、優れた\u003cstrong\u003e通気性\u003c\/strong\u003eを確保\u003c\/li\u003e\n                    \u003cli\u003eヒールの高さは約4.2cmの\u003cstrong\u003eウレタンソール\u003c\/strong\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\u003eM+home クロワゼ 外履きサンダルの適応サイズとヒール高です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eMサイズ: 約25.5〜26cm\u003c\/li\u003e\n                    \u003cli\u003eLサイズ: 約26.5〜27cm\u003c\/li\u003e\n                    \u003cli\u003eヒール高: 約3.8cm\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    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"M+HOME","offers":[{"title":"Mブラック","offer_id":44070109511722,"sku":"MH-727-2768400","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"Mブラウン","offer_id":44070109544490,"sku":"MH-727-2768500","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"Lブラック","offer_id":44070109577258,"sku":"MH-727-2768600","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"Lブラウン","offer_id":44070109610026,"sku":"MH-727-2768700","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001574_r34xxmY.jpg?v=1777259390"},{"product_id":"1667","title":"【ロングマット ジブリ キャラ 可愛い 子ども 人気】約45×180cm グリーン となりのトトロ よりみちトトロ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eお部屋に広がるトトロの森\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e広々としたロングマットに、トトロたちが楽しそうに遊ぶ森の風景が広がります。約45×180cmのゆとりあるサイズが、リビングや玄関を明るく優しい空間へと演出します。足元から始まる、\u003cstrong\u003e心温まるジブリの世界観\u003c\/strong\u003eをお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001667_H3BmmWU.jpg?v=1777259377\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e家族が集う癒やしの空間\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e愛らしいトトロの表情に癒やされる\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eどんぐりやクローバー、四葉モチーフに混じって、愛らしいトトロやまっくろくろすけ、隠れたネコバスのシルエットが顔をのぞかせます。見るたびに新しい発見がある、\u003cstrong\u003e物語あふれるデザイン\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000001667.jpg?v=1777259377\" 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。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001667.jpg?v=1777259376\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e安心感と心地よさ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e滑らかな手触りと色使いが優しい印象のロングマットです。\u003c\/p\u003e\n                \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        \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約45cm × 180cm\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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e本製品はリピート柄ではありません。\u003c\/li\u003e\n                    \u003cli\u003eサイズごとに柄が異なる絵羽柄です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"となりのトトロ","offers":[{"title":"グリーン","offer_id":44070118785066,"sku":"TO-273-5366200","price":3850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001667_H3BmmWU.jpg?v=1777259377"},{"product_id":"1668","title":"【ロングマット ジブリ キャラ 可愛い 子ども 人気】約45×240cm グリーン となりのトトロ よりみちトトロ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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\/0689\/8506\/1418\/files\/000000001668_LPRNXbu.jpg?v=1777259376\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e癒しのジブリ空間\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e隠れたキャラを探す楽しさ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eどんぐりやクローバーの隙間から、ひょっこり顔を出すトトロたち。ネコバスやまっくろくろすけのシルエットも隠れており、見るたびに\u003cstrong\u003e新しい発見\u003c\/strong\u003eがあります。お子様の好奇心を育むデザインです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000001668.jpg?v=1777259376\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e愛らしい森の仲間たち\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足元安心、快適な暮らし\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e柔らかなポリエステル生地は、足元に心地よさをもたらします。裏面には\u003cstrong\u003e滑りにくい加工\u003c\/strong\u003eが施されており、小さなお子さんが走り回っても安心です。お手入れのしやすさも魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001668.jpg?v=1777259376\" 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            \u003cp\u003e滑らかな手触りと色使いが優しい印象のロングマットです。シルキーなポリエステル生地で、足元に心地よさをもたらします。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eトトロたちが森で楽しくよりみちする情景\u003c\/li\u003e\n                \u003cli\u003eどんぐりやクローバー、四葉モチーフのアクセント\u003c\/li\u003e\n                \u003cli\u003e隠れたネコバスやまっくろくろすけのシルエット\u003c\/li\u003e\n                \u003cli\u003eインテリアに寄り添いやすい愛らしいキャラクターデザイン\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e【デザインに関する補足】\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eリピート柄ではありません。\u003c\/li\u003e\n                \u003cli\u003eサイズごとに柄が違う絵羽柄です。\u003c\/li\u003e\n            \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約45cm × 240cm\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            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"となりのトトロ","offers":[{"title":"グリーン","offer_id":44070118817834,"sku":"TO-274-5366300","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001668_LPRNXbu.jpg?v=1777259376"},{"product_id":"1669","title":"【ロングマット ジブリ キャラ 可愛い 子ども 人気】約45×120cm ピンク 魔女の宅急便 ジジとキッチン","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eジブリの世界へようこそ キッチンロングマット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご自宅のキッチンが、まるでジブリの世界に変身。\u003cstrong\u003e可愛らしいジジと仲間たち\u003c\/strong\u003eが、毎日のお料理や遊びの時間を彩ります。家族みんなが笑顔になる、そんな空間をこの一枚で。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001669_FplshUi.jpg?v=1777259375\" 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\/0689\/8506\/1418\/files\/1_000000001669.jpg?v=1777259375\" 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\/0689\/8506\/1418\/files\/2_000000001669.jpg?v=1777259375\" class=\"img-fluid d-block w-100 product-img\" alt=\"家族みんなに優しい 滑りにくい快適マット\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心地よい肌触り 安心設計\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eジブリ「魔女の宅急便」で人気のジジと子ジジが登場する、可愛らしいキッチンロングマットです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eお気に入りのマグカップやミルク、パン生地を伸ばすめん棒など、嬉しい作品モチーフが散りばめられています。\u003c\/li\u003e\n                    \u003cli\u003eさりげない足跡まで愛らしいデザインで、お子様と物語を探す楽しさが広がります。\u003c\/li\u003e\n                    \u003cli\u003eくすみピンクが優しい印象で、様々なインテリアに寄り添いやすいデザインです。\u003c\/li\u003e\n                    \u003cli\u003e滑らかな手触りのシルキーなポリエステル生地が、足元に心地よさをもたらします。\u003c\/li\u003e\n                    \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\n\u003cstrong\u003e商品名\u003c\/strong\u003e: ロングマット ジジとキッチン\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: 約45×120cm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e色\u003c\/strong\u003e: ピンク\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eキャラクター\u003c\/strong\u003e: ジジ、子ジジ（魔女の宅急便）\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: ポリエステル\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e機能\u003c\/strong\u003e: 裏面滑りにくい加工\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- サイズ表や機能アイコンの画像があれば、ここに\u003cdiv class=\"spec-img-full\"\u003eまたは\u003cdiv class=\"care-icons\"\u003eで配置します。今回はテキスト情報のみのため含めません。 --\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品の特性上、以下の点にご留意ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e本製品はリピート柄ではありません。\u003c\/li\u003e\n                    \u003cli\u003eサイズごとに柄が異なる絵羽柄です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) は情報がないため作成しません --\u003e\n    \u003c!-- 注意事項セクション (Notes) は上記「デザインに関するご注意」に統合したため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"魔女の宅急便","offers":[{"title":"ピンク","offer_id":44070118850602,"sku":"MZ-243-5381000","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001669_FplshUi.jpg?v=1777259375"},{"product_id":"1670","title":"【ロングマット ジブリ キャラ 可愛い 子ども 人気】約45×180cm ピンク 魔女の宅急便 ジジとキッチン","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eジジとキッチンが彩る空間\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eくすみピンクの優しいロングマットが、お部屋に明るい印象をもたらします。\u003cstrong\u003e魔女の宅急便のジジたち\u003c\/strong\u003eがキッチングッズと楽しく溶け込み、足元から心地よい空間を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001670_NOxrzWe.jpg?v=1777259374\" class=\"img-fluid d-block w-100 product-img\" alt=\"ジジとキッチンが彩る空間\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eお部屋を明るくするデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eジジたちの物語が息づく\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e人気のジジと子ジジがキッチングッズの中にさりげなく登場。\u003cstrong\u003e作品モチーフ\u003c\/strong\u003eが散りばめられ、毎日使うキッチンに、ほっと心が和む愛らしい彩りを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000001670.jpg?v=1777259375\" class=\"img-fluid d-block w-100 product-img\" alt=\"ジジたちの物語が息づく\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e愛らしいモチーフを堪能\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック3 --\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\/0689\/8506\/1418\/files\/2_000000001670.jpg?v=1777259374\" class=\"img-fluid d-block w-100 product-img\" alt=\"毎日を快適に彩る足元\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e安心と快適を毎日に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「魔女の宅急便」の世界観が広がる、心地よいロングマットです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e滑らかな手触りと優しい色使いが特徴\u003c\/li\u003e\n          \u003cli\u003eシルキーなポリエステル生地で足元快適\u003c\/li\u003e\n          \u003cli\u003e魔女の宅急便のジジと子ジジがさりげなく登場するデザイン\u003c\/li\u003e\n          \u003cli\u003eマグカップ、ミルク、めん棒、足跡など、作品モチーフが豊富に散りばめられています\u003c\/li\u003e\n          \u003cli\u003eくすみピンクが優しい印象で、インテリアに溶け込みやすい\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e一般的なキッチンの足元にフィットする、使いやすいサイズです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約45cm × 180cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001670_NOxrzWe.jpg?v=1777259374\" class=\"img-fluid d-block w-100\" alt=\"サイズイメージ図\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e快適さと安全性を追求した素材と加工を施しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: ポリエステル100%\u003c\/li\u003e\n          \u003cli\u003e裏面: 滑りにくい加工\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"care-icons\"\u003e\n          \u003c!-- 洗濯表示や機能アイコンがあればここに配置します。 --\u003e\n          \u003c!-- 例: \u003cimg src=\"__IMG_WASH_ICON_1__\" alt=\"洗濯表示1\"\u003e \u003cimg src=\"__IMG_FUNCTION_ICON__\" alt=\"機能アイコン\"\u003e --\u003e\n          \u003cp\u003e※実際の洗濯表示や機能アイコンは商品タグをご確認ください。\u003c\/p\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\u003e商品の管理コードと生産国情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: GBL-KICHENMAT-J_45x180_PK (※情報がないため仮で設定)\u003c\/li\u003e\n          \u003cli\u003e生産国: 中国 (※情報がないため仮で設定)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"魔女の宅急便","offers":[{"title":"ピンク","offer_id":44070118916138,"sku":"MZ-244-5381100","price":3850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001670_NOxrzWe.jpg?v=1777259374"},{"product_id":"1671","title":"【ロングマット ジブリ キャラ 可愛い 子ども 人気】約45×240cm ピンク 魔女の宅急便 ジジとキッチン","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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キッチンを\u003cstrong class=\"text-emphasis\"\u003e温かく彩る\u003c\/strong\u003eロングマット。足元に広がるジブリの世界は、\u003cstrong class=\"text-emphasis\"\u003e子どもの好奇心をくすぐり\u003c\/strong\u003e、毎日の家事を\u003cstrong class=\"text-emphasis\"\u003e軽やかな時間へと誘います\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001671_zCVAcmV.jpg?v=1777259374\" 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 class=\"text-emphasis\"\u003eなめらかな手触り\u003c\/strong\u003eが、忙しいママの足元を\u003cstrong class=\"text-emphasis\"\u003e優しく包みます\u003c\/strong\u003e。キッチン道具に隠れるジジたちの姿は、見つけるたびに\u003cstrong class=\"text-emphasis\"\u003e心が和む小さな発見\u003c\/strong\u003eに。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000001671.jpg?v=1777259374\" 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 class=\"text-emphasis\"\u003e汚れに強い\u003c\/strong\u003eポリエステル素材は\u003cstrong class=\"text-emphasis\"\u003eお手入れ簡単\u003c\/strong\u003e。いつでも清潔に。\u003cstrong class=\"text-emphasis\"\u003e滑りにくい加工\u003c\/strong\u003eで床にしっかりフィットし、子どものいるキッチンも\u003cstrong class=\"text-emphasis\"\u003e心地よく\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001671.jpg?v=1777259374\" 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  \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=\"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● 約45cm × 240cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eシルキーな触り心地が魅力のポリエステル生地を使用しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e● ポリエステル100%\u003c\/li\u003e\n      \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=\"point-list\"\u003e\n        \u003cli\u003e▶ リピート柄ではありません。\u003c\/li\u003e\n        \u003cli\u003e▶ サイズごとに柄が異なる「絵羽柄」仕様です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"魔女の宅急便","offers":[{"title":"ピンク","offer_id":44070118948906,"sku":"MZ-245-5381200","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001671_zCVAcmV.jpg?v=1777259374"},{"product_id":"1682","title":"SDS Boappa（ボアッパ）ロングレッグウォーマー 最大幅約22.5cm・長さ約47cm ベージュ\/ブラック\/ブラウン\/グレー\/ピンク","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\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冷たい足先にじんわり広がる、\u003cstrong\u003e贅沢なフルボアのぬくもり\u003c\/strong\u003e。膝下から足首までを優しく包み込み、冷えやすい季節のおうち時間を\u003cstrong\u003e至福のリラックスタイム\u003c\/strong\u003eへと誘います。多彩なカラーから、気分に合わせて選べる喜びも。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001682_W9LOc4s.jpg?v=1777259373\" 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です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/1_000000001682.jpg?v=1777259373\" 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。ネットに入れれば洗濯機で丸洗いできるので、いつでも清潔を保てます。履き口の平ゴムと3箇所に施されたシャーリングが、\u003cstrong\u003eずれずに優しくフィット\u003c\/strong\u003eし、ストレスフリーな履き心地を提供します。お揃いのスリッパと合わせれば、より温もりを感じるコーディネートが完成します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001682.jpg?v=1777259373\" 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\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\u003eSDS Boappa（ボアッパ）シリーズ\u003c\/li\u003e\n          \u003cli\u003e冷えやすい膝下から足首までを約32cmの長さでしっかりカバー\u003c\/li\u003e\n          \u003cli\u003e指先が埋もれるほどの、とろけるようなフルボアの肌触り\u003c\/li\u003e\n          \u003cli\u003eお部屋の雰囲気や気分に合わせて選べる5色の豊富なカラーバリエーション\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平置き時の長さ: 約47cm\u003c\/li\u003e\n          \u003cli\u003e平置き時の最大幅: 約22.5cm\u003c\/li\u003e\n          \u003cli\u003e着用時目安の長さ: 約32cm（膝下から足首までをカバー）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e快適な履き心地と機能性を追求しました。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e素材: ポリエステル100%（フルボア）\u003c\/li\u003e\n          \u003cli\u003e履き口: 平ゴム入りでズレにくい設計\u003c\/li\u003e\n          \u003cli\u003eフィット感: 3箇所にゴムシャーリングを施し、脚に優しくフィット\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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          \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=\"point-list\"\u003e\n          \u003cli\u003e洗濯: ネットに入れて洗濯機で丸洗い可能\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SDS-Boappa","offers":[{"title":"ベージュ","offer_id":44070119997482,"sku":"SDS-1148-2778200","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070120063018,"sku":"SDS-1148-2778400","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070120095786,"sku":"SDS-1148-2778500","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":44070120128554,"sku":"SDS-1148-2778600","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001682_W9LOc4s.jpg?v=1777259373"},{"product_id":"1688","title":"SDS Boappa（ボアッパ） ハンドウォーマー 最大幅:約13cm・長さ:約20cm ベージュ\/ブラウン\/グレー\/ピンク","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手元を温めるふわふわボア\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e冷えが気になる季節に、手元を優しく包み込む心地よさ。４つのカラーから、あなたのスタイルに溶け込む一品を見つけてください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001688_4VCQB6E.jpg?v=1777259372\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元を温めるふわふわボア\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e冬の装いに暖かさをプラス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e指先自由、作業もスムーズ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e親指を通す穴があるから、読書もスマホ操作も\u003cstrong\u003e指先が自由に動かせます\u003c\/strong\u003e。温かさに包まれながら、\u003cstrong\u003eあらゆる作業が快適に進みます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001688.jpg?v=1777259372\" class=\"img-fluid d-block w-100 product-img\" alt=\"指先自由、作業もスムーズ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e集中を妨げない快適設計\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日使えて、いつも清潔\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eネットに入れて\u003cstrong\u003e洗濯機で丸洗い\u003c\/strong\u003eできるから、いつでも\u003cstrong\u003e清潔な状態を保てます\u003c\/strong\u003e。心地よいフィット感で、毎日の暮らしに寄り添います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001688.jpg?v=1777259372\" 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!-- スペック・詳細セクション --\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外側と内側両面にふわふわボアを使用し、心地よい肌触りを提供します。\u003c\/li\u003e\n                \u003cli\u003e2箇所にゴムシャーリングを施し、手元に心地よくフィットします。\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最大幅: 約13cm\u003c\/li\u003e\n                \u003cli\u003e長さ: 約20cm\u003c\/li\u003e\n                \u003cli\u003e素材: ポリエステル 100%\u003c\/li\u003e\n                \u003cli\u003eお手入れ: ネットに入れて洗濯機で丸洗い可能\u003c\/li\u003e\n                \u003cli\u003e備考: タンブラー乾燥不可\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \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お好みに合わせてお選びいただける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\"\u003eRoomClipモニター情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eインテリア実例共有サイト【RoomClip】にて当商品のモニターを行いました。実際に使用いただいた皆様のお声は下記URLからご覧いただけます。\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/roomclip.jp\/monitor\/1185\" target=\"_blank\"\u003e《モニター投稿一覧》\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"SDS-Boappa","offers":[{"title":"ベージュ","offer_id":44070120685610,"sku":"SDS-1149-2768800","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070120718378,"sku":"SDS-1149-2769000","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070120751146,"sku":"SDS-1149-2769100","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":44070120783914,"sku":"SDS-1149-2769200","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001688_4VCQB6E.jpg?v=1777259372"},{"product_id":"1689","title":"SDS Boappa（ボアッパ） ネックウォーマー 最大幅約40cm・長さ約15cm ベージュ\/ブラウン\/グレー\/ピンク","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eふわふわボアで華やぐ首元\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e纏うだけで顔周りが明るくなる、\u003cstrong\u003eふわふわボアのネックウォーマー\u003c\/strong\u003e。暖かさと\u003cstrong\u003e小顔効果\u003c\/strong\u003eを両立し、冬の装いを格上げします。さっと被るだけで、寒い日のお出かけも快適に。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001689_7pVh0fK.jpg?v=1777259371\" class=\"img-fluid d-block w-100 product-img\" alt=\"SDS Boappa ネックウォーマー（選べる4色の暖かさ）\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べる4色の暖かさ\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です。寒い日の冷え対策に、手放せなくなる心地よさを。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001689.jpg?v=1777259372\" class=\"img-fluid d-block w-100 product-img\" alt=\"SDS Boappa ネックウォーマー（毎日に寄り添う質感）\"\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ので、いつでも清潔を保てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/4_000000001689.jpg?v=1777259371\" class=\"img-fluid d-block w-100 product-img\" alt=\"SDS Boappa ネックウォーマー（多用途で清潔をキープ）\"\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\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            \u003cp\u003e本製品の具体的な寸法は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e最大幅: 約40cm\u003c\/li\u003e\n                \u003cli\u003e長さ: 約15cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003c!-- サイズ表や寸法図の画像があれば以下に配置してください --\u003e\n            \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"___サイズ表画像ID___\" alt=\"サイズ表\"\u003e\u003c\/div\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の素材は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eポリエステル 100%\u003c\/li\u003e\n            \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お好みに合わせて選べる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\u003e本製品はご家庭でお洗濯いただけます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e洗濯機で丸洗い可能（洗濯ネットをご使用ください）\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003c!-- 洗濯表示やケアアイコンの画像があれば以下に配置してください --\u003e\n            \u003c!-- \u003cdiv class=\"care-icons\"\u003e\u003cimg src=\"___洗濯表示画像ID1___\" alt=\"洗濯表示1\"\u003e\u003cimg src=\"___洗濯表示画像ID2___\" alt=\"洗濯表示2\"\u003e\u003c\/div\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e※廃盤カラー（ブラック\/ワインレッド）の販売ページは\u003ca href=\"https:\/\/www.senko-online.com\/view\/item\/000000002450\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eこちら\u003c\/a\u003eからご確認ください（在庫限りの販売です）。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SDS-Boappa","offers":[{"title":"ベージュ","offer_id":44070120816682,"sku":"SDS-1150-2769400","price":2970.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070120849450,"sku":"SDS-1150-2769600","price":2970.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070120882218,"sku":"SDS-1150-2769700","price":2970.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":44070120914986,"sku":"SDS-1150-2769800","price":2970.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001689_7pVh0fK.jpg?v=1777259371"},{"product_id":"1690","title":"【レッグウォーマー あったか 防寒 ふわふわ ウォッシャブル ボア】最大幅約21cm・長さ約32cm ベージュ\/ブラウン\/グレー\/ピンク SDS ボアッパ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003ch2 class=\"product-name\"\u003e【レッグウォーマー あったか 防寒 ふわふわ ウォッシャブル ボア】最大幅約21cm・長さ約32cm ベージュ\/ブラウン\/グレー\/ピンク SDS ボアッパ\u003c\/h2\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eおうち時間 あったか足元\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e足元からふくらはぎまで、約32cmの長さで温かく包み込み、冷えから優しく守ります。\u003cstrong\u003eフルボアのやわらかな肌触り\u003c\/strong\u003eが、冬のくつろぎを一層深めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001690_sz9KlyM.jpg?v=1777259371\" 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ベージュ、ブラウン、グレー、ピンクの4色をご用意。お部屋のインテリアや気分に合わせて、あなただけの素敵な\u003cstrong\u003e足元コーディネート\u003c\/strong\u003eを楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/8_000000001690.jpg?v=1777259370\" 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履き口は平ゴム、3箇所のシャーリングが足に優しくフィットし、\u003cstrong\u003e快適な履き心地\u003c\/strong\u003eを叶えます。ネット使用で洗濯機丸洗い可能なので、いつでも清潔にお使いいただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000001690.jpg?v=1777259371\" 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!-- スペック・詳細セクション --\u003e\n    \u003cdiv class=\"spec-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eフルボア仕様のあったかレッグウォーマーで、膝下から足首まで冷えを温かくカバーします。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eフルボア仕様で、やわらかな肌触りと温かさ\u003c\/li\u003e\n                    \u003cli\u003e約32cmの長さで、膝下から足首までをしっかりカバー\u003c\/li\u003e\n                    \u003cli\u003e履き口は平ゴム入りで、ずれにくく快適なフィット感\u003c\/li\u003e\n                    \u003cli\u003e3箇所にゴムシャーリングを施し、足に優しくフィット\u003c\/li\u003e\n                    \u003cli\u003eネット使用で洗濯機丸洗い可能、お手入れ簡単でいつでも清潔\u003c\/li\u003e\n                    \u003cli\u003eお揃いのスリッパと合わせると、さらに温もりを感じられます\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e以下のサイズは目安です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e最大幅：約21cm\u003c\/li\u003e\n                    \u003cli\u003e長さ：約32cm\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商品シリーズ：SDS ボアッパ\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                    \u003cli\u003eピンク\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"SDS-Boappa","offers":[{"title":"ベージュ","offer_id":44070120947754,"sku":"SDS-1088-4150300","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070120980522,"sku":"SDS-1088-4150400","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070121013290,"sku":"SDS-1088-4150500","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":44070121046058,"sku":"SDS-1088-4150700","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001690_sz9KlyM.jpg?v=1777259371"},{"product_id":"1725","title":"SDS Boappa（ボアッパ） スリッパ Mサイズ 約21〜23cm ベージュ\/ブラウン\/グレー\/ピンク","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eふかふかボアが足元を温める\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eスリッパ全体にボアを贅沢に使い、足を優しく包み込む\u003cstrong\u003e極上の履き心地\u003c\/strong\u003eです。ワタ入りで足にしっかりフィットし、冷え込む季節も\u003cstrong\u003e暖かく\u003c\/strong\u003e過ごせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001725_uEB731d.jpg?v=1777259364\" 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全4カラー\u003c\/strong\u003e。リビングや寝室の雰囲気に合わせて、あなただけのお気に入りを見つけてみませんか。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/2_000000001725.jpg?v=1777259363\" class=\"img-fluid d-block w-100 product-img\" alt=\"様々な色のスリッパが並べられている様子\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eインテリアに馴染む豊富な彩り\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eこだわりの機能で安全に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eスウェード調の底\u003c\/strong\u003eとかかとの\u003cstrong\u003e滑り止め\u003c\/strong\u003eが、フローリングでの転倒リスクを軽減します。つま先の適度な反り返りで、歩行時のつまずきも防止します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000001725.jpg?v=1777259364\" class=\"img-fluid d-block w-100 product-img\" alt=\"スリッパの底部分に滑り止めがあることを示す写真\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eいつも清潔、洗濯機で丸洗い\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eSDS Boappa（ボアッパ）は、贅沢な素材と機能性を追求したフルボアスリッパです。\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\u003e本ページで販売しているMサイズの詳細です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eMサイズ：約21〜23cm\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全4色：ベージュ、ブラウン、グレー、ピンク\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            ご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。ご注文の際は十分にご注意ください。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            ※廃盤カラー（ブラック\/ワインレッド、ネイビーブルー）は在庫限りで販売終了しております。\n            \u003ca href=\"https:\/\/www.senko-online.com\/view\/item\/000000002446\"\u003e廃盤カラー（ブラック\/ワインレッド）販売ページはこちら\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.senko-online.com\/view\/item\/000000001710\"\u003e廃盤カラー（ネイビーブルー）販売ページはこちら\u003c\/a\u003e\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SDS-Boappa","offers":[{"title":"ベージュ","offer_id":44070123307050,"sku":"SDS-794-8990300","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070123339818,"sku":"SDS-794-8990400","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070123372586,"sku":"SDS-794-8990500","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":44070123405354,"sku":"SDS-794-8990700","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001725_uEB731d.jpg?v=1777259364"},{"product_id":"1726","title":"SDS Boappa（ボアッパ）スリッパ Lサイズ 約23〜25cm ベージュ\/ブラウン\/グレー\/ピンク","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eふわふわボアッパで温活を\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e足を入れた瞬間、全身がとろけるような心地よさに包まれる\u003cstrong\u003eボアの質感\u003c\/strong\u003e。約23〜25cm対応の\u003cstrong\u003eLサイズ\u003c\/strong\u003eが、あなたの足元を優しく暖かく包み込み、\u003cstrong\u003e冷えから守ります\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001726_SI5PpY7.jpg?v=1777259362\" 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\/0689\/8506\/1418\/files\/3_000000001726.jpg?v=1777259363\" 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が、家の中での\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\/0689\/8506\/1418\/files\/5_000000001726.jpg?v=1777259363\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e清潔・安心・歩きやすい\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eスリッパ全体にボアを使用し、足を暖かく包み込む贅沢な履き心地を提供します。\u003c\/p\u003e\n        \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\u003eこちらのページではLサイズを販売しております。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eLサイズ：約23〜25cm対応\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シックモダンな普段使いしやすい、全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\u003eいつでも清潔にお使いいただけます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e洗濯機で丸洗い可能\u003c\/li\u003e\n          \u003cli\u003e洗濯ネットのご使用を推奨\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違う」といった理由による返品交換はお受けできかねます。\u003cbr\u003eご注文の際は十分にご注意ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SDS-Boappa","offers":[{"title":"ベージュ","offer_id":44070123438122,"sku":"SDS-795-6618900","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070123470890,"sku":"SDS-795-6620900","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070123503658,"sku":"SDS-795-6621100","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":44070123536426,"sku":"SDS-795-6621200","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001726_SI5PpY7.jpg?v=1777259362"},{"product_id":"1727","title":"【ボアスリッパ 洗える 暖かい もこもこ 冬用 カラバリ豊富】LLサイズ 約25〜27cm ベージュ\/ブラック\/ブラウン\/グレー SDS Boappa（ボアッパ）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: Helvetica, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #2A2A2A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #DFDFDF;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #2A2A2A; \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-left: 5px solid #2A2A2A; border-bottom: 1px solid #DFDFDF; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #2A2A2A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #2A2A2A; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #A6A6A640 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #DFDFDF;\n      border-radius: 8px;\n      background-color: #FFFFFF; \n      color: #2A2A2A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #2A2A2A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FFFFFF; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #A6A6A6; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #DFDFDF; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FFFFFF; color: #2A2A2A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #A6A6A6; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #2A2A2A; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #2A2A2A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #2A2A2A; 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: #A6A6A6; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #2A2A2A; margin-bottom: 12px; border-bottom: 1px solid #A6A6A6; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #DFDFDF; th, td { padding: 12px 8px; border: 1px solid #DFDFDF; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #2A2A2A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #DFDFDF; background: #EFEFEF; padding: 20px; border-radius: 8px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #2A2A2A; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e暖かさ広がるボアスリッパ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e全体にボアを贅沢に使用し、冷える足元を心地よく包み込みます。普段使いしやすいシックな色合いで、お部屋の雰囲気に合わせて選べる\u003cstrong\u003e豊富なカラーバリエーション\u003c\/strong\u003eをご用意しました。LLサイズ（約25〜27cm）でゆったりとした履き心地を叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001727_35hFbtd.jpg?v=1777259364\" class=\"img-fluid d-block w-100 product-img\" alt=\"冬のおうち時間に温もり\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e冬のおうち時間に温もり\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e足元包む快適な履き心地\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e内側までぎっしり詰まったふわふわのボアが、足全体を\u003cstrong\u003e優しくホールド\u003c\/strong\u003eし、これまでにない温かさをもたらします。スウェード調の底面とかかと部分に施された\u003cstrong\u003e滑り止め\u003c\/strong\u003eで、家の中での安定した歩行をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/3_000000001727.jpg?v=1777259363\" class=\"img-fluid d-block w-100 product-img\" alt=\"ふわふわ内ボアで極暖\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eふわふわ内ボアで極暖\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常に寄り添う機能性\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eワタ入り設計で足にしっかりフィットし、\u003cstrong\u003e脱げにくい快適さ\u003c\/strong\u003eを実現。つま先の適度な反り返りが歩く際のつまずきを防ぎます。さらに、\u003cstrong\u003e洗濯機で手軽に丸洗い\u003c\/strong\u003eできるため、いつでも清潔な状態でご使用いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/5_000000001727.jpg?v=1777259363\" 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        \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\u003eLLサイズ：約25〜27cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eSDS Boappa（ボアッパ）は、足元を快適に保つための様々な工夫が凝らされています。\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\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    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご注文間違いや「イメージと違う」といったお客様都合による返品交換は承りかねますので、ご注文の際はサイズや商品詳細を十分にご確認ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"SDS-Boappa","offers":[{"title":"ベージュ","offer_id":44070123601962,"sku":"SDS-796-6622700","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":44070123634730,"sku":"SDS-796-6622800","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":44070123667498,"sku":"SDS-796-6631300","price":3630.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/8506\/1418\/files\/000000001727_35hFbtd.jpg?v=1777259364"}],"url":"https:\/\/btol.we-shop.jp\/collections\/living.oembed?page=4","provider":"BToL-we-shop","version":"1.0","type":"link"}