{"title":"ALL","description":null,"products":[{"product_id":"405802","title":"No.405802\/オーガニックカバーオール（キキリン・通年）","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\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20240809092837.png?v=1744365444\"\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20240809092958.png?v=1744365444\"\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\u003cp class=\"body-text\"\u003e胸元に\u003cstrong\u003e「キキリン」の刺繍\u003c\/strong\u003eをあしらいました。\u003cstrong\u003eきめ細やかな生地\u003c\/strong\u003eで、やわらかな肌ざわりです。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20240809092914.png?v=1744365445\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\n\n\n\n\u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e動物刺しゅうが目を引くかわいらしい１枚です。カラーはグレー（シマウマ）・グリーン（ワニ）・イエロー（キリン）の３色からお選びいただけます。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：70cm・80cm\u003c\/li\u003e\n\u003cli\u003eカラー：GY （シマウマ）・BL（ワニ）・YE（キリン）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"GY (シマウマ) \/ 70cm","offer_id":49477720801556,"sku":"4548711081698","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"GY (シマウマ) \/ 80cm","offer_id":49477720834324,"sku":null,"price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"BL(ワニ) \/ 70cm","offer_id":49477720867092,"sku":"4548711081681","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"BL(ワニ) \/ 80cm","offer_id":49477720899860,"sku":null,"price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"YE(キリン) \/ 70cm","offer_id":49477720932628,"sku":"4548711081674","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"YE(キリン) \/ 80cm","offer_id":49477720965396,"sku":null,"price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/405802-all.png?v=1744365444"},{"product_id":"406808","title":"No.406808\/オーガニック五重織ガーゼスリーパー","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\u003c!-- 商品解説セクション (Main) - ブロック1: 夢見る星柄デザイン --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e使いやすい五重織ガーゼのスリーパー\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e赤ちゃんのお役立ちアイテムの1つ「スリーパー」。夜おやすみの時だけでなくお昼寝でも、お風呂上りや少し寒く感じてきたときの羽織りとしても使えますので、1枚と言わず何枚か揃えていただきたいアイテムです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e素材には織り柄が人気の星をモチーフにした五重織ガーゼを使用。年間通じてお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e \u003cstrong\u003eブルーとピンクの2色\u003c\/strong\u003eから、お好みに合わせてお選びいただけます。\u003c\/p\u003e\n\u003cimg alt=\"星柄のベビーウェア\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3776-cutout.jpg?v=1744365438\"\u003e\n\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) - ブロック2: 寝返り安心 機能性スリーパー --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e洗いやすく使いやすい五重織ガーゼ\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e\u003cspan\u003e柔らかくて軽い肌触りが特徴の五重織ガーゼ。お洗濯しても柔らかく気持ちいいのが特徴です。国内専門工場で生産するこだわりの素材です。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg alt=\"スナップボタン付きスリーパーのディテール\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3768-cutout.jpg?v=1744365438\"\u003e\n\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) - ブロック3: 繊細な日本のものづくり --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eギフトでも人気です\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e赤ちゃんの成長次第では2～3歳ごろまでと長く使えることや毎日の生活の中で様々なシーンで役立つので、ギフトでお選びいただいても喜ばれるアイテムです。\u003c\/p\u003e\n\u003cimg alt=\"綿100%ガーゼのテクスチャ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3773.jpg?v=1744365439\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 発送案内セクション (Shipping) - 情報が提供されていないため作成しません --\u003e \u003c!-- 注意事項セクション (Notes) - 情報が提供されていないため作成しません --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e小さな星をモチーフにした柔らかい五重織ガーゼスリーパー。お昼寝時の寝冷えやお風呂上りの湯冷め防止をはじめ、毎日の生活の中で役に立つアイテムです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック五重織ガーゼ\u003c\/li\u003e\n\u003cli\u003e品質：綿100%\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク・ブルー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ Free","offer_id":52000969720084,"sku":null,"price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ Free","offer_id":52000969752852,"sku":"4548711083357","price":6490.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3776-cutout.jpg?v=1744365438"},{"product_id":"407009","title":"No.407009\/オーガニック五重織ガーゼハンカチ","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e五重織ガーゼを使ったハンカチ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e五重織ガーゼを使ったガーゼハンカチです。肉厚感の中に柔らかさのある五重織ガーゼで、お出かけ時やご自宅での様々なシーンで役立ちます。表面には2色のコントラストを利用したオリジナルの星柄をあしらっています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3810-cutout.jpg?v=1744365436\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG_3808-cutout.jpg?v=1744365437\" class=\"img-fluid d-block w-100 product-img\"\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サイズはお出かけにも邪魔にならなく使いやすい約19cm×19cm。厚みのある五重織ガーゼでもかさばらず使いやすい大きさです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3812-cutout.jpg?v=1744365437\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e小さな星をモチーフにした、柔らかい五重織ガーゼハンカチです。赤ちゃんのデリケートな肌に寄り添うように、丁寧に織り上げられています。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：五重織ガーゼ※オーガニックコットンを約30％使用しています\u003c\/li\u003e\n\u003cli\u003e品質：綿100%\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約19cm×19cm\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク・ブルー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ 約16×16cm","offer_id":49477725716756,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー \/ 約16×16cm","offer_id":49477725749524,"sku":null,"price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3810-cutout.jpg?v=1744365436"},{"product_id":"407407","title":"No.407407\/恐竜柄スタイ（吊天竺・オーガニックコットン使用）","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e恐竜が遊ぶ、やさしいスタイ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e吊天竺で作った使いやすい1枚肌着に採用する吊天竺を使った赤ちゃんのためのスタイです。年間通じて使いやすい素材でお洗濯もしやすいので、日常で使っていただきやすいモデルです。プリント柄は肌着やスタイでも男の子を中心に人気の恐竜プリント。さりげないプリント柄をあしらっています。毎日の中で役立つアイテム食べこぼしや飲みこぼしを受けるアイテムとして赤ちゃんには必須で枚数が必要と言われています。デザイン違いでもお楽しみいただけます。\u003c\/p\u003e\n\u003cimg alt=\"淡い色彩で描かれた恐竜柄のスタイ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2822-cutout.jpg?v=1744365425\"\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=\"首元を可愛く見せるデザインのスタイ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2825-cutout.jpg?v=1744365425\"\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 alt=\"恐竜柄スタイ（吊天竺・オーガニックコットン使用）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2823-cutout.jpg?v=1744365425\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003c!-- 発送案内セクション (Shipping) - 入力データに情報がないため作成しません --\u003e\n\u003c!-- 注意事項セクション (Notes) - 入力データに情報がないため作成しません --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e肌着で採用するオーガニック吊天竺を素材としているので、季節を問わず年間通じてお使いいただけるとともに、お洗濯もしやすいです。素材も軽いので赤ちゃんの着用時の負担も少ないです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"Default Title","offer_id":49477735514388,"sku":"4548711083975","price":1980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2822-cutout.jpg?v=1744365425"},{"product_id":"422201","title":"No.422201\/クマ柄中肌着（吊天竺・オーガニックコットン使用）","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\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\/IMG20250707170809_863ccb42-3f82-4dab-aa2f-7aab7970917b.jpg?v=1772183057\"\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肌着に使用されるオーガニック吊天竺は、育児工房が別注生産で作る赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250707170753_8a8af533-3f91-4267-b7cd-ea5f883021e3.jpg?v=1772183057\"\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育児工房の中肌着は「重ね着ではなく1枚で過ごす」をテーマに、短肌着を改良して生まれました。丈を約8cm長くし、前の留め部分を2か所に増やすことで、お腹やおしりがはだけにくく、暖かい季節はこれ1枚で快適に過ごせます。赤ちゃんの快適性を高め、着替えやお洗濯の手間を減らしたいという願いが込められた、ママにうれしい一枚です。\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250707170755_8f52253b-e47c-4150-976b-d5d3235399f1.jpg?v=1772183057\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e育児工房の中肌着は従来からある短肌着を改良することで、通常の季節は1枚で過ごすことができるよう改良されたモデルです。気候のいい季節はこれ1枚で過ごすことで、赤ちゃんの快適性を高めるとともに、着替えやお洗濯でのママの手間を減らしたいという願いから生まれました。丈が8cm長く前の留め部分を2か所に増やすことでおしりとお腹がはだけにくくなることで、上から抑える別の肌着が必要ありません。※寒さが気になる場合は、ドレスやベストなどの別のアウターアイテムをご利用されることをおすすめします。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"First50-70cm","offer_id":49820079161620,"sku":null,"price":2970.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250707170822_4746d688-7f6b-4449-bc6c-a9236a79910f.jpg?v=1772183058"},{"product_id":"407201","title":"No.407201\/恐竜柄コンビオール（吊天竺・オーガニックコットン使用）","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\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2891-cutout.jpg?v=1744365422\"\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肌着に使用されるオーガニック吊天竺は、育児工房が別注生産で作る赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2892-cutout.jpg?v=1744365423\"\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育児工房のコンビオールは、肌着の快適さとアウターの要素を取り入れたシルエットを追求しました。これまでのコンビ肌着のシルエットや設計を見直し、衿から前部のラインに曲線を取り入れることで肌着の下着イメージを一新。特にお腹部分を大きく2重になるよう設計したカーブが特徴です。お股部分に追加されたマチは、赤ちゃんのお姿勢による前後のズレを吸収し、快適性を向上させる設計です。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2897-cutout.jpg?v=1744365423\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- End スペック・詳細セクション --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e肌着の快適さとアウターの要素を取り入れたシルエットが、育児工房のコンビオールが追及したコンセプトです。きもちいい。素材を採用するとともにこれまでのコンビ肌着のシルエットや設計を見直し、衿から前部のラインに曲線を取り入れることで肌着の下着イメージを一新。特にお腹部分を大きく2重になるよう設計したカーブが特徴です。お股部分に追加されたマチが、赤ちゃんの姿勢による前後のズレを吸収し、快適性をアップする設計になっています。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"First50-70cm","offer_id":49820079227156,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2891-cutout.jpg?v=1744365422"},{"product_id":"407303","title":"No.407303\/恐竜柄プチドレス（吊天竺・オーガニックコットン使用）","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\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\/batch_IMG-2880-cutout.jpg?v=1744365421\" class=\"img-fluid d-block w-100 product-img\"\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を100％使用しています。内側を平らに縫製した肌着のようなやわらかさで、一年を通してお使いいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2881-cutout.jpg?v=1744365421\" class=\"img-fluid d-block w-100 product-img\"\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-2889.jpg?v=1744365421\" class=\"img-fluid d-block w-100 product-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eデリケートな赤ちゃんのために生まれた、機能性とデザイン性を兼ね備えたフィットドレスです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（恐竜プリント）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：ファースト（50-70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：IV（グリーン系）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"First50-70cm","offer_id":49820079259924,"sku":null,"price":6490.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2880-cutout.jpg?v=1744365421"},{"product_id":"404703","title":"No.404703\/ツーウェイドレス（リバティ・オーガニックコットン使用）","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\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=\"ピンタックとふっくら袖が愛らしいツーウェイドレス\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2956-cutout.jpg?v=1744365419\"\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=\"オーガニックコットン素材の優しい肌触り\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2957-cutout.jpg?v=1744365420\"\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=\"新生児から着られるツーウェイドレス\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2963-cutout.jpg?v=1744365420\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e飽きのこないシンプルなデザインと着用した際の負担の少なさとともに触れたときに感動のあるきもちいい。肌触りが特徴の1枚です。男女問わず流行にも左右されないさりげないデザインですので、様々なシーンで長くお使いいただけます。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：ホワイト・グレー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ホワイト \/ First50-70cm","offer_id":49477738856724,"sku":"4548711083906","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ First50-70cm","offer_id":49477738889492,"sku":"4548711083913","price":8690.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2955-cutout.jpg?v=1744365419"},{"product_id":"404307","title":"No.404307\/スタイ（リバティ・オーガニックコットン使用）","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\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3206-cutout.jpg?v=1744365416\"\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3203-cutout.jpg?v=1744365417\"\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 alt=\"スタイ（リバティ・オーガニックコットン使用）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3204-cutout.jpg?v=1744365417\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eリバティプリントと表地のレインドロップの表情の組み合わせがかわいらしいデザイン。素材も軽いので赤ちゃんの着用時の負担も少ないです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：パープル・レッド\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"パープル","offer_id":49477740200212,"sku":"4548711083180","price":3080.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":49477740232980,"sku":"4548711083173","price":3080.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_3201-cutout.jpg?v=1744365416"},{"product_id":"394509","title":"No.394509\/リバティアイテムのおむつケーキ","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\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\u003cspan\u003e出産祝いとして人気のおむつケーキです。育児工房の人気アイテムをケーキのように飾り付けています。台座には紙オムツが使われているので、贈られた方も無駄なく使っていただけます。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg alt=\"おむつケーキ 全体写真\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2203.jpg?v=1744365388\"\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\u003cspan\u003eもらった方がすぐ使える便利な構成になっています。かわいしさとともに実用性も高いセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・腹巻\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・ラトル（にぎにぎ）\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・汗取りパッド\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・ガーゼハンカチ\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・紙オムツ（パンパースSサイズ×10枚）※1枚は巾着状にラッピング\u003c\/p\u003e\n\u003cimg alt=\"男の子ベビー向けリバティアイテム\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2214.jpg?v=1744365389\"\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\u003cspan\u003e全体は中が見える透明ラッピングの状態で仕上げてありますので、そのままプレゼントしていただけます。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6717-Photoroom.jpg?v=1775959813\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eセット内容\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cdiv class=\"spec-content\"\u003e \u003cul class=\"basic-list\"\u003e \u003cli\u003e腹巻（Free）×1点\u003c\/li\u003e \u003cli\u003e汗取りパッド（BL\/PK）×1点\u003c\/li\u003e \u003cli\u003eラトル（BL\/PK）×1点\u003c\/li\u003e \u003cli\u003eガーゼハンカチ（IV）×1\u003c\/li\u003e \u003cli\u003eオムツ×10枚（パンパースSサイズ・台座部分に9枚+巾着内に1枚）\u003cbr\u003e \u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e仕様・構成品の詳細\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：ブルー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e394509\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\u003cli\u003e全体サイズ：直径約15cm 高さ約30cm\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ブルー \/ Free","offer_id":52000969326868,"sku":"4548711079817","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000969359636,"sku":"4548711079800","price":6490.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2203.jpg?v=1744365388"},{"product_id":"400107","title":"No.400107\/オーガニックボーダースタイ（ききりん・通年）","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\u003c!-- ① 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e3色のオーガニックボーダー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e動物刺しゅうがかわいい細身のスタイワンポイントに動物をモチーフにした刺しゅうを付けたスタイです。汚れ防止としてはもちろん、付け衿のように併せていただくことでアクセントにもなります。毎日の中で役立つアイテム食べこぼしや飲みこぼしを受けるアイテムとして赤ちゃんには必須で枚数が必要と言われています。デザイン違いでもお楽しみいただけます。\u003c\/p\u003e\n\u003cimg alt=\"心ときめくカラフルスタイのイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1919-cutout.jpg?v=1744365377\"\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=\"隠れたお洒落ポイント キキリンのイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1922-cutout.jpg?v=1744365377\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n\u003c!-- 配送情報に関する入力データがないため、このセクションは作成しません。 --\u003e\n\u003c!-- ④ 注意事項セクション (Notes) --\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=\"オーガニックボーダースタイ（キキリン・通年）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1918-cutout.jpg?v=1744365377\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e動物をモチーフにした刺しゅうが目を引くスタイです。素材も軽いので赤ちゃんの着用時の負担も少ないです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：YE（キリン）・GN（ワニ）・GY（シマウマ）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"YE(キリン) \/ Free","offer_id":52000969228564,"sku":"4548711080998","price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"GN(ワニ) \/ Free","offer_id":52000969261332,"sku":"4548711080974","price":2860.0,"currency_code":"JPY","in_stock":true},{"title":"GY(シマウマ) \/ Free","offer_id":52000969294100,"sku":"4548711080981","price":2860.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1917-cutout.jpg?v=1744365377"},{"product_id":"400207","title":"No.400207\/オーガニックボーダー柄帽子(キキリン・通年)","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\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1932-cutout.jpg?v=1744365375\"\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1937-cutout.jpg?v=1744365376\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\n\n\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 提供情報なしのため作成しません --\u003e \u003c!-- ④ 注意事項セクション (Notes) --\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=\"オーガニックボーダー柄帽子(キキリン・通年)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1934-cutout.jpg?v=1744365376\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e肌着で採用するオーガニック吊天竺を素材としているので、季節を問わず年間通じてお使いいただけるとともに、お洗濯もしやすいです。素材も軽いので赤ちゃんの着用時の負担も少ないです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：YE（キリン）・GN（ワニ）・GY（シマウマ）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"YE(キリン) \/ Free","offer_id":52000969130260,"sku":"4548711081001","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"GN(ワニ) \/ Free","offer_id":52000969163028,"sku":"4548711081018","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"GY(シマウマ) \/ Free","offer_id":52000969195796,"sku":"4548711081025","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1932-cutout.jpg?v=1744365375"},{"product_id":"398935","title":"No.398935\/オーガニックベスト（起毛パイル・秋冬・キキリン）","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e3種の動物刺繍のオーガニックベスト\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eあたたか素材の起毛パイルに、胸の動物刺しゅうをあしらった秋冬向けのベストです。3種の動物モチーフがワンポイントになっています。起毛パイルは基布にポリエステルを使用し、肌にあたる部分はオーガニックコットンを使用しています。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1958-cutout.jpg?v=1744365368\"\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1959-cutout.jpg?v=1744365368\"\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1965-cutout.jpg?v=1744365369\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e起毛パイルの暖かさと胸のワンポイント（動物刺しゅう）が目を引く1枚です。出産祝いなどギフトにもおすすめです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：YE（キリン）・GY（シマウマ）・GN（ワニ）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"YE(キリン)","offer_id":49477769101588,"sku":"4548711080837","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"GY(シマウマ)","offer_id":49477769134356,"sku":"4548711080851","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"GN(ワニ)","offer_id":49477769167124,"sku":"4548711080844","price":6380.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1958-cutout.jpg?v=1744365368"},{"product_id":"399038","title":"No.399038\/オーガニックツーウェイ起毛スリーパー（パイル起毛・秋冬）","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eオーガニック起毛パイルを使ったスリーパー\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cspan\u003eふっくら柔らかいオーガニック起毛パイルを使用したスリーパーです。胸に動物刺しゅうをあしらっています。周囲のパイピングは刺繍のモチーフに合わせたカラーでアクセントにしています。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1973-cutout.jpg?v=1744365366\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e表面がきれいな起毛パイルを素材に採用しています。あたたかみのある素材です。寒くなる季節に向いた素材ですので、夏に生まれて秋にかけて大きくなっていく赤ちゃんにおすすめです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1985-cutout.jpg?v=1744365367\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e赤ちゃんの成長次第では2～3歳ごろまでと長く使えることや毎日の生活の中で様々なシーンで役立つので、ギフトでお選びいただいても喜ばれるアイテムです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1988-cutout.jpg?v=1744365367\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e赤ちゃんとの毎日をサポートする、嬉しい機能とこだわりのポイントをご紹介します。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\u003cli\u003e素材：綿100％（オーガニック）（基布部分にポリエステル使用）\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free（新生児〜2歳頃）\u003c\/li\u003e\n\u003cli\u003eカラー：YE（キリン）・GY（シマウマ）・GN（ワニ）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"YE(キリン)","offer_id":49477770871060,"sku":"4548711080868","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"GY(シマウマ)","offer_id":49477770903828,"sku":"4548711080882","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"GN(ワニ)","offer_id":49477770936596,"sku":"4548711080875","price":7920.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1973-cutout.jpg?v=1744365366"},{"product_id":"400001","title":"No.400001\/オーガニック中肌着(キキリン)","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 { \n    width: 100%; \n    white-space: nowrap; \n    font-size: 14px !important; \n    border-collapse: collapse; \n    border: 1px solid #E0DCD8; \n  }\n  .spec-table th, .spec-table td { \n    padding: 12px 8px; \n    border: 1px solid #E0DCD8; \n    font-size: 0.9em; \n  }\n  .spec-table th { \n    background-color: rgba(125, 125, 125, 0.1); \n    font-weight: bold; \n    color: #5A5A5A; \n  }\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キナリの優しい色合いに動物をモチーフにした刺しゅうがアクセントになるモデルです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e袖のボーダーとカラーのパイピングをあしらっています。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eきもちいい。に着替えるときに「選ぶ楽しみ」をプラスしたプリントモデルです。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック中肌着(キキリン)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2025-cutout.jpg?v=1744365364\"\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\u003cp class=\"body-text\"\u003e丈を約8cm長く、前の留め部分を2か所に増やすことでお腹とおしりがはだけにくくなり、暖かい季節は1枚でもOK。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e赤ちゃんが快適で着替えやお洗濯の手間が少なくなる、ママにうれしい1枚です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック中肌着(キキリン)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2037-cutout.jpg?v=1744365365\"\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\u003cp class=\"body-text\"\u003e通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック中肌着(キキリン)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2026-cutout.jpg?v=1744365364\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\n\n\n\n\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e育児工房の中肌着は従来からある短肌着を改良することで、通常の季節は1枚で過ごすことができるよう改良されたモデルです。気候のいい季節はこれ1枚で過ごすことで、赤ちゃんの快適性を高めるとともに、着替えやお洗濯でのママの手間を減らしたいという願いから生まれました。丈が8cm長く前の留め部分を2か所に増やすことでおしりとお腹がはだけにくくなることで、上から抑える別の肌着が必要ありません。※寒さが気になる場合は、ドレスやベストなどの別のアウターアイテムをご利用されることをおすすめします。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：GN （ワニ）・GY （シマウマ）・YE（キリン）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\n\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"GN (ワニ) \/ First50-70cm","offer_id":49477772280084,"sku":"4548711080943","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"GY (シマウマ) \/ First50-70cm","offer_id":49477772312852,"sku":"4548711080950","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"YE(キリン) \/ First50-70cm","offer_id":52000969097492,"sku":"4548711080967","price":3630.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2025-cutout.jpg?v=1744365364"},{"product_id":"387208","title":"No.387208\/オーガニックマルチガーゼタオル","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\u003c!-- ① 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eコンペイトウ柄がかわいいマルチガーゼタオル\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e小さなコンペイトウのモチーフがかわいらしい、赤ちゃんのためのマルチガーゼタオルです。赤ちゃんの様々なシーンで活躍するアイテムです。便利な機能性とともにかわいらしさを持った1品です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1042-cutout.jpg?v=1744365362\" class=\"img-fluid d-block w-100 product-img\" alt=\"ベビーのお肌に寄り添うガーゼタオル\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e片面ガーゼ片面パイルのガーゼパイル\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e素材に使われているガーゼパイルはガーゼとタオルの2つの顔を持っています。サラッとした肌触りのガーゼ面とふっくら柔らかなパイル面の両方を使っていただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1046-cutout.jpg?v=1744365362\" class=\"img-fluid d-block w-100 product-img\" alt=\"成長を見守る育児アイテム\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e触れるときに感じる「きもちいい。」\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e素材の生産は愛媛県今治地区。国内の専門の産地で生産される上質な素材感が製品の良さを感じさせる1枚です。揃いのプリントを採用した他のアイテムとセットしてギフトとしてお贈りいただくのもおすすめです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1621.jpg?v=1744365363\" class=\"img-fluid d-block w-100 product-img\" alt=\"やわらかさに包まれる毎日を\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 提供された情報がないため作成しません --\u003e \u003c!-- ④ 注意事項セクション (Notes) - 提供された情報がないため作成しません --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e表がガーゼ、裏がパイル生地で汎用性の高いタオルケットです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック二重織ガーゼ、オーガニックパイル\u003c\/li\u003e\n\u003cli\u003e品質：綿100%（オーガニックコットン使用）\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約50cm×95cm\u003c\/li\u003e\n\u003cli\u003eカラー：ブルー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ブルー \/ Free","offer_id":52000969031956,"sku":"4548711078407","price":4070.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000969064724,"sku":"4548711078391","price":4070.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1625-cutout.jpg?v=1744365362"},{"product_id":"393922","title":"No.393922\/オーガニックショートカバーオール（ソルブロンメッシュ）","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\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=\"オーガニックショートカバーオール（ソルブロンメッシュ）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1381-cutout.jpg?v=1744365354\"\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=\"オーガニックショートカバーオール（ソルブロンメッシュ）ディテール\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1383-cutout.jpg?v=1744365354\"\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=\"オーガニックショートカバーオール（ソルブロンメッシュ）着用イメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1387-cutout.jpg?v=1744365355\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eソルブロンメッシュの高級感と涼しげな表情が特徴のカバーオールです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックソルブロンメッシュ・オーガニック吊天竺\u003c\/li\u003e\n\u003cli\u003e品質：綿98％・ポリエステル2%\u003c\/li\u003e\n\u003cli\u003e特徴：主に春夏向けのモデルです\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：70cm・80cm\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"育児工房","offers":[{"title":"アイボリー \/ 70cm","offer_id":49477779357972,"sku":"4548711079466","price":8580.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー \/ 80cm","offer_id":49477779390740,"sku":"4548711079473","price":8580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1381-cutout.jpg?v=1744365354"},{"product_id":"379208","title":"No.379208\/オーガニックパイルアフガン(リバティバインダー)","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eリバティプリントを使用したアフガン\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cspan\u003e素材にオーガニックパイルを使用した赤ちゃんのためのアフガンです。お風呂上りだけでなく、冷えが心配な時の肌掛けやお出かけ時のお供などにも使っていただけます。周囲のパイピングには人気のリバティプリントを使用。さりげないアクセントになっています。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0813-cutout.jpg?v=1744365352\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003eシーンを選ばず様々な生活の中で使っていただけるオーガニックパイル。シーズンを問わず年間通じて使っていただけます。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0814-cutout.jpg?v=1744365353\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e赤ちゃんの成長次第では2～3歳ごろまでと長く使えることや毎日の生活の中で様々なシーンで役立つので、ギフトでお選びいただいても喜ばれるアイテムです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0817-cutout.jpg?v=1744365353\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e赤ちゃんのお風呂上がりにバスローブのように体を優しく拭いてあげられます。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックパイル\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：ブルー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ブルー \/ Free","offer_id":52000968966420,"sku":"4548711075758","price":5170.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000968999188,"sku":"4548711075741","price":5170.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0813-cutout.jpg?v=1744365352"},{"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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eさりげないリバティプリント\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e肌着で採用されるオーガニックニットを使った女の子向けのカバーオール。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e人気のリバティプリントをフリル部分とリボンにあしらっています。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e胸元の切り返しに使われている表情豊かなソルブロンメッシュも入れることで、おしゃれ度のアップした1枚です。\u003c\/p\u003e\n\u003cimg alt=\"カバーオール（リバティ・オーガニックコットン使用）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1094-cutout.jpg?v=1744365350\"\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eお出かけが増える赤ちゃんのためのウェア\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e成長とともにお出かけが多くなっていく赤ちゃんのためのおしゃれなウェアです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e毎日の生活の中で選ぶ楽しさが広がっていきます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eデザインを選ぶ楽しさがあります。\u003c\/p\u003e\n\u003cimg alt=\"カバーオール（リバティ・オーガニックコットン使用）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1094-cutout_26e4ca64-c659-495e-8e77-6eb7de335f71.jpg?v=1744365350\"\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を届ける厳選素材\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e使用される素材は肌着にも使われている育児工房のオーガニックニット。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e軽くて負担のない着心地と触れたときのきもちよさが特徴です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e表情豊かなソルブロンメッシュを胸元の切り返し部分に採用し、リバティプリントを使ったフリルとリボンがアクセントになっています。\u003c\/p\u003e\n\u003cimg alt=\"カバーオール（リバティ・オーガニックコットン使用）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1095-cutout.jpg?v=1744365350\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eリバティプリントをあしらった飽きのこないシンプルなデザインのカバーオールです。女の子らしさを表すデザインでかわいらしさを引き立てます。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：70cm・80cm\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ 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":"391407","title":"No.391407\/ベビー帽子(吊天竺・サクランボ柄)","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e吊天竺で作った使いやすい1枚\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着に採用する吊天竺を使った赤ちゃんのための帽子です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e年間通じて使いやすい素材でお洗濯もしやすいので、日常で使っていただきやすいモデルです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eプリント柄は肌着やスタイでも人気のサクランボプリント。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eさりげないプリント柄をあしらっています。\u003c\/p\u003e\n\u003cimg alt=\"ベビー帽子(吊天竺・サクランボ柄)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0871-cutout.jpg?v=1744365346\"\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\u003cp class=\"body-text\"\u003e気温が下がる寒い季節だけでなく日差しが強くなる暑い季節も、使っていただきたい１枚です。\u003c\/p\u003e\n\u003cimg alt=\"ベビー帽子(吊天竺・サクランボ柄)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0874-cutout.jpg?v=1744365346\"\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\u003cp class=\"body-text\"\u003e季節を問わず使いやすいアイテムです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eプリント柄は女の子らしいデザインで人気のサクランボ柄。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eお揃いの柄のスタイや肌着と組み合わせていただくのをおすすめします。\u003c\/p\u003e\n\u003cimg alt=\"ベビー帽子(吊天竺・サクランボ柄)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0872-cutout.jpg?v=1744365346\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 発送案内セクション (Shipping) --\u003e\n\u003c!-- 発送案内に関する情報が提供されていないため、セクションは作成しません。 --\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003c!-- 注意事項に関する情報が提供されていないため、セクションは作成しません。 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e肌着で採用するオーガニック吊天竺を素材としているので、季節を問わず年間通じてお使いいただけるとともに、お洗濯もしやすいです。素材も軽いので赤ちゃんの着用時の負担も少ないです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ Free","offer_id":52000968933652,"sku":"4548711079205","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0871-cutout.jpg?v=1744365346"},{"product_id":"391607","title":"No.391607\/ヘッドドレス(吊天竺・サクランボ柄)","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\u003c!-- ① 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eベビーヘッドドレス \u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cspan\u003e赤ちゃんの頭を飾るヘッドドレスです。ワンポイントとしてお使いいただけます。1歳ごろまでのお子さんに対応するサイズです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0869-cutout.jpg?v=1744365345\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG-0868-cutout.jpg?v=1744365345\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e出産祝いのギフトとしてもうれしい1品として、他のアイテムと組み合わせてプラスすることで喜ばれます。お揃いの柄の肌着やスタイと合わせていただくのもおすすめです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0870-cutout.jpg?v=1744365345\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\n\n\n\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 提供情報がないため作成しません --\u003e \u003c!-- ④ 注意事項セクション (Notes) - 提供情報がないため作成しません --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e愛らしいサクランボ柄が、赤ちゃんの表情をさらに華やかに彩ります。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（サクランボ柄）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％（オーガニックコットン）、ゴム\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free（新生児～1歳頃）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ Free","offer_id":52000968900884,"sku":"4548711079220","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0869-cutout.jpg?v=1744365345"},{"product_id":"391001","title":"No.391001\/オーガニック中肌着(吊天竺・サクランボ柄)","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 { \n      width: 100%; \n      white-space: nowrap; \n      font-size: 14px !important; \n      border-collapse: collapse; \n      border: 1px solid #E0DCD8; \n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #E0DCD8; \n      font-size: 0.9em; \n  }\n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #5A5A5A; \n  }\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キナリの優しい色合いにサクランボの小さなモチーフのプリントを施したモデルです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e小さなサクランボとそこに描かれたグレーの葉が、さりげなく女の子をアピールする1枚です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eきもちいい。に着替えるときに「選ぶ楽しみ」をプラスしたプリントモデルです。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック中肌着(吊天竺・サクランボ柄)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0876-cutout.jpg?v=1744365343\"\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\u003cp class=\"body-text\"\u003e丈を約8cm長く、前の留め部分を2か所に増やすことでお腹とおしりがはだけにくくなり、暖かい季節は1枚でもOK。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e赤ちゃんが快適で着替えやお洗濯の手間が少なくなる、ママにうれしい1枚です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック中肌着(吊天竺・サクランボ柄)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0880-cutout.jpg?v=1744365343\"\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\u003cp class=\"body-text\"\u003e通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック中肌着(吊天竺・サクランボ柄)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0877-cutout.jpg?v=1744365343\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e育児工房の中肌着は従来からある短肌着を改良することで、通常の季節は1枚で過ごすことができるよう改良されたモデルです。気候のいい季節はこれ1枚で過ごすことで、赤ちゃんの快適性を高めるとともに、着替えやお洗濯でのママの手間を減らしたいという願いから生まれました。丈が8cm長く前の留め部分を2か所に増やすことでおしりとお腹がはだけにくくなることで、上から抑える別の肌着が必要ありません。※寒さが気になる場合は、ドレスやベストなどの別のアウターアイテムをご利用されることをおすすめします。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":49477786108180,"sku":"4548711079169","price":2970.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0876-cutout.jpg?v=1744365343"},{"product_id":"391101","title":"No.391101\/オーガニックコンビオール（吊天竺・サクランボ柄）","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\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\u003cp class=\"body-text\"\u003e小さなサクランボとそこに描かれたグレーの葉が、さりげなく女の子をアピールする1枚です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eきもちいい。に着替えるときに「選ぶ楽しみ」をプラスしたプリントモデルです。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックコンビオール（吊天竺・サクランボ柄）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6679-cutout.jpg?v=1744365342\"\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\"\u003e1枚で過ごすというコンセプトを発展させた進化した肌着が、育児工房のコンビオールです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e曲線を取り入れたラインが下着感を減らすと同時に、お股のマチを追加して足元の形をきれいに改良しました。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eきもちいい。素材を採用し、赤ちゃんとママにうれしい設計です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックコンビオール（吊天竺・サクランボ柄）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-0583-cutout.jpg?v=1744365342\"\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\u003cp class=\"body-text\"\u003e通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックコンビオール（吊天竺・サクランボ柄）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-0584-cutout.jpg?v=1744365342\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e肌着の快適さとアウターの要素を取り入れたシルエットが、育児工房のコンビオールが追及したコンセプトです。きもちいい。素材を採用するとともにこれまでのコンビ肌着のシルエットや設計を見直し、衿から前部のラインに曲線を取り入れることで肌着の下着イメージを一新。特にお腹部分を大きく2重になるよう設計したカーブが特徴です。お股部分に追加されたマチが、赤ちゃんの姿勢による前後のズレを吸収し、快適性をアップする設計になっています。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":49477786566932,"sku":"4548711079176","price":4620.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6679-cutout.jpg?v=1744365342"},{"product_id":"390757","title":"No.390757\/リバーシブルサンハット(リバティプリント)","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eUV素材を使ったお出かけ用サンハット\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e目を引くリバティプリントのデザインとUV加工の生地を組み合わせたお出かけ用サンハットです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e表と裏の両面を切り替えてリバーシブルとしてもお使いいただけます。\u003c\/p\u003e\n\u003cimg alt=\"リバーシブルサンハット(リバティプリント)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1177-cutout.jpg?v=1744365332\"\u003e\n\n\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暑くなる季節は温度とともに紫外線も強くなりがちで心配。かわいらしいリバティプリントとUV機能のある素材を両面で組み合わせ、気分に応じて使い分けていただけます。\u003c\/p\u003e\n\u003cimg alt=\"リバーシブルサンハット(リバティプリント)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1184-cutout.jpg?v=1744365334\"\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかわいらしいリバティプリントとUV加工の素材を組み合わせました\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e人気のリバティプリントのかわいらしさと気になる紫外線をカットするUV加工の素材を組み合わせることでお出かけ時にも使っていただきやすい1枚です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eギフトでも人気です。\u003c\/p\u003e\n\u003cimg alt=\"リバーシブルサンハット(リバティプリント)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1150-cutout.jpg?v=1744365332\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e帽子のつばの外側部分には柔らかいプラスチック製のワイヤーを入れることで、きれいな形を整えています。また、帽子を首元でとめるワンタッチホックは、一定以上の力がかかると外れる工夫がされています。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク・ネイビー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e洗濯は手洗いをお願いいたします。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e※商品の品質を長く保つため、以下の点にご留意ください。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e洗濯は手洗いをお願いいたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ Free","offer_id":52000968802580,"sku":"4548711078865","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Free","offer_id":52000968835348,"sku":"4548711078872","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1150-cutout.jpg?v=1744365332"},{"product_id":"390657","title":"No.390657\/ベビーマルチクリップ(リバティプリント)","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\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\/batch_IMG-1122-cutout.jpg?v=1744365329\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG-1129-cutout.jpg?v=1744365330\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG-1137-cutout.jpg?v=1744365330\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\n\n\n\n\u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e1つで何役もこなす便利グッズとして、赤ちゃんのお出かけをサポートします。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：リバティタナローン、プラスチック\u003c\/li\u003e\n\u003cli\u003e品質：綿100％（生地部分）\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free（長さ最小28cm～最大37cm）\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク・ネイビー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e部品が取れたり破損した場合は直ちに使用を中止してください。\u003c\/li\u003e\n\u003cli\u003e使用中はお子さまから目を離さないでください。口に入れたり体をはさんだり、首に巻きつけないよう注意してください。\u003c\/li\u003e\n\u003cli\u003e洗濯は手洗いでお願いします。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ Free","offer_id":52000968737044,"sku":"4548711078841","price":1320.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ Free","offer_id":52000968769812,"sku":"4548711078858","price":1320.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1141-cutout.jpg?v=1744365329"},{"product_id":"391303","title":"No.391303\/オーガニックツーウェイドレス（プチドレス・さくらんぼ）","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\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eオーガニックコットンの新生児ウェア\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eオーガニック吊天竺\u003c\/strong\u003eの柔らかな肌触りと、可憐なさくらんぼ柄が赤ちゃんを優しく包み込みます。着替えやおむつ替えがスムーズな\u003cstrong\u003eツーウェイドレス仕様\u003c\/strong\u003eで、ママの負担も軽減します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1248-cutout.jpg?v=1744365327\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG-1249-cutout.jpg?v=1744365328\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG-1253.jpg?v=1744365328\" class=\"img-fluid d-block w-100 product-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n   \u003c!-- \/content-section (商品詳細) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eオーガニック吊天竺の生地にさくらんぼの総柄プリントを添えた、ナチュラルで優しい雰囲気のドレスです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（通年商品）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50〜70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：IV（アイボリー）\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e \u003c!-- \/container product-wrapper --\u003e","brand":"育児工房","offers":[{"title":"Default Title","offer_id":49477797708052,"sku":"4548711079190","price":6820.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-1248-cutout.jpg?v=1744365327"},{"product_id":"384032","title":"No.384032\/オーガニックニットカバーオール（綿ニット・秋冬・70～80cm）","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eモチーフがかわいいポップコーンシリーズの1枚\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eかわいらしい淡いカラーの小さなボールが人気のポップコーンシリーズのニットアイテムです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eニット素材の1枚で、お出かけにもお使いいただけます。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックニットカバーオール（綿ニット・秋冬・70～80cm）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6601-cutout.jpg?v=1744365314\"\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\u003cp class=\"body-text\"\u003e毎日の生活の中で選ぶ楽しさが広がっていきます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eデザインを選ぶ楽しさがあります。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックニットカバーオール（綿ニット・秋冬・70～80cm）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6603-cutout.jpg?v=1744365314\"\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\u003cp class=\"body-text\"\u003eちょっとおしゃれをしたお出かけ時にもお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e人気のポップコーンモチーフをあしらっています。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックニットカバーオール（綿ニット・秋冬・70～80cm）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6604-cutout.jpg?v=1744365314\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eオーガニックニットのカバーオール。シンプルなキナリのニットの編み目のやさしさとポップコーンモチーフがかわいらしい1枚です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：70－80cm\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ 70-80cm","offer_id":49820081783060,"sku":null,"price":10230.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6601-cutout.jpg?v=1744365314"},{"product_id":"387138","title":"No.387138\/オーガニック起毛スリーパー（リバティ・秋冬）","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\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\/batch_IMG-2107-cutout_12f80a64-c4d9-46ba-933c-bdd128609821.jpg?v=1764211022\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e表面がきれいな起毛パイルを素材に採用しています。あたたかみのある素材です。寒くなる季節に向いた素材ですので、夏に生まれて秋にかけて大きくなっていく赤ちゃんにおすすめです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6304-cutout_2e6b6979-05bb-4865-b9a5-1256895b6006.jpg?v=1764211029\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e赤ちゃんの成長次第では2～3歳ごろまでと長く使えることや毎日の生活の中で様々なシーンで役立つので、ギフトでお選びいただいても喜ばれるアイテムです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2110-cutout_50a86c9d-5814-468c-82cd-ea3357717f19.jpg?v=1764211065\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- \/content-section (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eこのスリーパーは、お子さまの快適な眠りをサポートする様々な工夫が施されています。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックコットン起毛パイル\u003c\/li\u003e\n\u003cli\u003e品質：綿100％（オーガニック）※基布部分ポリエステル使用\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク・パープル\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ Free","offer_id":52000968671508,"sku":"4548711077417","price":7150.0,"currency_code":"JPY","in_stock":true},{"title":"パープル \/ Free","offer_id":52000968704276,"sku":"4548711081575","price":7150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2107-cutout_12f80a64-c4d9-46ba-933c-bdd128609821.jpg?v=1764211022"},{"product_id":"387035","title":"No.387035\/オーガニック起毛パイルベスト（リバティ・秋冬）","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eあったか素材とリバティが目を引く一枚\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eあったか素材の起毛パイルに人気のリバティプリントを組み合わせた秋冬向けのベストです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eメインとなる起毛パイルは基布部分にはポリエステルを使用していますが、肌にあたる部分はオーガニックコットンを使用しています。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eリバティプリントがアクセントになって引き立ちます。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック起毛パイルベスト（リバティ・秋冬）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2105-cutout.jpg?v=1744365301\"\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e肌寒いときの一枚\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e肌寒いときの一枚としてお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e気温の変化が大きい季節には素材を選んで使っていただきたいアイテムです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eギフトとしてもお使いいただけます。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック起毛パイルベスト（リバティ・秋冬）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-6310-cutout.jpg?v=1744365301\"\u003e\n\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\u003cp class=\"body-text\"\u003e触れたときにきもちいい。と感じていただける素材です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック起毛パイルベスト（リバティ・秋冬）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2097-cutout.jpg?v=1744365299\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e起毛パイルの暖かさとリバティプリントのアクセントが目を引く1枚です。出産祝いなどギフトにもおすすめです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク・パープル\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク","offer_id":49477812781332,"sku":"4548711077431","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"パープル","offer_id":49477812814100,"sku":"4548711081568","price":6050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-2097-cutout.jpg?v=1744365299"},{"product_id":"386807","title":"No.386807\/ごんぎつねのネックタオル（オーガニックパイル）","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eオーガニックコットンネックタオル\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e\u003cspan\u003e愛媛県今治地区で生産されるオーガニックのタオル生地を使用したタオルハンカチです。サイズは赤ちゃんには使いやすい約14cm×90cm。キナリの色が残ったシンプルなモデルです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg alt=\"オーガニックパイルの優しい肌触り\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-6241-cutout.jpg?v=1744365284\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e首元に使える多機能ネックウェア\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eウォーキングやランニング時の汗拭きだけでなく、首元の日焼け防止や暑いときの体温上昇を防ぐ冷たいものをくるんで使うなど、大人も子供も様々なシーンで重宝します。吸水性も高く、いつでも快適にお使いいただけます。\u003c\/p\u003e\n\u003cimg alt=\"どんなシーンにも馴染む着け心地\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-6235.jpg?v=1744365285\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eごんぎつね刺繍のデザイン\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003e愛知県半田市ゆかりの童話《ごんぎつね》\u003c\/strong\u003eをモチーフにしたデザインです。半田市のクリエイター「\u003cstrong\u003eツメサキの世界\u003c\/strong\u003e」と「\u003cstrong\u003e育児工房\u003c\/strong\u003e」の\u003cstrong\u003eコラボレーション\u003c\/strong\u003eによるワンポイントです。\u003c\/p\u003e\n\u003cimg alt=\"こだわりの日本製ワンポイント\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-6239-cutout.jpg?v=1744365285\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e愛知県半田市出身の童話作家、新美南吉の代表作《ごんぎつね》をモチーフにした、特別なネックタオルです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックパイル\u003c\/li\u003e\n\u003cli\u003e品質：綿100%\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約14cm×90cm\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー","offer_id":49477821530388,"sku":"4548711077363","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-6241-cutout.jpg?v=1744365284"},{"product_id":"383935","title":"No.383935\/オーガニックニットカーディガン（綿ニット・秋冬・70～80cm）","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eモチーフがかわいいポップコーンシリーズの1枚\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eかわいらしい淡いカラーの小さなボールが人気のポップコーンシリーズのニットアイテムです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eニット素材の1枚で、お出かけにもお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e人気のポップコーンモチーフをあしらっています。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックニットカーディガン（綿ニット・秋冬・70～80cm）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-5890-cutout.jpg?v=1744365283\"\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\u003cp class=\"body-text\"\u003e気温の変化が大きい季節にはおしゃれを兼ねて揃えておきたいアイテムです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eギフトとしてもお使いいただけます。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックニットカーディガン（綿ニット・秋冬・70～80cm）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-5892-cutout.jpg?v=1744365283\"\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\u003cp class=\"body-text\"\u003eちょっとおしゃれをしたお出かけ時にもお使いいただけます。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックニットカーディガン（綿ニット・秋冬・70～80cm）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-5891-cutout.jpg?v=1744365283\"\u003e\n\u003c\/div\u003e\n\n\n\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eオーガニックニットのカーディガン。シンプルなキナリのニットの編み目のやさしさとポップコーンモチーフがかわいらしい1枚です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ 80cm","offer_id":49820081848596,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-5890-cutout.jpg?v=1744365283"},{"product_id":"0","title":"お客様お問合せ商品決済用ページ","description":"\u003cp class=\"iw\"\u003e\u003cspan translate=\"no\" class=\"qu\" role=\"gridcell\" tabindex=\"-1\"\u003e\u003cspan name=\"島崎佳名子\" data-hovercard-id=\"kryuj120411@gmail.com\" class=\"gD\" data-hovercard-owner-id=\"130\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cpre\u003e\u003cspan translate=\"no\" class=\"qu\" role=\"gridcell\" tabindex=\"-1\"\u003e\u003cspan name=\"島崎佳名子\" data-hovercard-id=\"kryuj120411@gmail.com\" class=\"gD\" data-hovercard-owner-id=\"130\"\u003e\u003cspan\u003e佐倉尚子さま\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/pre\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e商品のご決済用のページです。 \u003c\/p\u003e\n\u003cp\u003eご注文の上お支払方法をお選びください。\u003c\/p\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"Default Title","offer_id":49477827723540,"sku":null,"price":3850.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/ikujikobo_rogo.png?v=1744365276"},{"product_id":"383409","title":"No.383409 スタイ・ラトル・ソックスギフトセット（BOX入・リバティ）","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\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\/batch_batch_batch_IMG-5097.jpg?v=1744365270\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003eギフトで人気の育児工房の製品を組み合わせた人気のセットです。贈られた方がすぐに使っていただけるアイテムをかわいらしく専用ボックスに包みました。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_batch_IMG-5095.jpg?v=1744365270\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e国内の専門工場で丁寧に生産された、繊細でかわいらしい製品を詰め合わせたセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_batch_IMG-5105.jpg?v=1744365270\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 提供情報に該当なしのため、今回は作成しない --\u003e \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eリバティ生地を使って「可愛い」をいっぱい詰め込んだミニギフトセットです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eスタイ・ラトル・ソックスは全て同一柄で統一感を持たせたデザイン\u003c\/li\u003e\n\u003cli\u003e育児工房オリジナルの星柄ボックス入りで、そのままプレゼント可能\u003c\/li\u003e\n\u003cli\u003eナチュラルで優しい肌触り、リバティ柄の生地で可愛く仕上げたセット\u003c\/li\u003e\n\u003cli\u003eお友達のちょっとした出産祝いやお祝い金に添えるギフトにもおすすめ\u003c\/li\u003e\n\u003cli\u003eBOX入り（スライドする蓋付）で、届いてそのままお渡しいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eセット内容\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e以下のアイテムがセットになっています。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eスタイ\u003c\/li\u003e\n\u003cli\u003eラトル\u003c\/li\u003e\n\u003cli\u003eソックス\u003c\/li\u003e\n\u003cli\u003e育児工房オリジナルギフトボックス\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e仕様・構成品の詳細\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eオーガニックコットンパイル\u003c\/li\u003e\n\u003cli\u003eリバティ柄生地\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eスタイ・ラトル：Free\u003c\/li\u003e\n\u003cli\u003eソックス：7-9cm\u003c\/li\u003e\n\u003cli\u003eBOXサイズ：幅200mm×縦150mm×高60mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003eこちらはBOX入りのセット商品です。オプションでギフトBOXを選ばないようお願いします。\u003c\/li\u003e\n\u003cli\u003eパイル部分のみオーガニックコットンを使用しています。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"NV(ネイビー)","offer_id":49477830967572,"sku":"4548711076564","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"PK(ピンク)","offer_id":49477831000340,"sku":"4548711076564","price":6380.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_batch_IMG-5094.jpg?v=1744365270"},{"product_id":"383309","title":"No.383309 スタイ・ヘッドドレスギフトセット（BOX入・リバティ）","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eお祝いの気持ちを贈るギフト\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cspan\u003eおめでとうの気持ちを贈るギフト。贈る先へのおめでとうを伝えるアイテムを組み合わせたおすすめのセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0398-Photoroom.jpg?v=1772017141\" alt=\"\"\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\/batch_batch_batch_IMG-5089.jpg?v=1744365268\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e国内の専門工場で丁寧に生産された、繊細でかわいらしい製品を詰め合わせたセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_batch_IMG-5092.jpg?v=1744365269\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\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ナチュラルで優しい雰囲気にリバティデザインを加え、もらって嬉しいセットです。\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eスライド蓋付きのBOX入りで、届いてすぐに先様へお渡しいただけます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e仕様・構成品の詳細\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eスタイ・ヘッドドレス: Free\u003c\/li\u003e\n\u003cli\u003eBOXサイズ: 幅200mm × 縦150mm × 高さ60mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eパイル部分: オーガニックコットン使用\u003c\/li\u003e\n\u003cli\u003eスタイ構造: ソルブロンメッシュ（華やかなメッシュ生地）と吊天竺の2重構造\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e本商品は専用のギフトBOXに入れてお届けします\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"ピンク","offer_id":49820081881364,"sku":null,"price":5060.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0400-Photoroom.jpg?v=1772017141"},{"product_id":"383709","title":"No.383709 スタイ・ラトルギフトセット（BOX入・コンペイトウ）","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\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\/batch_batch_IMG-4834.jpg?v=1744365266\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_batch_IMG-4815.jpg?v=1744365266\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_batch_IMG-4817.jpg?v=1744365266\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- \/content-section (Specs) --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eオーガニックコットンの優しい雰囲気をそのままBOXに詰め込んだギフトセットです。お友達のちょっとした出産祝いやお祝い金に添えるギフトにもおすすめです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eオーガニックコットン吊天竺のコンペイトウ柄とメランジ生地を使用\u003c\/li\u003e\n\u003cli\u003eナチュラルで優しい雰囲気と柔らかい肌触り\u003c\/li\u003e\n\u003cli\u003eスライドする蓋付BOX入りで届いてそのままお渡し可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e仕様・構成品の詳細\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eスタイ・ラトル: Free\u003c\/li\u003e\n\u003cli\u003eBOXサイズ: 幅200mm × 縦150mm × 高60mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eオーガニックコットン吊天竺、メランジ生地\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e383709\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e本商品は専用のギフトBOX入れてお届けします\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"ブルー","offer_id":49477835751700,"sku":"4548711076564","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":49477835784468,"sku":"4548711076656","price":4180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4835.jpg?v=1744365265"},{"product_id":"383209","title":"No.383209 スタイ・ラトルギフトセット（BOX入・リバティ）","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 { \n      width: 100%; \n      white-space: nowrap; \n      font-size: 14px !important; \n      border-collapse: collapse; \n      border: 1px solid #E0DCD8; \n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #E0DCD8; \n      font-size: 0.9em; \n  }\n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #5A5A5A; \n  } \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\u003cspan\u003eおめでとうの気持ちを贈るギフト。贈る先へのおめでとうを伝えるアイテムを組み合わせたおすすめのセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4823.jpg?v=1744365262\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_batch_IMG-4799.jpg?v=1744365263\" class=\"img-fluid d-block w-100 product-img\"\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\u003cspan\u003e国内の専門工場で丁寧に生産された、繊細でかわいらしい製品を詰め合わせたセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4837.jpg?v=1744365263\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しない --\u003e \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eリバティ生地を使い、「可愛い」をいっぱい詰め込んだミニギフトセットです。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003eスタイとラトルは同一柄で統一感を持たせ、特別な印象を与えます。\u003c\/li\u003e\n\u003cli\u003e育児工房オリジナルのボックス入りで、届いてそのままお渡しいただけます。\u003c\/li\u003e\n\u003cli\u003eお友達のちょっとした出産祝いやお祝い金に添えるギフトにもおすすめです。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e仕様・構成品の詳細\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: オーガニックコットンパイル（キナリ地）、リバティ柄生地\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e※スタイとラトルの顔のパイル部分のみオーガニックコットンを使用しています。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e各アイテムのサイズとボックスの寸法です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eスタイ・ラトル: Freeサイズ\u003c\/li\u003e\n\u003cli\u003eBOXサイズ: 幅200mm × 縦150mm × 高60mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご留意事項\u003c\/h3\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e本商品は専用のギフトBOXに入れてお届けします\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"ネイビー \/ Free","offer_id":52000967786772,"sku":"4548711076656","price":4730.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000967819540,"sku":"4548711076649","price":4730.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4823.jpg?v=1744365262"},{"product_id":"380185","title":"No.380185\/ガーゼチュニック（知多木綿・中綿入り・秋冬）","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\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\u003cp class=\"body-text\"\u003eガーゼの柔らかさと中綿のボリューム感が独特のかわいらしさを生んでいます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e中綿はポリエステル綿を使用していますので、乾きやすく衛生的です。\u003c\/p\u003e\n\u003cimg alt=\"ガーゼチュニック（知多木綿・中綿入り・秋冬）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG_2471-cutout_47af2265-1915-4a27-8292-909e0c58b1d6.jpg?v=1744365260\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e1枚で着られるデザイン\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e体の保温とともにおしゃれもアップする１枚です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eガーゼと中綿を組み合わせた素材です。\u003c\/p\u003e\n\u003cimg alt=\"ガーゼチュニック（知多木綿・中綿入り・秋冬）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG_2472-cutout_c8c3fb7c-7335-4deb-aca3-eb1ce1a094fd.jpg?v=1744365260\"\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\u003cp class=\"body-text\"\u003e中綿には軽くて扱いやすいポリエステル綿を使用しています。\u003c\/p\u003e\n\u003cimg alt=\"ガーゼチュニック（知多木綿・中綿入り・秋冬）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG_2474-cutout_a5057c40-7415-488a-b3ef-9a08ad4ac644.jpg?v=1744365260\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\u003c!-- ④ 注意事項セクション (Notes) - 特定の注意書きが素材・品質に統合されたため、単独のセクションは作成しません --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eガーゼの優しい表情と中綿を包んだボリューム感が目を引く１枚です。製品重量も軽いので赤ちゃんに負担になりにくいのが特徴です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：70-80cm\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e※生地生産の都合により、本製品はオーガニックコットンではない通常のコットンの仕様に変更しております。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ Free","offer_id":52000967754004,"sku":"4548711075987","price":7480.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG_2477.jpg?v=1744365260"},{"product_id":"362507","title":"No.362507\/オーガニックタオルブランキー(ベビートイ)","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e赤ちゃんのおともだちとなるベビートイ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cspan\u003e赤ちゃんが握ったり振ったりして音を楽しめるおもちゃです。国内専門工場で丁寧に作られています。ギフトでも「お顔のある」プラスワンアイテムとしておすすめです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-4915.jpg?v=1744365258\"\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\u003cspan\u003e定番のクマとウサギをモチーフにしたモデルです。顔の中にはプラスチック製の鈴が入っていて、赤ちゃんがつかんで振ると優しい音がします。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-4922.jpg?v=1744365258\"\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\u003cspan\u003e表面の素材はオーガニックコットンを使ったパイルを使用し、リボン部分に人気のリバティタナローンを採用しました。耳とリボン部分には人気のリバティプリントを使っています。中綿には衛生的で使いやすいポリエステル綿を使っています。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_5473.jpg?v=1744365259\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 発送案内セクション (Shipping) --\u003e \u003c!-- 入力データに発送案内情報がないため、このセクションは作成しません。 --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e \u003c!-- 入力データに注意事項情報がないため、このセクションは作成しません。 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e赤ちゃんといつも一緒。肌身離さず持っていたくなる、赤ちゃんの「おともだち」となるブランキーです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックコットンパイル\/リバティタナローン\u003c\/li\u003e\n\u003cli\u003e品質：綿100％（中綿はポリエステル100%）\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：ネイビー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ネイビー \/ Free","offer_id":52000967688468,"sku":"4548711067975","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000967721236,"sku":"4548711067968","price":3190.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-4915.jpg?v=1744365258"},{"product_id":"378707","title":"No.378707オーガニック汗とりパッド（リバティ\/パイル）","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eオーガニックパイルを使った汗取りパッド\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cspan\u003e赤ちゃんの背中に入れてあげることで汗を取ってあげる便利アイテム。首から出る折り曲げ部に人気のリバティプリントをあしらうことで、背中がチャームポイントになります。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4790-cutout.jpg?v=1744365256\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_batch_IMG-4795-cutout.jpg?v=1744365257\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG-4914.jpg?v=1744365257\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックパイル\/リバティタナローン\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"ピンク \/ Free","offer_id":52000967655700,"sku":"4548711076106","price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4790-cutout.jpg?v=1744365256"},{"product_id":"377003","title":"No.377003\/オーガニックツーウェイドレス","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\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\u003cp class=\"body-text\"\u003eフォーマル感覚のデザインですので、ちょっとしたお出かけにもお使いいただきやすい1枚です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4143-cutout.jpg?v=1744365241\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使える2wayドレス\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e足部分のボタンをはめ替えることで、「筒状にしたドレス型」と「足が分かれるカバーオール型」の2つのスタイルでお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e赤ちゃんの成長やシーンに合わせて切り替えていただくことで使い方が広がります。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4149-cutout.jpg?v=1744365241\"\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\u003cp class=\"body-text\"\u003e白くすることで、お出かけにもお使いいただける1枚に仕上げました。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4144-cutout.jpg?v=1744365241\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e吊天竺の快適性でお出かけにも使いやすい1枚です。男の子のかわいらしさが引き立つデザインです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：ホワイト\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"Default Title","offer_id":49477889917204,"sku":"4548711075376","price":9350.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-4143-cutout.jpg?v=1744365241"},{"product_id":"379309","title":"No.379309\/リバティアイテムのおむつケーキ","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\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=\"リバティアイテムのおむつケーキ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-3591_1.jpg?v=1744365231\"\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\u003cp class=\"body-text\"\u003e・腹巻\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・ラトル（にぎにぎ）\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・スタイ\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・タオルハンカチ\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e・紙オムツ（パンパースSサイズ×10枚）※1枚は巾着状にラッピング\u003c\/p\u003e\n\u003cimg alt=\"リバティアイテムのおむつケーキ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-3170.jpg?v=1744365232\"\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=\"リバティアイテムのおむつケーキ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-3174-Photoroom.jpg?v=1775959548\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eセット内容\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cdiv class=\"spec-content\"\u003e \u003cp\u003eおむつケーキには、赤ちゃんの日常に役立つ素敵なアイテムが詰まっています。\u003c\/p\u003e \u003cul class=\"basic-list\"\u003e \u003cli\u003e腹巻（Free）×1点\u003c\/li\u003e \u003cli\u003eスタイ（BL\/PK）×1点\u003c\/li\u003e \u003cli\u003eラトル（BL\/PK）×1点\u003c\/li\u003e \u003cli\u003eパイルハンカチ（IV）×1点\u003c\/li\u003e \u003cli\u003eオムツ×10枚（パンパースSサイズ・台座部分に9枚+巾着内に1枚）\u003cbr\u003e \u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e仕様・構成品の詳細\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：直径約15cm 高さ約30cm\u003c\/li\u003e\n\u003cli\u003eカラー：ブルー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ブルー \/ Free","offer_id":52000967590164,"sku":"4548711075772","price":7810.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000967622932,"sku":"4548711076656","price":7810.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-3591_1.jpg?v=1744365231"},{"product_id":"366507","title":"No.366507\/オーガニックパイルスタイ(パイル・リバティ)","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\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\u003cp class=\"body-text\"\u003e汚れ防止としてはもちろん、付け衿のように併せていただくことでアクセントにもなります。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックパイルスタイ(パイル・リバティ)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/366507-2.png?v=1765954753\"\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\u003cp class=\"body-text\"\u003eデザイン違いでもお楽しみいただけます。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックパイルスタイ(パイル・リバティ)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/366507-3.jpg?v=1744365230\"\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\u003cp class=\"body-text\"\u003eお洗濯もしやすいので、毎日汚してしまう赤ちゃんに最適です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eリバティプリントと合わせてお揃いの柄の肌着と組み合わせていただくのをおすすめします。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックパイルスタイ(パイル・リバティ)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-3225-cutout.jpg?v=1771919048\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n\u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e前面に使用されているソルブロンメッシュの豊かな表情がかわいらしいスタイです。素材も軽いので赤ちゃんの着用時の負担も少ないです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：ネイビー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ネイビー \/ Free","offer_id":52000967524628,"sku":"4548711067548","price":2310.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000967557396,"sku":"4548711067548","price":2310.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/366507-2.png?v=1765954753"},{"product_id":"360507","title":"No.360507\/オーガニックスタイ(リバティ・ソルブロンメッシュ)","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\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\u003cp class=\"body-text\"\u003e年間通じて使いやすい素材でお洗濯もしやすいので、日常で使っていただきやすいモデルです。\u003c\/p\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\/IMG20250429142024-Photoroom.jpg?v=1772016709\"\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\u003cp class=\"body-text\"\u003eデザイン違いでもお楽しみいただけます。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックスタイ(リバティ・ソルブロンメッシュ)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250429142027-Photoroom.jpg?v=1772016784\"\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\u003cp class=\"body-text\"\u003eお洗濯もしやすいので、毎日汚してしまう赤ちゃんに最適です。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eフリルに使用されているリバティプリントと合わせて、お揃いの柄の肌着と組み合わせていただくのをおすすめします。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックスタイ(リバティ・ソルブロンメッシュ)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250429142026-Photoroom.jpg?v=1772016784\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\n\n\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e前面に使用されているソルブロンメッシュの豊かな表情がかわいらしいスタイです。素材も軽いので赤ちゃんの着用時の負担も少ないです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003cli\u003eカラー：ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ピンク \/ Free","offer_id":52000967491860,"sku":"4548711068460","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250429142024-Photoroom.jpg?v=1772016784"},{"product_id":"332416","title":"No.332416\/オーガニックリブパンツ","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e使いやすいオーガニックニットのリブ編みパンツ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e伸縮性があり使いやすいリブ編みで作ったニットパンツです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e柔らかくて快適ですので動きが増えてきた赤ちゃんにも便利な１枚です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックリブパンツ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2229.jpg?v=1744365208\"\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\u003cp class=\"body-text\"\u003e大きくなるにつれて便利で使いやすいアイテムです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eトップスと組み合わせて選んでいただくことで様々なおしゃれを楽しんでいただけます。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックリブパンツ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2231.jpg?v=1744365208\"\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\u003cp class=\"body-text\"\u003eボーダーに使用するカラーの淡い柔らかい色合いが優しいイメージを出す１枚です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックリブパンツ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2232.jpg?v=1744365208\"\u003e\n\u003c\/div\u003e\n\n\n\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e着脱しやすく使いやすいニットの特徴を生かしたパンツです。成長に合わせて柔らかく伸びますので、長くお使いいただけます。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：70cm・80cm\u003c\/li\u003e\n\u003cli\u003eカラー：グレー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"グレー \/ 80cm","offer_id":49477912658196,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ 90cm","offer_id":49477912690964,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2229.jpg?v=1744365208"},{"product_id":"332345","title":"No.332345\/オーガニックニットチュニック(80cm\/90cm)","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 {\n      width: 100%;\n      white-space: nowrap;\n      font-size: 14px !important;\n      border-collapse: collapse;\n      border: 1px solid #E0DCD8;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #E0DCD8;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #5A5A5A;\n  }\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\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\/batch_IMG_2218.jpg?v=1744365207\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG_2220.jpg?v=1744365207\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG_2222.jpg?v=1744365207\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n    \n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eオーガニックコットンのニット素材で作られたベビーチュニックです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックニット\u003c\/li\u003e\n\u003cli\u003e品質：綿98％、ポリウレタン2％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\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":"ピンク \/ 80cm","offer_id":49477913641236,"sku":null,"price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ 90cm","offer_id":49477913674004,"sku":null,"price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2218.jpg?v=1744365207"},{"product_id":"132445","title":"No.132445\/オーガニックニットチュニック(80cm\/90cm)","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\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の柔らかな肌触り。お尻から膝にかけての丈感は、レギンスやブルマとの重ね着も楽しめるベビー服の\u003cstrong\u003eマストアイテム\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2224.jpg?v=1744365205\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG_2225.jpg?v=1744365206\" class=\"img-fluid d-block w-100 product-img\"\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\/batch_IMG_2226.jpg?v=1744365205\" class=\"img-fluid d-block w-100 product-img\"\u003e\n  \u003c\/div\u003e\n\n  \n\n  \n\n  \n\n  \n\n  \n\n  \u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eオーガニックコットンのニット素材で作られたベビーチュニックです。お尻から膝にかけての丈感で、重ね着などおしゃれをお楽しみいただけるアイテムです。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックニット\u003c\/li\u003e\n\u003cli\u003e品質：綿98％、ポリウレタン2％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：80cm\/90cm\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\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":"アイボリー \/ 80cm","offer_id":49477914099988,"sku":null,"price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー \/ 90cm","offer_id":49477914132756,"sku":null,"price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2224.jpg?v=1744365205"},{"product_id":"373707","title":"No.373707\/無地タオルハンカチ（オーガニックコットン使用）","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\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eオーガニックコットンタオルハンカチ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e愛媛県今治地区で生産されるオーガニックのタオル生地を使用したタオルハンカチです。サイズは赤ちゃんには使いやすい約25cm×25cm。キナリの色が残ったシンプルなモデルです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/373701-1_99d66bd8-8694-4cb6-8420-46a6027b3675.jpg?v=1765262839\" class=\"img-fluid d-block w-100 product-img\"\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お顔を拭いてあげたり食べこぼしのふき取りなど、赤ちゃんの生活シーンの中でハンカチはすごく役立つアイテムの1つです。洗い替え用を始めシーンによって使い分けるために何枚も揃えておきたい１つです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/373701-2.jpg?v=1765262839\" class=\"img-fluid d-block w-100 product-img\"\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無地のシンプルなデザインですので、そのままお使いいただくことはもちろん、ご自身で刺繍など様々に加工していただくことも可能です。オリジナルの1枚を作っていただくことにも向いています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2502.jpg?v=1765262839\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eオーガニックのパイル素材を使用しており、赤ちゃんの様々なシーンで活躍します。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックパイル\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：IV\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"Default Title","offer_id":49477924421908,"sku":"4548711074614","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/373701-1_99d66bd8-8694-4cb6-8420-46a6027b3675.jpg?v=1765262839"},{"product_id":"333503","title":"No.333503\/オーガニックツーウェイドレス（シルバースター）","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\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\u003cp class=\"body-text\"\u003e星をモチーフにしたシルバープリントをあしらっています。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e男女を問わずお使いいただけるデザインで、シルバープリントが特徴の1枚です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス（シルバースター）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG_1061.jpg?v=1744365189\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使える2wayドレス\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e足部分のボタンをはめ替えることで、「筒状にしたドレス型」と「足が分かれるカバーオール型」の2つのスタイルでお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e赤ちゃんの成長やシーンに合わせて切り替えていただくことで使い方が広がります。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス（シルバースター）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250429144345.jpg?v=1784282194\"\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\u003cp class=\"body-text\"\u003eシルバープリントで小さな星のモチーフを表現しています。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス（シルバースター）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250429144446.jpg?v=1784282194\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しない --\u003e \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しない --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e飽きのこないシンプルなデザインと着用した際の負担の少なさとともに触れたときに感動のあるきもちいい。肌触りが特徴の1枚です。男女問わず流行にも左右されないさりげないデザインですので、様々なシーンで長くお使いいただけます。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：グレー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e生成り（無漂白・無染色）の生地は、綿が本来持つ色をそのまま生かしているため、所々に「葉カス」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"グレー \/ First50-70cm","offer_id":49477925896468,"sku":"4548711063298","price":5940.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250429144345.jpg?v=1784282194"},{"product_id":"360108","title":"No.360108\/オーガニックバスローブ(リバティバインダー)","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\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/360008.4_6fffaed7-b34c-4672-88d7-278348ce9d2b.jpg?v=1744365179\"\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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/b9ea5f04a864dc9fe8bb8a27e647f484.jpg?v=1744365179\"\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\u003cspan\u003e赤ちゃんの成長次第では2～3歳ごろまでと長く使えることや毎日の生活の中で様々なシーンで役立つので、ギフトでお選びいただいても喜ばれるアイテムです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/360008.1_b8bd5b74-734a-44cd-994d-4a6d668148ae.jpg?v=1744365179\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックパイル\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：約80cm×45cm\u003c\/li\u003e\n\u003cli\u003eカラー：ネイビー・ピンク・ネイビー ※専用ギフトボックス入・ピンク ※専用ギフトボックス入\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ネイビー \/ Free","offer_id":52000966869268,"sku":"4548711067951","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000966902036,"sku":"4548711065831","price":6380.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー ※専用ギフトボックス入 \/ Free","offer_id":52000966934804,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク ※専用ギフトボックス入 \/ Free","offer_id":52000966967572,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/360008.4_6fffaed7-b34c-4672-88d7-278348ce9d2b.jpg?v=1744365179"},{"product_id":"361303","title":"No.361303\/オーガニックツーウェイドレス（リバティフリル）","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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eリバティプリントのフリルがかわいらしいドレス\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着で使用する吊天竺を使ったツーウェイドレスです。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eフリル部分に人気のリバティプリントをあしらっています。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス（リバティフリル）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_0884.jpg?v=1744365177\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使える2wayドレス\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e足部分のボタンをはめ替えることで、「筒状にしたドレス型」と「足が分かれるカバーオール型」の2つのスタイルでお使いいただけます。\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e赤ちゃんの成長やシーンに合わせて切り替えていただくことで使い方が広がります。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス（リバティフリル）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_0899-cutout.jpg?v=1744365177\"\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\u003cp class=\"body-text\"\u003e白くすることで、お出かけにもお使いいただける1枚です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニックツーウェイドレス（リバティフリル）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_0898-cutout.jpg?v=1744365177\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e吊天竺の快適性とリバティプリントのおしゃれなデザインでお出かけにも使いやすい1枚です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：グレー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"グレー \/ First50-70cm","offer_id":49477934973204,"sku":"4548711067876","price":6710.0,"currency_code":"JPY","in_stock":false},{"title":"ピンク \/ First50-70cm","offer_id":49477935005972,"sku":"4548711067883","price":6710.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_0883.jpg?v=1744365177"}],"url":"https:\/\/ikuji-kobo.we-shop.jp\/collections\/all.oembed?page=5","provider":"育児工房","version":"1.0","type":"link"}