{"product_id":"kaldi-sweet-potato-after-baking","title":"Spread and Bake Sweet Potato","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #c47a1a;\n  --acc-dark: #7a4800;\n  --acc-light: #fff8ec;\n  --acc-mid: #e6a84a;\n  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n  color: #333;\n  line-height: 1.7;\n  max-width: 860px;\n  margin: 0 auto;\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\/* =========================================\n   Hero\n========================================= *\/\n.pd-wrap .pd-hero {\n  position: relative;\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  border-radius: 14px;\n  padding: 40px 36px 36px;\n  overflow: hidden;\n  margin-bottom: 24px;\n}\n\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px;\n  right: -60px;\n  width: 220px;\n  height: 220px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.08);\n}\n\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -40px;\n  left: -30px;\n  width: 160px;\n  height: 160px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n}\n\n.pd-wrap .hero-badges {\n  display: flex;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin-bottom: 14px;\n}\n\n.pd-wrap .hero-badge {\n  background: rgba(255,255,255,0.18);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  padding: 4px 12px;\n  border-radius: 20px;\n  border: 1px solid rgba(255,255,255,0.3);\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 34px) !important;\n  font-weight: 800 !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}\n\n.pd-wrap .hero-tagline {\n  color: rgba(255,255,255,0.88);\n  font-size: 14px;\n  margin-bottom: 20px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n}\n\n.pd-wrap .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.15);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 600;\n  padding: 5px 14px;\n  border-radius: 20px;\n  border: 1px solid rgba(255,255,255,0.25);\n}\n\n\/* =========================================\n   Section common\n========================================= *\/\n.pd-wrap .pd-section {\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.06);\n}\n\n.pd-wrap .section-title {\n  position: relative;\n  font-size: 18px !important;\n  font-weight: 800 !important;\n  color: var(--acc) !important;\n  padding-left: 16px !important;\n  margin-bottom: 18px !important;\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: 4px;\n  background: #c47a1a;\n  border-radius: 4px;\n}\n\n\/* =========================================\n   特長グリッド\n========================================= *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\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  border-radius: 10px;\n  padding: 18px;\n}\n\n.pd-wrap .action-card:nth-child(1) { background: #fff8ec; border-left: 4px solid #c47a1a; }\n.pd-wrap .action-card:nth-child(2) { background: #fdf3e3; border-left: 4px solid #a0620e; }\n.pd-wrap .action-card:nth-child(3) { background: #eaf7f0; border-left: 4px solid #1a8a50; }\n.pd-wrap .action-card:nth-child(4) { background: #f0f4ff; border-left: 4px solid #3a5fbf; }\n\n.pd-wrap .action-num {\n  width: 26px;\n  height: 26px;\n  border-radius: 50%;\n  background: var(--acc);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 800;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .action-card:nth-child(2) .action-num { background: #a0620e; }\n.pd-wrap .action-card:nth-child(3) .action-num { background: #1a8a50; }\n.pd-wrap .action-card:nth-child(4) .action-num { background: #3a5fbf; }\n\n.pd-wrap .action-card h3 {\n  font-size: 14px !important;\n  font-weight: 800 !important;\n  color: #222 !important;\n  margin-bottom: 6px !important;\n}\n\n.pd-wrap .action-pill {\n  display: inline-block;\n  font-size: 10px;\n  font-weight: 700;\n  padding: 2px 10px;\n  border-radius: 12px;\n  background: var(--acc);\n  color: #fff;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .action-card:nth-child(2) .action-pill { background: #a0620e; }\n.pd-wrap .action-card:nth-child(3) .action-pill { background: #1a8a50; }\n.pd-wrap .action-card:nth-child(4) .action-pill { background: #3a5fbf; }\n\n.pd-wrap .action-card p {\n  font-size: 12px;\n  color: #555;\n  margin: 0;\n}\n\n\/* =========================================\n   使い方ステップ\n========================================= *\/\n.pd-wrap .how-steps {\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n}\n\n.pd-wrap .how-step {\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n  background: var(--acc-light);\n  border-radius: 10px;\n  padding: 16px 18px;\n}\n\n.pd-wrap .step-num {\n  width: 36px;\n  height: 36px;\n  border-radius: 50%;\n  background: var(--acc);\n  color: #fff;\n  font-size: 16px;\n  font-weight: 800;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.pd-wrap .step-body h3 {\n  font-size: 14px !important;\n  font-weight: 800 !important;\n  color: var(--acc-dark) !important;\n  margin-bottom: 4px !important;\n}\n\n.pd-wrap .step-body p {\n  font-size: 13px;\n  color: #555;\n  margin: 0;\n}\n\n\/* =========================================\n   スペック行\n========================================= *\/\n.pd-wrap .spec-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 4px;\n}\n\n.pd-wrap .spec-item {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 8px;\n  padding: 10px 16px;\n  font-size: 13px;\n  color: #444;\n}\n\n.pd-wrap .spec-item strong {\n  display: block;\n  font-size: 11px;\n  color: var(--acc);\n  font-weight: 700;\n  margin-bottom: 3px;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n}\n\n\/* =========================================\n   注意・保管\n========================================= *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 4px solid #f59e0b;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 10px;\n  font-size: 13px;\n  color: #555;\n}\n\n.pd-wrap .caution-box h3 {\n  font-size: 14px !important;\n  font-weight: 800 !important;\n  color: #b45309 !important;\n  margin-bottom: 8px !important;\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  margin-bottom: 4px;\n}\n\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 4px solid #4a6fa5;\n  border-radius: 8px;\n  padding: 16px 18px;\n  font-size: 13px;\n  color: #555;\n}\n\n.pd-wrap .storage-box h3 {\n  font-size: 14px !important;\n  font-weight: 800 !important;\n  color: #1a3a6e !important;\n  margin-bottom: 8px !important;\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  margin-bottom: 4px;\n}\n\n.pd-wrap .allergen-note {\n  margin-top: 14px;\n  background: #fff3cd;\n  border: 1px solid #ffc107;\n  border-radius: 8px;\n  padding: 12px 16px;\n  font-size: 12px;\n  color: #856404;\n}\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\"\u003eFood\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eSpread\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eYamaya\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eSpread and Toast Sweet Potato 130g\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eJust spread on bread and toast. Enjoy a crispy, fragrant surface and the warm, sweet potato flavor in this Japan-born spread.\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍠 Sweet potato flavor\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍞 Just spread on toast\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✨ Easy and delicious\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🎁 Popular Kaldi product\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② 商品概要 --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct overview\u003c\/h2\u003e\n    \u003cp\u003e“Spread and Toast Sweet Potato” is a popular toast spread made by Yamaya. Just spread generously on bread and toast to enjoy a flavor just like authentic sweet potato dessert. The toasted surface is crispy and fragrant, and the gentle sweet potato flavor spreads warmly in your mouth.\u003c\/p\u003e\n    \u003cp\u003ePerfect for adding a special touch to your morning toast or a quick snack time. Sold in limited quantities at Kaldi Coffee Farm, this spread is very popular in Japan.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ③ 特長グリッド --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFour features\u003c\/h2\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"action-num\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eSimply spread and toast\u003c\/h3\u003e\n        \u003cspan class=\"action-pill\"\u003eEasy preparation\u003c\/span\u003e\n        \u003cp\u003eJust spread on bread and toast. No special tools or effort needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"action-num\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eAuthentic sweet potato flavor\u003c\/h3\u003e\n        \u003cspan class=\"action-pill\"\u003eSweet potato sweetness\u003c\/span\u003e\n        \u003cp\u003eToasting enhances the sweetness and aroma of the sweet potato, creating an authentic dessert-like finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"action-num\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eYamaya quality spread\u003c\/h3\u003e\n        \u003cspan class=\"action-pill\"\u003eMade in Japan\u003c\/span\u003e\n        \u003cp\u003eA Japanese-quality spread made by the food specialist manufacturer Yamaya.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"action-card\"\u003e\n        \u003cdiv class=\"action-num\"\u003e4\u003c\/div\u003e\n        \u003ch3\u003eRoom temperature storage, convenient size\u003c\/h3\u003e\n        \u003cspan class=\"action-pill\"\u003eContains 130g\u003c\/span\u003e\n        \u003cp\u003eComes in a plastic container for easy use and can be stored at room temperature if kept away from direct sunlight and high humidity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ 使い方 --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eRecommended Usage\u003c\/h2\u003e\n    \u003cdiv class=\"how-steps\"\u003e\n      \u003cdiv class=\"how-step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n          \u003ch3\u003eSpread on bread\u003c\/h3\u003e\n          \u003cp\u003eSpread plenty of the spread on one slice of bread. Spreading evenly to the edges helps it toast uniformly.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"how-step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n          \u003ch3\u003eToast in a toaster\u003c\/h3\u003e\n          \u003cp\u003eToast until the surface is golden brown. The browning is a sign that it’s ready.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"how-step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"step-body\"\u003e\n          \u003ch3\u003eFinished Product\u003c\/h3\u003e\n          \u003cp\u003eCrispy on the outside, soft and sweet like sweet potato toast on the inside. We also recommend topping with black sesame seeds or coarsely ground black pepper as a variation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ 商品スペック --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-row\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003eNet weight\u003c\/strong\u003e\n        130g\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003eContainer\u003c\/strong\u003e\n        Plastic container (Diameter 100mm × Height 70mm)\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003eStorage method\u003c\/strong\u003e\n        Store below 30°C, avoiding direct sunlight and high humidity\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003eBest before\u003c\/strong\u003e\n        Listed separately on the product label\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003eManufacturer\u003c\/strong\u003e\n        Yamaya\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003eJAN Code\u003c\/strong\u003e\n        4903085069022\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"allergen-note\"\u003e\n      ⚠️ \u003cstrong\u003eAllergy Information and Ingredients:\u003c\/strong\u003e Please be sure to check the label on your product. Ingredients may change due to product updates.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ 保管・注意 --\u003e\n  \u003cdiv class=\"pd-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e⚠️ Storage and Usage Precautions\u003c\/h2\u003e\n    \u003cdiv class=\"caution-box\"\u003e\n      \u003ch3\u003ePlease be careful when using.\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eUse as soon as possible after opening.\u003c\/li\u003e\n        \u003cli\u003eIf you want to store partially eaten pieces, please refrigerate them.\u003c\/li\u003e\n        \u003cli\u003eWhen heating, the toasting result may vary depending on the type of toaster. Adjust the heating time to prevent burning.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"storage-box\"\u003e\n      \u003ch3\u003e📦 Storage Instructions\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eStore below 30°C, avoiding direct sunlight and high humidity.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of small children.\u003c\/li\u003e\n        \u003cli\u003ePlease use before the expiration 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":"130g","offer_id":52891027865916,"sku":"4903085069022","price":715.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4903085069022.jpg?v=1773813661","url":"https:\/\/mamigo.jp\/en-cn\/products\/kaldi-sweet-potato-after-baking","provider":"MamiGo","version":"1.0","type":"link"}