{"product_id":"kaldi-peach-ade-base","title":"Peach Ade Base Made with Yamanashi Peach Juice","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #e07b39;\n  --acc-dark: #b85520;\n  --acc-light: #fff3ec;\n  --acc-mid: #e8a07a;\n  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  line-height: 1.7;\n}\n\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3,\n.pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* ── Hero ── *\/\n.pd-wrap .pd-hero {\n  position: relative;\n  overflow: hidden;\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 14px;\n  padding: 44px 36px 40px;\n  margin-bottom: 24px;\n  color: #fff;\n}\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 260px; height: 260px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.07);\n}\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px; left: -40px;\n  width: 200px; height: 200px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n}\n.pd-wrap .pd-hero .hero-badges {\n  display: flex;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin-bottom: 14px;\n}\n.pd-wrap .pd-hero .hero-badge {\n  background: rgba(255,255,255,0.2);\n  border: 1px solid rgba(255,255,255,0.4);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 3px 12px;\n  border-radius: 20px;\n  letter-spacing: 0.04em;\n}\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 34px) !important;\n  font-weight: 900 !important;\n  margin-bottom: 8px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n  position: relative; z-index: 1;\n}\n.pd-wrap .pd-hero .hero-tagline {\n  font-size: 15px;\n  color: rgba(255,255,255,0.92);\n  margin-bottom: 20px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  position: relative; z-index: 1;\n}\n.pd-wrap .pd-hero .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  position: relative; z-index: 1;\n}\n.pd-wrap .pd-hero .hero-pill {\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.35);\n  color: #fff;\n  font-size: 12px;\n  padding: 4px 14px;\n  border-radius: 20px;\n}\n\n\/* ── Section title ── *\/\n.pd-wrap .section-title {\n  position: relative;\n  font-size: 18px;\n  font-weight: 800;\n  color: var(--acc);\n  padding-left: 14px;\n  margin-bottom: 16px;\n  border-bottom: 2px solid var(--acc-mid);\n  padding-bottom: 8px;\n}\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 2px; bottom: 2px;\n  width: 4px;\n  background: #f5a623;\n  border-radius: 2px;\n}\n\n\/* ── Card ── *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 12px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n  border: 1px solid #f0e8e0;\n}\n.pd-wrap .pd-card p {\n  margin: 0 0 12px;\n  font-size: 14.5px;\n  color: #444;\n}\n.pd-wrap .pd-card p:last-child { margin-bottom: 0; }\n\n\/* ── Feature grid ── *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-bottom: 20px;\n}\n@media (max-width: 480px) {\n  .pd-wrap .action-grid { grid-template-columns: 1fr; }\n}\n.pd-wrap .feat-card {\n  background: #fff;\n  border: 1px solid #f0e8e0;\n  border-radius: 12px;\n  padding: 20px 18px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n.pd-wrap .feat-card .feat-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px; height: 28px;\n  border-radius: 50%;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 800;\n  margin-bottom: 8px;\n}\n.pd-wrap .feat-card .feat-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 6px;\n}\n.pd-wrap .feat-card .feat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  border: 1px solid var(--acc-mid);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 10px;\n  border-radius: 12px;\n  margin-bottom: 8px;\n}\n.pd-wrap .feat-card .feat-desc {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ── Ingredient table ── *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  margin-bottom: 0;\n  border-radius: 8px;\n}\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n}\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 10px 14px !important;\n  text-align: left;\n  white-space: nowrap;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .ing-table tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #f0e8e0;\n}\n\n\/* ── Arange section ── *\/\n.pd-wrap .arrange-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-top: 14px;\n}\n@media (max-width: 480px) {\n  .pd-wrap .arrange-grid { grid-template-columns: 1fr; }\n}\n.pd-wrap .arrange-item {\n  background: var(--acc-light);\n  border-left: 4px solid var(--acc);\n  border-radius: 8px;\n  padding: 12px 14px;\n}\n.pd-wrap .arrange-item .arr-title {\n  font-size: 13px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 4px;\n}\n.pd-wrap .arrange-item .arr-desc {\n  font-size: 12.5px;\n  color: #555;\n  margin: 0;\n}\n\n\/* ── Note boxes ── *\/\n.pd-wrap .note-box {\n  background: #fff8e1;\n  border-left: 4px solid #f59e0b;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 0;\n}\n.pd-wrap .note-box.storage {\n  background: #f0f4ff;\n  border-left-color: #4a6fa5;\n}\n.pd-wrap .note-box .note-title {\n  font-size: 14px;\n  font-weight: 800;\n  margin-bottom: 8px;\n  color: #333;\n}\n.pd-wrap .note-box ul {\n  margin: 0;\n  padding-left: 18px;\n  font-size: 13.5px;\n  color: #444;\n}\n.pd-wrap .note-box ul li { margin-bottom: 4px; }\n.pd-wrap .note-box ul li:last-child { margin-bottom: 0; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003eSoft Drink\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e5x Concentrated\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003ePaper Pack 500ml\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003ePeachade Base\u003cbr\u003eUses Peach Juice from Yamanashi Prefecture\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eEnjoy the blessings of Yamanashi, Japan’s top peach region, at your preferred strength\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍑 Peach Juice from Yamanashi Prefecture\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🧊 For Iced or ☕ Hot\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✨ Freely Mixable\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🌿 Seasonal Limited\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003eProduct Overview\u003c\/p\u003e\n    \u003cp\u003eYamanashi Prefecture, known as one of Japan’s leading peach-producing areas. The peach orchards overlooking the Southern Alps and Kofu Basin turn pink during the flowering season, creating a beautiful scenery like a peach paradise. This drink base uses peach juice from Yamanashi Prefecture, offering a juicy and sweet-tart flavor.\u003c\/p\u003e\n    \u003cp\u003e5x concentrated type, 500ml. Just dilute with water or carbonated water to enjoy about 6–7 servings of peachade. Enjoy the refreshing aroma and natural sweetness of peach anytime, whether iced or hot.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 特長グリッド --\u003e\n  \u003cdiv class=\"action-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"feat-title\"\u003eUses Peach Juice from Yamanashi Prefecture\u003c\/div\u003e\n      \u003cspan class=\"feat-pill\"\u003eOrigin Commitment\u003c\/span\u003e\n      \u003cp class=\"feat-desc\"\u003eUses peach juice from Yamanashi Prefecture, Japan’s top peach-producing region. Features a sweet and juicy authentic peach flavor.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"feat-title\"\u003e5x Concentrated, about 6–7 servings\u003c\/div\u003e\n      \u003cspan class=\"feat-pill\"\u003eGreat Value\u003c\/span\u003e\n      \u003cp class=\"feat-desc\"\u003eCan be diluted to make 6–7 servings from 500ml. You can adjust the strength to your liking, so you won’t get bored.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"feat-title\"\u003eSuitable for both Iced and Hot\u003c\/div\u003e\n      \u003cspan class=\"feat-pill\"\u003eAll Season\u003c\/span\u003e\n      \u003cp class=\"feat-desc\"\u003eMake a crisp, refreshing drink with cold water or carbonated water, or a cozy hot drink by mixing with hot water on cold days.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"feat-title\"\u003eFlexible Mixing\u003c\/div\u003e\n      \u003cspan class=\"feat-pill\"\u003eVersatile Mixes\u003c\/span\u003e\n      \u003cp class=\"feat-desc\"\u003eBesides mixing with milk, yogurt, or iced tea, it can also be used as Jelly, shaved ice Syrup, or dessert sauce.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 原材料 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003eIngredients\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredients Name\u003c\/th\u003e\n            \u003cth\u003eNotes\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHigh Fructose Corn Syrup\u003c\/td\u003e\n            \u003ctd\u003eDomestic Production\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePeach Juice\u003c\/td\u003e\n            \u003ctd\u003eProduced in Yamanashi Prefecture (contains some peaches)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAcidulant\u003c\/td\u003e\n            \u003ctd\u003e–\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFlavoring\u003c\/td\u003e\n            \u003ctd\u003e–\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eThickener (Tamarind Gum)\u003c\/td\u003e\n            \u003ctd\u003e–\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSweeteners\u003c\/td\u003e\n            \u003ctd\u003eAcesulfame K, Sucralose\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAntioxidant\u003c\/td\u003e\n            \u003ctd\u003eVitamin C\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCaramel Coloring\u003c\/td\u003e\n            \u003ctd\u003e–\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12px;color:#888;margin-top:10px;margin-bottom:0;\"\u003e*Allergens: Peach. Please check the product packaging for detailed allergen information.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 栄養成分 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003eNutritional Information (per 100ml approximate)\u003c\/p\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eItem\u003c\/th\u003e\n            \u003cth\u003eValue\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eEnergy\u003c\/td\u003e\n            \u003ctd\u003e116 kcal\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eProduct Name\u003c\/td\u003e\n            \u003ctd\u003eSoft Drink\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNet Volume\u003c\/td\u003e\n            \u003ctd\u003e500 ml\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eContainer\u003c\/td\u003e\n            \u003ctd\u003ePaper pack (with cap)\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"font-size:12px;color:#888;margin-top:10px;margin-bottom:0;\"\u003e*Approximate fruit juice content when diluted 5 times: about 2%\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- アレンジレシピ --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e🍹 Recommended Mixes\u003c\/p\u003e\n    \u003cp style=\"font-size:14px;color:#555;margin-bottom:2px;\"\u003eDilute the base with your preferred mixer and enjoy (guideline: base 1 : mixer 4–5).\u003c\/p\u003e\n    \u003cdiv class=\"arrange-grid\"\u003e\n      \u003cdiv class=\"arrange-item\"\u003e\n        \u003cdiv class=\"arr-title\"\u003e🫧 Carbonated Water Mix\u003c\/div\u003e\n        \u003cp class=\"arr-desc\"\u003eRefreshing and fizzy. A summer classic. Serve with ice.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"arrange-item\"\u003e\n        \u003cdiv class=\"arr-title\"\u003e💧 Cold Water Mix\u003c\/div\u003e\n        \u003cp class=\"arr-desc\"\u003eEnjoy the elegant natural sweetness of peach straight.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"arrange-item\"\u003e\n        \u003cdiv class=\"arr-title\"\u003e🥛 Milk Mix\u003c\/div\u003e\n        \u003cp class=\"arr-desc\"\u003eReacts with acidity to create a thick, peach lassi-like flavor.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"arrange-item\"\u003e\n        \u003cdiv class=\"arr-title\"\u003e☕ Hot Water Mix\u003c\/div\u003e\n        \u003cp class=\"arr-desc\"\u003eWarm up on cold or chilly days with a cozy hot peach drink.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 使用上の注意 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e⚠️ Usage Precautions\u003c\/p\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cdiv class=\"note-title\"\u003e⚠️ Caution\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eAfter opening, store in the refrigerator and consume as soon as possible.\u003c\/li\u003e\n        \u003cli\u003eThis product is a concentrated type. Be sure to dilute before consuming.\u003c\/li\u003e\n        \u003cli\u003eDo not consume if you have a peach allergy.\u003c\/li\u003e\n        \u003cli\u003eSedimentation or separation may occur, but there is no problem with the quality. Please stir well before use.\u003c\/li\u003e\n        \u003cli\u003eWhen mixed with dairy products, coagulation or separation may occur, but there is no problem with the quality.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 保管上の注意 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cp class=\"section-title\"\u003e📦 Storage Precautions\u003c\/p\u003e\n    \u003cdiv class=\"note-box storage\"\u003e\n      \u003cdiv class=\"note-title\"\u003e📦 Storage Method\u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eStore away from direct sunlight, high temperatures, and humidity.\u003c\/li\u003e\n        \u003cli\u003eAfter opening, store in the refrigerator and consume promptly regardless of the expiration date.\u003c\/li\u003e\n        \u003cli\u003eThe paper pack comes with a cap and can be stored horizontally in the refrigerator.\u003c\/li\u003e\n        \u003cli\u003ePlease check the product label for the expiration date (approximate unopened shelf life: about 8 months from the purchase date).\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KALDI","offers":[{"title":"500ml","offer_id":52803918594364,"sku":"4515996938375","price":856.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4515996938375.jpg?v=1772152271","url":"https:\/\/mamigo.jp\/en-ca\/products\/kaldi-peach-ade-base","provider":"MamiGo","version":"1.0","type":"link"}