{"product_id":"eve-three-shot-premium","title":"EVE THREE SHOT PREMIUM","description":"\u003cstyle\u003e\n\/* =============================================\n   イブ スリーショットプレミアム - Shopify Product Page\n   .pd-wrap スコープ \/ kramdown対応\n============================================= *\/\n.pd-wrap,\n.pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc:       #1a2a6c;\n  --acc-dark:  #0d1540;\n  --acc-light: #e8eaf6;\n  --acc-mid:   #2d3e8f;\n  --gold:      #b8860b;\n  --gold-lt:   #f5e6b8;\n  --white:     #ffffff;\n  --gray-bg:   #f7f8fc;\n  --text:      #1a1a2e;\n  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;\n  color: var(--text);\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0;\n}\n\n\/* ── HERO ─────────────────────────────────── *\/\n.pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 50%, var(--acc-mid) 100%);\n  border-radius: 16px;\n  padding: 48px 40px 40px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  margin-bottom: 40px;\n}\n.pd-hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse at 70% 30%, rgba(184,134,11,0.18) 0%, transparent 60%);\n  pointer-events: none;\n}\n.pd-hero-badge-row {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  margin-bottom: 20px;\n  flex-wrap: wrap;\n}\n.pd-badge {\n  background: var(--gold);\n  color: var(--white);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 5px 14px;\n  border-radius: 20px;\n  letter-spacing: 0.05em;\n  white-space: nowrap;\n}\n.pd-badge.outline {\n  background: transparent;\n  border: 1.5px solid rgba(255,255,255,0.6);\n  color: rgba(255,255,255,0.9);\n}\n.pd-hero h1 {\n  color: #ffffff !important;\n  font-size: 2rem !important;\n  font-weight: 900;\n  letter-spacing: 0.04em;\n  margin: 0 0 10px;\n  line-height: 1.3;\n}\n.pd-hero-tagline {\n  color: rgba(255,255,255,0.88);\n  font-size: 1rem;\n  margin-bottom: 24px;\n  letter-spacing: 0.06em;\n}\n.pd-pill-row {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin-bottom: 28px;\n}\n.pd-pill {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.35);\n  color: #fff;\n  font-size: 12px;\n  padding: 5px 16px;\n  border-radius: 50px;\n  backdrop-filter: blur(4px);\n}\n.pd-hero-img {\n  max-width: 280px;\n  width: 100%;\n  display: block;\n  margin: 0 auto;\n  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.35));\n}\n\n\/* ── SECTION COMMON ───────────────────────── *\/\n.pd-section {\n  margin-bottom: 48px;\n}\n.pd-section-title {\n  font-size: 1.25rem;\n  font-weight: 800;\n  color: var(--acc);\n  border-left: 5px solid var(--gold);\n  padding-left: 14px;\n  margin-bottom: 24px;\n  line-height: 1.4;\n}\n.pd-section-title span {\n  display: block;\n  font-size: 0.78rem;\n  font-weight: 500;\n  color: var(--gold);\n  letter-spacing: 0.08em;\n  margin-bottom: 2px;\n}\n\n\/* ── WORRIES GRID ─────────────────────────── *\/\n.pd-worries-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n}\n.pd-worry-card {\n  background: var(--acc-light);\n  border-radius: 12px;\n  padding: 20px 16px 16px;\n  text-align: center;\n  border: 1.5px solid rgba(26,42,108,0.12);\n  transition: transform 0.2s;\n}\n.pd-worry-card:hover {\n  transform: translateY(-3px);\n}\n.pd-worry-emoji {\n  font-size: 2.2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n.pd-worry-card p {\n  font-size: 0.88rem;\n  font-weight: 700;\n  color: var(--acc);\n  margin: 0;\n  line-height: 1.5;\n}\n\n\/* ── CAUSE SECTION ────────────────────────── *\/\n.pd-cause-box {\n  background: #fff;\n  border-radius: 14px;\n  border: 1.5px solid rgba(26,42,108,0.12);\n  padding: 24px;\n  text-align: center;\n}\n.pd-cause-box img {\n  max-width: 100%;\n  border-radius: 8px;\n}\n.pd-cause-box p {\n  font-size: 0.9rem;\n  color: #555;\n  margin: 16px 0 0;\n  line-height: 1.7;\n}\n\n\/* ── OVERVIEW ─────────────────────────────── *\/\n.pd-overview-box {\n  background: linear-gradient(135deg, var(--acc-light), #fff);\n  border-radius: 14px;\n  border: 1.5px solid rgba(26,42,108,0.15);\n  padding: 28px 32px;\n}\n.pd-overview-box p {\n  font-size: 0.95rem;\n  line-height: 1.85;\n  margin: 0;\n}\n.pd-overview-box strong {\n  color: var(--acc);\n}\n\n\/* ── FEATURES GRID 2×2 ────────────────────── *\/\n.pd-feat-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n}\n.pd-feat-card {\n  background: #fff;\n  border-radius: 14px;\n  border: 1.5px solid rgba(26,42,108,0.12);\n  padding: 24px 20px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-feat-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, var(--acc), var(--gold));\n}\n.pd-feat-num {\n  font-size: 0.75rem;\n  font-weight: 800;\n  color: var(--gold);\n  letter-spacing: 0.1em;\n  margin-bottom: 6px;\n}\n.pd-feat-card h3 {\n  font-size: 0.97rem;\n  font-weight: 800;\n  color: var(--acc);\n  margin: 0 0 10px;\n  line-height: 1.45;\n}\n.pd-feat-card p {\n  font-size: 0.85rem;\n  color: #555;\n  line-height: 1.75;\n  margin: 0;\n}\n.pd-feat-card img {\n  width: 100%;\n  border-radius: 8px;\n  margin-top: 14px;\n}\n\n\/* ── INGREDIENTS TABLE ────────────────────── *\/\n.pd-ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  border-radius: 10px;\n  overflow: hidden;\n  font-size: 0.9rem;\n  box-shadow: 0 2px 12px rgba(26,42,108,0.08);\n}\n.pd-ing-table thead th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 13px 16px;\n  font-weight: 700;\n  text-align: left;\n  font-size: 0.85rem;\n  letter-spacing: 0.04em;\n}\n.pd-ing-table tbody tr:nth-child(even) {\n  background: var(--acc-light);\n}\n.pd-ing-table tbody tr:nth-child(odd) {\n  background: #fff;\n}\n.pd-ing-table td {\n  padding: 12px 16px;\n  vertical-align: top;\n  border-bottom: 1px solid rgba(26,42,108,0.07);\n  line-height: 1.6;\n}\n.pd-ing-table td:first-child {\n  font-weight: 700;\n  color: var(--acc);\n  white-space: nowrap;\n}\n.pd-ing-table td:nth-child(2) {\n  font-weight: 700;\n  color: var(--gold);\n  white-space: nowrap;\n}\n.pd-ing-tag {\n  display: inline-block;\n  font-size: 0.7rem;\n  background: var(--gold);\n  color: #fff;\n  border-radius: 4px;\n  padding: 1px 6px;\n  margin-left: 6px;\n  vertical-align: middle;\n  font-weight: 700;\n}\n\n\/* ── EFFICACY ─────────────────────────────── *\/\n.pd-efficacy-box {\n  background: #fff;\n  border: 1.5px solid rgba(26,42,108,0.12);\n  border-radius: 14px;\n  padding: 24px 28px;\n}\n.pd-efficacy-box p {\n  font-size: 0.92rem;\n  line-height: 1.9;\n  margin: 0;\n  color: var(--text);\n}\n.pd-efficacy-box .pd-eff-label {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  font-size: 0.78rem;\n  font-weight: 700;\n  padding: 3px 10px;\n  border-radius: 4px;\n  margin-bottom: 10px;\n}\n\n\/* ── DOSAGE ───────────────────────────────── *\/\n.pd-dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.9rem;\n  margin-bottom: 16px;\n  box-shadow: 0 2px 12px rgba(26,42,108,0.08);\n  border-radius: 10px;\n  overflow: hidden;\n}\n.pd-dosage-table thead th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 12px 16px;\n  font-weight: 700;\n  text-align: center;\n}\n.pd-dosage-table td {\n  padding: 13px 16px;\n  text-align: center;\n  border-bottom: 1px solid rgba(26,42,108,0.07);\n  background: #fff;\n}\n.pd-dosage-table td:first-child {\n  font-weight: 700;\n  color: var(--acc);\n  background: var(--acc-light);\n}\n.pd-dosage-ng {\n  color: #cc0000;\n  font-weight: 800;\n}\n.pd-dosage-notes {\n  background: var(--gray-bg);\n  border-radius: 10px;\n  padding: 16px 20px;\n  font-size: 0.85rem;\n  line-height: 1.8;\n  color: #555;\n}\n.pd-dosage-notes li {\n  margin-bottom: 6px;\n}\n\n\/* ── CAUTION ──────────────────────────────── *\/\n.pd-caution-box {\n  background: #fff9f0;\n  border: 1.5px solid #e8c170;\n  border-radius: 14px;\n  padding: 24px 28px;\n}\n.pd-caution-title {\n  font-size: 0.95rem;\n  font-weight: 800;\n  color: #8b5e00;\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.pd-caution-box ul {\n  margin: 0;\n  padding-left: 20px;\n  font-size: 0.87rem;\n  line-height: 1.85;\n  color: #4a3000;\n}\n.pd-caution-box li {\n  margin-bottom: 6px;\n}\n\n\/* ── QA ───────────────────────────────────── *\/\n.pd-qa-item {\n  border: 1.5px solid rgba(26,42,108,0.12);\n  border-radius: 12px;\n  overflow: hidden;\n  margin-bottom: 12px;\n}\n.pd-qa-q {\n  background: var(--acc-light);\n  padding: 15px 20px;\n  font-weight: 700;\n  font-size: 0.92rem;\n  color: var(--acc);\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n}\n.pd-qa-q::before {\n  content: 'Q';\n  font-size: 1rem;\n  font-weight: 900;\n  color: var(--gold);\n  flex-shrink: 0;\n  line-height: 1.3;\n}\n.pd-qa-a {\n  padding: 15px 20px;\n  font-size: 0.88rem;\n  line-height: 1.8;\n  color: #444;\n  display: flex;\n  gap: 10px;\n  background: #fff;\n}\n.pd-qa-a::before {\n  content: 'A';\n  font-size: 1rem;\n  font-weight: 900;\n  color: var(--acc);\n  flex-shrink: 0;\n  line-height: 1.3;\n}\n\n\/* ── NOTICE ───────────────────────────────── *\/\n.pd-notice-legal {\n  background: var(--gray-bg);\n  border-radius: 10px;\n  padding: 14px 18px;\n  font-size: 0.78rem;\n  color: #777;\n  line-height: 1.7;\n  margin-top: 40px;\n  border-top: 3px solid var(--acc-light);\n}\n\n\/* ── RESPONSIVE ───────────────────────────── *\/\n@media (max-width: 600px) {\n  .pd-hero {\n    padding: 36px 20px 32px;\n  }\n  .pd-hero h1 {\n    font-size: 1.5rem !important;\n  }\n  .pd-worries-grid,\n  .pd-feat-grid {\n    grid-template-columns: 1fr;\n  }\n  .pd-overview-box {\n    padding: 20px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- ========== HERO ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-badge-row\"\u003e\n\u003cspan class=\"pd-badge\"\u003eClass 1 OTC drug\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eEligible for self-medication tax system\u003c\/span\u003e \u003cspan class=\"pd-badge outline\"\u003eNo drowsiness-causing ingredients\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eイブ Three Shot\u003cbr\u003ePremium\u003c\/h1\u003e\n\u003cp class=\"pd-hero-tagline\"\u003eFirm, fast-acting pain relief. Gentle on the stomach※. Three strengths.\u003cbr\u003e\u003csmall style=\"font-size: 0.75em; opacity: 0.75;\"\u003e※Contains stomach lining protecting ingredients\u003c\/small\u003e\u003c\/p\u003e\n\u003cdiv class=\"pd-pill-row\"\u003e\n\u003cspan class=\"pd-pill\"\u003e🧬 Dual pain relief ingredients\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003e⚡ Quick Action manufacturing method\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003e🛡 Contains stomach-protecting ingredients\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003e🚫 No drowsiness-causing ingredients\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== こんなお悩みに ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eWORRIES\u003c\/span\u003e Such concerns\u003c\/h2\u003e\n\u003cdiv class=\"pd-worries-grid\"\u003e\n\u003cdiv class=\"pd-worry-card\"\u003e\n\u003cspan class=\"pd-worry-emoji\"\u003e🤕\u003c\/span\u003e\n\u003cp\u003eSevere headache\u003cbr\u003eUnable to concentrate\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-worry-card\"\u003e\n\u003cspan class=\"pd-worry-emoji\"\u003e🌸\u003c\/span\u003e\n\u003cp\u003eMenstrual pain\u003cbr\u003eToo severe to move\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-worry-card\"\u003e\n\u003cspan class=\"pd-worry-emoji\"\u003e💆\u003c\/span\u003e\n\u003cp\u003eDue to stiff shoulder pain\u003cbr\u003eUnable to focus on important work\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-worry-card\"\u003e\n\u003cspan class=\"pd-worry-emoji\"\u003e🦷\u003c\/span\u003e\n\u003cp\u003eToothache, sore throat, etc.\u003cbr\u003eTroubled by various pains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== 原因の違い（W作用図解） ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eMECHANISM\u003c\/span\u003e How pain occurs and causes of dual block\u003c\/h2\u003e\n\u003cdiv class=\"pd-cause-box\" style=\"text-align: center;\"\u003e\n\u003c!-- 原因比較図（アップロード画像②） --\u003e \u003cimg alt=\"Diagram of pain generation mechanism by prostaglandin and bradykinin and dual block\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/threeshot_02.jpg?v=1777692844\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003cp\u003eWhen prostaglandins are produced in the body, bradykinin causes pain.\u003cbr\u003e\u003cstrong\u003eIbuprofen\u003c\/strong\u003e inhibits prostaglandin production, suppressing the source of pain in the peripheral area,\u003cbr\u003e\u003cstrong\u003eAcetaminophen\u003c\/strong\u003e eases the transmission of pain to the brain (central nervous system).\u003cbr\u003eThis dual block from two different pathways firmly addresses severe pain. (Image)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== 商品概要 ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eOVERVIEW\u003c\/span\u003e Product Overview\u003c\/h2\u003e\n\u003cdiv class=\"pd-overview-box\"\u003e\n\u003cp\u003e\u003cstrong\u003eイブ スリーショットプレミアム\u003c\/strong\u003e is an antipyretic analgesic developed by SS Pharmaceutical. It contains the pain relief ingredients \u003cstrong\u003eIbuprofen 195mg\u003c\/strong\u003e and \u003cstrong\u003eAcetaminophen 195mg\u003c\/strong\u003e (per adult dose), adopting a \"dual pain relief ingredients※1\" formula that approaches pain through two pathways: peripheral and central. The proprietary \u003cstrong\u003eQuick Action manufacturing method\u003c\/strong\u003e allows magnesium oxide to speed up the dissolution of ibuprofen, achieving fast pain relief effects. Furthermore, magnesium oxide also acts as a stomach lining protector, providing gentleness to the stomach. Additionally, since it contains \u003cstrong\u003eno drowsiness-causing ingredients\u003c\/strong\u003e, it can be taken without worry during work or outings. It is a Class 1 OTC drug that addresses a wide range of pains including headaches, menstrual pain, and stiff shoulder pain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== 特長グリッド 2×2 ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eFEATURES\u003c\/span\u003e Three key features\u003c\/h2\u003e\n\u003cdiv class=\"pd-feat-grid\"\u003e\n\u003cdiv class=\"pd-feat-card\"\u003e\n\u003cdiv class=\"pd-feat-num\"\u003eFEATURE 01\u003c\/div\u003e\n\u003ch3\u003eWith dual pain relief ingredients\u003cbr\u003eDouble block of peripheral + central\u003c\/h3\u003e\n\u003cp\u003e195mg of ibuprofen suppresses prostaglandin production in the peripheral area. 195mg of acetaminophen suppresses pain transmission in the central nervous system. These two different mechanisms strongly block pain.\u003c\/p\u003e\n\u003c!-- アップロード画像① W配合図解 --\u003e \u003cimg alt=\"Diagram of dual pain relief action (Acetaminophen, Ibuprofen, Magnesium Oxide)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/threeshot_01.jpg?v=1777692844\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feat-card\"\u003e\n\u003cdiv class=\"pd-feat-num\"\u003eFEATURE 02\u003c\/div\u003e\n\u003ch3\u003eWith Quick Action manufacturing method\u003cbr\u003eWorks quickly\u003c\/h3\u003e\n\u003cp\u003eUses proprietary \"Quick Action manufacturing method.\" Magnesium oxide speeds up the dissolution of ibuprofen, enabling fast pain relief effects.\u003c\/p\u003e\n\u003c!-- アップロード画像④ クイックアクション製法図解 --\u003e \u003cimg alt=\"Quick Action manufacturing method: Illustration of dissolution by magnesium oxide\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/threeshot_03.jpg?v=1777692844\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feat-card\" style=\"text-align: start;\"\u003e\n\u003cdiv class=\"pd-feat-num\"\u003eFEATURE 03\u003c\/div\u003e\n\u003ch3\u003eContains stomach-protecting ingredients +\u003cbr\u003eNo drowsiness-causing ingredients\u003c\/h3\u003e\n\u003cp\u003eMagnesium oxide protects the stomach lining, providing gentleness to the stomach. Additionally, since it contains no drowsiness-causing ingredients, it can be taken safely during daytime activities.\u003c\/p\u003e\n\u003c!-- アップロード画像③ 胃を守る・眠くならない --\u003e \u003cimg alt=\"Contains stomach-protecting ingredients; no drowsiness-causing ingredients Icon illustration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/threeshot_04.jpg?v=1777692844\" style=\"margin-top: 14px; margin-bottom: 16px; float: none;\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feat-card\"\u003e\n\u003cdiv class=\"pd-feat-num\"\u003eFEATURE 04\u003c\/div\u003e\n\u003ch3\u003eAlso effective for stiff shoulder pain\u003cbr\u003eWide-ranging pain relief effect\u003c\/h3\u003e\n\u003cp\u003eNot only for headaches and menstrual pain, but also effective against various pains such as stiff shoulders, joint pain, muscle pain, lower back pain, and toothache by targeting the cause of pain, \"prostaglandin.\" Supports all kinds of everyday pain situations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== 有効成分テーブル ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eINGREDIENTS\u003c\/span\u003e Active ingredients (per 3 tablets)\u003c\/h2\u003e\n\u003ctable class=\"pd-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\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eIbuprofen\u003cspan class=\"pd-ing-tag\"\u003ePain Relief\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e195mg\u003c\/td\u003e\n\u003ctd\u003eSuppresses the source of pain (prostaglandin production) in the peripheral area.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAcetaminophen\u003cspan class=\"pd-ing-tag\"\u003ePain Relief\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e195mg\u003c\/td\u003e\n\u003ctd\u003eSuppresses the transmission of pain signals in the central nervous system.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMagnesium Oxide\u003cspan class=\"pd-ing-tag\"\u003eStomach Protection\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e70mg\u003c\/td\u003e\n\u003ctd\u003eSpeeds up the absorption of ibuprofen and also protects the stomach lining.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAnhydrous Caffeine\u003cspan class=\"pd-ing-tag\"\u003eSupplement\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e65mg\u003c\/td\u003e\n\u003ctd\u003eSuppresses cerebral blood vessel dilation and enhances the analgesic effects of ibuprofen and acetaminophen.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv style=\"margin-top: 12px;\" class=\"pd-dosage-notes\"\u003e\n\u003cstrong\u003eExcipients:\u003c\/strong\u003e Anhydrous silica, cellulose, hydroxypropyl cellulose, hypromellose, crospovidone, macrogol, magnesium stearate, talc, titanium dioxide\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== 効能・効果 ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eEFFICACY\u003c\/span\u003e Indications and Effects\u003c\/h2\u003e\n\u003cdiv class=\"pd-efficacy-box\"\u003e\n\u003cdiv class=\"pd-eff-label\"\u003ePain relief\u003c\/div\u003e\n\u003cp\u003ePain relief for headache, menstrual pain, stiff shoulders, toothache, sore throat, joint pain, muscle pain, neuralgia, lower back pain, pain after tooth extraction, bruises, ear pain, bone fracture pain, sprain pain, and trauma pain\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 16px;\" class=\"pd-eff-label\"\u003eFever reduction\u003c\/div\u003e\n\u003cp\u003eChills (shivering due to fever) and fever reduction\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== 用法・用量 ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eDOSAGE\u003c\/span\u003e Dosage and Administration\u003c\/h2\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 14px; color: #555;\"\u003eLimit to 2 doses per day, and take with water or lukewarm water, preferably not on an empty stomach.\u003cbr\u003e\u003cstrong\u003eKeep at least 6 hours between doses.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ctable class=\"pd-dosage-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAge\u003c\/th\u003e\n\u003cth\u003eSingle dose amount\u003c\/th\u003e\n\u003cth\u003eNumber of doses per day\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdults (15 years and older)\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e3 Tablets\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 2 times\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnder 15 years old\u003c\/td\u003e\n\u003ctd class=\"pd-dosage-ng\"\u003e× Do not take\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"pd-dosage-notes\"\u003e\n\u003cstrong\u003ePrecautions related to dosage and administration\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eStrictly follow the dosage and administration instructions.\u003c\/li\u003e\n\u003cli\u003ePress the raised part of the PTP sheet containing the Tablets firmly with your fingertip to break the aluminum foil on the back, then take out and swallow. (Swallowing it as is by mistake may cause unexpected accidents such as piercing the esophageal mucosa.)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== Q\u0026A ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eFAQ\u003c\/span\u003e Frequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"pd-qa-item\"\u003e\n\u003cdiv class=\"pd-qa-q\"\u003eIf I use painkillers correctly, will it put a heavy burden on my body?\u003c\/div\u003e\n\u003cdiv class=\"pd-qa-a\"\u003eUnless it does not suit your body, if you follow the dosage, usage instructions, and precautions correctly, it is unlikely to cause a burden or tolerance on your body. However, using painkillers more than 10 days a month is generally considered overuse and may cause headaches (medication-overuse headaches), so caution is necessary. (From official website information)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-qa-item\"\u003e\n\u003cdiv class=\"pd-qa-q\"\u003eI am worried about the burden on my stomach.\u003c\/div\u003e\n\u003cdiv class=\"pd-qa-a\"\u003eIbuprofen Three Shot Premium contains magnesium oxide to protect the stomach lining. However, since antipyretic analgesics can cause gastrointestinal disorders, it is recommended to take it preferably not on an empty stomach. (From official website information)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-qa-item\"\u003e\n\u003cdiv class=\"pd-qa-q\"\u003eCan I take it during work? Will it make me drowsy?\u003c\/div\u003e\n\u003cdiv class=\"pd-qa-a\"\u003eIbuprofen Three Shot Premium contains no ingredients that cause drowsiness, so you can take it without worry even during work or when out and about if you feel pain. (From official website information)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== 使用上の注意 \/ 保管上の注意 ========== --\u003e\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-section-title\"\u003e\n\u003cspan\u003eCAUTION\u003c\/span\u003e Usage and Storage Precautions\u003c\/h2\u003e\n\u003cdiv style=\"margin-bottom: 16px;\" class=\"pd-caution-box\"\u003e\n\u003cdiv class=\"pd-caution-title\"\u003e⚠️ Things you must not do (failure to comply may worsen current symptoms or increase the risk of side effects or accidents)\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eDo not use other antipyretic analgesics, cold medicines, sedatives, or motion sickness medicines while taking this product\u003c\/li\u003e\n\u003cli\u003eDo not give to children under 15 years old\u003c\/li\u003e\n\u003cli\u003eDo not take if you have aspirin asthma (asthma attacks triggered by non-steroidal anti-inflammatory drugs)\u003c\/li\u003e\n\u003cli\u003eDo not use if you have had allergic reactions caused by this product\u003c\/li\u003e\n\u003cli\u003eDo not use if you have had allergic reactions to this product or other ibuprofen-containing products\u003c\/li\u003e\n\u003cli\u003eDo not drink alcohol before or after taking\u003c\/li\u003e\n\u003cli\u003eDo not use for long-term continuous use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 16px; border-color: #c8d8f5; background: #f0f4ff;\" class=\"pd-caution-box\"\u003e\n\u003cdiv style=\"color: #1a2a6c;\" class=\"pd-caution-title\"\u003e🩺 Consult a pharmacist or registered seller before use (people listed below should consult before taking)\u003c\/div\u003e\n\u003cul style=\"color: #2a3a60;\"\u003e\n\u003cli\u003ePeople receiving treatment from a doctor or dentist\u003c\/li\u003e\n\u003cli\u003ePregnant or possibly pregnant women, breastfeeding women\u003c\/li\u003e\n\u003cli\u003eElderly\u003c\/li\u003e\n\u003cli\u003ePeople who have had allergic reactions to medications\u003c\/li\u003e\n\u003cli\u003ePeople diagnosed with: heart disease, kidney disease, liver disease, stomach or duodenal ulcers, blood disorders\u003c\/li\u003e\n\u003cli\u003ePeople using the following medications: other antipyretic analgesics, cold medicines, sedatives, anticoagulants (such as warfarin potassium), diabetes treatments, gout treatments, antibiotics (quinolone class)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f7f8fc; border-color: #ccc;\" class=\"pd-caution-box\"\u003e\n\u003cdiv style=\"color: #555;\" class=\"pd-caution-title\"\u003e🏠 Storage Precautions\u003c\/div\u003e\n\u003cul style=\"color: #555;\"\u003e\n\u003cli\u003eStore in a cool, dry place away from direct sunlight.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003cli\u003eDo not transfer to other containers (this may cause misuse or change the quality).\u003c\/li\u003e\n\u003cli\u003eDo not use products past their expiration date.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== 法的表記 ========== --\u003e\n\u003cdiv class=\"pd-notice-legal\"\u003e*1 Ibuprofen + Acetaminophen *2 Adult single dose (3 Tablets) *3 Prostaglandin production\u003cbr\u003eThe content on this page is based on official manufacturer information. For product details and the latest information, please be sure to check the package insert included with the product.\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SSP","offers":[{"title":"60 tablets","offer_id":50227178144060,"sku":"4987300059814","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"30 tablets","offer_id":50227178111292,"sku":"4987300059807","price":1500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987300059814.jpg?v=1780377386","url":"https:\/\/mamigo.jp\/en-ph\/products\/eve-three-shot-premium","provider":"MamiGo","version":"1.0","type":"link"}