{"title":"春の外出おすすめセレクト","description":"","products":[{"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":"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":true},{"title":"150 \/ ブラック","offer_id":45776492626073,"sku":"0512251","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"160 \/ ブラック","offer_id":45776492658841,"sku":"0512261","price":5830.0,"currency_code":"JPY","in_stock":true}],"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":true},{"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":true},{"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":false},{"title":"4L \/ ブラック","offer_id":45776494035097,"sku":"053205","price":8580.0,"currency_code":"JPY","in_stock":true},{"title":"5L \/ ブラック","offer_id":45776494067865,"sku":"053206","price":8690.0,"currency_code":"JPY","in_stock":false},{"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":"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":true},{"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":false},{"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":false},{"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"}],"url":"https:\/\/halepan.we-shop.jp\/collections\/%e6%98%a5%e3%81%ae%e5%a4%96%e5%87%ba%e3%81%8a%e3%81%99%e3%81%99%e3%82%81%e3%82%bb%e3%83%ac%e3%82%af%e3%83%88.oembed","provider":"しあわせ肌着研究所メイフィール","version":"1.0","type":"link"}