{"product_id":"daiichisankyo-allergiel-tab","title":"過敏藥片","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #0052b3;\n  --acc-dark: #003d7a;\n  --acc-light: #e6f0ff;\n  --acc-mid: #4d94e6;\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.pd-wrap .pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 40px 24px;\n  border-radius: 12px;\n  color: #ffffff;\n  position: relative;\n  overflow: hidden;\n}\n\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  width: 300px;\n  height: 300px;\n  background: rgba(255, 255, 255, 0.08);\n  border-radius: 50%;\n  top: -100px;\n  right: -80px;\n}\n\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  width: 200px;\n  height: 200px;\n  background: rgba(255, 255, 255, 0.06);\n  border-radius: 50%;\n  bottom: -60px;\n  left: -40px;\n}\n\n.pd-wrap .hero-content {\n  position: relative;\n  z-index: 1;\n}\n\n.pd-wrap .drug-badge {\n  display: inline-block;\n  background: rgba(255, 255, 255, 0.25);\n  color: #ffffff;\n  padding: 6px 14px;\n  border-radius: 20px;\n  font-size: 12px;\n  font-weight: 600;\n  margin-bottom: 16px;\n  backdrop-filter: blur(10px);\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 36px) !important;\n  font-weight: 700;\n  margin-bottom: 12px;\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 .hero-tagline {\n  color: #ffffff;\n  font-size: 16px;\n  margin-bottom: 20px;\n  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);\n}\n\n.pd-wrap .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 24px;\n}\n\n.pd-wrap .hero-pill {\n  background: rgba(255, 255, 255, 0.2);\n  color: #ffffff;\n  padding: 8px 14px;\n  border-radius: 18px;\n  font-size: 13px;\n  font-weight: 500;\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n.pd-wrap .overview-card {\n  background: #ffffff;\n  border-radius: 12px;\n  padding: 32px 24px;\n  margin: 24px 0;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .section-title {\n  position: relative;\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--acc);\n  margin: 24px 0 16px 0;\n  padding-left: 14px;\n}\n\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 0;\n  bottom: 0;\n  width: 4px;\n  background: #fbbf24;\n  border-radius: 2px;\n}\n\n.pd-wrap .overview-text {\n  color: #333;\n  line-height: 1.8;\n  font-size: 15px;\n  margin: 12px 0;\n}\n\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin: 24px 0;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .action-card {\n  background: var(--acc-light);\n  border: 2px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 18px;\n}\n\n.pd-wrap .action-card-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  background: var(--acc);\n  color: #ffffff;\n  border-radius: 50%;\n  font-weight: 700;\n  font-size: 14px;\n  margin-bottom: 12px;\n}\n\n.pd-wrap .action-card h3 {\n  color: var(--acc);\n  font-size: 16px;\n  font-weight: 700;\n  margin: 8px 0;\n}\n\n.pd-wrap .action-card-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #ffffff;\n  padding: 4px 12px;\n  border-radius: 14px;\n  font-size: 12px;\n  font-weight: 600;\n  margin: 8px 0;\n}\n\n.pd-wrap .action-card-text {\n  color: #555;\n  font-size: 14px;\n  line-height: 1.6;\n  margin-top: 8px;\n}\n\n.pd-wrap .ing-table-wrapper {\n  overflow-x: auto;\n  margin: 20px 0;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #ffffff;\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: 14px;\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 tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  font-size: 14px;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.pd-wrap .ing-category-pill {\n  display: inline-block;\n  background: var(--acc-mid);\n  color: #ffffff;\n  padding: 4px 10px;\n  border-radius: 12px;\n  font-size: 12px;\n  font-weight: 600;\n}\n\n.pd-wrap .efficacy-section {\n  margin: 24px 0;\n}\n\n.pd-wrap .efficacy-item {\n  background: var(--acc-light);\n  border-left: 4px solid var(--acc-mid);\n  padding: 14px 18px;\n  margin: 8px 0;\n  border-radius: 6px;\n  color: var(--acc);\n  font-size: 15px;\n  font-weight: 500;\n}\n\n.pd-wrap .dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 16px 0;\n}\n\n.pd-wrap .dosage-table th,\n.pd-wrap .dosage-table td {\n  padding: 12px 14px;\n  text-align: center;\n  border: 1px solid #ddd;\n  font-size: 14px;\n}\n\n.pd-wrap .dosage-table th {\n  background: var(--acc-light);\n  color: var(--acc);\n  font-weight: 700;\n}\n\n.pd-wrap .dosage-table td {\n  color: #333;\n}\n\n.pd-wrap .note-box {\n  border-left: 4px solid;\n  padding: 16px 18px;\n  border-radius: 6px;\n  margin: 16px 0;\n  display: flex;\n  gap: 12px;\n}\n\n.pd-wrap .note-box-icon {\n  font-size: 20px;\n  flex-shrink: 0;\n}\n\n.pd-wrap .note-box-content {\n  color: #333;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.pd-wrap .note-caution {\n  background: #fff8e1;\n  border-left-color: #f59e0b;\n}\n\n.pd-wrap .note-storage {\n  background: #f0f4ff;\n  border-left-color: #4a6fa5;\n}\n\n.pd-wrap .qa-section {\n  margin: 24px 0;\n}\n\n.pd-wrap .qa-item {\n  background: #fafafa;\n  border-radius: 8px;\n  padding: 16px;\n  margin: 12px 0;\n  border-left: 4px solid var(--acc);\n}\n\n.pd-wrap .qa-question {\n  color: var(--acc);\n  font-weight: 700;\n  margin-bottom: 8px;\n  font-size: 14px;\n}\n\n.pd-wrap .qa-answer {\n  color: #555;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003c!-- Hero Section --\u003e\n  \u003csection class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n      \u003cspan class=\"drug-badge\"\u003e第2類醫藥品｜片劑\u003c\/span\u003e\n      \u003ch1\u003eアレルギール錠\u003c\/h1\u003e\n      \u003cp class=\"hero-tagline\"\u003e快速護理皮膚癢及鼻炎\u003c\/p\u003e\n      \u003cdiv class=\"hero-pills\"\u003e\n        \u003cspan class=\"hero-pill\"\u003e✓ 含抗組織胺成分\u003c\/span\u003e\n        \u003cspan class=\"hero-pill\"\u003e✓ 含維生素B6\u003c\/span\u003e\n        \u003cspan class=\"hero-pill\"\u003e✓ 含消炎成分\u003c\/span\u003e\n        \u003cspan class=\"hero-pill\"\u003e✓ 4歲以上可用\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Overview Card --\u003e\n  \u003csection class=\"overview-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e商品概要\u003c\/h2\u003e\n    \u003cp class=\"overview-text\"\u003e\n      アレルギール錠為含抗組織胺成分的內服藥，能迅速緩解皮膚癢感及濕疹。亦可緩解因花粉及塵蟎引起的流鼻水及鼻塞。並添加維生素B6及消炎成分，支持皮膚及黏膜健康，幫助根本改善癢感及炎症。\n    \u003c\/p\u003e\n    \u003cp class=\"overview-text\"\u003e\n      適用於蕁麻疹、濕疹、皮膚刺激等多種過敏症狀，以及季節交替引起的肌膚問題和花粉症鼻炎。也推薦給因夜間癢感無法入睡者。\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Features Grid --\u003e\n  \u003csection class=\"action-grid\"\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"action-card-number\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003e抗組織胺作用\u003c\/h3\u003e\n      \u003cspan class=\"action-card-pill\"\u003e氯苯那敏\u003c\/span\u003e\n      \u003cp class=\"action-card-text\"\u003e快速抑制癢感及炎症的基本成分。對皮膚癢及濕疹有優異效果。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"action-card-number\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003e含維生素B6\u003c\/h3\u003e\n      \u003cspan class=\"action-card-pill\"\u003e吡哆辛鹽酸鹽\u003c\/span\u003e\n      \u003cp class=\"action-card-text\"\u003e維持皮膚及黏膜健康所需維生素。幫助從根本改善肌膚粗糙及癢感。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"action-card-number\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003e消炎成分\u003c\/h3\u003e\n      \u003cspan class=\"action-card-pill\"\u003e甘草酸\u003c\/span\u003e\n      \u003cp class=\"action-card-text\"\u003e甘草來源成分有效抑制炎症。對濕疹及蕁麻疹有效。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"action-card-number\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003e含鈣成分\u003c\/h3\u003e\n      \u003cspan class=\"action-card-pill\"\u003e葡萄糖酸鈣\u003c\/span\u003e\n      \u003cp class=\"action-card-text\"\u003e幫助緩解蕁麻疹及濕疹症狀，支持綜合過敏對策。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Active Ingredients Table --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"section-title\"\u003e有效成分（9片中）\u003c\/h2\u003e\n    \u003cdiv class=\"ing-table-wrapper\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e成分名稱\u003c\/th\u003e\n            \u003cth\u003e含量\u003c\/th\u003e\n            \u003cth\u003e作用\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cspan class=\"ing-category-pill\"\u003e主成分\u003c\/span\u003e 馬來酸氯苯那敏\u003c\/td\u003e\n            \u003ctd\u003e13.5mg\u003c\/td\u003e\n            \u003ctd\u003e具抗組織胺作用，緩解癢感及炎症。\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cspan class=\"ing-category-pill\"\u003e輔助成分\u003c\/span\u003e 吡哆辛鹽酸鹽（維生素B6）\u003c\/td\u003e\n            \u003ctd\u003e22.5mg\u003c\/td\u003e\n            \u003ctd\u003e維持皮膚及黏膜健康所需維生素。支持皮膚炎及癢感。\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cspan class=\"ing-category-pill\"\u003e輔助成分\u003c\/span\u003e 甘草酸鉀\u003c\/td\u003e\n            \u003ctd\u003e180毫克\u003c\/td\u003e\n            \u003ctd\u003e甘草成分，具有消炎作用。\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cspan class=\"ing-category-pill\"\u003e輔助成分\u003c\/span\u003e 葡萄糖酸鈣水合物\u003c\/td\u003e\n            \u003ctd\u003e1350毫克\u003c\/td\u003e\n            \u003ctd\u003e可緩解蕁麻疹、濕疹症狀。\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"color: #888; font-size: 13px; margin-top: 8px;\"\u003e\n      添加物：纖維素、羧甲基纖維素鈣、滑石粉、硬脂酸鎂\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Efficacy \u0026 Effects --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"section-title\"\u003e功效與效果\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-section\"\u003e\n      \u003cdiv class=\"efficacy-item\"\u003e○ 皮膚癢、濕疹、蕁麻疹、皮膚炎、皮膚刺激\u003c\/div\u003e\n      \u003cdiv class=\"efficacy-item\"\u003e○ 鼻炎\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Usage \u0026 Dosage --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"section-title\"\u003e用法用量\u003c\/h2\u003e\n    \u003cp style=\"color: #333; font-size: 14px; margin: 14px 0;\"\u003e請以水或溫水服用以下劑量：\u003c\/p\u003e\n    \u003ctable class=\"dosage-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003e年齡\u003c\/th\u003e\n          \u003cth\u003e每次服用量\u003c\/th\u003e\n          \u003cth\u003e每日服用次數\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e成人（15歲以上）\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e3片\u003c\/td\u003e\n          \u003ctd\u003e2～3次\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e7～14歲\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e2片\u003c\/td\u003e\n          \u003ctd\u003e2次\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e4～6歲\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1片\u003c\/td\u003e\n          \u003ctd\u003e2次\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e4歲以下\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd colspan=\"2\" style=\"text-align: center;\"\u003e禁止服用\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"note-box note-caution\"\u003e\n      \u003cdiv class=\"note-box-icon\"\u003e⚠️\u003c\/div\u003e\n      \u003cdiv class=\"note-box-content\"\u003e\n        \u003cstrong\u003e用法用量注意：\u003c\/strong\u003e請嚴格遵守用法用量。給4歲以上幼兒服用時，請注意藥物不會卡在喉嚨。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Q\u0026A Section --\u003e\n  \u003csection class=\"qa-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e常見問題\u003c\/h2\u003e\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-question\"\u003eQ. 可以與其他過敏藥併用嗎？\u003c\/div\u003e\n      \u003cdiv class=\"qa-answer\"\u003eA. 不會。服用本品期間，請勿使用其他含抗組織胺成分的過敏用藥或內服藥（如感冒藥、鼻炎用內服藥等）。請諮詢醫師或藥劑師。\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-question\"\u003eQ. 會感到昏睡嗎？\u003c\/div\u003e\n      \u003cdiv class=\"qa-answer\"\u003eA. 抗組織胺成分可能引起嗜睡。服用後請勿駕駛車輛或操作機械。\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-question\"\u003eQ. 孕婦或哺乳期間可以使用嗎？\u003c\/div\u003e\n      \u003cdiv class=\"qa-answer\"\u003eA. 孕婦或懷疑懷孕者請諮詢醫師、藥劑師或登錄銷售者。為安全使用，建議接受專業指導。\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qa-item\"\u003e\n      \u003cdiv class=\"qa-question\"\u003eQ. 可以連續服用多久？\u003c\/div\u003e\n      \u003cdiv class=\"qa-answer\"\u003eA. 請避免長期連續使用。服用5～6天症狀未改善時，請停止服用並諮詢醫師、藥劑師或登錄銷售者。\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Cautions Section --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"section-title\"\u003e使用注意事項\u003c\/h2\u003e\n    \u003cdiv class=\"note-box note-caution\"\u003e\n      \u003cdiv class=\"note-box-icon\"\u003e⚠️\u003c\/div\u003e\n      \u003cdiv class=\"note-box-content\"\u003e\n        \u003cstrong\u003e禁止事項：\u003c\/strong\u003e\u003cbr\u003e\n        • 服用本品期間，請勿使用其他含抗組織胺成分的過敏用藥或內服藥。\u003cbr\u003e\n        • 服用後請勿駕駛車輛或操作機械。\u003cbr\u003e\n        • 請勿長期連續使用。\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003e服用前請諮詢：\u003c\/strong\u003e\u003cbr\u003e\n        • 正在接受醫師治療者\u003cbr\u003e\n        • 孕婦或懷疑懷孕者\u003cbr\u003e\n        • 老年人\u003cbr\u003e\n        • 曾因藥物引起過敏症狀者\u003cbr\u003e\n        • 有水腫、排尿困難者\u003cbr\u003e\n        • 被診斷患有心臟病、高血壓、腎臟病、青光眼者\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Storage Section --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"section-title\"\u003e保存注意事項\u003c\/h2\u003e\n    \u003cdiv class=\"note-box note-storage\"\u003e\n      \u003cdiv class=\"note-box-icon\"\u003e📦\u003c\/div\u003e\n      \u003cdiv class=\"note-box-content\"\u003e\n        \u003cstrong\u003e保存方法：\u003c\/strong\u003e\u003cbr\u003e\n        • 請密封保存於避免直射陽光、乾燥且涼爽處。\u003cbr\u003e\n        • 請置於兒童無法觸及之處。\u003cbr\u003e\n        • 請勿轉移至其他容器。\u003cbr\u003e\n        • 請勿用濕手操作。表面可能部分溶解變色。\u003cbr\u003e\n        • 瓶內填充物為防止運輸中片劑破損用，開封後請丟棄。\u003cbr\u003e\n        • 請勿使用超過標示有效期限的產品。\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Important Note --\u003e\n  \u003csection style=\"margin-top: 32px; padding: 18px; background: #f5f5f5; border-radius: 8px;\"\u003e\n    \u003cp style=\"color: #666; font-size: 13px; line-height: 1.8; margin: 0;\"\u003e\n      \u003cstrong\u003e重要通知：\u003c\/strong\u003e本頁所載資訊旨在協助正確使用醫藥品。如有症狀或身體狀況不安，或出現副作用，請立即諮詢醫師、藥劑師或登錄銷售者。特別是使用5～6天症狀未改善時，務必接受專業指導。\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"DAIICHI SANKYO","offers":[{"title":"110錠","offer_id":52300875989308,"sku":"4987081018420","price":1540.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987081018420.jpg?v=1760518150","url":"https:\/\/mamigo.jp\/zh-hant-au\/products\/daiichisankyo-allergiel-tab","provider":"MamiGo","version":"1.0","type":"link"}