{"product_id":"portable-3-speed-wearable-fan-rjc","title":"携帯用3段階速度ウェアラブルファン","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Portable Electronic Fan \/ Wearable Tech\nTarget Audience: Outdoor enthusiasts, commuters, people seeking comfort in hot weather\nVisual Style: Modern, Clean, Tech-Friendly, Refreshing\nColor Strategy: Sky Blue (--primary) for a cooling psychological effect, crisp white backgrounds, and deep slate text for high readability.\nShape Strategy: Radius 16px-24px (--radius-md\/lg) to evoke safety, friendliness, and ergonomic wearable design.\nTypography Strategy: Large Type system (Mobile-first readable, 16px absolute minimum, 32px+ headings).\nMobile Table Strategy: Card-based execution via CSS Flex\/Block, absolutely no horizontal scroll.\nImage Mapping: \n- Hero = image_1\n- Hands-Free Feature = image_2\n- Bladeless Safety = image_3\n- Battery \u0026 Speed = image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* =========================================================\n       1) DESIGN SYSTEM \u0026 VARIABLES\n       ========================================================= *\/\n    .product-detail-container {\n        --primary: #0ea5e9; \/* Sky Blue representing cooling wind *\/\n        --primary-light: #e0f2fe;\n        --bg-body: #ffffff;\n        --bg-card: #f8fafc;\n        --text-main: #0f172a;\n        --text-sub: #475569;\n        --radius-md: 16px;\n        --radius-lg: 24px;\n        --shadow-sm: 0 4px 6px -1px rgb(0 0 0 \/ 0.05);\n        --shadow-lg: 0 10px 15px -3px rgb(0 0 0 \/ 0.1);\n        --border-color: #e2e8f0;\n        \n        \/* Spacing System *\/\n        --spacing-section: clamp(3rem, 6vw, 5rem);\n        --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n\n        \/* Core Structure Rules *\/\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: var(--bg-body);\n        \n        \/* Prevent text clipping globally *\/\n        overflow-wrap: break-word;\n        word-break: break-word;\n        -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: inherit;\n    }\n\n    \/* =========================================================\n       2) TYPOGRAPHY SYSTEM (LARGE TYPE ONLY)\n       ========================================================= *\/\n    .pd-h1 {\n        font-size: clamp(34px, 5vw, 44px);\n        line-height: 1.2;\n        font-weight: 800;\n        margin: 0 0 1rem;\n        letter-spacing: -0.02em;\n    }\n    .pd-h2 {\n        font-size: clamp(24px, 4vw, 32px);\n        line-height: 1.3;\n        font-weight: 700;\n        margin: 0 0 1rem;\n    }\n    .pd-h3 {\n        font-size: clamp(20px, 3vw, 24px);\n        line-height: 1.4;\n        font-weight: 600;\n        margin: 0 0 1rem;\n    }\n    .pd-p {\n        font-size: clamp(18px, 2vw, 20px);\n        line-height: 1.7;\n        color: var(--text-sub);\n        margin: 0 0 1.5rem;\n    }\n    .pd-small {\n        font-size: clamp(16px, 1.5vw, 18px);\n        line-height: 1.6;\n        color: var(--text-sub);\n        margin: 0;\n    }\n\n    \/* Visual Badge (Non-interactive) *\/\n    .pd-badge {\n        display: inline-flex;\n        align-items: center;\n        background: 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        margin-bottom: 1.5rem;\n        user-select: none;\n    }\n\n    \/* =========================================================\n       3) IMAGE PROTOCOL (NATURAL FLOW, NO DISTORTION)\n       ========================================================= *\/\n    .pd-img-fluid {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-lg);\n        box-shadow: var(--shadow-sm);\n    }\n    \n    .pd-img-placeholder {\n        width: 100%;\n        aspect-ratio: 4\/3;\n        background: 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        color: var(--text-sub);\n        font-size: 18px;\n        font-weight: 600;\n    }\n\n    \/* =========================================================\n       4) LAYOUT ARCHITECTURE (Z-PATTERN \u0026 MOBILE LOCK)\n       ========================================================= *\/\n    .pd-hero {\n        text-align: center;\n        padding: var(--spacing-element) 0 var(--spacing-section);\n    }\n    \n    .pd-hero-copy {\n        max-width: 800px;\n        margin: 0 auto var(--spacing-element);\n    }\n\n    .pd-features {\n        display: flex;\n        flex-direction: column;\n        gap: var(--spacing-section);\n        padding-bottom: var(--spacing-section);\n    }\n\n    \/* Feature Item Base (Mobile-First Column Lock) *\/\n    .pd-feature-item {\n        display: flex;\n        flex-direction: column;\n        gap: clamp(1.5rem, 4vw, 3rem);\n        align-items: center;\n    }\n\n    .pd-feature-media, .pd-feature-copy {\n        width: 100%;\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n        .pd-feature-item {\n            flex-direction: row;\n            gap: 5vw;\n        }\n        .pd-feature-item.reverse {\n            flex-direction: row-reverse;\n        }\n        .pd-feature-media, .pd-feature-copy {\n            flex: 1;\n        }\n        .pd-feature-copy {\n            padding: 2rem 0;\n        }\n    }\n\n    \/* =========================================================\n       5) SPECS TABLE (MOBILE CARD LOCK)\n       ========================================================= *\/\n    .pd-section-title {\n        text-align: center;\n        margin-bottom: var(--spacing-element);\n    }\n\n    .pd-table-container {\n        margin-bottom: var(--spacing-section);\n        background: var(--bg-body);\n    }\n\n    .pd-table {\n        width: 100%;\n        border-collapse: collapse;\n    }\n\n    .pd-table th, .pd-table td {\n        padding: 1.2rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    .pd-table th {\n        background: var(--bg-card);\n        font-weight: 700;\n        color: var(--text-main);\n    }\n\n    .pd-table td {\n        color: var(--text-sub);\n    }\n\n    \/* Mobile Table -\u003e Card Conversion *\/\n    @media (max-width: 767px) {\n        .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n            display: block; \n            width: 100%;\n        }\n        .pd-table thead {\n            display: none; \/* Hide native header *\/\n        }\n        .pd-table tr {\n            background: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            margin-bottom: 1rem;\n            padding: 0.5rem;\n        }\n        .pd-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-bottom: 1px solid var(--border-color);\n            padding: 1rem 0.5rem;\n            text-align: right;\n        }\n        .pd-table td:last-child {\n            border-bottom: none;\n        }\n        \/* Create pseudo-headers from data-label *\/\n        .pd-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--text-main);\n            text-align: left;\n            flex-shrink: 0;\n            margin-right: 1rem;\n        }\n    }\n\n    \/* =========================================================\n       6) FAQ SECTION\n       ========================================================= *\/\n    .pd-faq-list {\n        display: flex;\n        flex-direction: column;\n        gap: 1.5rem;\n        margin-bottom: var(--spacing-section);\n    }\n\n    .pd-faq-item {\n        background: var(--bg-card);\n        padding: clamp(1.5rem, 3vw, 2rem);\n        border-radius: var(--radius-md);\n    }\n\n    .pd-faq-q {\n        font-size: clamp(18px, 2.5vw, 22px);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.8rem;\n    }\n\u003c\/style\u003e\n\u003c!-- 1. HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🌟 10,000人以上のユーザーに信頼されています\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003e究極のハンズフリー冷却、どこへでも\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003e夏の暑さを即座に撃退。携帯可能な静音羽根なしファンが、ハイキング、作業、家でのリラックス時に連続して爽やかな風を届けます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/c7cdb054f5120ae2f010e11ca4406ea8.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-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/e7eb76c48a28859af8d3b9da5efe80fb.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-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eウェアラブルデザイン\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003e自由に動ける\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003e使いやすさを最優先に設計。ウエストにしっかりクリップで留めたり、ネックストラップで首にかけたり、シャツの襟に取り付けたりできます。\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003e強力で涼しい風を楽しみながら、両手を完全に自由にしてアウトドアギアや作業道具、朝のコーヒーを扱えます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Reversed on Desktop) --\u003e\n\n\u003cdiv class=\"pd-feature-item reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/457c6b7281eecedfc4d6764e0762095c.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-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e羽根なしテクノロジー\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003e静音＆100％安全\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003e真の静けさを体験してください。先進の羽根なしモーターシステムが、従来のファンの不快な音をなくし、滑らかで途切れない風を届けます。\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\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=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/2e8cd67607a963804970a34b0ed9d982.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-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eUSB充電式\u003c\/div\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eカスタマイズ可能な風量、終日パワー\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003e快適な環境を自分でコントロール。3段階の調節可能な風量を切り替えられ、室内の静かな風から屋外の強風まで対応します。\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003e大容量内蔵バッテリー搭載で、USBで簡単に充電でき、長時間の連続使用で最長の一日を快適に過ごせます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-table-container\"\u003e\n\u003ch2 class=\"pd-h2 pd-section-title\"\u003e技術仕様\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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=\"Feature\"\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=\"Feature\"\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=\"Feature\"\u003e風量設定\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e3段階調節（低・中・高）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\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=\"Feature\"\u003eサイズ\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e7.4 x 6.5 x 5.0 cm \/ 2.9 x 2.6 x 2.0 インチ\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e電源\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUSB充電式内蔵バッテリー\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 4. FAQ SECTION --\u003e\n\n\u003cdiv\u003e\n\u003ch2 class=\"pd-h2 pd-section-title\"\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003e長い髪がファンに絡まったりしませんか？\u003c\/div\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom:0;\"\u003e全く重くありません。革新的な羽根なしデザインで、露出した回転羽根がなく安全で滑らかな風を提供し、髪の毛を完全に守ります。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003e旅行中はどうやってファンを充電しますか？\u003c\/div\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom:0;\"\u003eファンは標準のUSB充電ポートを備えています。モバイルバッテリー、車の充電器、ノートパソコン、標準の壁用アダプターなど、どれでも便利に充電可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003e一日中首にかけていて重く感じますか？\u003c\/div\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom:0;\"\u003eわずか150g（5.3オンス）という驚くほど軽量な設計です。人間工学に基づいたデザインで、装着していることをほとんど感じさせず、涼しさを楽しめます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"グリーン \/ 📦 1個パック（標準）","offer_id":48006757941460,"sku":"0408-16535970","price":14.95,"currency_code":"USD","in_stock":true},{"title":"オフホワイト \/ 📦 1個パック（標準）","offer_id":48006757974228,"sku":"0408-16537809","price":14.95,"currency_code":"USD","in_stock":true},{"title":"ピンク \/ 📦 1個パック（標準）","offer_id":48006758006996,"sku":"0408-16532535","price":14.95,"currency_code":"USD","in_stock":true},{"title":"グリーン \/ 🎁 2個セット（15%割引 - カップルに最適）","offer_id":48006758039764,"sku":"0408-16537076","price":26.95,"currency_code":"USD","in_stock":true},{"title":"オフホワイト \/ 🎁 2個セット（15%割引 - カップルに最適）","offer_id":48006758072532,"sku":"0408-16532223","price":26.95,"currency_code":"USD","in_stock":true},{"title":"ピンク \/ 🎁 2個セット（15%割引 - カップルに最適）","offer_id":48006758105300,"sku":"0408-16535170","price":26.95,"currency_code":"USD","in_stock":true},{"title":"グリーン \/ 👨‍👩‍👧‍👦 4個セット（25%割引 - ファミリーキット）","offer_id":48006758138068,"sku":"0408-16536891","price":52.95,"currency_code":"USD","in_stock":true},{"title":"オフホワイト \/ 👨‍👩‍👧‍👦 4個セット（25%割引 - ファミリーキット）","offer_id":48006758170836,"sku":"0408-16538676","price":52.95,"currency_code":"USD","in_stock":true},{"title":"ピンク \/ 👨‍👩‍👧‍👦 4個セット（25%割引 - ファミリーキット）","offer_id":48006758203604,"sku":"0408-16532017","price":52.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/c7cdb054f5120ae2f010e11ca4406ea8.jpg?v=1779960896","url":"https:\/\/omurio.com\/ja\/products\/portable-3-speed-wearable-fan-rjc","provider":"Omurio","version":"1.0","type":"link"}