{"title":"Melon","description":"","products":[{"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"},{"product_id":"kaldi-melon-bread-after-baking","title":"Spread and Bake Melon Bread","description":"\u003cdiv class=\"pd-wrap\"\u003e\n\u003cstyle\u003e\n.pd-wrap *,.pd-wrap *::before,.pd-wrap *::after{box-sizing:border-box}\n.pd-wrap{\n  --acc:#3aaa35;--acc-dark:#1e6b1a;--acc-light:#f0faf0;--acc-mid:#6fc96a;\n  font-family:'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;\n  color:#222;line-height:1.7;max-width:860px;margin:0 auto;padding:0 0 40px;\n}\n.pd-wrap .hero{\n  background:linear-gradient(135deg,var(--acc-dark) 0%,var(--acc) 60%,var(--acc-mid) 100%);\n  padding:48px 32px 40px;border-radius:12px;text-align:center;color:#fff;margin-bottom:32px;\n}\n.pd-wrap .hero-badge{display:inline-block;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.6);border-radius:20px;padding:4px 14px;font-size:.78rem;letter-spacing:.08em;margin-bottom:14px}\n.pd-wrap .hero h1{font-size:clamp(1.5rem,4vw,2.2rem)!important;font-weight:900!important;color:#fff!important;margin:0 0 12px!important;line-height:1.3!important;text-shadow:0 2px 6px rgba(0,0,0,.3)}\n.pd-wrap .hero .tagline{font-size:1rem;opacity:.92;margin-bottom:20px}\n.pd-wrap .hero-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}\n.pd-wrap .hero-pills span{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.5);border-radius:20px;padding:4px 14px;font-size:.82rem}\n.pd-wrap .sec{background:#fff;border-radius:10px;padding:28px 28px 24px;margin-bottom:22px;box-shadow:0 2px 10px rgba(0,0,0,.06)}\n.pd-wrap .sec-title{font-size:1.1rem!important;font-weight:800!important;color:var(--acc-dark)!important;border-left:4px solid var(--acc);padding-left:12px;margin:0 0 16px!important}\n.pd-wrap .overview p{margin:.6em 0;font-size:.96rem}\n.pd-wrap .feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}\n.pd-wrap .feat-card{background:var(--acc-light);border:1px solid rgba(58,170,53,.18);border-radius:8px;padding:18px 16px}\n.pd-wrap .feat-card .feat-num{font-size:1.4rem;font-weight:900;color:var(--acc);margin-bottom:4px}\n.pd-wrap .feat-card .feat-ttl{font-size:.95rem;font-weight:700;color:var(--acc-dark);margin-bottom:6px}\n.pd-wrap .feat-card p{font-size:.88rem;color:#555;margin:0}\n.pd-wrap .ing-table{width:100%;border-collapse:collapse;margin-top:12px;font-size:.9rem}\n.pd-wrap .ing-table thead tr{background:var(--acc)!important}\n.pd-wrap .ing-table thead th{color:#fff!important;padding:10px 14px;text-align:left;font-weight:700}\n.pd-wrap .ing-table tbody tr:nth-child(even){background:var(--acc-light)}\n.pd-wrap .ing-table tbody td{padding:9px 14px;border-bottom:1px solid #eee}\n.pd-wrap .tag-wrap{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}\n.pd-wrap .tag{background:var(--acc);color:#fff;border-radius:20px;padding:5px 16px;font-size:.84rem;font-weight:600}\n.pd-wrap .step-list{list-style:none;padding:0;margin:0;counter-reset:step}\n.pd-wrap .step-list li{counter-increment:step;display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #eee;font-size:.93rem}\n.pd-wrap .step-list li:last-child{border-bottom:none}\n.pd-wrap .step-list li::before{content:counter(step);min-width:28px;height:28px;background:var(--acc);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}\n.pd-wrap .caution-box{background:#f5fff5;border:1px solid var(--acc-mid);border-radius:8px;padding:18px 20px;font-size:.9rem}\n.pd-wrap .caution-box ul{margin:.5em 0 0 1.2em;padding:0}\n.pd-wrap .caution-box li{margin-bottom:.4em}\n.pd-wrap .storage-box{background:#fafafa;border:1px solid #ddd;border-radius:8px;padding:18px 20px;font-size:.9rem}\n.pd-wrap .footnote{font-size:.78rem;color:#888;margin-top:24px;line-height:1.6}\n@media(max-width:600px){\n  .pd-wrap .feat-grid{grid-template-columns:1fr}\n  .pd-wrap .hero{padding:32px 20px 28px}\n  .pd-wrap .sec{padding:20px 16px}\n}\n\u003c\/style\u003e\n\n\u003c!-- 1. HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-badge\"\u003e🥐 Kaldi Original Spread\u003c\/div\u003e\n  \u003ch1\u003eSpread and bake melon bread\u003c\/h1\u003e\n  \u003cp class=\"tagline\"\u003eJust spread on bread and bake.\u003cbr\u003eCrispy outside, fluffy inside melon bread made at home.\u003c\/p\u003e\n  \u003cdiv class=\"hero-pills\"\u003e\n    \u003cspan\u003e🍈 Contains melon juice Powder\u003c\/span\u003e\n    \u003cspan\u003e🧈 Butter extract aroma\u003c\/span\u003e\n    \u003cspan\u003eNet weight 110g\u003c\/span\u003e\n    \u003cspan\u003eAllergens: Milk, wheat, soy\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 2. 商品概要 --\u003e\n\u003cdiv class=\"sec\"\u003e\n  \u003ch2 class=\"sec-title\"\u003eProduct overview\u003c\/h2\u003e\n  \u003cdiv class=\"overview\"\u003e\n    \u003cp\u003e“Spread and bake melon bread” is an original spread from Kaldi Coffee Farm. Just spread on sliced bread and bake in the toaster to enjoy the authentic melon bread-like crispy and crunchy texture and flavor. Net weight is 110g.\u003c\/p\u003e\n    \u003cp\u003eBased on shortening, sugar, and maltose, with cookie pieces and melon juice Powder blended in, and butter extract Powder adding a rich aroma. The unique texture of sugar grains mixed in the fluffy white Cream changes when baked, creating a crispy texture similar to real melon bread.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 3. 特長グリッド --\u003e\n\u003cdiv class=\"sec\"\u003e\n  \u003ch2 class=\"sec-title\"\u003eFour features\u003c\/h2\u003e\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-num\"\u003e01\u003c\/div\u003e\n      \u003cdiv class=\"feat-ttl\"\u003eJust spread and bake—super easy\u003c\/div\u003e\n      \u003cp\u003eSimply spread an appropriate amount on bread and bake in the toaster. No special ingredients or tools needed. Enjoy melon bread easily even on busy mornings.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-num\"\u003e02\u003c\/div\u003e\n      \u003cdiv class=\"feat-ttl\"\u003eThe secret to the crispy texture\u003c\/div\u003e\n      \u003cp\u003eCookie pieces and sugar melt and caramelize during baking. Enjoy the crispy and crunchy outside and fluffy toast texture inside simultaneously.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-num\"\u003e03\u003c\/div\u003e\n      \u003cdiv class=\"feat-ttl\"\u003eAuthentic melon scent\u003c\/div\u003e\n      \u003cp\u003eMelon juice Powder and butter extract Powder combine to create a refreshing sweet aroma and rich flavor. An appetite-stimulating finish.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-num\"\u003e04\u003c\/div\u003e\n      \u003cdiv class=\"feat-ttl\"\u003eKaldi’s top-class bestseller\u003c\/div\u003e\n      \u003cp\u003eKaldi’s classic spread, praised on SNS and reviews as “buy immediately if found.” Also popular as a gift or souvenir.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4. 原材料テーブル --\u003e\n\u003cdiv class=\"sec\"\u003e\n  \u003ch2 class=\"sec-title\"\u003eIngredients and allergens\u003c\/h2\u003e\n  \u003ctable class=\"ing-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n\u003cth\u003eIngredients\u003c\/th\u003e\n\u003cth\u003eRole and notes\u003c\/th\u003e\n\u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd\u003eShortening (domestically produced)\u003c\/td\u003e\n\u003ctd\u003eBase fat and source of crispy texture\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSugar\u003c\/td\u003e\n\u003ctd\u003eSweetness and browning\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaltose\u003c\/td\u003e\n\u003ctd\u003eRich and mellow sweetness\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCookie\u003c\/td\u003e\n\u003ctd\u003eKey to crispy texture\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eVegetable oil and fat\u003c\/td\u003e\n\u003ctd\u003eSmoothness adjustment\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWhole milk Powder\u003c\/td\u003e\n\u003ctd\u003eMilky richness\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMelon juice Powder\u003c\/td\u003e\n\u003ctd\u003eMelon flavoring\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eButter extract Powder\u003c\/td\u003e\n\u003ctd\u003eRich butter aroma\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \u003cp style=\"font-size:.8rem;color:#888;margin-top:8px\"\u003eAllergens: Contains milk, wheat, and soy\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- 5. 特徴タグ --\u003e\n\u003cdiv class=\"sec\"\u003e\n  \u003ch2 class=\"sec-title\"\u003eRecommended for these people\u003c\/h2\u003e\n  \u003cdiv class=\"tag-wrap\"\u003e\n    \u003cspan class=\"tag\"\u003e🥐 For melon bread fans\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e🍞 For breakfast and snack lovers\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e🎁 For souvenirs and gifts\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e⏱ Quick breakfast\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 6. 使い方ステップ --\u003e\n\u003cdiv class=\"sec\"\u003e\n  \u003ch2 class=\"sec-title\"\u003eHow to use\u003c\/h2\u003e\n  \u003col class=\"step-list\"\u003e\n    \u003cli\u003ePrepare sliced bread (6 to 8 slices per loaf)\u003c\/li\u003e\n    \u003cli\u003eSpread plenty of spread evenly over the entire slice of bread (spreading to the edges improves texture)\u003c\/li\u003e\n    \u003cli\u003eBake in the toaster until browned (approximate guide: 1,000W for about 2–3 minutes)\u003c\/li\u003e\n    \u003cli\u003eLet it cool slightly after taking it out to achieve a crispy surface.\u003c\/li\u003e\n  \u003c\/ol\u003e\n  \u003cp style=\"font-size:.85rem;color:#666;margin-top:12px\"\u003e*Because it burns easily, check the browning frequently. Baking time varies depending on the toaster model.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- 9. 注意事項 --\u003e\n\u003cdiv class=\"sec\"\u003e\n  \u003ch2 class=\"sec-title\"\u003eStorage and handling precautions\u003c\/h2\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eBefore opening, avoid direct sunlight and store below 30°C.\u003c\/li\u003e\n      \u003cli\u003eUse as soon as possible after opening.\u003c\/li\u003e\n      \u003cli\u003ePlease be cautious if you have allergies to milk, wheat, or soy.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"footnote\"\u003e*Contents and ingredients may change. Please be sure to check the package label you have. Reference: Kaldi official site, ASKUL product page\u003c\/p\u003e\n\u003c\/div\u003e\n","brand":"KALDI","offers":[{"title":"110g","offer_id":51881950937404,"sku":"4515996983832","price":550.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4515996983832.png?v=1751852261"},{"product_id":"nobel-my-milk-candy-hokkaido-melon","title":"My Milk Candy Hokkaido Melon","description":"\u003cdiv class=\"pd-wrap\" style=\"--acc:#d4a574; --acc-dark:#8a6b4f; --acc-light:#f5ead8; --acc-mid:#e8c9a0;\"\u003e\n\n    \u003c!-- ========== Hero ========== --\u003e\n    \u003cdiv class=\"pd-hero\"\u003e\n        \u003cdiv class=\"pd-hero__badges\"\u003e\n            \u003cspan class=\"pd-hero__badge\"\u003e🍬 Candy\u003c\/span\u003e\u003cspan class=\"pd-hero__badge\"\u003e🍈 Hokkaido Melon\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"pd-hero__title\"\u003eMy Milk Candy Hokkaido Melon\u003c\/h1\u003e\n        \u003cp class=\"pd-hero__tagline\"\u003eThe luxury of Hokkaido woven from rich melon aroma and creamy milk\u003c\/p\u003e\n        \u003cdiv class=\"pd-hero__pills\"\u003e\n            \u003cspan class=\"pd-hero__pill\"\u003e✦ ✨ Made with Hokkaido Melon\u003c\/span\u003e\u003cspan class=\"pd-hero__pill\"\u003e✦ 🥛 Rich Milk Blend\u003c\/span\u003e\u003cspan class=\"pd-hero__pill\"\u003e✦ 🍬 Premium Candy\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ========== こんな方に ========== --\u003e\n\n    \u003c!-- ========== 商品概要 ========== --\u003e\n    \u003cdiv class=\"pd-section\"\u003e\n        \u003ch2 class=\"pd-section__title\"\u003eProduct overview\u003c\/h2\u003e\n        \u003cp\u003eA high-quality candy combining the refreshing aroma and sweetness of Hokkaido melon with a creamy milk flavor. The melon scent spreads in your mouth, perfectly harmonizing with the creamy milk taste. A premium treat chosen both as a gift and a reward for yourself.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ========== 製品の特長 ========== --\u003e\n    \u003cdiv class=\"pd-section\"\u003e\n        \u003ch2 class=\"pd-section__title\"\u003eProduct features\u003c\/h2\u003e\n        \u003cdiv class=\"pd-grid pd-grid--2col\"\u003e\n            \u003cdiv class=\"pd-card pd-card--feature\"\u003e\n                \u003cspan class=\"pd-card__num\"\u003e\u003c\/span\u003e\n                \u003ch3 class=\"pd-card__title\"\u003eAroma of Hokkaido melon\u003c\/h3\u003e\n                \u003cspan class=\"pd-card__pill\"\u003e\u003c\/span\u003e\n                \u003cp class=\"pd-card__text\"\u003eThe fresh aroma of Hokkaido melon is concentrated in the candy. It features a refreshing yet deep sweetness.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pd-card pd-card--feature\"\u003e\n                \u003cspan class=\"pd-card__num\"\u003e\u003c\/span\u003e\n                \u003ch3 class=\"pd-card__title\"\u003eRich milky flavor\u003c\/h3\u003e\n                \u003cspan class=\"pd-card__pill\"\u003e\u003c\/span\u003e\n                \u003cp class=\"pd-card__text\"\u003eUses rich milk ingredients from Hokkaido. The aroma of melon and the creaminess of milk blend perfectly.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pd-card pd-card--feature\"\u003e\n                \u003cspan class=\"pd-card__num\"\u003e\u003c\/span\u003e\n                \u003ch3 class=\"pd-card__title\"\u003eHigh-quality ingredients\u003c\/h3\u003e\n                \u003cspan class=\"pd-card__pill\"\u003e\u003c\/span\u003e\n                \u003cp class=\"pd-card__text\"\u003eOnly carefully selected ingredients from Hokkaido are used. Achieving a premium taste.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pd-card pd-card--feature\"\u003e\n                \u003cspan class=\"pd-card__num\"\u003e\u003c\/span\u003e\n                \u003ch3 class=\"pd-card__title\"\u003eA premium eating experience\u003c\/h3\u003e\n                \u003cspan class=\"pd-card__pill\"\u003e\u003c\/span\u003e\n                \u003cp class=\"pd-card__text\"\u003eA candy with a special feel, packaged elegantly. Perfect as a gift for someone special.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ========== 原材料・成分（データある場合のみ） ========== --\u003e\n\n    \u003c!-- ========== 効能・効果（データある場合のみ） ========== --\u003e\n\n    \u003c!-- ========== 用法・用量（データある場合のみ） ========== --\u003e\n\n    \u003c!-- ========== Q\u0026A（取得できた場合のみ） ========== --\u003e\n\n    \u003c!-- ========== ブランドストーリー（取得できた場合のみ） ========== --\u003e\n\n    \u003c!-- ========== 使用上の注意 ========== --\u003e\n    \u003cdiv class=\"pd-note pd-note--warning\"\u003e\n        \u003cdiv class=\"pd-note__title\"\u003e⚠️ Usage Precautions\u003c\/div\u003e\n        \u003cul class=\"pd-note__list\"\u003e\n            \u003cli\u003ePlease consume promptly after opening.\u003c\/li\u003e\n            \u003cli\u003eAvoid storing in places with high temperature and humidity.\u003c\/li\u003e\n            \u003cli\u003ePlease avoid if you have a milk allergy.\u003c\/li\u003e\n            \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n            \u003cli\u003eIf you have weak teeth, please eat slowly without biting hard.\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ========== 保管上の注意 ========== --\u003e\n    \u003cdiv class=\"pd-note pd-note--storage\"\u003e\n        \u003cdiv class=\"pd-note__title\"\u003e📦 Storage Precautions\u003c\/div\u003e\n        \u003cul class=\"pd-note__list\"\u003e\n            \u003cli\u003eAvoid direct sunlight and high temperature and humidity; store in a cool place.\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/.pd-wrap --\u003e\n","brand":"NOBEL","offers":[{"title":"80g","offer_id":52237277299004,"sku":"4902124681980","price":380.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4902124681980.jpg?v=1759220362"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/collections\/melon_b0b40588-223f-4a57-90bf-c1d27b4037e8.png?v=1763539208","url":"https:\/\/mamigo.jp\/en-my\/collections\/melon.oembed","provider":"MamiGo","version":"1.0","type":"link"}