{"product_id":"shionogi-rinderon-vs-premium-cream","title":"Lindelon Vs Premium Cream","description":"\u003cstyle\u003e\n\/* ===== RESET \u0026 SCOPE ===== *\/\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc:       #c17f24;\n  --acc-dark:  #7a4e0e;\n  --acc-light: #fdf3e1;\n  --acc-mid:   #d9a85e;\n  font-family: \"Noto Sans JP\", \"Hiragino Kaku Gothic ProN\", \"Meiryo\", sans-serif;\n  color: #333;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 0;\n}\n\n.pd-wrap h1,\n.pd-wrap h2,\n.pd-wrap h3,\n.pd-wrap h4,\n.pd-wrap h5,\n.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  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 12px;\n  padding: 36px 32px 40px;\n  margin-bottom: 20px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .pd-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -40px;\n  right: -40px;\n  width: 200px;\n  height: 200px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.07);\n  pointer-events: none;\n}\n.pd-wrap .pd-hero::after {\n  content: \"\";\n  position: absolute;\n  bottom: -60px;\n  left: -30px;\n  width: 260px;\n  height: 260px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n  pointer-events: none;\n}\n.pd-wrap .hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 14px;\n}\n.pd-wrap .hero-badge {\n  display: inline-block;\n  border: 1.5px solid rgba(255,255,255,0.65);\n  border-radius: 20px;\n  color: #fff;\n  font-size: 12px;\n  font-weight: 600;\n  padding: 4px 12px;\n  background: rgba(255,255,255,0.12);\n  letter-spacing: 0.02em;\n}\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 34px) !important;\n  font-weight: 900 !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) !important;\n  letter-spacing: 0.02em;\n}\n.pd-wrap .hero-tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: 14px;\n  margin-bottom: 18px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  line-height: 1.6;\n}\n.pd-wrap .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.45);\n  border-radius: 20px;\n  color: #fff;\n  font-size: 13px;\n  font-weight: 600;\n  padding: 5px 14px;\n}\n\n\/* ===== SECTION WRAP ===== *\/\n.pd-wrap .section-wrap {\n  background: #ffffff;\n  border-radius: 10px;\n  padding: 24px 24px 28px;\n  margin-bottom: 16px;\n  box-shadow: 0 1px 6px rgba(0,0,0,0.07);\n}\n.pd-wrap .section-title {\n  font-size: 16px !important;\n  font-weight: 800 !important;\n  color: var(--acc) !important;\n  margin-bottom: 16px !important;\n  padding-bottom: 8px !important;\n  border-bottom: 2px solid var(--acc-light) !important;\n  position: relative;\n}\n.pd-wrap .section-title::before {\n  content: \"\";\n  display: inline-block;\n  width: 4px;\n  height: 16px;\n  background: var(--acc);\n  border-radius: 2px;\n  margin-right: 8px;\n  vertical-align: middle;\n}\n\n\/* ===== OVERVIEW ===== *\/\n.pd-wrap .overview-text {\n  font-size: 14px;\n  line-height: 1.85;\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}\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n.pd-wrap .action-card {\n  background: var(--acc-light);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 16px;\n}\n.pd-wrap .action-card .card-num {\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  font-size: 13px;\n  font-weight: 800;\n  border-radius: 50%;\n  margin-bottom: 8px;\n}\n.pd-wrap .action-card h4 {\n  font-size: 13px !important;\n  font-weight: 800 !important;\n  color: var(--acc-dark) !important;\n  margin-bottom: 6px !important;\n}\n.pd-wrap .action-card .ing-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 9px;\n  border-radius: 10px;\n  margin-bottom: 6px;\n}\n.pd-wrap .action-card p {\n  font-size: 12px;\n  color: #555;\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* ===== INGREDIENT TABLE ===== *\/\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\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 !important;\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 #eee;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .cat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc-dark);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 8px;\n  border-radius: 10px;\n}\n\n\/* ===== EFFICACY TAGS ===== *\/\n.pd-wrap .efficacy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 4px;\n}\n.pd-wrap .efficacy-tag {\n  display: inline-block;\n  background: var(--acc-light);\n  border: 1.5px solid var(--acc-mid);\n  color: var(--acc-dark);\n  font-size: 12px;\n  font-weight: 700;\n  padding: 5px 13px;\n  border-radius: 20px;\n}\n\n\/* ===== DOSAGE TABLE ===== *\/\n.pd-wrap .dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n  margin-bottom: 12px;\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: 9px 12px !important;\n  text-align: center !important;\n}\n.pd-wrap .dosage-table tbody tr td {\n  padding: 9px 12px !important;\n  color: #333 !important;\n  border: 1px solid #e0e0e0;\n  text-align: center;\n  vertical-align: middle !important;\n  background-color: #fff;\n}\n.pd-wrap .dosage-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .dosage-note {\n  border-left: 4px solid var(--acc);\n  background: var(--acc-light);\n  padding: 10px 14px;\n  font-size: 12px;\n  color: #555;\n  border-radius: 0 6px 6px 0;\n  line-height: 1.7;\n}\n\n\/* ===== COMPARE TABLE ===== *\/\n.pd-wrap .compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n}\n.pd-wrap .compare-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 12px !important;\n  text-align: center !important;\n  white-space: nowrap;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n.pd-wrap .compare-table tbody tr td {\n  padding: 9px 12px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  border-bottom: 1px solid #e0e0e0;\n  border-right: 1px solid #e8e8e8;\n  font-size: 12px;\n  text-align: center;\n}\n.pd-wrap .compare-table tbody tr td:first-child {\n  font-weight: 700 !important;\n  background-color: #f5f5f5 !important;\n  text-align: left !important;\n  white-space: nowrap;\n  font-size: 12px;\n}\n.pd-wrap .compare-table tbody tr td.highlight {\n  background-color: var(--acc-light) !important;\n  font-weight: 600;\n}\n.pd-wrap .compare-table tbody tr:nth-child(even) td {\n  background-color: #fafafa;\n}\n.pd-wrap .compare-table tbody tr:nth-child(even) td.highlight {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .compare-badge {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  font-size: 10px;\n  font-weight: 800;\n  padding: 2px 7px;\n  border-radius: 10px;\n  margin-left: 4px;\n  vertical-align: middle;\n}\n\n\/* ===== CAUTION BOXES ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 18px;\n}\n.pd-wrap .caution-box h3 {\n  font-size: 14px !important;\n  font-weight: 800 !important;\n  color: #92400e !important;\n  margin-bottom: 10px !important;\n}\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n.pd-wrap .caution-box ul li {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.8;\n  margin-bottom: 4px;\n}\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 8px 8px 0;\n  padding: 16px 18px;\n}\n.pd-wrap .storage-box h3 {\n  font-size: 14px !important;\n  font-weight: 800 !important;\n  color: #1e3a6e !important;\n  margin-bottom: 10px !important;\n}\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n.pd-wrap .storage-box ul li {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.8;\n  margin-bottom: 4px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- ① HERO --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003eDesignated Class 2 OTC Drug\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eCream Type\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003ePremium Formula\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eLinderon Vs Premium Cream\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eA premium cream-type eczema and dermatitis treatment containing three ingredients: steroid + skin repair ingredients + bactericidal ingredients\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e✦ Contains Betamethasone Valerate\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✦ Plus Skin Repair Ingredients\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✦ Non-sticky Cream Type\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✦ Contains Bactericidal Ingredients\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② 商品概要 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp class=\"overview-text\"\u003e\n      “Linderon Vs Premium Cream” is a premium formula combining three ingredients: the proven medical steroid ingredient \"Betamethasone Valerate,\" skin repair ingredients, and bactericidal ingredients. It quickly soothes strong inflammation and itching from eczema, dermatitis, rashes, insect bites, and supports the recovery of damaged skin's barrier function.\u003cbr\u003e\u003cbr\u003e\n      The formulation is a non-sticky cream type with a texture that is easy to use daily on hands, face, and more. It is chosen by those who want to add extra care ingredients to the standard Linderon Vs Cream active ingredients or who are concerned about the stickiness of ointments. Please consult a doctor, pharmacist, or registered seller before use.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFour Features\u003c\/h2\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"card-num\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003ePowerful Anti-inflammatory Effect\u003c\/h4\u003e\n        \u003cspan class=\"ing-pill\"\u003eBetamethasone Valerate\u003c\/span\u003e\n        \u003cp\u003eAn ingredient with a long track record as a medical steroid quickly cares for inflammation, redness, and itching of eczema and dermatitis.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"card-num\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003ePlus Skin Repair Ingredients\u003c\/h4\u003e\n        \u003cspan class=\"ing-pill\"\u003eUrea\u003c\/span\u003e\n        \u003cp\u003eIn addition to the regular Linderon Vs Cream, it contains skin repair ingredients to support care for rough skin.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"card-num\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003ePrevents secondary infections with bactericidal ingredients\u003c\/h4\u003e\n        \u003cspan class=\"ing-pill\"\u003eFradiomycin Sulfate\u003c\/span\u003e\n        \u003cp\u003eContains antibacterial ingredients to comprehensively care for skin troubles while reducing the risk of secondary bacterial infections.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"card-num\"\u003e4\u003c\/div\u003e\n        \u003ch4\u003eNon-sticky cream type\u003c\/h4\u003e\n        \u003cspan class=\"ing-pill\"\u003eCream Base\u003c\/span\u003e\n        \u003cp\u003eCompared to ointments, it is less sticky, spreads easily on the skin, and is suitable for everyday use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 有効成分テーブル --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eActive Ingredients and Amounts (per 1g)\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eActive Ingredients\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\u003eBetamethasone Valerate\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1.2mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSteroid (Anti-inflammatory)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eReduces inflammation, itching, and redness\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eFradiomycin Sulfate\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e3.5mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eAntibacterial (Bactericidal)\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eSuppresses bacterial growth and prevents secondary infections\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eUrea\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e100mg\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSkin Repair\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eSoftens keratin and supports the recovery of the skin's barrier function\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 効能・効果 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eIndications and Effects\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-tags\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eEczema\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eDermatitis\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eRashes\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eHeat Rash\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eInsect Bites\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eItching\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFrostbite\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eHives\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ 用法・用量 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eUsage and Dosage\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto; margin-bottom:12px;\"\u003e\n      \u003ctable class=\"dosage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTarget age\u003c\/th\u003e\n            \u003cth\u003eAmount per use\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 (15 years and older)\u003c\/td\u003e\n            \u003ctd\u003eAppropriate amount\u003c\/td\u003e\n            \u003ctd\u003e1 to several times\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eUnder 15 years old\u003c\/td\u003e\n            \u003ctd colspan=\"2\"\u003eDo not use\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      Apply an appropriate amount to the affected area. Can be used several times a day depending on symptoms.\u003cbr\u003e\n      \u003cstrong\u003e* Do not use on children under 15 years old. Avoid long-term continuous use and use over wide areas. Be sure to read the attached instructions.\u003c\/strong\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ 比較表 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eLindelon Vs Series Comparison Table\u003c\/h2\u003e\n    \u003cdiv style=\"overflow-x:auto\"\u003e\n      \u003ctable class=\"compare-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eComparison items\u003c\/th\u003e\n            \u003cth\u003eLindelon Vs\u003cbr\u003ePremium Cream\u003cspan class=\"compare-badge\"\u003eThis product\u003c\/span\u003e\n\u003c\/th\u003e\n            \u003cth\u003eLindelon Vs\u003cbr\u003eCream\u003c\/th\u003e\n            \u003cth\u003eLindelon Vs\u003cbr\u003ePremium Ointment\u003c\/th\u003e\n            \u003cth\u003eLindelon Vs\u003cbr\u003eOintment\u003c\/th\u003e\n            \u003cth\u003eLindelon Vs\u003cbr\u003eLotion\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eClassification\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eDesignated Class 2 OTC Drug\u003c\/td\u003e\n            \u003ctd\u003eDesignated Class 2 OTC Drug\u003c\/td\u003e\n            \u003ctd\u003eDesignated Class 2 OTC Drug\u003c\/td\u003e\n            \u003ctd\u003eDesignated Class 2 OTC Drug\u003c\/td\u003e\n            \u003ctd\u003eDesignated Class 2 OTC Drug\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDosage form\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eCream\u003c\/td\u003e\n            \u003ctd\u003eCream\u003c\/td\u003e\n            \u003ctd\u003eOintment\u003c\/td\u003e\n            \u003ctd\u003eOintment\u003c\/td\u003e\n            \u003ctd\u003eLotion\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePrescription type\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003ePremium\u003cbr\u003e(3 ingredients)\u003c\/td\u003e\n            \u003ctd\u003eStandard\u003cbr\u003e(2 ingredients)\u003c\/td\u003e\n            \u003ctd\u003ePremium\u003cbr\u003e(3 ingredients)\u003c\/td\u003e\n            \u003ctd\u003eStandard\u003cbr\u003e(2 ingredients)\u003c\/td\u003e\n            \u003ctd\u003eStandard\u003cbr\u003e(2 ingredients)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMain active ingredients\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eBetamethasone valerate + Fradiomycin sulfate + Urea\u003c\/td\u003e\n            \u003ctd\u003eBetamethasone valerate + Fradiomycin sulfate\u003c\/td\u003e\n            \u003ctd\u003eBetamethasone valerate + Fradiomycin sulfate + Urea\u003c\/td\u003e\n            \u003ctd\u003eBetamethasone valerate + Fradiomycin sulfate\u003c\/td\u003e\n            \u003ctd\u003eBetamethasone valerate + Fradiomycin sulfate\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSkin repair ingredient\u003cbr\u003e(Urea)\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e◎ Present\u003c\/td\u003e\n            \u003ctd\u003e— None\u003c\/td\u003e\n            \u003ctd\u003e◎ Present\u003c\/td\u003e\n            \u003ctd\u003e— None\u003c\/td\u003e\n            \u003ctd\u003e— None\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eContent amount\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e8g\u003c\/td\u003e\n            \u003ctd\u003e5g \/ 10g\u003c\/td\u003e\n            \u003ctd\u003e8g\u003c\/td\u003e\n            \u003ctd\u003e5g \/ 10g\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eStickiness\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eLow\u003c\/td\u003e\n            \u003ctd\u003eLow\u003c\/td\u003e\n            \u003ctd\u003eSomewhat high\u003c\/td\u003e\n            \u003ctd\u003eSomewhat high\u003c\/td\u003e\n            \u003ctd\u003eAlmost none\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eEase of penetration\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003e◎ Excellent\u003c\/td\u003e\n            \u003ctd\u003e◎ Excellent\u003c\/td\u003e\n            \u003ctd\u003e○ Good\u003c\/td\u003e\n            \u003ctd\u003e○ Good\u003c\/td\u003e\n            \u003ctd\u003e◎ Quick-drying\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFor these people\u003c\/td\u003e\n            \u003ctd class=\"highlight\"\u003eMoisturizing care as well\u003cbr\u003eFor those who want to do both at the same time\u003c\/td\u003e\n            \u003ctd\u003eLight and non-greasy\u003cbr\u003eFor those who prefer the feel of use\u003c\/td\u003e\n            \u003ctd\u003eFor severely dry affected areas\u003cbr\u003eFor those who want strong protection\u003c\/td\u003e\n            \u003ctd\u003eOver a wide area\u003cbr\u003eFor those who want to apply\u003c\/td\u003e\n            \u003ctd\u003eScalp and hairy areas\u003cbr\u003eFor those with large affected areas\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑧ 使用上の注意 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003cdiv class=\"caution-box\"\u003e\n      \u003ch3\u003e⚠️ Usage Precautions\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDo not use if:\u003c\/strong\u003e you have had allergic reactions to this product or its ingredients.\u003c\/li\u003e\n        \u003cli\u003eUse cautiously on the face (avoid long-term continuous use).\u003c\/li\u003e\n        \u003cli\u003eDo not use around the eyes or on mucous membranes.\u003c\/li\u003e\n        \u003cli\u003eAvoid use on wounds, ulcers, or pus-filled areas.\u003c\/li\u003e\n        \u003cli\u003eDo not use on children under 15 years old.\u003c\/li\u003e\n        \u003cli\u003eAvoid long-term continuous use, excessive use, or use with occlusive dressing method (ODT).\u003c\/li\u003e\n        \u003cli\u003eIf you are pregnant or may be pregnant, consult a doctor, pharmacist, or registered seller before use.\u003c\/li\u003e\n        \u003cli\u003eIf symptoms worsen or do not improve after use, stop using and consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑨ 保管上の注意 --\u003e\n  \u003cdiv class=\"section-wrap\"\u003e\n    \u003cdiv class=\"storage-box\"\u003e\n      \u003ch3\u003e📦 Storage Precautions\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eStore in a cool place, avoiding direct sunlight, high temperature, and humidity.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n        \u003cli\u003eDo not transfer to other containers (this may cause misuse).\u003c\/li\u003e\n        \u003cli\u003eDo not use products past their expiration date.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Shionogi Healthcare","offers":[{"title":"8g","offer_id":52300875923772,"sku":"4987904101452","price":2240.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987904101452.jpg?v=1760518149","url":"https:\/\/mamigo.jp\/en-ph\/products\/shionogi-rinderon-vs-premium-cream","provider":"MamiGo","version":"1.0","type":"link"}