{"product_id":"integrated-pump-baby-seat-rjc","title":"一体型ポンプ付きベビーシート","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Baby Inflatable Support Seat\nTarget Audience: Parents of infants (3m+), seeking safe, convenient, and comfortable seating solutions.\nVisual Style: Soft, reassuring, clean, and modern. Emphasizing safety and comfort.\nColor Strategy: Mint Green primary (#4db6ac) for a fresh, calming baby-friendly vibe, paired with high-contrast dark gray text and pure white\/light-mint backgrounds.\nShape Strategy: Radius 16px~24px to completely eliminate sharp edges, reflecting the soft nature of the product.\nTypography Strategy: Large Type \/ Mobile-first readable. H1 peaks at 44px, Body text heavily legible at 18-20px. Comfort line-height applied.\nMobile Table Strategy: Card-based (No horizontal scroll). Fully responsive layout.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4, Feature4=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* CSS System Definitions *\/\n    .product-detail-container {\n      --primary: #4db6ac;\n      --primary-hover: #26a69a;\n      --text-main: #2c3e50;\n      --text-sub: #546e7a;\n      --bg-body: #ffffff;\n      --bg-card: #f4fbf9;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 16px rgba(0,0,0,0.04);\n      --shadow-lg: 0 12px 32px rgba(44, 62, 80, 0.08);\n      --border-color: #e2e8f0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n      \/* Anti-spill \u0026 Anti-crop *\/\n      overflow: hidden; \n    }\n\n    .product-detail-container *, \n    .product-detail-container *::before, \n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 { \n      font-size: clamp(34px, 5vw, 44px); \n      line-height: 1.2; \n      margin-top: 0;\n      margin-bottom: 1.2rem; \n      color: var(--text-main); \n      font-weight: 800; \n      letter-spacing: -0.02em;\n    }\n    .product-detail-container h2 { \n      font-size: clamp(26px, 3.5vw, 32px); \n      line-height: 1.3; \n      margin-top: 0;\n      margin-bottom: 1rem; \n      color: var(--text-main); \n      font-weight: 700; \n    }\n    .product-detail-container h3 { \n      font-size: clamp(20px, 2.5vw, 24px); \n      line-height: 1.4; \n      margin-top: 0;\n      margin-bottom: 0.8rem; \n      color: var(--text-main); \n      font-weight: 600; \n    }\n    .product-detail-container p { \n      font-size: clamp(18px, 2vw, 20px); \n      margin-top: 0;\n      margin-bottom: 1.5rem; \n      color: var(--text-sub); \n    }\n    .product-detail-container p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Layout Spacing *\/\n    .pd-section { \n      margin-bottom: clamp(4rem, 8vw, 6rem); \n    }\n\n    \/* Image Rules - Strict Anti-distortion *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: #f8f9fa;\n      border: 2px dashed #ced4da;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: clamp(18px, 2vw, 22px);\n      color: #6c757d;\n      font-weight: bold;\n    }\n\n    \/* Component: Hero Section *\/\n    .pd-hero { \n      text-align: center; \n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    .pd-hero-content { \n      max-width: 800px; \n      margin: 0 auto 3rem auto; \n    }\n    .pd-social-proof { \n      display: inline-block; \n      background: var(--bg-card); \n      padding: 0.8rem 1.5rem; \n      border-radius: 50px; \n      font-weight: 600; \n      color: var(--primary); \n      font-size: clamp(16px, 1.8vw, 18px); \n      margin-bottom: 2rem; \n    }\n    .pd-visual-badges { \n      display: flex; \n      flex-wrap: wrap; \n      justify-content: center; \n      gap: 1rem; \n      margin-top: 2rem; \n    }\n    .pd-badge { \n      background: var(--bg-body); \n      border: 2px solid var(--bg-card); \n      padding: 0.8rem 1.2rem; \n      border-radius: 12px; \n      font-weight: 600; \n      color: var(--text-sub); \n      font-size: 16px; \n      box-shadow: var(--shadow-sm); \n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Component: Feature Grid (Mobile Ordered Lock) *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n      align-items: center;\n    }\n    .pd-feature-media, .pd-feature-copy {\n      width: 100%;\n    }\n    .pd-feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Desktop Z-Pattern *\/\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media {\n        width: 55%;\n      }\n      .pd-feature-copy {\n        width: 45%;\n      }\n    }\n\n    \/* Component: Specifications Table (Mobile Card Lock) *\/\n    .pd-specs-section { \n      background: var(--bg-card); \n      padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem); \n      border-radius: var(--radius-lg); \n    }\n    .pd-specs-title {\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n    .pd-table { \n      width: 100%; \n      border-collapse: collapse; \n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .pd-table th, .pd-table td { \n      padding: 1.5rem; \n      text-align: left; \n      border-bottom: 1px solid var(--border-color); \n      font-size: clamp(18px, 2vw, 20px); \n    }\n    .pd-table th { \n      font-weight: 600; \n      color: var(--text-main); \n      background-color: rgba(77, 182, 172, 0.05);\n      width: 35%;\n    }\n    .pd-table td { \n      color: var(--text-sub); \n    }\n    .pd-table tr:last-child th,\n    .pd-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .pd-table, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table th { display: none; } \/* Hide headers on mobile *\/\n      .pd-table tr {\n        margin-bottom: 0;\n        border-bottom: 6px solid var(--bg-card);\n      }\n      .pd-table tr:last-child {\n        border-bottom: none;\n      }\n      .pd-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 1.2rem 1.5rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.5rem;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* Component: FAQ Section *\/\n    .pd-faq-section {\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    .pd-faq-title { \n      text-align: center; \n      margin-bottom: clamp(3rem, 5vw, 4rem); \n    }\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .pd-faq-item { \n      background: var(--bg-body); \n      padding: clamp(1.5rem, 3vw, 2.5rem); \n      border-radius: var(--radius-md); \n      box-shadow: var(--shadow-sm); \n      border: 1px solid var(--border-color); \n    }\n    .pd-faq-item h3 { \n      color: var(--primary); \n      margin-bottom: 1rem; \n      display: flex;\n      gap: 1rem;\n      align-items: flex-start;\n    }\n    .pd-faq-item h3::before {\n      content: \"Q.\";\n      font-weight: 800;\n      color: var(--primary);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e👶 毎日の食事や遊びに親から愛されています\u003c\/div\u003e\n\n\u003ch1\u003e赤ちゃんのための快適で安全なバイオニックサポートシート\u003c\/h1\u003e\n\n\u003cp\u003e赤ちゃんに必要な柔らかな抱擁を。完璧に成形されたこのインフレータブルシートは、赤ちゃんが安全に座り、遊び、世界を探検する間、発達中の背骨を守ります。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-visual-badges\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🌿 肌に優しいPVC\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e💧 100%防水\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e⏱️ 3分で膨らむ内蔵ポンプ\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/3e1a8589ab60a427869a9377b3151fab.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/b638b26fb226f305b2f0c18bea6d475b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e背骨保護のためのバイオニックデザイン\u003c\/h2\u003e\n\n\u003cp\u003e母親の腕の優しい包み込みを模したバイオニックデザインが心地よい抱擁感を提供。大きくカーブした高い背もたれがしっかりと支え、赤ちゃんの繊細な背骨を守りながら座る成長をサポートします。\u003c\/p\u003e\n\n\u003cp\u003e厚みのある背面エアバッグが衝撃を二重に吸収し、毎回快適で安全な姿勢を確保します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/31c3c0d828106a57a84968d38ef37900.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e高級でお手入れ簡単な素材\u003c\/h2\u003e\n\n\u003cp\u003e非常に柔らかく高品質なPVCで作られており、完全に無毒でプラスチック臭もありません。赤ちゃんの敏感な肌に非常に優しい素材です。\u003c\/p\u003e\n\n\u003cp\u003e食事の時に汚れても問題なし。完全防水の表面なので、こぼれたものやピューレを湿った布でさっと拭き取れます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/188dfad3887dd92026d4a49a8a76f86e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e究極の便利さを実現する内蔵ポンプ\u003c\/h2\u003e\n\n\u003cp\u003e空気ポンプを探す手間は不要です。内蔵ポンプを上下に押すだけで、3分以内に椅子が完全に膨らみます。高度な漏れ防止バルブにより、遊んでいる間もシートはしっかりとしたままです。\u003c\/p\u003e\n\n\u003cp\u003e片付ける時はバルブをつまんで素早く空気を抜きます。平らに折りたためてコンパクトになるので、休暇やキャンプ、おばあちゃんの家への旅行に最適な座席ソリューションです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327174920\/96e6377c9ffe4a175e23b94ff079a6cd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e1つのシートで無限の可能性\u003c\/h2\u003e\n\n\u003cp\u003eライフスタイルに合わせて設計。自宅での安全な食事用チェア、読み聞かせの快適な場所、または自立遊びの楽しいフロアシートとして使えます。\u003c\/p\u003e\n\n\u003cp\u003e軽量で持ち運びやすいため、ビーチでのアウトドアラウンジャーや家族のピクニック中の安全な休憩場所としても優れています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-section\"\u003e\n\u003ch2 class=\"pd-specs-title\"\u003e製品仕様\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e推奨年齢\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003e生後3ヶ月以上\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e最大耐荷重\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Maximum Weight Capacity\"\u003e30.4 kg \/ 67 lbs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e寸法（幅×奥行×高さ）\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (W x D x H)\"\u003e49.8 cm x 50.8 cm x 38.1 cm\u003cbr\u003e\n\t\t\t(49.8 cm x 50.8 cm x 38.1 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e素材\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e耐久性があり無毒で肌に優しいPVC\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e膨らませ方\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Inflation Method\"\u003e内蔵プッシュ式エアポンプ（約3分でセットアップ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section pd-faq-section\"\u003e\n\u003ch2 class=\"pd-faq-title\"\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eこのシートは座り始めたばかりの赤ちゃんに適していますか？\u003c\/h3\u003e\n\n\u003cp\u003eはい、もちろんです。このシートはバイオニックな包み込むデザインと高くカーブした背もたれを備えており、赤ちゃんの背骨を支え、体幹を鍛えながら転倒を防ぎます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e赤ちゃんが食べ物をこぼした場合のお手入れはどれくらい簡単ですか？\u003c\/h3\u003e\n\n\u003cp\u003eお手入れは非常に簡単です。高品質の防水PVC製なので、食べこぼしや汚れが染み込みません。湿った布やベビー用おしりふきで表面を拭くだけで、次の使用準備が整います。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e別売りの空気ポンプは必要ですか？\u003c\/h3\u003e\n\n\u003cp\u003e追加の工具は一切不要です！シートにはスマートな内蔵ポンプが付いています。ポンピングコラムを上下に押すだけで数分で膨らみます。空気も簡単に抜けてコンパクトに折りたためるので、旅行にも最適です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"テディベア","offer_id":48044510314708,"sku":"0328-14225833","price":21.95,"currency_code":"USD","in_stock":true},{"title":"スイートベア","offer_id":48044510347476,"sku":"0328-14223141","price":21.95,"currency_code":"USD","in_stock":true},{"title":"オリーブフルーツ","offer_id":48044510380244,"sku":"0328-14221145","price":21.95,"currency_code":"USD","in_stock":true},{"title":"かわいいイチゴ","offer_id":48044510413012,"sku":"0328-14222120","price":21.95,"currency_code":"USD","in_stock":true},{"title":"小さな黄色いアヒル","offer_id":48044510445780,"sku":"0328-14221666","price":21.95,"currency_code":"USD","in_stock":true},{"title":"ピンクのチューリップ","offer_id":48044510478548,"sku":"0328-14223319","price":21.95,"currency_code":"USD","in_stock":true},{"title":"小さなトラ","offer_id":48044510511316,"sku":"0328-14225806","price":21.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/3e1a8589ab60a427869a9377b3151fab.jpg?v=1780487091","url":"https:\/\/omurio.com\/ja\/products\/integrated-pump-baby-seat-rjc","provider":"Omurio","version":"1.0","type":"link"}