{"product_id":"partial_denture_polident","title":"Polident for Partial Dentures","description":"\u003cstyle\u003e\n\/* =============================================\n   ポリデント 部分入れ歯用 — Shopify商品説明HTML\n   スコープ: .pd-wrap（全セレクタ必須プレフィックス）\n   ============================================= *\/\n\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc:       #1a3a6e;\n  --acc-dark:  #0d1f3c;\n  --acc-light: #e8eef8;\n  --acc-mid:   #6a8cbf;\n  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;\n  color: #333;\n  line-height: 1.7;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 4px;\n}\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  font-weight: 700;\n}\n\n\/* ============ 1. 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 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.06);\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px;\n  left: -50px;\n  width: 200px;\n  height: 200px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.04);\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero .hero-badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 8px;\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  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 14px;\n  border-radius: 20px;\n  border: 1px solid rgba(255,255,255,0.35);\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: 900 !important;\n  letter-spacing: 0.02em;\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}\n\n.pd-wrap .pd-hero .hero-tagline {\n  color: rgba(255,255,255,0.92);\n  font-size: clamp(13px, 2.2vw, 16px);\n  margin-bottom: 22px;\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  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.pd-wrap .pd-hero .hero-pill {\n  background: rgba(255,255,255,0.22);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 600;\n  padding: 5px 16px;\n  border-radius: 30px;\n  border: 1px solid rgba(255,255,255,0.4);\n}\n\n\/* ============ セクション共通 ============ *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border: 1px solid #e5eaf3;\n  border-radius: 12px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 10px rgba(26,58,110,0.06);\n}\n\n.pd-wrap .section-title {\n  position: relative;\n  font-size: clamp(16px, 2.8vw, 20px);\n  color: var(--acc);\n  font-weight: 800;\n  padding-left: 16px;\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: 5px;\n  background: #f59e0b;\n  border-radius: 3px;\n}\n\n\/* ============ 2. 商品概要 ============ *\/\n.pd-wrap .overview-text {\n  font-size: 15px;\n  color: #444;\n  line-height: 1.85;\n  margin: 0;\n}\n\n.pd-wrap .overview-text + .overview-text {\n  margin-top: 12px;\n}\n\n\/* ============ 3. 特長グリッド ============ *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-top: 4px;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .feature-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 20px 18px;\n}\n\n.pd-wrap .feature-card .feat-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 800;\n  border-radius: 50%;\n  margin-bottom: 10px;\n}\n\n.pd-wrap .feature-card .feat-title {\n  font-size: 15px;\n  font-weight: 800;\n  color: var(--acc);\n  margin-bottom: 6px;\n}\n\n.pd-wrap .feature-card .feat-pill {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 600;\n  color: var(--acc);\n  background: #fff;\n  border: 1px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 2px 10px;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .feature-card .feat-desc {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* ============ 4. 有効成分テーブル ============ *\/\n.pd-wrap .table-scroll {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin-top: 4px;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n  min-width: 520px;\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  font-size: 13px;\n  letter-spacing: 0.03em;\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 #e5eaf3;\n  font-size: 13px;\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 .ing-table .cat-pill {\n  display: inline-block;\n  font-size: 10px;\n  font-weight: 700;\n  color: var(--acc);\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 20px;\n  padding: 2px 9px;\n  white-space: nowrap;\n}\n\n\/* ============ 5. 効能・効果 ============ *\/\n.pd-wrap .efficacy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 4px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  font-size: 13px;\n  font-weight: 600;\n  padding: 6px 16px;\n  border-radius: 6px;\n}\n\n\/* ============ 6. 用法・用量 ============ *\/\n.pd-wrap .usage-table-wrap {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n}\n\n.pd-wrap .usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n  min-width: 400px;\n}\n\n.pd-wrap .usage-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  font-size: 13px;\n}\n\n.pd-wrap .usage-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 #e5eaf3;\n  font-size: 13px;\n}\n\n.pd-wrap .usage-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .usage-note {\n  border-left: 4px solid var(--acc);\n  background: var(--acc-light);\n  padding: 14px 16px;\n  border-radius: 0 8px 8px 0;\n  font-size: 13px;\n  color: #444;\n  margin-top: 14px;\n  line-height: 1.8;\n}\n\n\/* ============ 7. Q\u0026A ============ *\/\n.pd-wrap .qa-list {\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n  margin-top: 4px;\n}\n\n.pd-wrap .qa-item {\n  border: 1px solid #e5eaf3;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.pd-wrap .qa-q {\n  background: var(--acc);\n  color: #fff;\n  font-size: 14px;\n  font-weight: 700;\n  padding: 12px 16px;\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n}\n\n.pd-wrap .qa-q .qa-icon {\n  flex-shrink: 0;\n  font-weight: 900;\n  font-size: 15px;\n}\n\n.pd-wrap .qa-a {\n  background: #fff;\n  padding: 13px 16px;\n  font-size: 13px;\n  color: #444;\n  line-height: 1.8;\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n}\n\n.pd-wrap .qa-a .qa-icon {\n  color: var(--acc);\n  font-weight: 900;\n  font-size: 15px;\n  flex-shrink: 0;\n}\n\n\/* ============ 8. ブランドストーリー ============ *\/\n.pd-wrap .brand-text {\n  font-size: 14px;\n  color: #444;\n  line-height: 1.9;\n  margin: 0;\n}\n\n.pd-wrap .brand-text + .brand-text {\n  margin-top: 12px;\n}\n\n\/* ============ 9. 使用上の注意 ============ *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 10px 10px 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: 800;\n  color: #92400e;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\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\/* ============ 10. 保管上の注意 ============ *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 10px 10px 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: 800;\n  color: #1e3a5f;\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\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: #444;\n  line-height: 1.8;\n  margin-bottom: 4px;\n}\n\n\/* ============ フッター注釈 ============ *\/\n.pd-wrap .footnote {\n  font-size: 11px;\n  color: #999;\n  border-top: 1px solid #e5eaf3;\n  padding-top: 14px;\n  margin-top: 20px;\n  line-height: 1.9;\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\"\u003eDenture Cleaner\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eTablet Type\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eDentist Recommended No.1 Brand\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003ePolident for Partial Dentures\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eCleans and deodorizes every corner with foam power. 99.9% sterilization in 5 minutes*¹\u003cbr\u003eSpecial formula for partial dentures that does not damage metal clasps.\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e✔ 99.9% sterilization in 5 minutes\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✔ Contains rust inhibitors and is gentle on metal\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✔ Abrasive-free formula\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✔ Contains enzymes and removes stains\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“Polident for Partial Dentures” is a specialized cleaning Tablet designed for partial dentures with metal clasps. While general denture cleaners may cause discoloration or corrosion of metal parts, this product contains rust inhibitors in a special formula that gently cares for metal clasps while thoroughly cleaning and disinfecting to protect remaining teeth health.\u003c\/p\u003e\n    \u003cp class=\"overview-text\"\u003eFoaming power reaches fine gaps and uneven surfaces of partial dentures that are hard to clean with a toothbrush. Cares for odor-causing bacteria and mold 99.9% in 5 minutes*¹ and gently removes stains without abrasives. Recommended for everyone from new partial denture users to long-term users who want to maintain oral hygiene.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== 3. 特長グリッド ===== --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFour cleaning steps in one Tablet\u003c\/h2\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003ePowerful sterilization\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003ePotassium persulfate \/ Sodium perborate\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eCares for odor-causing bacteria and a type of mold that grows on partial dentures used all day, 99.9% in just 5 minutes.*¹ Daily use helps maintain good oral hygiene.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eFast cleaning\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eTetraacetylethylenediamine \/ Enzymes\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eThoroughly cleans dentures in just 5 minutes from first use. Enzymes break down protein stains from food, supporting a fresh finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eBleach promotion\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eSodium lauryl sulfate (surfactant)\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eFoaming ingredients penetrate invisible tiny holes on the denture surface. Supports bleaching action that draws out dirt and stains inside without damaging the material.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eStain removal\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eAbrasive-free formula\u003c\/span\u003e\n        \u003cp class=\"feat-desc\"\u003eCares for stubborn stains like tea, coffee, and tobacco without abrasives. Does not damage acrylic resin denture materials and maintains their original clean appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== 4. 有効成分テーブル ===== --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMain Ingredients\u003c\/h2\u003e\n    \u003cdiv class=\"table-scroll\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredient Name\u003c\/th\u003e\n            \u003cth\u003eClassification\u003c\/th\u003e\n            \u003cth\u003eMain Roles\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium bicarbonate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eFoaming agent\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003ePromotes foaming and helps the cleaning Liquid reach the entire denture\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCitric acid\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003epH adjuster\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eAdjusts the pH of the cleaning Liquid appropriately to enhance cleaning effect\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium perborate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eBleach and disinfectant\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eReleases oxygen to care for odor-causing bacteria and stains\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePotassium persulfate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eBleach and disinfectant\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eSupports sterilization of bacteria and fungi with strong oxidation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium metaphosphate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eRust inhibitor\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eSpecial ingredient for partial dentures that prevents rust and discoloration of metal clasps\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTetraacetylethylenediamine (TAED)\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eBleach activator\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003ePromotes activation of bleaching agents even at low temperatures, supporting fast cleaning\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium lauryl sulfate\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSurfactant\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eLifts dirt and helps the cleaning Liquid reach all parts of the material\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eEnzymes\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eCleaning aid\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eBreaks down protein-based food stains for thorough cleaning\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium nitrite\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eRust inhibitor\u003c\/span\u003e\u003c\/td\u003e\n            \u003ctd\u003eStabilizing ingredients that prevent corrosion and discoloration of metal parts\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!-- ===== 5. 効能・効果 ===== --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eCleaning and Care Effects\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-tags\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCares for odor-causing bacteria 99.9%*¹\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eKills a type of mold in 15 minutes*¹\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eRemoves food and drink stains\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCleans plaque and slime\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCares for bacteria that cause bad breath\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePrevents discoloration and rust of metal clasps\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eDoes not damage denture materials (abrasive-free)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12px;color:#888;margin-top:14px;margin-bottom:0;\"\u003e*¹ Our research (in vitro). Does not remove all bacteria, mold, or viruses.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== 6. 用法・用量 ===== --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eDirections for Use\u003c\/h2\u003e\n    \u003cdiv class=\"usage-table-wrap\"\u003e\n      \u003ctable class=\"usage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eStep\u003c\/th\u003e\n            \u003cth\u003eOperation Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSTEP 1\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eAdd one Polident Tablet to about 150mL of lukewarm water (about 40°C).\u003cbr\u003e\u003csmall style=\"color:#777;\"\u003e* Do not use hot water (about 60°C or higher).\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSTEP 2\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eSoak the entire partial denture in the cleaning Liquid. The soaking time is \u003cstrong\u003e5 minutes to overnight (about 7.5 hours)\u003c\/strong\u003e.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSTEP 3\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eDiscard the cleaning Liquid, rinse the denture thoroughly with running water, then wear it.\u003cbr\u003e\u003csmall style=\"color:#777;\"\u003e* Always discard the used cleaning Liquid after one use; do not reuse it.\u003c\/small\u003e\n\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"usage-note\"\u003e\n      \u003cstrong\u003eUsage Tips\u003c\/strong\u003e\u003cbr\u003e\n      ・The recommended dose is one Tablet per use. Do not split or use two Tablets at the same time.\u003cbr\u003e\n      ・Open the aluminum pack just before use. If left open, it may not foam.\u003cbr\u003e\n      ・If you have any questions, please consult your dentist, pharmacist, or registered sales clerk.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== 7. Q\u0026A ===== --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions (Official FAQ)\u003c\/h2\u003e\n    \u003cdiv class=\"qa-list\"\u003e\n\n      \u003cdiv class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n\u003cspan class=\"qa-icon\"\u003eQ\u003c\/span\u003eWhat is Polident for partial dentures?\u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n\u003cspan class=\"qa-icon\"\u003eA\u003c\/span\u003ePolident for partial dentures is specially designed to be gentle on the metal parts of partial dentures.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n\u003cspan class=\"qa-icon\"\u003eQ\u003c\/span\u003eShould different cleaning agents be used for partial dentures and full dentures?\u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n\u003cspan class=\"qa-icon\"\u003eA\u003c\/span\u003eIf you use a combination of full and partial dentures, please prioritize using the cleanser for partial dentures to avoid discoloration of the metal clasps on partial dentures.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n\u003cspan class=\"qa-icon\"\u003eQ\u003c\/span\u003eWhy should I use Polident instead of regular toothpaste?\u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n\u003cspan class=\"qa-icon\"\u003eA\u003c\/span\u003eRegular toothpaste contains abrasives, and the acrylic resin used in dentures is softer than natural tooth enamel, which may cause surface scratches and promote bacterial growth. Polident is a special cleanser that is gentle on dentures but tough on bacteria.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n\u003cspan class=\"qa-icon\"\u003eQ\u003c\/span\u003eCan it be used for mouthguards as well?\u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n\u003cspan class=\"qa-icon\"\u003eA\u003c\/span\u003eYou can use it.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n\u003cspan class=\"qa-icon\"\u003eQ\u003c\/span\u003eCan I use Polident cleaning Liquid multiple times after one use?\u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n\u003cspan class=\"qa-icon\"\u003eA\u003c\/span\u003eNo. After one soak, please discard any remaining cleaning Liquid immediately.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n\u003cspan class=\"qa-icon\"\u003eQ\u003c\/span\u003eHow many hours does \"overnight\" soaking mean?\u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n\u003cspan class=\"qa-icon\"\u003eA\u003c\/span\u003eThe product is designed assuming 7.5 hours of use.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qa-item\"\u003e\n        \u003cdiv class=\"qa-q\"\u003e\n\u003cspan class=\"qa-icon\"\u003eQ\u003c\/span\u003eThe Tablets do not fully dissolve and accumulate in the container. Is this okay?\u003c\/div\u003e\n        \u003cdiv class=\"qa-a\"\u003e\n\u003cspan class=\"qa-icon\"\u003eA\u003c\/span\u003eYou may see sediment in the Liquid, but there is no quality issue.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== 8. ブランドストーリー ===== --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e🌱 Brand Story\u003c\/h2\u003e\n    \u003cp class=\"brand-text\"\u003ePolident was launched in Japan in 1970 and celebrated its 55th anniversary in 2025 as a long-selling denture care brand. With the brand’s core message of turning dentures from a \"bothersome\" presence into a \"reliable\" one, we have continued science-based research and development for over half a century. As the No.1 dentist-recommended brand* in the denture cleanser category, Polident continues to lead the denture care market in Japan.\u003c\/p\u003e\n    \u003cp class=\"brand-text\"\u003eHaleon, the company behind \"Polident,\" is a global leader in consumer health with the purpose of \"Deliver better everyday health with humanity.\" In Japan, where over 80% of denture users wear partial dentures, we focus on developing formulas specifically for partial dentures. Polident’s mission is to support the oral hygiene of everyone who continues to enjoy meals and live an active daily life through the power of science.\u003c\/p\u003e\n    \u003cp style=\"font-size:12px;color:#999;margin-top:10px;margin-bottom:0;\"\u003e*Within denture cleansers. Based on a quantitative survey conducted in June 2024 by a third-party research organization commissioned by our company, targeting 200 dentists.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== 9. 使用上の注意 ===== --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cdiv class=\"caution-title\"\u003e⚠️ Usage Precautions\u003c\/div\u003e\n    \u003cul\u003e\n      \u003cli\u003eThis product is for denture cleaning only. Do not put it in your mouth or swallow.\u003c\/li\u003e\n      \u003cli\u003eIf accidentally swallowed, consult a doctor.\u003c\/li\u003e\n      \u003cli\u003eIf it gets into your eyes, rinse immediately with plenty of water and consult a doctor if any abnormalities persist.\u003c\/li\u003e\n      \u003cli\u003eAlways use fresh cleaning Liquid each time and do not reuse the cleaning Liquid after use.\u003c\/li\u003e\n      \u003cli\u003eDo not use boiling water above approximately 60°C. Dentures may deform.\u003c\/li\u003e\n      \u003cli\u003eDo not use if you are allergic to persulfates (such as potassium persulfate).\u003c\/li\u003e\n      \u003cli\u003eIf you experience any skin abnormalities, discontinue use and consult a doctor if necessary.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n      \u003cli\u003eIf you have any questions, please consult a dentist, pharmacist, or registered seller.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== 10. 保管上の注意 ===== --\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, dry place away from direct sunlight, high temperature, and humidity.\u003c\/li\u003e\n      \u003cli\u003eBe careful to keep the aluminum packaging dry and open it just before use.\u003c\/li\u003e\n      \u003cli\u003eIf left open, it may stop foaming.\u003c\/li\u003e\n      \u003cli\u003eThere is no set expiration date, but please store in appropriate conditions after purchase and use as soon as possible.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- フッター注釈 --\u003e\n  \u003cp class=\"footnote\"\u003e\n    *¹ Our research (in vitro). Does not remove all bacteria, mold, or viruses.\u003cbr\u003e\n    The information on this page is based on official information from Haleon Japan Inc. Please be sure to check the product label before use.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n","brand":"Haleon","offers":[{"title":"48 tablets","offer_id":50208649511228,"sku":"4901080701718","price":706.0,"currency_code":"JPY","in_stock":true},{"title":"108 tablets","offer_id":50208649543996,"sku":"4901080726513","price":1250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901080701718.jpg?v=1751851273","url":"https:\/\/mamigo.jp\/en-ph\/products\/partial_denture_polident","provider":"MamiGo","version":"1.0","type":"link"}