Mizkan Jun Genmai Kurozu (Pure Brown Rice Black Vinegar) - 500ml
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600&family=Inter:wght@300;400;500;600&display=swap'); .kurozu-wrapper * { box-sizing: border-box; m argin: 0; padding: 0; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } } @keyframes floatUp { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } } @keyframes drawLine { from { width: 0; } to { width: 80px; } } @keyframes pulseGlow { 0%, 100% { box-shadow: 0 0 0 0 rgba(139, 90, 43, 0.15); } 50% { box-shadow: 0 0 0 12px rgba(139, 90, 43, 0); } } @keyframes countUp { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } } @keyframes borderGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } } .kurozu-wrapper { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #1a1a1a; background: #ffffff; max-width: 900px; margin: 0 auto; padding: 8px; } .kurozu-hero { background: linear-gradient(135deg, #faf7f2 0%, #f5ede0 50%, #ede0cc 100%); border-radius: 20px; padding: 52px 48px; margin-bottom: 32px; position: relative; overflow: hidden; animation: fadeIn 0.8s ease both; } .kurozu-hero::before { content: '醸'; position: absolute; right: -10px; top: -20px; font-size: 200px; color: rgba(139,90,43,0.06); font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', serif; line-height: 1; pointer-events: none; animation: floatUp 6s ease-in-out infinite; } .kurozu-badge { display: inline-flex; align-items: center; gap: 8px; background: #8b5a2b; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 50px; margin-bottom: 22px; animation: fadeInUp 0.6s ease 0.2s both; } .kurozu-hero-title { font-family: 'Noto Serif JP', Georgia, serif; font-size: 40px; font-weight: 300; color: #2c1810; line-height: 1.2; margin: 0 0 10px; animation: fadeInUp 0.6s ease 0.3s both; } .kurozu-hero-title span { background: linear-gradient(90deg, #8b5a2b, #c4862a, #8b5a2b); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer 3s linear infinite; } .kurozu-hero-sub { font-size: 15px; color: #6b4226; font-weight: 300; letter-spacing: 1px; margin: 0 0 28px; animation: fadeInUp 0.6s ease 0.4s both; } .kurozu-hero-tagline { font-size: 17px; color: #3d2010; font-weight: 400; line-height: 1.75; max-width: 560px; border-left: 3px solid #c4862a; padding-left: 20px; animation: fadeInUp 0.6s ease 0.5s both; } .kurozu-stats { display: flex; margin-bottom: 40px; border-radius: 16px; overflow: hidden; border: 1px solid #ede0cc; animation: fadeInUp 0.6s ease 0.5s both; } .kurozu-stat { flex: 1; padding: 28px 16px; text-align: center; background: #fff; transition: background 0.3s; position: relative; } .kurozu-stat:not(:last-child) { border-right: 1px solid #ede0cc; } .kurozu-stat:hover { background: #faf7f2; } .kurozu-stat-num { font-family: 'Noto Serif JP', Georgia, serif; font-size: 30px; font-weight: 600; color: #8b5a2b; line-height: 1; animation: countUp 0.8s ease both; } .kurozu-stat-label { font-size: 11px; color: #8a7060; letter-spacing: 1px; text-transform: uppercase; margin-top: 7px; font-weight: 500; line-height: 1.3; } .kurozu-section-head { text-align: center; margin-bottom: 32px; } .kurozu-section-head h2 { font-family: 'Noto Serif JP', Georgia, serif; font-size: 26px; font-weight: 300; color: #2c1810; margin: 0 0 14px; position: relative; display: inline-block; padding-bottom: 14px; } .kurozu-section-head h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 2px; width: 80px; background: linear-gradient(90deg, transparent, #c4862a, transparent); } .kurozu-section-head p { font-size: 15px; color: #8a7060; line-height: 1.6; max-width: 520px; margin: 0 auto; } .kurozu-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 48px; } .kurozu-feature { background: #ffffff; border: 1px solid #ede0cc; border-radius: 16px; padding: 28px 24px; transition: all 0.3s ease; position: relative; overflow: hidden; } .kurozu-feature::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #8b5a2b, #c4862a); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; } .kurozu-feature:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(139,90,43,0.12); border-color: #c4862a; } .kurozu-feature:hover::before { transform: scaleX(1); } .kurozu-feature-icon { font-size: 36px; margin-bottom: 14px; display: block; } .kurozu-feature h3 { font-family: 'Noto Serif JP', Georgia, serif; font-size: 16px; font-weight: 600; color: #2c1810; margin: 0 0 10px; } .kurozu-feature p { font-size: 14px; color: #6b5545; line-height: 1.7; margin: 0; } .kurozu-process { background: linear-gradient(135deg, #faf7f2 0%, #f5ede0 100%); border-radius: 20px; padding: 48px 36px; margin-bottom: 48px; } .kurozu-process-steps { display: flex; align-items: flex-start; justify-content: space-around; position: relative; margin-top: 36px; gap: 8px; } .kurozu-process-steps::before { content: ''; position: absolute; top: 30px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, #c4862a 20%, #c4862a 80%, transparent); } .kurozu-process-step { flex: 1; text-align: center; position: relative; z-index: 1; padding: 0 8px; } .kurozu-process-icon { width: 60px; height: 60px; border-radius: 50%; background: #fff; border: 2px solid #c4862a; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 24px; animation: pulseGlow 3s ease-in-out infinite; transition: all 0.3s; } .kurozu-process-step:hover .kurozu-process-icon { background: #8b5a2b; transform: scale(1.1); } .kurozu-process-step h4 { font-size: 12px; font-weight: 700; color: #2c1810; margin: 0 0 6px; text-transform: uppercase; letter-spacing: 0.8px; } .kurozu-process-step p { font-size: 12px; color: #8a7060; line-height: 1.5; margin: 0; } .kurozu-usage { margin-bottom: 48px; } .kurozu-usage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .kurozu-usage-card { background: #fff; border: 1px solid #ede0cc; border-radius: 14px; padding: 26px 18px; text-align: center; transition: all 0.3s ease; } .kurozu-usage-card:hover { background: linear-gradient(135deg, #faf7f2, #f5ede0); border-color: #c4862a; transform: translateY(-3px); box-shadow: 0 12px 32px rgba(139,90,43,0.1); } .kurozu-usage-icon { font-size: 32px; margin-bottom: 12px; display: block; } .kurozu-usage-card h4 { font-family: 'Noto Serif JP', Georgia, serif; font-size: 15px; font-weight: 600; color: #2c1810; margin: 0 0 8px; } .kurozu-usage-card p { font-size: 13px; color: #6b5545; line-height: 1.65; margin: 0; } .kurozu-quote { background: #2c1810; color: #fff; border-radius: 20px; padding: 44px 52px; margin-bottom: 48px; position: relative; overflow: hidden; } .kurozu-quote::before { content: '"'; position: absolute; top: -30px; left: 28px; font-size: 160px; color: rgba(196,134,42,0.15); font-family: Georgia, serif; line-height: 1; } .kurozu-quote blockquote { font-family: 'Noto Serif JP', Georgia, serif; font-size: 19px; font-weight: 300; line-height: 1.8; color: #f5ede0; margin: 0 0 16px; position: relative; z-index: 1; font-style: italic; } .kurozu-quote cite { font-size: 12px; color: #c4862a; letter-spacing: 1.5px; text-transform: uppercase; font-style: normal; } .kurozu-specs { margin-bottom: 48px; } .kurozu-specs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .kurozu-spec { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: #faf7f2; border-radius: 10px; border: 1px solid #ede0cc; transition: all 0.2s; } .kurozu-spec:hover { background: #f5ede0; border-color: #c4862a; } .kurozu-spec-icon { font-size: 20px; flex-shrink: 0; } .kurozu-spec-label { font-size: 10px; font-weight: 700; color: #8a7060; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 3px; } .kurozu-spec-value { font-size: 14px; font-weight: 500; color: #2c1810; } .kurozu-trust { display: flex; gap: 12px; justify-content: center; margin-bottom: 44px; flex-wrap: wrap; } .kurozu-trust-item { display: flex; align-items: center; gap: 8px; padding: 11px 20px; background: #fff; border: 1px solid #ede0cc; border-radius: 50px; font-size: 13px; font-weight: 500; color: #3d2010; transition: all 0.3s; white-space: nowrap; } .kurozu-trust-item:hover { background: #faf7f2; border-color: #c4862a; transform: scale(1.04); box-shadow: 0 4px 16px rgba(139,90,43,0.1); } .kurozu-cta { background: linear-gradient(135deg, #8b5a2b 0%, #6b3e1a 100%); border-radius: 20px; padding: 40px 48px; text-align: center; position: relative; overflow: hidden; } .kurozu-cta::before { content: '純玄米黒酢'; position: absolute; right: -10px; bottom: -16px; font-size: 68px; color: rgba(255,255,255,0.05); font-family: 'Noto Serif JP', serif; pointer-events: none; white-space: nowrap; } .kurozu-cta h3 { font-family: 'Noto Serif JP', Georgia, serif; font-size: 24px; font-weight: 300; color: #fff; margin: 0 0 12px; } .kurozu-cta p { font-size: 15px; color: rgba(255,255,255,0.78); margin: 0; line-height: 1.65; max-width: 520px; margin: 0 auto; } ★ Since 1804 · Brewed in Japan Mizkan Jun Genmai Kurozu Pure Brown Rice Black Vinegar · 500ml Japan's most revered black vinegar—aged for depth, crafted for purity. The umami-rich secret behind exceptional cuisine and centuries-old Japanese wellness rituals. 220+ Years of Mastery 100% Pure Brown Rice 0 Artificial Additives Jun Pure Grade Certified Why Kurozu Is In a Class of Its Own Most vinegars are sharp and one-dimensional. Kurozu is something entirely different. 🏛 Authentic Japanese Craftsmanship Produced by Mizkan—Japan’s leading seasonings house since 1804. Every bottle carries over two centuries of fermentation expertise passed down through master brewers. 🌿 100% Pure Brown Rice (Jun Grade) Made exclusively from whole brown rice and water. No additives, no shortcuts. The “Jun” designation is reserved only for vinegars meeting the strictest purity standards. ✨ Deep Umami · Mellow Acidity Unlike harsh white vinegars, Kurozu delivers a smooth, earthy-sweet complexity with smoky undertones. A milder acid profile that enhances rather than overwhelms your dish. 🌿 Naturally Nutrient-Rich The extended fermentation process naturally develops essential amino acids and organic acids. Fat-free, sodium-free, and gluten-free—a staple for health-conscious kitchens. The Art of Traditional Brewing A patient, time-honoured process that cannot be rushed 🌿 Select Premium whole-grain brown rice, harvested at peak quality 💧 Ferment Extended koji & acetic acid fermentation in traditional ceramic vessels ⌛ Age Slow-aged for dark amber hue and layered, mellow complexity 🏷 Certify Graded “Jun”—only the purest vinegars earn this designation Endless Culinary Possibilities From fine dining kitchens to everyday home cooking—Kurozu elevates everything it touches 🥣 Dipping Sauces The ideal base for gyoza and dim sum dipping sauces—pairs beautifully with soy sauce for authentic depth. 🥚 Glazes & Marinades Adds a chef-grade gloss and complex tang to braised pork, ribs, and stir-fry—one ingredient, restaurant-level results. 🥥 Wellness Tonic Mix with honey and warm water for a traditional Japanese health drink—a practice rooted in over a century of mindful living. “For chefs and home cooks alike, this isn’t just vinegar—it’s a secret ingredient. When you need a more sophisticated acidity in your dishes, Mizkan Kurozu provides a depth of flavor that ordinary vinegar simply cannot match.” — Specialty Food Source, Culinary Team Product Specifications 📦 Volume 500ml (16.9 fl oz) 🌿 Ingredients Brown Rice Vinegar, Water 🇮🇵 Origin Product of Japan ✅ Dietary Fat-Free · Sodium-Free · Gluten-Free 🏷 Grade Jun (Pure) — No Artificial Additives 🌡️ Storage Cool, dark place · Refrigeration optional 🚚 Nationwide Shipping 🌎 Globally Sourced 👨🍳 Trusted by Chefs 🏭 Direct from Importers ⭐ 30+ Years Experience Taste the Difference That 220 Years Makes From the breakfast table to Michelin-starred kitchens—Mizkan Jun Genmai Kurozu is the vinegar that professional chefs reach for first.
More you might like
Related
MIZKAN JUN GENMAI KUROZU 500ML
Related
Mizkan Jun Genmai Kurozu Brown Rice Black Vinegar 500ml
Related
Mizkan Jun Genmai Kurozu (Pure Brown Rice Black Vinegar) - 5
Related