{"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-hant-kr\/products\/aneron","provider":"MamiGo","version":"1.0","type":"link"}