{"product_id":"bug-proof-car-sunshade-screen-rjc","title":"虫よけカーカーサンシェードスクリーン","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Car Anti-Mosquito Screen\/Net\nTarget Audience: Drivers, Campers, Parents traveling with kids, Outdoor enthusiasts\nVisual Style: Automotive, Functional, Protective, Breathable\nColor Strategy: Dark Charcoal (--text-main) for automotive feel, Soft Blue (--primary) for trust and cooling effect, Light Gray (--bg-card) for contrast.\nShape Strategy: Radius 12px (smooth, safe, non-abrasive, matching car window curves)\nTypography Strategy: Large Type (H1: 36-44px, Body: 18-20px) \/ Mobile-first readable\nMobile Table Strategy: Card-based (No horizontal scroll, full visibility)\nImage Mapping: Hero=image_1, Detail\/Bug-proof=image_2, Sunshade\/Privacy=image_3, Installation=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 Variables *\/\n  .product-detail-container {\n    --primary: #2C4A73;       \/* Automotive Trust Blue *\/\n    --primary-light: #EBF1F6; \/* Soft Breathable Blue *\/\n    --accent: #E07A5F;        \/* Sunset Orange *\/\n    --text-main: #1D1D2C;     \/* Deep Charcoal *\/\n    --text-sub: #5A5A66;      \/* Cool Gray *\/\n    --bg-body: #FFFFFF;\n    --bg-card: #F7F9FA;\n    --border-color: #E2E4E8;\n    \n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* 2) Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(34px, 5vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-top: 0;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(26px, 4vw, 36px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin-top: 0;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 600;\n    line-height: 1.4;\n    margin-bottom: 0.75rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-top: 0;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* 3) Global Layout \u0026 Image Protocols *\/\n  .detail-section {\n    padding: clamp(2rem, 5vw, 4rem) 0;\n  }\n\n  .img-fluid-container {\n    width: 100%;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    position: relative;\n    border: 1px solid var(--border-color);\n  }\n\n  .img-fluid-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n  }\n\n  .placeholder-img {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bg-card);\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: bold;\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n  }\n\n  \/* 4) Hero Section *\/\n  .hero-header {\n    text-align: center;\n    padding-top: clamp(1.5rem, 4vw, 3rem);\n    padding-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  .hero-subtitle {\n    font-size: clamp(20px, 2.5vw, 24px);\n    color: var(--text-sub);\n    max-width: 800px;\n    margin: 0 auto 2rem auto;\n  }\n\n  .badges-wrapper {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n\n  .visual-badge {\n    display: inline-flex;\n    align-items: center;\n    background: var(--primary-light);\n    color: var(--primary);\n    padding: 0.75rem 1.25rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n  }\n\n  \/* 5) Features Layout (Mobile Order Lock + Z-Pattern) *\/\n  .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(3rem, 6vw, 6rem);\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  .feature-copy ul {\n    padding-left: 1.5rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .feature-copy li {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 0.75rem;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n  }\n\n  \/* 6) Specifications Table (Strict Mobile Card) *\/\n  .specs-section {\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n    margin-bottom: clamp(3rem, 6vw, 6rem);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1.25rem;\n    text-align: left;\n    font-size: 18px;\n  }\n\n  .specs-table th {\n    background: var(--primary-light);\n    color: var(--primary);\n    font-weight: 700;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  \/* Mobile Specs Table -\u003e Cards *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none; \/* Hide headers *\/\n    }\n    .specs-table tr {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-start;\n      padding: 0.75rem 0;\n      border-bottom: 1px dashed var(--border-color);\n      text-align: right;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-right: 1rem;\n      text-align: left;\n      flex-shrink: 0;\n    }\n  }\n\n  \/* 7) FAQ Section *\/\n  .faq-section {\n    margin-bottom: clamp(3rem, 6vw, 6rem);\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n\n  .faq-question {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-header detail-section\"\u003e\n\u003cdiv class=\"badges-wrapper\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e🛡️ 究極の虫除け保護\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🌞 UPF 50+ サンシェード\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🚗 ユニバーサルフィット\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003e車を虫のいないオアシスに変えましょう\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003e新鮮な空気を吸い、完全なプライバシーを楽しみ、有害な紫外線を遮断しながら、一匹の蚊も車内に入れません。ロードトリップや車中泊に必須のアップグレードです。\u003c\/p\u003e\n\n\u003cdiv class=\"img-fluid-container\" style=\"margin-top: 2rem;\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323171320\/638dcef4271fb94197bf258f31bfb4c6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323171104\/607423ca9e2e7b95c4471b7774d63b09.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e虫を防ぎ、風を取り込む\u003c\/h2\u003e\n\n\u003cp\u003e高密度マイクロメッシュ構造により、蚊やハエなどの虫を完全に防ぐ鉄壁のスクリーンです。\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e妥協のない通気性：\u003c\/strong\u003e虫を完全にシャットアウトしながら、車内で快適にクロスベンチレーションが可能です。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e耐裂性素材：\u003c\/strong\u003e丈夫なナイロンが屋外環境や日常使用に耐えます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323171104\/591759a946153714eb58f19c9bef15d7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e車内のプライベートな聖域\u003c\/h2\u003e\n\n\u003cp\u003e虫除けだけでなく、密度の高い黒いメッシュは強力なサンシェード兼プライバシーカーテンとしても機能し、家族に最適です。\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e日差しの眩しさをカット：\u003c\/strong\u003e長距離ドライブ中に子どもやペットを強い熱やまぶしい日光から守ります。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e完全なプライバシー：\u003c\/strong\u003e路肩での仮眠、授乳、キャンプ時に周囲の視線を気にせずプライベート空間を作れます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-fluid-container\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323171104\/962ab228944a22428ef0b2bcf7331b07.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eかぶせて、すぐにドライブ（工具不要）\u003c\/h2\u003e\n\n\u003cp\u003e複雑な取り付けや失敗しやすい吸盤、車の塗装を傷める粘着剤とはもうお別れ。\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e伸縮性のあるカバー設計：\u003c\/strong\u003e数秒でスリーブのように車の窓枠にネットを伸ばして装着できます。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e窓を自由に開閉：\u003c\/strong\u003e外枠に装着するため、スクリーンを付けたままでも窓の開閉が可能です！\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 1rem;\"\u003e技術仕様\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; max-width: 600px; margin: 0 auto;\"\u003eプレミアム防虫カーシートについて知っておくべきことすべて。\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e仕様\u003c\/th\u003e\n\t\t\t\u003cth\u003e詳細\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e素材\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e高伸縮性通気スパンデックスメッシュ\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eフロントウィンドウサイズ\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e75 x 65 cm（29.5 x 25.6インチ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eリアウィンドウサイズ\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e60 x 60 cm（23.6 x 23.6インチ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e重さ\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e150 g（5.3オンス）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUVカットレベル\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUPF 50+（紫外線を最大98％カット）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e洗濯方法\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e洗濯機洗い可能（冷水、やさしい洗濯モード）\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=\"faq-section detail-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e運転中に使えますか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e安全上の理由から、フロントウィンドウスクリーンは駐車中（キャンプや休憩時など）のみの使用を推奨します。リアウィンドウスクリーンは運転中も安全に使用でき、乗客を日差しや虫から守ります。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eこの商品は私の車種に合いますか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eはい！高伸縮性のスパンデックス素材は、標準的なセダン、SUV、ハッチバックの95％の窓枠にユニバーサルにフィットするよう設計されています。（フレームレス窓やスライド式ミニバンのドアには適していません）。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eスクリーンを付けたまま窓を下ろせますか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eその通りです。スクリーンはドア枠全体（ガラスだけでなく）を覆うため、虫除けメッシュがしっかりと固定されたまま、窓を完全に下ろして風を取り込むことができます。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newjoyloo","offers":[{"title":"フルカーセット（4個パック）- 最高の価値！","offer_id":47908444930260,"sku":"0323-17454517","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ファミリーセット（8個パック／2台分）","offer_id":47908444963028,"sku":"0323-17458246","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/962ab228944a22428ef0b2bcf7331b07.jpg?v=1778307685","url":"https:\/\/omurio.com\/ja\/products\/bug-proof-car-sunshade-screen-rjc","provider":"Omurio","version":"1.0","type":"link"}