{"product_id":"dimmable-3-speed-fan-light-rjc","title":"調光可能な3段階風速ファンライト","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：创意型二合一风扇灯（无人机造型）\n  目标受众：追求个性化、需要节省空间和便捷安装的卧室\/宿舍用户\n  视觉风格：现代科技感、极简白、未来主义\n  配色策略：以大面积白色背景为主（--bg-body），辅以科技蓝作为强调色（--primary），营造干净、智能的氛围。\n  模块顺序：Hero (核心价值) -\u003e Feature 1 (最强差异点：E27便捷安装) -\u003e Feature 2 (核心体验：三色照明) -\u003e Feature 3 (核心体验：智能遥控与静音风扇) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_3.png, Feature2=image_4.png, Feature3=image_5.png\n  规格图映射：Specs=image_0.png, image_2.png (材质辅助)\n  对比模块：未加入（产品造型独特性强，直接展示自身卖点优于对比普通产品）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0056b3;\n      --primary-hover: #004494;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #e0e0e0;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 1rem; }\n    .product-detail-container h3 { font-size: 20px; font-weight: 600; margin-bottom: 0.5rem; }\n    .product-detail-container p { font-size: clamp(16px, 2vw, 18px); color: var(--text-sub); margin-bottom: 1rem; }\n\n    \/* Layout \u0026 Utilities *\/\n    .section-spacing { margin-bottom: clamp(3rem, 8vw, 5rem); }\n    .pd-img-responsive { width: 100%; height: auto; display: block; border-radius: var(--radius-md); }\n    .pd-badge { display: inline-block; background: var(--bg-soft); color: var(--text-main); padding: 0.4rem 1rem; border-radius: 50px; font-size: 14px; font-weight: 500; margin-bottom: 1rem; }\n    .text-center { text-align: center; }\n\n    \/* Image Placeholder Style *\/\n    .pd-image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 14px;\n      padding: 2rem;\n      box-sizing: border-box;\n      min-height: 300px;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero { text-align: center; max-width: 800px; margin: 0 auto clamp(3rem, 8vw, 5rem); }\n\n    \/* Feature Sections - Z-Pattern *\/\n    .pd-feature { display: flex; align-items: center; gap: clamp(2rem, 5vw, 4rem); }\n    .pd-feature-media, .pd-feature-copy { flex: 1; }\n    .pd-feature-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }\n    .pd-tag { background: var(--bg-card); color: var(--text-sub); padding: 0.3rem 0.8rem; border-radius: 4px; font-size: 14px; border: 1px solid var(--border-color); }\n\n    \/* Specifications Section *\/\n    .pd-specs-table { width: 100%; border-collapse: collapse; margin-top: 2rem; background: var(--bg-card); border-radius: var(--radius-md); overflow: hidden; }\n    .pd-specs-table th, .pd-specs-table td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--border-color); }\n    .pd-specs-table th { background: var(--bg-soft); font-weight: 600; width: 40%; }\n    .pd-specs-table tr:last-child td { border-bottom: none; }\n\n    \/* FAQ Section *\/\n    .pd-faq-item { background: var(--bg-card); padding: 1.5rem; border-radius: var(--radius-md); margin-bottom: 1rem; border: 1px solid var(--border-color); }\n    .pd-faq-question { font-weight: 600; font-size: 18px; margin-bottom: 0.5rem; display: flex; align-items; center; }\n    .pd-faq-question::before { content: \"Q.\"; color: var(--primary); margin-right: 0.5rem; font-weight: 700; }\n    .pd-faq-answer { color: var(--text-sub); margin: 0; padding-left: 1.5rem; }\n\n    \/* Mobile Responsiveness *\/\n    @media (max-width: 768px) {\n      .pd-feature { flex-direction: column; }\n      .pd-feature.reverse { flex-direction: column; }\n      .pd-feature-media { order: -1; width: 100%; }\n      .pd-hero { text-align: left; }\n\n      \/* Stacked Table for Mobile *\/\n      .pd-specs-table, .pd-specs-table thead, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td { display: block; width: 100%; }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-specs-table td { padding-left: 50%; position: relative; border-bottom: 1px solid var(--bg-soft); text-align: right; }\n      .pd-specs-table td::before { content: attr(data-label); position: absolute; left: 1rem; width: 45%; white-space: nowrap; font-weight: 600; text-align: left; color: var(--text-main); }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eクリエイティブな2-in-1デザイン\u003c\/span\u003e\n\u003ch1\u003e未来的なドローンスタイルと日常の快適さの融合\u003c\/h1\u003e\n\n\u003cp\u003eどんな標準ライトソケットも強力な冷却ファンとカスタマイズ可能なLEDライトに変身。現代の寝室や寮に最適な、省スペースのユニークなソリューションです。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260703142219\/ab7534b8b632ad0b726f86e21d24c03b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Easy Installation --\u003e\n\n\u003cdiv class=\"pd-feature section-spacing\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260703142219\/871ef05bb273493aee25fccff9cebc40.jpg\"\u003e\u003c\/div\u003e\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複雑な配線や電気工事は不要です。このファンライトは標準E27ベースを採用しており、電球を交換する感覚で簡単に取り付けられます。数秒で部屋の機能をアップグレードしましょう。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e標準E27ベース\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eプラグ＆プレイ\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e工具不要\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Lighting Atmosphere (Reverse Layout) --\u003e\n\n\u003cdiv class=\"pd-feature reverse section-spacing\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e3つの光色で完璧なムードを演出\u003c\/h2\u003e\n\n\u003cp\u003e3段階の調整可能な色温度で雰囲気をカスタマイズ。リラックスに最適な暖色光（3000K）、日常活動に適した自然光（3500K）、集中したい時のクールホワイト（6000K）を切り替え可能。明るさも自由に調整できます。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e3000K - 6000K\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e調光可能なLED\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e目に優しい照明\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260703142219\/6ed1c385626e3c27c85fddf1eef2768e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Smart Control \u0026 Quiet Operation --\u003e\n\n\u003cdiv class=\"pd-feature section-spacing\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260703142219\/ed26967ece430365079048b121016e03.jpg\"\u003e\u003c\/div\u003e\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ベッドやソファの快適な場所から全ての操作が可能です。付属のリモコンでファンスピード（ソフト／ミディアム／強）、照明調整、タイマー設定ができます。高品質モーターと耐久性のあるABSブレードで、強力な風量を静かな動作で実現し、快適な睡眠をサポートします。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eフルリモコン操作\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e3段階ファンスピード\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e静かなモーター\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eタイマー機能\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 class=\"text-center\"\u003e製品仕様\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003e全直径\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Total Diameter\"\u003e500 mm（約19.7インチ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eベースタイプ\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Base Type\"\u003e標準E27ねじ\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003e入力電圧\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Input Voltage\"\u003e85-265V（ユニバーサル）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003e総消費電力\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Total Power\"\u003e60W\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003e材料\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003eエンジニアリングプラスチック製本体、ABS製ファンブレード\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003e制御方法\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Control Method\"\u003eリモコン＋壁スイッチ\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003e光の色温度\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Light Color Temp\"\u003e3000K \/ 3500K \/ 6000K（調整可能）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 14px; color: var(--text-sub); margin-top: 1rem; text-align: center;\"\u003e*データは製品テストに基づいています。実際の性能は使用条件により若干異なる場合があります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 class=\"text-center\"\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eこの製品は私の既存のライトソケットに合いますか？\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eはい、既存のソケットが標準的なE27ねじ込み式（一般家庭で最も一般的な「大きなねじ」タイプ）であれば、このファンライトはアダプターなしでぴったり取り付けられます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eライトとファンを独立して使えますか？\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eもちろんです。リモコンでファンを使わずにライトだけを点けたり、ライトを使わずにファンだけを動かしたり、両方同時に使ったりと、ニーズに応じて操作できます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e寝るときにファンはうるさいですか？\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eいいえ、このユニットは静かな動作のために高品質なモーターで設計されています。「ソフトウィンド」モードは、睡眠環境に適した優しく静かな風を提供するために特別に設計されています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"ホワイト","offer_id":46746606534829,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/b7dd0b083b191a64dd99eb027a355653.jpg?v=1783060777","url":"https:\/\/newjoyloo.com\/ja\/products\/dimmable-3-speed-fan-light-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}