ADVERTISEMENT

A wonderful ton of katsu

Published Jun 27, 2026 08:41 am
(Photo: Philip Cu Unjieng)
(Photo: Philip Cu Unjieng)
Ginza Ortigas, located on the ground floor of the Agustin I Building, is a family-style Japanese restaurant that has very specific and pragmatic goals. It isn’t out to become the new high-end omakase eatery. Rather, it wants to elevate Japanese cuisine through improved and dependable sourcing of prime ingredients, by elevating its cooking techniques, and by inviting established "masters" from Japan to help them achieve this.
Sizzling Mentaiko (Photo: Philip Cu Unjieng)
Sizzling Mentaiko (Photo: Philip Cu Unjieng)
The recent visit of Chef Hironobu Horiuchi of Tonkatsu Horiichi during a Father’s Day weekend promotion was a great occasion to meet the people behind Ginza and to sample the cuisine of this tonkatsu master. Kurobuta Tonkatsu Horiichi is an unassuming 12-seater that can be found in Shimbashi, Tokyo. It received Michelin Bib Gourmand awards in 2023 and 2024 and was included on Tabelog’s highly regarded Hyakumeiten (Top 100) lists in 2024 and 2026. Chef Horiuchi is known for his precise double-frying technique, use of a premium rice oil blend, and the quality of his prized Kurobuta (black pork), the pride of Kagoshima. It was time to taste and appreciate the difference!
Tontoro (Photo: Philip Cu Unjieng)
Tontoro (Photo: Philip Cu Unjieng)
The Sizzling Mentaiko, which is marinated fish roe in a steaming broth, is served with slices of sourdough, and it’s a fine way to kick off the dinner. This is followed by the Tontoro, the premium marbled pork jowl with a buttery flavor that has been deep-fried to a crisp but with a meaty segment in the center.
Camembert Mentaiko (Photo: Philip Cu Unjieng)
Camembert Mentaiko (Photo: Philip Cu Unjieng)
The first real surprise is the Camembert Mentaiko. Again, deep-fried but with the soft consistency of the cheese kept intact, and with the roe acting as the dipping sauce. Several found this to be their new discovery of the evening, very pleased with the offering.
*image5.jpeg*
**Kurobuta Tonkatsu.**
Kurobuta Tonkatsu is considered the Wagyu of pork, as it’s the Kagoshima Berkshire breed that was first imported from the United Kingdom but came to represent something uniquely Japanese. It’s served with Tonjiru Soup, which is thinly sliced pork belly and root vegetables in a miso broth, with steamed gohan on the side. Honestly, this course, served on a tray, would have been worth the price of admission by itself. The tenderness of the pork strips was out of this world, and the flavor of the pork came through excellently.
The Kaki and Ebi Furai (Photo: Philip Cu Unjieng)
The Kaki and Ebi Furai (Photo: Philip Cu Unjieng)
We were then treated to a bevy of deep-fried items. The Kaki Furai, oysters breaded with panko, were joined by the Ebi Furai, deep-fried shrimp that are distinct from the Ebi Tempura we are familiar with. The panko has its own texture and coats the items differently, making them crisper.
A second platter soon arrived—a trio of Hotate Furai, which are scallops, the Shake Furai of salmon cutlets, and the Ika Furai, which is squid. No complaints here, as the scallops were the large Hokkaido variety, except for the fact that after the tonkatsu and rice, I was already stuffed!
Yuzu Sorbet (Photo: Philip Cu Unjieng)
Yuzu Sorbet (Photo: Philip Cu Unjieng)
The Yuzu Sorbet, with its intense tart citrus flavor, was the dessert worth mentioning. I’ve always been partial to yuzu, so I loved this iced dessert.
Kudos to the management of Ginza for being so self-aware. It’s always about improving, evolving, and absorbing the lessons from visits such as this one by Chef Horiuchi. Ginza Ortigas knows better than to rest on its laurels—it constantly finds ways to enhance the dining experience for its customers, and we can be super thankful for that. Chef Horiuchi may have flown back to Tokyo, but he leaves a lasting impression.

Related Tags

Manila Bulletin Lifestyle Ginza
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.