ADVERTISEMENT

Ohtani shines as Japan downs USA to clinch World Baseball Classic

Published Mar 22, 2023 06:32 am
MIAMI (AFP) -- Shohei Ohtani delivered a fairytale 3-2 victory for Japan over the United States on Tuesday, March 21, as the Asian powerhouse won the World Baseball Classic for a record third time.  *Shohei Ohtani of Team Japan reacts after the final out of the World Baseball Classic Championship defeating Team USA 3-2 at loanDepot park on March 21, 2023 in Miami, Florida. (AFP)*



Home runs from Munetaka Murakami and Kazuma Okamoto helped put Japan ahead before Los Angeles Angels superstar Ohtani closed out the win from the mound in the ninth inning. In a perfectly scripted finale at Miami's LoanDepot Park, Ohtani struck out Angels teammate and US captain Mike Trout to clinch Japan's third WBC victory following triumphs in 2006 and 2009. Two-way threat Ohtani, the 2021 American League Most Valuable Player who has earned comparisons to Babe Ruth since arriving in Major League Baseball, said the win was the highlight of his career. "It's definitely number one," Ohtani told FOX television through a translator. "It's got to be up there. It was a storybook ending."  "More than anything, I appreciate this tournament, this whole situation, this whole atmosphere," added Ohtani, who was named tournament MVP. Ohtani had fired up Japan with a rousing pre-game speech in which he urged his teammates to "stop admiring" an American lineup regarded as the strongest US baseball team ever assembled. "Obviously, the US lineup, one through nine, they're all household names, superstars," Ohtani said afterward.  "All the Japanese guys know them. So I didn't want us to be passive. Show respect -- but stay aggressive, stay confident.  "That's why I gave that speech." The star-studded US team, defending champions after winning the last edition of the tournament in 2017, were left ruing their inability to get on top of Japan's pitchers. Philadelphia Phillies shortstop Trea Turner blasted the hosts to a 1-0 lead in the top of the second inning with a solo shot to left field.
Runners stranded But Japan hit back immediately with Murakami -– the hero of Japan's walk-off win over Mexico in Monday's semi-final -– launching a home run to right-center field in the bottom of the second off US starter Merrill Kelly. Kelly's problems were only just beginning, with the Arizona right-hander giving up singles to Okamoto and Sosuke Genda before walking Yuhei Nakamura to load the bases. That prompted US skipper Mark DeRosa to pull Kelly, with Aaron Loup brought in to get out of the jam. Loup managed to emerge from the situation relatively unscathed, with Japan picking up just one more run for a 2-1 lead after Lars Nootbaar grounded out to score Okamoto. Japan extended their lead in the bottom of the fourth when Okamoto crushed a fly ball to left field off US reliever Kyle Freeland to make it 3-1. The Americans threatened to haul themselves back into contention in the fifth but left Mookie Betts and Nolan Arenado stranded on base. It was a similar story in the top of the seventh when Jeff McNeil took a leadoff walk before Betts singled to leave US runners on first and second with no outs. Once again though, the US were unable to cash in, with Trout lining out to right fielder Kensuke Kondoh before a double-play ended the inning. Japan manager Hideki Kuriyama turned to Yu Darvish to lock it down in the eighth. But after getting rid of Arenado, the San Diego Padres pitcher was jolted by a monster home run from Kyle Schwarber, who launched a fly ball into the upper tiers to make it a one-run game. Devin Williams went scoreless through the eighth inning, setting up a dream final inning, with Ohtani pitching to close out the game. Ohtani started nervously by walking McNeil, but Betts grounded into a double play to leave Japan just one out from victory. That left Ohtani needing to dispose of Trout to clinch the victory, and the US captain struck out swinging to end the game. 
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; } }

{{ articles_filter_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.