{"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":"0500","title":"はれパン88","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\u003cvideo controls=\"controls\" style=\"max-width: 100%; height: auto;\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/726ae0b34a10449c85efc76393bcfc57.mov\" type=\"video\/mp4\"\u003e\nYour browser does not support our video.\n\u003c\/source\u003e\u003c\/video\u003e\u003c\/h3\u003e\n\u003ch3 class=\"section-title\"\u003e薄さと高機能な吸水を両立、もう安心\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/a3007ab3758b26e62219d014ccb9bc5c.jpg?v=1760087696\" 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がありながら、普段の下着と変わらない薄さで、お子様の毎日を応援します。安心の日本製で、親御様も笑顔に。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e独自5層構造が叶える「いつもサラサラ」\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/f3f5b6b02ba41d60c229dd77dff281ae.jpg?v=1759987945\" class=\"img-fluid d-block w-100 product-img\" alt=\"高機能な5層が快適な秘密\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e高機能な5層が快適な秘密\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e汗や水分を素早く吸収・拡散し、肌へのベタつきを最小限に抑えます。\u003cstrong\u003e88〜100ccの吸水保水力\u003c\/strong\u003eに加え、気になるニオイも軽減。ゴワつきを感じさせない薄型設計で、お子様の活動を邪魔しません。\u003c\/p\u003e\n\u003c\/div\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\/95cb34009c1eee94922efcfe2d51a905.jpg?v=1759987945\" 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\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昼間おもらしを徹底ガードする、吸水量と薄さの両立した吸水量 約88ccの『はれパン88』です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eこの吸水量で、この薄さ！薄さを維持しつつ88cc以上の吸水量の機能を保持。今までにない快適さを実現しました。\u003c\/li\u003e\n\u003cli\u003e吸水保水素材が倍増!!当社従来製品と比べて、約2倍の吸水・保水素材を使用しています。\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\u003cul class=\"point-list\"\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\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\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e120\u003c\/td\u003e\n\u003ctd\u003e51〜57cm\u003c\/td\u003e\n\u003ctd\u003e25cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e130\u003c\/td\u003e\n\u003ctd\u003e53〜59cm\u003c\/td\u003e\n\u003ctd\u003e26cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e140\u003c\/td\u003e\n\u003ctd\u003e54〜62cm\u003c\/td\u003e\n\u003ctd\u003e27cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e150\u003c\/td\u003e\n\u003ctd\u003e58〜66cm\u003c\/td\u003e\n\u003ctd\u003e28cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e160\u003c\/td\u003e\n\u003ctd\u003e62〜70cm\u003c\/td\u003e\n\u003ctd\u003e29cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e170\u003c\/td\u003e\n\u003ctd\u003e66〜74cm\u003c\/td\u003e\n\u003ctd\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- サイズ表の画像指示はありませんが、もしあればここに配置します --\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：ブラック\u003c\/li\u003e\n\u003cli\u003e吸水量：88~100cc\u003c\/li\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\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eおねしょパンツにシャツを入れると漏れの原因になります。中にシャツを入れてしまうと、そこから伝いモレや染みモレの原因となってしまいます。お子さまの寝冷えの対策には別に腹巻などをオススメいたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"120 \/ ブラック","offer_id":45776491184281,"sku":"0500921","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776491217049,"sku":"0500931","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック","offer_id":45776491249817,"sku":"0500941","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック","offer_id":45776491282585,"sku":"0500951","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック","offer_id":45776491315353,"sku":"0500961","price":3760.0,"currency_code":"JPY","in_stock":true},{"title":"170 \/ ブラック","offer_id":45776491348121,"sku":"0500971","price":3880.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/52bebd26f8c2e50b2773551c531e2ed9_9972fd10-601f-4aa2-98d7-688b251e0378.jpg?v=1760087696"},{"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":"0502","title":"はれパン ジュニアボクサーパンツ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  \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\/e1bfde2953f1fd92bbd44260168c32b9_ce33b51a-3d01-4a6a-9690-a5ac6d818990.jpg?v=1759987950\" class=\"img-fluid d-block w-100 product-img\" alt=\"普段着と変わらない見た目のおねしょ対策パンツ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自然な着心地で、お子様の自信を育む\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e普段着と変わらない見た目で、お子様も自然に着用できます。成長の時期に寄り添うデザインが、\u003cstrong\u003e自信あふれる毎日\u003c\/strong\u003eをサポートします。ブラックとブルーの２色展開で、お好みに合わせて選べます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e200ccのゆとり 吸水パワー\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/8d52f0720f3cb0f1b6f5d9c4a3652081_fd3e0f9c-0d39-44b9-b9f7-445a4c080132.jpg?v=1759987949\" 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\u003e200ccの多め吸水量\u003c\/strong\u003eを実現しました。\u003cstrong\u003e特許出願中\u003c\/strong\u003eの技術が\u003cstrong\u003e吸水スピードと保水力\u003c\/strong\u003eを高め、\u003cstrong\u003eパワフルな臭い対策\u003c\/strong\u003eも万全です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e全方向を優しく包む安心設計\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/450e0028e6d900feb0ed87deb8d78b67_65b03213-d44e-47d3-ad0b-0f5deca0ba25.jpg?v=1759987950\" 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eお子さまの成長速度に合わせて、吸水量を平均よりプラスして「多めの吸水量」になるよう増量いたしました！「どの吸水量にすればいいの迷ってしまう」という切実な声から生まれた商品です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eデザインすっきり、機能しっかり。の「はれパン」シリーズです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/image-halepan.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"はれパンシリーズの全体イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/200\/1-01_120.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品の全体像とパッケージ\"\u003e\n        \u003c\/div\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\u003e日本国内で生産された安心品質\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/200\/page-01.jpg\" 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:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/200\/page-02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"機能説明図2\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/200\/page-03.jpg\" 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:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/200\/page-04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"機能説明図4\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/200\/page-05.gif\" class=\"img-fluid d-block w-100 product-img\" alt=\"機能説明図5\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/200\/page-06.gif\" class=\"img-fluid d-block w-100 product-img\" alt=\"機能説明図6\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e吸水量\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e200cc\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eブラック\u003c\/li\u003e\n          \u003cli\u003eブルー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細 (120サイズ)\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ウエスト：51～57cm\u003c\/li\u003e\n          \u003cli\u003eパンツ丈：26cm\u003c\/li\u003e\n          \u003cli\u003e足ぐり：35～42cm\u003c\/li\u003e\n          \u003cli\u003e裾まわり：32～50cm\u003c\/li\u003e\n          \u003cli\u003e重量：100g\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％、ポリウレタン6％\u003c\/li\u003e\n          \u003cli\u003e防水布：ポリエステル100％ ポリウレタンコーティング\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品シリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e「もっと楽しく、もっとアクティブに！！」をコンセプトにした、株式会社メイフィールの「はれパン」シリーズです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e「はれパン」は株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n  \u003c!-- スペック・詳細セクション (Specs) 終了 --\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しない --\u003e\n  \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しない --\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"120 \/ ブラック","offer_id":45776491774105,"sku":"0502201","price":4620.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ ブルー","offer_id":45776491806873,"sku":"0502202","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776491839641,"sku":"0502301","price":4620.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ ブルー","offer_id":45776491872409,"sku":"0502302","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック","offer_id":45776491905177,"sku":"0502401","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブルー","offer_id":45776491937945,"sku":"0502402","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/e1bfde2953f1fd92bbd44260168c32b9_ce33b51a-3d01-4a6a-9690-a5ac6d818990.jpg?v=1759987950"},{"product_id":"0504","title":"はれパン  着用お試しサービス","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\u003e3日間お試しサービス\u003c\/strong\u003e。ご自宅で納得のいくまでお試しいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/img_bd9b6ed608efdfee4d822ef1a1939936.png?v=1768361155\" 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\u003e100cc\u003c\/strong\u003eが日中の活動をサポート。一日中、快適な着用感が続きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/img_d50184b92f6cfa4ddf590d11c9215cb3.jpg?v=1768361155\" 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\u003e4ステップ\u003c\/strong\u003e。3日以内にポストへ投函するだけ。忙しいご家族に寄り添う、納得の試着システムです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/img_b8dcb93183118b2c393506eb6f9383f4.jpg?v=1768361155\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eストレスフリーな手順\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・サービス概要\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサービスについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eこちらは「着用お試しサービス」のページです。販売商品ではございません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eあなたにぴったりの失禁パンツを見つけるための着用お試しサービスです。「どんなものか不安」「サイズが合うか心配」という方におすすめです。\u003c\/p\u003e\n        \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=\"benefit-list\"\u003e\n          \u003cli\u003e往復送料込み1回1,200円でご利用いただけます。\u003c\/li\u003e\n          \u003cli\u003eたっぷり3日間お試し可能（商品到着後3日以内にポストへ返送投函）。\u003c\/li\u003e\n          \u003cli\u003eご自宅で何度でも試せます（1度につき1回1点）。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e活用方法\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e事前のチェックで心配いらずのお買い物。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e実際に着用してサイズやイメージをチェック！\u003c\/li\u003e\n          \u003cli\u003eぜひご家族の方の意見もお聞きください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご利用条件\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e着用お試しサービスのご利用条件をご確認ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eお受け取り（投函日）から3日以内にポストへ投函してください。\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かんたん4ステップでさくっとお試しいただけます。\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003eお試し商品ページより試したい商品とサイズをご注文ください（カラーは選べません）。\u003c\/li\u003e\n          \u003cli\u003e着用お試しの商品がご自宅に届きます。\u003c\/li\u003e\n          \u003cli\u003e実際にご着用いただき、イメージやサイズ感などをお確かめください（ご使用はなされないようお願いいたします）。\u003c\/li\u003e\n          \u003cli\u003e同封の返送用レターパックライトにて「3日以内にお近くのポストへ投函」してご返送ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp 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吸水量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=\"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        \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                \u003ctd\u003e504（着用お試しサービス対象商品）\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003eカラー\u003c\/th\u003e\n                \u003ctd\u003eボルドー\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003ctd\u003eS・M・L・LL・3L・4L・5L・6L\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e素材\u003c\/th\u003e\n                \u003ctd\u003eポリエステル98％、ポリウレタン2％\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e生産国\u003c\/th\u003e\n                \u003ctd\u003e日本\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e特許情報\u003c\/th\u003e\n                \u003ctd\u003e特許・意匠登録 登録番号1375696号\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  \u003c\/div\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) は、該当する情報がないため作成しません。 --\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    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品のお受け取りされた日（配達が完了した、または投函された日）を含め、\u003cstrong\u003e3日以内\u003c\/strong\u003eにご返送（ポスト投函）いただけますようお願いいたします。\u003c\/li\u003e\n      \u003cli\u003e商品と一緒にお送りしております「返送連絡票」を同梱してください。\u003c\/li\u003e\n      \u003cli\u003e返送の際は、商品の入っていたパッケージ（PP袋）にお戻しいただいてご返送ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 class=\"section-title\"\u003e返送をお受けできないケースについて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e下記に該当する場合は、返送をお受けできず、商品をお買取りいただくことになりますのでご注意ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e着用お試しサービスの商品を紛失や破損してしまった場合。\u003c\/li\u003e\n      \u003cli\u003eご試着以外でご使用になった場合。\u003c\/li\u003e\n      \u003cli\u003eお直しやお洗濯、クリーニングをされた場合。\u003c\/li\u003e\n      \u003cli\u003eお客さまのもとで臭いや汚れ、傷などの不具合が生じた場合。\u003c\/li\u003e\n      \u003cli\u003e返却期日後もご返却の確認が取れなかった場合。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"S","offer_id":45776491970713,"sku":"0530301","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"M","offer_id":45776492003481,"sku":"0530302","price":1200.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":46082098692249,"sku":"0530303","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"LL","offer_id":46082098725017,"sku":"0530304","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"3L","offer_id":46082098757785,"sku":"0530305","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"4L","offer_id":46082098790553,"sku":"0530306","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"5L","offer_id":46082098823321,"sku":"0530307","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"6L","offer_id":46082098856089,"sku":"0530308","price":1200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/img_bd9b6ed608efdfee4d822ef1a1939936.png?v=1768361155"},{"product_id":"0503","title":"はれパン ジュニアボクサーパンツ300","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  \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\/70988d4c8f9c89a6f8207a9b20d51629_4161a1c1-9fcf-4405-b76f-ca53f6189e0f.jpg?v=1760082812\" 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平均より多い300ccの吸水量\u003c\/strong\u003eを確保しました。夜も日中も、吸水量を気にすることなく、お子さまも親御さまも心穏やかに過ごせるゆとりを生み出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/562a757086e0121e4d44682a7c82fc06_7e55e33a-6090-42c3-ae9b-a13c68636f2a.jpg?v=1759987953\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e300ccで叶える、安心の時間\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\/ef50e7679176ad00522efd8cde6b061d_6b077635-82e7-4e4e-bb8b-84e8730f8ae6.jpg?v=1759987953\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e隙を与えない安心設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eこの商品は「どの吸水量にすればいいの迷ってしまう」との切実な声から生まれました。お子さまの成長速度に合わせて、吸水量を平均よりプラスして\"多めの吸水量\"になるよう増量いたしました！\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/image-halepan.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"はれパンシリーズ\"\u003e\u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eデザインすっきり、機能しっかり。の「はれパン」シリーズです。\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/300\/1-01_150.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"はれパン紹介画像1\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/300\/page-01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"はれパン紹介画像2\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/300\/page-02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"はれパン紹介画像3\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/300\/page-03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"はれパン紹介画像4\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/300\/page-04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"はれパン紹介画像5\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/300\/page-05.gif\" class=\"img-fluid d-block w-100 product-img\" alt=\"はれパン紹介画像6\"\u003e\u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eお子さまのおねしょ対策に。吸水量にも心にもゆとりを。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eお子さまの成長速度に合わせて吸水量をプラス!!最適な吸水量はお子さまの\"成長度合い\"によって変わっていきます。そこで、お子さまの成長速度に合わせて、吸水量を平均より＋して\"多めの吸水量\"になるよう増量いたしました！\u003c\/li\u003e\n        \u003cli\u003e独自の技術で吸水スピードと保水力アップ！(特許出願中) → パワフルな臭い対策と大容量保水力を実現\u003c\/li\u003e\n        \u003cli\u003e見た目は普通のパンツをとことん追求！ → ウエストゴムを改良しデザイン性をアップ！\u003c\/li\u003e\n        \u003cli\u003e専門家の技術を集結した独自製法の層構造で、吸水保水力がパワーアップ\u003c\/li\u003e\n        \u003cli\u003e乾燥時間が従来品の半分に(当社比)！ → 乾きを早める簡単セパレート干しがオススメ！\u003c\/li\u003e\n        \u003cli\u003e国内生産です\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/image.rakuten.co.jp\/mfmayfeel\/cabinet\/kids\/p\/300\/page-06.gif\" class=\"img-fluid d-block w-100 product-img\" alt=\"おねしょ対策イメージ\"\u003e\u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eお子さまのおねしょ対策に最適♪成長速度に応じた吸水量で、心にゆとりを―おねしょ対策をサポートします！\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e独自技術により吸水スピードと保水力を向上。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e見た目は普通のデザインでありながら、専門家の技術が結集した独自製法で吸水保水力を強化し、乾燥時間は従来品の半分(当社比)に。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eはれパンは日本国内で生産しています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/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吸水量: 300cc\u003c\/li\u003e\n        \u003cli\u003eカラー: ブラック、ブルー\u003c\/li\u003e\n        \u003cli\u003e商品シリーズ: もっと楽しく、もっとアクティブに！！ 「はれパン」\u003cbr\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e150サイズ: ウエスト 58~66cm \/ パンツ丈 30cm \/ 足ぐり 39~48cm \/ 裾まわり 42~56cm \/ 重量 152g\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％、ポリウレタン6％\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","brand":"メイフィール","offers":[{"title":"150 \/ ブラック","offer_id":45776492069017,"sku":"050350","price":5830.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ ブルー","offer_id":45776492101785,"sku":"0503502","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック","offer_id":45776492134553,"sku":"050360","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブルー","offer_id":45776492167321,"sku":"0503602","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"170 \/ ブラック","offer_id":45776492200089,"sku":"050370","price":5940.0,"currency_code":"JPY","in_stock":true},{"title":"170 \/ ブルー","offer_id":45776492232857,"sku":"0503702","price":5940.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/70988d4c8f9c89a6f8207a9b20d51629_4161a1c1-9fcf-4405-b76f-ca53f6189e0f.jpg?v=1760082812"},{"product_id":"0505","title":"はれパン ジュニア着用お試しサービス","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\u003e3日間じっくりと着用感を確かめられるサービス\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/img_dd82708554b7a09cc8538bb71e87ea34.png?v=1768361431\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eまずは試して！安心の3日間\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e驚きの吸水力！夜も朝まで快適\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e独自の技術と専門家の知恵を結集した層構造が、\u003cstrong\u003e大容量の水分を素早く吸収\u003c\/strong\u003e。寝ている間の快適さを追求しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/img_bd4f9bf6381e92c6f5eaf34e2c263eab.jpg?v=1768361431\" 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\/img_08d237256296cda9f4c44a1259cbd2e3.jpg?v=1768361431\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e足ぐりで選ぶ最適な一枚\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細・サービス案内\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e着用お試しサービスについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこちらは「着用お試しサービス」のページです。\u003c\/p\u003e\n                \u003cp\u003e※販売商品ではございません。\u003c\/p\u003e\n                \u003cp\u003eお子さまのぴったりが見つかる【着用お試しサービス】。\u003c\/p\u003e\n                \u003cp\u003e「お漏らしパンツってどんなの？子どもが着てくれるかな？サイズはどれが良いのか不安な方におすすめの着用お試しサービスです。」\u003c\/p\u003e\n                \u003cp\u003e☆今ならアンケートに答えてクーポンプレゼント中\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e着用お試しサービスのポイント\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e往復送料込み1回1,200円でご利用いただけます。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eたっぷりお試し3日間（商品到着(投函日)後3日以内にポストへ返送投函）\u003c\/li\u003e\n                    \u003cli\u003e何度でもお家で試せる（1度に付き1回1点）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e着用お試しサービスの活用方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e事前のチェックで心配いらずのお買い物。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e着用してみてサイズやイメージをチェック！\u003c\/li\u003e\n                    \u003cli\u003e是非ご家族の方の意見もお聞きください\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \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お受け取り(投函日)から3日以内にポストへ投函\u003c\/li\u003e\n                    \u003cli\u003eご試着以外で使用しないでください\u003c\/li\u003e\n                    \u003cli\u003e同封してある返送用のレターパックライトにいれて、お近くのポストへ投函ください\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e着用お試しサービスのご利用手順\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eかんたん手順でさくっとお試し。\u003c\/p\u003e\n                \u003cul class=\"step-list\"\u003e\n                    \u003cli\u003eお試し商品ページより試したい商品とサイズをご注文ください（カラーは選べません）\u003c\/li\u003e\n                    \u003cli\u003e着用お試しの商品が届きます\u003c\/li\u003e\n                    \u003cli\u003e実際にご着用いただき、イメージやサイズ感などをお確かめください（ご使用はなされないようお願いいたします）\u003c\/li\u003e\n                    \u003cli\u003e同封の返送用レターパックライトにて「3日以内にお近くのポストへ投函」してご返送ください\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・こだわり\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこちらは「着用お試しサービス」の商品です。\u003c\/p\u003e\n                \u003cp\u003eお子さまの成長速度に合わせて吸水量をプラス!!\u003c\/p\u003e\n                \u003cp\u003eこの商品は「どの吸水量にすればいいの迷ってしまう」との切実な声から生まれました。\u003c\/p\u003e\n                \u003cp\u003eお子さまのおねしょ対策に。吸水量にも心にもゆとりを―\u003c\/p\u003e\n                \u003cp\u003e最適な吸水量はお子さまの「成長度合い」によって変わっていきます。\u003c\/p\u003e\n                \u003cp\u003eそこで、お子さまの成長速度に合わせて、吸水量を平均より＋して「多めの吸水量」になるよう増量いたしました！\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e独自の技術で吸水スピードと保水力アップ！（特許出願中）\u003cbr\u003eパワフルな臭い対策と大容量保水力を実現\u003c\/li\u003e\n                    \u003cli\u003e見た目は普通のパンツをとことん追求！\u003cbr\u003eウエストゴムを改良しデザイン性をアップ！\u003c\/li\u003e\n                    \u003cli\u003e専門家の技術を集結した独自製法の層構造で、吸水保水力がパワーアップ\u003c\/li\u003e\n                    \u003cli\u003e乾燥時間が従来品の半分に(当社比)！\u003cbr\u003e乾きを早める簡単セパレート干しがオススメ！\u003c\/li\u003e\n                    \u003cli\u003e選べる2カラー展開\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                \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\u003e44~54cm\u003c\/td\u003e\n                                \u003ctd\u003e24cm\u003c\/td\u003e\n                                \u003ctd\u003e33~40cm\u003c\/td\u003e\n                                \u003ctd\u003e30~48cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e120\u003c\/td\u003e\n                                \u003ctd\u003e46~56cm\u003c\/td\u003e\n                                \u003ctd\u003e26cm\u003c\/td\u003e\n                                \u003ctd\u003e35~42cm\u003c\/td\u003e\n                                \u003ctd\u003e32~50cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e130\u003c\/td\u003e\n                                \u003ctd\u003e48~58cm\u003c\/td\u003e\n                                \u003ctd\u003e27cm\u003c\/td\u003e\n                                \u003ctd\u003e37~44cm\u003c\/td\u003e\n                                \u003ctd\u003e34~52cm\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：ポリエステル94％・ポリウレタン6％\u003c\/li\u003e\n                    \u003cli\u003e生産国：日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n    \u003c!-- 発送に関する直接的な情報は明記されていないため、今回は作成しません。 --\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\n        \u003ch4\u003e返送時の注意点\u003c\/h4\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品のお受け取りされた日(配達が完了した、または投函された日)を含め3日以内にご返送(ポスト投函)いただけますようお願いいたします。\u003c\/li\u003e\n            \u003cli\u003e商品と一緒にお送りしております「返送連絡票」を同梱してください。\u003c\/li\u003e\n            \u003cli\u003e返送の際は、商品の入っていたパッケージ(PP袋)にお戻しいただいてご返送ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ch4\u003e下記に該当する場合は、返送をお受けできずお買取りいただきます\u003c\/h4\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\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"120","offer_id":46082079916185,"sku":"0530402","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"130","offer_id":46082079948953,"sku":"0530403","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"140","offer_id":46082079981721,"sku":"0530404","price":1200.0,"currency_code":"JPY","in_stock":false},{"title":"150","offer_id":45776492265625,"sku":"0530405","price":1200.0,"currency_code":"JPY","in_stock":true},{"title":"160","offer_id":45776492298393,"sku":"0530406","price":1200.0,"currency_code":"JPY","in_stock":true},{"title":"170","offer_id":45776492331161,"sku":"0530407","price":1200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/img_dd82708554b7a09cc8538bb71e87ea34.png?v=1768361431"},{"product_id":"0512","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\/88b2491796938cde8e15d3f333f6a5cf_fc743f72-82ab-4bcc-8a40-489586509f47.jpg?v=1759987957\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日履きたくなるデザイン\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e遊び盛りのお子さまも、この一枚で\u003cstrong\u003eスタイリッシュに決まります\u003c\/strong\u003e。シンプルなサイドラインがカジュアルにもストリートにも映え、\u003cstrong\u003eお出かけにも最適\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e快適を科学した吸水速乾\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/676c4167a9d2dbe8f34b74c92de3dc8f_f849a9c4-99e1-438a-925e-f99077ae70a7.jpg?v=1759987957\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e睡眠中もさらっと快適\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e肌に触れる面には、水分を\u003cstrong\u003e素早く拡散し乾燥させる特殊素材\u003c\/strong\u003eを採用。汗やムレによる\u003cstrong\u003e不快感を大幅に軽減\u003c\/strong\u003eし、\u003cstrong\u003e繊細な縫製技術\u003c\/strong\u003eが漏れを\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\/ca5dfdf45f7b49cc67457036134d5e32_f7942d51-f6a1-4f74-9aa5-a835e543182e.jpg?v=1759987957\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e親子の毎日をサポート\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e伸縮性のあるウエストゴム\u003c\/strong\u003eは\u003cstrong\u003eお子さまの成長に合わせて調整可能\u003c\/strong\u003e。洗濯機で\u003cstrong\u003e気軽に洗え\u003c\/strong\u003e、\u003cstrong\u003eシワになりにくい素材\u003c\/strong\u003eで家事の負担を\u003cstrong\u003e軽減\u003c\/strong\u003eします。\u003cstrong\u003e安心の日本製\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (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\"\u003eONE LINE DESIGN | シンプルな1本ライン。おねしょズボンは部屋着だからダサくても、おねしょが防げればいい─そんな固定された考えを変えたくて、そのまま外出できるようなデザイン性を加えました。シンプルなラインデザインなので、カジュアルにもストリートにも決まります。\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=\"benefit-list\"\u003e\n                    \u003cli\u003e\n                        \u003cp class=\"body-text\"\u003e水の動きを科学した素材でムレを軽減。肌面には水分や汗を素早く拡散し、乾燥させる素材「フィールドセンサー」を採用。汗やムレによる不快感を軽減し、繊細な縫製で漏れ対策も万全です。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cp class=\"body-text\"\u003eウエスト内側にゴム替え用口。ウエストは伸縮性のあるゴムを使用し、お子さまの成長や好みに合わせて簡単に調整できます。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cp class=\"body-text\"\u003e動きやすいストレートな裾。お子さまの活発な動きを妨げない、すっきりとしたストレートシルエットを採用しています。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cp class=\"body-text\"\u003e洗濯機で丸洗いOK！時短乾燥。普段のお洗濯と同様に洗濯機で丸洗い可能です。速乾性に優れた素材のため、短時間で乾燥し、家事の負担を軽減します。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cp class=\"body-text\"\u003eシワになりにくく、いつでも快適な着心地。吸水速乾性に優れ、不快な汗のベタつきを素早く処理するため、常に快適な着心地です。シワが付きにくいイージーケア性も備え、乾いたらすぐに着用できます。\u003c\/p\u003e\n                    \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サイズ：120・130・140・150・160\u003c\/li\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\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「はれパン」は株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"120 \/ ブラック","offer_id":45776492527769,"sku":"0512221","price":5280.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776492560537,"sku":"0512231","price":5280.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック","offer_id":45776492593305,"sku":"0512241","price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ ブラック","offer_id":45776492626073,"sku":"0512251","price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ ブラック","offer_id":45776492658841,"sku":"0512261","price":5830.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/88b2491796938cde8e15d3f333f6a5cf_fc743f72-82ab-4bcc-8a40-489586509f47.jpg?v=1759987957"},{"product_id":"05218","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\/68445ce38541ebd7f108cc9de82442eb_124e7a70-5eb0-4246-9f68-9c8d02732672.jpg?v=1759987960\" 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\/7a56c6e94202ae164cfcb68e0600f3f4_0e2186a0-f610-4258-9452-ede2b2af5332.jpg?v=1759987960\" class=\"img-fluid d-block w-100 product-img\" alt=\"水の動きを科学した素材 ムレを軽減し安心感を\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適さを支える秘密\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e成長するお子様に寄り添う ストレスフリーな着用感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお子様の活発な動きを妨げない、\u003cstrong\u003eすっきりとしたストレートシルエット\u003c\/strong\u003eを採用しています。\u003cstrong\u003eウエストゴムは調整可能\u003c\/strong\u003eで、体型変化にもしなやかに対応します。\u003cstrong\u003e洗濯機で丸洗いでき、驚きの時短乾燥\u003c\/strong\u003eで、家事の負担も軽減します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/50e6cc640241a05de8386197fd08b583_290821e8-3681-43d6-870b-f105161568fd.jpg?v=1759987960\" 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部屋着だけでなく、外出時も着用可能\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        \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      \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      \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身生地: ポリエステル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    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\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":45776492888217,"sku":"0521821","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776492920985,"sku":"0521831","price":5830.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック","offer_id":45776492953753,"sku":"0521841","price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ ブラック","offer_id":45776492986521,"sku":"0521851","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック","offer_id":45776493019289,"sku":"0521861","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"170 \/ ブラック","offer_id":45776493052057,"sku":"0521871","price":6930.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/68445ce38541ebd7f108cc9de82442eb_124e7a70-5eb0-4246-9f68-9c8d02732672.jpg?v=1759987960"},{"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":"05804","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) - ブロック1 --\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\/1-02.webp?v=1762751731\" 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!-- 商品解説セクション (Main) - ブロック2 --\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\/1-03.webp?v=1762751735\" class=\"img-fluid d-block w-100 product-img\" alt=\"お着替えも目立たずスマート\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eお着替えも目立たずスマート\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e空気を通す\u003cstrong\u003e透湿性の高い防水布\u003c\/strong\u003eが、\u003cstrong\u003e水分はしっかり防ぎながらもムレを抑えます\u003c\/strong\u003e。\u003cstrong\u003eご家庭の洗濯機で洗える\u003c\/strong\u003eため、いつでも\u003cstrong\u003e清潔に、そして経済的に繰り返し使えます\u003c\/strong\u003e。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック3 --\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\/2-03.webp?v=1762751748\" 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  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003c!-- 商品の特徴 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e安心の日本製で、ズボンからの染み出しをしっかりガード！空気は通して水分をシャットアウトします。ご自宅の洗濯機で繰り返しつかえて、快適便利な使い心地♪表も裏も同色(ブラック)で、お着替えも周りを気にせずに安心です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e安心の日本製で、ズボンからの染み出しをしっかりガード\u003c\/li\u003e\n          \u003cli\u003e透湿防水でムレを軽減\u003c\/li\u003e\n          \u003cli\u003e洗濯機で繰り返し使えて経済的\u003c\/li\u003e\n          \u003cli\u003e表裏同色のブラックで、周りを気にせず安心\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※ズボン自体に吸水性はないため、おねしょパンツと併用してご使用ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- サイズ詳細 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\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                \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\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e44cm\u003c\/td\u003e\n                \u003ctd\u003e42cm\u003c\/td\u003e\n                \u003ctd\u003e178g\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    \u003c!-- 素材・生産国 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e使用素材と生産国は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eズボン本体：綿100％\u003c\/li\u003e\n          \u003cli\u003e防水布(表)：ポリエステル100％\u003c\/li\u003e\n          \u003cli\u003e防水布(肌面)：透湿ポリウレタンフィルム\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 商品情報 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：5804\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"110 \/ ブラック","offer_id":45776496459929,"sku":"058040","price":4600.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック","offer_id":45776496492697,"sku":"058041","price":4800.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック","offer_id":45776496525465,"sku":"058042","price":5000.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック","offer_id":45776496558233,"sku":"058043","price":5200.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック","offer_id":45776496591001,"sku":"058044","price":5400.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ ブラック","offer_id":45776496623769,"sku":"058045","price":5600.0,"currency_code":"JPY","in_stock":false},{"title":"170 \/ ブラック","offer_id":45776496656537,"sku":"058046","price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"180 \/ ブラック","offer_id":45776496689305,"sku":"058047","price":6200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-02.webp?v=1762751731"},{"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":"05807","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\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/baa796b0df3b20f7bdef7a88c46dfa7d_e4b37190-3de6-4d50-be5b-b1fc06d05d40.jpg?v=1759987977\"\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\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\/07b8b1b8dcacfde798263476f65ee228_63141197-830a-4bb2-923f-63a9c3e0db83.jpg?v=1759987977\"\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\"\u003e300ccをしっかり閉じ込める\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e圧倒的な吸水量\u003cstrong\u003e300ccを実証\u003c\/strong\u003e。独自の\u003cstrong\u003e5層構造\u003c\/strong\u003eが素早く水分を捉え、広範囲にわたってしっかり保水します。お布団やシーツを汚す心配なく、衛生的で経済的な選択です。\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e驚きの吸水力、実証済み\u003c\/p\u003e\n\u003c\/div\u003e\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本製品は特大容量の吸水量\u003cstrong\u003e300〜360cc\u003c\/strong\u003eを誇り、様々なシーンで安心感を提供します。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eお家で洗濯ができるので、家計に安心\u003c\/li\u003e\n\u003cli\u003e保水ゾーンはとことん吸水する5層構造\u003c\/li\u003e\n\u003cli\u003e色々な下着と自由に組み合わせができる\u003c\/li\u003e\n\u003cli\u003e省スペースに干せる\u003c\/li\u003e\n\u003cli\u003e繰り返し使えてエコ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e快適な穿き心地と安心感のための工夫が凝らされています。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e漏れても安心な構造設計\u003c\/li\u003e\n\u003cli\u003eウエストゴムでリラックス睡眠\u003c\/li\u003e\n\u003cli\u003eスタイルにも一工夫を\u003c\/li\u003e\n\u003cli\u003e活躍の場は春-夏-秋-冬\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e【こんな方にオススメ】\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e吸水する失禁パンツ・ズボンだけでは不安な方\u003c\/li\u003e\n\u003cli\u003eもっと吸水量が欲しい方\u003c\/li\u003e\n\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：ブラック\u003c\/li\u003e\n\u003cli\u003eサイズ：160 (Sサイズ相当)\u003c\/li\u003e\n\u003cli\u003eサイズ：165 (Mサイズ相当)\u003c\/li\u003e\n\u003cli\u003eサイズ：170 (Lサイズ相当)\u003c\/li\u003e\n\u003cli\u003eサイズ：175 (LLサイズ相当)\u003c\/li\u003e\n\u003cli\u003eサイズ：180 (3Lサイズ相当)\u003c\/li\u003e\n\u003cli\u003eサイズ：185 (4Lサイズ相当)\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e身生地：ポリエステル94％、ポリウレタン6％\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\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e「はれパン」は株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"メイフィール","offers":[{"title":"160 \/ ブラック","offer_id":45776497770649,"sku":"058090","price":11011.0,"currency_code":"JPY","in_stock":false},{"title":"165 \/ ブラック","offer_id":45776497803417,"sku":"058091","price":11011.0,"currency_code":"JPY","in_stock":true},{"title":"170 \/ ブラック","offer_id":45776497836185,"sku":"058092","price":11011.0,"currency_code":"JPY","in_stock":true},{"title":"175 \/ ブラック","offer_id":45776497868953,"sku":"058093","price":11495.0,"currency_code":"JPY","in_stock":true},{"title":"180 \/ ブラック","offer_id":45776497901721,"sku":"058094","price":11495.0,"currency_code":"JPY","in_stock":true},{"title":"185 \/ ブラック","offer_id":45776497934489,"sku":"058095","price":11495.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/baa796b0df3b20f7bdef7a88c46dfa7d_e4b37190-3de6-4d50-be5b-b1fc06d05d40.jpg?v=1759987977"},{"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"},{"product_id":"058000w","title":"2枚セット | おねしょパンツ 小学生 男の子 110 おねしょ 対策 ボクサーパンツ トイトレ はれパン 8cc トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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\u003e2枚セット\u003c\/strong\u003eです。昼間のちょこっとちびりも、\u003cstrong\u003e8ccの吸水力\u003c\/strong\u003eでサッと吸い取り、染み出しをしっかり防止します。小学生の男の子が日中を気にせず過ごせる心強い味方です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058000_00.png?v=1768285240\" 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\/058000_05.png?v=1768285240\" 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全5色\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\/058000_10.png?v=1768285241\" 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      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e日常で使いやすい色を集めた全5色。豊富なカラーバリエーションでお子さまのお気に入りが見つかるはず！\u003c\/li\u003e\n        \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザインです。\u003c\/li\u003e\n        \u003cli\u003e外見は普通のボクサーパンツ、なのに吸水速乾保水機能つきで快適に過ごせます。\u003c\/li\u003e\n        \u003cli\u003e吸水量8ccで日中の学校や放課後の昼間おもらしやちびりに最適♪\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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e『おねしょパンツにシャツを入れると漏れの原因になります』\u003c\/p\u003e\n      \u003cp\u003e中にシャツを入れてしまうと、そこから伝いモレや染みモレの原因となってしまいます。お子さまの寝冷えの対策には別に腹巻などをオススメいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\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：058000w\u003c\/li\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        \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\u003c\/div\u003e","brand":"はれパン","offers":[{"title":"110 \/ ブラック \/ ブラック","offer_id":46082049114265,"sku":"058000w11","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブラック \/ グリーン","offer_id":46082049147033,"sku":"058000w12","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブラック \/ オレンジ","offer_id":46082049179801,"sku":"058000w13","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブラック \/ イエロー","offer_id":46082049212569,"sku":"058000w14","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブラック \/ ブルー","offer_id":46082049245337,"sku":"058000w15","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ ブラック","offer_id":46082049278105,"sku":"058000w21","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ グリーン","offer_id":46082049310873,"sku":"058000w22","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ オレンジ","offer_id":46082049343641,"sku":"058000w23","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ イエロー","offer_id":46082049376409,"sku":"058000w24","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ ブルー","offer_id":46082049409177,"sku":"058000w25","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ ブラック","offer_id":46082049441945,"sku":"058000w31","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ グリーン","offer_id":46082049474713,"sku":"058000w32","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ オレンジ","offer_id":46082049507481,"sku":"058000w33","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ イエロー","offer_id":46082049540249,"sku":"058000w34","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ ブルー","offer_id":46082049573017,"sku":"058000w35","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ ブラック","offer_id":46082049605785,"sku":"058000w41","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ グリーン","offer_id":46082049638553,"sku":"058000w42","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ オレンジ","offer_id":46082049671321,"sku":"058000w43","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ イエロー","offer_id":46082049704089,"sku":"058000w44","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ ブルー","offer_id":46082049736857,"sku":"058000w45","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブルー \/ ブラック","offer_id":46082049769625,"sku":"058000w51","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブルー \/ グリーン","offer_id":46082049802393,"sku":"058000w52","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブルー \/ オレンジ","offer_id":46082049835161,"sku":"058000w53","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブルー \/ イエロー","offer_id":46082049867929,"sku":"058000w54","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ ブルー \/ ブルー","offer_id":46082049900697,"sku":"058000w55","price":4116.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058000_00.png?v=1768285240"},{"product_id":"058001w","title":"2枚セット | おねしょパンツ 小学生 男の子 120 おねしょ 対策 ボクサーパンツ トイトレ はれパン 8cc トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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) - ブロック1 --\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\/058001_00.png?v=1768285242\" 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吸水量8cc\u003c\/strong\u003eで安心。日中のちびりや染み出しを気にせず、お子さまが学校や遊びに集中できる毎日をサポートします。見られても恥ずかしくない、自然でスタイリッシュなデザインです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e吸水機能の秘密 ずっとサラサラ快適続く\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058000_03_fdc63a49-ae1e-459a-ad46-4e744a4432c2.png?v=1768285241\" class=\"img-fluid d-block w-100 product-img\" alt=\"保水と薄さを追求したこだわりの3層構造\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適を保つ技術\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e保水と薄さを追求したこだわりの\u003cstrong\u003e3層構造\u003c\/strong\u003eが、お子さまの快適さを守ります。優れた吸収力で水分を素早く広げ、蒸れを防いでサラッとした着心地をキープ。不快感を和らげ、一日中心地よく過ごせます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eアクティブな動きにフィット！目立たない着心地\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058000_05_b0e22473-441f-4394-9afd-c35377c0770e.png?v=1768285241\" 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        \u003cp\u003e\u003cstrong\u003e本商品は2枚セットでのお届けとなります。\u003c\/strong\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外見は普通のボクサーパンツなのに、吸水速乾保水機能つきで快適に過ごせます。\u003c\/li\u003e\n          \u003cli\u003e吸水量8ccで日中の学校や放課後の昼間おもらしやちびりに最適です。\u003c\/li\u003e\n          \u003cli\u003e吸収力にすぐれた生地が素早く吸収拡散し、蒸れや不快感を和らげ、いつでもサラっとした着心地をキープします。\u003c\/li\u003e\n          \u003cli\u003e伸縮性のある生地と当社こだわりの立体裁断で身体によくフィットします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eこんな方におすすめ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこんな場面で活躍します。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e授業中、お出かけ、軽スポーツ中など、トイレを我慢することが多い方\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e日常で使いやすい色を厳選しました。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eブルー\u003c\/li\u003e\n          \u003cli\u003eイエロー\u003c\/li\u003e\n          \u003cli\u003eオレンジ\u003c\/li\u003e\n          \u003cli\u003eグリーン\u003c\/li\u003e\n          \u003cli\u003eブラック\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eお子さまの成長に合わせてお選びいただけます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e110\u003c\/li\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        \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              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eブルー\u003c\/td\u003e\n                \u003ctd\u003e綿94％・ポリウレタン6％\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eイエロー、オレンジ、グリーン\u003c\/td\u003e\n                \u003ctd\u003eポリエステル94％・ポリウレタン6％\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eブラック\u003c\/td\u003e\n                \u003ctd\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e生産国:\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e快適にご使用いただくために、以下の点にご注意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eおねしょパンツにシャツを入れると漏れの原因になります。\u003c\/li\u003e\n          \u003cli\u003e中にシャツを入れてしまうと、そこから伝いモレや染みモレの原因となってしまいます。お子さまの寝冷えの対策には別に腹巻などをオススメいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e \u003c!-- \/content-section (スペック・詳細) --\u003e\n\n\u003c\/div\u003e \u003c!-- \/container product-wrapper --\u003e","brand":"はれパン","offers":[{"title":"120 \/ ブラック \/ ブラック","offer_id":46082049933465,"sku":"058001w11","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ グリーン","offer_id":46082049966233,"sku":"058001w12","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ オレンジ","offer_id":46082049999001,"sku":"058001w13","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ イエロー","offer_id":46082050031769,"sku":"058001w14","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ ブルー","offer_id":46082050064537,"sku":"058001w15","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ ブラック","offer_id":46082050097305,"sku":"058001w21","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ グリーン","offer_id":46082050130073,"sku":"058001w22","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ オレンジ","offer_id":46082050162841,"sku":"058001w23","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ イエロー","offer_id":46082050195609,"sku":"058001w24","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ ブルー","offer_id":46082050228377,"sku":"058001w25","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ ブラック","offer_id":46082050261145,"sku":"058001w31","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ グリーン","offer_id":46082050293913,"sku":"058001w32","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ オレンジ","offer_id":46082050326681,"sku":"058001w33","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ イエロー","offer_id":46082050359449,"sku":"058001w34","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ ブルー","offer_id":46082050392217,"sku":"058001w35","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ ブラック","offer_id":46082050424985,"sku":"058001w41","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ グリーン","offer_id":46082050457753,"sku":"058001w42","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ オレンジ","offer_id":46082050490521,"sku":"058001w43","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ イエロー","offer_id":46082050523289,"sku":"058001w44","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ ブルー","offer_id":46082050556057,"sku":"058001w45","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブルー \/ ブラック","offer_id":46082050588825,"sku":"058001w51","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブルー \/ グリーン","offer_id":46082050621593,"sku":"058001w52","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブルー \/ オレンジ","offer_id":46082050654361,"sku":"058001w53","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブルー \/ イエロー","offer_id":46082050687129,"sku":"058001w54","price":4116.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブルー \/ ブルー","offer_id":46082050719897,"sku":"058001w55","price":4116.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058001_00.png?v=1768285242"},{"product_id":"058002w","title":"2枚セット | おねしょパンツ 小学生 男の子 130 大きいサイズ おねしょ 対策 ボクサーパンツ はれパン 8cc トイトレ トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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外見は普通のボクサーパンツ、なのに日中のちょいモレや染み出しをしっかり防ぎます。吸水量8ccで学校生活も安心、お子さまに心のゆとりを与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058002_00.png?v=1768285244\" 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ちびり防止の秘密、快適3層構造\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\/058000_03_1d6cdbeb-ac4f-414c-8af5-6b1fbb63d9e3.png?v=1768285243\" 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\/058000_05_cb021742-826c-4233-b0ad-d58725757ace.png?v=1768285243\" 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日常で使いやすい色を集めた全5色の豊富なカラーバリエーション\u003c\/li\u003e\n          \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザイン\u003c\/li\u003e\n          \u003cli\u003e外見は普通のボクサーパンツ、なのに吸水速乾保水機能つきで快適\u003c\/li\u003e\n          \u003cli\u003e吸水量8ccで日中の学校や放課後の昼間おもらしやちびりに最適\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=\"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        \u003cp class=\"body-text\"\u003eお子さまの成長に合わせた豊富なサイズをご用意しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e110\u003c\/li\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        \u003c\/ul\u003e\n        \u003c!-- サイズ表画像があればここに配置 --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e各カラーごとに最適な素材を厳選しています。\u003c\/p\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!-- 洗濯表示画像があればここに配置 --\u003e\n        \u003c!-- \u003cdiv class=\"care-icons\"\u003e\u003cimg src=\"__IMG_WASH_0__\" class=\"img-fluid\"\u003e\u003cimg src=\"__IMG_WASH_1__\" class=\"img-fluid\"\u003e\u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \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\u003e058002w\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 入力データに配送情報がないため作成しません。 --\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eおねしょパンツにシャツを入れると漏れの原因になります。\u003c\/li\u003e\n      \u003cli\u003e中にシャツを入れてしまうと、そこから伝いモレや染みモレの原因となってしまいます。お子さまの寝冷えの対策には別に腹巻などをオススメいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"はれパン","offers":[{"title":"130 \/ ブラック \/ ブラック","offer_id":46082050785433,"sku":"058002w11","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ グリーン","offer_id":46082050818201,"sku":"058002w12","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ オレンジ","offer_id":46082050850969,"sku":"058002w13","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ イエロー","offer_id":46082050883737,"sku":"058002w14","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ ブルー","offer_id":46082050916505,"sku":"058002w15","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ ブラック","offer_id":46082050949273,"sku":"058002w21","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ グリーン","offer_id":46082050982041,"sku":"058002w22","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ オレンジ","offer_id":46082051014809,"sku":"058002w23","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ イエロー","offer_id":46082051047577,"sku":"058002w24","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ ブルー","offer_id":46082051080345,"sku":"058002w25","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ ブラック","offer_id":46082051113113,"sku":"058002w31","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ グリーン","offer_id":46082051145881,"sku":"058002w32","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ オレンジ","offer_id":46082051178649,"sku":"058002w33","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ イエロー","offer_id":46082051211417,"sku":"058002w34","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ ブルー","offer_id":46082051244185,"sku":"058002w35","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ ブラック","offer_id":46082051276953,"sku":"058002w41","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ グリーン","offer_id":46082051309721,"sku":"058002w42","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ オレンジ","offer_id":46082051342489,"sku":"058002w43","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ イエロー","offer_id":46082051375257,"sku":"058002w44","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ ブルー","offer_id":46082051408025,"sku":"058002w45","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブルー \/ ブラック","offer_id":46082051440793,"sku":"058002w51","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブルー \/ グリーン","offer_id":46082051473561,"sku":"058002w52","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブルー \/ オレンジ","offer_id":46082051506329,"sku":"058002w53","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブルー \/ イエロー","offer_id":46082051539097,"sku":"058002w54","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブルー \/ ブルー","offer_id":46082051571865,"sku":"058002w55","price":4312.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058002_00.png?v=1768285244"},{"product_id":"058003w","title":"2枚セット | おねしょパンツ 小学生 男の子 140 大きいサイズ おねしょ 対策 ボクサーパンツ はれパン 8cc トイトレ トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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\/058003_00.png?v=1768285247\" 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\u003e8ccの吸水力\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\/058000_03_0586ef32-5f19-4780-bfee-543369cbc3c9.png?v=1768285246\" 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\u003e3層構造\u003c\/strong\u003eが、吸水・拡散・保水機能を高次元で実現しました。素早く水分を吸収し、不快な蒸れを軽減することで、いつでもサラっとした快適な着心地が続きます。デリケートな肌にも優しい肌触りです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e家族みんなで笑顔、QOLアップへ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058000_07_0425126f-e302-4a42-8f64-c8a56874014f.png?v=1768285246\" 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\n  \u003c!-- 新規追加セクション: 2枚セットとまとめ買い割引に関する情報 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e2枚セットでお届け！まとめ買い割引も\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e本商品は、お子様のお気に入りの色を自由に組み合わせて選べる2枚セットです。複数枚をまとめ買いすると、さらにお得な割引が適用されます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\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=\"benefit-list\"\u003e\n        \u003cli\u003e日常で使いやすい全5色の豊富なカラーバリエーション\u003c\/li\u003e\n        \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザイン\u003c\/li\u003e\n        \u003cli\u003e外見は普通のボクサーパンツ、なのに吸水速乾保水機能つきで快適\u003c\/li\u003e\n        \u003cli\u003e吸水量8ccで日中の学校や放課後の昼間おもらしやちびりに最適\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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご使用上の注意点\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eご使用の際は、以下の点にご注意ください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eおねしょパンツにシャツを入れると、そこから伝いモレや染みモレの原因となります。\u003c\/li\u003e\n        \u003cli\u003eお子さまの寝冷え対策には、別に腹巻などのご使用をおすすめいたします。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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商品コード：058003w\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サイズ展開：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      \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            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eブルー\u003c\/td\u003e\n              \u003ctd\u003e綿94％・ポリウレタン6％\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eイエロー・オレンジ・グリーン\u003c\/td\u003e\n              \u003ctd\u003eポリエステル94％・ポリウレタン6％\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eブラック\u003c\/td\u003e\n              \u003ctd\u003eポリエステル90％・ポリウレタン10％\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\u003c\/div\u003e","brand":"はれパン","offers":[{"title":"140 \/ ブラック \/ ブラック","offer_id":46082051604633,"sku":"058003w11","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ グリーン","offer_id":46082051637401,"sku":"058003w12","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ オレンジ","offer_id":46082051670169,"sku":"058003w13","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ イエロー","offer_id":46082051702937,"sku":"058003w14","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ ブルー","offer_id":46082051735705,"sku":"058003w15","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ ブラック","offer_id":46082051768473,"sku":"058003w21","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ グリーン","offer_id":46082051801241,"sku":"058003w22","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ オレンジ","offer_id":46082051834009,"sku":"058003w23","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ イエロー","offer_id":46082051866777,"sku":"058003w24","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ ブルー","offer_id":46082051899545,"sku":"058003w25","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ ブラック","offer_id":46082051932313,"sku":"058003w31","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ グリーン","offer_id":46082051965081,"sku":"058003w32","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ オレンジ","offer_id":46082051997849,"sku":"058003w33","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ イエロー","offer_id":46082052030617,"sku":"058003w34","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ ブルー","offer_id":46082052063385,"sku":"058003w35","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ ブラック","offer_id":46082052096153,"sku":"058003w41","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ グリーン","offer_id":46082052128921,"sku":"058003w42","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ オレンジ","offer_id":46082052161689,"sku":"058003w43","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ イエロー","offer_id":46082052194457,"sku":"058003w44","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ ブルー","offer_id":46082052227225,"sku":"058003w45","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブルー \/ ブラック","offer_id":46082052259993,"sku":"058003w51","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブルー \/ グリーン","offer_id":46082052292761,"sku":"058003w52","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブルー \/ オレンジ","offer_id":46082052325529,"sku":"058003w53","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブルー \/ イエロー","offer_id":46082052358297,"sku":"058003w54","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブルー \/ ブルー","offer_id":46082052391065,"sku":"058003w55","price":4312.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058003_00.png?v=1768285247"},{"product_id":"058004w","title":"2枚セット | おねしょパンツ 小学生 男の子 150 大きいサイズ おねしょ 対策 ボクサーパンツ はれパン 8cc トイトレ トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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\u003e8ccの吸水量\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\/058004_00.png?v=1768285249\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eお得な2枚セットで、毎日を快適に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e秘密は3層構造 快適吸水ボクサー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\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\/058000_03_b59db565-f31b-4f08-8598-da37be2136c3.png?v=1768285248\" 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スタイリッシュな5色展開 お気に入りが見つかる\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e日常使いにぴったりな\u003cstrong\u003e全5色のカラーバリエーション\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\/058000_10_ca66d62a-043e-4a6c-8007-ce1ee38691b3.png?v=1768285248\" 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            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e日常で使いやすい色を集めた全5色。豊富なカラーバリエーションでお子さまのお気に入りが見つかるはず！\u003c\/li\u003e\n                \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザインです。\u003c\/li\u003e\n                \u003cli\u003e外見は普通のボクサーパンツ、なのに吸水速乾保水機能つきで快適に過ごせます。\u003c\/li\u003e\n                \u003cli\u003e吸水量8ccで日中の学校や放課後の昼間おもらしやちびりに最適。\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            \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サイズ：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素材：\u003cbr\u003e\n                    ブルー／綿94％・ポリウレタン6％\u003cbr\u003e\n                    イエロー・オレンジ・グリーン／ポリエステル94％・ポリウレタン6％\u003cbr\u003e\n                    ブラック／ポリエステル90％・ポリウレタン10％\n                \u003c\/li\u003e\n                \u003cli\u003e生産国：日本\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eおねしょパンツにシャツを入れると漏れの原因になります。\u003c\/p\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：058004w\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"はれパン","offers":[{"title":"150 \/ ブラック \/ ブラック","offer_id":46082052423833,"sku":"058004w11","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ グリーン","offer_id":46082052456601,"sku":"058004w12","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ オレンジ","offer_id":46082052489369,"sku":"058004w13","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ イエロー","offer_id":46082052522137,"sku":"058004w14","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ ブルー","offer_id":46082052554905,"sku":"058004w15","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ ブラック","offer_id":46082052587673,"sku":"058004w21","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ グリーン","offer_id":46082052620441,"sku":"058004w22","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ オレンジ","offer_id":46082052653209,"sku":"058004w23","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ イエロー","offer_id":46082052685977,"sku":"058004w24","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ ブルー","offer_id":46082052718745,"sku":"058004w25","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ ブラック","offer_id":46082052751513,"sku":"058004w31","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ グリーン","offer_id":46082052784281,"sku":"058004w32","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ オレンジ","offer_id":46082052817049,"sku":"058004w33","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ イエロー","offer_id":46082052849817,"sku":"058004w34","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ ブルー","offer_id":46082052882585,"sku":"058004w35","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ ブラック","offer_id":46082052915353,"sku":"058004w41","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ グリーン","offer_id":46082052948121,"sku":"058004w42","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ オレンジ","offer_id":46082052980889,"sku":"058004w43","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ イエロー","offer_id":46082053013657,"sku":"058004w44","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ ブルー","offer_id":46082053046425,"sku":"058004w45","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブルー \/ ブラック","offer_id":46082053079193,"sku":"058004w51","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブルー \/ グリーン","offer_id":46082053111961,"sku":"058004w52","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブルー \/ オレンジ","offer_id":46082053144729,"sku":"058004w53","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブルー \/ イエロー","offer_id":46082053177497,"sku":"058004w54","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブルー \/ ブルー","offer_id":46082053210265,"sku":"058004w55","price":4508.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058004_00.png?v=1768285249"},{"product_id":"058005w","title":"2枚セット | おねしょパンツ 小学生 男の子 160 大きいサイズ おねしょ 対策 ボクサーパンツ はれパン 8cc トイトレ トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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毎日を過ごせます。\u003cstrong\u003e8cc吸水対応\u003c\/strong\u003eで、学校でもアクティブに動ける軽やかさです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058005_00.png?v=1768285252\" 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全5色\u003c\/strong\u003eの豊富なカラーで、お子さまの個性を引き出します。洗い替えや気分に合わせて自由に組み合わせれば、毎日のコーディネートも楽しめます。お気に入りの色がきっと見つかります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058000_16_f2ad4412-a1d9-4e15-82ab-6fd73f6fce80.png?v=1768285251\" class=\"img-fluid d-block w-100 product-img\" alt=\"組み合わせは無限大、毎日に彩りを\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e組み合わせは無限大、毎日に彩りを\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e独自の3層構造が実現するサラサラ感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e保水と薄さを両立した\u003cstrong\u003e3層構造\u003c\/strong\u003eが、お子さまの繊細な肌を守ります。優れた吸水力で水分を素早く吸収拡散し、湿気を逃がす透湿性防水層がいつでも\u003cstrong\u003eサラッとした快適な状態\u003c\/strong\u003eを保ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058000_03_e645eefb-9008-44eb-8e0d-1fcfbd834db1.png?v=1768285251\" class=\"img-fluid d-block w-100 product-img\" alt=\"薄くても頼れる高機能吸水性パンツ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e薄くても頼れる高機能吸水性パンツ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e日常で使いやすい色を集めた全5色の豊富なカラーバリエーション\u003c\/li\u003e\n        \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザイン\u003c\/li\u003e\n        \u003cli\u003e外見は普通のボクサーパンツながら、吸水速乾保水機能つきで快適に過ごせる\u003c\/li\u003e\n        \u003cli\u003e吸水量8ccで日中の学校や放課後の昼間おもらし・ちびりに最適\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      \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\u003e110\u003c\/li\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      \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ブルー：綿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      \u003cp\u003e生産国\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (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    \u003cp class=\"body-text\"\u003e中にシャツを入れてしまうと、そこから伝いモレや染みモレの原因となってしまいます。お子さまの寝冷えの対策には別に腹巻などをオススメいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"はれパン","offers":[{"title":"160 \/ ブラック \/ ブラック","offer_id":46082053243033,"sku":"058005w11","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック \/ グリーン","offer_id":46082053275801,"sku":"058005w12","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック \/ オレンジ","offer_id":46082053308569,"sku":"058005w13","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック \/ イエロー","offer_id":46082053341337,"sku":"058005w14","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック \/ ブルー","offer_id":46082053374105,"sku":"058005w15","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ ブラック","offer_id":46082053406873,"sku":"058005w21","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ グリーン","offer_id":46082053439641,"sku":"058005w22","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ オレンジ","offer_id":46082053472409,"sku":"058005w23","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ イエロー","offer_id":46082053505177,"sku":"058005w24","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ ブルー","offer_id":46082053537945,"sku":"058005w25","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ ブラック","offer_id":46082053570713,"sku":"058005w31","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ グリーン","offer_id":46082053603481,"sku":"058005w32","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ オレンジ","offer_id":46082053636249,"sku":"058005w33","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ イエロー","offer_id":46082053669017,"sku":"058005w34","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ ブルー","offer_id":46082053701785,"sku":"058005w35","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ ブラック","offer_id":46082053734553,"sku":"058005w41","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ グリーン","offer_id":46082053767321,"sku":"058005w42","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ オレンジ","offer_id":46082053800089,"sku":"058005w43","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ イエロー","offer_id":46082053832857,"sku":"058005w44","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ ブルー","offer_id":46082053865625,"sku":"058005w45","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブルー \/ ブラック","offer_id":46082053898393,"sku":"058005w51","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブルー \/ グリーン","offer_id":46082053931161,"sku":"058005w52","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブルー \/ オレンジ","offer_id":46082053963929,"sku":"058005w53","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブルー \/ イエロー","offer_id":46082053996697,"sku":"058005w54","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブルー \/ ブルー","offer_id":46082054029465,"sku":"058005w55","price":4508.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058005_00.png?v=1768285252"},{"product_id":"058010w","title":"2枚セット | おねしょパンツ 小学生 男の子 110 おねしょ 対策 ボクサーパンツ トイトレ はれパン 30cc トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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\/058010_00.png?v=1768285255\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日を笑顔で過ごす2枚組\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e学校生活やお出かけ中も、お子さまが\u003cstrong\u003eアクティブに過ごせる\u003c\/strong\u003eようサポートします。見た目は普通のボクサーパンツだから、周りの目を気にせず堂々と過ごせます。日本の品質が生み出す、親も子も安心できる昼間おもらし対策です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e秘密は5層の吸水バリア\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_03.png?v=1768285255\" 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\u003e5層構造\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\/058010_05.png?v=1768285255\" 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\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外見は普通のボクサーパンツながら、吸水速乾保水機能つき\u003c\/li\u003e\n        \u003cli\u003e吸水量30ccで日中の昼間おもらしやちびりに最適\u003c\/li\u003e\n        \u003cli\u003e吸収力に優れた生地が素早く吸収拡散し、蒸れや不快感を軽減\u003c\/li\u003e\n        \u003cli\u003e伸縮性のある生地とこだわりの立体裁断で身体にフィット\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eこんな方におすすめ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこのようなシーンでお子さまをサポートします。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e授業中など、トイレを我慢することが多いお子さま\u003c\/li\u003e\n        \u003cli\u003eお出かけ中など、場所を選ばず快適に過ごしたいお子さま\u003c\/li\u003e\n        \u003cli\u003e軽スポーツ中など、活動的に過ごしたいお子さま\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e豊富なサイズ展開で、成長期のお子さまにも長くお使いいただけます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\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      \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            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eブルー\u003c\/td\u003e\n              \u003ctd\u003e綿94％・ポリウレタン6％\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eイエロー・オレンジ・グリーン\u003c\/td\u003e\n              \u003ctd\u003eポリエステル94％・ポリウレタン6％\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eブラック\u003c\/td\u003e\n              \u003ctd\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\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商品コード：058010w\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\/div\u003e","brand":"はれパン","offers":[{"title":"110 \/ ブラック \/ ブラック","offer_id":46082054062233,"sku":"058010w11","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ ブラック \/ グリーン","offer_id":46082054095001,"sku":"058010w12","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ ブラック \/ オレンジ","offer_id":46082054127769,"sku":"058010w13","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ ブラック \/ イエロー","offer_id":46082054160537,"sku":"058010w14","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ ブラック \/ コットンブルー","offer_id":46082054193305,"sku":"058010w15","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ ブラック \/ シアンブルー","offer_id":46082054226073,"sku":"058010w16","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ グリーン \/ ブラック","offer_id":46082054258841,"sku":"058010w21","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ グリーン \/ グリーン","offer_id":46082054291609,"sku":"058010w22","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ オレンジ","offer_id":46082054324377,"sku":"058010w23","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ イエロー","offer_id":46082054357145,"sku":"058010w24","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ コットンブルー","offer_id":46082054389913,"sku":"058010w25","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ グリーン \/ シアンブルー","offer_id":46082054422681,"sku":"058010w26","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ オレンジ \/ ブラック","offer_id":46082054455449,"sku":"058010w31","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ オレンジ \/ グリーン","offer_id":46082054488217,"sku":"058010w32","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ オレンジ","offer_id":46082054520985,"sku":"058010w33","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ イエロー","offer_id":46082054553753,"sku":"058010w34","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ コットンブルー","offer_id":46082054586521,"sku":"058010w35","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ オレンジ \/ シアンブルー","offer_id":46082054619289,"sku":"058010w36","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ イエロー \/ ブラック","offer_id":46082054652057,"sku":"058010w41","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ イエロー \/ グリーン","offer_id":46082054684825,"sku":"058010w42","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ オレンジ","offer_id":46082054717593,"sku":"058010w43","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ イエロー","offer_id":46082054750361,"sku":"058010w44","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ コットンブルー","offer_id":46082054783129,"sku":"058010w45","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ イエロー \/ シアンブルー","offer_id":46082054815897,"sku":"058010w46","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ コットンブルー \/ ブラック","offer_id":46082054848665,"sku":"058010w51","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ コットンブルー \/ グリーン","offer_id":46082054881433,"sku":"058010w52","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ コットンブルー \/ オレンジ","offer_id":46082054914201,"sku":"058010w53","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ コットンブルー \/ イエロー","offer_id":46082054946969,"sku":"058010w54","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ コットンブルー \/ コットンブルー","offer_id":46082054979737,"sku":"058010w55","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"110 \/ コットンブルー \/ シアンブルー","offer_id":46082055012505,"sku":"058010w56","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ シアンブルー \/ ブラック","offer_id":46082055045273,"sku":"058010w61","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ シアンブルー \/ グリーン","offer_id":46082055078041,"sku":"058010w62","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ シアンブルー \/ オレンジ","offer_id":46082055110809,"sku":"058010w63","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ シアンブルー \/ イエロー","offer_id":46082055143577,"sku":"058010w64","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ シアンブルー \/ コットンブルー","offer_id":46082055176345,"sku":"058010w65","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"110 \/ シアンブルー \/ シアンブルー","offer_id":46082055209113,"sku":"058010w66","price":4312.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_00.png?v=1768285255"},{"product_id":"058011w","title":"2枚セット | おねしょパンツ 小学生 男の子 120 おねしょ 対策 ボクサーパンツ トイトレ はれパン 30cc トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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\/058011_00.png?v=1768285257\" 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\u003e30ccの水分をしっかり受け止め\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\/058010_16_2240dd37-cf08-42e6-87b4-ecb23e5198ba.png?v=1768285257\" 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豊富な5色展開\u003c\/strong\u003e。洗い替えにもぴったりの2枚セットで、お子さまの「これがいい！」がきっと見つかります。組み合わせは36パターンも。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e独自の5層構造が叶える、乾いた着心地\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_03_4d37bd1d-9eca-438d-823a-3a7fbb37a017.png?v=1768285257\" 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緻密な5層構造\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日常で使いやすい全5色の豊富なカラーバリエーション\u003c\/li\u003e\n                    \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザイン\u003c\/li\u003e\n                    \u003cli\u003e外見は普通のボクサーパンツ、なのに吸水速乾保水機能つき\u003c\/li\u003e\n                    \u003cli\u003e吸水量30ccで日中のもしも（おもらしやちびり）に最適\u003c\/li\u003e\n                    \u003cli\u003e吸収力に優れた生地が素早く吸収拡散し、蒸れや不快感を和らげ常にサラっとした着心地\u003c\/li\u003e\n                    \u003cli\u003e伸縮性のある生地とこだわりの立体裁断で身体にフィット\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eこんな方におすすめ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eもしもの不安を軽減し、お子さまの自信をサポートします。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e授業中、お出かけ、軽スポーツ中など、トイレを我慢することが多い方\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \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\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                \u003cp\u003eお好みに合わせて選べる5色展開です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eブルー\u003c\/li\u003e\n                    \u003cli\u003eオレンジ\u003c\/li\u003e\n                    \u003cli\u003eイエロー\u003c\/li\u003e\n                    \u003cli\u003eグリーン\u003c\/li\u003e\n                    \u003cli\u003eブラック\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \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ブルー：綿94％・ポリウレタン6％\u003c\/li\u003e\n                    \u003cli\u003eイエロー・オレンジ・グリーン：ポリエステル94％・ポリウレタン6％\u003c\/li\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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品の特性を最大限に活かすため、以下の点にご注意ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eおねしょパンツにシャツを入れると、そこから伝いモレや染みモレの原因となります。\u003c\/li\u003e\n                    \u003cli\u003eお子さまの寝冷え対策には、別に腹巻などをご使用いただくことをお勧めします。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \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\u003e058011w\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":"120 \/ ブラック \/ ブラック","offer_id":46082055241881,"sku":"058011w11","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ グリーン","offer_id":46082055274649,"sku":"058011w12","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ オレンジ","offer_id":46082055307417,"sku":"058011w13","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ イエロー","offer_id":46082055340185,"sku":"058011w14","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ コットンブルー","offer_id":46082055372953,"sku":"058011w15","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ ブラック \/ シアンブルー","offer_id":46082055405721,"sku":"058011w16","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ グリーン \/ ブラック","offer_id":46082055438489,"sku":"058011w21","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ グリーン","offer_id":46082055471257,"sku":"058011w22","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ オレンジ","offer_id":46082055504025,"sku":"058011w23","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ イエロー","offer_id":46082055536793,"sku":"058011w24","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ コットンブルー","offer_id":46082055569561,"sku":"058011w25","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ グリーン \/ シアンブルー","offer_id":46082055602329,"sku":"058011w26","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ オレンジ \/ ブラック","offer_id":46082055635097,"sku":"058011w31","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ グリーン","offer_id":46082055667865,"sku":"058011w32","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ オレンジ","offer_id":46082055700633,"sku":"058011w33","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ イエロー","offer_id":46082055733401,"sku":"058011w34","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ コットンブルー","offer_id":46082055766169,"sku":"058011w35","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ オレンジ \/ シアンブルー","offer_id":46082055798937,"sku":"058011w36","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ イエロー \/ ブラック","offer_id":46082055831705,"sku":"058011w41","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ グリーン","offer_id":46082055864473,"sku":"058011w42","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ オレンジ","offer_id":46082055897241,"sku":"058011w43","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ イエロー","offer_id":46082055930009,"sku":"058011w44","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ コットンブルー","offer_id":46082055962777,"sku":"058011w45","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ イエロー \/ シアンブルー","offer_id":46082055995545,"sku":"058011w46","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ コットンブルー \/ ブラック","offer_id":46082056028313,"sku":"058011w51","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ コットンブルー \/ グリーン","offer_id":46082056061081,"sku":"058011w52","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ コットンブルー \/ オレンジ","offer_id":46082056093849,"sku":"058011w53","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ コットンブルー \/ イエロー","offer_id":46082056126617,"sku":"058011w54","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ コットンブルー \/ コットンブルー","offer_id":46082056159385,"sku":"058011w55","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ コットンブルー \/ シアンブルー","offer_id":46082056192153,"sku":"058011w56","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ シアンブルー \/ ブラック","offer_id":46082056224921,"sku":"058011w61","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ シアンブルー \/ グリーン","offer_id":46082056257689,"sku":"058011w62","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ シアンブルー \/ オレンジ","offer_id":46082056290457,"sku":"058011w63","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ シアンブルー \/ イエロー","offer_id":46082056323225,"sku":"058011w64","price":4312.0,"currency_code":"JPY","in_stock":true},{"title":"120 \/ シアンブルー \/ コットンブルー","offer_id":46082056355993,"sku":"058011w65","price":4312.0,"currency_code":"JPY","in_stock":false},{"title":"120 \/ シアンブルー \/ シアンブルー","offer_id":46082056388761,"sku":"058011w66","price":4312.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058011_00.png?v=1768285257"},{"product_id":"058012w","title":"2枚セット | おねしょパンツ 小学生 男の子 130 大きいサイズ おねしょ 対策 ボクサーパンツ はれパン 30cc トイトレ トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e昼間の「ちびり」対策！安心の日本製ボクサー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e授業中や放課後の軽スポーツ、お出かけ先での「もしも」をしっかりサポート。\u003cstrong\u003e30ccの吸水量\u003c\/strong\u003eで、日中の不安からお子さまを解放し、自信と笑顔を届けます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058012_00.png?v=1768285259\" class=\"img-fluid d-block w-100 product-img\" alt=\"お得な2枚組で安心感をプラス\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eお得な2枚組で安心感をプラス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e身体にやさしくフィットする！快適なボクサーパンツ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e当社こだわりの\u003cstrong\u003e立体裁断\u003c\/strong\u003eが、まるでオーダーメイドのような心地よいフィット感を実現。外見は普通のボクサーパンツと変わらず、もたつきや蒸れを感じさせません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_05_ca49ec9c-6a22-4b44-9f89-355975e1e88a.png?v=1768285259\" 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。やわらかな肌触りのコットン系と、清々しいポリエステル系からお選びいただけます。お子さまのお気に入りがきっと見つかるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_10_ec650df0-ceb6-4a47-8605-350c73407c18.png?v=1768285259\" class=\"img-fluid d-block w-100 product-img\" alt=\"肌触りで選ぶ楽しさ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e肌触りで選ぶ楽しさ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e快適な日常をサポートするボクサーパンツの主な特徴をご紹介します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e日常使いしやすい豊富な5色のカラーバリエーション\u003c\/li\u003e\n                \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザイン\u003c\/li\u003e\n                \u003cli\u003e外見は普通のボクサーパンツながら、吸水速乾保水機能付きで快適\u003c\/li\u003e\n                \u003cli\u003e吸水量30ccで日中の学校や放課後のおもらし・ちびり対策に最適\u003c\/li\u003e\n                \u003cli\u003e優れた吸収力で素早く吸収拡散し、蒸れや不快感を軽減しサラっとした着心地\u003c\/li\u003e\n                \u003cli\u003e伸縮性のある生地と当社こだわりの立体裁断で身体によくフィット\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e【こんな方にオススメ】\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e授業中、お出かけ、軽スポーツ中など、トイレを我慢することが多い方\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eお子さまのお気に入りが見つかる、日常使いしやすい5色展開です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eブルー\u003c\/li\u003e\n                \u003cli\u003eオレンジ\u003c\/li\u003e\n                \u003cli\u003eイエロー\u003c\/li\u003e\n                \u003cli\u003eグリーン\u003c\/li\u003e\n                \u003cli\u003eブラック\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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\u003e110\u003c\/li\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            \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ブルー：綿94％・ポリウレタン6％\u003c\/li\u003e\n                \u003cli\u003eイエロー・オレンジ・グリーン：ポリエステル94％・ポリウレタン6％\u003c\/li\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    \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            \u003cp\u003e製品を識別するためのコードです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e058012w\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"はれパン","offers":[{"title":"130 \/ ブラック \/ ブラック","offer_id":46082056421529,"sku":"058012w11","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ グリーン","offer_id":46082056454297,"sku":"058012w12","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ オレンジ","offer_id":46082056487065,"sku":"058012w13","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ イエロー","offer_id":46082056519833,"sku":"058012w14","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ コットンブルー","offer_id":46082056552601,"sku":"058012w15","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ ブラック \/ シアンブルー","offer_id":46082056585369,"sku":"058012w16","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ グリーン \/ ブラック","offer_id":46082056618137,"sku":"058012w21","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ グリーン","offer_id":46082056650905,"sku":"058012w22","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ オレンジ","offer_id":46082056683673,"sku":"058012w23","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ イエロー","offer_id":46082056716441,"sku":"058012w24","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ コットンブルー","offer_id":46082056749209,"sku":"058012w25","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ グリーン \/ シアンブルー","offer_id":46082056781977,"sku":"058012w26","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ オレンジ \/ ブラック","offer_id":46082056814745,"sku":"058012w31","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ グリーン","offer_id":46082056847513,"sku":"058012w32","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ オレンジ","offer_id":46082056880281,"sku":"058012w33","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ イエロー","offer_id":46082056913049,"sku":"058012w34","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ コットンブルー","offer_id":46082056945817,"sku":"058012w35","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ オレンジ \/ シアンブルー","offer_id":46082056978585,"sku":"058012w36","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ イエロー \/ ブラック","offer_id":46082057011353,"sku":"058012w41","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ グリーン","offer_id":46082057044121,"sku":"058012w42","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ オレンジ","offer_id":46082057076889,"sku":"058012w43","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ イエロー","offer_id":46082057109657,"sku":"058012w44","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ コットンブルー","offer_id":46082057142425,"sku":"058012w45","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ イエロー \/ シアンブルー","offer_id":46082057175193,"sku":"058012w46","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ コットンブルー \/ ブラック","offer_id":46082057207961,"sku":"058012w51","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ コットンブルー \/ グリーン","offer_id":46082057240729,"sku":"058012w52","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ コットンブルー \/ オレンジ","offer_id":46082057273497,"sku":"058012w53","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ コットンブルー \/ イエロー","offer_id":46082057306265,"sku":"058012w54","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ コットンブルー \/ コットンブルー","offer_id":46082057339033,"sku":"058012w55","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"130 \/ コットンブルー \/ シアンブルー","offer_id":46082057371801,"sku":"058012w56","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ シアンブルー \/ ブラック","offer_id":46082057404569,"sku":"058012w61","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ シアンブルー \/ グリーン","offer_id":46082057437337,"sku":"058012w62","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ シアンブルー \/ オレンジ","offer_id":46082057470105,"sku":"058012w63","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ シアンブルー \/ イエロー","offer_id":46082057502873,"sku":"058012w64","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ シアンブルー \/ コットンブルー","offer_id":46082057535641,"sku":"058012w65","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"130 \/ シアンブルー \/ シアンブルー","offer_id":46082057568409,"sku":"058012w66","price":4508.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058012_00.png?v=1768285259"},{"product_id":"058013w","title":"2枚セット | おねしょパンツ 小学生 男の子 140 大きいサイズ おねしょ 対策 ボクサーパンツ はれパン 30cc トイトレ トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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\u003e2枚セット\u003c\/strong\u003e。まるで普通のボクサーパンツ。一日中を軽やかに過ごせる吸水力30ccで、もしもの時も心配ありません。\u003cstrong\u003e日本製\u003c\/strong\u003eの上質素材が、お子さまの肌にやさしく寄り添います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058013_00.png?v=1768285262\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日本製ボクサー 吸水30cc\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e特許技術の5層構造！昼間を快適に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eデリケートな肌を守る\u003cstrong\u003e5層構造\u003c\/strong\u003eが、おもらしの水分を瞬時に吸収拡散。いつでもサラッとした肌触りで、不快なムレ感を軽減し、活動的な一日を応援します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_03_def48674-d900-4947-a745-0161aff4ff66.png?v=1768285261\" 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\/058010_04_9f6364e1-ece8-4c45-be46-16b03e1082f3.png?v=1768285261\" 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                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e日常で使いやすい色を集めた全5色。豊富なカラーバリエーションでお子さまのお気に入りが見つかるはず！\u003c\/li\u003e\n                    \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザインです。\u003c\/li\u003e\n                    \u003cli\u003e外見は普通のボクサーパンツなのに、吸水速乾保水機能つきで快適に過ごせます。\u003c\/li\u003e\n                    \u003cli\u003e吸水量30ccで日中の学校や放課後の昼間おもらしやちびりに最適です。\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=\"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                \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                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eブルー\u003c\/td\u003e\n                                \u003ctd\u003e綿94％・ポリウレタン6％\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eイエロー・オレンジ・グリーン\u003c\/td\u003e\n                                \u003ctd\u003eポリエステル94％・ポリウレタン6％\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eブラック\u003c\/td\u003e\n                                \u003ctd\u003eポリエステル90％・ポリウレタン10％\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 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\"\u003e058013w\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\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\u003c!-- \/container product-wrapper --\u003e","brand":"はれパン","offers":[{"title":"140 \/ ブラック \/ ブラック","offer_id":46082057601177,"sku":"058013w11","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ グリーン","offer_id":46082057633945,"sku":"058013w12","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ オレンジ","offer_id":46082057666713,"sku":"058013w13","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ イエロー","offer_id":46082057699481,"sku":"058013w14","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ コットンブルー","offer_id":46082057732249,"sku":"058013w15","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ ブラック \/ シアンブルー","offer_id":46082057765017,"sku":"058013w16","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ グリーン \/ ブラック","offer_id":46082057797785,"sku":"058013w21","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ グリーン","offer_id":46082057830553,"sku":"058013w22","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ オレンジ","offer_id":46082057863321,"sku":"058013w23","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ イエロー","offer_id":46082057896089,"sku":"058013w24","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ コットンブルー","offer_id":46082057928857,"sku":"058013w25","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ グリーン \/ シアンブルー","offer_id":46082057961625,"sku":"058013w26","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ オレンジ \/ ブラック","offer_id":46082057994393,"sku":"058013w31","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ グリーン","offer_id":46082058027161,"sku":"058013w32","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ オレンジ","offer_id":46082058059929,"sku":"058013w33","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ イエロー","offer_id":46082058092697,"sku":"058013w34","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ コットンブルー","offer_id":46082058125465,"sku":"058013w35","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ オレンジ \/ シアンブルー","offer_id":46082058158233,"sku":"058013w36","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ イエロー \/ ブラック","offer_id":46082058191001,"sku":"058013w41","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ グリーン","offer_id":46082058223769,"sku":"058013w42","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ オレンジ","offer_id":46082058256537,"sku":"058013w43","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ イエロー","offer_id":46082058289305,"sku":"058013w44","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ コットンブルー","offer_id":46082058322073,"sku":"058013w45","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ イエロー \/ シアンブルー","offer_id":46082058354841,"sku":"058013w46","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ コットンブルー \/ ブラック","offer_id":46082058387609,"sku":"058013w51","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ コットンブルー \/ グリーン","offer_id":46082058420377,"sku":"058013w52","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ コットンブルー \/ オレンジ","offer_id":46082058453145,"sku":"058013w53","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ コットンブルー \/ イエロー","offer_id":46082058485913,"sku":"058013w54","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ コットンブルー \/ コットンブルー","offer_id":46082058518681,"sku":"058013w55","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ コットンブルー \/ シアンブルー","offer_id":46082058551449,"sku":"058013w56","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ シアンブルー \/ ブラック","offer_id":46082058584217,"sku":"058013w61","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ シアンブルー \/ グリーン","offer_id":46082058616985,"sku":"058013w62","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ シアンブルー \/ オレンジ","offer_id":46082058649753,"sku":"058013w63","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ シアンブルー \/ イエロー","offer_id":46082058682521,"sku":"058013w64","price":4508.0,"currency_code":"JPY","in_stock":true},{"title":"140 \/ シアンブルー \/ コットンブルー","offer_id":46082058715289,"sku":"058013w65","price":4508.0,"currency_code":"JPY","in_stock":false},{"title":"140 \/ シアンブルー \/ シアンブルー","offer_id":46082058748057,"sku":"058013w66","price":4508.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058013_00.png?v=1768285262"},{"product_id":"058014w","title":"2枚セット | おねしょパンツ 小学生 男の子 150 大きいサイズ おねしょ 対策 ボクサーパンツ はれパン 30cc トイトレ トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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【お得な2枚セット】\u003c\/strong\u003e普通のボクサーパンツと変わらない自然なデザインで、お子さまも周囲を気にせず毎日を過ごせます。日中の授業中やお出かけ、軽スポーツ中の「もしも」にも、\u003cstrong\u003e30ccの吸水量\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\/058014_00.png?v=1768285264\" 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\/058010_03_cdf62ded-bacb-473a-9964-579e4734a260.png?v=1768285265\" 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全5色\u003c\/strong\u003eをご用意しました。お子さまの個性を引き出すカラーがきっと見つかります。伸縮性に優れた生地とこだわり抜いた立体裁断で、身体に心地よくフィットし、動きやすさも抜群です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_10_eb97b507-a816-41d6-b9c1-9b4a026df9f3.png?v=1768285263\" 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日常で使いやすい全5色の豊富なカラーバリエーション。\u003c\/li\u003e\n                \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザイン。\u003c\/li\u003e\n                \u003cli\u003e吸水速乾保水機能つきで、外見は普通のボクサーパンツなのに快適な着心地。\u003c\/li\u003e\n                \u003cli\u003e吸水量30ccで日中の学校や放課後のおもらしやちびりに最適。\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            \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商品コード: 058014w\u003c\/li\u003e\n                \u003cli\u003eカラー: ブルー・オレンジ・イエロー・グリーン・ブラック\u003c\/li\u003e\n                \u003cli\u003eサイズ: 110・120・130・140・150・160\u003c\/li\u003e\n                \u003cli\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生産国: 日本\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eおねしょパンツの中にシャツを入れてしまうと、そこから伝いモレや染みモレの原因となってしまいます。お子さまの寝冷えの対策には別に腹巻などをオススメいたします。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"はれパン","offers":[{"title":"150 \/ ブラック \/ ブラック","offer_id":46082058780825,"sku":"058014w11","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ グリーン","offer_id":46082058813593,"sku":"058014w12","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ オレンジ","offer_id":46082058846361,"sku":"058014w13","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ イエロー","offer_id":46082058879129,"sku":"058014w14","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ コットンブルー","offer_id":46082058911897,"sku":"058014w15","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ ブラック \/ シアンブルー","offer_id":46082058944665,"sku":"058014w16","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ グリーン \/ ブラック","offer_id":46082058977433,"sku":"058014w21","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ グリーン","offer_id":46082059010201,"sku":"058014w22","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ オレンジ","offer_id":46082059042969,"sku":"058014w23","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ イエロー","offer_id":46082059075737,"sku":"058014w24","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ コットンブルー","offer_id":46082059108505,"sku":"058014w25","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ グリーン \/ シアンブルー","offer_id":46082059141273,"sku":"058014w26","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ オレンジ \/ ブラック","offer_id":46082059174041,"sku":"058014w31","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ グリーン","offer_id":46082059206809,"sku":"058014w32","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ オレンジ","offer_id":46082059239577,"sku":"058014w33","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ イエロー","offer_id":46082059272345,"sku":"058014w34","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ コットンブルー","offer_id":46082059305113,"sku":"058014w35","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ オレンジ \/ シアンブルー","offer_id":46082059337881,"sku":"058014w36","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ イエロー \/ ブラック","offer_id":46082059370649,"sku":"058014w41","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ グリーン","offer_id":46082059403417,"sku":"058014w42","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ オレンジ","offer_id":46082059436185,"sku":"058014w43","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ イエロー","offer_id":46082059468953,"sku":"058014w44","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ コットンブルー","offer_id":46082059501721,"sku":"058014w45","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ イエロー \/ シアンブルー","offer_id":46082059534489,"sku":"058014w46","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ コットンブルー \/ ブラック","offer_id":46082059567257,"sku":"058014w51","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ コットンブルー \/ グリーン","offer_id":46082059600025,"sku":"058014w52","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ コットンブルー \/ オレンジ","offer_id":46082059632793,"sku":"058014w53","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ コットンブルー \/ イエロー","offer_id":46082059665561,"sku":"058014w54","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ コットンブルー \/ コットンブルー","offer_id":46082059698329,"sku":"058014w55","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"150 \/ コットンブルー \/ シアンブルー","offer_id":46082059731097,"sku":"058014w56","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ シアンブルー \/ ブラック","offer_id":46082059763865,"sku":"058014w61","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ シアンブルー \/ グリーン","offer_id":46082059796633,"sku":"058014w62","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ シアンブルー \/ オレンジ","offer_id":46082059829401,"sku":"058014w63","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ シアンブルー \/ イエロー","offer_id":46082059862169,"sku":"058014w64","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ シアンブルー \/ コットンブルー","offer_id":46082059894937,"sku":"058014w65","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"150 \/ シアンブルー \/ シアンブルー","offer_id":46082059927705,"sku":"058014w66","price":4900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058014_00.png?v=1768285264"},{"product_id":"058015w","title":"2枚セット | おねしょパンツ 小学生 男の子 160 大きいサイズ おねしょ 対策 ボクサーパンツ はれパン 30cc トイトレ トイレトレーニング 吸水 防水 昼間おもらし ちびり 染み出し 防止 日本製 | メール便送料無料","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\/058015_00.png?v=1768285266\" 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\u003e30ccの吸水量\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普段使いOK 目立たない吸水ボクサー\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_02_5f7d451c-43b0-460b-a237-b8ceeb0c938b.png?v=1768285265\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e薄型なのに安心のフィット感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e外見は一般的なボクサーパンツそのもの。\u003cstrong\u003e吸水速乾保水機能\u003c\/strong\u003eで、\u003cstrong\u003e日中のちょい漏れやちびりもしっかりカバー\u003c\/strong\u003eします。\u003cstrong\u003e周囲に気づかれず\u003c\/strong\u003e、\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優れた5層構造でサラサラ快適を保持\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058010_03_8192c9a3-0838-4dac-b4e4-2b3083f9d3f1.png?v=1768285266\" 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\u003e5層構造\u003c\/strong\u003eが、\u003cstrong\u003eお肌を常にサラッと快適に\u003c\/strong\u003e保ちます。\u003cstrong\u003e伸縮性の高い生地と立体裁断\u003c\/strong\u003eで身体に心地よくフィットし、\u003cstrong\u003e活発な動きを妨げません\u003c\/strong\u003e。\u003cstrong\u003e蒸れを軽減\u003c\/strong\u003eし、不快感なく過ごせます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (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\u003cstrong\u003e2枚セットでお届け！\u003c\/strong\u003e\u003c\/li\u003e\n        \u003cli\u003e日常で使いやすい全5色の豊富なカラーバリエーション\u003c\/li\u003e\n        \u003cli\u003e見られても恥ずかしくない、自然でスタイリッシュなデザイン\u003c\/li\u003e\n        \u003cli\u003e外見は普通のボクサーパンツながら、吸水速乾保水機能つきで快適\u003c\/li\u003e\n        \u003cli\u003e吸水量30ccで日中の学校や放課後の昼間おもらしやちびりに最適\u003c\/li\u003e\n        \u003cli\u003e吸収力に優れた生地が素早く吸収拡散し、蒸れや不快感を軽減\u003c\/li\u003e\n        \u003cli\u003e伸縮性のある生地とこだわりの立体裁断で身体によくフィット\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eこんな方におすすめ\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこのような方の日中活動をサポートします。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e授業中、お出かけ、軽スポーツ中など、トイレを我慢することが多い方\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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\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      \u003cp\u003e肌に優しい素材と安心の日本製です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eブルー\u003c\/strong\u003e：綿94％、ポリウレタン6％\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eイエロー・オレンジ・グリーン\u003c\/strong\u003e：ポリエステル94％、ポリウレタン6％\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eブラック\u003c\/strong\u003e：ポリエステル90％、ポリウレタン10％\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  \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商品コード: 058015w\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"はれパン","offers":[{"title":"160 \/ ブラック \/ ブラック","offer_id":46082059960473,"sku":"058015w11","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ ブラック \/ グリーン","offer_id":46082059993241,"sku":"058015w12","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ ブラック \/ オレンジ","offer_id":46082060026009,"sku":"058015w13","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ ブラック \/ イエロー","offer_id":46082060058777,"sku":"058015w14","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ ブラック \/ コットンブルー","offer_id":46082060091545,"sku":"058015w15","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ ブラック \/ シアンブルー","offer_id":46082060124313,"sku":"058015w16","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ グリーン \/ ブラック","offer_id":46082060157081,"sku":"058015w21","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ グリーン \/ グリーン","offer_id":46082060189849,"sku":"058015w22","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ オレンジ","offer_id":46082060222617,"sku":"058015w23","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ イエロー","offer_id":46082060255385,"sku":"058015w24","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ コットンブルー","offer_id":46082060288153,"sku":"058015w25","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ グリーン \/ シアンブルー","offer_id":46082060320921,"sku":"058015w26","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ オレンジ \/ ブラック","offer_id":46082060353689,"sku":"058015w31","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ オレンジ \/ グリーン","offer_id":46082060386457,"sku":"058015w32","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ オレンジ","offer_id":46082060419225,"sku":"058015w33","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ イエロー","offer_id":46082060451993,"sku":"058015w34","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ コットンブルー","offer_id":46082060484761,"sku":"058015w35","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ オレンジ \/ シアンブルー","offer_id":46082060517529,"sku":"058015w36","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ イエロー \/ ブラック","offer_id":46082060550297,"sku":"058015w41","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ イエロー \/ グリーン","offer_id":46082060583065,"sku":"058015w42","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ オレンジ","offer_id":46082060615833,"sku":"058015w43","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ イエロー","offer_id":46082060648601,"sku":"058015w44","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ コットンブルー","offer_id":46082060681369,"sku":"058015w45","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ イエロー \/ シアンブルー","offer_id":46082060714137,"sku":"058015w46","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ コットンブルー \/ ブラック","offer_id":46082060746905,"sku":"058015w51","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ コットンブルー \/ グリーン","offer_id":46082060779673,"sku":"058015w52","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ コットンブルー \/ オレンジ","offer_id":46082060812441,"sku":"058015w53","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ コットンブルー \/ イエロー","offer_id":46082060845209,"sku":"058015w54","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ コットンブルー \/ コットンブルー","offer_id":46082060877977,"sku":"058015w55","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ コットンブルー \/ シアンブルー","offer_id":46082060910745,"sku":"058015w56","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ シアンブルー \/ ブラック","offer_id":46082060943513,"sku":"058015w61","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ シアンブルー \/ グリーン","offer_id":46082060976281,"sku":"058015w62","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ シアンブルー \/ オレンジ","offer_id":46082061009049,"sku":"058015w63","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ シアンブルー \/ イエロー","offer_id":46082061041817,"sku":"058015w64","price":4900.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ シアンブルー \/ コットンブルー","offer_id":46082061074585,"sku":"058015w65","price":4900.0,"currency_code":"JPY","in_stock":false},{"title":"160 \/ シアンブルー \/ シアンブルー","offer_id":46082061107353,"sku":"058015w66","price":4900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/058015_00.png?v=1768285266"},{"product_id":"058050w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 ボクサーパンツ メンズ 追っかけ漏れ はれパン 10 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 10cc Sサイズ | メール便送料無料","description":"\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e10cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─3層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e●日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e10cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＭ(165~175cm\/76~84cm\/29cm\/27.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"S \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082061729945,"sku":"058050w44","price":6200.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082061762713,"sku":"058050w45","price":6200.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082061893785,"sku":"058050w54","price":6200.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082061926553,"sku":"058050w55","price":6200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-001_s.jpg?v=1768285268"},{"product_id":"058051w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 ボクサーパンツ メンズ 追っかけ漏れ はれパン 10 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 10cc Mサイズ | メール便送料無料","description":"\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e10cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─3層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e●日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e10cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＭ(165~175cm\/76~84cm\/29cm\/27.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"M \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082062549145,"sku":"058051w44","price":6400.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082062581913,"sku":"058051w45","price":6400.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082062712985,"sku":"058051w54","price":6400.0,"currency_code":"JPY","in_stock":false},{"title":"M \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082062745753,"sku":"058051w55","price":6400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-001_m.jpg?v=1768285271"},{"product_id":"058052w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 ボクサーパンツ メンズ 追っかけ漏れ はれパン 10 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 10cc Lサイズ | メール便送料無料","description":"\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e10cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─3層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e●日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e10cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＭ(165~175cm\/76~84cm\/29cm\/27.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"L \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082063368345,"sku":"058052w44","price":4600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082063401113,"sku":"058052w45","price":4600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082063532185,"sku":"058052w54","price":4600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082063564953,"sku":"058052w55","price":4600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-001_l.jpg?v=1768285272"},{"product_id":"058053w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 ボクサーパンツ メンズ 追っかけ漏れ はれパン 10 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 10cc LLサイズ | メール便送料無料","description":"\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e10cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─3層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e●日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e10cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＭ(165~175cm\/76~84cm\/29cm\/27.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"LL \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082064187545,"sku":"058053w44","price":4600.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082064220313,"sku":"058053w45","price":4600.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082064351385,"sku":"058053w54","price":4600.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082064384153,"sku":"058053w55","price":4600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-001_ll.jpg?v=1768285275"},{"product_id":"058054w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 大きいサイズ ボクサーパンツ メンズ はれパン 10 追っかけ漏れ 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 10cc 3Lサイズ | メール便送料無料","description":"\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e10cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─3層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e●日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e10cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＭ(165~175cm\/76~84cm\/29cm\/27.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"3L \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082065006745,"sku":"058054w44","price":4800.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082065039513,"sku":"058054w45","price":4800.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082065170585,"sku":"058054w54","price":4800.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082065203353,"sku":"058054w55","price":4800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-001_3l.jpg?v=1768285277"},{"product_id":"058055w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 大きいサイズ ボクサーパンツ メンズ はれパン 10 追っかけ漏れ 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 10cc 4Lサイズ | メール便送料無料","description":"\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e10cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─3層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e●日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e10cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＭ(165~175cm\/76~84cm\/29cm\/27.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"4L \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082065825945,"sku":"058055w44","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082065858713,"sku":"058055w45","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082065989785,"sku":"058055w54","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082066022553,"sku":"058055w55","price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-001_4l.jpg?v=1768285279"},{"product_id":"058056w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 大きいサイズ ボクサーパンツ メンズ はれパン 10 追っかけ漏れ 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 10cc 5Lサイズ | メール便送料無料","description":"\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e10cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─3層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e●日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e10cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＭ(165~175cm\/76~84cm\/29cm\/27.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"5L \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082066645145,"sku":"058056w44","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082066677913,"sku":"058056w45","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082066808985,"sku":"058056w54","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082066841753,"sku":"058056w55","price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-001_5l.jpg?v=1768285283"},{"product_id":"058057w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 大きいサイズ ボクサーパンツ メンズ はれパン 10 追っかけ漏れ 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 10cc 6Lサイズ | メール便送料無料","description":"\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e10cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eポリエステル90％・ポリウレタン10％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─3層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e●日本の工場で丁寧に作られ、日々進化する自社製品に素早く対応する生産体制\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan10\/page-058050_02.png\"\u003e\u003cmeta content=\"text\/html;charset=UTF-8\" http-equiv=\"Content-Type\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e10cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＭ(165~175cm\/76~84cm\/29cm\/27.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"6L \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082067464345,"sku":"058057w44","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"6L \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082067497113,"sku":"058057w45","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"6L \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082067628185,"sku":"058057w54","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"6L \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082067660953,"sku":"058057w55","price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-001_6l.jpg?v=1768285283"},{"product_id":"058060w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 ボクサーパンツ メンズ 追っかけ漏れ はれパン 50 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 50cc Sサイズ | メール便送料無料","description":"\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_01.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/058060_08.png\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e50cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e（ブラック）ポリエステル94％・ポリウレタン6％・（ボルドー）ポリエステル90％・ポリウレタン11％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─5層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_02.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e50cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＬ(175~185cm\/84~94cm\/30cm\/28.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"S \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082067693721,"sku":"058060w11","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082067726489,"sku":"058060w12","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082067792025,"sku":"058060w21","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"S \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082067824793,"sku":"058060w22","price":6600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-01_s.jpg?v=1768285285"},{"product_id":"058061w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 ボクサーパンツ メンズ 追っかけ漏れ はれパン 50 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 50cc Mサイズ | メール便送料無料","description":"\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_01.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/058060_08.png\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e50cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e（ブラック）ポリエステル94％・ポリウレタン6％・（ボルドー）ポリエステル90％・ポリウレタン11％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─5層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_02.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e50cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＬ(175~185cm\/84~94cm\/30cm\/28.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"M \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082067988633,"sku":"058061w11","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082068021401,"sku":"058061w12","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082068086937,"sku":"058061w21","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082068119705,"sku":"058061w22","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-01_m.jpg?v=1768285288"},{"product_id":"058062w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 ボクサーパンツ メンズ 追っかけ漏れ はれパン 50 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 50cc Lサイズ | メール便送料無料","description":"\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_01.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/058060_08.png\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e50cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e（ブラック）ポリエステル94％・ポリウレタン6％・（ボルドー）ポリエステル90％・ポリウレタン11％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─5層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_02.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e50cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＬ(175~185cm\/84~94cm\/30cm\/28.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"L \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082068283545,"sku":"058062w11","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082068316313,"sku":"058062w12","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082068381849,"sku":"058062w21","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082068414617,"sku":"058062w22","price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-01_l.jpg?v=1768285290"},{"product_id":"058063w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 ボクサーパンツ メンズ 追っかけ漏れ はれパン 50 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 50cc LLサイズ | メール便送料無料","description":"\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_01.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/058060_08.png\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e50cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e（ブラック）ポリエステル94％・ポリウレタン6％・（ボルドー）ポリエステル90％・ポリウレタン11％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─5層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_02.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e50cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＬ(175~185cm\/84~94cm\/30cm\/28.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"LL \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082068611225,"sku":"058063w11","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082068643993,"sku":"058063w12","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082068709529,"sku":"058063w21","price":6800.0,"currency_code":"JPY","in_stock":true},{"title":"LL \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082068742297,"sku":"058063w22","price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-01_ll.jpg?v=1768285292"},{"product_id":"058064w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 大きいサイズ ボクサーパンツ メンズ はれパン 50 追っかけ漏れ 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 50cc 3Lサイズ | メール便送料無料","description":"\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_01.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/058060_08.png\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e50cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e（ブラック）ポリエステル94％・ポリウレタン6％・（ボルドー）ポリエステル90％・ポリウレタン11％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─5層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_02.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e50cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＬ(175~185cm\/84~94cm\/30cm\/28.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"3L \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082068906137,"sku":"058064w11","price":7000.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082068938905,"sku":"058064w12","price":7000.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082069004441,"sku":"058064w21","price":7000.0,"currency_code":"JPY","in_stock":true},{"title":"3L \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082069037209,"sku":"058064w22","price":7000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-01_3l.jpg?v=1768285293"},{"product_id":"058065w","title":"2枚セット | 失禁パンツ 尿漏れパンツ 男性用 大きいサイズ ボクサーパンツ メンズ はれパン 50 追っかけ漏れ 尿ジミ防止 ちょいモレ 昼間おもらし ちびり 尿失禁 防水 日本製 吸水パンツ 50cc 4Lサイズ | メール便送料無料","description":"\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_01.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/058060_08.png\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #212121; font-size: large;\"\u003e\u003cb\u003e| 商品詳細\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable bgcolor=\"#212121\" cellpadding=\"8\" cellspacing=\"2\" border=\"0\" width=\"790\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e吸水量\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e50cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003eカラー\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eブラック、ボルドー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e素材\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e（ブラック）ポリエステル94％・ポリウレタン6％・（ボルドー）ポリエステル90％・ポリウレタン11％\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e生産国\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e日本\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品シリーズ\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003eもっと楽しく、もっとアクティブに！！　「はれパン」\u003c\/b\u003e\u003cbr\u003eはれパンは株式会社メイフィールの登録商標または商標です(登録第6378975号)。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e推奨シーン\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003eこちらの商品はこんなときに最適です♪\u003cbr\u003e\u003cb\u003e授業中、会議中、会話中、仕事中、散歩中、買い物中・軽スポーツなどトイレを我慢するが漏れてしまうことが多い方\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003cspan style=\"color: #fff;\"\u003e商品説明\u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd bgcolor=\"#fff\"\u003e\n\u003cb\u003e「はけば手放せなくなる」「少しくらいなら気にならない!!」”機能性パンツ習慣”\u003c\/b\u003e\u003cbr\u003epoint1.伸縮性の高い生地と、立体裁断で実現する着心地のいい─快適なフィット感\u003cbr\u003epoint2.1日中爽やかさが続く─ムレない通気性の良い生地\u003cbr\u003epoint3.吸水機能付きで尿染み対応！ちょいモレが気になるあなたに─5層構造のパッドが尿を吸収\u003cbr\u003e└両裾と股下まである広範囲パッドが伝いモレを防ぎベタつきも抑える！\u003cbr\u003e※前開きタイプではありません\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/halepan50\/page-058060_02.png\"\u003e\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html;charset=UTF-8\"\u003e\u003cimg width=\"790\" src=\"https:\/\/www.rakuten.ne.jp\/gold\/mfmayfeel\/cabinet\/common\/mij_poster-adult.png\"\u003e\u003cspan\u003eはれパン メンズ は尿漏れ対策に特化した男性用 尿漏れパンツです。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e普通のパンツと同様のデザインと快適さで、外出や会食時もリラックスして過ごすことができます。\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e立体裁断でフィット感抜群、伸縮性のある速乾生地でいつでもサラッとした着心地◎\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●吸水量\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e50cc\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●サイズ(適応身長\/ウエスト\/総丈\/後ろ丈)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eＬ(175~185cm\/84~94cm\/30cm\/28.5cm)\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●素材\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eポリエステル62％、レーヨン33％、ポリウレタン5％\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e●生産国\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e日本\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e※前開きタイプではありません\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"はれパン","offers":[{"title":"4L \/ 標準タイプ／ブラック \/ 標準タイプ／ブラック","offer_id":46082069266585,"sku":"058065w11","price":7000.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ 標準タイプ／ブラック \/ 標準タイプ／ボルドー","offer_id":46082069299353,"sku":"058065w12","price":7000.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ 標準タイプ／ボルドー \/ 標準タイプ／ブラック","offer_id":46082069364889,"sku":"058065w21","price":7000.0,"currency_code":"JPY","in_stock":true},{"title":"4L \/ 標準タイプ／ボルドー \/ 標準タイプ／ボルドー","offer_id":46082069397657,"sku":"058065w22","price":7000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/4467\/0617\/files\/1-01_4l.jpg?v=1768285297"}],"url":"https:\/\/halepan.we-shop.jp\/collections\/%e3%81%af%e3%82%8c%e3%83%91%e3%83%b3-%e9%81%b8%e3%81%b3%e6%96%b9%e5%88%a5%e3%82%bb%e3%83%ac%e3%82%af%e3%83%88.oembed","provider":"しあわせ肌着研究所メイフィール","version":"1.0","type":"link"}