{"product_id":"asahi_calpis-melon-cream-soda","title":"Calpis Soda Domestic Melon Cream Soda","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #3a9e5f;\n  --acc-dark: #1e6b3a;\n  --acc-light: #e6f7ed;\n  --acc-mid: #7ecb9a;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;\n  color: #333;\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 12px;\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  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 16px;\n  padding: 48px 36px 44px;\n  overflow: hidden;\n  margin-bottom: 24px;\n  text-align: center;\n}\n\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px;\n  right: -60px;\n  width: 240px;\n  height: 240px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.08);\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px;\n  left: -40px;\n  width: 200px;\n  height: 200px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n  pointer-events: none;\n}\n\n.pd-wrap .pd-hero .hero-badges {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin-bottom: 16px;\n}\n\n.pd-wrap .pd-hero .hero-badge {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 4px 14px;\n  border-radius: 20px;\n  border: 1px solid rgba(255,255,255,0.35);\n  letter-spacing: 0.04em;\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(20px, 4vw, 34px) !important;\n  font-weight: 900 !important;\n  margin-bottom: 10px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n  letter-spacing: 0.03em;\n}\n\n.pd-wrap .pd-hero .hero-tagline {\n  color: rgba(255,255,255,0.93);\n  font-size: clamp(13px, 2vw, 16px);\n  margin-bottom: 22px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  line-height: 1.7;\n}\n\n.pd-wrap .pd-hero .hero-pills {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n\n.pd-wrap .pd-hero .hero-pill {\n  background: rgba(255,255,255,0.22);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 600;\n  padding: 6px 16px;\n  border-radius: 30px;\n  border: 1px solid rgba(255,255,255,0.4);\n}\n\n\/* ===== CARD ===== *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n}\n\n.pd-wrap .section-title {\n  position: relative;\n  font-size: 18px;\n  font-weight: 800;\n  color: var(--acc);\n  padding-left: 16px;\n  margin-bottom: 18px;\n  border-bottom: 2px solid var(--acc-light);\n  padding-bottom: 10px;\n}\n\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 2px;\n  bottom: 2px;\n  width: 5px;\n  background: #f5c518;\n  border-radius: 3px;\n}\n\n.pd-wrap .pd-card p {\n  font-size: 15px;\n  line-height: 1.85;\n  color: #444;\n  margin: 0 0 12px;\n}\n\n.pd-wrap .pd-card p:last-child {\n  margin-bottom: 0;\n}\n\n\/* ===== ACTION 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\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .action-card {\n  background: #fff;\n  border-radius: 12px;\n  padding: 20px 18px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.07);\n  border-top: 4px solid var(--acc);\n}\n\n.pd-wrap .action-card .num-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n  background: var(--acc);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 800;\n  border-radius: 50%;\n  margin-bottom: 10px;\n}\n\n.pd-wrap .action-card h3 {\n  font-size: 15px !important;\n  font-weight: 800 !important;\n  color: var(--acc) !important;\n  margin-bottom: 8px !important;\n}\n\n.pd-wrap .action-card .ing-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 10px;\n  border-radius: 20px;\n  border: 1px solid var(--acc-mid);\n  margin-bottom: 8px;\n}\n\n.pd-wrap .action-card p {\n  font-size: 13px;\n  line-height: 1.7;\n  color: #555;\n  margin: 0;\n}\n\n\/* ===== INGREDIENT TABLE ===== *\/\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n  background: #fff;\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.07);\n}\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  font-size: 13px;\n  letter-spacing: 0.03em;\n}\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 #eee;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n.pd-wrap .cat-pill {\n  display: inline-block;\n  background: var(--acc-light);\n  color: var(--acc);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 2px 8px;\n  border-radius: 12px;\n  border: 1px solid var(--acc-mid);\n  white-space: nowrap;\n}\n\n\/* ===== EFFICACY TAGS ===== *\/\n.pd-wrap .efficacy-wrap {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 12px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  font-size: 13px;\n  font-weight: 600;\n  padding: 6px 14px;\n  border-radius: 20px;\n}\n\n\/* ===== BRAND CARD ===== *\/\n.pd-wrap .brand-card {\n  background: #fff;\n  border-radius: 14px;\n  padding: 28px 28px 24px;\n  margin-bottom: 20px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n  border-left: 5px solid var(--acc);\n}\n\n.pd-wrap .brand-card p {\n  font-size: 15px;\n  line-height: 1.85;\n  color: #444;\n  margin: 0 0 12px;\n}\n\n.pd-wrap .brand-card p:last-child {\n  margin-bottom: 0;\n}\n\n\/* ===== CAUTION ===== *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 22px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .caution-box .caution-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #b45309;\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n\n.pd-wrap .caution-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n\n.pd-wrap .caution-box ul li {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.75;\n  margin-bottom: 4px;\n}\n\n\/* ===== STORAGE ===== *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  border-radius: 0 12px 12px 0;\n  padding: 20px 22px;\n  margin-bottom: 20px;\n}\n\n.pd-wrap .storage-box .storage-title {\n  font-size: 16px;\n  font-weight: 800;\n  color: #2c4a7c;\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n\n.pd-wrap .storage-box ul {\n  margin: 0;\n  padding-left: 18px;\n}\n\n.pd-wrap .storage-box ul li {\n  font-size: 13px;\n  color: #555;\n  line-height: 1.75;\n  margin-bottom: 4px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- 1. HERO --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003eDairy carbonated beverage\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e500ml\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eUses domestic melon juice\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eCalpis Soda\u003cbr\u003eDomestic Melon Cream Soda\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eSweet aroma of domestic melon and gentle richness of vanilla ice cream.\u003cbr\u003eThe refreshing dairy carbonation unique to Calpis Soda quenches summer thirst.\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍈 Domestic melon juice\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍦 Vanilla flavor\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🫧 Refreshing carbonation\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🥛 Calpis dairy\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e📝 Product Overview\u003c\/div\u003e\n    \u003cp\u003e\n      \"Calpis Soda Domestic Melon Cream Soda\" is a seasonal limited flavor in the \"Calpis Soda\" series proudly offered by Asahi Soft Drinks. It blends domestic melon juice and vanilla ice cream flavor to create a luxurious taste just like drinking cream soda.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The gentle milky sweetness unique to Calpis perfectly matches the sparkling, refreshing carbonation. The elegant sweet aroma of melon and the mellow richness of vanilla blend together, evoking both nostalgia and novelty. Perfect for refreshing yourself in hot weather or for special moments.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 特長グリッド --\u003e\n  \u003cdiv class=\"action-grid\"\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eUses domestic melon juice\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eDomestic melon juice\u003c\/span\u003e\n      \u003cp\u003eUses domestic melon juice to reproduce the elegant and sweet aroma and flavor unique to real melon. Enjoy a natural taste that is not artificial.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eLuxurious cream soda-style taste\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eVanilla flavor\u003c\/span\u003e\n      \u003cp\u003eAdds a flavor inspired by vanilla ice cream. The combination of melon and vanilla creates a special feeling like a café-style cream soda.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eCalpis's distinctive milky sweetness\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eDairy carbonated beverage\u003c\/span\u003e\n      \u003cp\u003eCalpis's dairy ingredients, with over 100 years of history, add gentle richness and depth to the carbonated beverage. A unique taste unlike any other.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003eRefreshing carbonation for a clear throat\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eCarbonated beverage\u003c\/span\u003e\n      \u003cp\u003eThe sparkling, refreshing carbonation quenches thirst on hot days. It has a refreshing taste within the sweetness, making it enjoyable without getting tired of drinking.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. 原材料テーブル --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e🧪 Ingredients \u0026 Components\u003c\/div\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredients\u003c\/th\u003e\n            \u003cth\u003eRole\/Features\u003c\/th\u003e\n            \u003cth\u003eCategory\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\u003eMain source of sweetness. Adds a clean sweetness\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSweeteners\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSkimmed concentrated milk\u003c\/td\u003e\n            \u003ctd\u003eAdds the unique mild milky flavor of Calpis\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eDairy ingredients\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMelon juice (domestic)\u003c\/td\u003e\n            \u003ctd\u003eSource of authentic aroma and flavor of domestic melon\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eFruit juice\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLactic acid\u003c\/td\u003e\n            \u003ctd\u003eAdds the characteristic refreshing acidity of Calpis\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eAcidulant\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFlavoring\u003c\/td\u003e\n            \u003ctd\u003eEnhances melon and vanilla flavors\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eFlavoring\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSweeteners (Acesulfame K, Sucralose)\u003c\/td\u003e\n            \u003ctd\u003eSupports sweetness while reducing calories\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSweeteners\u003c\/span\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:8px;\"\u003e* Allergen information: Contains dairy ingredients (partially included). Please check the ingredient list on the back of the package for details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 5. おすすめの飲み方 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e🍹 Recommended Ways to Enjoy\u003c\/div\u003e\n    \u003cdiv class=\"efficacy-wrap\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eChill well and enjoy as is\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eServe with ice in a glass\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eAdd vanilla ice cream to make a cream soda\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eEnjoy as a dessert after meals\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePerfect with snacks\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 6. ブランドストーリー --\u003e\n  \u003cdiv class=\"brand-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003e🌱 Brand Story\u003c\/div\u003e\n    \u003cp\u003e\n      \"Calpis\" is Japan's first lactic acid bacteria beverage, born in 1919. It was developed by founder Kaiun Mishima, inspired by fermented milk he encountered in Inner Mongolia, China, with the desire to create \"a delicious and healthy drink.\" It has been a beloved national brand in Japan for over 100 years.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \"Calpis Soda\" was introduced in 1973 and has been widely loved by younger generations for its unique combination of Calpis's milky sweetness and the refreshing sensation of carbonation. \"Domestic Melon Cream Soda\" is a special seasonal edition developed as an evolution of Calpis Soda, inspired by the Japanese summer tradition of cream soda.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 7. 保管上の注意 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003cdiv class=\"storage-title\"\u003e📦 Storage Instructions\u003c\/div\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore in a cool place away from direct sunlight and high temperatures.\u003c\/li\u003e\n      \u003cli\u003eDrink immediately after opening.\u003c\/li\u003e\n      \u003cli\u003eDo not consume if the can is swollen or deformed.\u003c\/li\u003e\n      \u003cli\u003ePlease check the expiration date printed on the package.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 8. ご注意事項 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cdiv class=\"caution-title\"\u003e⚠️ Caution\u003c\/div\u003e\n    \u003cul\u003e\n      \u003cli\u003eThis product contains \u003cstrong\u003edairy ingredients\u003c\/strong\u003e. Please be cautious if you have a milk allergy.\u003c\/li\u003e\n      \u003cli\u003eAs this is a carbonated beverage, please open without shaking the can.\u003c\/li\u003e\n      \u003cli\u003eDo not freeze. The can may be damaged.\u003c\/li\u003e\n      \u003cli\u003eFor infants and young children, please use your discretion when giving this product.\u003c\/li\u003e\n      \u003cli\u003ePlease consume soon after opening.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ASAHI","offers":[{"title":"500ml","offer_id":50207967347004,"sku":"4901340082946","price":200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901340082946.jpg?v=1751852257","url":"https:\/\/mamigo.jp\/en-ph\/products\/asahi_calpis-melon-cream-soda","provider":"MamiGo","version":"1.0","type":"link"}