{"product_id":"boraginol-premium-ointment","title":"Boraginol Premium Ointment","description":"\u003cstyle\u003e\n\/* =====================================================\n   ボラギノールPREMIUM軟膏 — Shopify Product Description\n   Scoped under .pd-wrap\n   ===================================================== *\/\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n.pd-wrap {\n  --acc:      #B5860D;\n  --acc-dark: #6B4E00;\n  --acc-light:#FDF6E3;\n  --acc-mid:  #D4A843;\n  font-family: 'Hiragino Sans', 'Noto Sans JP', 'Yu Gothic', sans-serif;\n  color: #333;\n  line-height: 1.75;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 16px 40px;\n}\n\n\/* ---- Hero ---- *\/\n.pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 16px;\n  padding: 44px 32px 36px;\n  text-align: center;\n  margin-bottom: 24px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 220px; height: 220px;\n  background: rgba(255,255,255,0.07);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px; left: -50px;\n  width: 270px; height: 270px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.pd-badge-row {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n  margin-bottom: 18px;\n  position: relative;\n  z-index: 1;\n}\n.pd-badge {\n  background: rgba(255,255,255,0.16);\n  border: 1px solid rgba(255,255,255,0.42);\n  color: #fff;\n  border-radius: 20px;\n  padding: 4px 14px;\n  font-size: 0.75rem;\n  font-weight: 700;\n  letter-spacing: 0.05em;\n}\n.pd-badge.highlight {\n  background: #fff;\n  color: var(--acc-dark);\n  border-color: #fff;\n}\n.pd-hero h1 {\n  color: #fff !important;\n  font-size: clamp(1.5rem, 4vw, 2.2rem);\n  font-weight: 900;\n  margin: 0 0 10px;\n  letter-spacing: 0.03em;\n  text-shadow: 0 2px 10px rgba(0,0,0,0.25);\n  position: relative;\n  z-index: 1;\n}\n.pd-hero .tagline {\n  color: rgba(255,255,255,0.9);\n  font-size: 0.93rem;\n  margin: 0 0 22px;\n  position: relative;\n  z-index: 1;\n}\n.pd-pill-row {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n  position: relative;\n  z-index: 1;\n}\n.pd-pill {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.32);\n  color: #fff;\n  border-radius: 30px;\n  padding: 5px 16px;\n  font-size: 0.8rem;\n}\n\n\/* ---- Section Common ---- *\/\n.pd-section {\n  background: #fff;\n  border-radius: 14px;\n  padding: 30px 26px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 14px rgba(0,0,0,0.06);\n}\n.pd-section-title {\n  font-size: 1.1rem;\n  font-weight: 800;\n  color: #1a1a1a !important;\n  margin: 0 0 20px;\n  padding-left: 14px;\n  border-left: 4px solid var(--acc);\n}\n\n\/* ---- Feature Grid ---- *\/\n.pd-feature-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n}\n@media (max-width: 560px) {\n  .pd-feature-grid { grid-template-columns: 1fr; }\n  .pd-hero { padding: 32px 20px 28px; }\n  .pd-section { padding: 22px 16px; }\n}\n.pd-feature-card {\n  background: var(--acc-light);\n  border: 1px solid #e8d59a;\n  border-radius: 12px;\n  padding: 22px 18px;\n}\n.pd-feature-card .fc-icon {\n  font-size: 2rem;\n  margin-bottom: 10px;\n  display: block;\n}\n.pd-feature-card .fc-title {\n  font-size: 0.93rem;\n  font-weight: 800;\n  color: var(--acc-dark) !important;\n  margin-bottom: 8px;\n}\n.pd-feature-card .fc-desc {\n  font-size: 0.84rem;\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* ---- Ingredient Table ---- *\/\n.ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.87rem;\n}\n.ing-table th {\n  background: var(--acc) !important;\n  color: #fff !important;\n  padding: 10px 12px;\n  text-align: left;\n  font-weight: 700;\n}\n.ing-table td {\n  color: #333 !important;\n  padding: 10px 12px;\n  border-bottom: 1px solid #e8d59a;\n  vertical-align: middle;\n}\n.ing-table tr:nth-child(even) td { background: var(--acc-light); }\n.ing-table tr:last-child td { border-bottom: none; }\n.ing-table .ing-name {\n  font-weight: 700;\n  color: var(--acc-dark) !important;\n}\n.ing-note {\n  background: var(--acc-light);\n  border: 1px solid #e8d59a;\n  border-radius: 8px;\n  padding: 12px 16px;\n  font-size: 0.82rem;\n  color: #666;\n  margin-top: 12px;\n  line-height: 1.7;\n}\n\n\/* ---- Efficacy Tags ---- *\/\n.pd-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n.pd-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc-dark);\n  border-radius: 24px;\n  padding: 6px 18px;\n  font-size: 0.85rem;\n  font-weight: 700;\n}\n\n\/* ---- Usage Table ---- *\/\n.usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.87rem;\n  margin-bottom: 14px;\n}\n.usage-table th {\n  background: var(--acc) !important;\n  color: #fff !important;\n  padding: 10px 12px;\n  text-align: center;\n  font-weight: 700;\n}\n.usage-table td {\n  color: #333 !important;\n  padding: 10px 12px;\n  border-bottom: 1px solid #e8d59a;\n  text-align: center;\n}\n.usage-table tr:nth-child(even) td { background: var(--acc-light); }\n.usage-table tr:last-child td { border-bottom: none; }\n.usage-table .disabled-row td {\n  color: #aaa !important;\n  font-style: italic;\n  background: #f9f9f9;\n}\n.note-box {\n  background: #fffbe6;\n  border-left: 4px solid #f5a623;\n  border-radius: 0 8px 8px 0;\n  padding: 13px 16px;\n  font-size: 0.84rem;\n  color: #555;\n  line-height: 1.7;\n  margin-top: 10px;\n}\n\n\/* ---- Compare Table ---- *\/\n.compare-wrap {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n}\n.compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.83rem;\n  min-width: 560px;\n}\n.compare-table th {\n  background: var(--acc) !important;\n  color: #fff !important;\n  padding: 10px 12px;\n  text-align: center;\n  font-weight: 700;\n  white-space: nowrap;\n  vertical-align: middle;\n}\n.compare-table th.main-col {\n  background: var(--acc-dark) !important;\n  color: #fff !important;\n}\n.compare-table td {\n  color: #333 !important;\n  padding: 10px 12px;\n  border-bottom: 1px solid #e8d59a;\n  text-align: center;\n  vertical-align: middle;\n  line-height: 1.6;\n}\n.compare-table td.main-col {\n  background: var(--acc-light) !important;\n  font-weight: 700;\n  color: var(--acc-dark) !important;\n}\n.compare-table tr:last-child td { border-bottom: none; }\n.compare-table .row-label {\n  text-align: left;\n  font-weight: 700;\n  color: #555 !important;\n  background: #f7f2e6 !important;\n  white-space: nowrap;\n}\n.main-badge {\n  display: inline-block;\n  background: #fff;\n  color: var(--acc-dark);\n  font-size: 0.68rem;\n  font-weight: 800;\n  border-radius: 10px;\n  padding: 2px 8px;\n  margin-bottom: 4px;\n}\n\n\/* ---- Q\u0026A ---- *\/\n.qa-list { margin: 0; padding: 0; list-style: none; }\n.qa-item {\n  border: 1px solid #e8d59a;\n  border-radius: 10px;\n  margin-bottom: 10px;\n  overflow: hidden;\n}\n.qa-item:last-child { margin-bottom: 0; }\n.qa-q {\n  background: var(--acc-light);\n  padding: 14px 18px;\n  font-size: 0.9rem;\n  font-weight: 700;\n  color: var(--acc-dark) !important;\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  line-height: 1.55;\n}\n.qa-q .q-icon {\n  flex-shrink: 0;\n  width: 24px; height: 24px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.8rem;\n  font-weight: 900;\n  margin-top: 1px;\n}\n.qa-a {\n  padding: 14px 18px 14px 52px;\n  font-size: 0.86rem;\n  color: #444;\n  line-height: 1.75;\n  background: #fff;\n}\n\n\/* ---- Brand Story ---- *\/\n.brand-card {\n  background: #fff;\n  border: 1.5px solid #e8d59a;\n  border-radius: 14px;\n  padding: 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 14px rgba(0,0,0,0.05);\n}\n.brand-label {\n  font-size: 0.78rem;\n  font-weight: 800;\n  color: #888;\n  letter-spacing: 0.1em;\n  margin-bottom: 14px;\n}\n.brand-card p {\n  font-size: 0.88rem;\n  color: #444;\n  line-height: 1.8;\n  margin: 0 0 12px;\n}\n.brand-card p:last-child { margin-bottom: 0; }\n\n\/* ---- Caution \/ Storage ---- *\/\n.caution-box {\n  background: #fff8ed;\n  border: 1.5px solid #f0c878;\n  border-radius: 12px;\n  padding: 22px 20px;\n  margin-bottom: 16px;\n}\n.caution-box .cb-title {\n  font-size: 0.97rem;\n  font-weight: 800;\n  color: var(--acc-dark) !important;\n  margin: 0 0 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.caution-box ul {\n  margin: 0;\n  padding-left: 20px;\n}\n.caution-box ul li {\n  font-size: 0.85rem;\n  color: #444;\n  margin-bottom: 7px;\n  line-height: 1.65;\n}\n.caution-box ul li:last-child { margin-bottom: 0; }\n.storage-box {\n  background: #f0f7ff;\n  border: 1.5px solid #b3d4ff;\n  border-radius: 12px;\n  padding: 22px 20px;\n}\n.storage-box .sb-title {\n  font-size: 0.97rem;\n  font-weight: 800;\n  color: #1a3a6e !important;\n  margin: 0 0 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.storage-box ul {\n  margin: 0;\n  padding-left: 20px;\n}\n.storage-box ul li {\n  font-size: 0.85rem;\n  color: #444;\n  margin-bottom: 7px;\n  line-height: 1.65;\n}\n.storage-box ul li:last-child { margin-bottom: 0; }\n\n\/* ---- Consult Notice ---- *\/\n.consult-notice {\n  background: linear-gradient(90deg, var(--acc-light), #fffdf5);\n  border-left: 4px solid var(--acc);\n  border-radius: 0 8px 8px 0;\n  padding: 14px 18px;\n  font-size: 0.84rem;\n  color: #555;\n  margin: 20px 0;\n  line-height: 1.7;\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=\"pd-badge-row\"\u003e\n      \u003cspan class=\"pd-badge highlight\"\u003eDesignated Class 2 OTC Drug\u003c\/span\u003e\n      \u003cspan class=\"pd-badge\"\u003eHemorrhoid treatment drug\u003c\/span\u003e\n      \u003cspan class=\"pd-badge\"\u003eContains steroid\u003c\/span\u003e\n      \u003cspan class=\"pd-badge\"\u003eOintment type\u003c\/span\u003e\n      \u003cspan class=\"pd-badge\"\u003eSix active ingredients\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eBoraginol PREMIUM Ointment\u003c\/h1\u003e\n    \u003cp class=\"tagline\"\u003e\n      Boraginol's highest amount of active ingredients ever\u003cbr\u003e\n      For pain, bleeding, swelling, itching, and disinfection of hemorrhoids and anal fissures\n    \u003c\/p\u003e\n    \u003cdiv class=\"pd-pill-row\"\u003e\n      \u003cspan class=\"pd-pill\"\u003e💊 Contains steroid (Weak class)\u003c\/span\u003e\n      \u003cspan class=\"pd-pill\"\u003e🎯 Mainly for hemorrhoids on the outside and near the anus\u003c\/span\u003e\n      \u003cspan class=\"pd-pill\"\u003e🧴 Topical application type\u003c\/span\u003e\n      \u003cspan class=\"pd-pill\"\u003e🏭 Tendo Pharmaceutical\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② Overview --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"pd-section-title\"\u003e💊 Product overview\u003c\/h2\u003e\n    \u003cp\u003e\n      Boraginol PREMIUM ointment is a Designated Class 2 OTC Drug for hemorrhoid treatment manufactured by Tendo Pharmaceutical Co., Ltd. and sold by Daiichi Sankyo Healthcare. Launched in November 2025 as a premium series with the concept of \"Boraginol's highest amount of active ingredients,\" this ointment type contains six active ingredients that comprehensively relieve pain, bleeding, swelling, itching caused by hemorrhoids and anal fissures, and disinfect the affected area.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Contains six ingredients: steroid prednisolone acetate ester, local anesthetic lidocaine, antihistamine chlorpheniramine maleate, bactericidal and disinfectant isopropyl methylphenol, tissue repair allantoin, and blood circulation promoter vitamin E acetate. This ointment is mainly suitable for hemorrhoids on the outside or near the anus (external hemorrhoids and anal fissures). Suppositories or suppository ointments are recommended for hemorrhoids inside the anus.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003csmall\u003e*This product is a Designated Class 2 OTC Drug containing steroid ingredients. Please read the dosage, administration, and precautions carefully and consult a pharmacist or registered seller before use.\u003c\/small\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ Feature Grid --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"pd-section-title\"\u003e⭐ Four features\u003c\/h2\u003e\n    \u003cdiv class=\"pd-feature-grid\"\u003e\n      \u003cdiv class=\"pd-feature-card\"\u003e\n        \u003cspan class=\"fc-icon\"\u003e💊\u003c\/span\u003e\n        \u003cdiv class=\"fc-title\"\u003eBoraginol's highest amount of active ingredients ever\u003c\/div\u003e\n        \u003cp class=\"fc-desc\"\u003eCompared to the conventional Boraginol series, this premium formula contains more active ingredients. Six ingredients including the steroid prednisolone acetate ester (Weak rank) effectively address painful hemorrhoid symptoms.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-card\"\u003e\n        \u003cspan class=\"fc-icon\"\u003e🎯\u003c\/span\u003e\n        \u003cdiv class=\"fc-title\"\u003eSix ingredients provide a multifaceted approach to complex hemorrhoid symptoms\u003c\/div\u003e\n        \u003cp class=\"fc-desc\"\u003eSix ingredients work together: steroid to suppress inflammation, local anesthetic to relieve pain and itching, antihistamine to reduce itching, disinfectant and bactericidal ingredient, tissue repair ingredient to aid wound healing, and blood circulation promoter to improve congestion.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-card\"\u003e\n        \u003cspan class=\"fc-icon\"\u003e🧴\u003c\/span\u003e\n        \u003cdiv class=\"fc-title\"\u003eApply directly to hemorrhoids on the outside or near the anus\u003c\/div\u003e\n        \u003cp class=\"fc-desc\"\u003eTake an appropriate amount from the tube and apply directly to the affected area or spread on gauze and apply to the anal area. It can be used precisely for symptoms such as external hemorrhoids and anal fissures near the anus.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-card\"\u003e\n        \u003cspan class=\"fc-icon\"\u003e🧹\u003c\/span\u003e\n        \u003cdiv class=\"fc-title\"\u003eKeeps the affected area clean with disinfecting effect\u003c\/div\u003e\n        \u003cp class=\"fc-desc\"\u003eIsopropyl methylphenol (IPMP) disinfects the affected area and suppresses bacterial growth. The \"disinfecting\" effect, which is not present in suppositories or suppository ointments (at insertion), is a feature of the ointment, helping to keep the affected area hygienic while aiding recovery.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ Active Ingredient Table --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"pd-section-title\"\u003e🔬 Ingredients and amounts (per 1g)\u003c\/h2\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\u003eFunction\u003c\/th\u003e\n          \u003cth\u003eClassification\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"ing-name\"\u003ePrednisolone acetate ester\u003c\/td\u003e\n          \u003ctd\u003e1mg\u003c\/td\u003e\n          \u003ctd\u003eSuppresses inflammation and relieves bleeding, swelling, and itching\u003c\/td\u003e\n          \u003ctd\u003eSteroidal anti-inflammatory ingredient (Weak class)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"ing-name\"\u003eLidocaine\u003c\/td\u003e\n          \u003ctd\u003e30mg\u003c\/td\u003e\n          \u003ctd\u003eRelieves local pain and itching\u003c\/td\u003e\n          \u003ctd\u003eLocal anesthetic ingredient\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"ing-name\"\u003eChlorpheniramine maleate\u003c\/td\u003e\n          \u003ctd\u003e2mg\u003c\/td\u003e\n          \u003ctd\u003eRelieves local itching\u003c\/td\u003e\n          \u003ctd\u003eAntihistamine ingredient\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"ing-name\"\u003eIsopropyl methylphenol\u003c\/td\u003e\n          \u003ctd\u003e1mg\u003c\/td\u003e\n          \u003ctd\u003eDisinfects the affected area and suppresses bacterial growth\u003c\/td\u003e\n          \u003ctd\u003eBactericidal and disinfectant ingredient\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"ing-name\"\u003eAllantoin\u003c\/td\u003e\n          \u003ctd\u003e10mg\u003c\/td\u003e\n          \u003ctd\u003eHelps wound healing and repairs tissue\u003c\/td\u003e\n          \u003ctd\u003eTissue repair ingredient\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"ing-name\"\u003eVitamin E acetate\u003cbr\u003e\u003csmall\u003e(Tocopherol acetate)\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003ctd\u003e30mg\u003c\/td\u003e\n          \u003ctd\u003eImproves peripheral blood circulation and helps relieve congestion\u003c\/td\u003e\n          \u003ctd\u003eBlood circulation promoting ingredient\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"ing-note\"\u003e\n      [Additives] White petrolatum, medium-chain triglycerides, glyceryl monostearate, light anhydrous silica\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ Efficacy Tags --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"pd-section-title\"\u003e✅ Indications and effects\u003c\/h2\u003e\n    \u003cp style=\"font-size:0.88rem;color:#555;margin-bottom:16px;\"\u003eEffective for relieving the following symptoms of hemorrhoids and anal fissures, and disinfecting the affected area.\u003c\/p\u003e\n    \u003cdiv class=\"pd-tags\"\u003e\n      \u003cspan class=\"pd-tag\"\u003e🔥 Pain\u003c\/span\u003e\n      \u003cspan class=\"pd-tag\"\u003e🩸 Bleeding\u003c\/span\u003e\n      \u003cspan class=\"pd-tag\"\u003e💊 Swelling\u003c\/span\u003e\n      \u003cspan class=\"pd-tag\"\u003e😣 Itching\u003c\/span\u003e\n      \u003cspan class=\"pd-tag\"\u003e🧹 Disinfection of the affected area\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:0.82rem;color:#888;margin-top:14px;\"\u003eTarget: Hemorrhoids (internal and external hemorrhoids) and anal fissures. This ointment is mainly suitable for hemorrhoids on the outside or near the anus.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ Usage \u0026 Dosage --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"pd-section-title\"\u003e📋 Dosage and administration\u003c\/h2\u003e\n    \u003ctable class=\"usage-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eAge\u003c\/th\u003e\n          \u003cth\u003eAmount per use\u003c\/th\u003e\n          \u003cth\u003eNumber of uses per day\u003c\/th\u003e\n          \u003cth\u003eUsage instructions\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eAdults (15 years and older)\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eAppropriate amount\u003c\/td\u003e\n          \u003ctd\u003e1 to 3 times\u003c\/td\u003e\n          \u003ctd\u003eApply directly to the affected area or spread on gauze and apply\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr class=\"disabled-row\"\u003e\n          \u003ctd\u003eUnder 15 years old\u003c\/td\u003e\n          \u003ctd colspan=\"3\"\u003eDo not use\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      ⏰ \u003cstrong\u003eRecommended timing (for 3 times a day):\u003c\/strong\u003e After morning bowel movement, noon, and evening (after bathing or before bedtime) are effective times.\n    \u003c\/div\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      📌 \u003cstrong\u003eUsage precautions:\u003c\/strong\u003e Use only on the anal area. Strictly follow the dosage and administration instructions. It is effective to use after cleaning the affected area.\n    \u003c\/div\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      🚫 \u003cstrong\u003eUsage period guideline:\u003c\/strong\u003e If symptoms do not improve after about 10 days of use, discontinue use and consult a doctor, pharmacist, or registered seller. Avoid long-term continuous use.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ Compare Table --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"pd-section-title\"\u003e📊 Boraginol PREMIUM Series Dosage Form Comparison\u003c\/h2\u003e\n    \u003cp style=\"font-size:0.86rem;color:#666;margin-bottom:16px;\"\u003ePlease choose the dosage form according to the position and symptoms of hemorrhoids.\u003c\/p\u003e\n    \u003cdiv class=\"compare-wrap\"\u003e\n      \u003ctable class=\"compare-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth class=\"row-label\" style=\"background:#f5eed8!important;color:#666!important;\"\u003eComparison items\u003c\/th\u003e\n            \u003cth class=\"main-col\"\u003e\n              \u003cdiv class=\"main-badge\"\u003eThis product\u003c\/div\u003e\n\u003cbr\u003e\n              PREMIUM\u003cbr\u003eOintment\n            \u003c\/th\u003e\n            \u003cth\u003ePREMIUM\u003cbr\u003eSuppository\u003c\/th\u003e\n            \u003cth\u003ePREMIUM\u003cbr\u003eSuppository ointment\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eDrug classification\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\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 class=\"row-label\"\u003eDosage form\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003eOintment (tube)\u003c\/td\u003e\n            \u003ctd\u003eSuppository\u003c\/td\u003e\n            \u003ctd\u003eSuppository ointment (individually packaged nozzle)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eNumber of active ingredients\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e\u003cstrong\u003e6 types\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e5 types\u003c\/td\u003e\n            \u003ctd\u003e6 types\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eSteroid\u003cbr\u003e(Prednisolone acetate ester)\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e✅ Included (1mg\/1g)\u003c\/td\u003e\n            \u003ctd\u003e✅ Included (1mg\/1.75g)\u003c\/td\u003e\n            \u003ctd\u003e✅ Included (1mg\/2g)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eLidocaine\u003cbr\u003e(Local anesthetic)\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e30mg\/1g\u003c\/td\u003e\n            \u003ctd\u003e60mg\/1.75g\u003c\/td\u003e\n            \u003ctd\u003e60mg\/2g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eChlorpheniramine\u003cbr\u003eMaleate salt (Antihistamine)\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e✅ 2mg\/1g\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eIsopropyl methylphenol\u003cbr\u003e(Bactericidal and disinfectant)\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e✅ 1mg\/1g\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n            \u003ctd\u003e✅ 2mg\/2g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eGlycyrrhetinic acid\u003cbr\u003e(Non-steroidal anti-inflammatory)\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e—\u003c\/td\u003e\n            \u003ctd\u003e10mg\/1.75g\u003c\/td\u003e\n            \u003ctd\u003e10mg\/2g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eAllantoin\u003cbr\u003e(Tissue repair)\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e10mg\/1g\u003c\/td\u003e\n            \u003ctd\u003e20mg\/1.75g\u003c\/td\u003e\n            \u003ctd\u003e20mg\/2g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eVitamin E acetate\u003cbr\u003e(Promotes blood circulation)\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e30mg\/1g\u003c\/td\u003e\n            \u003ctd\u003e60mg\/1.75g\u003c\/td\u003e\n            \u003ctd\u003e60mg\/2g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eDisinfectant effect\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003e✅ Yes\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n            \u003ctd\u003e✅ Yes (only during application)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eSuitable hemorrhoid location\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003eMainly external hemorrhoids and near the anus\u003cbr\u003e(External hemorrhoids and anal fissures)\u003c\/td\u003e\n            \u003ctd\u003eMainly internal hemorrhoids\u003cbr\u003e(Internal hemorrhoids)\u003c\/td\u003e\n            \u003ctd\u003eInternal and external\u003cbr\u003eSuitable for both\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eUsage\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003eApplication\u003cbr\u003e1 to 3 times a day\u003c\/td\u003e\n            \u003ctd\u003eInsert into anus\u003cbr\u003e1 to 2 times a day\u003c\/td\u003e\n            \u003ctd\u003eInsertion: 1 to 2 times a day\u003cbr\u003eApplication: 1 to 3 times a day\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eCarrying and storage\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003eEasy storage in a tube\u003cbr\u003eNo temperature control needed\u003c\/td\u003e\n            \u003ctd\u003eMelts at body temperature\u003cbr\u003eRecommended storage in a cool place\u003c\/td\u003e\n            \u003ctd\u003eConvenient individual packaging for carrying\u003cbr\u003eNo temperature control needed\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"row-label\"\u003eFor these users\u003c\/td\u003e\n            \u003ctd class=\"main-col\"\u003eFor external hemorrhoids and anal fissures\u003cbr\u003eFor those who want to apply directly\u003c\/td\u003e\n            \u003ctd\u003eFor internal hemorrhoids\u003cbr\u003eFor those who want to approach from inside the body\u003c\/td\u003e\n            \u003ctd\u003eDifficult to determine internal or external\u003cbr\u003eOr for those who want to use it while out\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!-- ⑧ Q\u0026A --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"pd-section-title\"\u003e❓ Frequently Asked Questions (Official Q\u0026A)\u003c\/h2\u003e\n    \u003cul class=\"qa-list\"\u003e\n\n      \u003cli class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e\n          Which should I choose: ointment, suppository, or suppository ointment?\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          \u003cstrong\u003eSuppositories are suitable mainly for internal hemorrhoids\u003c\/strong\u003e, and \u003cstrong\u003eointments are suitable for external hemorrhoids and anal fissures\u003c\/strong\u003e. Suppository ointment can be used both inside and outside the anus, but use it on only one side per application (do not use what was applied externally for insertion).\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e\n          When is the best time to use it during the day?\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          When using the ointment \u003cstrong\u003ethree times a day\u003c\/strong\u003e, the recommended times are morning (after bowel movement), noon, and evening (after bathing or before bed). It is effective to use after cleaning the affected area.\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e\n          What is the difference between Boraginol PREMIUM series and A series?\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          The PREMIUM series contains the largest amount of active ingredients in Boraginol history, with the ointment containing six ingredients. The A series contains four ingredients. The efficacy, number of ingredients, and amounts differ. The steroid ingredient (prednisolone acetate ester) is included in both.\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e\n          Can I use it together with other OTC hemorrhoid medicines?\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          \u003cstrong\u003eConcurrent use with other hemorrhoid medicines is not recommended\u003c\/strong\u003e. There may be overlapping ingredients, and this product is designed to be effective when used alone. There are no prohibitions or restrictions on concurrent use with other OTC medicines besides hemorrhoid treatments, but if concerned, please consult a pharmacist or registered seller.\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n          \u003cspan class=\"q-icon\"\u003eQ\u003c\/span\u003e\n          Is the steroid ingredient strong?\n        \u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n          The prednisolone acetate ester included is classified as a \u003cstrong\u003eweak class steroid topical medicine\u003c\/strong\u003e. It is a chemically synthesized ingredient based on adrenal cortex hormones secreted in the body. When used properly, there is no need for excessive concern. However, avoid long-term use and consult a doctor if symptoms do not improve within about 10 days.\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑨ Brand Story --\u003e\n  \u003cdiv class=\"brand-card\"\u003e\n    \u003cdiv class=\"brand-label\"\u003e🌱 Brand story\u003c\/div\u003e\n    \u003cp\u003e\n      Boraginol is a leading Japanese hemorrhoid treatment brand manufactured by Tentou Pharmaceutical Co., Ltd. For many years, it has supported those troubled by internal and external hemorrhoids with a wide lineup from topical to oral medicines.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      In November 2025, responding to users' voices wanting stronger relief for more severe hemorrhoid symptoms, the \u003cstrong\u003eBoraginol PREMIUM series\u003c\/strong\u003e was born. It is available in three forms: ointment, suppository, and suppository ointment, each containing the largest amount of active ingredients in Boraginol history. The formulation design maximizes the characteristics of each form to allow selection based on hemorrhoid location, symptoms, and lifestyle.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Tentou Pharmaceutical Co., Ltd., the manufacturer, has long specialized in the hemorrhoid field and continues to support users' comfortable lives.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑩ Caution \u0026 Storage --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"pd-section-title\"\u003e⚠️ Usage and storage precautions\u003c\/h2\u003e\n\n    \u003cdiv class=\"caution-box\"\u003e\n      \u003cdiv class=\"cb-title\"\u003e🚫 Do not use if any of the above apply\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eThose who have had allergic reactions to this product or its ingredients\u003c\/li\u003e\n        \u003cli\u003e\u003cstrong\u003eThose with infected affected areas\u003c\/strong\u003e\u003c\/li\u003e\n        \u003cli\u003eChildren under 15 years old\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"caution-box\" style=\"margin-bottom:16px;\"\u003e\n      \u003cdiv class=\"cb-title\"\u003e🩺 Consult a doctor or pharmacist before use\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eThose receiving medical treatment from a doctor\u003c\/li\u003e\n        \u003cli\u003eThose who are pregnant or think they may be pregnant\u003c\/li\u003e\n        \u003cli\u003eThose who are breastfeeding (consult your primary doctor before use)\u003c\/li\u003e\n        \u003cli\u003eThose who have had allergic reactions to medicines\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"caution-box\" style=\"margin-bottom:16px;\"\u003e\n      \u003cdiv class=\"cb-title\"\u003e🔴 Precautions during and after use\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eDo not use for a long period.\u003c\/li\u003e\n        \u003cli\u003eIf symptoms do not improve after about 10 days of use, stop use and consult a doctor, pharmacist, or registered seller.\u003c\/li\u003e\n        \u003cli\u003eUse only on the anal area.\u003c\/li\u003e\n        \u003cli\u003eIf side effects such as rash, itching, or worsening irritation occur, stop use and consult a doctor.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"storage-box\"\u003e\n      \u003cdiv class=\"sb-title\"\u003e📦 Storage and handling precautions\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eStore in a cool place away from direct sunlight.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n        \u003cli\u003eDo not use the product after the expiration date.\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\n\n  \u003c!-- Consult Notice --\u003e\n  \u003cdiv class=\"consult-notice\"\u003e\n    💬 \u003cstrong\u003ePlease consult a pharmacist or registered seller before purchase or use.\u003c\/strong\u003e This product is a Designated Class 2 OTC Drug containing steroid ingredients. Please check the condition of the affected area, usage status, and concurrent use with other medicines before use.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"AMATO","offers":[{"title":"20g","offer_id":52896462176572,"sku":"4987978101129","price":2420.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987978101129.jpg?v=1773905483","url":"https:\/\/mamigo.jp\/en-au\/products\/boraginol-premium-ointment","provider":"MamiGo","version":"1.0","type":"link"}