{"product_id":"mentholatum-verdio-hand-cream","title":"Mentholatum Verdio Hand Cream","description":"\u003cstyle\u003e\n\/* ===== RESET \u0026 SCOPE ===== *\/\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #3a7d44;\n  --acc-dark: #1e4d28;\n  --acc-light: #e8f5eb;\n  --acc-mid: #7ab88a;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 12px;\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: 16px;\n  padding: 48px 36px 44px;\n  margin-bottom: 24px;\n  text-align: center;\n}\n\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px;\n  right: -60px;\n  width: 260px;\n  height: 260px;\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: 200px;\n  height: 200px;\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: 18px;\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: 12px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n  letter-spacing: 0.02em;\n}\n\n.pd-wrap .pd-hero .hero-tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: clamp(13px, 2vw, 16px);\n  margin-bottom: 22px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  line-height: 1.6;\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: 30px;\n  padding: 6px 16px;\n  font-size: 13px;\n  font-weight: 600;\n  border: 1px solid rgba(255,255,255,0.3);\n}\n\n\/* ===== CARD ===== *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\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: 10px;\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: #f5c518;\n  border-radius: 4px;\n}\n\n.pd-wrap .pd-card p {\n  line-height: 1.8;\n  font-size: 14px;\n  color: #444;\n  margin: 0 0 10px;\n}\n\n.pd-wrap .pd-card p:last-child {\n  margin-bottom: 0;\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: #fff;\n  border-radius: 12px;\n  padding: 20px 18px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.07);\n  border-top: 4px solid var(--acc);\n}\n\n.pd-wrap .action-card .num-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  margin-bottom: 10px;\n}\n\n.pd-wrap .action-card h3 {\n  font-size: 15px !important;\n  font-weight: 700 !important;\n  color: var(--acc) !important;\n  margin-bottom: 8px !important;\n}\n\n.pd-wrap .action-card .ing-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  border: 1px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 2px 10px;\n  font-size: 11px;\n  font-weight: 600;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .action-card p {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* ===== INGREDIENT TABLE ===== *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin-top: 8px;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13px;\n  min-width: 420px;\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  white-space: nowrap;\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 #e8e8e8;\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: 20px;\n  padding: 2px 10px;\n  font-size: 11px;\n  font-weight: 600;\n}\n\n\/* ===== EFFICACY TAGS ===== *\/\n.pd-wrap .efficacy-wrap {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 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: 8px;\n  padding: 6px 14px;\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: 13px;\n  margin-top: 8px;\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: left;\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 #e8e8e8;\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 .note-box {\n  border-left: 4px solid var(--acc);\n  background: var(--acc-light);\n  border-radius: 0 8px 8px 0;\n  padding: 12px 16px;\n  font-size: 13px;\n  color: #444;\n  margin-top: 14px;\n  line-height: 1.7;\n}\n\n\/* ===== BRAND STORY ===== *\/\n.pd-wrap .brand-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n  border-left: 5px solid var(--acc);\n}\n\n\/* ===== CAUTION ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 22px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .caution-box .caution-title {\n  font-size: 16px;\n  font-weight: 700;\n  color: #b45309;\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\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.8;\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 12px 12px 0;\n  padding: 20px 22px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .storage-box .storage-title {\n  font-size: 16px;\n  font-weight: 700;\n  color: #2c4a7c;\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\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.8;\n  margin-bottom: 4px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- 1. HERO --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge\"\u003eQuasi-drug\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eCream\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eMentholatum \u003cbr\u003eVerdio Hand Cream\u003c\/h1\u003e\n\u003cp class=\"hero-tagline\"\u003eContains plant-derived ingredients. A hand cream that moisturizes and smooths the skin.\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"hero-pill\"\u003e🌿 Plant-derived ingredients\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e💧 High moisture retention\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e🌸 Pleasant fragrance\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003e✋ Non-sticky\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 商品概要 --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp\u003eMentholatum Verdio Hand Cream is a hand care item from the Verdio series developed by Rohto Pharmaceutical. It contains plant-derived moisturizing ingredients that provide deep moisture to dry hands while smoothing and maintaining healthy skin.\u003c\/p\u003e\n\u003cp\u003eThis hand cream is chosen by those concerned about damage from daily hand washing and dry air, as well as those wanting to care for rough or stiff hands. It has good spreadability and a non-sticky feel, making it easy to incorporate into frequent daytime care.\u003c\/p\u003e\n\u003c\/div\u003e\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\u003eContains plant-derived moisturizing ingredients\u003c\/h3\u003e\n\u003cspan class=\"ing-pill\"\u003ePlant extracts\u003c\/span\u003e\n\u003cp\u003eNatural moisturizing ingredients firmly keep the hands hydrated. Gently cares for fine lines and roughness caused by dryness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003cdiv class=\"num-badge\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eNon-sticky, light feel\u003c\/h3\u003e\n\u003cspan class=\"ing-pill\"\u003eLight texture\u003c\/span\u003e\n\u003cp\u003eFormulated for good spreadability and quick absorption, it is non-sticky after application and suitable for frequent daytime care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003cdiv class=\"num-badge\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eSmooths the hands\u003c\/h3\u003e\n\u003cspan class=\"ing-pill\"\u003eSkincare ingredients\u003c\/span\u003e\n\u003cp\u003eProvides moisture while smoothing the skin surface, leading to healthy and soft hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003cdiv class=\"num-badge\"\u003e4\u003c\/div\u003e\n\u003ch3\u003ePleasant scent\u003c\/h3\u003e\n\u003cspan class=\"ing-pill\"\u003eFragrance\u003c\/span\u003e\n\u003cp\u003eA pleasant fragrance spreads with every use, making hand care time more enjoyable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 有効成分テーブル --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003cdiv class=\"section-title\"\u003eFormulated ingredients (main ingredients)\u003c\/div\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\u003eCategory\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\u003eGlycerin\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing ingredients\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eKeeps skin moisturized and prevents dryness.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant extracts\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003ePlant-derived ingredients\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eGently cares for the skin and supports smoothness.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePetrolatum\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eEmollient ingredients\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eForms a film on the skin surface to lock in moisture.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSqualane\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMoisturizing and softening ingredients\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eSoftens and smooths the skin for a pleasant feel.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e* Please check the product package or attached document for all ingredients.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 効能・効果 --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003cdiv class=\"section-title\"\u003eEfficacy and Effects\u003c\/div\u003e\n\u003cdiv class=\"efficacy-wrap\"\u003e\n\u003cspan class=\"efficacy-tag\"\u003ePrevents dryness of the hands\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003ePrevents rough skin\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eCare for chapped and cracked skin\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eSmooths the skin\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eProvides moisture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 用法・用量 --\u003e\n\u003cdiv class=\"pd-card\"\u003e\n\u003cdiv class=\"section-title\"\u003eHow to Use\u003c\/div\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\u003eHow to Use\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdults and children\u003c\/td\u003e\n\u003ctd\u003eTake an appropriate amount and apply evenly over your hands.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-box\"\u003e・Use several times a day when dryness is a concern.\u003cbr\u003e・Avoid use on areas with wounds, eczema, or other skin abnormalities.\u003cbr\u003e・Be careful not to get it in your eyes. If it does get in your eyes, rinse immediately with water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. ブランドストーリー --\u003e\n\u003cdiv class=\"brand-card\"\u003e\n\u003cdiv class=\"section-title\"\u003e🌿 Brand Story\u003c\/div\u003e\n\u003cp\u003eMentholatum is a historic skincare brand born in the United States in 1889. In Japan, it is developed by Rohto Pharmaceutical and is known as a trusted brand loved for over 100 years. Under the philosophy of \"caring for skin with the power of nature,\" it continues to create products actively incorporating plant-derived ingredients.\u003c\/p\u003e\n\u003cp\u003eThe Verdio series is a skincare line focused on plant-derived ingredients proposed by Mentholatum. It was created with the desire to enrich daily hand care, featuring formulations that let you feel the gentleness of nature with every use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 8. 使用上の注意 --\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003cdiv class=\"caution-title\"\u003e⚠️ Usage Precautions\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003ePay close attention to any abnormalities on your skin during use.\u003c\/li\u003e\n\u003cli\u003eIf it does not suit your skin (redness, itching, irritation, etc.), stop use and consult a dermatologist.\u003c\/li\u003e\n\u003cli\u003eDo not use on areas with wounds, eczema, or dermatitis.\u003c\/li\u003e\n\u003cli\u003eBe careful not to get it in your eyes.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of infants and toddlers.\u003c\/li\u003e\n\u003cli\u003eIf you have any questions, please consult a pharmacist or registered seller.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 9. 保管上の注意 --\u003e\n\u003cdiv class=\"storage-box\"\u003e\n\u003cdiv class=\"storage-title\"\u003e📦 Storage Precautions\u003c\/div\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 infants and toddlers.\u003c\/li\u003e\n\u003cli\u003eUse as soon as possible after opening.\u003c\/li\u003e\n\u003cli\u003eDo not transfer to another container.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ROHTO","offers":[{"title":"50g","offer_id":53013230616892,"sku":"4987036456338","price":605.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987036456338.jpg?v=1777256214","url":"https:\/\/mamigo.jp\/en-au\/products\/mentholatum-verdio-hand-cream","provider":"MamiGo","version":"1.0","type":"link"}