{"product_id":"daiichisankyo-makiron-s","title":"Makiron S","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ===== Reset \u0026 Base ===== *\/\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body {\n      font-family: \"Hiragino Kaku Gothic ProN\", \"Noto Sans JP\", \"Meiryo\", sans-serif;\n      background: #f2f7f4;\n      color: #333;\n      line-height: 1.8;\n    }\n\n    \/* ===== Hero ===== *\/\n    .hero {\n      background: linear-gradient(135deg, #1a7a3c 0%, #0f5228 100%);\n      color: #fff;\n      padding: 64px 20px 52px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: \"\";\n      position: absolute;\n      top: -60px; right: -60px;\n      width: 260px; height: 260px;\n      background: rgba(255,255,255,0.06);\n      border-radius: 50%;\n    }\n    .hero::after {\n      content: \"\";\n      position: absolute;\n      bottom: -80px; left: -40px;\n      width: 320px; height: 320px;\n      background: rgba(255,255,255,0.04);\n      border-radius: 50%;\n    }\n    .hero .badge {\n      display: inline-block;\n      background: rgba(255,255,255,0.18);\n      border: 1px solid rgba(255,255,255,0.45);\n      color: #fff;\n      font-size: 0.75rem;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      padding: 4px 16px;\n      border-radius: 20px;\n      margin-bottom: 18px;\n    }\n    .hero h1 {\n      font-size: clamp(2rem, 5vw, 3rem);\n      font-weight: 900;\n      letter-spacing: 0.04em;\n      margin-bottom: 8px;\n    }\n    .hero h1 .s-mark {\n      color: #a8f0c0;\n      font-size: 0.75em;\n      vertical-align: super;\n    }\n    .hero .tagline {\n      font-size: clamp(0.9rem, 2.5vw, 1.1rem);\n      opacity: 0.92;\n      margin-bottom: 24px;\n      font-weight: 500;\n    }\n    .hero .hero-pills {\n      display: flex;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n    .hero .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: 0.8rem;\n      padding: 5px 16px;\n      border-radius: 20px;\n      font-weight: 600;\n    }\n\n    \/* ===== Wrapper ===== *\/\n    .wrapper {\n      max-width: 880px;\n      margin: 0 auto;\n      padding: 44px 20px 64px;\n    }\n\n    \/* ===== Section Title ===== *\/\n    .section-title {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 1.15rem;\n      font-weight: 800;\n      color: #1a7a3c;\n      margin-bottom: 22px;\n      padding-bottom: 10px;\n      border-bottom: 2px solid #1a7a3c;\n    }\n    .section-title::before {\n      content: \"\";\n      display: inline-block;\n      width: 6px;\n      height: 22px;\n      background: #f9c846;\n      border-radius: 3px;\n      flex-shrink: 0;\n    }\n\n    \/* ===== Card ===== *\/\n    .card {\n      background: #fff;\n      border-radius: 14px;\n      padding: 30px 34px;\n      margin-bottom: 28px;\n      box-shadow: 0 2px 14px rgba(0,0,0,0.07);\n    }\n\n    \/* ===== Overview ===== *\/\n    .overview-text {\n      font-size: 0.97rem;\n      color: #444;\n      line-height: 1.9;\n    }\n\n    \/* ===== 3 Action Grid ===== *\/\n    .action-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n      gap: 18px;\n      margin-top: 4px;\n    }\n    .action-item {\n      border-radius: 12px;\n      padding: 22px 20px;\n      text-align: center;\n    }\n    .action-item.green  { background: #eaf6ee; border-top: 4px solid #1a7a3c; }\n    .action-item.teal   { background: #e6f7f3; border-top: 4px solid #1a8c6e; }\n    .action-item.yellow { background: #fdf8e4; border-top: 4px solid #d4a900; }\n    .action-item .num {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 34px; height: 34px;\n      border-radius: 50%;\n      font-size: 1rem;\n      font-weight: 900;\n      color: #fff;\n      margin-bottom: 12px;\n    }\n    .action-item.green  .num { background: #1a7a3c; }\n    .action-item.teal   .num { background: #1a8c6e; }\n    .action-item.yellow .num { background: #d4a900; }\n    .action-item h3 {\n      font-size: 0.95rem;\n      font-weight: 800;\n      margin-bottom: 8px;\n      color: #222;\n    }\n    .action-item .component {\n      font-size: 0.8rem;\n      font-weight: 700;\n      padding: 3px 10px;\n      border-radius: 12px;\n      display: inline-block;\n      margin-bottom: 8px;\n    }\n    .action-item.green  .component { background: #c2e8cc; color: #145c2d; }\n    .action-item.teal   .component { background: #b8e8dc; color: #0f5c49; }\n    .action-item.yellow .component { background: #fbe9a0; color: #7a5e00; }\n    .action-item p {\n      font-size: 0.84rem;\n      color: #555;\n      line-height: 1.6;\n    }\n\n    \/* ===== Ingredients Table ===== *\/\n    .table-wrap { overflow-x: auto; }\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 0.9rem;\n    }\n    thead tr {\n      background: #1a7a3c;\n      color: #fff;\n    }\n    thead th {\n      padding: 12px 18px;\n      text-align: left;\n      font-weight: 700;\n      white-space: nowrap;\n    }\n    tbody tr:nth-child(even) { background: #f0faf4; }\n    tbody tr:hover { background: #d6f0e1; transition: background 0.2s; }\n    tbody td {\n      padding: 12px 18px;\n      border-bottom: 1px solid #d8eee0;\n      vertical-align: middle;\n    }\n    .amount-pill {\n      display: inline-block;\n      background: #1a7a3c;\n      color: #fff;\n      font-size: 0.8rem;\n      font-weight: 700;\n      padding: 3px 11px;\n      border-radius: 20px;\n      white-space: nowrap;\n    }\n\n    \/* ===== Efficacy Tags ===== *\/\n    .efficacy-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 4px;\n    }\n    .efficacy-tag {\n      background: #eaf6ee;\n      border: 1px solid #9ed4b0;\n      color: #1a7a3c;\n      font-size: 0.86rem;\n      font-weight: 600;\n      padding: 7px 16px;\n      border-radius: 20px;\n    }\n\n    \/* ===== Usage Steps ===== *\/\n    .steps {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 16px;\n      margin-top: 4px;\n    }\n    .step-item {\n      background: #f5fdf8;\n      border: 1px solid #c2e8cc;\n      border-radius: 12px;\n      padding: 20px 18px;\n      text-align: center;\n    }\n    .step-badge {\n      display: inline-block;\n      background: #1a7a3c;\n      color: #fff;\n      font-size: 0.72rem;\n      font-weight: 800;\n      padding: 3px 12px;\n      border-radius: 20px;\n      margin-bottom: 10px;\n      letter-spacing: 0.08em;\n    }\n    .step-icon { font-size: 2rem; margin-bottom: 8px; }\n    .step-title {\n      font-size: 0.9rem;\n      font-weight: 800;\n      color: #1a7a3c;\n      margin-bottom: 6px;\n    }\n    .step-desc {\n      font-size: 0.82rem;\n      color: #555;\n      line-height: 1.6;\n    }\n\n    \/* ===== Usage Note ===== *\/\n    .usage-note {\n      background: #f0faf4;\n      border-left: 4px solid #1a7a3c;\n      border-radius: 8px;\n      padding: 16px 20px;\n      margin-top: 18px;\n      font-size: 0.88rem;\n      color: #444;\n      line-height: 1.8;\n    }\n    .usage-note strong { color: #1a7a3c; }\n\n    \/* ===== Scene Cards ===== *\/\n    .scene-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 16px;\n      margin-top: 4px;\n    }\n    .scene-card {\n      background: #f5fdf8;\n      border-radius: 12px;\n      padding: 20px 18px;\n      border: 1px solid #c2e8cc;\n    }\n    .scene-card .icon { font-size: 1.8rem; margin-bottom: 10px; }\n    .scene-card h3 {\n      font-size: 0.92rem;\n      font-weight: 800;\n      color: #1a7a3c;\n      margin-bottom: 6px;\n    }\n    .scene-card p {\n      font-size: 0.82rem;\n      color: #555;\n      line-height: 1.6;\n    }\n\n    \/* ===== Caution Box ===== *\/\n    .caution-box {\n      background: #fff8e1;\n      border-left: 5px solid #f59e0b;\n      border-radius: 10px;\n      padding: 20px 24px;\n      margin-bottom: 28px;\n    }\n    .caution-title {\n      font-size: 0.97rem;\n      font-weight: 800;\n      color: #b45309;\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n    .caution-box ul {\n      padding-left: 20px;\n      font-size: 0.88rem;\n      color: #555;\n    }\n    .caution-box ul li { margin-bottom: 6px; line-height: 1.7; }\n\n    \/* ===== Storage Box ===== *\/\n    .storage-box {\n      background: #f0f4ff;\n      border-left: 5px solid #4a6fa5;\n      border-radius: 10px;\n      padding: 20px 24px;\n      margin-bottom: 28px;\n    }\n    .storage-title {\n      font-size: 0.97rem;\n      font-weight: 800;\n      color: #2c4a7c;\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n    .storage-box ul {\n      padding-left: 20px;\n      font-size: 0.88rem;\n      color: #444;\n    }\n    .storage-box ul li { margin-bottom: 6px; line-height: 1.7; }\n\n    \/* ===== Footer ===== *\/\n    .product-footer {\n      text-align: center;\n      padding: 26px;\n      font-size: 0.82rem;\n      color: #888;\n      border-top: 1px solid #d8eee0;\n      margin-top: 10px;\n      line-height: 1.9;\n    }\n\n    \/* ===== Responsive ===== *\/\n    @media (max-width: 600px) {\n      .card { padding: 20px 16px; }\n      .hero { padding: 44px 16px 38px; }\n    }\n  \u003c\/style\u003e\n\u003c!-- ===== Hero ===== --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"badge\"\u003eClass 3 OTC Drug ｜ Antiseptic Disinfectant\u003c\/div\u003e\n\u003ch1\u003eMakiron\u003cspan class=\"s-mark\"\u003es\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eFormulated for total wound care.\u003cbr\u003eA wound medicine for the whole family.\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"pill\"\u003e🧴 Antiseptic and disinfectant\u003c\/span\u003e \u003cspan class=\"pill\"\u003e🩹 Tissue repair\u003c\/span\u003e \u003cspan class=\"pill\"\u003e💊 Anti-inflammatory and itch relief\u003c\/span\u003e \u003cspan class=\"pill\"\u003e🏠 For external use only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003c!-- ===== 商品概要 ===== --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cp class=\"overview-text\"\u003eMakiron s is an \u003cstrong\u003eantiseptic disinfectant\u003c\/strong\u003e manufactured and sold by Daiichi Sankyo Healthcare. It is characterized by a \u003cstrong\u003etotal wound care formula\u003c\/strong\u003e that not only sterilizes and disinfects but also contains ingredients that help repair skin tissue and relieve itching during wound healing. It is suitable for first aid of everyday wounds such as cuts, scrapes, and blisters, and can be sprayed directly on the affected area for clean and easy use. Available in two sizes convenient for both outings and home, it is an essential item in every family’s first aid kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 3つの作用 ===== --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-title\"\u003eTotal care for wounds with three effects\u003c\/div\u003e\n\u003cdiv class=\"action-grid\"\u003e\n\u003cdiv class=\"action-item green\"\u003e\n\u003cdiv class=\"num\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eAntiseptic and disinfectant effect\u003c\/h3\u003e\n\u003cspan class=\"component\"\u003eBenzethonium Chloride\u003c\/span\u003e\n\u003cp\u003eKills bacteria in the wound and prevents secondary infection. Spraying directly keeps the affected area clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-item teal\"\u003e\n\u003cdiv class=\"num\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eTissue repair effect\u003c\/h3\u003e\n\u003cspan class=\"component\"\u003eAllantoin\u003c\/span\u003e\n\u003cp\u003eHelps repair damaged skin tissue and supports wound recovery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-item yellow\"\u003e\n\u003cdiv class=\"num\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eAnti-inflammatory effect\u003c\/h3\u003e\n\u003cspan class=\"component\"\u003eChlorpheniramine Maleate\u003c\/span\u003e\n\u003cp\u003eRelieves inflammation and itching during wound healing through antihistamine action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 有効成分 ===== --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-title\"\u003eActive Ingredients and Amounts (per 100mL)\u003c\/div\u003e\n\u003cdiv class=\"table-wrap\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredient Name\u003c\/th\u003e\n\u003cth\u003eContent\u003c\/th\u003e\n\u003cth\u003eMain Functions\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBenzethonium Chloride\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"amount-pill\"\u003e0.1 g\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eSterilizes and disinfects wounds. (Antiseptic disinfectant ingredient)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAllantoin\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"amount-pill\"\u003e0.2 g\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eHelps repair skin tissue. (Tissue repair ingredient)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChlorpheniramine Maleate\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"amount-pill\"\u003e0.2 g\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eHas an antihistamine effect to relieve itching. (Anti-inflammatory ingredient)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.8rem; color: #888; margin-top: 14px;\"\u003e[Additives] Ethanol, Sodium Chloride, pH Adjuster, Fragrance, Thymol, l-Menthol\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 効能・効果 ===== --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-title\"\u003eIndications and Effects\u003c\/div\u003e\n\u003cdiv class=\"efficacy-list\"\u003e\n\u003cspan class=\"efficacy-tag\"\u003e✂️ Cuts\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e🪨 Abrasions\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e📍 Puncture wounds\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e🖐️ Scratch wounds\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e👟 Blisters from shoes\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e🩹 Antiseptic and disinfectant for wound surfaces\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003e💊 Antiseptic and disinfectant for hemorrhoids\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== キズのファーストエイド ===== --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-title\"\u003eFirst aid for wounds — correct treatment steps\u003c\/div\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step-item\"\u003e\n\u003cdiv class=\"step-badge\"\u003eSTEP 1\u003c\/div\u003e\n\u003cdiv class=\"step-icon\"\u003e🚿\u003c\/div\u003e\n\u003cdiv class=\"step-title\"\u003eCleaning\u003c\/div\u003e\n\u003cp class=\"step-desc\"\u003eWithout rubbing the wound, wash away dirt such as soil with running water like tap water. Disinfect as needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003e\n\u003cdiv class=\"step-badge\"\u003eSTEP 2\u003c\/div\u003e\n\u003cdiv class=\"step-icon\"\u003e🩸\u003c\/div\u003e\n\u003cdiv class=\"step-title\"\u003eStop bleeding\u003c\/div\u003e\n\u003cp class=\"step-desc\"\u003eIf bleeding, cover the wound with gauze or a clean handkerchief and apply pressure from directly above to stop the bleeding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-item\"\u003e\n\u003cdiv class=\"step-badge\"\u003eSTEP 3\u003c\/div\u003e\n\u003cdiv class=\"step-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"step-title\"\u003eWound protection\u003c\/div\u003e\n\u003cp class=\"step-desc\"\u003eAs infection control, disinfect and sterilize the wound with Makiron s, then protect the wound with a Bandage or similar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-note\"\u003e\n\u003cstrong\u003eHow to use:\u003c\/strong\u003e Spray on the affected area several times a day or soak gauze or cotton and apply.\u003cbr\u003e\u003cstrong\u003eSpray usage options:\u003c\/strong\u003e Two ways to use: \"Spray type\" for wide-area spraying by pressing strongly, and \"running water type\" for washing with running water by tilting and pressing slowly.\u003cbr\u003e*May sting because it contains alcohol.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== こんな時に ===== --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-title\"\u003eFor these situations and people\u003c\/div\u003e\n\u003cdiv class=\"scene-grid\"\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🏠\u003c\/div\u003e\n\u003ch3\u003eIn the home first aid kit\u003c\/h3\u003e\n\u003cp\u003eKeep as a household first-aid wound medicine in the first aid kit. Quickly respond to everyday cuts and scrapes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🏃\u003c\/div\u003e\n\u003ch3\u003eDuring club activities and sports\u003c\/h3\u003e\n\u003cp\u003eFor injuries from falling during club activities or sudden injuries during practice. The Spray type allows quick care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cdiv class=\"icon\"\u003e✈️\u003c\/div\u003e\n\u003ch3\u003eFor travel and outings\u003c\/h3\u003e\n\u003cp\u003eFor unexpected injuries while traveling. The compact 30mL size is convenient to carry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scene-card\"\u003e\n\u003cdiv class=\"icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eWhere there is no tap water\u003c\/h3\u003e\n\u003cp\u003eBy tilting and pressing slowly, it can be used as a \"running water type\" for washing with running water, allowing cleaning even where there is no tap water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 使用上の注意 ===== --\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003cdiv class=\"caution-title\"\u003e⚠️ Precautions for Use (Consultation Points)\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eIf you are receiving medical treatment or have had allergic reactions to medicines before, consult a doctor, pharmacist, or registered seller before use.\u003c\/li\u003e\n\u003cli\u003eIf the affected area is extensive, or if you have deep wounds or severe burns, consult beforehand.\u003c\/li\u003e\n\u003cli\u003eIf rash, redness, itching, swelling, or other symptoms appear after use, stop using immediately and consult a doctor or pharmacist.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIf symptoms do not improve after 5 to 6 days of use, stop using and consult a doctor or pharmacist.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003eWhen using on children, use under the guidance and supervision of a guardian.\u003c\/li\u003e\n\u003cli\u003eBe careful not to get it in your eyes. If it does get in your eyes, rinse immediately with water or lukewarm water.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eFor external use only.\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ===== 保管上の注意 ===== --\u003e\n\u003cdiv class=\"storage-box\"\u003e\n\u003cdiv class=\"storage-title\"\u003e📦 Storage and Handling Precautions\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eStore tightly closed 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 transfer to other containers (this may cause misuse or change the quality).\u003c\/li\u003e\n\u003cli\u003eDo not use products past the indicated expiration date. Also, \u003cstrong\u003euse within 12 months after opening\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eWhen carrying, the cap may be pressed causing the Liquid to leak, so please put it in a sealable bag or similar.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ===== Footer ===== --\u003e\n\u003cdiv class=\"product-footer\"\u003eManufacturer and Distributor: \u003cstrong\u003eDaiichi Sankyo Healthcare Co., Ltd.\u003c\/strong\u003e\u003cbr\u003eCategory: Class 3 OTC Drug ｜ Antiseptic Disinfectant ｜ For External Use Only ｜ Made in Japan\u003cbr\u003e*This page is for informational purposes only. Please be sure to read the attached instructions before purchasing or using.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/wrapper --\u003e","brand":"DAIICHI SANKYO","offers":[{"title":"30ml","offer_id":52921106989372,"sku":"4987774065489","price":525.0,"currency_code":"JPY","in_stock":true},{"title":"75ml","offer_id":52921107022140,"sku":"4987774065496","price":785.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987774065489.jpg?v=1774510248","url":"https:\/\/mamigo.jp\/en-ph\/products\/daiichisankyo-makiron-s","provider":"MamiGo","version":"1.0","type":"link"}