{"title":"お出かけ服（きちんと見え）","description":"","products":[{"product_id":"389302","title":"No.389302\/カバーオール（リバティ・オーガニックコットン使用）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eリバティが彩る優しい肌触り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eオーガニック吊天竺\u003c\/strong\u003eが赤ちゃんを優しく包み込みます。胸元のソルブロンメッシュとリバティ柄のフリルが、可憐な華やかさを添える一枚です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1094-cutout.jpg?v=1744365350\" class=\"img-fluid d-block w-100 product-img\" alt=\"リバティ柄とソルブロンメッシュのフリルが施されたベビー服\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日着せたい上品デザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e動きやすさ叶える快適ベビー服\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e赤ちゃんの自由な動きを妨げない\u003cstrong\u003eしなやかな仕立て\u003c\/strong\u003e。薄手の長袖は真冬以外、\u003cstrong\u003eオールシーズン着用可能\u003c\/strong\u003eで、長くご愛用いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1098-cutout.jpg?v=1744365350\" 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\/0902\/8534\/2996\/files\/batch_IMG-1095-cutout.jpg?v=1744365350\" class=\"img-fluid d-block w-100 product-img\" alt=\"ソルブロンメッシュとリバティタナローンの組み合わせ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりの出産祝いギフト\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eリバティの上品なかわいさにソルブロンメッシュの華やかさを加えたカバーオールです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e上品なリバティ柄とソルブロンメッシュの組み合わせ\u003c\/li\u003e\n                    \u003cli\u003e肌触りの良いオーガニック吊天竺をメイン素材に使用\u003c\/li\u003e\n                    \u003cli\u003e胸元から上は可愛らしいソルブロンメッシュデザイン\u003c\/li\u003e\n                    \u003cli\u003e薄手の長袖で真冬以外オールシーズン着用可能\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・品質・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品の主な素材と品質情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：オーガニック吊天竺、リバティタナローン、ソルブロンメッシュ\u003c\/li\u003e\n                    \u003cli\u003e品質：綿100％\u003c\/li\u003e\n                    \u003cli\u003e生産国：日本 (愛知県)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ・カラー\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eご希望のサイズとカラーをお選びください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ展開：70cm \/ 80cm\u003c\/li\u003e\n                    \u003cli\u003eカラー：PK (ピンク系)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品の商品コードです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード：389302\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ 70cm","offer_id":49477782602004,"sku":"4548711079596","price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ 80cm","offer_id":49477782634772,"sku":"4548711079602","price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1094-cutout.jpg?v=1744365350"},{"product_id":"352003","title":"No.352003\/オーガニックプチドレス（コンペイトウ柄・通年）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e肌に優しいオーガニックベビー服\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e生まれたての敏感な肌にそっと寄り添う、ふんわり柔らかなオーガニック素材。愛らしいコンペイトウ柄は、赤ちゃんに笑顔を届け、毎日のお着替えも心和むひとときに変えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/349203.1.jpg?v=1744365084\" class=\"img-fluid d-block w-100 product-img\" alt=\"肌に優しいオーガニックベビー服\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eふんわり包む安心感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e一年中快適 赤ちゃんのびのび\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e縫い目を極力減らした背面デザインで、どんな体勢でも赤ちゃんはのびのび。体温調節が未熟な新生児のために、通年快適に過ごせるよう肌触りを選びました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/349203.2.jpg?v=1744365084\" 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「First 50-70 ikujikobo」のロゴが、新生児へのこだわりを物語る。首元まで優しく包み込む丁寧なパイピングと、きめ細やかな生地の質感が、大切な出産祝いにぴったりです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/349203.6.jpg?v=1744365085\" class=\"img-fluid d-block w-100 product-img\" alt=\"出産祝いに最適な上質な肌着\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりのファーストタッチ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e安全性・機能性・おしゃれ性を兼ね備えた、コンビ肌着とベビードレスを一体化したツーウェイ型フィットドレスです。赤ちゃんに優しい工夫が満載。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003e内側の縫い目を\u003cstrong\u003e平面に縫製\u003c\/strong\u003eし、肌への刺激を軽減\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003e肌着に使われる「きもちいい。」素材を使用し、\u003cstrong\u003e暖かい季節は一枚で快適\u003c\/strong\u003eに過ごせるデイリーウェアとして最適\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003eお股は\u003cstrong\u003eツーウェイタイプ\u003c\/strong\u003eで、ドレスとオールどちらの形でもお使いいただけます\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003e肌着で人気のコンペイトウ柄プリントで、赤ちゃんの可愛らしさをさりげなく引き立てます\u003c\/p\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\u003cp class=\"body-text\"\u003e\u003cstrong\u003e素材\u003c\/strong\u003e: オーガニック吊天竺(コンペイトウ柄)\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e品質\u003c\/strong\u003e: 綿100％\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e適用時期\u003c\/strong\u003e: 年間を通じてお使いいただけます\u003c\/p\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\"\u003eFirstサイズは、新生児から長くお使いいただけるゆったりとしたサイズ感です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003eサイズ\u003c\/strong\u003e: First(50~70cm)\u003c\/p\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- 入力データに [Image of clothing size chart] とありますが、具体的な画像IDがないため、参考情報として表示します。 --\u003e\n                \u003c!-- 必要であれば、ここにサイズチャートの画像を配置してください。例: \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズチャート\"\u003e\u003c\/div\u003e --\u003e\n                \u003cp class=\"body-text\"\u003e※対象の月齢については別途掲載のサイズチャートをご確認ください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003eブルー\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003eピンク\u003c\/p\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\u003cp class=\"body-text\"\u003e\u003cstrong\u003e生産国\u003c\/strong\u003e: 日本(愛知県)\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp class=\"body-text\"\u003e\u003cstrong\u003e商品コード\u003c\/strong\u003e: 352003\u003c\/p\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e綿が本来持つ色をそのまま生かしていますので、所々「葉かす」という茶色や黒っぽいものが混じることがありますが、これはオーガニックコットンの特徴です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ First50-70cm","offer_id":49477997560084,"sku":"4548711064462","price":5720.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ First50-70cm","offer_id":49477997592852,"sku":"4548711064455","price":5720.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/349203.4.jpg?v=1744365084"},{"product_id":"403672","title":"No.403672\/カバーオール（リバティ\/春夏）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e愛らしいリバティ柄のカバーオール\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e白を基調に動物や植物が舞う\u003cstrong\u003eリバティプリント\u003c\/strong\u003eは、お子様の\u003cstrong\u003e無垢な可愛らしさ\u003c\/strong\u003eを一層引き立てます。\u003cstrong\u003e春夏の明るい日差し\u003c\/strong\u003eにぴったりの、心躍るデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2776-cutout.jpg?v=1765247160\" 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\/0902\/8534\/2996\/files\/batch_IMG-2782-cutout.jpg?v=1765247166\" class=\"img-fluid d-block w-100 product-img\" alt=\"タナローン生地の質感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e春夏に嬉しい快適な素材感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eやさしさに包まれる、上質な仕立て\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肌に直接触れる吊天竺部分には、肌に安心な\u003cstrong\u003eオーガニックコットン\u003c\/strong\u003eを採用しました。細部に宿るこだわりが、\u003cstrong\u003e出産祝いや大切な贈り物\u003c\/strong\u003eとしても喜ばれる一着です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2777-cutout.jpg?v=1765246790\" class=\"img-fluid d-block w-100 product-img\" alt=\"オーガニックコットンを使用した肌触り\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eベビーへ贈る最高のやさしさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eリバティプリントを使用した男の子向けのカバーオールです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e白をベースに動物や植物をモチーフにした柄\u003c\/li\u003e\n          \u003cli\u003eさらりと軽く、光沢感のあるタナローン生地\u003c\/li\u003e\n          \u003cli\u003e春夏のお出かけにぴったりの快適な着心地\u003c\/li\u003e\n          \u003cli\u003e出産祝いのプレゼントとしてもおすすめ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品のサイズ展開です。詳細は以下をご確認ください。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e70cm\u003c\/li\u003e\n          \u003cli\u003e80cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/via.placeholder.com\/600x400\/EEEEEE\/333333?text=Clothing+Size+Chart\" class=\"img-fluid d-block w-100 product-img\" alt=\"衣類サイズチャート\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・品質・カラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e使用している素材、品質、およびカラーについてのご案内です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカラー: GY（グレー）\u003c\/li\u003e\n          \u003cli\u003e素材: 吊天竺、リバティプリントタナローン\u003c\/li\u003e\n          \u003cli\u003e品質: 綿100％（吊天竺部分のみオーガニックコットン使用）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の商品コードは以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: 403672\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"グレー \/ 70ｃm","offer_id":51766160654612,"sku":"4548711084088","price":9020.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ 80cm","offer_id":51766160621844,"sku":"4548711084095","price":9020.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2776-cutout.jpg?v=1765247160"},{"product_id":"413702","title":"No.413702\/カバーオール（リバティ\/春夏）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eリバティの洗練幾何学模様\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e鮮やかなブルーの幾何学プリントが、お子様の個性を際立たせます。 \u003cstrong\u003eリバティ・タナローンのさらりとした軽やかな生地\u003c\/strong\u003eが、活動的なお子様にも心地よい感触を約束します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250425161114-Photoroom.jpg?v=1765248208\" 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\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\/0902\/8534\/2996\/files\/IMG20250425161140-Photoroom.jpg?v=1765248208\" 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\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\/0902\/8534\/2996\/files\/IMG20250425161211-Photoroom.jpg?v=1765248208\" 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\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eリバティプリントを使用した男の子向けのカバーオールです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e幾何学模様をモチーフにした、鮮やかで洗練されたデザイン\u003c\/li\u003e\n\u003cli\u003eさらりと軽く光沢感のあるタナローン生地で、春夏のお出かけに最適\u003c\/li\u003e\n\u003cli\u003e肌に触れる身頃はオーガニックコットンを使用し、デリケートな肌にも安心\u003c\/li\u003e\n\u003cli\u003e出産祝いのプレゼントにも喜ばれる一着\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお子様の成長に合わせてお選びいただけるサイズ展開です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ展開: 70cm \/ 80cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表の画像は指示に従いここに配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・品質・カラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー: BL（ブルー）\u003c\/li\u003e\n\u003cli\u003e素材: 吊天竺 \/ リバティプリントタナローン\u003c\/li\u003e\n\u003cli\u003e品質: 綿100％（吊天竺部分のみオーガニックコットン使用）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本製品の管理コードです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 413702\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ブルー \/ 70cm","offer_id":51766274720020,"sku":"4548711086310","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ 80cm","offer_id":51766274687252,"sku":"4548711086365","price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250425161114-Photoroom.jpg?v=1765248208"},{"product_id":"422103","title":"No.422103\/オーガニックプチドレス(ミモザ柄)","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eミモザ香るオーガニックドレス\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250707165958_72022094-0156-476b-992e-75aae9e40c74.jpg?v=1765266911\" 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\/0902\/8534\/2996\/files\/IMG20250707165556_a17e9f26-23d2-48d5-8923-ce1c59319191.jpg?v=1765266911\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質な綿100％の肌触り\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e首元のフリルと小さなリボンが、愛らしい表情を演出します。\u003cstrong\u003eオーガニック吊天竺\u003c\/strong\u003eの柔らかな素材が、赤ちゃんのデリケートな肌にそっと寄り添い、心地よさを届けます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e赤ちゃん想いの快適設計\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250707170045_37a6a66e-a592-4fad-8406-eb6cafd89a40.jpg?v=1765266911\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e広がる着回しバリエーション\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e内側の縫い目は肌に優しい\u003cstrong\u003e平面縫製\u003c\/strong\u003eで、刺激を与えません。お股部分は成長に合わせて\u003cstrong\u003eドレス型・オール型のツーウェイ\u003c\/strong\u003eに変化し、長く愛用いただけます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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\u003eFirst (50〜70cm)\u003cbr\u003e※対象の月齢についてはこちら\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eデリケートな赤ちゃんの肌に優しい素材を使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: オーガニック吊天竺 (ミモザ柄)\u003c\/li\u003e\n          \u003cli\u003e品質: 綿100％\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※年間を通じてお使いいただけます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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      \u003c\/div\u003e\n    \u003c\/details\u003e\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\"\u003e422103\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":51766510944532,"sku":"4548711087515","price":5720.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250707165958_72022094-0156-476b-992e-75aae9e40c74.jpg?v=1765266911"},{"product_id":"421403","title":"No.421403\/オーガニックプチドレス(サクランボ柄)","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e赤ちゃんに優しいオーガニック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eふんわり柔らかな\u003cstrong\u003eオーガニックコットン\u003c\/strong\u003eが、デリケートな肌をそっと包み込みます。可愛らしいさくらんぼ柄は、赤ちゃんの無垢な魅力を引き立てるデザインです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250722145113-Photoroom_bea0d85d-2069-47b3-9cee-dc85b39aa5c0.jpg?v=1765266716\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e肌触り心地よい綿100%\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\/0902\/8534\/2996\/files\/IMG20250722145409-Photoroom_34daa297-f34d-4536-813f-e0babdb87970.jpg?v=1765266716\" 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\/0902\/8534\/2996\/files\/IMG20250722145206-Photoroom_09371ee6-9d0c-4cf1-8839-264077899b34.jpg?v=1765266695\" 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肌着に使われる「きもちいい。」素材で、あたたかい季節に一枚で快適に過ごせるデイリーウェア\u003c\/li\u003e\n                    \u003cli\u003eお股はドレスタイプ・オールタイプに切り替え可能\u003c\/li\u003e\n                    \u003cli\u003eかわいらしいさくらんぼ柄プリントが赤ちゃんの可愛らしさをさりげなく引き立てます\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e赤ちゃんのデリケートな肌に優しい素材を使用しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: オーガニック吊天竺(サクランボ柄)\u003c\/li\u003e\n                    \u003cli\u003e品質: 綿100％\u003c\/li\u003e\n                    \u003cli\u003e生産国: 日本\u003c\/li\u003e\n                    \u003cli\u003e着用シーズン: 年間を通じてお使いいただけます\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e成長に合わせて長くお使いいただける設計です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ: First(50~70cm)\u003c\/li\u003e\n                    \u003cli\u003e備考: 対象の月齢については別途ご案内いたします。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- サイズ表画像などがあればここに配置 --\u003e\n                \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"___SIZE_CHART_IMG___\" class=\"img-fluid d-block w-100\"\u003e\u003c\/div\u003e --\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e自然な風合いを活かしたカラー展開です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eカラー: アイボリー\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eオーガニックコットンについてのご注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eオーガニックコットン製品の特性上、以下の点にご留意ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e綿が本来持つ色をそのまま生かしているため、所々「葉かす」と呼ばれる茶色や黒っぽいものが混じることがありますが、これはオーガニックコットンの特徴です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 421403\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n    \u003c!-- 発送案内セクションと注意事項セクションは、提供された情報がないため出力しません --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":51766524117268,"sku":"4548711087485","price":5720.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250722145113-Photoroom_bea0d85d-2069-47b3-9cee-dc85b39aa5c0.jpg?v=1765266716"},{"product_id":"413303","title":"No.413303\/オーガニックプチドレス(恐竜プリント)","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e赤ちゃんに優しいオーガニック\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eふんわり柔らかな\u003cstrong\u003eオーガニックコットン\u003c\/strong\u003eが、デリケートな肌をそっと包み込みます。可愛らしいさくらんぼ柄は、赤ちゃんのかわいらしい魅力を引き立てるデザインです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250318131105-Photoroom.jpg?v=1772241295\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e肌触り心地よい綿100%\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e毎日を快適にする機能性\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e内側の縫い目を平らに仕上げることで、赤ちゃんのどんな動きにも優しくフィットします。一枚で過ごせる快適さで、\u003cstrong\u003eあたたかい季節\u003c\/strong\u003eのデイリーウェアとして活躍します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250318131142-Photoroom.jpg?v=1772241295\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e動きやすいストレスフリー設計\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e成長に寄り添う日本製の一枚\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eベビードレスと肌着の機能が一体となった\u003cstrong\u003eツーウェイ型フィットドレス\u003c\/strong\u003eです。成長に合わせてドレスタイプにもオールタイプにも変化し、長く愛用いただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250318131112-Photoroom.jpg?v=1772241295\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりの日本製品質\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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\u003cdetails class=\"spec-details\" open=\"\"\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生産国: 日本\u003c\/li\u003e\n\u003cli\u003e着用シーズン: 年間を通じてお使いいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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サイズ: First(50~70cm)\u003c\/li\u003e\n\u003cli\u003e備考: 対象の月齢については別途ご案内いたします。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表画像などがあればここに配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eカラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e自然な風合いを活かしたカラー展開です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー: アイボリー\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eオーガニックコットンについてのご注意\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eオーガニックコットン製品の特性上、以下の点にご留意ください。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e綿が本来持つ色をそのまま生かしているため、所々「葉かす」と呼ばれる茶色や黒っぽいものが混じることがありますが、これはオーガニックコットンの特徴です。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\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商品コード: 413303\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- \/content-section --\u003e \u003c!-- 発送案内セクションと注意事項セクションは、提供された情報がないため出力しません --\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":52004205297940,"sku":"4548711086280","price":5720.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250318131105-Photoroom.jpg?v=1772241500"},{"product_id":"411032","title":"No.411032\/カバーオール（リバティ\/秋冬）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eリバティプリント使用のカバーオール\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e起毛パイルとニットを使用したあったか素材の襟元に人気のリバティプリントを使用。お出かけの時にもお使いいただけるかわいらしいデザインです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20240806170650.jpg?v=1772242352\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e起毛パイルとニットで冬にもあたたかい一枚\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eあたたかい起毛パイルとニット素材を配置\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e袖部分とポケットにニット素材を配置してアクセントに。衿には人気のリバティプリントを使用してかわいらしくアクセントに。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20240806171619.jpg?v=1772242352\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりのリバティプリント\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eリバティプリントを使用した女の子向けのカバーオールです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eボディにあったか素材の起毛パイルと袖とポケットに高級感のあるニット素材\u003c\/li\u003e\n\u003cli\u003e襟元に人気のリバティプリントでアクセントに\u003c\/li\u003e\n\u003cli\u003e肌に触れる身頃はオーガニックコットンを使用し、デリケートな肌にも安心\u003c\/li\u003e\n\u003cli\u003e出産祝いのプレゼントにも喜ばれる一着\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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サイズ展開: 70cm \/ 80cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表の画像は指示に従いここに配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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カラー: PK（ピンク）\u003c\/li\u003e\n\u003cli\u003e素材: 吊天竺 \/ リバティプリントタナローン\u003c\/li\u003e\n\u003cli\u003e品質: 綿100％（吊天竺部分のみオーガニックコットン使用）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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商品コード: 411032\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ 70cm","offer_id":52004260905236,"sku":"4548711086310","price":9790.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー \/ 80cm","offer_id":52004260938004,"sku":"4548711086365","price":9790.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ 70cm","offer_id":52004299964692,"sku":null,"price":9790.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ 80cm","offer_id":52004299997460,"sku":null,"price":9790.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/411032-all.jpg?v=1772242979"},{"product_id":"409232","title":"No.409232\/カバーオール（耳付き\/秋冬）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかわいらしい耳がついたカバーオール\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e起毛パイルとニットを使用したあったか素材を使った男の子向けのカバーオールです。胸元にかわいらしい耳が付いており、目鼻の刺しゅうとともに目を引きますお出かけの時にもお使いいただけるかわいらしいデザインです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_015cc5e5-13b7-4d05-ade2-81cf693b76bb.jpg?v=1772253911\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e起毛パイルとニットで冬にもあたたかい一枚\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eあたたかい起毛パイルとニット素材を配置\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e袖部分とポケットにニット素材を配置してアクセントに。胸に耳と目鼻の刺しゅうが付いています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20240830143926-Photoroom.jpg?v=1772253910\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e耳の部分がかわいらしさを引き立てます\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e起毛パイルを使ったあったか素材のカバーオールです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eボディにあったか素材の起毛パイルと袖とポケットに高級感のあるニット素材\u003c\/li\u003e\n\u003cli\u003e胸元にかわいらしい耳とししゅうでかわいらしさがアップ\u003c\/li\u003e\n\u003cli\u003e肌に触れる身頃はオーガニックコットンを使用し、デリケートな肌にも安心\u003c\/li\u003e\n\u003cli\u003e出産祝いのプレゼントにも喜ばれる一着\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお子様の成長に合わせてお選びいただけるサイズ展開です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ展開: 70cm \/ 80cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表の画像は指示に従いここに配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・品質・カラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー: GY（グレー)・BL（ブルー）\u003c\/li\u003e\n\u003cli\u003e素材: 起毛パイル \u003c\/li\u003e\n\u003cli\u003e品質: 綿100％（オーガニックコットン使用）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本製品の管理コードです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 409232\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"グレー \/ 70cm","offer_id":52005067784468,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ 80cm","offer_id":52005067817236,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ 70cm","offer_id":52005197971732,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ 80cm","offer_id":52005198004500,"sku":null,"price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_015cc5e5-13b7-4d05-ade2-81cf693b76bb.jpg?v=1772253911"},{"product_id":"409132","title":"No.409132\/カバーオール（耳付き\/秋冬）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかわいらしい耳がついたカバーオール\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e起毛パイルとニットを使用したあったか素材を使った男の子向けのカバーオールです。胸元にかわいらしい耳が付いており、大きめの飾りボタンとサスペンダー風のデザインが目を引きますお出かけの時にもお使いいただけるかわいらしいデザインです。\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20240806163531.jpg?v=1772255871\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e起毛パイルと接結で冬にもあたたかい一枚\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eあたたかい起毛パイルとボーダーデザインの接結を配置\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e袖部分とポケットにニット素材を配置してアクセントに。胸に耳とサスペンダー風のデザインがかわいらしさを引き立てます。\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20240806164024.jpg?v=1772255871\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e耳の部分がかわいらしさを引き立てます\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails open=\"\" class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e起毛パイルを使ったあったか素材のカバーオールです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eボディにあったか素材の起毛パイルと袖部分にボーダーの接結を使用\u003c\/li\u003e\n\u003cli\u003e胸元にかわいらしい耳とサスペンダー風のデザインでかわいらしさがアップ\u003c\/li\u003e\n\u003cli\u003e肌に触れる身頃はオーガニックコットンを使用し、デリケートな肌にも安心\u003c\/li\u003e\n\u003cli\u003e出産祝いのプレゼントにも喜ばれる一着\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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サイズ展開: 70cm \/ 80cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表の画像は指示に従いここに配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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カラー:IV（アイボリー）・ GY（グレー)・PK（ピンク）\u003c\/li\u003e\n\u003cli\u003e素材: 起毛パイル ・ボーダー接結\u003c\/li\u003e\n\u003cli\u003e品質: 綿100％（オーガニックコットン）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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商品コード: 409132\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ 70cm","offer_id":52005242536212,"sku":null,"price":9790.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー \/ 80cm","offer_id":52005242568980,"sku":null,"price":9790.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ 70cm","offer_id":52005206163732,"sku":null,"price":9790.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ 80cm","offer_id":52005206196500,"sku":null,"price":9790.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ 70cm","offer_id":52005206229268,"sku":null,"price":9790.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ 80cm","offer_id":52005206262036,"sku":null,"price":9790.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/409132-all.jpg?v=1772256440"},{"product_id":"401532","title":"No.401532\/動物刺しゅうカバーオール（ききりん・秋冬）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e動物刺しゅうがかわいらしいカバーオール\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e冬向けのスムスを使用したカバーオールです。胸元にかわいらしい動物刺しゅうが付いており、アクセントになっています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-2237.jpg?v=1772326422\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eスムス素材を使った冬向けの一枚\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eカラーは3色・男の子も女の子も\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e刺しゅうのモチーフはワニ・シマウマ・キリンの3種類でそれぞれブルー・グレー・イエローと組み合わせしています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-2225.jpg?v=1772326422\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e刺しゅうとカラーがアクセントに\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails open=\"\" 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\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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サイズ展開: 70cm \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表の画像は指示に従いここに配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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カラー: BL（ブルー）・GY（グレー)・YE（イエロー）\u003c\/li\u003e\n\u003cli\u003e素材: スムス\u003c\/li\u003e\n\u003cli\u003e品質: 綿100％（オーガニックコットン）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" 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商品コード: 401532\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ブルー \/ 70cm","offer_id":52009125282068,"sku":null,"price":10230.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ 70cm","offer_id":52009125347604,"sku":null,"price":10230.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー \/ 70cm","offer_id":52009125413140,"sku":null,"price":10230.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-2223.jpg?v=1772326422"},{"product_id":"426022","title":"No.426022\/カバーオール（リバティ\/春夏）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eリバティプリントがさりげないかわいらしさを演出\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着で採用されるオーガニック吊天竺を使った女の子向けのカバーオール。人気のリバティプリントをフリル部分とリボンにさりげなく使うことで、かわいらしさを引き立てます。\u003cbr\u003eリバティプリントのオーガンジーのフリルが女の子らしさを引き立てます。\u003cbr\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260406_150044641.jpg?v=1775703760\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eフリルが女の子らしさを演出\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eお出かけが増える赤ちゃんのためのウェア\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e成長とともにお出かけが多くなっていく赤ちゃんのためのおしゃれなウェアです。毎日の生活の中で選ぶ楽しさが広がっていきます。デザインを選んでいただくことで、さりげなく男の子らしい、女の子らしいかわいらしさを引き立てます。\u003cbr\u003e\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260406_145941914.jpg?v=1775703760\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりのリバティ柄\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の特徴\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eリバティプリントをあしらった飽きのこないシンプルなデザインのカバーオールです。女の子らしさを表すデザインでかわいらしさを引き立てます。\u003cbr\u003e\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260406_145931105.jpg?v=1775703759\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eお着替えラクラク前開き\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eリバティプリントをあしらった飽きのこないデザインのカバーオールです。女の子らしさを表すデザインでかわいらしさを引き立てます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e幾何学模様をモチーフにした、鮮やかで洗練されたデザイン\u003c\/li\u003e\n\u003cli\u003eさらりと軽く光沢感のあるタナローン生地で、春夏のお出かけに最適\u003c\/li\u003e\n\u003cli\u003e肌に触れる身頃はオーガニックコットンを使用し、デリケートな肌にも安心\u003c\/li\u003e\n\u003cli\u003e出産祝いのプレゼントにも喜ばれる一着\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお子様の成長に合わせてお選びいただけるサイズ展開です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ展開: 70cm \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表の画像は指示に従いここに配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・品質・カラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー: WH(ホワイト)\u003c\/li\u003e\n\u003cli\u003e素材: 吊天竺 \/ リバティプリントオーガンジー\u003c\/li\u003e\n\u003cli\u003e品質: 綿100％（オーガンジーはポリエステル）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本製品の管理コードです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 426022\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"WH \/ 70cm","offer_id":52331927863572,"sku":"4548711086310","price":7480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260406_145931105.jpg?v=1775703759"},{"product_id":"426172","title":"No.426172\/カバーオール（リバティ\/春夏）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \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 #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; 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: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eリバティプリントが男の子らしいかわいらしさを演出\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着で採用されるオーガニック吊天竺を使った男の子向けのカバーオール。人気のリバティプリントを使用することで、かわいらしさを引き立てます。\u003cbr\u003eリバティプリントのデザインが男の子らしさを引き立てます。\u003cbr\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260406_150247551.jpg?v=1775718953\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e男の子らしい力強いデザイン\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eお出かけが増える赤ちゃんのためのウェア\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e成長とともにお出かけが多くなっていく赤ちゃんのためのおしゃれなウェアです。毎日の生活の中で選ぶ楽しさが広がっていきます。デザインを選んでいただくことで、さりげなく男の子らしい、女の子らしいかわいらしさを引き立てます。\u003cbr\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260406_150325010.jpg?v=1775718953\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eこだわりのリバティ柄\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の特徴\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eリバティプリントをあしらった飽きのこないシンプルなデザインのカバーオールです。男の子らしさを表すデザインでかわいらしさを引き立てます。\u003cbr\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260406_150243675.jpg?v=1775718953\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003eお着替えラクラク前開き\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eリバティプリントをあしらった飽きのこないデザインのカバーオールです。男の子らしさを表すデザインでかわいらしさを引き立てます。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e幾何学模様をモチーフにした、鮮やかで洗練されたデザイン\u003c\/li\u003e\n\u003cli\u003eさらりと軽く光沢感のあるタナローン生地で、春夏のお出かけに最適\u003c\/li\u003e\n\u003cli\u003e肌に触れる身頃はオーガニックコットンを使用し、デリケートな肌にも安心\u003c\/li\u003e\n\u003cli\u003e出産祝いのプレゼントにも喜ばれる一着\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eお子様の成長に合わせてお選びいただけるサイズ展開です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ展開: 70cm \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表の画像は指示に従いここに配置 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・品質・カラー\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー:NV(ネイビー)\u003c\/li\u003e\n\u003cli\u003e素材: 吊天竺 \/ リバティプリントオーガンジー\u003c\/li\u003e\n\u003cli\u003e品質: 綿100％（オーガンジーはポリエステル）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本製品の管理コードです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e商品コード: 426272\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"WH \/ 70cm","offer_id":52332240601364,"sku":"4548711086310","price":7150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260406_150243675.jpg?v=1775719122"}],"url":"https:\/\/ikuji-kobo.we-shop.jp\/collections\/%e3%81%8a%e5%87%ba%e3%81%8b%e3%81%91%e6%9c%8d-%e3%81%8d%e3%81%a1%e3%82%93%e3%81%a8%e8%a6%8b%e3%81%88.oembed","provider":"育児工房","version":"1.0","type":"link"}