{"product_id":"yamaki_men-tsuyu","title":"noodle soup base","description":"\u003cstyle\u003e\n.pd-wrap {\n  --acc: #003366;\n  --acc-dark: #001a33;\n  --acc-light: #e6f2ff;\n  --acc-mid: #4d80b3;\n  font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3, .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\/* 1. Hero Section *\/\n.pd-wrap .pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 40px 24px;\n  border-radius: 12px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  margin-bottom: 24px;\n}\n\n.pd-wrap .pd-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -20%;\n  right: -10%;\n  width: 200px;\n  height: 200px;\n  background: rgba(255, 255, 255, 0.1);\n  border-radius: 50%;\n  z-index: 1;\n}\n\n.pd-wrap .pd-hero-content {\n  position: relative;\n  z-index: 2;\n}\n\n.pd-wrap .pd-badge-row {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  margin-bottom: 16px;\n}\n\n.pd-wrap .pd-badge {\n  background: rgba(255, 255, 255, 0.2);\n  border: 1px solid rgba(255, 255, 255, 0.5);\n  color: #fff;\n  padding: 4px 12px;\n  font-size: 12px;\n  border-radius: 4px;\n  font-weight: bold;\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 36px) !important;\n  font-weight: 800;\n  margin-bottom: 12px;\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 .pd-tagline {\n  color: #fff;\n  font-size: 16px;\n  font-weight: 500;\n  margin-bottom: 20px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n}\n\n.pd-wrap .pd-pill-row {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n\n.pd-wrap .pd-pill {\n  background: #fff;\n  color: var(--acc-dark);\n  padding: 6px 16px;\n  border-radius: 50px;\n  font-size: 13px;\n  font-weight: bold;\n}\n\n\/* 2. Generic Card Style *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border: 1px solid #eee;\n  border-radius: 12px;\n  padding: 24px;\n  margin-bottom: 24px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.pd-wrap .section-title {\n  font-size: 18px;\n  color: var(--acc);\n  font-weight: bold;\n  margin-bottom: 16px;\n  padding-left: 14px;\n  position: relative;\n  border-bottom: 2px solid var(--acc-light);\n  padding-bottom: 8px;\n}\n\n.pd-wrap .section-title::before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 0;\n  bottom: 8px;\n  width: 4px;\n  background-color: #ffd700;\n  border-radius: 2px;\n}\n\n\/* 3. Action Grid *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-bottom: 24px;\n}\n\n.pd-wrap .action-item {\n  background-color: var(--acc-light);\n  padding: 20px;\n  border-radius: 10px;\n  border-left: 4px solid var(--acc);\n}\n\n.pd-wrap .action-num {\n  color: var(--acc);\n  font-size: 12px;\n  font-weight: bold;\n  display: block;\n  margin-bottom: 4px;\n}\n\n.pd-wrap .action-title {\n  font-weight: bold;\n  font-size: 16px;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .action-sub {\n  font-size: 11px;\n  background: #fff;\n  display: inline-block;\n  padding: 2px 8px;\n  border-radius: 4px;\n  margin-bottom: 8px;\n  border: 1px solid var(--acc-mid);\n}\n\n\/* 4. Table Style *\/\n.pd-wrap .table-wrapper {\n  overflow-x: auto;\n  margin: 16px 0;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\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  border: 1px solid var(--acc);\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: 1px solid #eee;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n\/* 6. Dosage *\/\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  padding: 4px 12px;\n  border-radius: 4px;\n  font-size: 14px;\n  font-weight: 500;\n  display: inline-block;\n  margin-bottom: 8px;\n}\n\n.pd-wrap .dosage-box {\n  border-left: 4px solid var(--acc-mid);\n  padding-left: 16px;\n  margin-top: 12px;\n  font-size: 14px;\n  color: #555;\n}\n\n\/* 10. Storage Note *\/\n.pd-wrap .storage-note {\n  background-color: #f0f4ff;\n  border-left: 4px solid #4a6fa5;\n  padding: 16px;\n  border-radius: 4px;\n  margin-top: 24px;\n}\n\n@media (max-width:480px) {\n  .pd-wrap .action-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"pd-hero-content\"\u003e\n      \u003cdiv class=\"pd-badge-row\"\u003e\n        \u003cspan class=\"pd-badge\"\u003e2x Concentrated\u003c\/span\u003e\n        \u003cspan class=\"pd-badge\"\u003eBonito Flake Maker's Commitment\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003ch1\u003eYamaki Mentsuyu\u003c\/h1\u003e\n      \u003cp class=\"pd-tagline\"\u003eDashi-rich, therefore delicious. An all-purpose sauce that highlights the aroma and umami of bonito flakes.\u003c\/p\u003e\n      \u003cdiv class=\"pd-pill-row\"\u003e\n        \u003cspan class=\"pd-pill\"\u003eFreshly shaved aroma\u003c\/span\u003e\n        \u003cspan class=\"pd-pill\"\u003eAll-Purpose Seasoning\u003c\/span\u003e\n        \u003cspan class=\"pd-pill\"\u003eLong Seller\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp\u003eSince its release in 1979, \"Yamaki Mentsuyu\" has been loved by many households. It is an authentic sauce made from the unique perspective of a bonito flake maker. While valuing the aroma of first dashi, it uses a proprietary \"luxury extraction method\" to fully draw out the umami of bonito flakes.\u003c\/p\u003e\n    \u003cp\u003eNot only for noodles but also for simmered dishes, rice bowls, chilled tofu, etc., this one bottle delivers a professional taste. With a strong dashi flavor, it brings depth and deliciousness to any dish. A reliable and trusted staple sauce essential for daily meals.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"action-grid\"\u003e\n    \u003cdiv class=\"action-item\"\u003e\n      \u003cspan class=\"action-num\"\u003e01\u003c\/span\u003e\n      \u003ch3 class=\"action-title\"\u003eRelentless pursuit of bonito flakes\u003c\/h3\u003e\n      \u003cspan class=\"action-sub\"\u003eAroma of first dashi\u003c\/span\u003e\n      \u003cp style=\"font-size:13px; margin:0;\"\u003eUses carefully prepared first dashi from freshly shaved bonito flakes. Proud of the rich aroma that spreads the moment you open the lid.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-item\"\u003e\n      \u003cspan class=\"action-num\"\u003e02\u003c\/span\u003e\n      \u003ch3 class=\"action-title\"\u003eExquisite balance of ingredients\u003c\/h3\u003e\n      \u003cspan class=\"action-sub\"\u003eMellow richness\u003c\/span\u003e\n      \u003cp style=\"font-size:13px; margin:0;\"\u003eThoroughly researched the balance of dashi, soy sauce, and sweetness. Achieved a mellow, smooth, and never tiring taste without sharpness.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-item\"\u003e\n      \u003cspan class=\"action-num\"\u003e03\u003c\/span\u003e\n      \u003ch3 class=\"action-title\"\u003eVersatility that supports cooking\u003c\/h3\u003e\n      \u003cspan class=\"action-sub\"\u003e2x Concentrated Type\u003c\/span\u003e\n      \u003cp style=\"font-size:13px; margin:0;\"\u003eConvenient to use just by diluting. Easy to adjust concentration according to the dish, a strong ally for quick cooking.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-item\"\u003e\n      \u003cspan class=\"action-num\"\u003e04\u003c\/span\u003e\n      \u003ch3 class=\"action-title\"\u003eReliable Quality Control\u003c\/h3\u003e\n      \u003cspan class=\"action-sub\"\u003eInherited Flavor\u003c\/span\u003e\n      \u003cp style=\"font-size:13px; margin:0;\"\u003eManufactured under strict standards at a domestic factory. Delivering the \"usual deliciousness\" unchanged for many years.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrapper\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eNutritional information (per 100ml)\u003c\/th\u003e\n            \u003cth\u003eContents\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eIngredients\u003c\/td\u003e\n            \u003ctd\u003eSoy sauce (contains wheat and soybeans, domestically produced), sugars (glucose-fructose syrup, sugar), rice fermented seasoning, salt, bonito flake extract, flakes (bonito, frigate mackerel), hydrolyzed protein, yeast extract, kelp extract \/ seasoning (amino acids, etc.), alcohol\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eEnergy\u003c\/td\u003e\n            \u003ctd\u003e71kcal\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eEquivalent salt content\u003c\/td\u003e\n            \u003ctd\u003e7.2g\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eAllergens\u003c\/td\u003e\n            \u003ctd\u003eWheat, soybeans\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eHow to use (dilution guideline)\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-tag\"\u003eMentsuyu: water (or hot water)\u003c\/div\u003e\n    \u003cdiv class=\"table-wrapper\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMenu\u003c\/th\u003e\n            \u003cth\u003eTsuyu (sauce)\u003c\/th\u003e\n            \u003cth\u003eWater or hot water\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDipping sauce (soba, udon)\u003c\/td\u003e\n            \u003ctd\u003e1\u003c\/td\u003e\n            \u003ctd\u003e1\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePour-over sauce (soba, udon)\u003c\/td\u003e\n            \u003ctd\u003e1\u003c\/td\u003e\n            \u003ctd\u003e3\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTempura dipping sauce and rice bowl dishes\u003c\/td\u003e\n            \u003ctd\u003e1\u003c\/td\u003e\n            \u003ctd\u003e2\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSimmered dishes (such as meat and potatoes)\u003c\/td\u003e\n            \u003ctd\u003e1\u003c\/td\u003e\n            \u003ctd\u003e3〜4\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dosage-box\"\u003e\n      *Adjust according to your preference. For chilled tofu or boiled greens, it can be used straight as is.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv style=\"margin-bottom:16px;\"\u003e\n      \u003cp style=\"font-weight:bold; margin-bottom:4px; font-size:14px;\"\u003eQ. How long does it last after opening?\u003c\/p\u003e\n      \u003cp style=\"font-size:14px; color:#555;\"\u003eA. Since no preservatives are used, after opening, always store upright in the refrigerator and use within 1 to 2 weeks as a guideline.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp style=\"font-weight:bold; margin-bottom:4px; font-size:14px;\"\u003eQ. There is cloudiness or sediment; is this a problem?\u003c\/p\u003e\n      \u003cp style=\"font-size:14px; color:#555;\"\u003eA. Dashi components may settle or appear cloudy, but there is no problem with quality. Please shake well before use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e🌱 Brand Story\u003c\/h2\u003e\n    \u003cp\u003eIn 1917, Iyo City, Ehime Prefecture. Yamaki began its journey with the production of bonito flakes. Since its founding, it has consistently maintained the attitude of \"scientifically studying bonito flakes,\" continuing to pursue the deliciousness of dashi, a traditional Japanese food.\u003c\/p\u003e\n    \u003cp\u003eThe product name \"Mentsuyu\" was first introduced in 1979. At that time, it was still rare as a \"concentrated all-purpose sauce,\" revolutionizing home cooking. We will continue to take pride as a bonito flake maker and support your healthy and rich diet through dashi.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"storage-note\"\u003e\n    \u003cp style=\"margin:0; font-weight:bold; font-size:14px; color:#4a6fa5;\"\u003e📦 Storage Precautions\u003c\/p\u003e\n    \u003cp style=\"margin:4px 0 0; font-size:13px;\"\u003eStore at room temperature away from direct sunlight. After opening, to prevent quality deterioration, always keep refrigerated (below 10°C) and use as soon as possible regardless of the expiration date.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Yamaki","offers":[{"title":"500ml","offer_id":50207969050940,"sku":"4903065270004","price":343.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/1_12907955-41c6-4883-b2b5-493f8f7173f4.jpg?v=1751852257","url":"https:\/\/mamigo.jp\/en-ph\/products\/yamaki_men-tsuyu","provider":"MamiGo","version":"1.0","type":"link"}