{"product_id":"peppermint-oil-bug-repellent-rjc","title":"ペパーミントオイル虫よけ剤","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：天然薄荷精油驱虫喷雾\n目标受众：寻求安全、天然家庭防虫解决方案的家庭用户\n视觉风格：清新、自然、洁净。配色以白色、薄荷绿、清透蓝为主。\n模块顺序：Hero (整体价值) -\u003e Feature 1 (配方优势) -\u003e Feature 2 (核心作用\/场景) -\u003e Feature 3 (使用便捷性) -\u003e Specs (参数事实) -\u003e FAQ (疑虑消除)\n详情图映射：Hero=image_0.png, Feature1(Formula)=image_4.png, Feature2(Barrier)=image_1.png, Feature3(Usage)=image_2.png\n规格图映射：Specs数据来源于标签截图\n对比模块：未单独设立，但Feature 2使用了带有Before\/After概念的图片来体现效果。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #00A651; \/* Mint Green from label *\/\n    --primary-dark: #008c44;\n    --secondary: #007BFF; \/* Blue from label emphasizing freshness *\/\n    --accent: #FFC107; \/* Yellow accent from label *\/\n    --text-main: #212529;\n    --text-sub: #565E64;\n    --bg-body: #FFFFFF;\n    --bg-soft: #F8F9FA;\n    --bg-card: #FFFFFF;\n    --border-color: #E9ECEF;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --shadow-md: 0 8px 24px rgba(0,0,0,0.08);\n    --spacing-section: clamp(3rem, 8vw, 5rem);\n    --spacing-block: clamp(1.5rem, 4vw, 2.5rem);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3 {\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); }\n  .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); }\n  .product-detail-container h3 { font-size: 20px; }\n  .product-detail-container p { font-size: 18px; margin-bottom: 1.5rem; color: var(--text-sub); }\n  .product-detail-container li { font-size: 18px; margin-bottom: 0.5rem; }\n\n  \/* Utilities *\/\n  .text-primary { color: var(--primary); }\n  .flex-center { display: flex; align-items: center; justify-content: center; }\n  .img-fluid { display: block; width: 100%; height: auto; border-radius: var(--radius-md); object-fit: cover; }\n\n  \/* Layout Structure *\/\n  .pd-section {\n    margin-bottom: var(--spacing-section);\n  }\n\n  .two-col-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--spacing-block);\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .two-col-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n    .two-col-grid.reversed .col-media { order: 2; }\n    .two-col-grid.reversed .col-text { order: 1; }\n  }\n\n  \/* Components *\/\n  .trust-badge {\n    display: inline-flex;\n    align-items: center;\n    padding: 0.5rem 1rem;\n    background: var(--bg-soft);\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--primary-dark);\n    margin-bottom: 1.5rem;\n  }\n  .trust-badge span { margin-right: 0.5rem; }\n\n  .feature-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n  }\n  .feature-pill {\n    padding: 0.4rem 1rem;\n    background: var(--bg-soft);\n    border: 1px solid var(--border-color);\n    border-radius: 50px;\n    font-size: 16px;\n    color: var(--text-sub);\n    display: flex;\n    align-items: center;\n  }\n  .feature-pill i { margin-right: 0.5rem; color: var(--primary); }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    border: 1px solid var(--border-color);\n  }\n  .spec-table th, .spec-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .spec-table th {\n    background: var(--bg-soft);\n    font-weight: 600;\n    width: 40%;\n    color: var(--text-main);\n  }\n  @media (max-width: 767px) {\n    .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; box-sizing: border-box; }\n    .spec-table th { display: none; }\n    .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n    .spec-table td {\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem;\n    }\n    .spec-table td:last-child { border-bottom: none; }\n    .spec-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.25rem;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .faq-question::-webkit-details-marker { display: none; }\n  .faq-question::after {\n    content: '+';\n    font-size: 24px;\n    color: var(--primary);\n  }\n  details[open] .faq-question::after { content: '−'; }\n  .faq-answer {\n    margin-top: 1rem;\n    padding-right: 2rem;\n  }\n\u003c\/style\u003e\n\u003c!-- Section A: Hero --\u003e\n\u003cdiv class=\"pd-section two-col-grid\"\u003e\n\u003cdiv class=\"col-text\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e\n\u003cspan\u003e🌿\u003c\/span\u003e 植物由来の保護\u003c\/div\u003e\n\n\u003ch1\u003eペパーミントの力で自然に家を守る\u003c\/h1\u003e\n\n\u003cp\u003e厳しい化学薬品を使わずに家庭内の虫に対する安全で効果的なバリアを作りましょう。安心とさわやかで清潔な香りをお楽しみください。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cdiv class=\"feature-pill\"\u003e✅ 家族に安全*\u003c\/div\u003e\n\n\u003cdiv class=\"feature-pill\"\u003e✅ フレッシュな香り\u003c\/div\u003e\n\n\u003cdiv class=\"feature-pill\"\u003e✅ 室内＆屋外用\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"font-size: 14px; margin-top: 0.5rem; color: var(--text-sub);\"\u003e*指示通りに使用した場合。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"col-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"天然ペパーミント虫よけスプレー\" cke-id=\"img61\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260722093727\/c366a2b60551e7cf2f79dbf0129ba814.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 1 - Formula Focus --\u003e\n\n\u003cdiv class=\"pd-section two-col-grid reversed\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"植物由来の処方\" cke-id=\"img62\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260722093727\/39c1ebec262bf34277b8d9f567b96fb2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003e自然が作り、家族に信頼される処方\u003c\/h2\u003e\n\n\u003cp\u003e天然のペパーミントオイルの忌避効果を活用。化学薬品の臭いではなく、さわやかで心地よい香りを残しながら一般的な害虫を効果的に追い払います。清潔な生活空間のための優しくも強力な解決策です。\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cdiv class=\"feature-pill\"\u003e🌱 人工香料不使用\u003c\/div\u003e\n\n\u003cdiv class=\"feature-pill\"\u003e💧 水ベースのキャリア\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 2 - Barrier\/Scenario Focus --\u003e\n\n\u003cdiv class=\"pd-section two-col-grid\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"虫に対する見えない盾\" cke-id=\"img63\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260722093727\/445513cc911e8be136b38263c7778e37.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003e侵入者に対するあなたの見えない盾\u003c\/h2\u003e\n\n\u003cp\u003e虫を殺すだけでなく、侵入させない。ドア、窓、巾木、ガレージの角にスプレーして保護の境界線を作りましょう。このバリアがアリ、クモ、ゴキブリの侵入を防ぎます。\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e侵入経路を効果的に狙う\u003c\/li\u003e\n\t\u003cli\u003eキッチン、地下室、パティオに最適\u003c\/li\u003e\n\t\u003cli\u003e長持ちする残効効果\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 3 - Ease of Use Focus --\u003e\n\n\u003cdiv class=\"pd-section two-col-grid reversed\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"使いやすいスプレーボトル\" cke-id=\"img64\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260722093727\/a4f2734374096d1ec332cf55a131063f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003e振って、スプレーして、リラックス\u003c\/h2\u003e\n\n\u003cp\u003e害虫駆除は面倒な作業である必要はありません。使いやすいトリガースプレーボトルで簡単に塗布できます。軽く振って、保護したい場所にスプレーするだけ。混ぜる必要も準備も不要で、すぐに効果を発揮します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section C: Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e製品タイプ\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e天然虫よけスプレー\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e有効成分\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Active Ingredient\"\u003eペパーミントオイル（2.0％）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eその他の成分\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Other Ingredients\"\u003eラウリル硫酸ナトリウム（1.0％）、水＆乳化剤（97.0％）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e容量\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Volume\"\u003e120ml（約4液量オンス）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e塗布タイプ\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Application Type\"\u003eトリガースプレー\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e香り\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Scent\"\u003eフレッシュペパーミント\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Section D: FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003e子供やペットの周りで使っても安全ですか？\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eはい、ラベルの指示通りに使用すれば安全です。当社の処方は厳しい合成農薬ではなく植物由来の精油を使用しているため、家族のいる家庭に適しています。処理した表面は必ず乾かしてから触れてください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eどんな虫を追い払いますか？\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eアリ、クモ、ゴキブリ、シミなどの一般的な家庭内這う昆虫を追い払うように設計されています。処理した場所への侵入を防ぐバリアを作るのに役立ちます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003e強い匂いや残留物は残りますか？\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eスプレーは使用時に強くて新鮮な天然ペパーミントの香りがし、時間とともに心地よく消えていきます。ほとんどの表面で透明に乾き、ベタつく残留物を残しません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newzyhoome","offers":[{"title":"1パック（スターターキット）","offer_id":48393663873236,"sku":"0722-14091195","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2パック（屋内・屋外シールド - 10%割引）","offer_id":48393663906004,"sku":"0722-14095611","price":22.95,"currency_code":"USD","in_stock":true},{"title":"3パック（家全体の周囲用 - 15%割引）","offer_id":48393663938772,"sku":"0722-14099429","price":32.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/c366a2b60551e7cf2f79dbf0129ba814.jpg?v=1785396041","url":"https:\/\/omurio.com\/ja\/products\/peppermint-oil-bug-repellent-rjc","provider":"Omurio","version":"1.0","type":"link"}