{"product_id":"nano-hydroxyapatite-enamel-repair-rjc","title":"ナノハイドロキシアパタイト エナメル修復","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：功能型牙膏（修复+抗敏+美白）\n  目标受众：牙齿敏感人群、追求无氟\/天然成分的成人\n  视觉风格：专业、洁净、科技感（银色金属）与自然（绿色薄荷）结合\n  配色策略：以深蓝灰色为主标题色，辅以薄荷绿强调天然属性，背景采用干净的白色和极淡的灰\/蓝色调。\n  模块顺序：Hero (核心利益汇总) -\u003e Feature 1 (核心科技 nHAP修复) -\u003e Feature 2 (可视化效果 美白去渍) -\u003e Feature 3 (安全配方信任状) -\u003e How to Use (使用指导) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_3.png, Feature1=image_1.png, Feature2=image_6.png, Feature3=image_0.png, HowTo=image_5.png\n  规格图映射：Specs=image_8.png (提取120g)\n  对比模块：未单独设立，已整合至 Feature 2 的 Before\/After 图片展示中，更直观。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #2C3E50;\n      --primary-hover: #34495E;\n      --secondary: #4CAF50; \/* Mint Green accent *\/\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-soft: #F8F9FA;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n      --spacing-block: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.6;\n      color: var(--text-main);\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 30px);\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 1rem;\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(16px, 1.5vw, 18px);\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Standard Image Handling (Scheme A) *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-weight: 500;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n\n    \/* Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section);\n    }\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--secondary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-block);\n      margin-bottom: var(--spacing-block);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* How To Use Section *\/\n    .steps-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: var(--spacing-block);\n        text-align: center;\n    }\n    .step-item h3 {\n        color: var(--primary);\n        margin-top: 1rem;\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background: var(--bg-soft);\n      padding: var(--spacing-block);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid #e0e0e0;\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 40%;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid #eee;\n      padding-bottom: 1.5rem;\n    }\n    .faq-question {\n        font-weight: 600;\n        font-size: 18px;\n        color: var(--primary);\n        margin-bottom: 0.5rem;\n        display: flex;\n        align-items: center;\n    }\n    .faq-question::before {\n        content: \"Q.\";\n        color: var(--secondary);\n        margin-right: 0.5rem;\n        font-weight: 700;\n    }\n    .faq-answer {\n        margin-bottom: 0;\n        padding-left: 1.5rem;\n    }\n\n    \/* Mobile Responsiveness *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item:nth-child(even) {\n        flex-direction: column;\n      }\n      .feature-media {\n        order: -1; \/* Image on top *\/\n      }\n      .steps-grid {\n          grid-template-columns: 1fr;\n      }\n      \n      \/* Mobile Table *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border-bottom: none; }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid #eee;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"trust-badge\"\u003e✨ 先進のエナメル修復処方\u003c\/span\u003e\n\u003ch1\u003e強さを取り戻し、知覚過敏を解消。\u003c\/h1\u003e\n\n\u003cp\u003e7.5%ナノハイドロキシアパタイトの画期的な力を体験してください。このフッ素不使用の歯磨き粉はエナメル質を再生し、笑顔を明るくし、敏感な歯に持続的な緩和をもたらします。\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/1d1a2e2ae4e948729f8903da7d2e0b9d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/71039d7362603bc465ca721ac1e3d318.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eエナメル質再生の科学\u003c\/h2\u003e\n\n\u003cp\u003e主成分のナノハイドロキシアパタイト（nHAP）は、歯のエナメル質の97%を構成するミネラルと同じです。歯に積極的に結合して微小な損傷や管を埋め、神経を麻痺させるだけでなく知覚過敏の根本原因にアプローチします。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e7.5% nHAP濃度\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eエナメル質を強化\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e知覚過敏を和らげる\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: The Results (Whitening \u0026 Clean) --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/820846c703a9b2d99cabdf1770771f39.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e7日で目に見えて白い歯に\u003c\/h2\u003e\n\n\u003cp\u003e研磨剤を使わずに明るい笑顔を実現。私たちの処方はプラーク、歯石の蓄積、表面の着色を効果的に除去し、自然な白さを引き出します。将来の歯石の蓄積を抑制するプロレベルのクリーンさをお楽しみください。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eプラークの除去\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e歯石の抑制\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e笑顔を明るく\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: The Safe Formula --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/384235c560e926d205129f8b1f4ae8db.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e信頼できるクリーンな処方\u003c\/h2\u003e\n\n\u003cp\u003e私たちは妥協のない効果的なケアを信じています。ビーガン処方はフッ素、SLS（硫酸塩）、内分泌かく乱物質を含まず、自然なペパーミントで味付けされており、長時間の口臭ケアを提供し、誰でも毎日安心して使えます。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eフッ素不使用\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eビーガン＆動物実験なし\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSLS不使用\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Optional: How to Use --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eシンプルな毎日のルーティン\u003c\/h2\u003e\n\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/88c0da6d90357465da89a61af8e6faa2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e正味重量\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e120g（約4.23オンス）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e有効成分\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e7.5% ナノハイドロキシアパタイト（nHAP）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eフレーバー\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e自然なペパーミント\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e主な処方の利点\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eフッ素不使用、SLS不使用、ビーガン\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eこの歯磨き粉は毎日使っても安全ですか？\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eはい、もちろんです。当社の処方はフッ素不使用、SLS不使用で、生体適合性のナノハイドロキシアパタイトを使用しているため、敏感な歯の方でも1日2回の使用に十分安全で優しいです。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eどのくらいで効果が見えますか？\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003e多くのユーザーが、継続使用7日以内に目に見えて歯が白くなり、口臭が爽やかになったと報告しています。エナメル質の修復と知覚過敏の緩和には、nHAPが歯の構造を効果的に再構築するために少なくとも28日間の継続使用を推奨します。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eどんな味がしますか？\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003e爽やかで自然なペパーミントフレーバーが特徴で、強すぎず人工的でない長時間持続する口臭ケアを提供します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1パック（ホームエッセンシャル）","offer_id":48049487020244,"sku":"0526-16252114","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2パック（60日間エナメル修復サイクル）","offer_id":48049487053012,"sku":"0526-16256927","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3パック（90日間完全変身）","offer_id":48049487085780,"sku":"0526-16253119","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/1d1a2e2ae4e948729f8903da7d2e0b9d_0c1464d0-20cd-4ad3-ad48-e04de6554296.jpg?v=1780564266","url":"https:\/\/omurio.com\/ja\/products\/nano-hydroxyapatite-enamel-repair-rjc","provider":"Omurio","version":"1.0","type":"link"}