{"product_id":"cordless-turbo-air-blower-rjc","title":"コードレス・ターボエアブロワー","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Portable Cordless Turbo Blower \/ Car Dryer\nTarget Audience: Car owners, gardeners, household cleaning users, and digital enthusiasts\nVisual Style: Professional, clean, and functional layout utilizing a dark gray and blue tech-oriented palette\nColor Strategy: Main theme focuses on deep charcoal and blue accents, referencing the product's matte black shell and blue activation button\nModule Order: Hero Block -\u003e Features (3 items with alternating layout) -\u003e Scenarios -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_5, Feature1=detail_3, Feature2=detail_1, Feature3=detail_4\nSpecification Data Source: spec_1 (Used strictly for data extraction; no specification image placeholder is rendered)\nCompare Section: Not included (No explicit comparison data or competitor images provided in source material)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and current conversation has been used. No unverified product facts have been added. Weight is converted exactly (1.1 lbs to 0.50 kg). No long nozzles, LCD screens, or cords are mentioned or shown.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n  --primary: #0056b3;\n  --primary-hover: #004085;\n  --text-main: #1a1a1a;\n  --text-sub: #4a4a4a;\n  --bg-body: #ffffff;\n  --bg-card: #f8f9fa;\n  --bg-soft: #f1f3f5;\n  --radius-md: 8px;\n  --radius-lg: 16px;\n  --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n  --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);\n  --border-color: #e9ecef;\n\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  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n  color: var(--text-main);\n  background-color: var(--bg-body);\n}\n\n\/* Typography lock system *\/\n.product-detail-container h1 {\n  font-size: 22px !important;\n  line-height: 1.3 !important;\n  font-weight: 700;\n  margin: 0 0 12px 0;\n  color: var(--text-main);\n}\n\n.product-detail-container h2,\n.product-detail-container h3,\n.product-detail-container .section-title,\n.product-detail-container .feature-title,\n.product-detail-container .faq-question {\n  font-size: 20px !important;\n  line-height: 1.4 !important;\n  font-weight: 600;\n  margin: 0 0 12px 0;\n  color: var(--text-main);\n}\n\n.product-detail-container p,\n.product-detail-container .hero-subtitle,\n.product-detail-container .feature-desc,\n.product-detail-container .spec-value,\n.product-detail-container .faq-answer,\n.product-detail-container .badge,\n.product-detail-container .tag,\n.product-detail-container td {\n  font-size: 18px !important;\n  line-height: 1.6 !important;\n  color: var(--text-sub);\n  margin: 0;\n}\n\n\/* Section spacing *\/\n.product-detail-section {\n  padding: clamp(2rem, 5vw, 4rem) 0;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.product-detail-section:last-child {\n  border-bottom: none;\n}\n\n\/* Trust Badges \u0026 Tags *\/\n.badge-container {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 16px;\n}\n\n.badge {\n  background-color: var(--bg-soft);\n  color: var(--text-main);\n  padding: 6px 16px;\n  border-radius: 50px;\n  font-weight: 600;\n  display: inline-block;\n}\n\n.tag-container {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 12px;\n}\n\n.tag {\n  background-color: var(--bg-soft);\n  color: var(--primary);\n  padding: 4px 12px;\n  border-radius: var(--radius-md);\n  font-weight: 500;\n}\n\n\/* Images Placeholder Styling *\/\n.image-placeholder {\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  background-color: var(--bg-soft);\n  border: 2px dashed #cccccc;\n  border-radius: var(--radius-md);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  gap: 8px;\n  box-sizing: border-box;\n  margin: 16px 0;\n}\n\n.image-placeholder-text {\n  font-size: 18px !important;\n  color: var(--text-sub);\n  font-weight: 500;\n}\n\n\/* Intro \/ Hero Section *\/\n.hero-block {\n  text-align: center;\n  padding: clamp(2rem, 5vw, 4rem) 0;\n}\n\n.hero-block .badge-container {\n  justify-content: center;\n}\n\n.hero-subtitle {\n  max-width: 800px;\n  margin: 0 auto 24px auto;\n}\n\n\/* Feature Sections *\/\n.feature-item {\n  display: flex;\n  gap: 40px;\n  align-items: center;\n  margin-bottom: clamp(2rem, 4vw, 3rem);\n}\n\n.feature-item:last-child {\n  margin-bottom: 0;\n}\n\n.feature-item.reverse {\n  flex-direction: row-reverse;\n}\n\n.feature-media {\n  flex: 1;\n  min-width: 0;\n}\n\n.feature-copy {\n  flex: 1;\n  min-width: 0;\n}\n\n\/* Scenario Grid Section *\/\n.scenario-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n  margin-top: 24px;\n}\n\n.scenario-card {\n  background-color: var(--bg-card);\n  padding: 24px;\n  border-radius: var(--radius-lg);\n  border: 1px solid var(--border-color);\n  box-shadow: var(--shadow-sm);\n}\n\n\/* Specifications Table *\/\n.spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-top: 20px;\n}\n\n.spec-table tr {\n  border-bottom: 1px solid var(--border-color);\n}\n\n.spec-table td {\n  padding: 16px;\n  font-size: 18px;\n}\n\n.spec-table td:first-child {\n  font-weight: 600;\n  width: 35%;\n  color: var(--text-main);\n}\n\n\/* FAQ Section *\/\n.faq-list {\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n  margin-top: 24px;\n}\n\n.faq-item {\n  background-color: var(--bg-card);\n  padding: 24px;\n  border-radius: var(--radius-lg);\n  border: 1px solid var(--border-color);\n}\n\n.faq-question {\n  margin-bottom: 8px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n\n\/* Mobile Responsive Lock Rules *\/\n@media (max-width: 767px) {\n  .feature-item,\n  .feature-item.reverse {\n    flex-direction: column !important;\n  }\n\n  .feature-media {\n    width: 100%;\n    order: 1 !important; \/* Forces Image First *\/\n  }\n\n  .feature-copy {\n    width: 100%;\n    order: 2 !important; \/* Forces Text Second *\/\n  }\n\n  .spec-table,\n  .spec-table tbody,\n  .spec-table tr {\n    display: block;\n    width: 100%;\n    box-sizing: border-box;\n  }\n\n  .spec-table thead {\n    display: none;\n  }\n\n  .spec-table td {\n    display: grid;\n    grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n    gap: 14px;\n    width: 100%;\n    box-sizing: border-box;\n    padding: 14px 0;\n    align-items: start;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n    border-bottom: none;\n  }\n\n  .spec-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .spec-table td:first-child {\n    display: none; \/* Hide standard cell on mobile, replaced by before content *\/\n  }\n\n  .spec-table td::before {\n    content: attr(data-label);\n    display: block;\n    min-width: 0;\n    font-size: 18px !important;\n    font-weight: 600;\n    line-height: 1.5;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n\n  .spec-table .spec-value {\n    display: block;\n    min-width: 0;\n    max-width: 100%;\n    font-size: 18px !important;\n    line-height: 1.5;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n}\n\n@media (max-width: 420px) {\n  .spec-table td {\n    grid-template-columns: 1fr;\n    gap: 6px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003cheader class=\"hero-block\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003e軽量設計 1.1ポンド（0.50kg）\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003e32,000RPM ハリケーンウィンド コードレスエアブロワー\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003e車の乾燥、落ち葉の掃き出し、ほこりの除去を瞬時に行える、さまざまな表面に対応したパワフルなハンディコードレスソリューションです。\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909170724\/abb72a8b8a4c12978568bf272f59df5a.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/header\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909170724\/c4928dd34f0bc3d3fedfcad7813ee6e4.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e32,000RPM高速モーター出力\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003e高速ブラシレスモーター構造を採用し、強力な風を素早く送り出します。たまった水、落ち葉、雪、頑固な汚れを数秒で吹き飛ばせます。\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eブラシレスモーター\u003c\/span\u003e \u003cspan class=\"tag\"\u003e32,000RPM\u003c\/span\u003e \u003cspan class=\"tag\"\u003e高効率パフォーマンス\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909170724\/1f7ca015307ef6ddaa9d0fd96beaccdb.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e無段階風量調節\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003e調整可能な風量ダイヤルで、清掃作業を思いどおりにコントロールできます。繊細な電子機器へのやさしいほこり払いから、屋外の頑固な汚れの清掃まで、風量をシームレスに調整できます。\u003cbr\u003e\n\u003cspan class=\"tag\"\u003e調整可能な風量\u003c\/span\u003e \u003cspan class=\"tag\"\u003e瞬時起動スイッチ\u003c\/span\u003e\u003c\/p\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=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909170724\/7df400ea74bdcdf74effdfed38ce8391.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eコードレスの利便性と収納ボックス付き\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003e21V充電式着脱バッテリーパックを搭載し、コードに縛られることなく自由に移動できます。ブロワー本体、バッテリー、充電器を安全に収納できる、耐衝撃キャリングボックスも付属しています。\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e21V着脱式バッテリー\u003c\/span\u003e \u003cspan class=\"tag\"\u003e充電式パック\u003c\/span\u003e \u003cspan class=\"tag\"\u003e専用ツールボックス\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL USE SCENARIO SECTION --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e1台で幅広い清掃に対応\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003e信頼できる1台のデバイスで、さまざまな環境の汚れに簡単に対応できます。\u003c\/p\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003e洗車・カー detailing\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003e濡れた車の外装、すき間、ガラス製フロントガラスを素早く乾燥させ、シートのごみも吹き飛ばせます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003e芝生・ガーデンケア\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eパティオ、私道、芝生に落ちた乾いた葉、土、軽い雪を簡単に掃き出せます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eデジタル機器・室内のほこり払い\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eパソコンのキーボード、PCハードウェア、ゲーム機、ソファ、手の届きにくい隅のほこりを掃除できます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e製品仕様\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Motor Type\"\u003eモータータイプ\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Motor Type\"\u003e\u003cspan class=\"spec-value\"\u003e高速ブラシレスモーター\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Speed Control\"\u003e速度調節\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Speed Control\"\u003e\u003cspan class=\"spec-value\"\u003e無段階速度調節\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003e電源\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003e\u003cspan class=\"spec-value\"\u003e21V充電式リチウムバッテリーパック（着脱式）\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Weight\"\u003e製品重量\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Weight\"\u003e\u003cspan class=\"spec-value\"\u003e1.1ポンド（0.50kg）\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Structure Design\"\u003e構造設計\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Structure Design\"\u003e\u003cspan class=\"spec-value\"\u003eマットブラック仕上げと赤いアクセントを施したT字型ハンディボディ\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Main Components\"\u003e主な構成部品\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Main Components\"\u003e\u003cspan class=\"spec-value\"\u003e排気口、モーターシリンダー、タービン吸気口、青色スタートスイッチ\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e同梱内容\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003eハンディエアブロワー、21Vバッテリー、電源充電器、保護ツールボックス\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 風量はどのように調整しますか？\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eこのブロワーには無段階速度調節機構が搭載されています。清掃作業に必要なパワーに合わせて、風量を簡単に調整できます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔋 バッテリーパックの充電方法と取り外し方を教えてください。\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eこのブロワーは、ハンドルの底部に取り付ける着脱式24V充電式バッテリーパックを使用します。充電または交換のために取り外す際は、バッテリーモジュールの赤いクイックリリースボタンを押して、スライドさせて取り外してください。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚠️ 使用中の安全上の注意事項はありますか？\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eはい。使用中は人に向けて空気を吹き付けないでください。ブロワー背面のタービン吸気口をふさがないでください。また、130,000RPMの高速モーターは動作中に大きな音がするため、耳の保護にも注意してください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"US","offer_id":48644892983508,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/abb72a8b8a4c12978568bf272f59df5a.jpg?v=1788945092","url":"https:\/\/omurio.com\/ja\/products\/cordless-turbo-air-blower-rjc","provider":"Omurio","version":"1.0","type":"link"}