{"product_id":"scratch-free-5-finger-wash-mitt-rjc","title":"キズ防止5本指洗浄ミット Rjc","description":"\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n[AI Design Logic]\nProduct Type: Automotive \/ Detailing Accessory (Microfiber Wash Mitt)\nTarget Audience: Car Enthusiasts, Professional Detailers, Homeowners\nVisual Style: Professional, Clean, Trustworthy, Performance-Driven\nColor Strategy: Deep Automotive Blue (Primary) with Vibrant Orange Accent (Dynamic contrast)\nShape Strategy: Radius 16px (Balances industrial utility with soft microfiber tactile feel)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 34-44px, Body: 18-20px)\nMobile Table Strategy: Card-based, strictly NO horizontal scroll\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* === 1. DESIGN SYSTEM \u0026 VARIABLES === *\/\n        .product-detail-container {\n            --primary: #0f4c81; \/* Deep Professional Blue *\/\n            --primary-light: #e6f0fa;\n            --accent: #ff7f50; \/* Energetic Coral\/Orange *\/\n            --text-main: #1c2833;\n            --text-sub: #566573;\n            --bg-body: #ffffff;\n            --bg-card: #f8f9fc;\n            --radius-md: 10px;\n            --radius-lg: 16px;\n            --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n            --shadow-lg: 0 12px 32px rgba(15, 76, 129, 0.08);\n            --border-color: #eaeded;\n            \n            \/* Spacing Strategy *\/\n            --gap-section: clamp(3rem, 6vw, 5rem);\n            --gap-module: clamp(2rem, 5vw, 4rem);\n            \n            \/* Core Container Setup *\/\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            background-color: var(--bg-body);\n            color: var(--text-main);\n            overflow-wrap: break-word;\n            word-break: break-word;\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: border-box;\n        }\n\n        \/* === 2. TYPOGRAPHY SYSTEM === *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            font-weight: 800;\n            line-height: 1.2;\n            color: var(--text-main);\n            margin: 0 0 1.5rem 0;\n            letter-spacing: -0.02em;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3.5vw, 32px);\n            font-weight: 700;\n            line-height: 1.3;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            font-weight: 600;\n            line-height: 1.4;\n            color: var(--primary);\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        .product-detail-container .aux-text {\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n            font-weight: 500;\n        }\n\n        \/* === 3. IMAGE \u0026 MEDIA PROTOCOL === *\/\n        \/* SCHEME A: Fluid Natural Images - NO STRETCHING *\/\n        .product-detail-container .fluid-img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-lg);\n            box-shadow: var(--shadow-sm);\n        }\n\n        \/* Strict Placeholder Styles *\/\n        .product-detail-container .img-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            background-color: var(--bg-card);\n            border: 2px dashed var(--border-color);\n            border-radius: var(--radius-lg);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: #888;\n            font-weight: bold;\n            text-align: center;\n            padding: 1rem;\n        }\n\n        \/* === 4. LAYOUT ARCHITECTURE === *\/\n        \n        \/* Hero Section *\/\n        .pd-hero {\n            display: flex;\n            flex-direction: column;\n            gap: var(--gap-module);\n            margin-bottom: var(--gap-section);\n            padding-top: 2rem;\n        }\n        \n        .pd-hero-content {\n            text-align: center;\n        }\n\n        .pd-badge {\n            display: inline-block;\n            background-color: var(--primary-light);\n            color: var(--primary);\n            padding: 0.6rem 1.2rem;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            margin-bottom: 1.5rem;\n        }\n\n        .pd-social-proof {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.8rem;\n            margin-top: 1.5rem;\n            padding: 1.5rem;\n            background: var(--bg-card);\n            border-radius: var(--radius-md);\n        }\n\n        .pd-social-proof-stars {\n            color: var(--accent);\n            font-size: 24px;\n            letter-spacing: 2px;\n        }\n\n        \/* Features Strategy (Z-Pattern \u0026 Mobile Ordering Lock) *\/\n        .pd-features {\n            display: flex;\n            flex-direction: column;\n            gap: var(--gap-section);\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Column strictly enforced *\/\n            gap: var(--gap-module);\n            align-items: center;\n        }\n\n        .pd-feature-media,\n        .pd-feature-copy {\n            width: 100%;\n        }\n\n        .pd-feature-copy {\n            padding: 1rem 0;\n        }\n\n        \/* Desktop Enhancement for Features (Z-Pattern) *\/\n        @media (min-width: 768px) {\n            .pd-hero {\n                flex-direction: column;\n                text-align: center;\n            }\n            .pd-hero-content {\n                max-width: 800px;\n                margin: 0 auto;\n            }\n            .pd-feature-item {\n                flex-direction: row; \/* Desktop unlocks row *\/\n            }\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse; \/* Z-Pattern alternating *\/\n            }\n            .pd-feature-media,\n            .pd-feature-copy {\n                width: 50%;\n            }\n            .pd-feature-copy {\n                padding: 0 3rem; \/* Breathing room for text *\/\n            }\n        }\n\n        \/* === 5. SPECS TABLE (MOBILE CARD BASED) === *\/\n        .pd-specs-wrapper {\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: var(--bg-body);\n        }\n\n        .pd-specs-table th,\n        .pd-specs-table td {\n            padding: 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .pd-specs-table th {\n            font-size: clamp(18px, 2vw, 20px);\n            font-weight: 700;\n            color: var(--text-main);\n            background-color: var(--bg-card);\n        }\n\n        .pd-specs-table td {\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n        }\n\n        \/* Mobile Anti-Scroll Card Conversion *\/\n        @media (max-width: 767px) {\n            .pd-specs-table, \n            .pd-specs-table thead, \n            .pd-specs-table tbody, \n            .pd-specs-table tr, \n            .pd-specs-table th, \n            .pd-specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .pd-specs-table thead {\n                display: none; \/* Hide native header *\/\n            }\n            \n            .pd-specs-table tr {\n                background-color: var(--bg-card);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                padding: 1rem;\n                border: 1px solid var(--border-color);\n            }\n            \n            .pd-specs-table td {\n                border: none;\n                padding: 0.8rem 0;\n                display: flex;\n                flex-direction: column;\n                gap: 0.4rem;\n                border-bottom: 1px dashed var(--border-color);\n            }\n            \n            .pd-specs-table td:last-child {\n                border-bottom: none;\n            }\n\n            .pd-specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                font-size: 16px;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n            }\n        }\n\n        \/* === 6. FAQ SECTION === *\/\n        .pd-faq {\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: var(--gap-module);\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-faq h2 {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .pd-faq-item {\n            margin-bottom: 2rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .pd-faq-item:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .pd-faq-q {\n            font-size: clamp(20px, 2.5vw, 24px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.8rem;\n            display: flex;\n            gap: 1rem;\n        }\n\n        .pd-faq-q::before {\n            content: \"Q.\";\n            color: var(--primary);\n        }\n\n        .pd-faq-a {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            padding-left: 2.5rem; \/* Aligns with text after 'Q.' *\/\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eプロのディテーラーが選ぶ一品\u003c\/div\u003e\n\u003ch1\u003e究極のキズなしの輝き。\u003c\/h1\u003e\n\u003cp\u003eより安全で速く、効率的な洗車を体験してください。プレミアム5本指シェニールマイクロファイバーミットは、超ソフトな繊維の奥深くに重い汚れを持ち上げて閉じ込め、繊細な塗装を渦巻きやキズから守るよう設計されています。\u003c\/p\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e\u003cspan class=\"pd-social-proof-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"aux-text\"\u003e世界中の10,000人以上の自動車ディテーラーに信頼されています\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-hero-media\"\u003e\u003c!-- SCHEME A: Replace placeholder with your image --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320174854\/68d831a300f32058c9b1e50c45e087c7.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_9519959a_20260420_73667809_from_url_en_03_97191d418a9a094ee0e2fdcf1aa7b312.png?v=1778742401\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003e最大の泡立ちと潤滑性\u003c\/h3\u003e\n\u003ch2\u003eより多くの石鹸を保持し、安全な洗浄を実現\u003c\/h2\u003e\n\u003cp\u003e密集した超吸水性マイクロファイバーヌードルが大量の水と石鹸を吸収します。これにより車の表面に優れた潤滑性が生まれ、砂粒を簡単に滑らせながらクリアコートを完全に渦巻きなしに保ちます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_f9bd15fb_20260420_302c6015_from_url_en_01_9d4b7d0b42e00308f34d35a153bac3d2.png?v=1778742407\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003e比類なき細部コントロール\u003c\/h3\u003e\n\u003ch2\u003e精密な5本指デザイン\u003c\/h2\u003e\n\u003cp\u003e標準的な平らなミットでは細部が届きません。革新的な5本指レイアウトと二重厚の内部パッドにより、複雑なグリル、ホイールスポーク、排気管の裏側、狭い曲線にも楽に手が届きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_96d0d290_20260420_e335b97e_from_url_en_05_152578a8f27be50d67ea9b85c40a14fb.png?v=1778742414\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003e自動車以外にも\u003c\/h3\u003e\n\u003ch2\u003eすべての繊細な表面に安全\u003c\/h2\u003e\n\u003cp\u003e優しい洗浄力は自動車の塗装だけでなく、ガラス、磨かれたクローム、柔らかいプラスチックも見事に保護します。トラック、バイク、RV、家庭の窓にも最適で、ペットの優しいお風呂にも使えるほど快適です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260427_f7f61366_20260420_4c3ae6c3_from_url_en_04_d2699f504f187645d62620029cf5c0d8.png?v=1778742420\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003e長持ちする設計\u003c\/h3\u003e\n\u003ch2\u003e洗濯機で洗えて再利用可能\u003c\/h2\u003e\n\u003cp\u003e厳しい商業用ディテーリング環境に耐える耐久性のある内部縫製で作られています。使用後は洗濯機に入れるだけで、洗うたびに完璧に柔らかくなり、最高のパフォーマンスを維持します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003cdiv class=\"pd-specs-wrapper\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\u003ctable class=\"pd-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=\"Feature\"\u003e素材構造\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003eプレミアム超ソフトシェニールマイクロファイバー\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eサイズ（1枚あたり）\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e30.5 x 15.2 cm（12.0 x 6.0 インチ）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003e重量（乾燥時）\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e150.0 g（5.3 oz）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003e最大洗濯温度\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e40°C（104°F） - 漂白剤や柔軟剤は使用しないでください\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eパッケージ内容\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003eプレミアム5本指洗車ミット2個セット\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=\"pd-faq\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eこのミットは車のクリアコートやセラミックコーティングにキズをつけますか？\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003e絶対に違います。超ソフトなシェニールマイクロファイバーは、密集した繊維の中に汚れ粒子をしっかりと持ち上げて閉じ込めるように特別に設計されています。これにより、砂粒が表面を引きずられるのを防ぎ、すべての塗装やセラミックコーティングに完全にキズや渦巻きのない仕上がりを保証します。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eこれらの洗車ミットの洗い方とメンテナンス方法は？\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003e100％洗濯機で洗えます。長持ちさせるために、標準の液体洗剤を使い、40°C（104°F）までの温水で洗ってください。重要なのは、\u003cstrong\u003e柔軟剤や漂白剤は絶対に使わないこと\u003c\/strong\u003eです。これらはマイクロファイバーを詰まらせ、吸水性を損ないます。低温でタンブル乾燥するか、自然乾燥させてください。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003e5本指デザインはワンサイズですか？\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003eはい！インテリアは二重の厚手パッドと柔軟なライナーを備えており、ほぼすべての手のサイズに快適にフィットします。指のデザインは優れたグリップ力を提供し、石鹸水で重くなってもミットが手から滑り落ちるのを防ぎます。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 2個パック（スターターキット）","offer_id":47908444831956,"sku":"0325-14423473","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 4個パック（20%割引）","offer_id":47908444864724,"sku":"0325-14422003","price":19.95,"currency_code":"USD","in_stock":true},{"title":"📦 6個パック（究極の価値）","offer_id":47908444897492,"sku":"0325-14420542","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/68d831a300f32058c9b1e50c45e087c7.jpg?v=1778307684","url":"https:\/\/omurio.com\/ja\/products\/scratch-free-5-finger-wash-mitt-rjc","provider":"Omurio","version":"1.0","type":"link"}