{"product_id":"high-precision-smart-scale-rjc","title":"高精度スマート体重計","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：智能蓝牙体脂秤\n  目标受众：关注健康数据、需要长期追踪身体状况的个人及家庭用户\n  视觉风格：现代简洁、科技感、专业可靠（蓝白配色为主，强调精准与智能）\n  配色策略：提炼原图中的科技蓝作为强调色，配合深灰文字和浅灰背景营造专业感。\n  模块顺序：Hero (核心价值) -\u003e Feature 1 (20项数据) -\u003e Feature 2 (智能同步) -\u003e Feature 3 (硬件精准度) -\u003e Feature 4 (便捷操作) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_4.png, Feature1=image_5.png, Feature2=image_0.png, Feature3=image_3.png, Feature4=image_6.png\n  规格图映射：Specs=image_7.png, image_8.png\n  对比模块：未加入（无明显竞品对比需求，聚焦自身核心功能展示）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #007bff;\n      --primary-hover: #0056b3;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f4f8;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #e9ecef;\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n      line-height: 1.7;\n    }\n\n    \/* Layout Utility *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-grid {\n      display: grid;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-2.reverse {\n        direction: rtl;\n      }\n      .pd-grid-2.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Image Handling *\/\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/10;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 600;\n      font-size: 18px;\n    }\n    @media (max-width: 767px) {\n       .img-placeholder { aspect-ratio: 4\/3; }\n    }\n\n    \/* Components *\/\n    .pd-trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 30px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-card);\n      padding: 0.4rem 0.8rem;\n      border-radius: 8px;\n      font-size: 16px;\n      color: var(--text-sub);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n    .pd-specs-table th, .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-specs-table th {\n      color: var(--text-main);\n      font-weight: 600;\n      width: 40%;\n      background: var(--bg-soft);\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1.5rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-specs-table td, .pd-specs-table th {\n        padding: 1rem;\n        text-align: right;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .pd-specs-table th { background: transparent; font-weight: 400; color: var(--text-sub); }\n      .pd-specs-table td { font-weight: 600; color: var(--text-main); background: var(--bg-card);}\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      padding: 1.5rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n    }\n    .pd-faq-item h3 { margin-top: 0; color: var(--primary); }\n    .pd-faq-item p { margin-bottom: 0; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003e健やかな毎日を総合的にサポートする設計\u003c\/span\u003e\n\u003ch1\u003e20項目の身体指標で、よりスマートな健康管理を\u003c\/h1\u003e\n\u003cp\u003e体重測定の先へ。体組成データをBluetooth経由でスマートフォンに瞬時に同期し、健康状態を手軽に記録しながら、長期的な変化を確認できます。\u003c\/p\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/a4b9a441ce983123cc4559be1a7b1971.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: 20 Metrics --\u003e\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/ef0601b76e64e457cb061fdaf43e4470.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e体重だけではわからないことまで把握\u003c\/h2\u003e\n\u003cp\u003eたった1回乗るだけで、自分の身体の状態を総合的に把握できます。このスマート体重計は、BMI、体脂肪率、筋肉量、水分量など、20項目の重要な身体指標を分析し、生活習慣についてより良い判断を下せるようサポートします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Smart Sync \u0026 Tracking --\u003e\n\u003cdiv class=\"pd-section pd-grid pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/6a73b3af83cca8b2a4850a56f1e7a223.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e手軽に記録、進捗を可視化\u003c\/h2\u003e\n\u003cp\u003e測定値はBluetooth経由で無料アプリに自動同期されます。わかりやすい推移グラフと履歴データで健康状態の変化を確認できるため、モチベーションを維持しながら目標達成に向けて取り組めます。\u003c\/p\u003e\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBluetooth接続\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 3: Accuracy \u0026 Build --\u003e\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/2d08d60f09783552df1a288c163efca8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e精度と見やすさを追求した設計\u003c\/h2\u003e\n\u003cp\u003e4つの高精度センサーとスタイリッシュな6mm強化ガラス製台座を搭載し、最大400ポンドまで信頼性の高い正確な測定を実現します。LEDディスプレイには明るく見やすい数字が表示され、昼夜を問わず簡単に読み取れます。\u003c\/p\u003e\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e高精度センサー4基\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e強化ガラス製台座\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e見やすいLEDディスプレイ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Convenience (Auto On\/Off) --\u003e\n\u003cdiv class=\"pd-section pd-grid pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/3e88f74ecb97430097c4ec1ec4e19556.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e乗るだけですぐ測定できるテクノロジー\u003c\/h2\u003e\n\u003cp\u003eタップ操作や待ち時間は不要です。台座に乗るだけで、すぐに測定できます。降りて数秒後には自動的に電源が切れ、電池を節約できるため、毎日の使用もスムーズです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003e製品仕様\u003c\/h2\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n \u003ctr\u003e\n \u003cth\u003eサイズ\u003c\/th\u003e\n \u003ctd\u003e10.94インチ × 10.94インチ × 1インチ\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth\u003e最大計量\u003c\/th\u003e\n \u003ctd\u003e400ポンド\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth\u003e台座素材\u003c\/th\u003e\n \u003ctd\u003e6mm強化ガラス\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth\u003e接続\u003c\/th\u003e\n \u003ctd\u003eBluetooth\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth\u003eカラー\u003c\/th\u003e\n \u003ctd\u003eホワイト、ブラック\u003c\/td\u003e\n \u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eよくあるご質問\u003c\/h2\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e素足で体重計を使用する必要がありますか？\u003c\/h3\u003e\n\u003cp\u003eはい。体脂肪率や筋肉量などの正確な体組成データを得るには、体重計の表面にある4つの金属電極に素足で直接触れてください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eこの体重計はカーペットの上で使用できますか？\u003c\/h3\u003e\n\u003cp\u003eいいえ。最も正確で安定した測定結果を得るには、タイル、フローリング、コンクリートなどの硬く平らな床面に体重計を設置してください。カーペットなどの柔らかい表面では、精度に影響が出ます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e1台の体重計を複数人で使用できますか？\u003c\/h3\u003e\n\u003cp\u003eはい、もちろんです。このアプリは複数のユーザープロフィールに対応しているため、ご家族での利用に最適です。それぞれのデータは個別に測定・保存されます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"ホワイト","offer_id":48431181037780,"sku":"1730128873910407587","price":25.95,"currency_code":"USD","in_stock":true},{"title":"黒","offer_id":48431181070548,"sku":null,"price":25.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/aaedc88d2c3e612cf8963af48a029f7f.jpg?v=1786012328","url":"https:\/\/omurio.com\/ja\/products\/high-precision-smart-scale-rjc","provider":"Omurio","version":"1.0","type":"link"}