{"product_id":"ajinomoto_cook-do-oyster-sauce","title":"COOKDO Oyster Sauce","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #8b3a0f;\n  --acc-dark: #5a2008;\n  --acc-light: #fdf0e8;\n  --acc-mid: #c47a4a;\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.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.07);\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(22px, 4vw, 36px) !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.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 { margin-bottom: 0; }\n\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 { grid-template-columns: 1fr; }\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.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.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.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 { margin-bottom: 0; }\n\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.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\"\u003eChinese seasoning\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e200g\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003eTwo types of oyster extract\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eCook Do®\u003cbr\u003eOyster Sauce\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eBlended with two types of oyster extracts using a unique manufacturing method.\u003cbr\u003eRich and mellow umami elevates dishes to the next level.\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e🦪 Blend of two types of extracts\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍳 For stir-fry and simmered dishes\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e✨ Deep richness and umami\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🥢 Suitable for Chinese, Japanese, and Western cuisine\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      Ajinomoto’s “Cook Do® Oyster Sauce” is an authentic Chinese seasoning that blends two types of oyster extracts with a unique manufacturing method. It condenses the rich umami and richness of oysters, adding depth and flavor to dishes with just a small amount. Its moderate thickness blends well with ingredients, making it useful for stir-fry, simmered dishes, dressed dishes, sauces, and more.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      A versatile seasoning treasured not only for Chinese cuisine but also as a hidden flavor in Japanese and Western dishes. When you want to make your dish more delicious, just add a spoonful of Cook Do® Oyster Sauce to get closer to a professional taste. Chosen by those who want to make everyday cooking easier and tastier.\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\u003eBlend of two types of oyster extract\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eUnique Manufacturing Method\u003c\/span\u003e\n      \u003cp\u003eBlending two types of oyster extracts with a unique method creates complex layers of richness and umami that cannot be achieved with a single extract.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eRich and mellow taste\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eDepth of Umami\u003c\/span\u003e\n      \u003cp\u003eConcentrated rich oyster umami that is mild and free of strong odors. Enhances the flavor of ingredients while boosting the overall richness of the dish.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eModerate thickness that blends well with ingredients\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eThickness\u003c\/span\u003e\n      \u003cp\u003eModerate thickness adheres well to ingredients like meat, vegetables, and seafood, distributing flavor evenly. Designed for easy use in both stir-fry and simmered dishes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"action-card\"\u003e\n      \u003cdiv class=\"num-badge\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003eWidely used in Chinese, Japanese, and Western cuisine\u003c\/h3\u003e\n      \u003cspan class=\"ing-pill\"\u003eAll-purpose seasoning\u003c\/span\u003e\n      \u003cp\u003eNot only for Chinese dishes like green pepper steak and twice-cooked pork, but also useful as a hidden flavor in Japanese simmered dishes and Western sauces. Having one bottle expands your cooking possibilities.\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 and 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 and Characteristics\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\u003eTwo types of oyster extract\u003c\/td\u003e\n            \u003ctd\u003eRich umami and richness derived from oysters\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eMain Ingredients\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSugar\u003c\/td\u003e\n            \u003ctd\u003eAdds mild sweetness and enhances umami\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSweetener\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSalt\u003c\/td\u003e\n            \u003ctd\u003eAdjust flavor and tighten overall taste\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSeasoning\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWheat Powder\u003c\/td\u003e\n            \u003ctd\u003eAdds thickness and improves blending with ingredients\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eThickener\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSoy sauce\u003c\/td\u003e\n            \u003ctd\u003eEnhance richness and color\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eSeasoning\u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSeasoning (amino acids, etc.)\u003c\/td\u003e\n            \u003ctd\u003eEnhance umami and balance overall flavor\u003c\/td\u003e\n            \u003ctd\u003e\u003cspan class=\"cat-pill\"\u003eAdditives\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* Allergens: wheat, soybeans, oysters (contained in some ingredients). 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 Uses\u003c\/div\u003e\n    \u003cdiv class=\"efficacy-wrap\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eGreen pepper steak\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eTwice-cooked pork\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eStir-fried vegetables\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFried rice\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eHidden flavor for simmered dishes\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eFried noodles\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eSteak sauce\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eDressed dishes and dressings\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      “Cook Do®” is a brand of Chinese seasoning sauces developed by Ajinomoto Co., Inc. Since its launch in 1978, under the concept of “authentic Chinese cuisine made easy at home,” it has delivered authentic flavors used by professional chefs to Japanese home tables. It is a trusted brand supporting Japanese home cooking with a wide lineup including dishes like green pepper steak, twice-cooked pork, and mapo tofu.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      “Cook Do® Oyster Sauce” is positioned as a highly versatile basic seasoning within the Cook Do series. Utilizing Ajinomoto’s long-cultivated umami research technology, it blends two types of oyster extracts with a unique manufacturing method. It pursues professional-quality taste that allows you to recreate authentic Chinese flavors at home.\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 Precautions\u003c\/div\u003e\n    \u003cul\u003e\n      \u003cli\u003eAvoid direct sunlight, high temperature, and humidity; store in a cool place.\u003c\/li\u003e\n      \u003cli\u003eStore in the refrigerator after opening and use promptly.\u003c\/li\u003e\n      \u003cli\u003eMake sure to close the cap tightly after use.\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\u003ewheat, soybeans, and oysters\u003c\/strong\u003e. Please be cautious if you have allergies.\u003c\/li\u003e\n      \u003cli\u003eStore in the refrigerator after opening and use promptly.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of infants and young children.\u003c\/li\u003e\n      \u003cli\u003eThis product may not suit everyone depending on constitution or physical condition. Please discontinue use if you feel any abnormalities.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"AJINOMOTO","offers":[{"title":"200g","offer_id":50207967314236,"sku":"4901001360741","price":610.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901001360741.jpg?v=1751852259","url":"https:\/\/mamigo.jp\/en-ph\/products\/ajinomoto_cook-do-oyster-sauce","provider":"MamiGo","version":"1.0","type":"link"}