{"title":"ボックスギフト","description":"","products":[{"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":"366209","title":"No.366209\/オーガニックバスローブ専用ギフトボックス入(リバティバインダー)","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-3059.jpg?v=1757312208\" 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\/250252059_1.webp?v=1757312208\" 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-3063.jpg?v=1757312403\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\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\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e育児工房オリジナルの専用ボックスに入ったギフト向けのモデルです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e赤ちゃんのお風呂上がりに\u003cstrong\u003eバスローブ\u003c\/strong\u003eとしてくるんで拭いてあげられます。\u003c\/li\u003e\n\u003cli\u003eお昼寝の\u003cstrong\u003e肌掛け\u003c\/strong\u003e、おむつ替えの\u003cstrong\u003e敷物\u003c\/strong\u003eなど、様々なシーンで活躍します。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eオーガニックパイル\u003c\/strong\u003eで肌触りが良く、肌が敏感な赤ちゃんに最適です。\u003c\/li\u003e\n\u003cli\u003e周りを\u003cstrong\u003eリバティプリント\u003c\/strong\u003eのバインダーで巻いた、華やかでギフトにも喜ばれるアイテムです。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/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品質：綿100％\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サイズ：約80cm×45cm\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カラー：BL（ブルー） \/ PK（ピンク）\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\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"IKUJI-KOBO(育児工房)","offers":[{"title":"ネイビー","offer_id":51952582754580,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51952582787348,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-3059.jpg?v=1757312208"},{"product_id":"411809","title":"No.411809\/オーガニックベビー出産準備セットギフト(ボックス入・リバティプリント使用)","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\u003cspan\u003e赤ちゃんの誕生を祝う気持ちを形にしたギフト。赤ちゃんとの暮らしに役立つ様々なアイテムを詰めた出産祝いのセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20241006121700_1.jpg?v=1761037555\" 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\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\/IMG20241006115813-Photoroom.jpg?v=1761037574\" 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\u003cp class=\"body-text\"\u003e育児工房の製品は、どれも国内専門工場で丁寧に生産されています。体が小さい赤ちゃんのために、サイズが小さいだけでなく細かい違いを大切にしています。大人にとっては気にならない違いも赤ちゃんにとっては大きいと考える、育児工房の考えが詰まったおすすめの製品をセットにしました。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20241006121440-Photoroom.jpg?v=1761037574\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質なオーガニックコットン肌着\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション --\u003e\n\n\u003c!-- \/content-section (製品詳細) --\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中肌着、スタイ、タオルハンカチ、ソックス、にぎにぎ（ラトル）の充実5点セット\u003c\/li\u003e\n\u003cli\u003e国内の稀少な吊天竺素材を使用した、軽くて快適な肌着\u003c\/li\u003e\n\u003cli\u003eタオル生産で有名な今治地域で生産された高品質タオルハンカチ\u003c\/li\u003e\n\u003cli\u003e人気のリバティプリントをあしらった愛らしいデザイン\u003c\/li\u003e\n\u003cli\u003e専用のオリジナルギフトボックス入りで、出産祝いに最適\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/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\n\u003cstrong\u003e中肌着:\u003c\/strong\u003e 吊天竺（綿100%）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eタオルハンカチ:\u003c\/strong\u003e ガーゼパイル（綿100% \/ 今治品質）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eスタイ:\u003c\/strong\u003e コンパクトパイル（綿100%）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eラトル（顔部分）:\u003c\/strong\u003e コンパクトパイル（綿100% \/ 中綿ポリエステル）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eソックス:\u003c\/strong\u003e 綿81%・ポリエステル17%・ポリウレタン2%\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e共通:\u003c\/strong\u003e リバティプリント（リバティプリント生地を除きオーガニックコットン使用）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生産国:\u003c\/strong\u003e 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eギフトボックスのサイズと、アイテムの目安です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eギフトボックスサイズ:\u003c\/strong\u003e 約26cm×19cm×6cm\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\n\u003cli\u003e\n\u003cstrong\u003eカラー展開:\u003c\/strong\u003e NV （ネイビー） \/ PK （ピンク）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"IKUJI-KOBO(育児工房)","offers":[{"title":"ネイビー","offer_id":51952583409940,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51969927381268,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20241006121700_1.jpg?v=1761037555"},{"product_id":"368509","title":"No.368509\/ラトル＆ソックスベビーギフトセット(リバティ)","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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0339-Photoroom.jpg?v=1765351953\" 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-0340-Photoroom.jpg?v=1765351953\" 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_0434-cutout.png?v=1765351964\" 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\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 class=\"body-text\"\u003e人気アイテムを組み合わせたギフトセットです。育児工房オリジナルボックス入でお届けします。\u003c\/p\u003e \u003cul class=\"basic-list\"\u003e \u003cli\u003eラトル×1点\u003c\/li\u003e \u003cli\u003eソックス×1点\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eラトル: リバティ天竺 \/ オーガニックコンパクトパイル\u003c\/li\u003e\n\u003cli\u003eソックス: リバティタナローン・ニット\u003c\/li\u003e\n\u003cli\u003eラトル: 綿100％ （中綿ポリエステル）\u003c\/li\u003e\n\u003cli\u003eソックス: 綿81%・ポリエステル17%・ポリウレタン2%\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ネイビー \/ Free","offer_id":52000961364244,"sku":"4548711075895","price":4070.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ Free","offer_id":52000961397012,"sku":"4548711075888","price":4070.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0339-Photoroom.jpg?v=1765351953"},{"product_id":"381309","title":"No.381309\/スタイ・ソックスセット","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-0348-Photoroom.jpg?v=1765352452\" 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\u003cp class=\"body-text\"\u003eギフトで人気の育児工房の製品を組み合わせた人気のセットです。贈られた方がすぐに使っていただけるアイテムをかわいらしく専用ボックスに包みました。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0348-Photoroom.png?v=1765352452\" 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\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_0434-cutout_30.jpg?v=1765352452\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラトルとソックスのイメージ\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\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\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e人気アイテムを組み合わせたギフトセットです。育児工房オリジナルボックス入でお届けします。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\n\u003cli\u003eセット内容:\u003c\/li\u003e\n\u003cli\u003eラトル×1点\u003c\/li\u003e\n\u003cli\u003eソックス×1足\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ラトル品質: 綿100％ （中綿ポリエステル）\u003c\/li\u003e\n\u003cli\u003eソックス素材: ニット\u003c\/li\u003e\n\u003cli\u003eソックス品質: 綿81%・ポリエステル17%・ポリウレタン2%\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生産国: 日本\u003c\/li\u003e\n\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":52000961331476,"sku":"4548711076229","price":2640.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG-0348-Photoroom.jpg?v=1765352452"},{"product_id":"398709","title":"No.398709\/スタイ・ヘッドドレスセット(サクランボ)","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\/IMG-0915-Photoroom.jpg?v=1765353667\" 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\/IMG-0917-Photoroom.jpg?v=1765353667\" 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\/IMG-0918-Photoroom.jpg?v=1765353667\" class=\"img-fluid d-block w-100 product-img\"\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\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\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スタイ × 1点\u003c\/li\u003e\n\u003cli\u003eヘッドドレス × 1点\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素材\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eスタイ：オーガニック吊天竺他\u003c\/li\u003e\n\u003cli\u003eヘッドドレス：オーガニック吊天竺\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e品質\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eスタイ：綿100％\u003c\/li\u003e\n\u003cli\u003eヘッドドレス：綿100%（中のゴムは除く）\u003c\/li\u003e\n\u003c\/ul\u003e\n\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\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ Free","offer_id":52000961298708,"sku":"4548711080806","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-0915-Photoroom.jpg?v=1765353667"},{"product_id":"397009","title":"No.397009\/スタイ・パンツセット(リバティ)","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-0648-Photoroom.jpg?v=1765353174\" 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-0650-Photoroom.jpg?v=1765353174\" 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-0653-Photoroom.jpg?v=1765353160\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- ② スペック・詳細セクション (Specs) --\u003e\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=\"basic-list\"\u003e\n\u003cli\u003eセット内容:\u003c\/li\u003e\n\u003cli\u003eスタイ×1点\u003c\/li\u003e\n\u003cli\u003eパンツ×1点\u003c\/li\u003e\n\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\u003cli\u003eパンツ\/タナローン・リバティプリント\u003c\/li\u003e\n\u003cli\u003e品質:\u003c\/li\u003e\n\u003cli\u003eスタイ\/綿100％\u003c\/li\u003e\n\u003cli\u003eパンツ\/綿100%（中のゴムは除く）\u003c\/li\u003e\n\u003cli\u003eカラー: ピンク\u003c\/li\u003e\n\u003cli\u003e生産国: 日本\u003c\/li\u003e\n\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":52000961265940,"sku":"4548711080660","price":6270.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-0648-Photoroom.jpg?v=1765353174"},{"product_id":"397109","title":"No.397109\/スタイ・パンツセット(リバティ)","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-0654-Photoroom.jpg?v=1765358859\"\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-0655-Photoroom.jpg?v=1765358859\"\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 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-0660-Photoroom.jpg?v=1765358859\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\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\u003cdiv class=\"spec-content\"\u003e \u003cp class=\"body-text\"\u003e人気アイテムを組み合わせたギフトセットです。育児工房オリジナルボックス入でお届けします。\u003c\/p\u003e \u003cul class=\"basic-list\"\u003e \u003cli\u003eスタイ×1点\u003c\/li\u003e \u003cli\u003eパンツ×1点\u003c\/li\u003e \u003c\/ul\u003e \u003cp\u003e\u003cspan\u003e※こちらはBOX入りのセット商品ですので専用ギフトケースに入れてお届けします\u003c\/span\u003e\u003c\/p\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品質：スタイ\/綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\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\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\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ネイビー \/ Free","offer_id":52000961233172,"sku":"4548711080530","price":6270.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_batch_IMG-0654-Photoroom.jpg?v=1765358859"},{"product_id":"409509","title":"No.409509 スタイ・歯固めギフトセット（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      border-collapse: collapse; \n      border: 1px solid #E0DCD8; \n  }\n  .spec-table th, \n  .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\u003cimg alt=\"スタイ・歯固めギフトセット（BOX入）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/1-Photoroom.jpg?v=1765354520\"\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=\"スタイ・歯固めギフトセット（BOX入）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/2-Photoroom.jpg?v=1765354520\"\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=\"スタイ・歯固めギフトセット（BOX入）\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/3-Photoroom.jpg?v=1765354520\"\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 class=\"body-text\"\u003e男の子に人気の恐竜をモチーフにしたかわいらしいプリントのベビーギフトセットです。もらってうれしいアイテムをセットにしました。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eナチュラルで優しい雰囲気の中にリバティで可愛く仕上げた、もらってうれしいセット\u003c\/li\u003e\n\u003cli\u003eお友達のちょっとした出産祝いやお祝い金だけじゃ...という場合などにもおすすめ\u003c\/li\u003e\n\u003cli\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eスタイ素材\u003c\/strong\u003e: 綿100％\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e歯固め素材\u003c\/strong\u003e: ヒノキ\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e色\u003c\/strong\u003e: アイボリー\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生産地\u003c\/strong\u003e: 日本\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\u003cspan\u003e※こちらはBOX入りのセット商品ですので専用ギフトケースに入れてお届けします\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 商品コード --\u003e\n\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"アイボリー","offer_id":51768692670740,"sku":"4548711084477","price":4070.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/1-Photoroom.jpg?v=1765354520"},{"product_id":"409609","title":"No.409609 スタイ・ソックス・歯固めギフトセット（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\u003cspan\u003eおめでとうの気持ちを贈るギフト。贈る先へのおめでとうを伝えるアイテムを組み合わせたおすすめのセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/1-Photoroom_50c9b45e-bfa3-455f-bf4f-bf9673d795e9.jpg?v=1765354807\" 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\/2-Photoroom_570b1312-68a4-447c-8279-d3c343d4c665.jpg?v=1765354807\" 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\/3-Photoroom_19f9c3a0-b9b5-4352-b1e6-b419c99f7da8.jpg?v=1765354807\" 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\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スライド式蓋付き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\u003cp\u003e素材と日本製にこだわりました。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eスタイ：綿100％\u003c\/li\u003e\n\u003cli\u003e歯固め：ヒノキ\u003c\/li\u003e\n\u003cli\u003eソックス:綿81％、ポリエステル17％、ポリウレタン2％\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\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cspan\u003e※こちらはBOX入りのセット商品ですので専用ギフトケースに入れてお届けします\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"アイボリー","offer_id":51768707612948,"sku":"4548711084484","price":5170.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/1-Photoroom_50c9b45e-bfa3-455f-bf4f-bf9673d795e9.jpg?v=1765354807"},{"product_id":"410009","title":"No.410009 スタイ・ソックス・ラトルギフトセット（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) - ブロック1 --\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\/IMG20250429155615-Photoroom.jpg?v=1765355197\" class=\"img-fluid d-block w-100 product-img\" alt=\"期待高まる贈り物\"\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\u003cp class=\"body-text\"\u003eギフトで人気の育児工房の製品を組み合わせた人気のセットです。贈られた方がすぐに使っていただけるアイテムをかわいらしく専用ボックスに包みました。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250429155628-Photoroom.jpg?v=1765355197\" class=\"img-fluid d-block w-100 product-img\" alt=\"心ときめく3点セット\"\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\u003cp class=\"body-text\"\u003e国内の専門工場で丁寧に生産された、繊細でかわいらしい製品を詰め合わせたセットです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250429155658-Photoroom.jpg?v=1765355081\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常を彩るアイテム\"\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\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eかわいらしいさくらんぼをモチーフにしたプリントが特徴のベビーギフトセットです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eもらってうれしいアイテムを厳選してセットにしました。\u003c\/li\u003e\n\u003cli\u003eナチュラルで優しい雰囲気の中にリバティプリントが可愛らしさを添えます。\u003c\/li\u003e\n\u003cli\u003eお友達のちょっとした出産祝いやお祝い金に添えるギフトにもおすすめです。\u003c\/li\u003e\n\u003cli\u003eスライドする蓋付きの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スタイ: 綿100％\u003c\/li\u003e\n\u003cli\u003eソックス: 綿81％、ポリエステル17％、ポリウレタン2%\u003c\/li\u003e\n\u003cli\u003eラトル: 綿100%（中綿ポリエステル）\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ピンク\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e※ソックスの色が変わります\u003c\/p\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\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\u003cp class=\"body-text\"\u003e※こちらはBOX入りのセット商品ですので専用ギフトケースに入れてお届けします\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"アイボリー","offer_id":51768713707796,"sku":"4548711085351","price":5610.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51768718295316,"sku":"4548711084521","price":5610.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/410009.jpg?v=1765355081"},{"product_id":"422709","title":"No.422709オーガニック出産準備ギフトセット・コンペイトウ（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\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\u003cspan\u003e赤ちゃんの誕生を祝う気持ちを形にしたギフト。赤ちゃんとの暮らしに役立つ様々なアイテムを詰めた出産祝いのセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_d306c4ff-10df-4df2-b019-add24fc9e1ba.jpg?v=1765356247\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eすぐに贈れる特別な贈り物\u003c\/p\u003e\n\u003c\/div\u003e\n\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\/all2.jpg?v=1765356247\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e実用的なベビーアイテム一式\u003c\/p\u003e\n\u003c\/div\u003e\n\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\/IMG20250407114532-Photoroom.jpg?v=1765356387\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e吊天竺が織りなす極上の肌触り\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴・おすすめポイント\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eロングセラーで人気のコンペイトウプリントを採用したアイテムのベビーギフトセットです。もらってうれしいアイテムをセットにしました。\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"body-text\"\u003e※こちらは専用のギフトBOXに入れてお届けします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eセット内容・各アイテム詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eもらってうれしい実用的なアイテムを厳選しました。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e中肌着 (No.296601)\n\u003cp class=\"body-text\"\u003e気候のいい季節は一枚で過ごしていただける育児工房のオリジナルアイテム。肌触りのいい吊天竺を使用し快適に過ごしていただけます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003eサイズ：First50-70cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003eスタイ (No.297207)\n\u003cp class=\"body-text\"\u003e中肌着と同じコンペイトウプリントを採用。毎日使うものだからもらってうれしいアイテムです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003eサイズ：Free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003eガーゼ沐浴布 (No.400400)\n\u003cp class=\"body-text\"\u003e沐浴時に赤ちゃんをくるんであげることで、安心してお風呂に入れます。滑り止めにもなるのであると嬉しいアイテムです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e品質：綿100%\u003c\/li\u003e\n\u003cli\u003eサイズ：約42cm×90cm（※ガーゼの特性上誤差があります）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003eパイルガーゼハンカチ\n\u003cp class=\"body-text\"\u003e片面タオル・片面ガーゼの2つの表情のあるタオルハンカチです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003eサイズ：約19cm×19cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e各アイテム共通で高品質な素材を使用しています。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：綿100％\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e422709\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"ブルー","offer_id":51768721277204,"sku":"4548711087249","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51768721309972,"sku":"4548711087232","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_d306c4ff-10df-4df2-b019-add24fc9e1ba.jpg?v=1765356247"},{"product_id":"380309","title":"No.380309\/オーガニックパイルアフガン＆ラトルギフトセット(ボックス入・リバティプリント使用)","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\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-0801.jpg?v=1771545288\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e赤ちゃんに役立つアイテムをまとめて\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eセットに入っているアイテムはどれも赤ちゃんの生活の中で便利で役立つものを厳選しています。どれも先輩ママの声を生かして長年人気の商品が入っています。\u003c\/p\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-0804.jpg?v=1771545288\"\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 alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-0806.jpg?v=1771545288\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション --\u003e\n\n\u003c!-- \/content-section (製品詳細) --\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パイルアフガン、にぎにぎ（ラトル）の2点セット\u003c\/li\u003e\n\u003cli\u003e国内工場で生産するパイル素材のアフガン\u003c\/li\u003e\n\u003cli\u003e国内専門工場の丁寧なつくりのラトル（にぎにぎ）\u003c\/li\u003e\n\u003cli\u003e人気のリバティプリントをあしらった愛らしいデザイン\u003c\/li\u003e\n\u003cli\u003e専用のオリジナルギフトボックス入りで、出産祝いに最適\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/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\n\u003cstrong\u003eアフガン:\u003c\/strong\u003e オーガニックパイル（綿100%）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eラトル（顔部分）:\u003c\/strong\u003e コンパクトパイル（綿100% \/ 中綿ポリエステル）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e共通:\u003c\/strong\u003e リバティプリント（リバティプリント生地を除きオーガニックコットン使用）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生産国:\u003c\/strong\u003e 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eギフトボックスのサイズと、アイテムの目安です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eギフトボックスサイズ:\u003c\/strong\u003e 約26cm×19cm×6cm\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\n\u003cli\u003e\n\u003cstrong\u003eカラー展開:\u003c\/strong\u003e NV （ネイビー） \/ PK （ピンク）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"IKUJI-KOBO(育児工房)","offers":[{"title":"ネイビー","offer_id":51979361354004,"sku":null,"price":7590.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51979361386772,"sku":null,"price":7590.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-0803.jpg?v=1771545288"},{"product_id":"405309","title":"No.405309\/オーガニック出産準備ギフトセット(ボックス入・リバティプリント使用)","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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-1721.jpg?v=1772320830\" 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\/IMG-1726.jpg?v=1772320831\" 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\/IMG-1728.jpg?v=1772320831\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション --\u003e\n\n\u003c!-- \/content-section (製品詳細) --\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中肌着、スタイ、ソックス、マルチクリップ、にぎにぎ（ラトル）の5点セット\u003c\/li\u003e\n\u003cli\u003e国内の稀少な吊天竺素材を使用した、毎日便利な中肌着\u003c\/li\u003e\n\u003cli\u003e枚数が必要になるスタイ\u003c\/li\u003e\n\u003cli\u003e足元をかわいく引き立てるソックス\u003c\/li\u003e\n\u003cli\u003eお出かけ時などに便利なマルチクリップ\u003c\/li\u003e\n\u003cli\u003e国内専門工場の丁寧なつくりのラトル（にぎにぎ）\u003c\/li\u003e\n\u003cli\u003e人気のリバティプリントをあしらった愛らしいデザイン\u003c\/li\u003e\n\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\u003cp\u003e素材と品質にこだわりました。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e中肌着:\u003c\/strong\u003e オーガニック吊天竺（綿100%）\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eスタイ:綿100％\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eラトル（顔部分）:\u003c\/strong\u003e コンパクトパイル（綿100% \/ 中綿ポリエステル）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e共通:\u003c\/strong\u003e リバティプリント（リバティプリント生地を除きオーガニックコットン使用）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生産国:\u003c\/strong\u003e 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eギフトボックスのサイズと、アイテムの目安です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eギフトボックスサイズ:\u003c\/strong\u003e 約26cm×19cm×6cm\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\n\u003cli\u003e\n\u003cstrong\u003eカラー展開:\u003c\/strong\u003e NV （ネイビー） \/ PK （ピンク）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"IKUJI-KOBO(育児工房)","offers":[{"title":"ネイビー","offer_id":52008899903764,"sku":null,"price":10890.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":52008899936532,"sku":null,"price":10890.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-1719.jpg?v=1772321327"},{"product_id":"405009","title":"No.405009\/出産祝ギフトサンハット＆マルチクリップ(ボックス入・リバティプリント使用)","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\u003cspan\u003e赤ちゃんの誕生を祝う気持ちを形にしたギフト。赤ちゃんとの暮らしに役立つ様々なアイテムを詰めた出産祝いのセットです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-1699.jpg?v=1772321863\" 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\u003cspan\u003eセットに入っているアイテムはどれも赤ちゃんの生活の中で便利で役立つものを厳選しています。どれも先輩ママの声を生かして長年人気の商品が入っています。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-1696.jpg?v=1772321862\" 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\u003cspan\u003e育児工房の製品は、どれも国内専門工場で丁寧に生産されています。体が小さい赤ちゃんのために、サイズが小さいだけでなく細かい違いを大切にしています。大人にとっては気にならない違いも赤ちゃんにとっては大きいと考える、育児工房の考えが詰まったおすすめの製品をセットにしました。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-1700.jpg?v=1772321863\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション --\u003e\n\n\u003c!-- \/content-section (製品詳細) --\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お揃いのリバティプリントを使ったサンハット、マルチクリップの2点セット\u003c\/li\u003e\n\u003cli\u003e国内工場で生産するサンハット\u003c\/li\u003e\n\u003cli\u003e国内専門工場の丁寧なつくりのマルチクリップ\u003c\/li\u003e\n\u003cli\u003e人気のリバティプリントをあしらった愛らしいデザイン\u003c\/li\u003e\n\u003cli\u003e専用のオリジナルギフトボックス入りで、出産祝いに最適\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/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\n\u003cstrong\u003eリバティプリント：綿100%\u003c\/strong\u003e \u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eサンハット裏地部分：ポリエステル100％（UVカット）\u003c\/strong\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e生産国:\u003c\/strong\u003e 日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eギフトボックスのサイズと、アイテムの目安です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eギフトボックスサイズ:\u003c\/strong\u003e 約26cm×19cm×6cm\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\n\u003cli\u003e\n\u003cstrong\u003eカラー展開:\u003c\/strong\u003e NV （ネイビー） \/ PK （ピンク）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"IKUJI-KOBO(育児工房)","offers":[{"title":"ネイビー","offer_id":52008935325972,"sku":null,"price":7260.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":52008935358740,"sku":null,"price":7260.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG-1693.jpg?v=1772322064"}],"url":"https:\/\/ikuji-kobo.we-shop.jp\/collections\/%e3%83%9c%e3%83%83%e3%82%af%e3%82%b9%e3%82%ae%e3%83%95%e3%83%88-1.oembed","provider":"育児工房","version":"1.0","type":"link"}