{"product_id":"700ml-emergency-gel-urinal-rjc","title":"700ml 緊急用ジェル尿器 Rjc","description":"\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n[AI Design Logic]\nProduct Type: Emergency\/Outdoor Utility (Disposable Urinal Bags)\nTarget Audience: Travelers, campers, parents, pregnant women, elderly, people in traffic jams.\nVisual Style: Clean, Reliable, Medical-grade Trust, Accessible.\nColor Strategy: Trust Blue (--primary), Safe Green accent, Clean Light Gray backgrounds for a hygienic feel.\nShape Strategy: Radius 16px for a friendly, safe, and non-threatening aesthetic.\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 34~44px, Body at 18~20px).\nMobile Table Strategy: Card-based data list (No horizontal scroll, purely vertical).\nImage Mapping: Hero=image_1, Gel=image_2, Portable=image_3, Unisex=image_4, Seal=image_5.\n--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    \/* Color System *\/\n    --primary: #0A58CA; \/* Trustworthy Blue *\/\n    --accent: #198754; \/* Safety\/Success Green *\/\n    --bg-body: #ffffff;\n    --bg-card: #f8f9fa; \/* Clean light gray *\/\n    --text-main: #212529;\n    --text-sub: #495057;\n    --border-color: #dee2e6;\n    \n    \/* Radius \u0026 Shadows *\/\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 12px rgba(0,0,0,0.05);\n    \n    \/* Spacing *\/\n    --section-gap: clamp(3rem, 6vw, 5rem);\n    --element-gap: clamp(1.5rem, 3vw, 2.5rem);\n  }\n\n  \/* Global Reset \u0026 Box Sizing *\/\n  .product-detail-container {\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  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    color: var(--text-main);\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3.5vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin-bottom: 0.8rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 1rem;\n  }\n\n  \/* Image Placeholders \/ Rules *\/\n  .product-detail-container .image-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: var(--bg-card);\n    border: 2px dashed #adb5bd;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    color: var(--text-sub);\n    text-align: center;\n    padding: 2rem;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    display: flex;\n    flex-direction: column;\n    gap: var(--element-gap);\n    margin-bottom: var(--section-gap);\n    margin-top: clamp(1rem, 3vw, 3rem);\n  }\n\n  .hero-content {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* Trust Badges (Non-interactive) *\/\n  .trust-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n\n  .trust-badge-item {\n    background-color: #e2eafc;\n    color: var(--primary);\n    padding: 0.6rem 1.2rem;\n    border-radius: 50px;\n    font-size: clamp(16px, 1.8vw, 18px);\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Features Section - Z-Pattern Desktop \/ Locked Single-Col Mobile *\/\n  .features-section {\n    display: flex;\n    flex-direction: column;\n    gap: var(--section-gap);\n    margin-bottom: var(--section-gap);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--element-gap);\n    align-items: center;\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  .feature-copy ul {\n    list-style: none;\n    margin-top: 1rem;\n  }\n\n  .feature-copy li {\n    font-size: clamp(16px, 1.8vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 0.8rem;\n    padding-left: 1.8rem;\n    position: relative;\n  }\n\n  .feature-copy li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--accent);\n    font-weight: bold;\n    font-size: 1.2rem;\n  }\n\n  \/* Specifications Table (Card-based on mobile) *\/\n  .specs-section {\n    margin-bottom: var(--section-gap);\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-section h2 {\n    text-align: center;\n    margin-bottom: var(--element-gap);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table th, \n  .specs-table td {\n    padding: 1.2rem;\n    text-align: left;\n    font-size: clamp(16px, 1.8vw, 18px);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    background-color: transparent;\n    font-weight: 700;\n    color: var(--text-main);\n    width: 40%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: var(--section-gap);\n  }\n\n  .faq-section h2 {\n    text-align: center;\n    margin-bottom: var(--element-gap);\n  }\n\n  .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 1.5rem;\n    margin-bottom: 1rem;\n  }\n\n  .faq-question {\n    font-size: clamp(18px, 2vw, 22px);\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: 0.5rem;\n  }\n\n  .faq-answer {\n    font-size: clamp(16px, 1.8vw, 18px);\n    color: var(--text-sub);\n  }\n\n  \/* Desktop Enhancements (Z-Pattern \u0026 Grid) *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      justify-content: space-between;\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, \n    .feature-copy {\n      width: 47%; \/* Leaves 6% gap organically via flex-between *\/\n    }\n\n    .specs-table tr:last-child td,\n    .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n  }\n\n  \/* Mobile Overrides (Strict adherence to guidelines) *\/\n  @media (max-width: 767px) {\n    \/* Ensure features are ALWAYS Image on top, text on bottom *\/\n    .feature-item {\n      flex-direction: column !important;\n    }\n    \n    .feature-media {\n      order: 1;\n    }\n    \n    .feature-copy {\n      order: 2;\n    }\n\n    \/* Mobile Specs Table -\u003e Cards (No Horizontal Scrolling) *\/\n    .specs-table table, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .specs-table thead {\n      display: none;\n    }\n\n    .specs-table tr {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: #ffffff;\n      padding: 1rem;\n    }\n\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      padding: 0.8rem 0;\n      border-bottom: 1px solid #f1f3f5;\n    }\n\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.3rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eどこでもいつでも緊急時の安心を。\u003c\/h1\u003e\n\u003ch2\u003e無臭、漏れ防止、ポケットサイズで旅行やキャンプ、予期せぬ状況に安心を提供します。\u003c\/h2\u003e\n\u003cp\u003e20枚入り男女兼用使い捨て尿袋は、生活の緊急事態に対応します。渋滞中、野外キャンプ、妊婦や患者のケアなど、信頼できる衛生的な安心感を体験してください。\u003c\/p\u003e\n\u003cdiv class=\"trust-badges\"\u003e\u003cspan class=\"trust-badge-item\"\u003e💧 60秒ジェル技術\u003c\/span\u003e \u003cspan class=\"trust-badge-item\"\u003e🛡️ 100% 漏れ防止\u003c\/span\u003e \u003cspan class=\"trust-badge-item\"\u003e🚻 男女兼用デザイン\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_da050d86_20260420_46c5d7e2_from_url_en_06_0512a02b057689ba6d01a27ec10011d0.png?v=1778840770\" width=\"622\" height=\"622\" style=\"width: 622px; min-width: 622px; max-width: 622px; height: 622px; min-height: 622px; max-height: 622px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_6e97c15c_20260420_f781d901_from_url_en_07_e33b1e311c5eb081d254c4285b23a236.png?v=1778840780\" width=\"269\" height=\"269\" style=\"width: 269px; min-width: 269px; max-width: 269px; height: 269px; min-height: 269px; max-height: 269px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e即効吸収テクノロジー\u003c\/h3\u003e\n\u003cp\u003eもうこぼれや恥ずかしい臭いはありません。高度な内蔵吸収綿布が液体に即反応します。\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e液体を60秒以内に無臭のジェルに変えます。\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\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_a08a4e52_20260420_45dad58a_from_url_en_04_b59b20b38245d014eff8823ea71a84f4_480x480.png?v=1778840997\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eポケットサイズの携帯性\u003c\/h3\u003e\n\u003cp\u003e準備は負担になってはいけません。個別包装で最大限の目立たなさと利便性を実現。\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e折りたたむとスマートフォンサイズの2.8 × 5.1インチになります。\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\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_429892b5_20260420_51539b39_from_url_en_09_a3702fb74ec1fc304e5caa891a2e2075_482e12cd-6c22-4c4f-9a6a-fcaa0f267fd3_480x480.png?v=1778841012\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e人間工学に基づく男女兼用デザイン\u003c\/h3\u003e\n\u003cp\u003e家族全員に対応する一つの解決策。誰でも安全かつ衛生的に使えるように考えられた形状です。\u003c\/p\u003e\n\u003cul\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\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_31e18b4d_20260420_d220b9f3_from_url_en_10_6ef9a9ee4090b7a7b0565579d74d295f.png?v=1778840806\" width=\"269\" height=\"269\" style=\"width: 269px; min-width: 269px; max-width: 269px; height: 269px; min-height: 269px; max-height: 269px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e700ml大容量＆安全シール\u003c\/h3\u003e\n\u003cp\u003e必要なときに絶対の安全を提供。廃棄物を安全に封じ込め、ゴミ箱に捨てるまで安心です。\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e700 ml（約23.6 oz）まで保持可能で、標準的な緊急時に十分な容量です。\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\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e特徴\u003c\/th\u003e\n\u003cth\u003e詳細\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Package Includes\"\u003e10枚入り使い捨て尿袋（個別包装）\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eすぐに使える状態で、吸収パッドが内蔵されています。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Maximum Capacity\"\u003e700 ml \/ 23.6 oz\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e大人が安全に使える十分な容量で、あふれません。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Folded Dimensions\"\u003e6.5 × 13.0 cm \/ 2.5 × 5.1 in\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e超コンパクトな形状で、携帯電話ほどの大きさです。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Weight (Per Bag)\"\u003e140 g \/ 4.9 oz\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e軽量で日常の持ち歩きバッグに入れても気になりません。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Suitable Demographics\"\u003e男女兼用（大人、子供、高齢者）\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e人間工学に基づいた開口部で、すべての性別が安全に使用できます。\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e液体がジェルに変わるのはどのくらい速いですか？\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e各袋の内部にある高効率の吸収綿パッドのおかげで、液体は60秒以内に安全に固形の無臭ジェルに変わります。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e女性や子供が安全かつ簡単に使えますか？\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eもちろんです。開口部には男女の体形にフィットし、飛び散りを防ぐ人間工学に基づいた襟が付いており、子供や高齢者にも非常に信頼性があります。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e乗り物酔いや嘔吐に使えますか？\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eはい。広い開口部と即吸収性により、ロードトリップや飛行機、体調不良時の緊急嘔吐袋として優れており、汚れや臭いを完全に封じ込めます。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🚗 10個セット（スターターキット）","offer_id":47908440146132,"sku":"0324-18362740","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 20個セット（最も人気 - 20%お得）","offer_id":47908440178900,"sku":"0324-18364156","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏕️ 40個セット（ファミリー向け - 40%お得）","offer_id":47908440211668,"sku":"0324-18363693","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/0512a02b057689ba6d01a27ec10011d0.jpg?v=1778307672","url":"https:\/\/omurio.com\/ja\/products\/700ml-emergency-gel-urinal-rjc","provider":"Omurio","version":"1.0","type":"link"}