{"product_id":"yomeishu-nodoame-ginger-honey-candy","title":"Yomeishu Brewing Company Kuromoji Throat Candy Ginger Honey","description":"\u003c!-- ==============================\nYomeishu: クロモジのど飴 生姜はちみつ 76g\n（メーカーサイトの雰囲気：深いブラウン＋赤をアクセントにして、少し目立つ版）\n============================== --\u003e\n\u003cstyle\u003e\n    .jd-product{\n      \/* --- Inspired by Yomeishu page colors (deep brown + red accent) --- *\/\n      --text:#221714;          \/* 深いブラウン（本文） *\/\n      --muted:#6b625c;         \/* ブラウン寄りのグレー *\/\n      --line:#e6dfda;          \/* 薄いベージュ系ライン *\/\n      --bg:#ffffff;            \/* 背景 *\/\n      --soft:#fbf7f4;          \/* ほんのり温かいベージュ *\/\n      --accent:#e02922;        \/* 赤アクセント *\/\n      --accentSoft:#fff1f0;    \/* 赤の淡色 *\/\n      --badge:#f6e7df;         \/* ラベル背景 *\/\n      --shadow: 0 10px 30px rgba(34,23,20,.08);\n\n      font-family: system-ui,-apple-system,\"Segoe UI\",\"Hiragino Kaku Gothic ProN\",\"Noto Sans JP\",Meiryo,sans-serif;\n      color:var(--text);\n      line-height:1.75;\n      background:var(--bg);\n    }\n    .jd-product *{box-sizing:border-box;}\n    .jd-wrap{max-width:960px;margin:0 auto;padding:18px 14px 46px;}\n\n    .jd-crumb{\n      font-size:12px;color:var(--muted);letter-spacing:.02em;\n      margin:0 0 10px;\n    }\n\n    .jd-head{\n      border:1px solid var(--line);\n      border-radius:18px;\n      padding:16px 16px 14px;\n      background:\n        linear-gradient(180deg, var(--soft), #fff);\n      box-shadow: var(--shadow);\n      margin-bottom:14px;\n      position:relative;\n      overflow:hidden;\n    }\n    .jd-head:before{\n      content:\"\";\n      position:absolute; inset:-60px -80px auto auto;\n      width:220px;height:220px;border-radius:999px;\n      background: radial-gradient(circle at 30% 30%, var(--accentSoft), rgba(255,255,255,0));\n      pointer-events:none;\n    }\n    .jd-title{\n      font-size:22px;line-height:1.35;margin:0 0 8px;font-weight:900;\n      letter-spacing:.01em;\n    }\n    .jd-lead{margin:0;color:var(--muted);}\n\n    .jd-grid{display:grid;grid-template-columns:1fr;gap:12px;}\n    @media (min-width:720px){ .jd-grid{grid-template-columns:1.2fr .8fr;} }\n\n    .jd-card{\n      border:1px solid var(--line);\n      border-radius:18px;\n      padding:14px;\n      background:#fff;\n      box-shadow: var(--shadow);\n    }\n\n    .jd-sec{margin-top:16px;}\n    .jd-sec:first-child{margin-top:0;}\n\n    .jd-sec h2{\n      font-size:15px;\n      margin:0 0 10px;\n      padding:10px 12px;\n      border-radius:14px;\n      background: var(--soft);\n      border:1px solid var(--line);\n      display:flex; align-items:center; gap:10px;\n    }\n    .jd-sec h2:before{\n      content:\"\";\n      width:10px;height:10px;border-radius:999px;\n      background: var(--accent);\n      box-shadow: 0 0 0 4px rgba(224,41,34,.12);\n      flex:0 0 auto;\n    }\n\n    .jd-kv{\n      border:1px solid rgba(224,41,34,.18);\n      border-radius:16px;\n      padding:12px 12px 10px;\n      background: linear-gradient(180deg, var(--accentSoft), #fff);\n    }\n    .jd-kv h3{\n      margin:0 0 8px;\n      font-size:13px;\n      display:inline-flex;align-items:center;gap:8px;\n      padding:6px 10px;\n      border-radius:999px;\n      background: #fff;\n      border:1px solid rgba(224,41,34,.22);\n      color: var(--text);\n      font-weight:900;\n    }\n    .jd-kv h3:before{\n      content:\"\";\n      width:8px;height:8px;border-radius:999px;background:var(--accent);\n    }\n    .jd-kv ul{margin:0;padding-left:18px;}\n    .jd-kv li{margin:4px 0;}\n\n    .jd-dl{display:grid;grid-template-columns:140px 1fr;gap:8px 12px;margin:0;}\n    .jd-dl dt{color:var(--muted);font-size:13px;}\n    .jd-dl dd{margin:0;font-weight:700;}\n\n    .jd-badgeRow{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0;}\n    .jd-badge{\n      display:inline-flex;align-items:center;gap:6px;\n      padding:7px 10px;border-radius:999px;\n      background: var(--badge);\n      border:1px solid var(--line);\n      font-size:12px;\n      color: var(--text);\n      font-weight:800;\n      white-space:nowrap;\n    }\n    .jd-badge i{\n      width:8px;height:8px;border-radius:999px;background:var(--accent);\n      display:inline-block;\n    }\n\n    .jd-note{\n      padding:12px;\n      border:1px solid rgba(224,41,34,.22);\n      border-radius:16px;\n      background: linear-gradient(180deg, #fff, var(--accentSoft));\n    }\n    .jd-note ul{margin:0;padding-left:18px;}\n    .jd-note li{margin:4px 0;}\n\n    .jd-table{\n      width:100%;\n      border-collapse:separate;\n      border-spacing:0;\n      border:1px solid var(--line);\n      border-radius:16px;\n      overflow:hidden;\n      background:#fff;\n    }\n    .jd-table th,.jd-table td{\n      padding:10px 12px;\n      border-bottom:1px solid var(--line);\n      text-align:left;\n      font-size:14px;\n    }\n    .jd-table th{\n      background: var(--soft);\n      width:45%;\n      font-weight:900;\n    }\n    .jd-table tr:last-child th,.jd-table tr:last-child td{border-bottom:none;}\n\n    .jd-small{font-size:12px;color:var(--muted);margin-top:10px;}\n  \u003c\/style\u003e\n\u003csection class=\"jd-product\" aria-label=\"商品説明\"\u003e\n\u003cdiv class=\"jd-wrap\"\u003e\n\u003cp class=\"jd-crumb\"\u003eProducts \u0026 Services \u003e Throat Candy\u003c\/p\u003e\n\u003cheader class=\"jd-head\"\u003e\n\u003ch1 class=\"jd-title\"\u003eYomeishu Seizo Kuromoji Throat Candy Ginger Honey 76g\u003c\/h1\u003e\n\u003cp class=\"jd-lead\"\u003eContains \"Kuromoji\" extract researched for many years by Yomeishu Seizo.\u003c\/p\u003e\n\u003cp class=\"jd-lead\"\u003eRecommended for when your throat feels dry with the gentle taste of ginger and honey.\u003c\/p\u003e\n\u003cdiv class=\"jd-badgeRow\" aria-label=\"ハイライト\"\u003e\n\u003cspan class=\"jd-badge\"\u003e\u003ci\u003e\u003c\/i\u003eContains Kuromoji-derived polyphenols\u003c\/span\u003e \u003cspan class=\"jd-badge\"\u003e\u003ci\u003e\u003c\/i\u003eContains rich paste (two-layer structure)\u003c\/span\u003e \u003cspan class=\"jd-badge\"\u003e\u003ci\u003e\u003c\/i\u003eGinger × honey flavor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"jd-grid\"\u003e\n\u003c!-- Main --\u003e\n\u003cdiv class=\"jd-card\"\u003e\n\u003csection class=\"jd-sec\"\u003e\n\u003ch2\u003eProduct highlights\u003c\/h2\u003e\n\u003cdiv class=\"jd-kv\"\u003e\n\u003ch3\u003eFeatures\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eContains extract powder derived from the Japanese native herb \"Kuromoji\"\u003c\/li\u003e\n\u003cli\u003eKuromoji-derived polyphenols: 2.3mg per piece\u003c\/li\u003e\n\u003cli\u003eGinger and mellow honey flavor\u003c\/li\u003e\n\u003cli\u003eTwo-layer structure with rich paste that changes flavor\u003c\/li\u003e\n\u003cli\u003eFor when your throat feels dry\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"jd-sec\"\u003e\n\u003ch2\u003eProduct description\u003c\/h2\u003e\n\u003cp\u003eThe extract from \"Kuromoji\" contains polyphenols known for their health benefits. The gentle sweetness of ginger and honey spreads soothingly deep into the throat with a rich paste inside. The special two-layer structure lets you enjoy changing flavors as you suck on it.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"jd-sec\"\u003e\n\u003ch2\u003eIngredients\u003c\/h2\u003e\n\u003cp\u003eStarch syrup (domestically produced), sugar, reduced starch syrup, edible oils and fats, Kuromoji extract powder, honey, ginger powder, black sugar syrup \/ sweetener (sorbitol), emulsifier, flavoring, spice extract\u003c\/p\u003e\n\u003cp class=\"jd-small\"\u003eOrigin of raw materials: domestically produced (starch syrup)\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"jd-sec\"\u003e\n\u003ch2\u003eAllergy information\u003c\/h2\u003e\n\u003cp\u003eNo specified allergens or substances equivalent to specified allergens are used. Manufactured in facilities that also process products containing milk ingredients.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"jd-sec\"\u003e\n\u003ch2\u003eNutrition facts\u003c\/h2\u003e\n\u003cp class=\"jd-small\"\u003e(Per piece 3.8g)\u003c\/p\u003e\n\u003ctable class=\"jd-table\" aria-label=\"栄養成分表示\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eEnergy\u003c\/th\u003e\n\u003ctd\u003e15kcal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProtein\u003c\/th\u003e\n\u003ctd\u003e0g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFat\u003c\/th\u003e\n\u003ctd\u003e0.06g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCarbohydrates\u003c\/th\u003e\n\u003ctd\u003e3.6g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEquivalent salt content\u003c\/th\u003e\n\u003ctd\u003e0g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- Side --\u003e\n\u003caside class=\"jd-card\" aria-label=\"商品情報\"\u003e\n\u003csection class=\"jd-sec\"\u003e\n\u003ch2\u003eBasic information\u003c\/h2\u003e\n\u003cdl class=\"jd-dl\"\u003e\n\u003cdt\u003eExpiration date\u003c\/dt\u003e\n\u003cdd\u003e18 months\u003c\/dd\u003e\n\u003cdt\u003eContents\u003c\/dt\u003e\n\u003cdd\u003e19 pieces per bag\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/section\u003e\n\u003csection class=\"jd-sec\"\u003e\n\u003ch2\u003eCaution\u003c\/h2\u003e\n\u003cdiv class=\"jd-note\"\u003e\n\u003cul\u003e\n\u003cli\u003eContains honey, so do not give to infants under 1 year old.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"jd-sec\"\u003e\n\u003ch2\u003eRecommended occasions\u003c\/h2\u003e\n\u003cp class=\"jd-small\" style=\"margin: 0;\"\u003eFor throat care when going out in dry seasons, at the office, or while on the move.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"yomeishu","offers":[{"title":"76g","offer_id":52625861148988,"sku":"4987236019098","price":395.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4987236019098.jpg?v=1768631529","url":"https:\/\/mamigo.jp\/en-my\/products\/yomeishu-nodoame-ginger-honey-candy","provider":"MamiGo","version":"1.0","type":"link"}