{"product_id":"rohto-meme","title":"Rohto Meme Moisture Tear Serum","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #0077b6;\n  --acc-dark: #004f7c;\n  --acc-light: #e0f2fe;\n  --acc-mid: #4da6d4;\n  font-family: inherit;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n}\n\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3,\n.pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* ===== HERO ===== *\/\n.pd-wrap .pd-hero {\n  position: relative;\n  overflow: hidden;\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 14px;\n  padding: 48px 32px 40px;\n  text-align: center;\n  margin-bottom: 24px;\n}\n\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px;\n  right: -60px;\n  width: 240px;\n  height: 240px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.07);\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px;\n  left: -40px;\n  width: 300px;\n  height: 300px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero .hero-badges {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin-bottom: 16px;\n}\n\n.pd-wrap .pd-hero .hero-badge {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  border: 1px solid rgba(255,255,255,0.35);\n  border-radius: 20px;\n  padding: 4px 14px;\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 0.04em;\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 34px) !important;\n  font-weight: 800 !important;\n  margin-bottom: 10px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n}\n\n.pd-wrap .pd-hero .hero-tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: 15px;\n  margin-bottom: 20px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n}\n\n.pd-wrap .pd-hero .hero-pills {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n\n.pd-wrap .pd-hero .hero-pill {\n  background: rgba(255,255,255,0.22);\n  color: #fff;\n  border-radius: 20px;\n  padding: 5px 16px;\n  font-size: 13px;\n  font-weight: 600;\n  border: 1px solid rgba(255,255,255,0.4);\n}\n\n\/* ===== CARD ===== *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 12px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,119,182,0.08);\n  border: 1px solid #e8f4fb;\n}\n\n.pd-wrap .section-title {\n  position: relative;\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--acc);\n  padding-left: 14px;\n  margin-bottom: 16px;\n  border-bottom: 2px solid var(--acc-light);\n  padding-bottom: 8px;\n}\n\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 2px;\n  bottom: 2px;\n  width: 4px;\n  background: #f59e0b;\n  border-radius: 2px;\n}\n\n\/* ===== OVERVIEW ===== *\/\n.pd-wrap .overview-text {\n  font-size: 15px;\n  line-height: 1.8;\n  color: #444;\n}\n\n\/* ===== ACTION GRID ===== *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-bottom: 20px;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .action-card {\n  background: var(--acc-light);\n  border-radius: 10px;\n  padding: 18px 16px;\n  border: 1px solid var(--acc-mid);\n  position: relative;\n}\n\n.pd-wrap .action-card .num-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 26px;\n  height: 26px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-size: 13px;\n  font-weight: 700;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .action-card h3 {\n  font-size: 14px !important;\n  font-weight: 700 !important;\n  color: var(--acc) !important;\n  margin-bottom: 6px !important;\n}\n\n.pd-wrap .action-card .ing-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 12px;\n  padding: 2px 10px;\n  font-size: 11px;\n  font-weight: 600;\n  margin-bottom: 6px;\n}\n\n.pd-wrap .action-card p {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ===== INGREDIENT TABLE ===== *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #e8f4fb;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .cat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 2px 8px;\n  font-size: 11px;\n  font-weight: 600;\n  margin-bottom: 4px;\n}\n\n\/* ===== EFFICACY ===== *\/\n.pd-wrap .efficacy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  color: var(--acc);\n  border: 1px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 6px 16px;\n  font-size: 13px;\n  font-weight: 600;\n}\n\n\/* ===== DOSAGE TABLE ===== *\/\n.pd-wrap .dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n  margin-bottom: 14px;\n}\n\n.pd-wrap .dosage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: center;\n}\n\n.pd-wrap .dosage-table tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #e8f4fb;\n  text-align: center;\n}\n\n.pd-wrap .dosage-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .dosage-note {\n  border-left: 4px solid var(--acc);\n  background: var(--acc-light);\n  padding: 12px 16px;\n  border-radius: 0 8px 8px 0;\n  font-size: 13px;\n  color: #444;\n  line-height: 1.7;\n}\n\n\/* ===== BRAND STORY ===== *\/\n.pd-wrap .brand-text {\n  font-size: 14px;\n  line-height: 1.8;\n  color: #444;\n}\n\n\/* ===== CAUTION ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 10px 10px 0;\n  padding: 20px 20px 16px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .caution-box h3 {\n  font-size: 16px !important;\n  font-weight: 700 !important;\n  color: #b45309 !important;\n  margin-bottom: 12px !important;\n}\n\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n\n.pd-wrap .caution-box ul li {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.7;\n  margin-bottom: 4px;\n}\n\n\/* ===== STORAGE ===== *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 10px 10px 0;\n  padding: 20px 20px 16px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .storage-box h3 {\n  font-size: 16px !important;\n  font-weight: 700 !important;\n  color: #1e3a6e !important;\n  margin-bottom: 12px !important;\n}\n\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n\n.pd-wrap .storage-box ul li {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.7;\n  margin-bottom: 4px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- 1. HERO --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003eClass 3 OTC Drug\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eEye drops\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eWith thick, moisturizing care,\u003cbr\u003eGently cares for the eyes\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eThe viscous formulation that replicates the tear film stays on dry eyes for a long time\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e💧 High-moisture viscosity formula\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e👁️ Contact and colored Contact lenses OK\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🌊 Contains corneal treatment ingredients\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e↗️ Suitable for angled and sideways application\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp class=\"overview-text\"\u003e\n      \"Rohto Meme Moisture Tear Serum\" is a moisturizing eye drops developed by Rohto Pharmaceutical with a viscous formula. The thick, viscous formulation envelops the eyes like a tear film, gently caring for dry eyes. It contains the corneal treatment ingredient \"Sodium chondroitin sulfate ester\" at the maximum concentration within standards and is chosen by those concerned about eye fatigue and dryness.\n    \u003c\/p\u003e\n    \u003cp class=\"overview-text\" style=\"margin-top:10px;\"\u003e\n      Can be used with or without lenses, including soft Contact lenses, hard Contact lenses, and colored Contact lenses. The nozzle is designed to prevent liquid from running out easily, making it easy to apply without tilting your face upward. The design also features a hidden heart on the cap and a transparent bottle.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 特長グリッド --\u003e\n  \u003cdiv class=\"action-grid\"\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eHigh-moisture viscosity formula\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eHydroxyethyl cellulose\u003c\/span\u003e\n      \u003cp\u003eThe high-viscosity moisturizing ingredient forms a moisturizing film on the eyes, protecting them from dryness for a long time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eCorneal treatment ingredient\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eSodium chondroitin sulfate ester\u003c\/span\u003e\n      \u003cp\u003eContains corneal protection and eye fatigue care ingredients at the maximum concentration within standards.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eContact and colored Contact lenses OK\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eCompatible with soft and hard lenses\u003c\/span\u003e\n      \u003cp\u003eCan be used while wearing Contact lenses. Also usable without lenses.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003eCreates a comfortable eye environment\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003ePotassium chloride \/ Sodium chloride\u003c\/span\u003e\n      \u003cp\u003eMineral ingredients create a comfortable environment for the eyes and relieve dryness and fatigue.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. 有効成分テーブル --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eActive ingredients and amounts\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredient name\u003c\/th\u003e\n            \u003cth\u003eAmount\u003c\/th\u003e\n            \u003cth\u003eClassification\u003c\/th\u003e\n            \u003cth\u003eFunction\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSodium chondroitin sulfate ester\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e0.5％\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eCorneal treatment\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eProtects the cornea and cares for eye fatigue\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHydroxyethyl cellulose (HEC)\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e0.6％\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eViscosity ingredient\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eForms a moisturizing film on the eyes with a high-viscosity texture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003ePotassium chloride\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e0.02％\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eCreates a comfortable environment for the eyes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSodium chloride\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e0.4％\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eRelieves dry and tired eyes\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12px;color:#888;margin-top:8px;\"\u003e\n      〔Additives〕Sodium hyaluronate, boric acid, borax, l-menthol, polysorbate 80, edetate disodium, polyhexamethylene biguanide hydrochloride, pH adjuster\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. 効能・効果 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eIndications and Effects\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-tags\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eTear fluid support (dry eyes)\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eEye fatigue\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eEye blurriness (such as when there is a lot of eye discharge)\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eDiscomfort when wearing soft Contact lenses\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eDiscomfort when wearing hard Contact lenses\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. 用法・用量 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eUsage and Dosage\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"dosage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTarget\u003c\/th\u003e\n            \u003cth\u003eAmount per application\u003c\/th\u003e\n            \u003cth\u003eNumber of times per day\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAdults and children (under guardian supervision)\u003c\/td\u003e\n            \u003ctd\u003e1 to 2 drops\u003c\/td\u003e\n            \u003ctd\u003e3 to 4 times\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dosage-note\"\u003e\n      ・When used by children, use under the guidance and supervision of a guardian.\u003cbr\u003e\n      ・Do not let the tip of the container touch eyes, eyelids, or eyelashes (to prevent contamination or foreign matter).\u003cbr\u003e\n      ・Do not use if cloudy.\u003cbr\u003e\n      ・For eye drops use only.\u003cbr\u003e\n      ・Can be used even when not wearing Contact lenses.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. ブランドストーリー --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e🌱 Brand Story\u003c\/h2\u003e\n    \u003cp class=\"brand-text\"\u003e\n      Rohto Pharmaceutical, founded in 1899 (Meiji 32), has led Japan's ophthalmology field as \"Rohto Eye Drops.\" With over 100 years of research and development, it continues to pursue eye health and comfort, growing into a trusted brand in eye drops, skincare, digestive medicines, and more.\n    \u003c\/p\u003e\n    \u003cp class=\"brand-text\" style=\"margin-top:10px;\"\u003e\n      \"Rohto Meme\" is a moisturizing eye drops brand created to suit the spread of digital devices and modern lifestyles. With the concept \"Be cute from your eyes,\" it combines functionality and design. It gently supports moisture for users of Contact lenses and those concerned about dry eyes.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. 使用上の注意 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003ch3\u003e⚠️ Usage Precautions\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eIf you are under medical treatment or have had allergic reactions to medications, consult a doctor, pharmacist, or registered seller before use.\u003c\/li\u003e\n      \u003cli\u003eIf you have severe eye pain or have been diagnosed with glaucoma, consult before use.\u003c\/li\u003e\n      \u003cli\u003eIf symptoms such as rash, redness, itching, congestion, swelling, stinging, or pain appear after use, stop immediately and consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n      \u003cli\u003eIf eye blurriness does not improve or symptoms do not get better after 2 weeks of use, stop using and consult a professional.\u003c\/li\u003e\n      \u003cli\u003eIf you have any questions, consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 9. 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003ch3\u003e📦 Storage Precautions\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore tightly closed in a cool place away from direct sunlight.\u003c\/li\u003e\n      \u003cli\u003eLeaving in high temperatures (above 40°C) may cause quality deterioration. Do not place inside cars or near heating devices.\u003c\/li\u003e\n      \u003cli\u003eWhen closing the cap, turn it until you hear a click.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n      \u003cli\u003eDo not transfer to another container (may cause misuse or quality changes).\u003c\/li\u003e\n      \u003cli\u003eDo not share with others.\u003c\/li\u003e\n      \u003cli\u003eDo not use the product past the expiration date (printed on the outer box). Use as soon as possible after opening.\u003c\/li\u003e\n      \u003cli\u003eCrystals of the ingredients may stick to the tip of the container or inside the cap. In such cases, gently wipe them off with clean gauze before use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ROHTO","offers":[{"title":"12ml","offer_id":50577762746684,"sku":"4987241195992","price":1580.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987241195992.jpg?v=1777263410","url":"https:\/\/mamigo.jp\/en-ph\/products\/rohto-meme","provider":"MamiGo","version":"1.0","type":"link"}