{"title":"はれパン ブランドの答え","description":"","products":[{"product_id":"00031","title":"ドクターサポーター ひじ用(1枚）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eひじの冷えに温もりを ソフトな肌触り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eやさしく包み込む\u003cstrong\u003eソフトな着け心地\u003c\/strong\u003eで、ひじの冷えからくるつらさを軽減します。\u003cstrong\u003e遠赤外線\u003c\/strong\u003eと\u003cstrong\u003e吸水性ポリエステル\u003c\/strong\u003eの相乗効果で\u003cstrong\u003e強力な保温力\u003c\/strong\u003eを発揮し、関節をじんわりと温めます。毎日を快適に過ごすための頼れるパートナーです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000300_1.jpg?v=1759987934\" 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\u003eY字型断面\u003c\/strong\u003eの素材が汗を素早くキャッチし、肌をドライに保ちます。いつでも清潔で心地よい装着感を叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000300_s1.jpg?v=1759987934\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日本製の上質素材で快適持続\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e圧迫感の少ないソフトサポートで、冷えからくる関節痛や、運動による疲労・筋肉痛を和らげる保温サポーターです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e関節の冷えやしびれ、痛みには、暖めることが有効です。トライアクター（吸水性ポリエステル）と遠赤外線の相乗効果で強力な保温力を発揮します。\u003c\/li\u003e\n                    \u003cli\u003eトライアクター、Y字型断面の組織表面が汗をすばやくキャッチし、吸汗、速乾性に優れ、皮膚面をドライに保ちます。\u003c\/li\u003e\n                    \u003cli\u003eパイルの厚みを3段階に減厚。汗のかきやすい部分はメッシュに、ゴム部分は締め付け感が少なく快適にズレを防止します。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eポリエステル\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\u003eM：20〜27cm\u003c\/li\u003e\n                    \u003cli\u003eL：26〜35cm\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                \u003cp class=\"body-text\"\u003eホワイト\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e日本\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e洗濯機をご使用いただけます。\u003c\/p\u003e\n                \u003c!-- 洗濯表示画像がある場合はここに \u003cdiv class=\"care-icons\"\u003e\u003cimg src=\"...\" alt=\"洗濯表示\"\u003e\u003c\/div\u003e を配置 --\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) - 提供情報がないため作成しません --\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) - 提供情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"M \/ 白","offer_id":45776490791065,"sku":"0003001","price":1500.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 白","offer_id":45776490823833,"sku":"0003002","price":1500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000300_1.jpg?v=1759987934"},{"product_id":"00032","title":"ドクターサポーター ひざ用(1枚)","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eじんわり温める 膝の守り神\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e優しいつけ心地で、膝を包み込む\u003cstrong\u003eソフトサポート\u003c\/strong\u003e。冷えやすい関節をじんわり温め、日々の動きを軽やかにサポートします。長時間の着用も快適に過ごせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000302_1.jpg?v=1759987937\" 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\/0674\/4467\/0617\/files\/005-000302_s1.jpg?v=1759987937\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適なサイズ選びのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適を叶えるサイズ選び\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e圧迫感の少ないソフトサポートで、冷えからくる関節痛や、運動による疲労・筋肉痛を和らげる保温サポーターです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e関節の冷えやしびれ、痛みには、暖めることが有効です。トライアクター（吸水性ポリエステル）と遠赤外線の相乗効果で強力な保温力を発揮します。\u003c\/li\u003e\n        \u003cli\u003eトライアクター、Y字型断面の組織表面が汗をすばやくキャッチし吸汗、速乾性に優れ、皮膚面をドライに保ちます。\u003c\/li\u003e\n        \u003cli\u003eパイルの厚みを3段階に減厚し、汗のかきやすい部分はメッシュに、ゴム部分は締め付け感が少なく快適にズレを防止します。\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  \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\u003eM：22〜29cm\u003c\/li\u003e\n        \u003cli\u003eL：27〜35cm\u003c\/li\u003e\n        \u003cli\u003eLL：34〜46cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e高品質な素材を使用し、国内で丁寧に生産されています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材：ポリエステル、吸水ポリエステル、アクリル、ポリウレタン(遠赤)、ウール\u003c\/li\u003e\n        \u003cli\u003e生産国：日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eご家庭の洗濯機で簡単にお手入れいただけます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e洗濯機をご使用いただけます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\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    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/mw\/mail-delivery.gif\" class=\"img-fluid d-block w-100\" alt=\"メール便配送アイコン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e※詳細な配送方法は各ストア情報をご確認ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"M \/ 白","offer_id":45776490856601,"sku":"0003021","price":1500.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 白","offer_id":45776490889369,"sku":"0003022","price":1500.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 白","offer_id":45776490922137,"sku":"0003023","price":1500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000302_1.jpg?v=1759987937"},{"product_id":"00033","title":"ドクターサポーター 手のひら用(1枚)","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e冷える手元に心地よい温もりを\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e圧迫感を感じさせないソフトな着け心地で、あなたの日常をそっとサポートいたします。手元から伝わるじんわりとした温もりが、つらい冷えから優しく守ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000305_1.jpg?v=1759987938\" 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\/0674\/4467\/0617\/files\/005-000305_s1.jpg?v=1759987939\" 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\u003eY字型断面の組織表面が汗をすばやくキャッチするトライアクター素材は、吸汗速乾性に優れ、皮膚面をドライに保ちます。\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\u003eM：21〜26cm\u003c\/li\u003e\n        \u003cli\u003eL：24〜29cm\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\n\u003cstrong\u003e素材\u003c\/strong\u003e：ポリエステル、吸水ポリエステル、アクリル、ポリウレタン(遠赤)、ウール\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eカラー\u003c\/strong\u003e：ホワイト\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e生産国\u003c\/strong\u003e：日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\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\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/mw\/mail-delivery.gif\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003c!-- 入力データに注意事項の情報がないため、このセクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"M \/ 白","offer_id":45776490954905,"sku":"0003051","price":1500.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 白","offer_id":45776490987673,"sku":"0003052","price":1500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000305_1.jpg?v=1759987938"},{"product_id":"00034","title":"ドクターサポーター 足首用(1枚)","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日快適 足首やさしく保温\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000307_1.jpg?v=1759987940\" 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圧迫感を感じさせないソフトな着け心地で、デリケートな足首を優しく包み込みます。冷えやすい関節をじんわり温め、日々の活動を心地よくサポートします。\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\/0674\/4467\/0617\/files\/005-000307_s1.jpg?v=1759987940\" 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    \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と\u003cstrong\u003e遠赤外線\u003c\/strong\u003eの相乗効果で強力な保温力を発揮します。\u003c\/li\u003e\n                    \u003cli\u003eトライアクター、\u003cstrong\u003eY字型断面の組織表面\u003c\/strong\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\u003eM：16〜24cm\u003c\/li\u003e\n                    \u003cli\u003eL：19〜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                    \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=\"basic-list\"\u003e\n                    \u003cli\u003e日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eホワイト\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e洗濯機をご使用いただけます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/mw\/mail-delivery.gif\" class=\"img-fluid d-block w-100 product-img\" alt=\"メール便配送のご案内\"\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"M \/ 白","offer_id":45776491020441,"sku":"0003071","price":1500.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 白","offer_id":45776491053209,"sku":"0003072","price":1500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/005-000307_1.jpg?v=1759987940"},{"product_id":"0469","title":"ソフトウォーム腹巻","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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ウエスト48〜130cmに対応\u003c\/strong\u003e。アウターに響きにくく、こっそり温活を始められます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/046901_1.jpg?v=1759987942\" 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\/0674\/4467\/0617\/files\/046901_d1.jpg?v=1759987943\" 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肌pHを弱酸性に保ち\u003c\/strong\u003e、1日中\u003cstrong\u003eストレスフリーな着心地\u003c\/strong\u003e。\u003cstrong\u003e洗濯機で洗える\u003c\/strong\u003eのも魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/046901_m1.jpg?v=1759987942\" 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        \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eウエスト：約48〜130cm (フリーサイズ)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eベージュ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eソフトウォーム腹巻は「エクス」という生地で作られています。主な特徴は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"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      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/mw\/mail-delivery.gif\" 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!-- ④ 注意事項セクション (Notes) は情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"フリーサイズ","offer_id":45776491118745,"sku":"046901","price":1200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/046901_1.jpg?v=1759987942"},{"product_id":"0501","title":"はれパン 吸水ズボン","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0674\/4467\/0617\/files\/1166b65351aaf90fc4b5ae03ed327b90_82e40b7d-32c2-4453-9d94-813dbfa58354.jpg?v=1759987947\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常に溶け込むおねしょ対策ズボンの着用イメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e締め付けない ストレートシルエット\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eお子様の毎日に寄り添う、\u003cstrong\u003eシンプルで洗練されたデザイン\u003c\/strong\u003e。普段着と変わらない\u003cstrong\u003e自然な見た目\u003c\/strong\u003eで、夜も日中も\u003cstrong\u003e自信を持ってアクティブに過ごせる\u003c\/strong\u003e一枚です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eどんな寝相も許さない 360度吸水\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1d8e3ef409b8f910342ae338282e82bc_2d5d6f9e-2ff7-45de-b7ad-980ae4db9c32.jpg?v=1759987946\" class=\"img-fluid d-block w-100 product-img\" alt=\"寝返りを打っても漏らさない360度吸水のイメージ図\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e寝相を気にせず安心\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e腰から足首まで内側全面に敷き詰められた吸水保水帯\u003c\/strong\u003eが、\u003cstrong\u003e寝返りを打っても漏らさない\u003c\/strong\u003e。お子様は\u003cstrong\u003e朝までぐっすり\u003c\/strong\u003e、ママやパパも\u003cstrong\u003e安らかな夜\u003c\/strong\u003eを迎えられます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eいつもの下着とWで安心 お手入れ楽々\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/bc56c31a29604a0f66390d23686517c5_e9dbbe3f-ac49-4bf3-97b2-b22cfa2e7e7f.jpg?v=1759987946\" class=\"img-fluid d-block w-100 product-img\" alt=\"いつもの下着とWで安心、お手入れ簡単な洗濯イメージ\"\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計算された3層構造と制菌加工\u003c\/strong\u003eで清潔さを保ち、\u003cstrong\u003eご自宅で手軽に洗える\u003c\/strong\u003eので\u003cstrong\u003e家事の負担も軽減\u003c\/strong\u003eします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e『360度 全面吸水』おねしょをズボン内側全面で徹底吸水！\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e内側360度全面で漏れを徹底吸水！\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e腰から足首まで敷き詰めた吸水保水帯が、どんな寝相からの漏れも徹底吸水し、おねしょを徹底ガード！\u003c\/li\u003e\n        \u003cli\u003e今までの下着をそのまま活用でき、おねしょパンツ＋吸水ズボンのWのおねしょ対策でさらに安心です。\u003c\/li\u003e\n      \u003c\/ul\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      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e吸水量と厚みの絶妙なバランス！計算されつくした3層構造。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e吸水構造に使用された生地には制菌加工を施しており、菌の増殖を抑えるのでとっても衛生的です。\u003c\/li\u003e\n      \u003c\/ul\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      \u003c\/ul\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      \u003c\/ul\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      \u003c\/ul\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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eブラック\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e120\u003c\/li\u003e\n        \u003cli\u003e130\u003c\/li\u003e\n        \u003cli\u003e140\u003c\/li\u003e\n        \u003cli\u003e150\u003c\/li\u003e\n        \u003cli\u003e160\u003c\/li\u003e\n        \u003cli\u003e170\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        \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「はれパン」は株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"120 \/ ブラック","offer_id":45776491380889,"sku":"0501021","price":9500.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776491413657,"sku":"0501031","price":9500.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック","offer_id":45776491446425,"sku":"0501041","price":10080.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック","offer_id":45776491479193,"sku":"0501051","price":10080.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック","offer_id":45776491511961,"sku":"0501061","price":10080.0,"currency_code":"JPY","in_stock":true},{"title":"170 \/ ブラック","offer_id":45776491544729,"sku":"0501071","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1166b65351aaf90fc4b5ae03ed327b90_82e40b7d-32c2-4453-9d94-813dbfa58354.jpg?v=1759987947"},{"product_id":"0530","title":"はれパン ボクサーパンツ80","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を彩るスマートな一枚\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e一見、普通のボクサーパンツ。その裏に秘めた\u003cstrong\u003e吸水機能\u003c\/strong\u003eで、\u003cstrong\u003e不意の水分トラブル\u003c\/strong\u003eに悩まされない。周囲に気づかれず、毎日を\u003cstrong\u003e堂々と過ごせるデザイン\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/8b3068b573b1a251337fe14ddee36217_aa308b17-53ce-4925-839d-6b0ddd146001.jpg?v=1759987962\" 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\/0674\/4467\/0617\/files\/3c08ee6c2dcf88b28420401f6d6aaefa_9895b1f0-621e-4723-8944-33f764850595.jpg?v=1759987961\" 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\"\u003e100ccを瞬時に吸収、続く快適\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e驚きの\u003cstrong\u003e吸水量100cc\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\/0674\/4467\/0617\/files\/ec2702e8460661d53e13d9eb0565522c_73cd4380-abe5-4d66-9843-325a39f97b4b.jpg?v=1759987962\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e不安を解消する吸収力\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e見られても恥ずかしくない、自然でスタイリッシュなデザインです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e外見は普通のボクサーパンツ、なのに吸水速乾保水機能つきなので快適に過ごせます。\u003c\/li\u003e\n                    \u003cli\u003e独自の特許技術”シングルポケット構造”で、どんな体勢でもモレをしっかりキャッチし、伝い漏れや後モレもブロック！\u003c\/li\u003e\n                    \u003cli\u003e吸水量100ccで、日中の外出時や運動時も安心です。\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=\"point-list\"\u003e\n                    \u003cli\u003eトイレが間に合わず漏らしてしまう\u003c\/li\u003e\n                    \u003cli\u003e排尿の切れが悪い\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eカラー：ブラック・ボルドー・ボルドー\/インナーブラックver.\u003c\/li\u003e\n                    \u003cli\u003eサイズ：S・M・L・LL・3L・4L・5L・6L\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ポリエステル94％\u003c\/li\u003e\n                    \u003cli\u003eポリウレタン6％\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e特許・意匠登録\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e登録番号1375696号\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/スペック・詳細セクション --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"メイフィール","offers":[{"title":"S \/ 杢ブラック","offer_id":45776493084825,"sku":"0530301","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 杢ボルドー","offer_id":45830274449561,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ 杢カーキ","offer_id":45830274482329,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ ボルドーインナーブラック","offer_id":45830274580633,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ 杢ブラック","offer_id":45776493117593,"sku":"0530302","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 杢ボルドー","offer_id":45830274613401,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ 杢カーキ","offer_id":45830274646169,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ ボルドーインナーブラック","offer_id":45830274744473,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"L \/ 杢ブラック","offer_id":45776493150361,"sku":"0530303","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 杢ボルドー","offer_id":45830274777241,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"L \/ 杢カーキ","offer_id":45830274810009,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"L \/ ボルドーインナーブラック","offer_id":45830274908313,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"LL \/ 杢ブラック","offer_id":45776493379737,"sku":"0530304","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 杢ボルドー","offer_id":45830274941081,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"LL \/ 杢カーキ","offer_id":45830274973849,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"LL \/ ボルドーインナーブラック","offer_id":45830275072153,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"3L \/ 杢ブラック","offer_id":45776493412505,"sku":"0530305","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ 杢ボルドー","offer_id":45830275104921,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"3L \/ 杢カーキ","offer_id":45830275137689,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"3L \/ ボルドーインナーブラック","offer_id":45830275235993,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"4L \/ 杢ブラック","offer_id":45776493576345,"sku":"0530306","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ 杢ボルドー","offer_id":45830275268761,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":false},{"title":"4L \/ 杢カーキ","offer_id":45830275301529,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":false},{"title":"4L \/ ボルドーインナーブラック","offer_id":45830275399833,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":false},{"title":"5L \/ 杢ブラック","offer_id":45776493674649,"sku":"0530307","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ 杢ボルドー","offer_id":45830275432601,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"5L \/ 杢カーキ","offer_id":45830275465369,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"5L \/ ボルドーインナーブラック","offer_id":45830275563673,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"6L \/ 杢ブラック","offer_id":45776493772953,"sku":"0530308","price":5170.0,"currency_code":"JPY","in_stock":true},{"title":"6L \/ 杢ボルドー","offer_id":45830275596441,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"6L \/ 杢カーキ","offer_id":45830275629209,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"6L \/ ボルドーインナーブラック","offer_id":45830275727513,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/8b3068b573b1a251337fe14ddee36217_aa308b17-53ce-4925-839d-6b0ddd146001.jpg?v=1759987962"},{"product_id":"0532","title":"はれパン360","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0674\/4467\/0617\/files\/258f5ae2e9b78cccc055bcd344d549fd_86a416d1-1514-49cd-b975-3dccd9f8ff3d.jpg?v=1759987964\" 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\u003e5層構造の独自製法\u003c\/strong\u003eと\u003cstrong\u003e特許取得の新発想\u003c\/strong\u003eで、男性器全体を包み込み\u003cstrong\u003eモレを徹底ブロック\u003c\/strong\u003eします。\u003cstrong\u003e驚異の最大300cc吸収\u003c\/strong\u003eで、日々の活動を応援します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/c9ee0c24054ab2dd3a18335af1cd7e32_b951b49cd-b975-3dccd9f8ff3d.png?v=1759987964\" 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吸水力300ccの実証 確かな信頼\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e300ccもの液体をしっかりと吸収\u003c\/strong\u003eし、外への染み出しを許しません。\u003cstrong\u003e洗濯して繰り返し使えるエコフレンドリーな設計\u003c\/strong\u003eで、毎日を経済的にサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/668150e82f6053f471e6dcb766789d76_41228cc6-96b1-4b2a-805b-0f93550b234f.jpg?v=1759987964\" class=\"img-fluid d-block w-100 product-img\" alt=\"吸水力300ccの実証 確かな信頼\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e繰り返し使えるサステナブル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・メリット\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eこの商品の主な特徴とメリットは以下の通りです。\u003c\/p\u003e\n        \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          \u003cli\u003e5層構造の独自製法で驚異の最大300ccの吸水を実現\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e商品の詳細情報をご確認ください。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカラー：ブラック\u003c\/li\u003e\n          \u003cli\u003eサイズ：S, M, L, LL, 3L, 4L, 5L, 6L\u003c\/li\u003e\n          \u003cli\u003e素材：身生地\/ポリエステル100％、防水布\/ポリエステル100％ ポリウレタンコーティング\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e特許・意匠登録情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e本製品は以下の特許・意匠登録を受けています。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e特許・意匠登録 登録番号1375696号\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"S \/ ブラック","offer_id":45776493871257,"sku":"053200","price":6732.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ ブラック","offer_id":45776493904025,"sku":"053201","price":7040.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ブラック","offer_id":45776493936793,"sku":"053202","price":7040.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ ブラック","offer_id":45776493969561,"sku":"053203","price":7260.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ ブラック","offer_id":45776494002329,"sku":"053204","price":7260.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ ブラック","offer_id":45776494035097,"sku":"053205","price":8580.0,"currency_code":"JPY","in_stock":false},{"title":"5L \/ ブラック","offer_id":45776494067865,"sku":"053206","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"6L \/ ブラック","offer_id":45776494100633,"sku":"053207","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/258f5ae2e9b78cccc055bcd344d549fd_86a416d1-1514-49cd-b975-3dccd9f8ff3d.jpg?v=1759987964"},{"product_id":"0533","title":"はれパン Linoa 200","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0674\/4467\/0617\/files\/0a8e2239a0c9024d7ec4d271596f00a2_dd3a03fe-7da5-4915-a2ee-3493005bb4ad.jpg?v=1759987965\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日を彩る、さりげない快適\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e普通のショーツと見間違うほどの自然なデザイン。水に浮くほど軽い\u003cstrong\u003eエアロカプセル素材\u003c\/strong\u003eが、着用時の負担を忘れさせる軽快な履き心地を叶えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\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\/0674\/4467\/0617\/files\/ad3d8104958cfbabf803671c5ca3aa7c_d562970e-2576-4531-bdea-281ed3d6d32b.jpg?v=1759987965\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e広がる安心、朝まで続く守り\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e前からお尻を優しく包み込む\u003cstrong\u003e広大な吸水面\u003c\/strong\u003eと、\u003cstrong\u003eサイドギャザー\u003c\/strong\u003eが横漏れをしっかりブロック。寝返りを打っても気にならない、朝まで続く保護力をお届けします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e200ccを瞬時にロック、肌に優しい日本の技術\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/617f8f67e152507d7cf59d217d16801e_7a1b314c-e4cf-471d-8f2d-9325b04c94ca.png?v=1759987965\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e信頼の多層構造、上質な肌ざわり\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e独自開発の4層構造\u003c\/strong\u003eが\u003cstrong\u003e200ccの水分\u003c\/strong\u003eを瞬時に捉え、肌に触れる面はいつもさらりとドライ。\u003cstrong\u003eセパレート設計\u003c\/strong\u003eと\u003cstrong\u003eウエスト調整機能\u003c\/strong\u003eで、あなたに最適な一枚を日本で仕立てました。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\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「はれパン Linoa 200」は、以下のような特徴を持つ高機能ショーツです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e見た目は普通のショーツと変わらないデザイン。\u003cstrong\u003e水に浮くほど軽いエアロカプセル素材\u003c\/strong\u003eで軽やかな履き心地。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e大容量吸水\u003c\/strong\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で他のサニタリー用品と併用しても羽が見えず、\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカラー：ピーチ\u003c\/li\u003e\n          \u003cli\u003eサイズ：S・M・L・LL・3L\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吸水量：200cc\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パッド：ポリエステル・レーヨン・ポリウレタンフィルム\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":"S \/ ピーチ","offer_id":45776494133401,"sku":"0532131","price":7040.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ピーチ","offer_id":45776494166169,"sku":"0532141","price":7040.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ピーチ","offer_id":45776494198937,"sku":"0532151","price":7260.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ ピーチ","offer_id":45776494231705,"sku":"0532161","price":7260.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ ピーチ","offer_id":45776494264473,"sku":"0532171","price":7480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/0a8e2239a0c9024d7ec4d271596f00a2_dd3a03fe-7da5-4915-a2ee-3493005bb4ad.jpg?v=1759987965"},{"product_id":"05801","title":"はれパン ジュニアボクサーパンツ8","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0674\/4467\/0617\/files\/a8bfe403b56666435d3100669095326d_df42050a-a865-47c3-9ec0-173b3346a4da.jpg?v=1759987967\" 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\/0674\/4467\/0617\/files\/1a4c648b683204428539fb4f2f68ea6b_66799c16-1a31-4e67-82c7-818a692c43eb.jpg?v=1759987967\" 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\/0674\/4467\/0617\/files\/770087e54320fdb8aac02ed687f8b176_4b665c64-6745-4909-b97c-aceb3c437db7.jpg?v=1759987967\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e職人技が光るMade in Japan\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eはれパンは、お子様の毎日を快適に、そして自信をもって過ごせるようサポートします。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e日常使いしやすい全5色。豊富なカラーバリエーションで、お気に入りが見つかります。\u003c\/li\u003e\n                \u003cli\u003e外見は普通のボクサーパンツ。学校や外出時も周囲を気にせず、自然でスタイリッシュなデザインです。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e吸水速乾保水機能\u003c\/strong\u003e付きで、いつでもサラッと快適な着心地です。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e吸水量8cc\u003c\/strong\u003eで、日中の学校や放課後の軽度なおもらしやちびりに最適です。\u003c\/li\u003e\n                \u003cli\u003e吸収力に優れた生地が素早く水分を吸収拡散し、蒸れや不快感を和らげます。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e伸縮性のある生地\u003c\/strong\u003eとこだわりの\u003cstrong\u003e立体裁断\u003c\/strong\u003eが身体によくフィットし、お子様の動きを妨げません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e【こんな方におすすめ】\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e授業中、お出かけ、軽スポーツ中など、トイレを我慢することが多いお子様\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\n\u003cstrong\u003eカラー\u003c\/strong\u003e：ブルー、イエロー、オレンジ、グリーン、ブラック\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eサイズ展開\u003c\/strong\u003e：110、120、130、140、150、160\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\n\u003cstrong\u003e素材\u003c\/strong\u003e：\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003eブルー：綿94％、ポリウレタン6％\u003c\/li\u003e\n                        \u003cli\u003eイエロー・オレンジ・グリーン：ポリエステル94％、ポリウレタン6％\u003c\/li\u003e\n                        \u003cli\u003eブラック：ポリエステル90％、ポリウレタン10％\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \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 class=\"body-text\"\u003eおねしょパンツにシャツを入れると漏れの原因となります。中にシャツを入れてしまうと、そこから伝いモレや染みモレの原因となってしまいます。お子さまの寝冷えの対策には別に腹巻などをオススメいたします。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"110 \/ ブラック","offer_id":45776494297241,"sku":"0580001","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン","offer_id":45776494330009,"sku":"0580002","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ","offer_id":45776494362777,"sku":"0580003","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー","offer_id":45776494395545,"sku":"0580004","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブルー","offer_id":45776494428313,"sku":"0580005","price":2310.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ ブラック","offer_id":45776494461081,"sku":"0580011","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン","offer_id":45776494493849,"sku":"0580012","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ","offer_id":45776494526617,"sku":"0580013","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー","offer_id":45776494559385,"sku":"0580014","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブルー","offer_id":45776494592153,"sku":"0580015","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776494624921,"sku":"0580021","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン","offer_id":45776494657689,"sku":"0580022","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ","offer_id":45776494690457,"sku":"0580023","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー","offer_id":45776494723225,"sku":"0580024","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブルー","offer_id":45776494755993,"sku":"0580025","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック","offer_id":45776494788761,"sku":"0580031","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン","offer_id":45776494821529,"sku":"0580032","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ","offer_id":45776494854297,"sku":"0580033","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー","offer_id":45776494887065,"sku":"0580034","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブルー","offer_id":45776494919833,"sku":"0580035","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック","offer_id":45776494952601,"sku":"0580041","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン","offer_id":45776494985369,"sku":"0580042","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ","offer_id":45776495018137,"sku":"0580043","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー","offer_id":45776495050905,"sku":"0580044","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブルー","offer_id":45776495083673,"sku":"0580045","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック","offer_id":45776495116441,"sku":"0580051","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン","offer_id":45776495149209,"sku":"0580052","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ","offer_id":45776495181977,"sku":"0580053","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー","offer_id":45776495214745,"sku":"0580054","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブルー","offer_id":45776495247513,"sku":"0580055","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/a8bfe403b56666435d3100669095326d_df42050a-a865-47c3-9ec0-173b3346a4da.jpg?v=1759987967"},{"product_id":"05802","title":"はれパン ジュニアボクサーパンツ30","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0674\/4467\/0617\/files\/711be5095241af5756a2c4863e647922_89ff45e0-5b1a-46cc-9ebf-c048c9a2f4cd.jpg?v=1759987969\" 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\"\u003e30cc吸水！日中のちょこっと漏れ安心\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/83472ceb55a77773ac6ec0d02c9ebdae_c3668a39-a07d-4984-8db7-c8e6cf3cb798.jpg?v=1762752595\" class=\"img-fluid d-block w-100 product-img\" alt=\"30cc吸水でちょこっと漏れも安心\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eトイレ我慢が多い時に\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e吸水量\u003cstrong\u003e30cc\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\/0674\/4467\/0617\/files\/b12789e23f7207a5cbf62970aadfa9bc_7539d8a4-3f3c-4137-8465-f255a622b556.jpg?v=1762752595\" 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    \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日常で使いやすい色を集めた全5色展開。お子さまのお気に入りがきっと見つかります。\u003c\/li\u003e\n                \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザインです。\u003c\/li\u003e\n                \u003cli\u003e外見は普通のボクサーパンツながら、\u003cstrong\u003e吸水速乾保水機能\u003c\/strong\u003eつきで快適に過ごせます。\u003c\/li\u003e\n                \u003cli\u003e吸水量\u003cstrong\u003e30cc\u003c\/strong\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    \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    \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                \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\u003e110cm\u003c\/li\u003e\n                \u003cli\u003e120cm\u003c\/li\u003e\n                \u003cli\u003e130cm\u003c\/li\u003e\n                \u003cli\u003e140cm\u003c\/li\u003e\n                \u003cli\u003e150cm\u003c\/li\u003e\n                \u003cli\u003e160cm\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\n\u003cstrong\u003e素材:\u003c\/strong\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eブルー: 綿94％・ポリウレタン6％\u003c\/li\u003e\n                        \u003cli\u003eイエロー・オレンジ・グリーン: ポリエステル94％・ポリウレタン6％\u003c\/li\u003e\n                        \u003cli\u003eブラック: ポリエステル90％・ポリウレタン10％\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \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    \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        \u003cp class=\"body-text\"\u003e中にシャツを入れてしまうと、そこから伝いモレや染みモレの原因となってしまいます。お子さまの寝冷えの対策には別に腹巻などをオススメいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) は情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"110 \/ ブラック","offer_id":45776495280281,"sku":"0580101","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン","offer_id":45776495313049,"sku":"0580102","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ","offer_id":45776495345817,"sku":"0580103","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー","offer_id":45776495378585,"sku":"0580104","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブルー","offer_id":45776495411353,"sku":"0580105","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック","offer_id":45776495444121,"sku":"0580111","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン","offer_id":45776495476889,"sku":"0580112","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ","offer_id":45776495509657,"sku":"0580113","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー","offer_id":45776495542425,"sku":"0580114","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブルー","offer_id":45776495575193,"sku":"0580115","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776495607961,"sku":"0580121","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン","offer_id":45776495640729,"sku":"0580122","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ","offer_id":45776495673497,"sku":"0580123","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー","offer_id":45776495706265,"sku":"0580124","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブルー","offer_id":45776495739033,"sku":"0580125","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック","offer_id":45776495771801,"sku":"0580131","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン","offer_id":45776495804569,"sku":"0580132","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ","offer_id":45776495837337,"sku":"0580133","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー","offer_id":45776495870105,"sku":"0580134","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブルー","offer_id":45776495902873,"sku":"0580135","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック","offer_id":45776495935641,"sku":"0580141","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン","offer_id":45776495968409,"sku":"0580142","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ","offer_id":45776496001177,"sku":"0580143","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー","offer_id":45776496033945,"sku":"0580144","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブルー","offer_id":45776496066713,"sku":"0580145","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック","offer_id":45776496099481,"sku":"0580151","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン","offer_id":45776496132249,"sku":"0580152","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ","offer_id":45776496165017,"sku":"0580153","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー","offer_id":45776496197785,"sku":"0580154","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブルー","offer_id":45776496230553,"sku":"0580155","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/711be5095241af5756a2c4863e647922_89ff45e0-5b1a-46cc-9ebf-c048c9a2f4cd.jpg?v=1759987969"},{"product_id":"05803","title":"はれパン  ジュニアハーフパンツ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0674\/4467\/0617\/files\/1-02_b01dd0e1-2c98-4322-9df6-566abdacad14.webp?v=1763436314\" 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\/0674\/4467\/0617\/files\/1-03_deb0eeb9-97eb-4352-9bfc-8cd022847b5c.webp?v=1763436314\" 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\/0674\/4467\/0617\/files\/2-03_75c7923c-5321-4edb-8fec-ef7fd6f2937a.webp?v=1763436314\" 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やわらかいスムース素材で肌触りが良く、半ズボンタイプなので1年中着用いただけます。男女問わずシンプルで飽きのこないデザインで、表も裏も同色(ブラック)なので、お着替え時も周囲を気にせず、おねしょ対策にも最適です。通気性があり蒸れ感が少ないので、暑い季節や部屋着にピッタリです。\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        \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        \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        \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                \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\u003e110\u003c\/td\u003e\n                \u003ctd\u003e49~55cm\u003c\/td\u003e\n                \u003ctd\u003e約48cm\u003c\/td\u003e\n                \u003ctd\u003e約33cm\u003c\/td\u003e\n                \u003ctd\u003e116g\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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防水布：ポリエステル100％ ポリウレタンコーティング\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!-- 発送案内セクション (Shipping) は情報がないため作成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) は情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"110 \/ ブラック","offer_id":45776496263321,"sku":"058030","price":3400.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック","offer_id":45776496296089,"sku":"058031","price":3400.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776496328857,"sku":"058032","price":3600.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ ブラック","offer_id":45776496361625,"sku":"058033","price":3800.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ ブラック","offer_id":45776496394393,"sku":"058034","price":4000.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ ブラック","offer_id":45776496427161,"sku":"058035","price":4100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-02_b01dd0e1-2c98-4322-9df6-566abdacad14.webp?v=1763436314"},{"product_id":"05805","title":"はれパン ボクサーパンツ10","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e普段使いに溶け込む はれパンボクサー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e高い伸縮性\u003c\/strong\u003eが生み出す\u003cstrong\u003e快適なフィット感\u003c\/strong\u003eは、まるで肌の一部。一日中、どんな動きも妨げません。\u003cstrong\u003eカジュアルなデザイン\u003c\/strong\u003eで、毎日の装いに自然に馴染みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1f48b1ffb1c7ddc40b995c2d1c6b1dc1.jpg?v=1761540106\" 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\u003e10ccまで対応\u003c\/strong\u003eする\u003cstrong\u003e3層構造パッド\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\/0674\/4467\/0617\/files\/93c338c561640e09a86907b25cc44a1b.jpg?v=1761540106\" class=\"img-fluid d-block w-100 product-img\" alt=\"不意のちょいモレに対応する吸水パッドのイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e不安を解消、快適さを追求したパッド\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日本製 通気する高機能ボクサー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eポリエステルとレーヨン\u003c\/strong\u003eを主成分とした\u003cstrong\u003e通気性抜群\u003c\/strong\u003eの生地が、ムレを気にせず一日中\u003cstrong\u003e爽やかさ\u003c\/strong\u003eを維持。\u003cstrong\u003e日本の熟練職人\u003c\/strong\u003eが手掛ける、信頼の品質をお届けします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1cfd2928a239755ed003f4aa3034951b.jpg?v=1761540106\" 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        \u003c!-- スペック・詳細セクションの大きな画像 --\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_01.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品機能説明図1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/058050_08.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品機能説明図2\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eはれパン メンズは尿漏れ対策に特化した男性用尿漏れパンツです。普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地です。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e伸縮性の高い生地と、立体裁断で実現する着心地のいい快適なフィット感\u003c\/li\u003e\n                    \u003cli\u003e1日中爽やかさが続くムレない通気性の良い生地\u003c\/li\u003e\n                    \u003cli\u003e吸水機能付きで尿染み対応！ちょいモレが気になるあなたに3層構造のパッドが尿を吸収\u003c\/li\u003e\n                    \u003cli\u003e両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003c\/li\u003e\n                    \u003cli\u003e日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e推奨シーン\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中\u003c\/li\u003e\n                    \u003cli\u003e軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品シリーズ: もっと楽しく、もっとアクティブに！！「はれパン」\u003c\/li\u003e\n                    \u003cli\u003e「はれパン」は株式会社メイフィールの登録商標または商標です(登録第6378975号)。\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大きいサイズの6Lまで対応しています。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e\u003ca href=\"https:\/\/item.rakuten.co.jp\/mfmayfeel\/058050\/\"\u003eS\u003c\/a\u003e\u003c\/th\u003e\n                                \u003cth\u003e\u003ca href=\"https:\/\/item.rakuten.co.jp\/mfmayfeel\/058051\/\"\u003eM\u003c\/a\u003e\u003c\/th\u003e\n                                \u003cth\u003e\u003ca href=\"https:\/\/item.rakuten.co.jp\/mfmayfeel\/058052\/\"\u003eL\u003c\/a\u003e\u003c\/th\u003e\n                                \u003cth\u003e\u003ca href=\"https:\/\/item.rakuten.co.jp\/mfmayfeel\/058053\/\"\u003eLL\u003c\/a\u003e\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e\u003ca href=\"https:\/\/item.rakuten.co.jp\/mfmayfeel\/058054\/\"\u003e3L\u003c\/a\u003e\u003c\/th\u003e\n                                \u003cth\u003e\u003ca href=\"https:\/\/item.rakuten.co.jp\/mfmayfeel\/058055\/\"\u003e4L\u003c\/a\u003e\u003c\/th\u003e\n                                \u003cth\u003e\u003ca href=\"https:\/\/item.rakuten.co.jp\/mfmayfeel\/058056\/\"\u003e5L\u003c\/a\u003e\u003c\/th\u003e\n                                \u003cth\u003e\u003ca href=\"https:\/\/item.rakuten.co.jp\/mfmayfeel\/058057\/\"\u003e6L\u003c\/a\u003e\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e各サイズの詳細については以下をご確認ください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eMサイズ (適応身長\/ウエスト\/総丈\/後ろ丈): 165~175cm \/ 76~84cm \/ 29cm \/ 27.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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: ポリエステル62％、レーヨン33％、ポリウレタン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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e吸水量: 10cc\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            \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\"\u003e5805\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- スペック・詳細セクションの大きな画像 --\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品詳細説明図3\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\" class=\"img-fluid d-block w-100 product-img\" alt=\"日本製をアピールするポスター画像\"\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (情報がないため作成しない) --\u003e\n    \u003c!-- ④ 注意事項セクション (情報がないため作成しない) --\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"S \/ ブラック","offer_id":45776496722073,"sku":"0580501","price":3520.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ボルドー","offer_id":45776496754841,"sku":"0580502","price":3520.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ ブラック","offer_id":45776496787609,"sku":"0580511","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ボルドー","offer_id":45776496820377,"sku":"0580512","price":3630.0,"currency_code":"JPY","in_stock":false},{"title":"L \/ ブラック","offer_id":45776496853145,"sku":"0580521","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ボルドー","offer_id":45776496885913,"sku":"0580522","price":3630.0,"currency_code":"JPY","in_stock":false},{"title":"LL \/ ブラック","offer_id":45776496918681,"sku":"0580531","price":3740.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ ボルドー","offer_id":45776496951449,"sku":"0580532","price":3740.0,"currency_code":"JPY","in_stock":false},{"title":"3L \/ ブラック","offer_id":45776496984217,"sku":"0580541","price":3740.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ ボルドー","offer_id":45776497016985,"sku":"0580542","price":3740.0,"currency_code":"JPY","in_stock":false},{"title":"4L \/ ブラック","offer_id":45776497049753,"sku":"0580551","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ ボルドー","offer_id":45776497082521,"sku":"0580552","price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"5L \/ ブラック","offer_id":45776497115289,"sku":"0580561","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ ボルドー","offer_id":45776497148057,"sku":"0580562","price":3850.0,"currency_code":"JPY","in_stock":false},{"title":"6L \/ ブラック","offer_id":45776497180825,"sku":"0580571","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"6L \/ ボルドー","offer_id":45776497213593,"sku":"0580572","price":3850.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1f48b1ffb1c7ddc40b995c2d1c6b1dc1.jpg?v=1761540106"},{"product_id":"05806","title":"はれパン ボクサーパンツ50","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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 class=\"strong-text\"\u003e伸縮性の高い生地が優しく包み込み、毎日の活動を快適にサポート\u003c\/strong\u003eします。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/b2835ec2176a73271a49195bd31fbbb3_fbedf273-304f-44b0-9327-9bc126389341.jpg?v=1759987975\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e自然に溶け込む上質デザイン\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e独自の技術が叶える驚きのサラッと感\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong class=\"strong-text\"\u003e活発な動きを妨げない設計\u003c\/strong\u003eで、もしもの時も素早く水分を拡散。特殊な多層構造が潤いをしっかり吸い込み、デリケートな肌を守りながら、いつでもさらりとした心地よさを保ちます。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/e928160b5df866588c2c550097ac782b_5bae14f1-d186-4d7c-a718-184e2534586a.jpg?v=1759987975\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eムレ知らずの快感を一日中\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eあなたに寄り添う完璧なフィット感を\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cstrong class=\"strong-text\"\u003eジャストなサイズを選ぶことで、不快な締め付けがなく、一日中自由に動ける開放感を実感\u003c\/strong\u003eしてください。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/892aa73db89858684576780dbc16f5cb_63eb7402-230f-4fc8-9a00-44158607c61a.png?v=1759987975\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e妥協しない自由な動きをサポート\u003c\/p\u003e\n\u003c\/div\u003e\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 class=\"body-text\"\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e伸縮性の高い生地と、立体裁断で実現する着心地のいい快適なフィット感\u003c\/li\u003e\n\u003cli\u003e1日中爽やかさが続くムレない通気性の良い生地\u003c\/li\u003e\n\u003cli\u003e吸水機能付きで尿染み対応！ちょいモレが気になるあなたに5層構造のパッドが尿を吸収\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e両裾と股下まである広範囲パッドが伝いモレを防ぎ、ベタつきも抑えます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e吸水量：50cc\u003c\/li\u003e\n\u003cli\u003e前開きタイプではありません\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e推奨シーン: こちらの商品はこんなときに最適です♪\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなど、トイレを我慢するが漏れてしまうことが多い方\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e商品シリーズ: もっと楽しく、もっとアクティブに！！「はれパン」\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e※「はれパン」は株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eLサイズのみ詳細情報がございます。\u003c\/p\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eサイズ\u003c\/th\u003e\n\u003cth\u003e適応身長\u003c\/th\u003e\n\u003cth\u003eウエスト\u003c\/th\u003e\n\u003cth\u003e総丈\u003c\/th\u003e\n\u003cth\u003e後ろ丈\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e175~185cm\u003c\/td\u003e\n\u003ctd\u003e84~94cm\u003c\/td\u003e\n\u003ctd\u003e30cm\u003c\/td\u003e\n\u003ctd\u003e28.5cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"サイズ表\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_01.png\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・カラーバリエーション\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e素材:\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eブラック：ポリエステル94％、ポリウレタン6％\u003c\/li\u003e\n\u003cli\u003eボルドー：\u003cmeta charset=\"utf-8\"\u003eポリエステル90％、ポリウレタン11％\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eカラー:\u003c\/p\u003e\n\u003cul class=\"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\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e詳細画像ギャラリー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"商品詳細説明図\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/058060_08.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"商品詳細説明図\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_02.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"Made in Japan ポスター\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 商品コード --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cp class=\"body-text text-end\"\u003e商品コード：5806\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"S \/ ブラック","offer_id":45776497246361,"sku":"0580601","price":3740.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ブラック","offer_id":45776497279129,"sku":"0580611","price":3740.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ブラック","offer_id":45776497311897,"sku":"0580621","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ ブラック","offer_id":45776497344665,"sku":"0580631","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ ボルドー","offer_id":45776497377433,"sku":"0580602","price":3740.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ ボルドー","offer_id":45776497410201,"sku":"0580612","price":3740.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ボルドー","offer_id":45776497442969,"sku":"0580622","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ ボルドー","offer_id":45776497475737,"sku":"0580632","price":3850.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ ブラック","offer_id":45776497508505,"sku":"0580641","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ ブラック","offer_id":45776497541273,"sku":"0580651","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ ブラック","offer_id":45776497574041,"sku":"0580661","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"3L \/ ボルドー","offer_id":45776497606809,"sku":"0580642","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ ボルドー","offer_id":45776497639577,"sku":"0580652","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ ボルドー","offer_id":45776497672345,"sku":"0580661","price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"6L \/ ブラック","offer_id":45776497705113,"sku":"0580671","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"6L \/ ボルドー","offer_id":45776497737881,"sku":"0580672","price":4180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/b2835ec2176a73271a49195bd31fbbb3_fbedf273-304f-44b0-9327-9bc126389341.jpg?v=1759987975"},{"product_id":"0581","title":"はれパン ボクサーパンツM88","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbf6; \n      font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #333333;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #D0D9E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #4D6072; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #D0D9E0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6B95B2; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 2px 4px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #6B95B240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \n      height: auto;\n      object-fit: contain;\n  }\n  \n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #D0D9E0;\n      border-radius: 4px;\n      background-color: #fbfbf6; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #4D6072;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbf6;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #6B95B2;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #D0D9E0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #fbfbf6;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #6B95B2; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6B95B2; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4D6072; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6B95B2; 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: #6B95B2; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #4D6072;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #6B95B2;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #D0D9E0; th, td { padding: 12px 8px; border: 1px solid #D0D9E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4D6072; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #D0D9E0; background: #E5EDF1; padding: 20px; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  }\n  .shipping-box strong { \n      color: #4D6072; display: block; margin-bottom: 10px; border-bottom: 1px dashed #D0D9E0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #6B95B2; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日中の不安を解消する、洗練された一枚\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/04605c40515b1d8eb6c93b2950db11bd_540c8b9c-6914-4c3c-ad97-c318efe254b6.jpg?v=1759987978\" 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約88ccの漏れをガードする驚異の吸水力\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/941c596922f2ec90d093b6e5a0c261d1_411c90b2-9b71-4210-bf08-0bca0ba093b0.png?v=1759987978\" 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約88ccの漏れを素早く吸収\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\/0674\/4467\/0617\/files\/img_fc9a7a9b7b85aba33b617db3b67ee5cf.jpg?v=1761538793\" 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    \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昼間のおもらしを徹底ガードする『はれパンM88』は、安心の吸水力と快適な着用感を提供します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eお尻までしっかりカバーし、昼間のおもらしを徹底ガードします。\u003c\/li\u003e\n                \u003cli\u003e前側はもちろん、お尻にまで吸水保水パッドを拡大することで、後ろモレをガードします。\u003c\/li\u003e\n                \u003cli\u003e独自製法の吸水保水パッドが高い吸水力を実現し、約88ccの漏れを吸水するためアクティブな昼間も安心です。\u003c\/li\u003e\n                \u003cli\u003e会議中、会話中、仕事中、散歩中、買い物中、軽スポーツなど、トイレを我慢するが漏れてしまうことが多い方におすすめです。\u003c\/li\u003e\n                \u003cli\u003eカラー: ブラック\u003c\/li\u003e\n                \u003cli\u003e吸水量: 88〜100cc\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            \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                            \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\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e155~165cm\u003c\/td\u003e\n                            \u003ctd\u003e68~76cm\u003c\/td\u003e\n                            \u003ctd\u003e29cm\u003c\/td\u003e\n                            \u003ctd\u003e26.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e165~175cm\u003c\/td\u003e\n                            \u003ctd\u003e76~84cm\u003c\/td\u003e\n                            \u003ctd\u003e30cm\u003c\/td\u003e\n                            \u003ctd\u003e27.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e175~185cm\u003c\/td\u003e\n                            \u003ctd\u003e84~94cm\u003c\/td\u003e\n                            \u003ctd\u003e31cm\u003c\/td\u003e\n                            \u003ctd\u003e28.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eLL\u003c\/td\u003e\n                            \u003ctd\u003e175~185cm\u003c\/td\u003e\n                            \u003ctd\u003e94~104cm\u003c\/td\u003e\n                            \u003ctd\u003e32.5cm\u003c\/td\u003e\n                            \u003ctd\u003e30cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e3L\u003c\/td\u003e\n                            \u003ctd\u003e175~185cm\u003c\/td\u003e\n                            \u003ctd\u003e104~114cm\u003c\/td\u003e\n                            \u003ctd\u003e33.5cm\u003c\/td\u003e\n                            \u003ctd\u003e31cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e4L\u003c\/td\u003e\n                            \u003ctd\u003e175~185cm\u003c\/td\u003e\n                            \u003ctd\u003e114~124cm\u003c\/td\u003e\n                            \u003ctd\u003e34.5cm\u003c\/td\u003e\n                            \u003ctd\u003e32cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e5L\u003c\/td\u003e\n                            \u003ctd\u003e175~185cm\u003c\/td\u003e\n                            \u003ctd\u003e124~134cm\u003c\/td\u003e\n                            \u003ctd\u003e35cm\u003c\/td\u003e\n                            \u003ctd\u003e33cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e6L\u003c\/td\u003e\n                            \u003ctd\u003e175~185cm\u003c\/td\u003e\n                            \u003ctd\u003e134~144cm\u003c\/td\u003e\n                            \u003ctd\u003e37cm\u003c\/td\u003e\n                            \u003ctd\u003e34.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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素材: ポリエステル90％・ポリウレタン10％\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":"メイフィール","offers":[{"title":"S \/ ブラック","offer_id":45776497967257,"sku":"0581001","price":3960.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ ブラック","offer_id":45776498000025,"sku":"0581011","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ ブラック","offer_id":45776498032793,"sku":"0581021","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ ブラック","offer_id":45776498065561,"sku":"0581031","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ ブラック","offer_id":45776498098329,"sku":"0581041","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ ブラック","offer_id":45776498131097,"sku":"0581051","price":5060.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ ブラック","offer_id":45776498163865,"sku":"0581061","price":5280.0,"currency_code":"JPY","in_stock":true},{"title":"6L \/ ブラック","offer_id":45776498196633,"sku":"0581071","price":5390.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/04605c40515b1d8eb6c93b2950db11bd_540c8b9c-6914-4c3c-ad97-c318efe254b6.jpg?v=1759987978"}],"url":"https:\/\/halepan.we-shop.jp\/collections\/%e3%81%af%e3%82%8c%e3%83%91%e3%83%b3-%e3%83%96%e3%83%a9%e3%83%b3%e3%83%89%e3%81%ae%e7%ad%94%e3%81%88.oembed","provider":"しあわせ肌着研究所メイフィール","version":"1.0","type":"link"}