{"product_id":"aneron","title":"阿尼龙 尼斯胶囊","description":"\u003c!-- =========================\nAneron \/ Mobile-first LP layout (no outer frame)\n- 画像はURL差し替えでOK\n- 外枠線なし（スマホで自然に幅が狭くなる設計）\n- 「アネロンの歴史」内の写真は拡大せず既存サイズで表示（大きい場合のみ縮小）\n========================= --\u003e\n\u003cstyle\u003e\n  .anlp{\n    --navy:#253a8f;\n    --navy2:#1f2f78;\n    --ink:#0f172a;\n    --muted:#475569;\n    --bg:#ffffff;\n    --soft:#eaf1ff;   \/* 薄い水色背景 *\/\n    --gold:#d6b46a;   \/* 見出し下の細線 *\/\n    --radius:18px;\n\n    font-family: system-ui, -apple-system, \"Hiragino Kaku Gothic ProN\", \"Noto Sans JP\", Meiryo, sans-serif;\n    color: var(--ink);\n    line-height: 1.75;\n    background: var(--bg);\n  }\n  .anlp *{ box-sizing:border-box; }\n  .anlp img{ max-width:100%; height:auto; display:block; }\n\n  \/* container *\/\n  .anlp .wrap{\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 16px 40px;\n  }\n\n  \/* top hero *\/\n  .anlp .hero{\n    background: var(--soft);\n    padding: 34px 16px 26px;\n  }\n  .anlp .hero .wrap{ padding:0 16px; }\n  .anlp .hero-title{\n    text-align:center;\n    font-weight: 800;\n    color: var(--navy);\n    letter-spacing: .02em;\n    font-size: clamp(28px, 4.4vw, 44px);\n    line-height: 1.2;\n    margin: 0;\n  }\n\n  \/* product header block *\/\n  .anlp .product-head{\n    padding-top: 18px;\n    text-align:center;\n  }\n  .anlp .product-img{\n    width:min(420px, 86vw);\n    margin: 18px auto 10px;\n  }\n  .anlp .class-tag{\n    display:inline-block;\n    border: 1px solid rgba(15,23,42,.18);\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-weight: 700;\n    color: var(--muted);\n    background: #fff;\n    margin: 6px 0 10px;\n  }\n  .anlp .age-tag{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap: 10px;\n    padding: 10px 14px;\n    border-radius: 10px;\n    background: var(--soft);\n    color: var(--navy);\n    font-weight: 800;\n    margin: 10px 0 18px;\n  }\n\n  .anlp .product-name{\n    text-align:center;\n    font-weight: 900;\n    color: var(--navy);\n    letter-spacing: .01em;\n    font-size: clamp(32px, 5.2vw, 54px);\n    line-height: 1.12;\n    margin: 6px 0 10px;\n  }\n\n  .anlp .lead{\n    text-align:left;\n    font-size: 16px;\n    color: var(--ink);\n    margin: 0 auto;\n    max-width: 740px;\n  }\n  .anlp .lead b{ font-weight: 900; }\n\n  \/* section heading like screenshots *\/\n  .anlp .sec{\n    padding-top: 26px;\n  }\n  .anlp .sec-title{\n    color: var(--navy);\n    font-weight: 900;\n    font-size: clamp(26px, 4.2vw, 40px);\n    margin: 0 0 10px;\n    letter-spacing: .01em;\n  }\n  .anlp .rule{\n    height: 2px;\n    width: 100%;\n    background: linear-gradient(90deg, var(--gold), rgba(214,180,106,0));\n    border-radius: 999px;\n    margin: 8px 0 16px;\n  }\n\n  \/* bullets *\/\n  .anlp .bullets{\n    margin: 10px 0 0;\n    padding: 0;\n    list-style: none;\n    display: grid;\n    gap: 10px;\n  }\n  .anlp .bullets li{\n    display:flex;\n    align-items:flex-start;\n    gap: 10px;\n    font-size: 18px;\n    font-weight: 900;\n  }\n  .anlp .dot{\n    width: 10px;\n    height: 10px;\n    margin-top: 10px;\n    border-radius: 999px;\n    background: var(--navy);\n    flex: 0 0 10px;\n  }\n\n  \/* feature block *\/\n  .anlp .feature{\n    padding-top: 22px;\n  }\n  .anlp .feature-title{\n    color: var(--navy);\n    font-weight: 900;\n    font-size: clamp(20px, 3.6vw, 30px);\n    margin: 0 0 10px;\n  }\n  .anlp .feature p{\n    margin: 0 0 12px;\n    max-width: 760px;\n  }\n  .anlp .feature p b{ font-weight: 900; }\n\n  \/* inline image spacing like screenshot *\/\n  .anlp .img-block{\n    margin: 14px 0 0;\n  }\n  .anlp .img-block img{\n    width: 100%;\n    border-radius: 0;\n  }\n\n  \/* sub-title (h4 style) *\/\n  .anlp .sub-title{\n    color: var(--navy);\n    font-weight: 900;\n    font-size: 18px;\n    margin: 18px 0 10px;\n  }\n\n  \/* history *\/\n  .anlp .history-lead{\n    text-align:center;\n    color: var(--ink);\n    margin: 0 auto 14px;\n    max-width: 760px;\n  }\n  .anlp .year{\n    color: var(--navy);\n    font-weight: 900;\n    font-size: 22px;\n    margin: 18px 0 6px;\n  }\n  .anlp .year-title{\n    color: var(--navy);\n    font-weight: 900;\n    font-size: 18px;\n    margin: 0 0 8px;\n  }\n  .anlp .note{\n    color: var(--muted);\n    font-size: 14px;\n    margin: 8px 0 12px;\n  }\n\n  \/* ★歴史セクションの画像は拡大しない（原寸優先・大きい時だけ縮小） *\/\n  .anlp .history-img{\n    width: auto !important;      \/* 100% をやめる *\/\n    max-width: 100% !important;  \/* はみ出す時だけ縮小 *\/\n    height: auto;\n    margin: 0 auto;              \/* 中央寄せ *\/\n    display: block;\n  }\n\n  @media (min-width: 820px){\n    .anlp .hero{ padding: 44px 16px 32px; }\n    .anlp .lead{ font-size: 17px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"anlp\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch1 class=\"hero-title\"\u003e晕车药“アネロン”\u003cbr\u003e的产品信息\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003c!-- PRODUCT HEAD --\u003e\n\u003csection aria-label=\"商品概要\" class=\"product-head\"\u003e\n\u003ch2 class=\"product-name\"\u003eアネロン“ニスキャップ”\u003c\/h2\u003e\n\u003cp class=\"lead\"\u003eアネロン“ニスキャップ”是一种效果均匀、\u003cb\u003e一天1次服用即可长时间持续效果\u003c\/b\u003e的持续性晕车药。\u003cb\u003e含有5种对晕车有效的镇静・止吐成分\u003c\/b\u003e，对因晕车引起的恶心、头晕、头痛有良好疗效。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 効能・効果 --\u003e\n\u003csection aria-label=\"効能・効果\" class=\"sec\"\u003e\n\u003ch2 class=\"sec-title\"\u003e功效・效果\u003c\/h2\u003e\n\u003cdiv class=\"rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp style=\"margin: 0 0 10px;\"\u003e预防・缓解因晕车引起的这些症状。\u003c\/p\u003e\n\u003cul class=\"bullets\"\u003e\n\u003cli\u003e\n\u003cspan aria-hidden=\"true\" class=\"dot\"\u003e\u003c\/span\u003e恶心\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan aria-hidden=\"true\" class=\"dot\"\u003e\u003c\/span\u003e头晕\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan aria-hidden=\"true\" class=\"dot\"\u003e\u003c\/span\u003e头痛\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-1.jpg?v=1768970294\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- アネロンの特長 --\u003e\n\u003csection aria-label=\"アネロンの特長\" class=\"sec\"\u003e\n\u003ch2 class=\"sec-title\"\u003eアネロン的特点\u003c\/h2\u003e\n\u003cdiv class=\"rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- 特長1 --\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch3 class=\"feature-title\"\u003e【特点1】一天1次1粒胶囊，效果持久\u003c\/h3\u003e\n\u003cp\u003e由于是持续性制剂，效果持久，\u003cb\u003e乘车或乘船前30分钟服用即可发挥稳定效果\u003c\/b\u003e。长时间预防晕车。\u003c\/p\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-2.jpg?v=1768970370\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"sub-title\"\u003e包裹在胶囊中的长效秘密\u003c\/h4\u003e\n\u003cp\u003e长效的秘密在于每颗颗粒都被特殊包膜包裹。胶囊在胃中溶解后，水分渗透颗粒，药效成分从核心逐渐释放，效果持续时间长。\u003c\/p\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-3.png?v=1768970597\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特長2 --\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch3 class=\"feature-title\"\u003e【特点2】直接作用于胃，对晕车的“恶心”有优异效果\u003c\/h3\u003e\n\u003cp\u003eアネロン除了含有抑制神经细胞兴奋的中枢性镇静成分外，还\u003cb\u003e配合了直接作用于胃的“乙基氨基苯甲酸”\u003c\/b\u003e。对晕车时最难受的\u003cb\u003e恶心有优异效果\u003c\/b\u003e。\u003c\/p\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-4.jpg?v=1768970671\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 特長3 --\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003ch3 class=\"feature-title\"\u003e【特点3】5种有效成分，针对晕车的各种症状发挥强效\u003c\/h3\u003e\n\u003cp\u003e含有\u003cb\u003e5种对晕车有效的有效成分\u003c\/b\u003e，对晕车引起的\u003cb\u003e恶心・头晕・头痛\u003c\/b\u003e有卓越效果。\u003c\/p\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-5.png?v=1768970727\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"sub-title\"\u003e1. 苯海拉明马来酸盐（抗组胺作用）\u003c\/h4\u003e\n\u003cp\u003e抑制呕吐中枢刺激和内耳前庭的自主神经反射，预防和缓解头晕、恶心（呕吐）等症状。\u003c\/p\u003e\n\u003ch4 class=\"sub-title\"\u003e2. 东莨菪碱氢溴酸盐水合物（副交感神经阻断作用）\u003c\/h4\u003e\n\u003cp\u003e作用于大脑中枢，抑制副交感神经兴奋。\u003cbr\u003e同时降低消化道紧张，预防恶心（呕吐）。\u003c\/p\u003e\n\u003ch4 class=\"sub-title\"\u003e3. 盐酸吡哆辛（维生素B\u003csub\u003e6\u003c\/sub\u003e）（神经功能正常保持作用）\u003c\/h4\u003e\n\u003cp\u003e维持神经功能正常所需的维生素，对恶心等症状有效。\u003c\/p\u003e\n\u003ch4 class=\"sub-title\"\u003e4. 无水咖啡因（中枢神经兴奋作用）\u003c\/h4\u003e\n\u003cp\u003e减轻因平衡感紊乱引起的头晕，缓解晕车引起的头痛。\u003c\/p\u003e\n\u003ch4 class=\"sub-title\"\u003e5. 乙基氨基苯甲酸（胃粘膜局部麻醉作用）\u003c\/h4\u003e\n\u003cp\u003e通过对胃粘膜的麻醉作用，抑制恶心（呕吐）。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- \/wrap --\u003e \u003c!-- HISTORY（薄い背景の見出し） --\u003e\n\u003csection aria-label=\"アネロンの歴史\" class=\"hero\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 style=\"font-size: clamp(28px,4.2vw,40px);\" class=\"hero-title\"\u003eアネロン的历史\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cp class=\"history-lead\"\u003e跨越时代获得支持，アネロン于2023年迎来90周年。\u003cbr\u003e通过不断更改配方和药效，历经多次更新，发展成今天的アネロン品牌。\u003c\/p\u003e\n\u003c!-- 歴史画像：拡大しない（原寸優先） --\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-6.jpg?v=1768970943\" class=\"history-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"year\"\u003e1933年（昭和8年）\u003c\/div\u003e\n\u003cdiv class=\"year-title\"\u003e作为镇痛新药，アネロン登上瓢箪屋药房制剂目录\u003c\/div\u003e\n\u003cdiv class=\"note\"\u003e※“瓢箪屋药房”是SS制药的前身公司名称。1940年（昭和15年）更名为SS制药。\u003c\/div\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-7.jpg?v=1768970943\" class=\"history-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"year\"\u003e1956年（昭和31年）\u003c\/div\u003e\n\u003cdiv class=\"year-title\"\u003e作为晕船预防・治疗药，改良アネロン配方\u003c\/div\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-8.jpg?v=1768970943\" class=\"history-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"year\"\u003e1964年（昭和39年）\u003c\/div\u003e\n\u003cdiv class=\"year-title\"\u003e与美国Nisco公司合作开发的アネロンニスキャップ上市\u003c\/div\u003e\n\u003cdiv class=\"img-block\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/aneron-9.jpg?v=1768970943\" class=\"history-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"year\"\u003e2023年（令和5年）〜\u003c\/div\u003e\n\u003cdiv class=\"year-title\"\u003eアネロン品牌90周年\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SSP","offers":[{"title":"3カプセル","offer_id":50208795328828,"sku":"4987300029404","price":715.0,"currency_code":"JPY","in_stock":false},{"title":"10カプセル","offer_id":50208795361596,"sku":"4987300029459","price":1298.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/aneron.jpg?v=1785719271","url":"https:\/\/mamigo.jp\/zh-hans-kr\/products\/aneron","provider":"MamiGo","version":"1.0","type":"link"}