{"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":"373707","title":"No.373707\/無地タオルハンカチ（オーガニックコットン使用）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eオーガニックコットンタオルハンカチ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e愛媛県今治地区で生産されるオーガニックのタオル生地を使用したタオルハンカチです。サイズは赤ちゃんには使いやすい約25cm×25cm。キナリの色が残ったシンプルなモデルです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/373701-1_99d66bd8-8694-4cb6-8420-46a6027b3675.jpg?v=1765262839\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eご自宅でもお出かけの時でも\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eお顔を拭いてあげたり食べこぼしのふき取りなど、赤ちゃんの生活シーンの中でハンカチはすごく役立つアイテムの1つです。洗い替え用を始めシーンによって使い分けるために何枚も揃えておきたい１つです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/373701-2.jpg?v=1765262839\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eプラスワンとして、ご自身での加工用として\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e無地のシンプルなデザインですので、そのままお使いいただくことはもちろん、ご自身で刺繍など様々に加工していただくことも可能です。オリジナルの1枚を作っていただくことにも向いています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/batch_IMG_2502.jpg?v=1765262839\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003eオーガニックのパイル素材を使用しており、赤ちゃんの様々なシーンで活躍します。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックパイル\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：IV\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"Default Title","offer_id":49477924421908,"sku":"4548711074614","price":1100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/373701-1_99d66bd8-8694-4cb6-8420-46a6027b3675.jpg?v=1765262839"},{"product_id":"420101","title":"No.420101\/オーガニック2wayコンビ肌着(無地)","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- ① 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を追求したモデルです\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリの優しい色合いが特徴のモデルです。生地は染色やプリントなど加工していくたびに少しずつですがその良さを失っていくと考えられ、漂白をしていない無地のキナリは、加工が最小限になることで生地の柔らかさが残るとされています。洗い替えもたくさん必要な赤ちゃんだから入れておきたい1枚です。\u003c\/p\u003e\n\u003cimg alt=\"ふっくら感触のオーガニック肌着のイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808100232-Photoroom.jpg?v=1763962963\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使えるコンビ肌着です\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e中肌着とコンビ肌着のどちらをきせたらいいの？どちらを何枚揃えたらいいの？そんな悩みを解決する新しい構造の肌着です。お股のボタンをそれぞれの足でとめればコンビ肌着、外して開けば中肌着として使えるので、必要なシーンに応じて簡単に切り替えられます。着替えの手間と選ぶ悩みを解消した、赤ちゃんのための新しい肌着です。\u003c\/p\u003e\n\u003cimg alt=\"短肌着とコンビ肌着を切り替えられる2way仕様のイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808100457-Photoroom.jpg?v=1763963201\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を届ける厳選素材\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着に使用されるオーガニック吊天竺は育児工房が別注生産で作る、赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"スナップのクローズアップイメージ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808100500-Photoroom.jpg?v=1763963201\"\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\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e赤ちゃんの生活の中では様々なシーンに応じて肌着1枚でもどれを選んであげたらいいのかを考えるのがママの悩みであると考えて生まれたのがこの2wayコンビ肌着です。ボタンのはめ替えで中肌着にもコンビ肌着にもなりますので、揃える前や着せてあげる前の悩みが解放されます。ボタンの切り替えでしたら、今着ているものを脱いで着替えるより手間もラクラク。ママの手間を減らすことで赤ちゃんへの愛情を増やしてほしい、そんな願いから生まれた新しい肌着です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（無地）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003e特徴：年間を通じて快適にお使いいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":51952583508244,"sku":null,"price":3630.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808100232-Photoroom.jpg?v=1763962963"},{"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":"411959","title":"No.411959  オーガンジーミニギフト・ヘアクリップ","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      width: 100%; \n      border-collapse: collapse; \n      border: 1px solid #E0DCD8; \n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #E0DCD8; \n      font-size: 0.9em; \n  }\n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #5A5A5A; \n  }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\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\u003cspan\u003eかわいらしいオーガンジー袋のラッピングに包んだコンパクトなギフトです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_a737f3c7-22f4-42ad-a5b6-7922db848122.jpg?v=1765357096\" 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\/IMG20250925141808-Photoroom_cf26c254-82f7-41e1-b96a-d3456732df64.jpg?v=1765357129\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかわいらしいヘアクリップを入れたギフトです\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e\u003cspan\u003e人気のリバティプリントを使用したかわいらしいヘアクリップです。2つの柄をセットにすることで、組み合わせを楽しんでいただけます。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250925142136-Photoroom_5c2249ec-e69c-4b5a-bf35-45d768fbfc72.jpg?v=1765357129\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\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\u003cli\u003e品質：綿100%（※パーツ・ラッピング部分を除く）\u003c\/li\u003e\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\n\u003cp\u003e赤ちゃんのお頭をかわいく飾るヘアクリップです。人気のリバティプリントを使用していますので、目を引き、赤ちゃんのかわいらしさを一層引き立てます。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"パープル","offer_id":51768755421460,"sku":"4548711085313","price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":51768762859796,"sku":"4548711085320","price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_a737f3c7-22f4-42ad-a5b6-7922db848122.jpg?v=1765357096"},{"product_id":"412309","title":"No.412309  オーガンジーミニギフト・ラトル＆ハンカチ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e出産祝いのミニギフト\u003c\/h3\u003e\n    \n    \u003cp class=\"body-text\"\u003e出産祝いにおすすめの贈りものです。ブルーとピンクの2色をご用意しました。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all-Photoroom.jpg?v=1765357606\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本製のやさしい肌ざわり\u003c\/h3\u003e\n    \n    \u003cp class=\"body-text\"\u003eラトルは\u003cstrong\u003e職人の手で一つひとつ丁寧に刺繍\u003c\/strong\u003eしています。\u003cstrong\u003e今治生産のオーガニックパイルガーゼ\u003c\/strong\u003eを使用しています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20241001152400_1.jpg?v=1765357617\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日使えるオーガニックアイテム\u003c\/h3\u003e\n    \n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e柔らかく軽い\u003c\/strong\u003e\u003cstrong\u003eオーガニック知多木綿ガーゼ\u003c\/strong\u003eで、\u003cstrong\u003e乾きが早く\u003c\/strong\u003eお出かけにも便利です。毎日使うものだからこそ、品質にこだわりました。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20241001151958_1.jpg?v=1765357630\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \n  \u003c!-- スペック・詳細セクション 終了 --\u003e\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\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\u003cli\u003e品質：綿100％ ※中綿ポリエステル\u003c\/li\u003e\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\n\u003cp\u003eお顔がかわいい赤ちゃんのお友達アイテムです。顔が前後に立体感があり、1つ1つ手で目と鼻を刺繍する職人さんの丁寧な仕事がかわいらしさにつながっています。\u003c\/p\u003e\n\u003cp\u003e毎日の生活の中で役立つアイテムです。今治生産のオーガニックパイルガーゼを使用しています。\u003c\/p\u003e\n\u003cp\u003e柔らかさと軽さを兼ね備えたオーガニック知多木綿ガーゼを使用したハンカチです。乾きも早いのでお出かけにも向いています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"ブルー","offer_id":51768768299284,"sku":"4548711085108","price":3520.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51768768332052,"sku":"4548711085092","price":3520.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all-Photoroom.jpg?v=1765357606"},{"product_id":"412409","title":"No.412409  オーガンジーミニギフト・ラトル＆ハンカチ(リバティ)","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\u003cspan\u003eかわいらしいオーガンジー袋のラッピングに包んだコンパクトなギフトです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_d60e50fd-57e6-4ca9-80bb-56d67b741284.jpg?v=1765358411\" 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\/IMG20250110161456.jpg?v=1765358411\" 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\/IMG20250110161548.jpg?v=1765358411\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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今治生産のオーガニックパイルガーゼを使用した、肌触り抜群のタオルハンカチ\u003cbr\u003e\n\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=\"point-list\"\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eラトル\u003c\/strong\u003e\u003c\/p\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\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eタオルハンカチ\u003c\/strong\u003e\u003c\/p\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\u003c\/ul\u003e\n\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タオルハンカチ: 綿100％ （今治生産オーガニックパイルガーゼ）\u003cbr\u003e\n\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\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":"ネイビー","offer_id":51768777638164,"sku":"4548711085160","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51768777670932,"sku":"4548711085153","price":3630.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_d60e50fd-57e6-4ca9-80bb-56d67b741284.jpg?v=1765358411"},{"product_id":"417009","title":"No.417009  オーガンジーミニギフト・ラトル＆ハンカチ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eちょっとしたお祝いの気持ちを贈るミニギフト\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eお祝いの気持ちに添えて贈るミニギフトです。育児工房の人気アイテムをかわいらしいオーガンジー袋のラッピングに包んだコンパクトなギフトです。\u003c\/p\u003e\n\u003cimg alt=\"オーガンジーミニギフト・ラトル＆ハンカチ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/417009.jpg?v=1765358621\"\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\/IMG20250925081343-Photoroom.jpg?v=1775961173\"\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\/417009.png?v=1765358621\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\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\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 シンプルながら人気のヒヨコがモチーフ\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e特徴:\u003c\/strong\u003e 1つ1つ手で目と鼻を刺繍する職人さんの丁寧な仕事がかわいらしさにつながっています\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\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 今治生産のオーガニックパイルガーゼ\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\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"アイボリー","offer_id":51768779735316,"sku":"4548711086099","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/417009.jpg?v=1765358621"},{"product_id":"420701","title":"No.420701\/オーガニック2wayコンビ肌着(コンペイトウ)","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。にさりげないかわいらしさをプラスしたモデルです\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリの優しい色合いに小さな星がモチーフのコンペイトウ柄プリントを施したモデルです。さりげないプリントが赤ちゃんのかわいらしさを引き立てて、魅力をプラスします。きもちいい。に着替えるときに「選ぶ楽しみ」をプラスしたプリントモデルです。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_a874dd7e-d2df-4b12-9151-1b711de17a96.jpg?v=1765410876\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使えるコンビ肌着です\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e中肌着とコンビ肌着のどちらをきせたらいいの？どちらを何枚揃えたらいいの？そんな悩みを解決する新しい構造の肌着です。お股のボタンをそれぞれの足でとめればコンビ肌着、外して開けば中肌着として使えるので、必要なシーンに応じて簡単に切り替えられます。着替えの手間と選ぶ悩みを解消した、赤ちゃんのための新しい肌着です。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20251210_152800440-Photoroom.jpg?v=1765411066\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を届ける厳選素材\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着に使用されるオーガニック吊天竺は育児工房が別注生産で作る、赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20251210_152824460-Photoroom.jpg?v=1765411066\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e赤ちゃんの生活の中では様々なシーンに応じて肌着1枚でもどれを選んであげたらいいのかを考えるのがママの悩みであると考えて生まれたのがこの2wayコンビ肌着です。ボタンのはめ替えで中肌着にもコンビ肌着にもなりますので、揃える前や着せてあげる前の悩みが解放されます。ボタンの切り替えでしたら、今着ているものを脱いで着替えるより手間もラクラク。ママの手間を減らすことで赤ちゃんへの愛情を増やしてほしい、そんな願いから生まれた新しい肌着です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（コンペイトウプリント）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003e特徴：年間を通じて快適にお使いいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：ブルー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"ブルー \/ First50-70cm","offer_id":51952583573780,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ First50-70cm","offer_id":51969927217428,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_a874dd7e-d2df-4b12-9151-1b711de17a96.jpg?v=1765410876"},{"product_id":"420801","title":"No.420801\/オーガニック2wayコンビ肌着(さくらんぼ)","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。にさりげないかわいらしさをプラスしたモデルです\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリの優しい色合いにサクランボの小さなモチーフのプリントを施したモデルです。小さなサクランボとそこに描かれたグレーの葉が、さりげなく女の子をアピールする1枚です。きもちいい。に着替えるときに「選ぶ楽しみ」をプラスしたプリントモデルです。\u003c\/p\u003e\n\u003cimg alt=\"柔らかなオーガニック吊天竺素材の肌着\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808095653-Photoroom.jpg?v=1765411398\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使えるコンビ肌着です\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\/IMG20250808095707-Photoroom.jpg?v=1765411398\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を届ける厳選素材\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着に使用されるオーガニック吊天竺は育児工房が別注生産で作る、赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"2wayで長く使える肌着\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808095957-Photoroom.jpg?v=1765411398\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e赤ちゃんの生活の中では様々なシーンに応じて肌着1枚でもどれを選んであげたらいいのかを考えるのがママの悩みであると考えて生まれたのがこの2wayコンビ肌着です。ボタンのはめ替えで中肌着にもコンビ肌着にもなりますので、揃える前や着せてあげる前の悩みが解放されます。ボタンの切り替えでしたら、今着ているものを脱いで着替えるより手間もラクラク。ママの手間を減らすことで赤ちゃんへの愛情を増やしてほしい、そんな願いから生まれた新しい肌着です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（サクランボプリント）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003e特徴：年間を通じて快適にお使いいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":51952583606548,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808095653-Photoroom.jpg?v=1765411398"},{"product_id":"421101","title":"No.421101\/オーガニック2wayコンビ肌着(リバティ)","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\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。に人気のリバティプリントが高級感を演出したモデルです\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリの優しい色合いをベースにパイピングに人気のリバティプリントを採用。リバティのおしゃれなプリント柄がさりげないおしゃれを演出します。ベースの素材の優しい色合いとリバティプリントのコントラストが赤ちゃんのかわいらしさを引き立てて、魅力をプラスします。きもちいい。に着替えるときに「選ぶ楽しみ」をプラスしたプリントモデルです。\u003c\/p\u003e\n\u003cimg alt=\"リバティプリントの新生児肌着\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_fa143789-71d5-4b59-a385-79858b1295c8.jpg?v=1765411702\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使えるコンビ肌着です\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\/IMG_20251210_154111006-Photoroom.jpg?v=1765411941\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を届ける厳選素材\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着に使用されるオーガニック吊天竺は育児工房が別注生産で作る、赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"新生児肌着の股下スナップボタン\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20251210_154132923-Photoroom.jpg?v=1765411941\"\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\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e赤ちゃんの生活の中では様々なシーンに応じて肌着1枚でもどれを選んであげたらいいのかを考えるのがママの悩みであると考えて生まれたのがこの2wayコンビ肌着です。ボタンのはめ替えで中肌着にもコンビ肌着にもなりますので、揃える前や着せてあげる前の悩みが解放されます。ボタンの切り替えでしたら、今着ているものを脱いで着替えるより手間もラクラク。ママの手間を減らすことで赤ちゃんへの愛情を増やしてほしい、そんな願いから生まれた新しい肌着です。\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\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺※リバティプリントの素材は通常コットンです\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003e特徴：年間を通じて快適にお使いいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：ネイビー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"育児工房","offers":[{"title":"ネイビー \/ First50-70cm","offer_id":51969926955284,"sku":null,"price":4290.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク \/ First50-70cm","offer_id":51969926988052,"sku":null,"price":4290.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_fa143789-71d5-4b59-a385-79858b1295c8.jpg?v=1765411702"},{"product_id":"420901","title":"No.420901\/オーガニック2wayコンビ肌着(恐竜)","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { \n    width: 100%; \n    white-space: nowrap; \n    font-size: 14px !important; \n    border-collapse: collapse; \n    border: 1px solid #E0DCD8; \n  }\n  .spec-table th, .spec-table td { \n    padding: 12px 8px; \n    border: 1px solid #E0DCD8; \n    font-size: 0.9em; \n  }\n  .spec-table th { \n    background-color: rgba(125, 125, 125, 0.1); \n    font-weight: bold; \n    color: #5A5A5A; \n  }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。にさりげないかわいらしさをプラスしたモデルです\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリの優しい色合いに恐竜モチーフのプリントを施したモデルです。小さいながら力強い恐竜が動き回るデザインは赤ちゃんのかわいらしさを引き立てます。きもちいい。に着替えるときに「選ぶ楽しみ」をプラスしたプリントモデルです。\u003c\/p\u003e\n\u003cimg alt=\"恐竜柄のオーガニック肌着\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808094559-Photoroom.jpg?v=1765412208\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使えるコンビ肌着です\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\/IMG20250808094629-Photoroom.jpg?v=1765412208\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を届ける厳選素材\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着に使用されるオーガニック吊天竺は育児工房が別注生産で作る、赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"2way仕様の肌着\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808095426-Photoroom.jpg?v=1765412208\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e赤ちゃんの生活の中では様々なシーンに応じて肌着1枚でもどれを選んであげたらいいのかを考えるのがママの悩みであると考えて生まれたのがこの2wayコンビ肌着です。ボタンのはめ替えで中肌着にもコンビ肌着にもなりますので、揃える前や着せてあげる前の悩みが解放されます。ボタンの切り替えでしたら、今着ているものを脱いで着替えるより手間もラクラク。ママの手間を減らすことで赤ちゃんへの愛情を増やしてほしい、そんな願いから生まれた新しい肌着です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（恐竜プリント）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003e特徴：年間を通じて快適にお使いいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":51952583639316,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250808094559-Photoroom.jpg?v=1765412208"},{"product_id":"422001","title":"No.422001\/オーガニック2wayコンビ肌着(ミモザ)","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み（背景色担当） ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FCFAF8; \n      font-family: 游ゴシック体, Yu Gothic, Noto Sans JP, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif; \n      \n      \/* ★変更: 背景色を画面いっぱいに広げる *\/\n      width: 100%;\n      max-width: none !important; \/* 親テーマの影響を打ち消す *\/\n      \n      \/* ★変更: 画面端から最低30pxの余白を確保 *\/\n      padding: 40px 30px; \n      box-sizing: border-box;\n      \n      margin: 0;\n      color: #5A5A5A;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ 中身のコンテンツ（幅制限・中央寄せ担当） ▼▼▼ *\/\n  \/* 各セクションの中身だけを読みやすい幅(800px)に制限して中央に寄せる *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #E0DCD8;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5A5A5A; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #E0DCD8; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5A5A5A; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #A0A0A0; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B7A69A40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* アコーディオン（角丸反映・14px固定） *\/\n  details.spec-details { \n      border: 1px solid #E0DCD8;\n      border-radius: 4px;\n      background-color: #FCFAF8; \n      color: #5A5A5A;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5A5A5A; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FCFAF8; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #B7A69A; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0DCD8; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #FCFAF8; color: #5A5A5A; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"◆\"; color: #B7A69A; font-size: 0.8em; top: 4px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #A0A0A0; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5A5A5A; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #A0A0A0; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #B7A69A; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #5A5A5A; margin-bottom: 12px; border-bottom: 1px solid #B7A69A; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0DCD8; th, td { padding: 12px 8px; border: 1px solid #E0DCD8; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5A5A5A; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。にさりげないかわいらしさをプラスしたモデルです\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリの優しい色合いに人気のミモザをモチーフにしたプリントモデルです。さりげないトーンのプリントが赤ちゃんのかわいらしさを引き立てて、魅力をプラスします。きもちいい。に着替えるときに「選ぶ楽しみ」をプラスしたプリントモデルです。\u003c\/p\u003e\n\u003cimg alt=\"ミモザ柄の新生児用オーガニック肌着\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250711135301-Photoroom.jpg?v=1765412422\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使えるコンビ肌着です\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\/IMG20250711135305-Photoroom.jpg?v=1765412422\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を届ける厳選素材\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着に使用されるオーガニック吊天竺は育児工房が別注生産で作る、赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"短肌着とコンビ肌着に切り替わる様子のイメージ図\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250711135500-Photoroom.jpg?v=1765412422\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e赤ちゃんの生活の中では様々なシーンに応じて肌着1枚でもどれを選んであげたらいいのかを考えるのがママの悩みであると考えて生まれたのがこの2wayコンビ肌着です。ボタンのはめ替えで中肌着にもコンビ肌着にもなりますので、揃える前や着せてあげる前の悩みが解放されます。ボタンの切り替えでしたら、今着ているものを脱いで着替えるより手間もラクラク。ママの手間を減らすことで赤ちゃんへの愛情を増やしてほしい、そんな願いから生まれた新しい肌着です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（ミモザプリント）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003e特徴：年間を通じて快適にお使いいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":51952583901460,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250711135301-Photoroom.jpg?v=1765412422"},{"product_id":"422301","title":"No.422301\/オーガニック2wayコンビ肌着(クマプリント)","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\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=\"オーガニック2wayコンビ肌着(クマプリント)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250711134931-Photoroom_02f4f166-c768-4ca0-b9bb-0bd07d646625.jpg?v=1765412720\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e2つの形を切り替えて使えるコンビ肌着です\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e中肌着とコンビ肌着のどちらをきせたらいいの？どちらを何枚揃えたらいいの？そんな悩みを解決する新しい構造の肌着です。お股のボタンをそれぞれの足でとめればコンビ肌着、外して開けば中肌着として使えるので、必要なシーンに応じて簡単に切り替えられます。着替えの手間と選ぶ悩みを解消した、赤ちゃんのための新しい肌着です。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック2wayコンビ肌着(クマプリント)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250711135648-Photoroom_601c129f-2fe6-4b1f-9220-8b906e389168.jpg?v=1765412720\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eきもちいい。を届ける厳選素材\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e肌着に使用されるオーガニック吊天竺は育児工房が別注生産で作る、赤ちゃんのための特別な素材です。通常の10～15分の1と言われるほどゆっくりと編み上げられることで、赤ちゃんをやさしく包むきもちいい。を生み出します。\u003c\/p\u003e\n\u003cimg alt=\"オーガニック2wayコンビ肌着(クマプリント)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250711134937-Photoroom.jpg?v=1765412720\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\u003e赤ちゃんの生活の中では様々なシーンに応じて肌着1枚でもどれを選んであげたらいいのかを考えるのがママの悩みであると考えて生まれたのがこの2wayコンビ肌着です。ボタンのはめ替えで中肌着にもコンビ肌着にもなりますので、揃える前や着せてあげる前の悩みが解放されます。ボタンの切り替えでしたら、今着ているものを脱いで着替えるより手間もラクラク。ママの手間を減らすことで赤ちゃんへの愛情を増やしてほしい、そんな願いから生まれた新しい肌着です。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニック吊天竺（クマプリント）\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003cli\u003e特徴：年間を通じて快適にお使いいただけます\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eサイズ：First（50~70cm）\u003c\/li\u003e\n\u003cli\u003eカラー：アイボリー\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"育児工房","offers":[{"title":"アイボリー \/ First50-70cm","offer_id":51952583934228,"sku":null,"price":3960.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250711134931-Photoroom_02f4f166-c768-4ca0-b9bb-0bd07d646625.jpg?v=1765412720"},{"product_id":"426859","title":"No.426859  オーガンジーミニギフト・ヘアクリップ(同色セット)","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      width: 100%; \n      border-collapse: collapse; \n      border: 1px solid #E0DCD8; \n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #E0DCD8; \n      font-size: 0.9em; \n  }\n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #5A5A5A; \n  }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0DCD8; background: #F8F6F4; padding: 20px; border-radius: 4px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5A5A5A; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0DCD8; padding-bottom: 5px; word-break: keep-all; }\n\n  \/* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ *\/\n  @media (max-width: 600px) {\n      .product-wrapper { \n          \/* スマホでは横幅を有効に使うため少し狭める *\/\n          padding: 30px 20px; \n          line-height: 1.6; \n      }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\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\/all_d77a5fa7-bd6f-4597-a1fa-fec1ef5a07b1.jpg?v=1775960764\"\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\/IMG_20260213_091400464-Photoroom_717893ec-c48e-48c0-85c1-91118c657190.jpg?v=1775960764\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eかわいらしいヘアクリップを入れたギフトです\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e人気のリバティプリントを使用したかわいらしいヘアクリップです。2つの柄をセットにすることで、組み合わせを楽しんでいただけます。\u003c\/p\u003e\n\u003cimg alt=\"オーガンジーミニギフト・ヘアクリップ(同色セット)\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260213_091516736-Photoroom_8c7b4635-cf55-4a34-a3d4-2d16d32b030d.jpg?v=1775960764\"\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cdiv class=\"spec-content\"\u003e\u003cp\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\u003cli\u003e品質：綿100%（※パーツ・ラッピング部分を除く）\u003c\/li\u003e\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\n\u003cp\u003e赤ちゃんのお頭をかわいく飾るヘアクリップです。人気のリバティプリントを使用していますので、目を引き、赤ちゃんのかわいらしさを一層引き立てます。同色を2点セットにしたモデルです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"パープル","offer_id":52001149288724,"sku":"4548711088284","price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":52001149321492,"sku":"4548711088291","price":1760.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":52001172521236,"sku":"4548711088307","price":1760.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_6230f528-4e50-45eb-9b95-1adb91a6c879.jpg?v=1772181922"},{"product_id":"409009","title":"No.409009\/耳付きガーゼパイルハンカチ（オーガニックコットン使用）","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愛媛県今治地区で生産されるオーガニックのガーゼパイル生地を使用したタオルハンカチです。サイズは赤ちゃんには使いやすい約23cm×23cm。キナリの色合いと周囲のリバティプリントが特徴のモデルです。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250319132740-Photoroom.jpg?v=1772256736\" 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ハンカチの片隅には刺繍で表現した目鼻とお耳のモチーフが付いています。機能だけでなくかわいらしさを表現した1枚です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250319132801-Photoroom.jpg?v=1772256736\" 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素材には片面ガーゼ、片面パイルのガーゼタオルを使用。さらりとしたタッチのガーゼ面と吸水性のあるふっくらしたタオル面の2つの表情を使い分けしていただけます。ご自宅だけでなくお出かけ時にも役立つ1枚です。\u003c\/span\u003e\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250319132751-Photoroom.jpg?v=1772256736\" 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\u003cp\u003eオーガニックのガーゼパイル素材を使用しており、赤ちゃんの様々なシーンで活躍します。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックガーゼパイル\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：IV\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"Default Title","offer_id":52005269897492,"sku":"4548711074614","price":1540.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG20250319132736-Photoroom.jpg?v=1772256736"},{"product_id":"426507","title":"No.426507\/おりこうタオルエプロン（オーガニックコットン使用）","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\/IMG_20260310_144449376.jpg?v=1773124273\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e今治生産のガーゼパイルにより上質で使いやすい1枚に\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e素材はタオルで有名な今治で生産されたガーゼパイル。\u003cstrong\u003e吸水性\u003c\/strong\u003eに優れ、ソフトな肌触りが赤ちゃんにおすすめです。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/IMG_20260310_144311957.jpg?v=1773124273\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e赤ちゃんとの暮らしで便利な1枚\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\/IMG_20260310_144459975.jpg?v=1773124274\" 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\u003cp\u003eオーガニックのガーゼパイル素材を使用しており、赤ちゃんの様々なシーンで活躍します。\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：オーガニックパイル・リバティタナローン※リバティプリントはオーガニックコットンではありません\u003c\/li\u003e\n\u003cli\u003e品質：綿100％\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\u003csummary class=\"spec-summary\"\u003eサイズ・カラー・生産国\u003c\/summary\u003e\u003cdiv class=\"spec-content\"\u003e\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eカラー：ネイビー・ピンク\u003c\/li\u003e\n\u003cli\u003e生産国：日本\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eキナリのモデルは、綿が本来持つ色をそのまま生かしているため、所々に「葉かす」と呼ばれる茶色や黒っぽい斑点が混じることがありますが、品質には問題ありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"オーガニックコットンのベビー服｜育児工房","offers":[{"title":"ネイビー","offer_id":52145796186388,"sku":"4548711088222","price":2420.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":52145796219156,"sku":"4548711088239","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0902\/8534\/2996\/files\/all_908d6cec-ddbd-4b3d-b4ec-bb4011541052.jpg?v=1773124273"}],"url":"https:\/\/ikuji-kobo.we-shop.jp\/collections\/%e3%82%aa%e3%83%bc%e3%82%ac%e3%83%8b%e3%83%83%e3%82%af%e3%82%b3%e3%83%83%e3%83%88%e3%83%b3.oembed","provider":"育児工房","version":"1.0","type":"link"}