{"product_id":"pet-specific-washer-cleaner-rjc","title":"ペット専用洗濯機クリーナー","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Pet-Focused Washing Machine Cleaner Tablets\nTarget Audience: Pet owners, homeowners, families dealing with pet hair and odors\nVisual Style: Clean, Professional, Trustworthy\nColor Strategy: \n  - Primary: #0ea5e9 (Fresh Ocean Blue - represents deep cleaning)\n  - Secondary: #10b981 (Mint Green - represents freshness and safety)\n  - Background: #ffffff (Pure White), #f8fafc (Slight off-white for contrast)\nShape Strategy: Radius 16px (Friendly, approachable for home\/pet products)\nTypography Strategy: Large Type (H1 40px+) \/ Mobile-first highly readable\nMobile Table Strategy: Card-based flex layout (Absolute zero horizontal scroll)\nImage Mapping: \n  - Hero = [ 📷 需替换：image_1 ] (Product box and tablets with pets)\n  - Feature 1 = [ 📷 需替换：image_deep_clean ]\n  - Feature 2 = [ 📷 需替换：image_pet_hair ]\n  - Feature 3 = [ 📷 需替换：image_easy_use ]\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      --primary: #0ea5e9;\n      --primary-hover: #0284c7;\n      --accent: #10b981;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-highlight: #f0fdf4;\n      --border-color: #e2e8f0;\n      \n      --radius-sm: 8px;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      \n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);\n\n      --gap-section: clamp(3rem, 8vw, 6rem);\n      --gap-element: clamp(1.5rem, 4vw, 2.5rem);\n    }\n\n    \/* Global Resets for Container *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 34px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(22px, 3vw, 26px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Image Protocol A: Natural Flow *\/\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: 4\/3;\n      background-color: var(--bg-card);\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-size: 18px;\n      font-weight: 600;\n      text-align: center;\n      padding: 2rem;\n    }\n\n    \/* Non-clickable Badges *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n    \n    .visual-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--bg-highlight);\n      color: var(--primary-hover);\n      padding: 0.75rem 1.25rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      border: 1px solid rgba(14, 165, 233, 0.2);\n    }\n\n    \/* Sections *\/\n    .pd-section {\n      margin-bottom: var(--gap-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: 2rem 0 4rem;\n    }\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto var(--gap-element);\n    }\n\n    \/* Z-Pattern Features - Strict Mobile Lock *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--gap-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Lock *\/\n      gap: var(--gap-element);\n      align-items: center;\n    }\n\n    .feature-media {\n      width: 100%;\n      order: -1; \/* Mobile Lock: Image Always Top *\/\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    .feature-copy ul {\n      padding-left: 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-copy li {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 0.75rem;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-item:nth-child(even) .feature-media {\n        order: 2; \/* Desktop Z-Pattern Alternation *\/\n      }\n      .feature-item:nth-child(even) .feature-copy {\n        padding-right: 3rem;\n      }\n      .feature-item:nth-child(odd) .feature-copy {\n        padding-left: 3rem;\n      }\n    }\n\n    \/* Step by Step *\/\n    .steps-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    \n    .step-card {\n      background: var(--bg-card);\n      padding: 2.5rem;\n      border-radius: var(--radius-lg);\n      text-align: center;\n      border: 1px solid var(--border-color);\n    }\n    \n    .step-number {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 48px;\n      height: 48px;\n      background: var(--primary);\n      color: white;\n      border-radius: 50%;\n      font-size: 24px;\n      font-weight: 800;\n      margin-bottom: 1.5rem;\n    }\n\n    @media (min-width: 768px) {\n      .steps-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n\n    \/* Specs Table - Strict Mobile Card Layout *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 1.25rem 1.5rem;\n      text-align: left;\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background: var(--primary);\n      color: white;\n      font-weight: 600;\n    }\n\n    .specs-table tbody tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table tbody tr:last-child {\n      border-bottom: none;\n    }\n\n    \/* CRITICAL: Mobile Card Transformation *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none;\n      }\n      \n      .specs-table {\n        background: transparent;\n        box-shadow: none;\n      }\n      \n      .specs-table tr {\n        background: var(--bg-body);\n        margin-bottom: 1rem;\n        border-radius: var(--radius-md);\n        border: 1px solid var(--border-color);\n        box-shadow: var(--shadow-sm);\n        padding: 0.5rem 0;\n      }\n      \n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 1rem 1.5rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.5rem;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n    \n    .faq-item {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .faq-item h3 {\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n      font-size: clamp(20px, 3vw, 22px);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e🐾 ペットオーナー推奨\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🌿 浄化槽対応\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eペットのいる家庭のための究極の洗濯機デトックス\u003c\/h1\u003e\n\n\u003cp\u003e頑固なペットの毛の蓄積を簡単に溶かし、残った臭いを中和し、洗濯機の隠れた部分を一つのタブレットで徹底洗浄します。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- Image A Protocol applied: width 100%, height auto natively via CSS --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410153927\/51295e978d13633261f716a4327c07b2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-list\"\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 referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410153927\/648ce93c06d1e4ac037e02b9e760db79.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洗濯機のドラムはきれいに見えても、バルブ、ホース、シールの中には汚れや残留物、細菌が潜んでいます。強力な発泡フォーミュラがこれらの見えない部分に深く浸透します。\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e頑固な汚れを分解：\u003c\/strong\u003e石鹸カスやミネラルの堆積物を分解します。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e悪臭を根絶：\u003c\/strong\u003e湿気やカビ臭の原因を直接狙います。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e衛生的な仕上がり：\u003c\/strong\u003e毎回の洗濯で完全に新鮮な洗濯機と清潔な洗濯物を実感できます。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\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 referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410153927\/fba971c549396ba192bb374037c04daa.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一般的な洗浄剤はペットのいる家庭には適していません。このフォーミュラは強い香料で臭いを隠すのではなく、ペットの臭いを化学的に根本から中和します。\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e毛の蓄積を減少：\u003c\/strong\u003e排水ポンプやフィルター内の汚れの蓄積を分解します。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e水流を維持：\u003c\/strong\u003eペットの毛やフケによる詰まりを防ぎます。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eメンテナンスの手間軽減：\u003c\/strong\u003e家電をスムーズに稼働させ、手動での徹底洗浄の手間を省きます。\u003c\/li\u003e\n\u003c\/ul\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410153927\/857e95bc77ab913985fdfd116540e524.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清潔な洗濯機は効率的な洗濯機です。定期的な月次メンテナンスで、高価な家電の早期劣化を防ぎます。\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eユニバーサル互換性：\u003c\/strong\u003eすべての高効率（HE）、前面式、上面式洗濯機に100％安全です。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e年間を通じた保護：\u003c\/strong\u003e洗濯機の寿命を延ばすための簡単で積極的なソリューションを提供。\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e優れたコストパフォーマンス：\u003c\/strong\u003e常にメンテナンス用のストックがあるように大容量パックでご用意。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- How to Use Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003e速く、簡単で、手間いらずのメンテナンス\u003c\/h2\u003e\n\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\n\u003ch3\u003eドラムを空にする\u003c\/h3\u003e\n\n\u003cp\u003e洗濯機のドラムが完全に空であることを確認してください。衣類と一緒にタブレットを使用しないでください。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\n\u003ch3\u003eタブレットを投入\u003c\/h3\u003e\n\n\u003cp\u003e速溶性のタブレットを1錠、洗剤投入口ではなく洗濯機のドラム内に直接入れてください。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\n\u003ch3\u003e温水サイクルを実行\u003c\/h3\u003e\n\n\u003cp\u003e温水サイクルまたは「洗濯機クリーニング」設定を選択し、完全に運転させます。緩んだ汚れを拭き取ってください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\n\u003cp\u003e洗浄ルーチンに完璧に適合する正確な寸法。\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e仕様\u003c\/th\u003e\n\t\t\t\u003cth\u003eメートル法表示\u003c\/th\u003e\n\t\t\t\u003cth\u003eインチ表示\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eタブレット寸法（1錠あたり）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Measurement\"\u003e26.3 x 13.6 x 49.0 mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Measurement\"\u003e1.03 x 0.53 x 1.92インチ\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eパッケージ寸法（箱）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Measurement\"\u003e80.0 x 90.0 x 49.0 mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Measurement\"\u003e3.14 x 3.54 x 1.92インチ\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e正味重量（1箱あたり）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Measurement\"\u003e180 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Measurement\"\u003e6.35オンス\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eパッケージ内容\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Measurement\"\u003e1箱あたり12錠\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Measurement\"\u003e1箱あたり12錠\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e対応家電\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Measurement\"\u003eフロントロード、トップロード、HE対応\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Measurement\"\u003eフロントロード、トップロード、HE対応\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"margin-bottom: 2rem;\"\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e浄化槽のある家庭でも安全ですか？\u003c\/h3\u003e\n\n\u003cp\u003eはい、もちろんです。発泡性のクリーニングタブレットは、浄化槽に安全で、浄化槽の自然なバランスを乱さないように特別に配合されています。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e大量のペットの毛の塊を溶かせますか？\u003c\/h3\u003e\n\n\u003cp\u003e腐食性の酸ではありませんが、この配合は汚れを緩め、ペットの毛や糸くずがフィルターや排水ポンプで固まる原因となる結合剤を分解し、通過しやすくするよう設計されています。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eこのクリーナータブレットはどのくらいの頻度で使うべきですか？\u003c\/h3\u003e\n\n\u003cp\u003e抜け毛の多いペットがいるご家庭には、最適な清潔さを保ち、ひどい汚れの蓄積を防ぐために、2～4週間に1回のペースで1錠の使用をおすすめします。通常のメンテナンスには、月に1回で十分です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🔵 1パック（12錠） 標準  ","offer_id":48113166680276,"sku":"0410-16393068","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2パック（24錠） 15%お得（最も人気）  ","offer_id":48113166713044,"sku":"0410-16391052","price":20.95,"currency_code":"USD","in_stock":true},{"title":"💎 3パック（36錠） 最高の価値","offer_id":48113166745812,"sku":"0410-16394844","price":30.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/51295e978d13633261f716a4327c07b2.jpg?v=1781606075","url":"https:\/\/omurio.com\/ja\/products\/pet-specific-washer-cleaner-rjc","provider":"Omurio","version":"1.0","type":"link"}