CINXE.COM
特集一覧 : 日刊スポーツ
<!doctype html> <html lang="ja"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="format-detection" content="telephone=no,address=no,email=no"> <meta name="robots" content="max-image-preview:large"> <!-- icons--> <link rel="shortcut icon" href="https://cache2.nipc.jp/mod2015/img/icon/favicon.ico"> <link rel="apple-touch-icon" href="https://cache2.nipc.jp/mod2015/img/icon/touch-icon_iphone.png"><!-- 60x60 --> <link rel="apple-touch-icon" sizes="76x76" href="https://cache2.nipc.jp/mod2015/img/icon/touch-icon_ipad.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://cache2.nipc.jp/mod2015/img/icon/touch-icon_iphone-retina.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://cache2.nipc.jp/mod2015/img/icon/touch-icon_ipad-retina.png"> <meta name="apple-mobile-web-app-title" content="日刊スポーツ"> <title>特集一覧 : 日刊スポーツ</title> <meta name="description" content="日刊スポーツ新聞社のニュースサイト、ニッカンスポーツ・コム(nikkansports.com)の特集一覧です"> <meta name="keywords" content="特集一覧,アーカイブズ,日刊スポーツ,ニッカン,nikkansports,スポーツ新聞"> <!-- style sheet --> <link rel="stylesheet" href="/mod2015/css/common.css"> <!--[if lt IE 9]> <link rel="stylesheet" href="/mod2015/css/ie.css"> <![endif]--> <link rel="stylesheet" href="/mod2015/css/top_score.css"> <link rel="stylesheet" href="/mod2015/css/data-style.css"> <style type="text/css"> #featureBoxAreaColumn .feature-box { margin-bottom: 4px; min-height: 80px; } #featureBoxAreaColumn .feature-box .feature-description { font-size: 12px; font-size: 1.2rem; } #featureBoxAreaColumn .linklist { text-align: left; border-top: 0 none; margin-bottom: 20px; } #featureBoxAreaColumn .linklist li { margin-right: 10px; } </style> <!-- smartphone link --> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://www.nikkansports.com/m/feature/"> <!-- OGP --> <meta property="og:title" content="特集一覧 : 日刊スポーツ"> <meta property="og:description" content="日刊スポーツ新聞社のニュースサイト、ニッカンスポーツ・コム(nikkansports.com)の特集一覧です"> <meta property="og:site_name" content="nikkansports.com"> <meta property="og:locale" content="ja_JP"> <meta property="og:type" content="article"> <meta property="og:url" content="https://www.nikkansports.com/feature/" /> <meta property="og:image" content="https://www.nikkansports.com/mod2015/img/common/sns_nikkansports.png"> <!-- facebook --> <meta property="fb:admins" content="100007090689775"> <meta property="fb:app_id" content="667984956555240"> <!-- Twitter card --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@nikkansports"> <script src="https://cache2.nipc.jp/mod2015/js/jquery.min.js" ></script> <script src="https://code.jquery.com/jquery-migrate-3.1.0.js"></script> <script src="https://cache2.nipc.jp/mod2015/js/common.js" ></script> <script src="https://cache2.nipc.jp/mod2015/js/main.js" ></script> <script src="/mod2015/js/scorewidget.js" ></script> <!-- piano --> <script type="text/javascript" crossorigin="anonymous" src="https://tag.aticdn.net/piano-analytics.js"></script> <script src="https://cdn.cxense.com/ari-ci.js" async=""></script> <script type="text/javascript" src="//csm.cxpublic.com/nikkansports.js"></script> <meta name="cXenseParse:pageclass" content=""/> <meta property="article:published_time" content=""/> <meta property="article:modified_time" content=""/> <meta name="cXenseParse:articleid" content=""/> <meta name="cXenseParse:nks-pubday" content=""/> <meta name="cXenseParse:nks-pubmonth" content=""/> <meta name="cXenseParse:nks-pubyear" content=""/> <meta name="cXenseParse:nks-keywords" content="" data-separator="," /> <meta name="cXenseParse:nks-category" content="" data-separator="," /> <meta name="cXenseParse:nks-media" content="" /> <meta name="cXenseParse:nks-image_url" content=""> <meta name="cXenseParse:nks-video_url" content=""> <meta name="cXenseParse:nks-article_id" content=""> <meta name="cXenseParse:nks-title" content=""> <meta name="cXenseParse:nks-author" content=""> <script> // 変数設定 var pianoPathname = location.pathname.replace(/\/index.html$/i, '/'); var pianoArticleFlg = false; // パラメータ取得(クエリ文字列) var pianoQueryStr = location.search.substr(1).split('&'); var pianoQueryKey = null; var pianoParams = []; for(var i=0; i<pianoQueryStr.length; i++){ pianoQueryKey = pianoQueryStr[i].split("="); pianoParams[pianoQueryKey[0]] = pianoQueryKey[1]; } // 記事の種類 var pageclass = 'frontpage'; if((pianoPathname.indexOf('/news/') !== -1 && pianoPathname.replace(/^\/.+?\/news\//, '/news/') !== '/news/') || /photonews_nsInc/.test(pianoPathname) || /videonews_/.test(pianoPathname)){ pageclass = 'article'; pianoArticleFlg = true; } // 記事公開日 var published_time; if(document.getElementsByTagName('head')[0].children.nsTimeStamp){ published_time = document.getElementsByTagName('head')[0].children.nsTimeStamp.content; } // 記事更新日 var modified_time; if(document.getElementsByTagName('head')[0].children.nsTimeStamp){ modified_time = document.getElementsByTagName('head')[0].children.nsTimeStamp.content; } // 記事ID var articleid; var nks_article_id; if (pianoArticleFlg) { articleid = document.location.pathname.split("/").pop().replace(/.html$/i, ''); nks_article_id = articleid.replace(/photonews_nsInc_(.*)-.*$/i, '$1').replace(/videonews_(.*)-.*$/i, '$1'); } else { articleidAry = document.location.pathname.split("/"); articleidAry.shift(); articleid = articleidAry.map(function(val,idx,ary){ if(idx+1 == ary.length){ if(val){ val = val.replace(/.html$/i, ''); } else { val = 'index' } } else { if(val == 'newspaper'){ val = val; } else { val = val.substring(0, 4); } } return val; }).join('_').substring(0, 64); } // 発行日、発行月、発行年 var nks_pubday,nks_pubmonth,nks_pubday; if (typeof published_time !== 'undefined') { var pianoYear = published_time.slice(0,4); var pianoMonth = published_time.slice(5,7); var pianoDate = published_time.slice(8,10); var pianoYYYY = pianoYear; var pianoYYYYMM = pianoYear + pianoMonth; var pianoYYYYMMDD = pianoYear + pianoMonth + pianoDate; } // 記事タイトル var nks_title; if(document.title){ nks_title = document.title.replace(/(.*?) - .*/g,"$1"); } // キーワード var nks_keywords; var nks_keywords_array = []; if(document.getElementsByTagName('head')[0].children.keywords){ nks_keywords_array = document.getElementsByTagName('head')[0].children.keywords.content.split(","); var nks_keywords_array_result = nks_keywords_array.filter(function(value){ if(!/日刊スポーツ|ニッカン|nikkansports|スポーツ新聞/.test(value)){ return value } }) nks_keywords = nks_keywords_array_result.join(','); nks_keywords = nks_keywords.replace(/【|】/g,""); } // カテゴリ var nks_category; var pianoCategory = document.location.pathname.split("/"); pianoCategory.shift(); pianoCategory.pop(); var pianoCategoryCustom = []; var cat = ''; for (var i = 0; i < pianoCategory.length; i++){ //if(pianoCategory[i] == 'news'){continue;} cat += i==0 ? pianoCategory[i]:'/' + pianoCategory[i]; pianoCategoryCustom.push(cat); } nks_category = pianoCategoryCustom.map(function(pcc,idx){ return pcc; }).join(','); if(nks_category.length == 0){nks_category = 'index'} // メディア var nks_media; if(document.getElementsByTagName('head')[0].children.nsMediaName){ nks_media = document.getElementsByTagName('head')[0].children.nsMediaName.content; } // 画像 var nks_image_url; var img_metas = document.getElementsByTagName('meta'); for(i=0;i<img_metas.length;i++){ if(img_metas[i].getAttribute("property")=="nikkansports:image:url"){ nks_image_url = img_metas[i].getAttribute("content"); break; } } // 動画 var nks_video_url; var video_metas = document.getElementsByTagName('meta'); for(i=0;i<video_metas.length;i++){ if(video_metas[i].getAttribute("property")=="nikkansports:video:url"){ nks_video_url = video_metas[i].getAttribute("content"); break; } } // author var nks_author; var nks_keywords_author_array_result; if(document.getElementsByTagName('head')[0].children.author){ nks_author = document.getElementsByTagName('head')[0].children.author.content; } else if(nks_keywords_array){ nks_keywords_author_array_result = nks_keywords_array.filter(function(value){ if(/【.*?】/.test(value)){ return value } }) nks_author = nks_keywords_author_array_result.join(','); nks_author = nks_author.replace(/【|】/g,""); } document.addEventListener('DOMContentLoaded', function() { if (!nks_author) { var nks_newsText_author; var nks_newsText = $('#news').html(); if(nks_newsText){ nks_newsText_pattern = new RegExp("<p(?: .+?)?>.*?【.*?】<\/p>", "g"); nks_newsText = nks_newsText.match(nks_newsText_pattern); nks_newsText_author = nks_newsText ? nks_newsText.map(function(val) { val = val.match(/(?!.+【.*?】<\/p>).*$/)[0].replace(/【(.*?)】<\/p>/,"$1"); return val; }):null; } if (nks_newsText_author) { $("meta[name ='cXenseParse:nks-author']").attr('content',nks_newsText_author[nks_newsText_author.length-1]); tp.push(["setContentAuthor", nks_newsText_author[nks_newsText_author.length-1]]); } else { $("meta[name ='cXenseParse:nks-author']").remove(); } } }, false); // Tricoプレビュー用(β版)設定 var nks_og_url; var og_url_metas = document.getElementsByTagName('meta'); for(i=0;i<og_url_metas.length;i++){ if(og_url_metas[i].getAttribute("property")=="og:url"){ nks_og_url = img_metas[i].getAttribute("content"); break; } } $(function(){ $("meta[name ='cXenseParse:pageclass']").attr('content',pageclass); $("meta[name ='cXenseParse:articleid']").attr('content',articleid); if (pianoArticleFlg) { $("#articleArea").addClass('cXenseParse'); $("meta[property ='article:published_time']").attr('content',published_time); $("meta[property ='article:modified_time']").attr('content',modified_time); $("meta[name ='cXenseParse:nks-pubday']").attr('content',pianoYYYYMMDD); $("meta[name ='cXenseParse:nks-pubmonth']").attr('content',pianoYYYYMM); $("meta[name ='cXenseParse:nks-pubyear']").attr('content',pianoYYYY); $("meta[name ='cXenseParse:nks-media']").attr('content',nks_media); if (nks_image_url) { $("meta[name ='cXenseParse:nks-image_url']").attr('content',nks_image_url); } else { $("meta[name ='cXenseParse:nks-image_url']").remove(); } if (nks_video_url) { $("meta[name ='cXenseParse:nks-video_url']").attr('content',nks_video_url); } else { $("meta[name ='cXenseParse:nks-video_url']").remove(); } $("meta[name ='cXenseParse:nks-article_id']").attr('content',nks_article_id); $("meta[name ='cXenseParse:nks-title']").attr('content',nks_title); if (nks_author) { $("meta[name ='cXenseParse:nks-author']").attr('content',nks_author); tp.push(["setContentAuthor", nks_author]); } } else { $("meta[property ='article:published_time']").remove(); $("meta[property ='article:modified_time']").remove(); $("meta[name ='cXenseParse:nks-pubday']").remove(); $("meta[name ='cXenseParse:nks-pubmonth']").remove(); $("meta[name ='cXenseParse:nks-pubyear']").remove(); $("meta[name ='cXenseParse:nks-media']").remove(); $("meta[name ='cXenseParse:nks-image_url']").remove(); $("meta[name ='cXenseParse:nks-video_url']").remove(); $("meta[name ='cXenseParse:nks-article_id']").remove(); $("meta[name ='cXenseParse:nks-title']").remove(); $("meta[name ='cXenseParse:nks-author']").remove(); } $("meta[name ='cXenseParse:nks-keywords']").attr('content',nks_keywords); $("meta[name ='cXenseParse:nks-category']").attr('content',nks_category); }); </script> <!-- Composer --> <script src="/mod2015/js/piano/members_only.js"></script> <script> tp = window.tp || []; var pianoSetTags = []; if(membership_result){ tp.push(["init", function() { // ログインサイトチェック if (tp.pianoId.isUserValid()) { if (tp.pianoId.getUser().aud != tp.aid) { //console.log("ログアウト!"); tp.pianoId.logout(); } } // ログインチェック if (tp.pianoId.getUser()) { //console.log("logged in"); // サブスク版 // ALL:RJYGHMM // 紙面ビューアー // R5QSIQT var paramsRID = ""; if(membership_article.keyword){ if(membership_article.keyword[0] == "members_11" || membership_article.keyword[0] == "members_12"){ paramsRID = "RJYGHMM"; } else if(membership_article.keyword[0] == "members_21"){ paramsRID = "R5QSIQT"; } } var params = { rid : paramsRID }; var callback = function(response) { if (response.access && response.access.granted) { //console.log("①access"); if((!/^\/premium\/paper\//.test(pianoPathname) && !/^\/newspaper\//.test(pianoPathname)) || (/^\/templates\//.test(pianoPathname) && /\/premium\//.test(nks_og_url))){ pianoGetMembersArticle(articleid); } } else { if(membership_article.keyword){ if(membership_article.keyword[0] == "members_11" || membership_article.keyword[0] == "members_12"){ pianoHideElements = ""; if(/members_free/.test(nks_keywords)){ //console.log("②free access"); pianoLoginPage = ""; pianoGetMembersArticle(articleid); } else if(membership_article.keyword && membership_article.keyword[1] == "紙面"){ //console.log("③not access"); $('#paperArea .paperListArea .paperList:nth-of-type(-n+2) .paper-item a').css('pointer-events','none').attr('tabindex',-1); pianoHideElements = "#paperArea .paperListArea .paperList:nth-of-type(n+3)"; pianoLoginPage = "pc_premium_paper_no_access"; } else { // Muuri実行 var fancyboxTag = $('#contentsArea').find('#fancybox'); if(0 < fancyboxTag.length){ $(window).on('load',muuriFunc); } //console.log("③not access"); pianoLoginPage = "pc_premium_no_access"; } } else if(membership_article.keyword[0] == "members_21"){ if(membership_article.keyword && membership_article.keyword[1] == "紙面ビューアー"){ $('.newspaper-box.viewer .paperList .paper-item a').css('pointer-events','none').attr('tabindex',-1); pianoHideElements = ".backnumber"; pianoLoginPage = "pc_newspaper_no_access"; } } if(pianoHideElements){ $(pianoHideElements).fadeToggle(3000).queue(function(){ $(pianoHideElements).remove(); pianoLoginFunc(pianoLoginPage); }); } else { pianoLoginFunc(pianoLoginPage); } } } } tp.api.callApi("/access/check", params, callback); } else { pianoLoginPage = "pc"; if(membership_article.keyword && membership_article.keyword[0] == "members_2"){ pianoHideElements = "#news div.members_2"; } else if(membership_article.keyword && membership_article.keyword[0] == "members_11"){ pianoHideElements = ""; pianoLoginPage = "pc_premium"; if(/members_free/.test(nks_keywords)){ pianoLoginPage = "pc_premium_free"; } else if(membership_article.keyword && membership_article.keyword[1] == "紙面"){ $('#paperArea .paperListArea .paperList:nth-of-type(-n+2) .paper-item a').css('pointer-events','none').attr('tabindex',-1); pianoHideElements = "#paperArea .paperListArea .paperList:nth-of-type(n+3)"; pianoLoginPage = "pc_premium_paper"; } } else if(membership_article.keyword && membership_article.keyword[0] == "members_12"){ pianoHideElements = ""; pianoLoginPage = "pc_premium"; if(/members_free/.test(nks_keywords)){ pianoLoginPage = "pc_premium_free"; } } else if(membership_article.keyword && membership_article.keyword[0] == "members_21" && membership_article.keyword[1] == "紙面ビューアー"){ $('.newspaper-box.viewer .paperList .paper-item a').css('pointer-events','none').attr('tabindex',-1); pianoHideElements = ".backnumber"; pianoLoginPage = "pc_newspaper"; } else { pianoHideElements = "#news p:not(:first),#news .live-photo_big,#news div:not(div[id^='page_']),#news h2,#news aside,#news table,#news br,#columnMain .column-photo-area,#bigPhoto .article-photo,#quizContents *,#photoMove,#news > div[id^='page_']:not(div#page_1),#news > div#page_1 p:not(p:first),.article-pagenavi,#news #nextBar"; } if(pianoHideElements){ $(pianoHideElements).fadeToggle(3000).queue(function(){ $(pianoHideElements).remove(); pianoLoginFunc(pianoLoginPage); }); } else { pianoLoginFunc(pianoLoginPage); } } }]); pianoSetTags = ["members_only"]; if(membership_article.keyword){ if(membership_article.keyword[0] == "members_11" || membership_article.keyword[0] == "members_12"){ if(/members_free/.test(nks_keywords)){ pianoSetTags = ["members_free_p_all"] } else { pianoSetTags = ["members_only_p_all"] } } else if(membership_article.keyword[0] == "members_21"){ pianoSetTags = ["members_newspaper"] } } else if(membership_article.fileName && (membership_article.fileName.substr(0, 2) == "p-" || membership_article.fileName.substr(0, 2) == "f-")){ pianoSetTags = ["members_only_pastArticle"]; } } var pianoSetTagsKeywords = nks_keywords_array.filter(function(value){ if(!/日刊スポーツ|ニッカン|nikkansports|スポーツ新聞/.test(value)){ return value } }) if(0 < pianoSetTagsKeywords.length){ pianoSetTags.push(pianoSetTagsKeywords); } var premiumTagsPageParams = []; if (pianoParams.q && /^\/premium\/(tags|search)\//.test(pianoPathname)) { pianoParamsQ = decodeURI(pianoParams.q); premiumTagsPageParams = pianoParamsQ.replace(/ /g, '+').split('+'); pianoSetTags.push(premiumTagsPageParams); } tp.push(["setTags", pianoSetTags]); if(published_time){ tp.push(["setContentCreated", published_time]); } (function(src){ var a = document.createElement("script"); a.type = "text/javascript"; a.async = true; a.src = src; var b = document.getElementsByTagName("script")[0]; b.parentNode.insertBefore(a,b) })("https://experience-ap.piano.io/xbuilder/experience/load?aid=ahiAFig7pj"); </script> <!-- CONTENT --> <script src="/mod2015/js/piano/content.js"></script> <script> var ccStyle = "color:#000;background-color:#ff4000;padding:1px 4px;border-radius:4px;"; // パラメータ取得(クエリ文字列) var catQueryStr = location.search.substr(1).split('&'); var catQueryKey = null; var catParams = []; for(var i=0; i<catQueryStr.length; i++){ catQueryKey = catQueryStr[i].split("="); catParams[catQueryKey[0]] = catQueryKey[1]; } // 「利用規約への再同意」を取得 function getConsentAgainTerms(numberOfLogins) { // カスタムフォームから「利用規約への再同意」を取り出します tp.pianoId.loadExtendedUser({ extendedUserLoaded: function (data) { for (var i in data.custom_field_values) { if (data.custom_field_values[i].field_name === 'consent_again_terms' && data.custom_field_values[i].value === 'true') { // カスタムフォームから「生年」を取り出します tp.pianoId.loadExtendedUser({ extendedUserLoaded: function (data) { for (var i in data.custom_field_values) { // カスタムフォームのフィールド名がbirthYearの場合処理します。 if (data.custom_field_values[i].field_name === 'birthYear') { // 生年を取得します var birthYear = data.custom_field_values[i].value; // 年齢を取得します var age = new Date().getFullYear() - birthYear; if (country == 'JP' && age > 18) { // メールアドレスを取得します var email = tp.pianoId.getUser().email; localStorage.setItem("userEmail", email); // その後の処理を続けます } else { //console.log('%c利用規約への再同意', ccStyle, '条件に該当しません'); } } } }, formName: 'RegistrationFields' }); } else { if(numberOfLogins == "firstTime"){ //console.log('%c利用規約への再同意', ccStyle, '再同意していません'); tp.pianoId.showForm({formName:'consent_again_terms', showCloseButton:true, templateId:'OTKH8S8JMUDJ', hideIfComplete:true}); } } } }, formName: 'consent_again_terms' }); } // pbjs config設定 function setUid2Config(email) { pbjs.mergeConfig({ userSync: { userIds: [{ name: 'uid2', params: { subscriptionId: '5iA6qSao1K', serverPublicKey: 'UID2-X-P-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAERjWpd/+aG4hFF6xAhlDBkqfxGhYzBA6ob0HEgIVAlp38DmPODWzz0qadYrxmASfsH/KeWoSdZ4vC2Wf8bGaMNA==', email: email, } }] } }); } // 登録完了時 tp.push([ "addHandler" , "registrationSuccess" , function (data) { // カスタムフィールド更新の処理 function callApi() { var formData = {'uid': tp.pianoId.getUser().uid, 'form_name':'consent_again_terms'}; var array = []; array.push({"field_name":"consent_again_terms", "value":"true"}); formData['custom_field_values'] = array; const aId = 'ahiAFig7pj'; const apiToken = tp.pianoId.getToken(); const apiUrl = 'https://api-ap.piano.io/id/api/v1/identity/userinfo'+'?aid='+aId+'&access_token='+apiToken+'&lang=ja_JP'; const res = fetch(apiUrl,{ method: 'PUT', headers: {'Content-Type': 'application/json; charset=UTF-8'}, body: JSON.stringify(formData) }); }; callApi(); }]); // ログイン成功時 tp.push(["addHandler", "loginSuccess", function (data){ // Cookie付与 document.cookie = '_ns_piano_login_success=true; path=/; max-age=86400'; }]); // Cookieを連想配列に格納 function getCookieArray(){ var arr = new Array(); if(document.cookie != ''){ var tmp = document.cookie.split('; '); for(var i=0;i<tmp.length;i++){ var data = tmp[i].split('='); arr[data[0]] = decodeURIComponent(data[1]); } } return arr; } // フォーム掲出処理 var catArr = getCookieArray(); // 国の取得 var country = catArr['_pc_ns_country']; // 年齢とメールアドレス取得 tp.push(["init", function() { if (tp.pianoId.isUserValid() && catArr['_ns_piano_login_success'] == 'true') { // Cookie削除 document.cookie = '_ns_piano_login_success=; max-age=0'; getConsentAgainTerms("firstTime"); } else if (tp.pianoId.isUserValid()) { getConsentAgainTerms(); } else { //console.log('%c利用規約への再同意', ccStyle, 'ログインしていません'); } }]); </script> <!-- RampID --> <script async defer src="https://ats-wrapper.privacymanager.io/ats-modules/35d1ba61-a989-4328-b979-5c84d68f730b/ats.js"></script> <script> window.tp = window.tp || [], window.tp.push(["addHandler", "loginSuccess", async function (n) { atsenvelopemodule.setAdditionalData({ 'type': 'email', 'id': window.tp.pianoId.getUser().email }) }]); </script> <!-- Amazon PA --> <script src="/mod2015/js/sjcl.js" ></script> <script> // Normalize email address so that it is lowercase without any whitespace let normalizeEmail = function(string) { return string.trim().toLowerCase().replace(/\+[^@]*@/g, "@"); } // Check to make sure that the value is a valid email address let isValidEmailAddress = function(emailAddress) { return (emailAddress.match(/@/g) || []).length === 1 } // Normalizes an email address value and then checks to make sure it is a valid // email address let emailNormalizer = function(record) { let email = normalizeEmail(record); if (isValidEmailAddress(email)) { return email; } else { console.error(record + "is not a valid email."); } } // Main function takes an argument file: string[] || string and hashes the value(s) let emailHasher = function(file) { try { if (Array.isArray(file)) { let arrayOfRecords = []; file.forEach(function(record) { arrayOfRecords.push(sjcl.codec.hex.fromBits(sjcl.hash.sha256.hash( emailNormalizer(record) ))) }) return arrayOfRecords; } else if (typeof file === "string") { return sjcl.codec.hex.fromBits(sjcl.hash.sha256.hash(emailNormalizer(file))); } else { console.error("Error: typeof argument should be array or string" + file); } } catch (err) { console.error(err); } } </script> <link rel='preload' href='https://securepubads.g.doubleclick.net/tag/js/gpt.js' as='script'> <link rel='preload' href='https://micro.rubiconproject.com/prebid/dynamic/15124.js?is_mobile=false' as='script'> <link rel='preload' href='https://c.amazon-adsystem.com/aax2/apstag.js' as='script'> <link rel="dns-prefetch" href="https://c.amazon-adsystem.com"> <link rel="preconnect" href="https://c.amazon-adsystem.com" crossorigin> <script async src='https://rtbcdn.andbeyond.media/prod-global-9979719.js'></script> <script src="//cdn.nexx360.io/usersync.js"></script> <script async src="https://csync.smilewanted.com?zoneCode={{nikkansports.com_hb_display}}"></script> <script data-sdk="l/1.1.6" data-cfasync="false" src="https://html-load.com/loader.min.js" charset="UTF-8"></script> <script src="/mod2015/js/advertising/ad-shield.js"></script> <script src="/mod2015/js/dfp.js"></script> <script async='async' src='https://securepubads.g.doubleclick.net/tag/js/gpt.js'></script> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var hbSlots = []; var nonhbSlots = []; // PIANO Segments var cX = cX || {}; cX.callQueue = cX.callQueue || []; cX.callQueue.push(['getUserSegmentIds', {persistedQueryId: "a9261da3d537a61cf3ec5ceeaed147da58d8228e", callback: function(segments) { if(typeof window.localStorage === 'object' && typeof window.localStorage.getItem === 'function') { localStorage.setItem("cxSegments", segments.join(",")); } }}]); function getUserSegmentIdsLocal() { var segments = []; if(typeof window.localStorage === 'object' && typeof window.localStorage.getItem === 'function' && localStorage.getItem("cxSegments") !== null && localStorage.getItem("cxSegments").length>0) { segments = localStorage.getItem("cxSegments").split(','); } return segments; } </script> <script> googletag.cmd.push(function() { if(interstitialFlg){ const interstitialSlot = googletag.defineOutOfPageSlot('/16287682/pc_ns_interstitial',googletag.enums.OutOfPageFormat.INTERSTITIAL); if (interstitialSlot) { nonhbSlots.push(interstitialSlot.addService(googletag.pubads())); } } if(rewardFlg){ nonhbSlots.push(googletag.defineOutOfPageSlot('/16287682/ns_reward_dialog', 'div-gpt-ad-1702882119206-0').addService(googletag.pubads())); } // hbSlots pcAdUnit1 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[0], [1, 1], pcAdUnitId[0]).addService(googletag.pubads())):''; pcAdUnit2 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[1], [[970, 250], [970, 90], [728, 90], [1, 1]], pcAdUnitId[1]).addService(googletag.pubads())):''; pcAdUnit4 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[3], [[300, 250], [1, 1]], pcAdUnitId[3]).addService(googletag.pubads()).setCollapseEmptyDiv(true,true)):''; pcAdUnit42 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[41], [[300, 250]], pcAdUnitId[41]).addService(googletag.pubads())):''; pcAdUnit5 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[4], [300, 250], pcAdUnitId[4]).addService(googletag.pubads())):''; pcAdUnit6 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[5], [300, 250], pcAdUnitId[5]).addService(googletag.pubads())):''; pcAdUnit8 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[7], [[300, 250], [250, 250]], pcAdUnitId[7]).addService(googletag.pubads())):''; pcAdUnit41 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[40], [[300, 250], [250, 250]], pcAdUnitId[40]).addService(googletag.pubads())):''; pcAdUnit9 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[8], [[300, 250], [250, 250]], pcAdUnitId[8]).addService(googletag.pubads())):''; pcAdUnit10 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[9], [[300, 250], [250, 250]], pcAdUnitId[9]).addService(googletag.pubads())):''; if (!dfpPageAutomaticUpdatingFlg){ pcAdUnit11 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[10], [[300, 250], [1, 1], [250, 250], [336, 280]], pcAdUnitId[10]).addService(googletag.pubads())):''; pcAdUnit31 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[30], [[250, 250], [300, 250]], pcAdUnitId[30]).addService(googletag.pubads())):''; } pcAdUnit12 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[11], [468, 60], pcAdUnitId[11]).addService(googletag.pubads())):''; pcAdUnit13 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[12], [468, 60], pcAdUnitId[12]).addService(googletag.pubads())):''; pcAdUnit14 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[13], [468, 60], pcAdUnitId[13]).addService(googletag.pubads())):''; pcAdUnit15 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[14], [[250, 250], [300, 600], [300, 250]], pcAdUnitId[14]).addService(googletag.pubads())):''; pcAdUnit16 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[15], [468, 60], pcAdUnitId[15]).addService(googletag.pubads())):''; pcAdUnit19 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[18], [300, 250], pcAdUnitId[18]).addService(googletag.pubads())):''; pcAdUnit20 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[19], [300, 250], pcAdUnitId[19]).addService(googletag.pubads())):''; pcAdUnit21 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[20], [[250, 250], [300, 250]], pcAdUnitId[20]).addService(googletag.pubads())):''; pcAdUnit22 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[21], [[250, 250], [300, 250]], pcAdUnitId[21]).addService(googletag.pubads())):''; pcAdUnit32 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[31], [[480, 270], [300, 250], [1, 1], 'fluid'], pcAdUnitId[31]).addService(googletag.pubads()).setCollapseEmptyDiv(true,true)):''; pcAdUnit36 ? hbSlots.push(googletag.defineSlot(pcAdUnitName[35], [[1, 1], [728, 90], [970, 90]], pcAdUnitId[35]).addService(googletag.pubads())):''; // nonhbSlots pcAdUnit33 ? nonhbSlots.push(googletag.defineSlot(pcAdUnitName[32], ['fluid', [1, 1]], pcAdUnitId[32]).addService(googletag.pubads())):''; pcAdUnit34 ? nonhbSlots.push(googletag.defineSlot(pcAdUnitName[33], ['fluid'], pcAdUnitId[33]).addService(googletag.pubads())):''; if (dfpPageAutomaticUpdatingFlg){ pcAdUnit11 ? nonhbSlots.push(googletag.defineSlot(pcAdUnitName[10], [[300, 250], [1, 1], [250, 250], [336, 280]], pcAdUnitId[10]).addService(googletag.pubads())):''; pcAdUnit31 ? nonhbSlots.push(googletag.defineSlot(pcAdUnitName[30], [[250, 250], [300, 250]], pcAdUnitId[30]).addService(googletag.pubads())):''; } dfpValue.length > 0 ? googletag.pubads().setTargeting('Dir', dfpValue):''; dfpValueRef.length > 0 ? googletag.pubads().setTargeting('Ref', dfpValueRef):''; dfpValueNksKW.length > 0 ? googletag.pubads().setTargeting('nksKW', dfpValueNksKW):''; dfpValueArticleLength.length > 0 ? googletag.pubads().setTargeting('ArticleLength', dfpValueArticleLength):''; googletag.pubads().setTargeting('adrandom', [String(Math.floor(Math.random() * 10))]); if (!/photonews_nsInc/.test(dfpPathname)){ googletag.pubads().setTargeting('UPRTest', [String(Math.floor(Math.random() * 4) + 1)]); } else { googletag.pubads().setTargeting('UPRTest', [String(Math.floor(Math.random() * 4) + 1) + 'photo']); } googletag.pubads().setTargeting("CxSegments", getUserSegmentIdsLocal()); googletag.pubads().disableInitialLoad(); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> <script src="https://micro.rubiconproject.com/prebid/dynamic/15124.js?is_mobile=false" async></script> <script> // Timeout var apstagTimeout = 2000; var pbjsTimeout = 1500; var failSafeTimeout = 3000; !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},dpa:function(){q("di",arguments)},rpa:function(){q("ri",arguments)},upa:function(){q("ui",arguments)},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore( A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js"); apstag.init({ pubID: '3766', adServer: 'googletag', videoAdServer: 'DFP', bidTimeout: apstagTimeout }); if(typeof window.localStorage === 'object' && typeof window.localStorage.getItem === 'function' && localStorage.getItem("userEmail") !== null && localStorage.getItem("userEmail").length>0) { apstag.rpa({ hashedRecords: [{ 'type': 'email', 'record': emailHasher(localStorage.getItem('userEmail')) }], }); } var apstagSlots = []; if(dfpPageNormalFlg){ pcAdUnit2 ? apstagSlots.push({slotID: 'div-gpt-ad-1526544185401-1', slotName: 'pcAdUnit2', sizes: [[728, 90],[970, 250],[970, 90]]}):''; pcAdUnit4 ? apstagSlots.push({slotID: 'div-gpt-ad-1526544185401-3', slotName: 'pcAdUnit4', sizes: [[300, 250]]}):''; pcAdUnit5 ? apstagSlots.push({slotID: 'div-gpt-ad-1526544185401-4', slotName: 'pcAdUnit5', sizes: [[300, 250]]}):''; pcAdUnit6 ? apstagSlots.push({slotID: 'div-gpt-ad-1526544185401-5', slotName: 'pcAdUnit6', sizes: [[300 ,250]]}):''; pcAdUnit8 ? apstagSlots.push({slotID: 'div-gpt-ad-1574044697408-0', slotName: 'pcAdUnit8', sizes: [[300 ,250]]}):''; pcAdUnit9 ? apstagSlots.push({slotID: 'div-gpt-ad-1574044542474-0', slotName: 'pcAdUnit9', sizes: [[300 ,250]]}):''; pcAdUnit10 ? apstagSlots.push({slotID: 'div-gpt-ad-1574044631038-0', slotName: 'pcAdUnit10', sizes: [[300 ,250]]}):''; pcAdUnit11 ? apstagSlots.push({slotID: 'div-gpt-ad-1574044747024-0', slotName: 'pcAdUnit11', sizes: [[300 ,250]]}):''; pcAdUnit15 ? apstagSlots.push({slotID: 'div-gpt-ad-1594968126058-0', slotName: 'pcAdUnit15', sizes: [[300 ,250],[300 ,600]]}):''; pcAdUnit31 ? apstagSlots.push({slotID: 'div-gpt-ad-1641348690998-0', slotName: 'pcAdUnit31', sizes: [[250 ,250],[300 ,250]]}):''; pcAdUnit32 ? apstagSlots.push({slotID: 'div-gpt-ad-1649216156212-0', mediaType: 'video'}):''; pcAdUnit36 ? apstagSlots.push({slotID: 'div-gpt-ad-1658738178212-0', slotName: 'pcAdUnit36', sizes: [[728 ,90],[970, 90]]}):''; pcAdUnit41 ? apstagSlots.push({slotID: 'div-gpt-ad-1690873220183-0', slotName: 'pcAdUnit41', sizes: [[300 ,250]]}):''; pcAdUnit42 ? apstagSlots.push({slotID: 'div-gpt-ad-1696228185163-0', slotName: 'pcAdUnit42', sizes: [[300, 250]]}):''; } var pbjs = pbjs || {}; pbjs.que = pbjs.que || []; pbjs.que.push(function() { window.getUid2AdvertisingToken = async () => { return pbjs.getUserIdsAsEids().find(eid => eid.source === "uidapi.com").uids[0].id; }; if (window.__uid2SecureSignalProvider) { window.__uid2SecureSignalProvider.registerSecureSignalProvider(); } setUid2Config(localStorage.getItem('userEmail')); pbjs.refreshUserIds(); }); function fetchHeaderBids() { var bidders = ['a9', 'prebid']; var requestManager = { adserverRequestSent: false }; bidders.forEach(function(bidder) { requestManager[bidder] = false; }) function allBiddersBack() { var allBiddersBack = bidders .map(function(bidder) {return requestManager[bidder]; }) .filter(function(bool) {return bool;}) .length === bidders.length; return allBiddersBack; } function headerBidderBack(bidder) { if (requestManager.adserverRequestSent === true) { return; } requestManager[bidder] = true; if (allBiddersBack()) { sendAdserverRequest(); } } function sendAdserverRequest() { if (requestManager.adserverRequestSent === true) { return; } requestManager.adserverRequestSent = true; googletag.cmd.push(function() { googletag.pubads().refresh(hbSlots); }); } function requestBids() { if(0<apstagSlots.length){ apstag.fetchBids({ slots: apstagSlots }, function(bids) { googletag.cmd.push(function() { apstag.setDisplayBids(); headerBidderBack('a9'); }); }); } else { headerBidderBack('a9'); } googletag.cmd.push(function() { pbjs.que.push(function() { pbjs.rp.requestBids({ callback: function (bidResponses) { headerBidderBack('prebid'); } }); }); }); } requestBids(); window.setTimeout(function() { sendAdserverRequest(); }, failSafeTimeout); } fetchHeaderBids(); </script> <script> $(function(){ // リワード広告用bodyタグ出力 if(rewardFlg){ var dfpRewardHTML = ''; dfpRewardHTML += '<style>#div-gpt-ad-1702882119206-0 div iframe{display:contents;}</style>\n'; dfpRewardHTML += '<!-- /16287682/ns_reward_dialog -->\n<div id="div-gpt-ad-1702882119206-0">'; $('body').prepend(dfpRewardHTML); var adUnitRewardDialogs = document.createElement("script"); adUnitRewardDialogs.innerHTML = "googletag.cmd.push(function() { googletag.display('div-gpt-ad-1702882119206-0'); });"; var adUnitRewardDialogele = document.getElementById("div-gpt-ad-1702882119206-0"); adUnitRewardDialogele.appendChild(adUnitRewardDialogs); } if (pcAdUnit11 && pcAdUnit31 && dfpPageAutomaticUpdatingFlg){ $('#adRectangleBottom').remove(); var bbScoreBox_items = document.querySelectorAll('.nScore-bb .nscoreLinkBox'); // HTML var adRectangleBottomScoreHTML = ''; adRectangleBottomScoreHTML += '<aside id="adRectangleBottomScore" class="clearfix" style="clear: both;margin-bottom: 30px;"><div id="adUnit11" class="fl-l"></div><div id="adUnit31" class="fl-r"></div>\n</aside>'; $(bbScoreBox_items[0]).after(adRectangleBottomScoreHTML); var adUnit11 = ''; adUnit11 += '<!-- ' + pcAdUnitName[10] + ' --><div id="' + pcAdUnitId[10] + '" style="width: 300px; height: 250px;"></div>\n'; // html生成 $('#adUnit11').append(adUnit11); var adUnit11s = document.createElement("script"); adUnit11s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[10] + "'); });"; var adUnit11ele = document.getElementById(pcAdUnitId[10]); adUnit11ele.appendChild(adUnit11s); var adUnit31 = ''; adUnit31 += '<!-- ' + pcAdUnitName[30] + ' --><div id="' + pcAdUnitId[30] + '" style="width: 300px; height: 250px;"></div>\n'; // html生成 $('#adUnit31').append(adUnit31); var adUnit31s = document.createElement("script"); adUnit31s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[30] + "'); });"; var adUnit31ele = document.getElementById(pcAdUnitId[30]); adUnit31ele.appendChild(adUnit31s); } if (pcAdUnit12 && (dfpPageAutomaticUpdatingFlg && dfpParams.bw_pageId == 'oneball' || dfpPathname == '/battle/sumo/result/' || dfpPathname == '/baseball/mlb/score/')){ // HTML var dfpAdUnit12HTML = ''; dfpAdUnit12HTML += '<div id="adUnit12" style="margin-bottom:10px;"></div>\n'; $('#socialMedia').after(dfpAdUnit12HTML); var adUnit12 = ''; adUnit12 += '<!-- ' + pcAdUnitName[11] + ' --><div id="' + pcAdUnitId[11] + '" style="width: 468px; height: 60px;"></div>\n'; // html生成 $('#adUnit12').append(adUnit12); var adUnit12s = document.createElement("script"); adUnit12s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[11] + "'); });"; var adUnit12ele = document.getElementById(pcAdUnitId[11]); adUnit12ele.appendChild(adUnit12s); } if(pcAdUnit17 && pcAdUnit18){ window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { var slot17 = googletag.defineSlot(pcAdUnitName[16], [300, 250], pcAdUnitId[16]).addService(googletag.pubads()); var slot18 = googletag.defineSlot(pcAdUnitName[17], [300, 250], pcAdUnitId[17]).addService(googletag.pubads()); googletag.pubads().disableInitialLoad(); // HTML var dfpInArticleLiveHTML = '<style>div#news div aside#adDfpInArticleLive1{margin:-5px -5px 5px;background:#fff;padding:20px 0 20px 0;}#adDfpInArticleLive1 div{padding:0;}#adUnit17{float:left;}#adUnit18{float:right;}</style>'; dfpInArticleLiveHTML += '<aside id="adDfpInArticleLive1" class="ad-area clm-2"><div id="adUnit17"></div><div id="adUnit18"></div></aside>'; if(dfpLiveNewsFlg && !/\/info\/|\/special/.test(dfpPathname) && dfpPageTitle.search(/^フィギュア365【.*】/) == -1){ var dfpInArticleLiveH2 = $('#news').find('h2').not('h2.home,h2.away,div.home h2.blue,div.away h2.red'); $(dfpInArticleLiveH2[0]).before(dfpInArticleLiveHTML); } else if (/\/baseball\/highschool\/sensyuken\/202[0-9]{1}\/chihou\/.*\.html/.test(dfpPathname)){ var dfpScoreBox = $('.scoreTableContainer').find('.scoreBox'); $(dfpScoreBox[2]).before(dfpInArticleLiveHTML); } // LEFT var adUnit17 = ''; adUnit17 += '<!-- ' + pcAdUnitName[16] + ' --><div id="' + pcAdUnitId[16] + '"></div>\n'; // html生成 $('#adUnit17').append(adUnit17); var adUnit17s = document.createElement("script"); adUnit17s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[16] + "'); });"; var adUnit17ele = document.getElementById(pcAdUnitId[16]); adUnit17ele.appendChild(adUnit17s); // RIGHT var adUnit18 = ''; adUnit18 += '<!-- ' + pcAdUnitName[17] + ' --><div id="' + pcAdUnitId[17] + '"></div>\n'; // html生成 $('#adUnit18').append(adUnit18); var adUnit18s = document.createElement("script"); adUnit18s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[17] + "'); });"; var adUnit18ele = document.getElementById(pcAdUnitId[17]); adUnit18ele.appendChild(adUnit18s); googletag.pubads().refresh([slot17]); googletag.pubads().refresh([slot18]); }); } if(pcAdUnit25 && pcAdUnit26){ window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { var slot25 = googletag.defineSlot(pcAdUnitName[24], [300, 250], pcAdUnitId[24]).addService(googletag.pubads()); var slot26 = googletag.defineSlot(pcAdUnitName[25], [300, 250], pcAdUnitId[25]).addService(googletag.pubads()); googletag.pubads().disableInitialLoad(); // HTML var dfpInArticleLiveHTML = '<style>div#news div aside#adDfpInArticleLive2{margin:-5px -5px 5px;background:#fff;padding:10px 0 20px 0;}#adDfpInArticleLive2 div{padding:0;}#adUnit25{float:left;}#adUnit26{float:right;}</style>'; dfpInArticleLiveHTML += '<aside id="adDfpInArticleLive2" class="ad-area clm-2"><div id="adUnit25"></div><div id="adUnit26"></div></aside>'; if(dfpLiveNewsFlg && !/\/info\/|\/special/.test(dfpPathname) && dfpPageTitle.search(/^フィギュア365【.*】/) == -1){ var dfpInArticleLiveH2 = $('#news').find('h2').not('h2.home,h2.away,div.home h2.blue,div.away h2.red'); $(dfpInArticleLiveH2[1]).before(dfpInArticleLiveHTML); } else if (/\/baseball\/highschool\/sensyuken\/202[0-9]{1}\/chihou\/.*\.html/.test(dfpPathname)){ var dfpScoreBox = $('.scoreTableContainer').find('.scoreBox'); $(dfpScoreBox[4]).before(dfpInArticleLiveHTML); } // LEFT var adUnit25 = ''; adUnit25 += '<!-- ' + pcAdUnitName[24] + ' --><div id="' + pcAdUnitId[24] + '"></div>\n'; // html生成 $('#adUnit25').append(adUnit25); var adUnit25s = document.createElement("script"); adUnit25s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[24] + "'); });"; var adUnit25ele = document.getElementById(pcAdUnitId[24]); adUnit25ele.appendChild(adUnit25s); // RIGHT var adUnit26 = ''; adUnit26 += '<!-- ' + pcAdUnitName[25] + ' --><div id="' + pcAdUnitId[25] + '"></div>\n'; // html生成 $('#adUnit26').append(adUnit26); var adUnit26s = document.createElement("script"); adUnit26s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[25] + "'); });"; var adUnit26ele = document.getElementById(pcAdUnitId[25]); adUnit26ele.appendChild(adUnit26s); googletag.pubads().refresh([slot25]); googletag.pubads().refresh([slot26]); }); } if(pcAdUnit27 && pcAdUnit28){ window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { var slot27 = googletag.defineSlot(pcAdUnitName[26], [300, 250], pcAdUnitId[26]).addService(googletag.pubads()); var slot28 = googletag.defineSlot(pcAdUnitName[27], [300, 250], pcAdUnitId[27]).addService(googletag.pubads()); googletag.pubads().disableInitialLoad(); // HTML var dfpInArticleLiveHTML = '<style>div#news div aside#adDfpInArticleLive3{margin:-5px -5px 5px;background:#fff;padding:10px 0 20px 0;}#adDfpInArticleLive3 div{padding:0;}#adUnit27{float:left;}#adUnit28{float:right;}</style>'; dfpInArticleLiveHTML += '<aside id="adDfpInArticleLive3" class="ad-area clm-2"><div id="adUnit27"></div><div id="adUnit28"></div></aside>'; if(dfpLiveNewsFlg && !/\/info\/|\/special/.test(dfpPathname) && dfpPageTitle.search(/^フィギュア365【.*】/) == -1){ var dfpInArticleLiveH2 = $('#news').find('h2').not('h2.home,h2.away,div.home h2.blue,div.away h2.red'); $(dfpInArticleLiveH2[2]).before(dfpInArticleLiveHTML); } else if (/\/baseball\/highschool\/sensyuken\/202[0-9]{1}\/chihou\/.*\.html/.test(dfpPathname)){ var dfpScoreBox = $('.scoreTableContainer').find('.scoreBox'); $(dfpScoreBox[6]).before(dfpInArticleLiveHTML); } // LEFT var adUnit27 = ''; adUnit27 += '<!-- ' + pcAdUnitName[26] + ' --><div id="' + pcAdUnitId[26] + '"></div>\n'; // html生成 $('#adUnit27').append(adUnit27); var adUnit27s = document.createElement("script"); adUnit27s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[26] + "'); });"; var adUnit27ele = document.getElementById(pcAdUnitId[26]); adUnit27ele.appendChild(adUnit27s); // RIGHT var adUnit28 = ''; adUnit28 += '<!-- ' + pcAdUnitName[27] + ' --><div id="' + pcAdUnitId[27] + '"></div>\n'; // html生成 $('#adUnit28').append(adUnit28); var adUnit28s = document.createElement("script"); adUnit28s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[27] + "'); });"; var adUnit28ele = document.getElementById(pcAdUnitId[27]); adUnit28ele.appendChild(adUnit28s); googletag.pubads().refresh([slot27]); googletag.pubads().refresh([slot28]); }); } if(pcAdUnit29 && pcAdUnit30){ window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { var slot29 = googletag.defineSlot(pcAdUnitName[28], [300, 250], pcAdUnitId[28]).addService(googletag.pubads()); var slot30 = googletag.defineSlot(pcAdUnitName[29], [300, 250], pcAdUnitId[29]).addService(googletag.pubads()); googletag.pubads().disableInitialLoad(); // HTML var dfpInArticleLiveHTML = '<style>div#news div aside#adDfpInArticleLive4{margin:-5px -5px 5px;background:#fff;padding:10px 0 20px 0;}#adDfpInArticleLive4 div{padding:0;}#adUnit29{float:left;}#adUnit30{float:right;}</style>'; dfpInArticleLiveHTML += '<aside id="adDfpInArticleLive4" class="ad-area clm-2"><div id="adUnit29"></div><div id="adUnit30"></div></aside>'; if(dfpLiveNewsFlg && !/\/info\/|\/special/.test(dfpPathname) && dfpPageTitle.search(/^フィギュア365【.*】/) == -1){ var dfpInArticleLiveH2 = $('#news').find('h2').not('h2.home,h2.away,div.home h2.blue,div.away h2.red'); $(dfpInArticleLiveH2[3]).before(dfpInArticleLiveHTML); } else if (/\/baseball\/highschool\/sensyuken\/202[0-9]{1}\/chihou\/.*\.html/.test(dfpPathname)){ var dfpScoreBox = $('.scoreTableContainer').find('.scoreBox'); $(dfpScoreBox[8]).before(dfpInArticleLiveHTML); } // LEFT var adUnit29 = ''; adUnit29 += '<!-- ' + pcAdUnitName[28] + ' --><div id="' + pcAdUnitId[28] + '"></div>\n'; // html生成 $('#adUnit29').append(adUnit29); var adUnit29s = document.createElement("script"); adUnit29s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[28] + "'); });"; var adUnit29ele = document.getElementById(pcAdUnitId[28]); adUnit29ele.appendChild(adUnit29s); // RIGHT var adUnit30 = ''; adUnit30 += '<!-- ' + pcAdUnitName[29] + ' --><div id="' + pcAdUnitId[29] + '"></div>\n'; // html生成 $('#adUnit30').append(adUnit30); var adUnit30s = document.createElement("script"); adUnit30s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[29] + "'); });"; var adUnit30ele = document.getElementById(pcAdUnitId[29]); adUnit30ele.appendChild(adUnit30s); googletag.pubads().refresh([slot29]); googletag.pubads().refresh([slot30]); }); } if(pcAdUnit21 && pcAdUnit22){ // HTML var dfpHighschoolScoreHTML = '<style>#adDfpHighschoolScore div{padding:0;}#adUnit21{float:left;}#adUnit22{float:right;}</style>'; dfpHighschoolScoreHTML += '<aside id="adDfpHighschoolScore" class="ad-area clm-2"><div id="adUnit21"></div><div id="adUnit22"></div></aside>'; var dfpHighschoolScoreTarget; if (/\/chihou\//.test(dfpPathname)){ if (/^\/baseball\/highschool\/sensyuken\/202[0-9]{1}\/chihou\/photonews\/$/.test(dfpPathname)){ dfpHighschoolScoreTarget = '#relevantPhotoArea'; $(dfpHighschoolScoreTarget).after(dfpHighschoolScoreHTML); } else { dfpHighschoolScoreTarget = '#middleSchoolList,#teamListArea'; if (/^\/baseball\/highschool\/sensyuken\/202[0-9]{1}\/chihou\/schedule\/$/.test(dfpPathname)){ dfpHighschoolScoreTarget = '#adGoogle'; } $(dfpHighschoolScoreTarget).before(dfpHighschoolScoreHTML); } } else { dfpHighschoolScoreTarget = '#contentsArea'; $(dfpHighschoolScoreTarget).after(dfpHighschoolScoreHTML); } // LEFT var adUnit21 = ''; adUnit21 += '<!-- ' + pcAdUnitName[20] + ' --><div id="' + pcAdUnitId[20] + '" style="min-width: 250px; min-height: 250px;"></div>\n'; // html生成 $('#adUnit21').append(adUnit21); var adUnit21s = document.createElement("script"); adUnit21s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[20] + "'); });"; var adUnit21ele = document.getElementById(pcAdUnitId[20]); adUnit21ele.appendChild(adUnit21s); // RIGHT var adUnit22 = ''; adUnit22 += '<!-- ' + pcAdUnitName[21] + ' --><div id="' + pcAdUnitId[21] + '" style="min-width: 250px; min-height: 250px;"></div>\n'; // html生成 $('#adUnit22').append(adUnit22); var adUnit22s = document.createElement("script"); adUnit22s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[21] + "'); });"; var adUnit22ele = document.getElementById(pcAdUnitId[21]); adUnit22ele.appendChild(adUnit22s); } if(pcAdUnit32){ // HTML var dfpAdUnit32HTML = '<div id="adUnit32" style="min-height:140px;"></div>'; if(/\/column\//.test(dfpPathname) && $('#genreNewslistArea').length){ $('#genreNewslistArea').css('margin-top','140px'); dfpAdUnit32HTML += '<style>#adUnit32{text-align:center;margin:0 0 26px;}</style>'; $('#genreNewslistArea').before(dfpAdUnit32HTML); $('#genreNewslistArea').css('margin-top','0px'); } else if(/\/column\//.test(dfpPathname) && $('#adOutbrain').length){ $('#adOutbrain').css('margin-top','140px'); dfpAdUnit32HTML += '<style>#adUnit32{text-align:center;margin:0 0 26px;}</style>'; $('#adOutbrain').before(dfpAdUnit32HTML); $('#adOutbrain').css('margin-top','0px'); } else if($('.article-pagenavi').length){ $('.article-pagenavi').css('margin-bottom','140px'); dfpAdUnit32HTML += '<style>#adUnit32{text-align:center;margin:0 0 26px;}</style>'; $('.article-pagenavi').after(dfpAdUnit32HTML); $('.article-pagenavi').css('margin-bottom','20px'); } else { $('#news.article-body').css('margin-bottom','140px'); dfpAdUnit32HTML += '<style>#adUnit32{text-align:center;margin:-6px 0 26px;}</style>'; $('#news').after(dfpAdUnit32HTML); $('#news.article-body').css('margin-bottom','0px'); } var adUnit32 = ''; adUnit32 += '<!-- ' + pcAdUnitName[31] + ' --><div id="' + pcAdUnitId[31] + '" style="width:auto; height:auto;"></div>\n'; // html生成 $('#adUnit32').append(adUnit32); var adUnit32s = document.createElement("script"); adUnit32s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[31] + "'); });"; var adUnit32ele = document.getElementById(pcAdUnitId[31]); adUnit32ele.appendChild(adUnit32s); } if(pcAdUnit34){ dfpWaitForElement('.piano_article_recommend,#pianoMembersLinkArea',function(){ // HTML var dfpAdUnit34HTML = '<style>#adUnit34{border-top: 1px dotted #9fb0bc;border-bottom: 1px dotted #9fb0bc;padding: 5px 0;margin-bottom: 20px;}.piano_article_recommend + style + #adUnit34{margin-bottom: 0px;}</style>'; dfpAdUnit34HTML += '<div id="adUnit34"></div>'; if (/\/news\//.test(dfpPathname) && dfpPathname.replace(/^\/.+?\/news\//, '/news/') != '/news/' && !/\/column\//.test(dfpPathname)){ if($('.piano_article_recommend').length){ $('.piano_article_recommend').after(dfpAdUnit34HTML); } else { $('#pianoMembersLinkArea').after(dfpAdUnit34HTML); } } else { $('#pianoMembersLinkArea').after(dfpAdUnit34HTML); } var adUnit34 = ''; adUnit34 += '<!-- ' + pcAdUnitName[33] + ' --><div id="' + pcAdUnitId[33] + '"></div>\n'; // html生成 $('#adUnit34').append(adUnit34); var adUnit34s = document.createElement("script"); adUnit34s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[33] + "'); });"; var adUnit34ele = document.getElementById(pcAdUnitId[33]); adUnit34ele.appendChild(adUnit34s); googletag.cmd.push(function() { googletag.pubads().refresh(nonhbSlots); }); },1000,9000); } else { googletag.cmd.push(function() { if(0 < nonhbSlots.length){ googletag.pubads().refresh(nonhbSlots); } }); } }); </script> <!-- START GAM Adblok Tag --> <script async src="https://fundingchoicesmessages.google.com/i/pub-1268515884861742?ers=1" nonce="i705Z37R5rWbdjBNJs67Hw"></script> <script nonce="i705Z37R5rWbdjBNJs67Hw">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script> <!-- END GAM Adblok Tag --> <script type='text/javascript'> // セクション設定 var cbSections = []; var cbUrl = location.href.replace(/\/index.html/g, '/').replace(/\/m\//, '/').replace('_m.html', '.html'); var cbPathname = location.pathname.replace(/^\/m\//, '/').replace(/\/index.html$/i, '/').replace('_m.html', '.html'); var cbHostname = location.hostname; var cbFileName = cbPathname.match( /[^/]+$/i ); var cbPageTitle = document.title; var cbPageKeywords; if(document.getElementsByTagName('head')[0].children.keywords){ cbPageKeywords = document.getElementsByTagName('head')[0].children.keywords.content.split(","); } // カテゴリ if(cbPathname == '/'){ cbSections.push('home'); } else { if (/^\/premium\//.test(cbPathname)){ if (/\/baseball\//.test(cbPathname)){ cbSections.push('premium','baseball'); } else if (/\/sports\//.test(cbPathname)){ cbSections.push('premium','sports'); } else if (/\/battle\//.test(cbPathname)){ cbSections.push('premium','battle'); } else if (/\/entertainment\//.test(cbPathname)){ cbSections.push('premium','entertainment'); } else if (cbPageKeywords.includes('フィギュア')){ cbSections.push('premium','figure'); } else { cbSections.push('premium'); } } else if (/^\/baseball\//.test(cbPathname)){ if (/\/mlb\//.test(cbPathname)){ cbSections.push('baseball','mlb'); } else if (/\/highschool\//.test(cbPathname)){ cbSections.push('baseball','highschool'); } else { cbSections.push('baseball'); } } else if (/^\/soccer\//.test(cbPathname)){ if (/\/world\//.test(cbPathname)){ cbSections.push('soccer','world'); } else { cbSections.push('soccer'); } } else if (/^\/sports\//.test(cbPathname)){ if (/\/golf\//.test(cbPathname)){ cbSections.push('sports','golf'); } else if (/\/athletics\//.test(cbPathname)){ cbSections.push('sports','athletics'); } else if (/\/tennis\//.test(cbPathname)){ cbSections.push('sports','tennis'); } else if (/\/rugby\//.test(cbPathname)){ cbSections.push('sports','rugby'); } else if (cbPageKeywords.includes('フィギュア')){ cbSections.push('sports','figure'); } else { cbSections.push('sports'); } } else if (/^\/battle\//.test(cbPathname)){ if (/\/sumo\//.test(cbPathname)){ cbSections.push('battle','sumo'); } else if (/\/boxing\//.test(cbPathname)){ cbSections.push('battle','boxing'); } else { cbSections.push('battle'); } } else if (/^\/keiba\//.test(cbPathname)){ cbSections.push('keiba'); } else if (/^\/public_race\//.test(cbPathname)){ cbSections.push('public_race'); } else if (/^\/entertainment\//.test(cbPathname)){ cbSections.push('entertainment'); } else if (/^\/general\//.test(cbPathname)){ cbSections.push('general'); } else if (/^\/olympic\//.test(cbPathname)){ cbSections.push('olympic'); } } // 拡大写真 if (cbFileName != null && /photonews_nsInc/.test(cbFileName[0])){ cbSections.push('photonews_nsInc'); } // スコア速報 if (/\/score\//.test(cbPathname)){ cbSections.push('score'); } // コラム if (/\/column\//.test(cbPathname)){ cbSections.push('column'); } // ライブ速報 if (/ライブ速報/.test(cbPageTitle)){ cbSections.push('live'); } // 著者名設定 var cbWriters = []; var writer; if(document.getElementsByTagName('head')[0].children.author){ writer = document.getElementsByTagName('head')[0].children.author.content; } else if(cbPageKeywords){ writer = cbPageKeywords.find(function(element){ var pattern = /^【.*】$/; return pattern.test(element); }); } if(writer){ writer = writer.replace(/【|】/g,"").split(/、|、/); cbWriters.push(writer); } (function() { /** CONFIGURATION START **/ var _sf_async_config = window._sf_async_config = (window._sf_async_config || {}); _sf_async_config.uid = 66995; //お客様のChartbeatアカウントID _sf_async_config.domain = 'nikkansports.com'; //サイトドメイン _sf_async_config.flickerControl = false; _sf_async_config.useCanonical = true; _sf_async_config.useCanonicalDomain = true; _sf_async_config.path = cbHostname + cbPathname; _sf_async_config.sections = cbSections; //セクション名をここに指定 _sf_async_config.authors = cbWriters; //著者名をここに指定 /** CONFIGURATION END **/ function loadChartbeat() { var e = document.createElement('script'); var n = document.getElementsByTagName('script')[0]; e.type = 'text/javascript'; e.async = true; e.src = '//static.chartbeat.com/js/chartbeat.js'; n.parentNode.insertBefore(e, n); } loadChartbeat(); })(); </script> <script async src="//static.chartbeat.com/js/chartbeat_mab.js"></script> <!--[if lt IE 9]> <script src="https://cache2.nipc.jp/mod2015/js/html5shiv.js" ></script> <script src="https://cache2.nipc.jp/mod2015/js/selectivizr-min.js" ></script> <![endif]--> </head> <body id="feature" class=""> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KC4B6J" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KC4B6J');</script> <!-- End Google Tag Manager --><div id="smpViewBtn"></div> <hr class="hide"> <nav id="helpNavPageTop" class="help-nav"> <p><a accesskey="q">日刊スポーツのニュースサイト、ニッカンスポーツ・コムです。</a></p> <ul> <li><a href="#helpNavSiteNav">サイトのナビゲーションへ移動</a></li> <li><a href="#helpNavMainContents">このページの本文へ移動</a></li> <li><a href="#helpNavTopicsNav">トピックスナビゲーションへ移動</a></li> <li><a href="#helpNavFooterNav">フッターナビゲーションへ移動</a></li> </ul> </nav><!-- /helpNavPageTop --> <hr class="hide"> <style> #siteCommonHeader{ margin: 0 auto; width: 100%; height:auto; } #siteCommonHeaderBox{ margin: 10px auto; width: 960px; } #headerAdBnr2022{ position: sticky; top: 0; z-index: 5; } .special-logo{ float: left; margin-left: 20px; } .special-logo img{ width: 130px; } .header-box{ width: 500px !important; } </style> <header id="siteCommonHeader"> <aside id="headerAdBnr2022"> <div id="adUnit2"> <script> if(pcAdUnit2){ var adUnit2 = ''; adUnit2 += '<!-- ' + pcAdUnitName[1] + ' --><div id="' + pcAdUnitId[1] + '" style="min-height:90px; min-width:728px; text-align:center;"></div>\n'; // html出力 $('#adUnit2').append(adUnit2); var adUnit2s = document.createElement("script"); adUnit2s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[1] + "'); });"; var adUnit2ele = document.getElementById(pcAdUnitId[1]); adUnit2ele.appendChild(adUnit2s); } </script> </div> </aside> <div id="siteCommonHeaderBox" class="clearfix"> <h1 class="site-logo"> <a href="https://www.nikkansports.com" class="backhome" onclick="dataLayer.push({ 'event': 'headerLogoClick', 'eventLabel':'PC日刊スポーツロゴ' });"> <img src="https://cache2.nipc.jp/mod2015/img/logo/logo_header_nikkansportscom.png"> </a> </h1> <!-- <div> <a class="special-logo" href="/premium/" onclick="dataLayer.push({ 'event': 'premium2023', 'eventLabel':'共通プレミアムロゴ'});"> <img src="/premium/img/promotion/1st_aniv_logo.png"> </a> </div> --> <section class="header-box"> <nav id="siteNav"> <h2 class="skip">サイトナビ</h2> <div class="other-site_nav"> <!-- membershipWrap --> <style> #siteNav .other-site_nav .membershipWrap{display:inline-block;margin-right:5px;min-width:114px}#siteNav .other-site_nav .membership li{display:inline-block}#siteNav .other-site_nav .membership li:first-child{border-right:1px solid #333;padding-right:5px}#siteNav .other-site_nav .membership li a{color:#333;font-size:14px;font-size:1.4rem;margin:0 1px}#siteNav .other-site_nav .membership li a:hover{color:#00a0e9}#siteNav .other-site_nav .membership li a:before{position:relative;display:inline-block;bottom:2px;width:14px;height:14px;margin-right:3px;font-size:10px;font-size:1rem;color:#fff;text-align:center;line-height:14px;border-radius:2px}#siteNav .other-site_nav .membership li:first-child a:before{content:"ns";background-color:#0075c2}#siteNav .other-site_nav .membership li:first-child a:hover:before{background-color:#00a0e9} </style> <script type="text/javascript"> function __pn_sendEvent(eventType) { cX.callQueue.push(['setEventAttributes', { origin: 'nks-members', persistedQueryId: 'b40968cd5ad81ebaaa800ef427172c260ccac6a5' }]); cX.callQueue.push(['sendEvent', eventType]); } tp = window.tp || []; jQuery(function(a){ pianoLoginLogoutButtons = function(){ if(tp.user.isUserValid()){ a("#piano-logout-container").show(); a("#piano-login-register-container").hide() } else { a("#piano-logout-container").hide(); a("#piano-login-register-container").show() } }; tp.push(["init",function(){ pianoLoginLogoutButtons(); a(document).on('click','.piano-login-button',function(){ window.__pn_loginAttempt = true; tp.pianoId.show({ screen:"login", loginDisplayed: function() { if(window.__pn_loginAttempt) { __pn_sendEvent('loginDisplayed'); window.__pn_loginAttempt = false; } }, loggedIn:pianoLoginLogoutButtons }) }); a(document).on('click','.piano-register-button',function(){ window.__pn_registerAttempt = true; tp.pianoId.show({ screen:"register", registerDisplayed: function() { if(window.__pn_registerAttempt) { __pn_sendEvent('registerDisplayed'); window.__pn_registerAttempt = false; } }, loggedIn:pianoLoginLogoutButtons }) }); a(document).on('click','#piano-logout-button',function(){ tp.pianoId.logout(pianoLoginLogoutButtons) }); }]) tp.push(["addHandler", "registrationSuccess", function (data){ __pn_sendEvent('registrationSuccess'); }]); tp.push(["addHandler", "loginSuccess", function (data){ if (!data.registration) { __pn_sendEvent('loginSuccess'); } }]); }); </script> <div id="piano-login-container" class="membershipWrap"> <div id="piano-login-register-container" style="display: none;"> <ol class="membership"> <li><a href="javascript:void(0);" class="piano-login-button">ログイン</a></li> <li><a href="/membership/about/">会員登録</a></li> </ol> </div> <div id="piano-logout-container" style="display: none;"> <ol class="membership"> <li><a href="/membership/myaccount/">マイアカウント</a></li> <li><a href="javascript:void(0);" id="piano-logout-button">ログアウト</a></li> </ol> </div> </div> <!-- /membershipWrap --> </div> <link rel="stylesheet" href="/search/css/search.css"> <script> // URLパラメータを分解 let params = (function () { let queryString, queryItems, queryItem, i, length, matchs, key, pkey, skey, value, list, hash, params = {}; // クエリストリングの取得 queryString = window.location.search || ''; queryString = queryString.substr(1, queryString.length); // パラメター毎に分解 queryItems = queryString.split('&'); // 各パラメターをキー&バリューに分解 for (i = 0, length = queryItems.length; i < length; i++) { // 1組取り出し queryItem = (queryItems[i] || '').split('='); // キー&バリューに分解 key = queryItem[0]; value = queryItem[1] ? window.decodeURIComponent(queryItem[1]) : undefined; // キー文字列によってオブジェクトの作り方を変える matchs = (/([\w$]*)\[([\w$]*)\]/g).exec(key); if (matchs === null) { // 単純なキー&バリュー params[key] = value; } else { pkey = matchs[1]; skey = matchs[2]; if (!skey) { // 配列にバリューを格納 list = params[pkey] = params[pkey] || []; list[list.length] = value; } else { // ハッシュにサブキーとバリューを格納 hash = params[pkey] = params[pkey] || {}; hash[skey] = value; } } } return params; })(); // スペースで分割された複数キーワードからQueryを作る let array_query = []; if (params['q']) { array_query = params['q'].replace(/ /g, '+').split('+'); } let query = ''; let query_string = ''; let query_i = 0; for (const value of array_query) { if (value) { query += "query(og-title^5,body^1,nks-keywords^1:\"" + value + "\")" query_string += value; if (query_i < array_query.length - 1) { query += ' AND '; query_string += ' '; } } query_i++; } </script> <div class="headerSearchIcon"> <div class="open-btn"></div> <div id="search-wrap"> <form role="search" method="get" id="searchform" action="https://www.nikkansports.com/search/index.html" accept-charset="UTF-8"> <input type="text" name="q" id="search-text" value="" placeholder="キーワード入力" style="-webkit-text-fill-color: #fff;"> <input type="submit" id="searchsubmit" value=""> </form> <div id="output"> </div> </div> </div> <script> // 検索窓出現 $(".open-btn").on("click", function() { $(this).toggleClass('btnactive'); $("#search-wrap").toggleClass('panelactive'); $('#search-text').trigger('focus'); }); // 検索窓閉じる document.addEventListener('click', (e) => { if(!e.target.closest('.headerSearchIcon')) { $(".open-btn").removeClass('btnactive'); $("#search-wrap").removeClass('panelactive'); } }) </script> <!-- <div class="membersBtn"> <a href="/members/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビプレミアム' });"> <img src="/members/img/logo_member_all.png" alt="日刊スポーツ・プレミアム"></a> </div> --> </nav><!-- siteNav --> </section><!-- .header-box --> </div> </header> <hr class="hide"> <nav id="helpNavSiteNav" class="help-nav"> <p>ここからこのサイトのナビゲーションです</p> <ul> <li><a href="#helpNavPageTop">このページの先頭へ戻る</a></li> <li><a href="#helpNavMainContents">このページの本文へ移動</a></li> <li><a href="#helpNavTopicsNav">トピックスナビゲーションへ移動</a></li> <li><a href="#helpNavFooterNav">フッターナビゲーションへ移動</a></li> </ul> </nav><!-- /helpNavSiteNav --> <hr class="hide"> <style type="text/css"> #globalNav .global-nav li.global-nav_ol a { background-color: #ef3d3d; font-size: 83%; line-height: 6px; } #globalNav .global-nav li.global-nav_ol a:hover { background-color: #fff; } #globalNav .global-nav li.global-nav_oth a { background-color: #00385e; } #globalNav .global-nav li.global-nav_oth a:hover { background-color: #fff;color:#00385e; } </style> <script> $(function(){ cxSelectorClickTracker.addTarget([{label:'PCストーリーズバナー', selector:'#storiesBtnClickArea'}]); var e = document.querySelector('#storiesBtnClickArea'); if (e) { e.addEventListener("click", function() { cX.startSessionAnnotation({"clk_label_S":"PCストーリーズバナー"}); }); } }); </script> <nav id="globalNav"> <h2 class="skip">グローバルナビ</h2> <p class="go-home_btm"><a href="/">ホーム</a></p> <ul class="global-nav"> <li class="global-nav_oth"><a id="storiesBtnClickArea" href="/premium/" onclick="dataLayer.push({ 'event': 'headerLogoClick', 'eventLabel':'PCストーリーズバナー' });">会員限定</a></li> <li class="global-nav_bb"><a href="/baseball/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビ野球' });">野球</a></li> <li class="global-nav_mb"><a href="/baseball/mlb/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビMLB' });">MLB</a></li> <li class="global-nav_sc"><a href="/soccer/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビサッカー' });">サッカー</a></li> <li class="global-nav_sp"><a href="/sports/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビスポーツ' });">スポーツ</a></li> <li class="global-nav_gf"><a href="/sports/golf/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビゴルフ'});">ゴルフ</a></li> <li class="global-nav_sm"><a href="/battle/sumo/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビ大相撲' });">大相撲</a></li> <li class="global-nav_bt"><a href="/battle/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビバトル' });">バトル</a></li> <li class="global-nav_ke"><a href="/keiba/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビ競馬(青版)' });">競馬</a></li> <li class="global-nav_pu"><a href="/public_race/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビボート競輪オート' });">公営競技</a></li> <li class="global-nav_et"><a href="/entertainment/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビ芸能' });">芸能</a></li> <li class="global-nav_gn"><a href="/general/" onclick="dataLayer.push({ 'event': 'indexNAVclick', 'eventLabel':'PCグローバルナビ社会' });">社会</a></li> </ul> </nav><!-- globalNav --> <hr class="hide"> <section id="contents"> <h2 class="skip">コンテンツエリア</h2> <hr class="hide"> <nav id="helpNavMainContents" class="help-nav"> <p>ここからこのページの本文です</p> <ul> <li><a href="#helpNavPageTop">このページの先頭へ戻る</a></li> <li><a href="#helpNavSiteNav">サイトのナビゲーションへ移動</a></li> <li><a href="#helpNavTopicsNav">トピックスナビゲーションへ移動</a></li> <li><a href="#helpNavFooterNav">フッターナビゲーションへ移動</a></li> </ul> </nav><!-- /helpNavMainContents --> <hr class="hide"> <section id="main"> <h3 class="skip">メインコンテンツ</h3> <section id="articleArea"> <nav id="routeNav"> <ol class="route-nav" itemscope itemtype="http://schema.org/BreadcrumbList"> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="/"><span itemprop="name">ホーム</span></a> <meta itemprop="position" content="1" /> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <span itemprop="name">特集一覧</span> <meta itemprop="position" content="2" /> </li> </ol> </nav><header class="genre-title"> <h1>特集一覧</h1> </header> <nav id="socialMedia" class="social-box"> <script type="text/javascript"> var HeadTitle = document.title.replace(/#/g, "#").replace(/、/g, "、").replace(/:/g, ":").replace(/\?/g, "?").replace(/!/g, "!").replace(/'/g, "’").replace(/"/g, "”"); HeadTitle = HeadTitle.replace(" : nikkansports.com","").replace(" mobile","").replace(" : ","").replace(":","").replace("日刊スポーツ","").replace("モバイル","").replace(/ - .+/g,""); HeadTitle = HeadTitle + "\n"; var connectStr = "?"; if(pageURL.indexOf('?') != -1){ connectStr = "%26"; } pageURL = pageURL.replace(/&/g, '%26'); pageURL = pageURL.replace(/#cxrecs_s/g, ''); var paramsTwitter = connectStr + "utm_source=twitter%26utm_medium=social%26utm_campaign=nikkansports_ogp"; var paramsFacebook = connectStr + "utm_source=facebook%26utm_medium=social%26utm_campaign=nikkansports_ogp"; var paramsLine = connectStr + "utm_source=line%26utm_medium=social%26utm_campaign=nikkansports_ogp"; </script> <ul class="social-list"> <li class="sns_twitter webtool"> <script> document.write('<a href="https://twitter.com/intent/tweet?text='+HeadTitle+'&url='+pageURL+paramsTwitter+'" onClick="window.open(this.href, \'tweetwindow\', \'width=650, height=470, personalbar=0, toolbar=0, scrollbars=1, sizable=1\'); return false;"><i class="pict_icon-twitter"></i></a>'); </script> <script> var url = pageURL + paramsTwitter; if(document.URL.match(/index.html$/)) { url = 'https://twitter.com/search?q=' + url +' OR '+ url.replace(/index.html$/,""); } else if(document.URL.match("\/$")) { url = 'https://twitter.com/search?q=' + url +' OR '+ url.replace(/index.html$/,""); } else { url = 'https://twitter.com/search?q=' + url; }; $('.sns_twitter_list a').attr({"href":url}); </script> </li> <li class="sns_facebook webtool"> <script> document.write('<a href="https://www.facebook.com/sharer.php?u='+pageURL+paramsFacebook+'" onclick="window.open(this.href, \'FBwindow\', \'width=650, height=450, menubar=no, toolbar=no, scrollbars=yes\'); return false;"><i class="pict_icon-facebook"></i></a>'); </script> </li> </ul> </nav> <!-- /socialMedia --> </section><!-- /articleArea --> <section id="featureBoxAreaColumn"> <div id="soccer" class="geanre_newslist"> <div class="clm-2"> <h3><span>サッカー</span></h3> <div class="feature-box"> <a href="/soccer/highschool/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015sc.png" alt="第103回全国高校サッカー選手権" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/highschool/2024/">第103回全国高校サッカー選手権</a></h4> <p class="feature-description">前橋育英(群馬)が7大会ぶり2度目の優勝を飾った。流通経大柏(千葉)とのPK戦を制した。</p> </div><!-- /feature-box --> </div> </div><!-- /soccer --> <div id="sports" class="geanre_newslist"> <div class="clm-2"> <h3><span>スポーツ</span></h3> <div class="feature-box"> <a href="/sports/athletics/hakone-ekiden/2025/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_hakone2012.jpg" alt="箱根駅伝2025" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/hakone-ekiden/2025/">箱根駅伝2025</a></h4> <p class="feature-description">青学大が10時間41分20秒の大会新記録で2年連続8度目の総合優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/volley/highschool/2025/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015vb.png" alt="春高バレー2025" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/volley/highschool/2025/">春高バレー2025</a></h4> <p class="feature-description">女子は共栄学園が19大会ぶり4度目の頂点、男子も駿台学園が快勝して東京勢がアベックV。</p> </div><!-- /feature-box --> </div> </div><!-- /sports --> <div id="archive2024" class="geanre_newslist"> <div class="clm-2"> <h3><span>アーカイブズ2024年</span></h3> <div class="feature-box"> <a href="/baseball/professional/draft/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_draft_all.png" alt="ドラフト会議2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/draft/2024/">ドラフト会議2024</a></h4> <p class="feature-description">楽天が明大・宗山塁内野手の交渉権を獲得。大学生野手で5球団以上競合は45年ぶり。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/amateur/championship/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_ama_championship.png" alt="社会人野球日本選手権2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/championship/2024/">社会人野球日本選手権2024</a></h4> <p class="feature-description">トヨタ自動車(愛知)がホンダ(東京)に3-0で勝ち、2大会ぶり7度目の優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/jingu/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_jingu.png" alt="第55回明治神宮大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/jingu/2024/">第55回明治神宮大会</a></h4> <p class="feature-description">高校の部は横浜が松坂大輔投手らを擁した97年以来の優勝。大学は青学大が春秋リーグ戦、大学選手権と合わせ4冠を達成した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/jpseries/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_jpseries.jpg" alt="プロ野球日本シリーズ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/jpseries/2024/">プロ野球日本シリーズ</a></h4> <p class="feature-description">DeNAが3勝2敗で迎えた第6戦でソフトバンクに勝利。1998年以来26年ぶりの日本一を飾った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/climax/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_climax.jpg" alt="プロ野球クライマックスシリーズ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/climax/2024/">プロ野球クライマックスシリーズ</a></h4> <p class="feature-description">DeNAが3位からの下克上、ソフトバンクはファイナルステージ3連勝で日本シリーズ進出を決めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/kokuspo2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_kokuspo.png" alt="SAGA2024国民スポーツ大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/kokuspo2024/">SAGA2024国民スポーツ大会</a></h4> <p class="feature-description">国民スポーツ大会の高校野球硬式で明徳義塾が逆転で小松大谷を下し、14年以来10年ぶり2度目の優勝を決めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/samurai/u18asia2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_u18asia2024.png" alt="U18アジア選手権2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/samurai/u18asia2024/">U18アジア選手権2024</a></h4> <p class="feature-description">日本は16年以来2大会ぶり6度目の優勝を目指し台湾と対戦。1-6で敗れ2大会ぶりの優勝を逃した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/sensyuken/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sensyuken_2024.png" alt="夏の甲子園2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/sensyuken/2024/">夏の甲子園2024</a></h4> <p class="feature-description">初のタイブレークとなった決勝は、京都国際が関東第一(東東京)の猛攻をしのぎ春夏通じて初の全国制覇を成し遂げた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/sensyuken/2024/chihou/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_sensyuken_chihou.png" alt="夏の地方大会2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/sensyuken/2024/chihou/">夏の地方大会2024</a></h4> <p class="feature-description">石橋(栃木)や聖和学園(宮城)など5校が初出場。京都国際・関東第一(東東京)など9校がセンバツから連続出場を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/amateur/toshitaikou/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_toshitaikou.png" alt="都市対抗野球2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/toshitaikou/2024/">都市対抗野球2024</a></h4> <p class="feature-description">三菱重工East(横浜市)がJR東日本東北(仙台市)に3-1で勝利し、初優勝した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/syunki/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_syunki.png" alt="春季高校野球2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/syunki/2024/">春季高校野球2024</a></h4> <p class="feature-description">春季東北大会決勝は花巻東が弘前学院聖愛を延長10回タイブレークの末、3-2とサヨナラで下し、10年ぶりに春の東北王者に輝いた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/amateur/university/sensyuken/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_univ_sensyuken.png" alt="大学野球選手権2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/university/sensyuken/2024/">大学野球選手権2024</a></h4> <p class="feature-description">青学大(東都)が2-1で早大(東京6大学)に競り勝ち史上6校目の連覇を達成した。早大は終盤の好機にあと一本が出ず9年ぶりの優勝を逃した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/senbatsu/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_senbatsu.jpg" alt="第96回選抜高等学校野球大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/senbatsu/2024/">第96回選抜高等学校野球大会</a></h4> <p class="feature-description">高崎健康福祉大高崎(群馬)が報徳学園(兵庫)を破り初優勝した。群馬県勢は初のセンバツ制覇。報徳学園は2年連続の準優勝。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/highschool/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015sc.png" alt="第102回全国高校サッカー選手権" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/highschool/2023/">第102回全国高校サッカー選手権</a></h4> <p class="feature-description">青森山田が近江(滋賀)を下し2大会ぶり4度目の頂点に立った。勝ち越し弾を放ったFW米谷壮史が、市船橋のFW郡司と並び得点王に輝いた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/basketball/highschool/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015ba.png" alt="ウインターカップ2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/basketball/highschool/2024/">ウインターカップ2024</a></h4> <p class="feature-description">男子は福岡大大濠が鳥取城北を破り3年ぶり4度目Vを果たした。女子は京都精華学園が史上2校目となる大会3連覇を決めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/japan/asiancup2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_asiancup.png" alt="アジアカップ2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/japan/asiancup2024/">アジアカップ2024</a></h4> <p class="feature-description">日本代表(FIFAランキング17位)は3大会ぶり5度目の優勝を狙ったが、宿敵イラン(同23位)に1-2で敗れ準々決勝で敗退した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/rugby/highschool/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015rg.png" alt="第104回全国高校ラグビーフットボール大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/rugby/highschool/2024/">第104回全国高校ラグビーフットボール大会</a></h4> <p class="feature-description">桐蔭学園(神奈川)が東海大大阪仰星(大阪第2)を40-17で下して2年連続5度目の優勝を飾った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/olympic/paris2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_ol_paris2024_A.png" alt="パリ五輪2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/olympic/paris2024/">パリ五輪2024</a></h4> <p class="feature-description">日本のメダル数は金20、銀12、銅13個の計45個。金メダル20は、米国、中国の40個に次いで3位。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/olympic/paris2024/paralympic/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_ol_paris2024_A.png" alt="パリパラリンピック2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/olympic/paris2024/paralympic/">パリパラリンピック2024</a></h4> <p class="feature-description">日本は金メダル14、銀メダル10、銅メダル17個を獲得。金メダルは前回大会の13個を上回った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/hakone-ekiden/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_hakone2012.jpg" alt="箱根駅伝2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/hakone-ekiden/2024/">箱根駅伝2024</a></h4> <p class="feature-description">青学大が、全国に門戸が広げられた100回目の記念大会で、2年ぶり7度目の総合優勝を飾った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/volley/highschool/2024/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015vb.png" alt="春高バレー2024" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/volley/highschool/2024/">春高バレー2024</a></h4> <p class="feature-description">女子決勝は昨季“コロナ棄権”した就実(岡山)が下北沢成徳(東京)を下し、2年ぶり5度目の優勝を果たした。</p> </div><!-- /feature-box --> </div> </div><!-- /archive2024 --> <div id="archive2023" class="geanre_newslist"> <div class="clm-2"> <h3><span>アーカイブズ2023年</span></h3> <div class="feature-box"> <a href="/baseball/professional/draft/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_draft_all.png" alt="ドラフト会議2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/draft/2023/">ドラフト会議2023</a></h4> <p class="feature-description">阪神は下村海翔、オリックスは横山聖哉を一本釣り。度会隆輝は抽選でDeNAが交渉権を獲得した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/amateur/championship/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_ama_championship.png" alt="社会人野球日本選手権2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/championship/2023/">社会人野球日本選手権2023</a></h4> <p class="feature-description">大阪ガスがホンダ熊本を9-7で下し、2大会ぶり3度目の優勝。最高殊勲選手は大阪ガスの稲垣豪人投手、敢闘賞はホンダ熊本の片山雄貴投手が輝いた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/jingu/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_jingu.png" alt="第54回明治神宮大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/jingu/2023/">第54回明治神宮大会</a></h4> <p class="feature-description">高校の部は星稜が作新学院に競り勝った。元ヤンキース松井秀喜を擁した91年以来、32年ぶりの優勝。センバツの「神宮大会枠」を北信越地区にもたらした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/jpseries/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_jpseries.jpg" alt="プロ野球日本シリーズ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/jpseries/2023/">プロ野球日本シリーズ</a></h4> <p class="feature-description">3勝3敗で並んだ日本シリーズ第7戦、阪神がオリックスの連覇を阻止し38年ぶりの日本一をつかんだ。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/rugby/wc2023/" class="featureIcon"><img src="/mod2015/img/feature/festure-box_sp-rugbywc.png" alt="ラグビーワールドカップ2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/rugby/wc2023/">ラグビーワールドカップ2023</a></h4> <p class="feature-description">南アフリカが史上最多4度目の頂点に立った。日本は2勝2敗のD組3位で決勝トーナメント進出はならなかった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/basketball/wc2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bk_wcup.png" alt="バスケワールドカップ2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/basketball/wc2023/">バスケワールドカップ2023</a></h4> <p class="feature-description">日本はW杯で過去最多3勝をマーク。アジア勢最上位国に与えられる来夏のパリ五輪出場切符をつかんだ。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/climax/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_climax.jpg" alt="プロ野球クライマックスシリーズ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/climax/2023/">プロ野球クライマックスシリーズ</a></h4> <p class="feature-description">オリックスは2年連続日本一を目指してセ・リーグを勝ち上がった阪神と関西シリーズに挑む。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/kokutai2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_highschool.png" alt="かごしま国体2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/kokutai2023/">かごしま国体2023</a></h4> <p class="feature-description">鹿児島国体は最終日。雨で日程が変更となり仙台育英と土浦日大の2校が優勝した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/samurai/u18worldcup2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_u18wcup2015.png" alt="U18ワールドカップ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/samurai/u18worldcup2023/">U18ワールドカップ</a></h4> <p class="feature-description">V候補台湾相手に前田悠伍投手(3年=大阪桐蔭)が1失点関東。高校ジャパンが初めて世界の頂点に立った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/sensyuken/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sensyuken_2023.png" alt="夏の甲子園2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/sensyuken/2023/">夏の甲子園2023</a></h4> <p class="feature-description">慶応(神奈川)が、史上7校目の連覇を狙った仙台育英(宮城)を下し、107年ぶり2度目の優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/sensyuken/2023/chihou/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_sensyuken_chihou.png" alt="夏の地方大会2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/sensyuken/2023/chihou/">夏の地方大会2023</a></h4> <p class="feature-description">大阪決勝は履正社が大阪桐蔭を破り頂点。東東京は共栄学園が9回2死から7点を挙げるミラクル逆転勝利で、初優勝を飾った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/amateur/toshitaikou/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_toshitaikou.png" alt="都市対抗野球2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/toshitaikou/2023/">都市対抗野球2023</a></h4> <p class="feature-description">東海対決となった決勝はトヨタがヤマハを下し、7年ぶり2回目の優勝を果たした。エース嘉陽が7回1失点で勝利に導いた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/amateur/university/sensyuken/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_univ_sensyuken.png" alt="大学野球選手権2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/university/sensyuken/2023/">大学野球選手権2023</a></h4> <p class="feature-description">青学大(東都)が、05年以来18年ぶり5度目の優勝を飾った。昨年の亜大に続き、東都勢が連覇した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/syunki/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_syunki.png" alt="春季高校野球2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/syunki/2023/">春季高校野球2023</a></h4> <p class="feature-description">近畿大会は、初戦で大阪桐蔭を下した智弁学園(奈良)が優勝。センバツ優勝の山梨学院は関東大会2回戦で、帝京(東京)に敗れた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/samurai/wbc2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_wbc.gif" alt="WBC2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/samurai/wbc2023/">WBC2023</a></h4> <p class="feature-description">侍ジャパンが3度目の世界一に輝いた。米国との決勝は9回、大谷がエンゼルスの同僚トラウトから空振り三振を奪い優勝を決めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/senbatsu/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_senbatsu.jpg" alt="第95回選抜高等学校野球大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/senbatsu/2023/">第95回選抜高等学校野球大会</a></h4> <p class="feature-description">山梨学院が県勢として悲願の甲子園初優勝。エース林謙吾はセンバツ史上初の6勝をマークした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/womensworldcup/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_nadeshiko_2023.jpg" alt="女子ワールドカップ2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/womensworldcup/2023/">女子ワールドカップ2023</a></h4> <p class="feature-description">スペインがイングランドに1-0で勝ち、初優勝。得点王には5ゴールで日本の宮沢ひなたが輝いた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/japan/u20_wcup/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sc_japan.png" alt="U-20ワールドカップ2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/japan/u20_wcup/2023/">U-20ワールドカップ2023</a></h4> <p class="feature-description">ウルグアイがイタリアを1-0で下して初優勝した。韓国はイスラエルに1-3で敗れ4位で終了した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/highschool/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015sc.png" alt="第101回全国高校サッカー選手権" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/highschool/2022/">第101回全国高校サッカー選手権</a></h4> <p class="feature-description">岡山学芸館が3-1で東山(京都)を下し、岡山県勢として初優勝。「町クラブ」出身者がほとんどの“雑草集団”が新たな歴史をつくった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/basketball/highschool/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015ba.png" alt="ウインターカップ2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/basketball/highschool/2023/">ウインターカップ2023</a></h4> <p class="feature-description">4年ぶり福岡対決となった男子決勝は、前回準Vの福岡第一が福岡大大濠を63-53で下し、4大会ぶり5度目の頂点に立った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/volley/wc2023/" class="featureIcon"><img src="/mod2015/img/feature/feature_volleywc2023.png" alt="パリ五輪予選ワールドカップ2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/volley/wc2023/">パリ五輪予選ワールドカップ2023</a></h4> <p class="feature-description">男子は日本(世界ランク4位)がスロベニア(同7位)にストレート勝ち。2位以上を確定させパリ五輪出場権を獲得した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/asiangames2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sp_asiangames.png" alt="アジア大会2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/asiangames2023/">アジア大会2023</a></h4> <p class="feature-description">中国・杭州などで40競技481種目を開催。体操女子団体や水球男子などが来年のパリ五輪出場権を獲得した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/swimming/sekai-suiei/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sp_sesui2023.png" alt="世界水泳2023福岡" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/swimming/sekai-suiei/2023/">世界水泳2023福岡</a></h4> <p class="feature-description">世界水泳は福岡で開催。日本勢は瀬戸大也と本多灯が銅メダルを獲得したものの、日本新記録はなく自己新記録も4人にとどまった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/seriku/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sp_seriku.png" alt="世界陸上2023ブダペスト" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/seriku/2023/">世界陸上2023ブダペスト</a></h4> <p class="feature-description">女子やり投げは世界ランキング1位の北口榛花が66メートル73で金メダルを獲得。陸上ではパリ五輪内定“第1号”となった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/rugby/highschool/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015rg.png" alt="第102回全国高校ラグビーフットボール大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/rugby/highschool/2022/">第102回全国高校ラグビーフットボール大会</a></h4> <p class="feature-description">緑のジャージーの東福岡戦士が強固なディフェンスで壁となる“グリーン・ウオール”で報徳学園(兵庫)を1トライに封じ覇権を奪回した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/newyear-ekiden/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_newyear.png" alt="ニューイヤー駅伝2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/newyear-ekiden/2023/">ニューイヤー駅伝2023</a></h4> <p class="feature-description">Hondaが史上7チーム目の連覇を達成した。8年ぶりに参戦したGMO大迫傑は3区で11人抜きの快走を披露した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/hakone-ekiden/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_hakone2012.jpg" alt="箱根駅伝2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/hakone-ekiden/2023/">箱根駅伝2023</a></h4> <p class="feature-description">駒大が逃げ切って2年ぶり8度目の総合優勝。史上5校目となる同一年度の3冠を達成した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/volley/highschool/2023/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015vb.png" alt="春高バレー2023" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/volley/highschool/2023/">春高バレー2023</a></h4> <p class="feature-description">男子は駿台学園(東京)が0-2から3連続でセットを奪い大逆転で、女子も古川学園(宮城)が誠英(山口)をフルセットの末に下し4度目の優勝を飾った。</p> </div><!-- /feature-box --> </div> </div><!-- /archive2023 --> <div id="archive2022" class="geanre_newslist"> <div class="clm-2"> <h3><span>アーカイブズ2022年</span></h3> <div class="feature-box"> <a href="/baseball/professional/draft/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_draft_all.png" alt="ドラフト会議2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/draft/2022/">ドラフト会議2022</a></h4> <p class="feature-description">9球団が1位指名を公表、逆指名が撤廃された07年以降で最多。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/jingu/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_jingu.png" alt="第53回明治神宮大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/jingu/2022/">第53回明治神宮大会</a></h4> <p class="feature-description">高校の部は大阪桐蔭が最大5点差をひっくり返し、広陵(広島)に6-5で勝利。史上初の連覇を成し遂げた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/amateur/championship/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_ama_championship.png" alt="社会人野球日本選手権2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/championship/2022/">社会人野球日本選手権2022</a></h4> <p class="feature-description">トヨタ自動車が6度目の優勝を果たした。嘉陽宗一郎投手が3度の先発で好投し防御率0・79。MVPに輝いた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/jpseries/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_jpseries.jpg" alt="プロ野球日本シリーズ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/jpseries/2022/">プロ野球日本シリーズ</a></h4> <p class="feature-description">オリックスが2敗1分けの窮地から一気の4連勝で、26年ぶり日本一を成し遂げた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/climax/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_climax.jpg" alt="プロ野球クライマックスシリーズ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/climax/2022/">プロ野球クライマックスシリーズ</a></h4> <p class="feature-description">セはヤクルトが、パはオリックスが進出し、日本シリーズは昨年と同じカードとなった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/kokutai2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_highschool.png" alt="栃木国体2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/kokutai2022/">栃木国体2022</a></h4> <p class="feature-description">大阪桐蔭が夏の雪辱を果たし優勝! 昨秋の明治神宮大会、今春のセンバツ大会に続く優勝で3冠を達成した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/samurai/u18worldcup2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_u18wcup2015.png" alt="U18ワールドカップ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/samurai/u18worldcup2022/">U18ワールドカップ</a></h4> <p class="feature-description">日本は3位決定戦で韓国と対戦。6-2で快勝し銅メダルを獲得した。決勝は米国が台湾を破って優勝を決めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/sensyuken/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sensyuken_2022.png" alt="夏の甲子園2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/sensyuken/2022/">夏の甲子園2022</a></h4> <p class="feature-description">仙台育英(宮城)が東北勢は同13度目の決勝戦に臨み、初の全国制覇を達成。108年目の夏、大優勝旗が「白河越え」を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/amateur/toshitaikou/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_toshitaikou.png" alt="都市対抗野球2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/toshitaikou/2022/">都市対抗野球2022</a></h4> <p class="feature-description">度会隆輝外野手(19=横浜)の3ランなどでENEOS(横浜市)が東京ガス(東京都)を下し、9年ぶり12度目の優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/sensyuken/2022/chihou/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_sensyuken_chihou.png" alt="夏の地方大会2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/sensyuken/2022/chihou/">夏の地方大会2022</a></h4> <p class="feature-description">大阪桐蔭が46イニング連続無失点で大阪165チームの頂点に立った。東東京は二松学舎大付が3季連続での甲子園出場を決めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/qatar2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sc_japan.png" alt="カタールワールドカップ" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/qatar2022/">カタールワールドカップ</a></h4> <p class="feature-description">アルゼンチンがフランスとのPK戦を制して36年ぶりの優勝を飾った。日本は2大会連続で16強入り。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/swimming/sekai-suiei/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sp_sesui2022.png" alt="世界水泳2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/swimming/sekai-suiei/2022/">世界水泳2022</a></h4> <p class="feature-description">競泳男子は花車(200m平)水沼尚輝(100mバタ)が銀、瀬戸(200m個人メ)本多(200mバタ)が銅、女子はメダルなしに終わった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/seriku/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sp_seriku.png" alt="世界陸上2022オレゴン" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/seriku/2022/">世界陸上2022オレゴン</a></h4> <p class="feature-description">競歩は金1銀2で大国の威厳を示した。女子やり投げは北口榛花が銅。男子100mでサニブラウン・ハキームが決勝進出を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/syunki/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_syunki.png" alt="春季高校野球2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/syunki/2022/">春季高校野球2022</a></h4> <p class="feature-description">近畿大会決勝は智弁和歌山が3-2で逃げ切って優勝。大阪桐蔭の公式戦連勝を29で止めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/senbatsu/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_senbatsu.jpg" alt="第94回選抜高等学校野球大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/senbatsu/2022/">第94回選抜高等学校野球大会</a></h4> <p class="feature-description">大阪桐蔭が1大会11本塁打、3試合連続2桁得点と圧倒的な強さを見せ4年ぶり4度目の優勝を飾った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/highschool/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015sc.png" alt="第100回全国高校サッカー選手権" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/highschool/2021/">第100回全国高校サッカー選手権</a></h4> <p class="feature-description">4大会連続の決勝戦に挑んだ青森山田が大津(熊本)を下し、高校総体、U18プレミアとの高校3冠を達成した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/womensekiden/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_womensekiden.png" alt="クイーンズ駅伝2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/womensekiden/2022/">クイーンズ駅伝2022</a></h4> <p class="feature-description">資生堂は五輪代表対決となった3区で一山が広中・新谷に先行を許したが、終わってみれば大会新記録で優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/rugby/highschool/2021/schedule/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015rg.png" alt="第101回全国高校ラグビーフットボール大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/rugby/highschool/2021/schedule/">第101回全国高校ラグビーフットボール大会</a></h4> <p class="feature-description">東海大大阪仰星が、決勝初進出の国学院栃木から5トライを奪い6度目の優勝を飾った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/volley/highschool/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015vb.png" alt="春高バレー2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/volley/highschool/2022/">春高バレー2022</a></h4> <p class="feature-description">深沢めぐみ、つぐみ姉妹(ともに3年)を中心とした就実(岡山)が古川学園(宮城)を下して2連覇を達成した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/basketball/highschool/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015ba.png" alt="ウインターカップ2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/basketball/highschool/2022/">ウインターカップ2022</a></h4> <p class="feature-description">男子は開志国際(新潟)が初V。1年生PG平良の5連続3点シュートなどで逆転。総体決勝で1点差で敗れた福岡第一にリベンジした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/highschool/ekiden2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp_at.png" alt="高校駅伝2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/highschool/ekiden2022/">高校駅伝2022</a></h4> <p class="feature-description">女子は長野東が最終区で逆転し初優勝を飾った。男子は倉敷(岡山)が大会新の2時間1分10秒でゴールテープを切った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/hakone-ekiden/2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_hakone2012.jpg" alt="箱根駅伝2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/hakone-ekiden/2022/">箱根駅伝2022</a></h4> <p class="feature-description">青学大が2位順大に10分51秒差を付け、10時間43分42秒の大会新記録で2年ぶり6度目の優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/olympic/beijing2022/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_pyeongchang2018.png" alt="北京五輪2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/olympic/beijing2022/">北京五輪2022</a></h4> <p class="feature-description">日本は冬の五輪で過去最多の18個のメダルを獲得。内訳は金が3、銀が6、銅が9個だった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/olympic/beijing2022/paralympic/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_pyeongchang2018_paralympic.png" alt="北京パラリンピック2022" width="60" height="60"></a> <h4 class="feature-title"><a href="/olympic/beijing2022/paralympic/">北京パラリンピック2022</a></h4> <p class="feature-description">日本は計7個のメダルを獲得。内訳は金が4、銀が1、銅が2だった。</p> </div><!-- /feature-box --> </div> </div><!-- /archive2022 --> <div id="archive2021" class="geanre_newslist"> <div class="clm-2"> <h3><span>アーカイブズ2021年</span></h3> <div class="feature-box"> <a href="/baseball/amateur/toshitaikou/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_toshitaikou.png" alt="都市対抗野球2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/amateur/toshitaikou/2021/">都市対抗野球2021</a></h4> <p class="feature-description">東京ガス(東京都)がホンダ熊本(大津町)に6-5で競り勝ち、出場22回目で初の日本一に輝いた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/draft/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_draft_all.png" alt="ドラフト会議2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/draft/2021/">ドラフト会議2021</a></h4> <p class="feature-description">市和歌山の小園と松川が1位指名。同一高校のバッテリーがそろって1位指名を受けるのは史上初。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/jpseries/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_jpseries.jpg" alt="プロ野球日本シリーズ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/jpseries/2021/">プロ野球日本シリーズ</a></h4> <p class="feature-description">ヤクルトが20年ぶり日本一に輝き、パ・リーグ球団の連続Vを8年で止めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/professional/climax/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_climax.jpg" alt="プロ野球クライマックスシリーズ" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/professional/climax/2021/">プロ野球クライマックスシリーズ</a></h4> <p class="feature-description">セはヤクルトが、パはオリックスがともに3勝1分けで日本シリーズ進出を決めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/jingu/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_jingu.png" alt="第52回明治神宮大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/jingu/2021/">第52回明治神宮大会</a></h4> <p class="feature-description">高校の部は大阪桐蔭が初優勝。近畿地区にはセンバツの明治神宮枠が与えられ7枠となる。大学の部は中央学院大が年間4冠を目指した慶大を破り初優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/syuuki/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_syuuki.png" alt="秋季高校野球2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/syuuki/2021/">秋季高校野球2021</a></h4> <p class="feature-description">離島勢として初めて鹿児島県大会を制した公立の大島が九州大会で準優勝。21世紀枠で甲子園初出場した14年以来2度目の朗報を待つ。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/sensyuken/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sensyuken_2021.png" alt="夏の甲子園2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/sensyuken/2021/">夏の甲子園2021</a></h4> <p class="feature-description">2年ぶりの夏の甲子園決勝は「智弁対決」。智弁和歌山が智弁学園(奈良)下し21年ぶり3度目の全国制覇を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/sensyuken/2021/chihou/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sensyuken_chihou_2021.png" alt="夏の地方大会2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/sensyuken/2021/chihou/">夏の地方大会2021</a></h4> <p class="feature-description">センバツ準優勝の明豊(大分)など13校が春夏連続出場を決めた。一方でセンバツ優勝の東海大相模は新型コロナで出場辞退、同4強の中京大中京(愛知)は準決勝で敗れるなど波乱も多かった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/senbatsu/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_senbatsu.jpg" alt="第93回選抜高等学校野球大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/senbatsu/2021/">第93回選抜高等学校野球大会</a></h4> <p class="feature-description">東海大相模(神奈川)が明豊(大分)をサヨナラで破り、10年ぶり3度目の春の頂点に立った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/baseball/highschool/syunki/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bb_syunki.png" alt="春季高校野球2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/baseball/highschool/syunki/2021/">春季高校野球2021</a></h4> <p class="feature-description">近畿大会は大阪桐蔭が智弁学園(奈良)に延長10回裏、藤原夏暉内野手のサヨナラ2ランで優勝を決めた。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/world/euro/2020/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_sc_world-euro.png" alt="ユーロ2020(欧州選手権)" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/world/euro/2020/">ユーロ2020(欧州選手権)</a></h4> <p class="feature-description">イタリア代表が53年ぶりの優勝を果たした。決勝は延長戦でも決着がつかずPK戦に突入。GKドンナルンマの好セーブで勝利をつかみとった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/soccer/highschool/2020/score/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015sc.png" alt="第99回全国高校サッカー選手権" width="60" height="60"></a> <h4 class="feature-title"><a href="/soccer/highschool/2020/score/">第99回全国高校サッカー選手権</a></h4> <p class="feature-description">山梨学院が青森山田に、2-2で突入したPK戦を4-2で制し、11年ぶり2度目の頂点に立った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/basketball/highschool/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015ba.png" alt="ウインターカップ2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/basketball/highschool/2021/">ウインターカップ2021</a></h4> <p class="feature-description">女子は桜花学園(愛知)が決勝初進出の京都精華学園を61-57で下し、3大会連続24度目の優勝を飾った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/highschool/ekiden2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp_at.png" alt="高校駅伝2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/highschool/ekiden2021/">高校駅伝2021</a></h4> <p class="feature-description">女子は仙台育英が歴代最多5回目の優勝を、男子は世羅(広島)が歴代最多を更新する11回目の優勝を飾った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/hakone-ekiden/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_hakone2012.jpg" alt="箱根駅伝2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/hakone-ekiden/2021/">箱根駅伝2021</a></h4> <p class="feature-description">駒大が、10時間56分4秒で13年ぶり7度目の総合優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/athletics/newyear-ekiden/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_newyear.png" alt="ニューイヤー駅伝2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/athletics/newyear-ekiden/2021/">ニューイヤー駅伝2021</a></h4> <p class="feature-description">昨年予選落ちした富士通が12年ぶり3度目の優勝を果たした。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/volley/highschool/2021/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015vb.png" alt="春高バレー2021" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/volley/highschool/2021/">春高バレー2021</a></h4> <p class="feature-description">男子は東福岡が5大会ぶり3度目、女子は就実(岡山)が25大会ぶり3度目の頂点に立った。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/sports/rugby/highschool/2020/schedule/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_highsp2015rg.png" alt="第100回全国高校ラグビーフットボール大会" width="60" height="60"></a> <h4 class="feature-title"><a href="/sports/rugby/highschool/2020/schedule/">第100回全国高校ラグビーフットボール大会</a></h4> <p class="feature-description">桐蔭学園(神奈川)が京都成章(京都)を32-15で下し、史上9校目となる連覇を達成した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/olympic/tokyo2020/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_pyeongchang2018.png" alt="東京オリンピック2020" width="60" height="60"></a> <h4 class="feature-title"><a href="/olympic/tokyo2020/">東京オリンピック2020</a></h4> <p class="feature-description">新型コロナ感染拡大の影響で、ほとんどの競技を無観客で実施。その中で日本選手団は過去最多の金27個、総数58個のメダルを獲得した。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/olympic/tokyo2020/paralympic/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_pyeongchang2018_paralympic.png" alt="東京パラリンピック2020" width="60" height="60"></a> <h4 class="feature-title"><a href="/olympic/tokyo2020/paralympic/">東京パラリンピック2020</a></h4> <p class="feature-description">車いすバスケ前回覇者の米国との決勝に臨んだ日本だが、惜しくも頂点には届かなかった。</p> </div><!-- /feature-box --> <div class="feature-box"> <a href="/battle/sumo/election/" class="featureIcon"><img src="/mod2015/img/feature/feature-box_bt_sumo_election.png" alt="第10回大相撲総選挙" width="60" height="60"></a> <h4 class="feature-title"><a href="/battle/sumo/election/">第10回大相撲総選挙</a></h4> <p class="feature-description">第10回大相撲総選挙は、大関貴景勝(24=常盤山)が2連覇を果たした。</p> </div><!-- /feature-box --> </div> </div><!-- /archive2021 --> <div class="listHead"> <h3>アーカイブズ2021年</h3> </div> <ul class="linklist"> <li><a href="/baseball/amateur/toshitaikou/2021/">都市対抗野球2021</a></li> <li><a href="/baseball/professional/draft/2021/">ドラフト会議2021</a></li> <li><a href="/baseball/professional/jpseries/2021/">プロ野球日本シリーズ</a></li> <li><a href="/baseball/professional/climax/2021/">プロ野球クライマックスシリーズ</a></li> <li><a href="/baseball/jingu/2021/">第52回明治神宮大会</a></li> <li><a href="/baseball/highschool/syuuki/2021/">秋季高校野球2021</a></li> <li><a href="/baseball/highschool/sensyuken/2021/">夏の甲子園2021</a></li> <li><a href="/baseball/highschool/sensyuken/2021/chihou/">夏の地方大会2021</a></li> <li><a href="/baseball/highschool/senbatsu/2021/">第93回選抜高等学校野球大会</a></li> <li><a href="/baseball/highschool/syunki/2021/">春季高校野球2021</a></li> <li><a href="/soccer/world/euro/2020/">ユーロ2020(欧州選手権)</a></li> <li><a href="/soccer/highschool/2020/score/">第99回全国高校サッカー選手権</a></li> <li><a href="/sports/basketball/highschool/2021/">ウインターカップ2021</a></li> <li><a href="/sports/athletics/highschool/ekiden2021/">高校駅伝2021</a></li> <li><a href="/sports/athletics/hakone-ekiden/2021/">箱根駅伝2021</a></li> <li><a href="/sports/athletics/newyear-ekiden/2021/">ニューイヤー駅伝2021</a></li> <li><a href="/sports/volley/highschool/2021/">春高バレー2021</a></li> <li><a href="/sports/rugby/highschool/2020/schedule/">第100回全国高校ラグビーフットボール大会</a></li> <li><a href="/olympic/tokyo2020/">東京オリンピック2020</a></li> <li><a href="/olympic/tokyo2020/paralympic/">東京パラリンピック2020</a></li> <li><a href="/battle/sumo/election/">第10回大相撲総選挙</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2020年</h3> </div> <ul class="linklist"> <li><a href="/baseball/professional/draft/2020/">ドラフト会議2020</a></li> <li><a href="/baseball/amateur/toshitaikou/2020/">都市対抗野球2020</a></li> <li><a href="/baseball/professional/jpseries/2020/">プロ野球日本シリーズ</a></li> <li><a href="/baseball/professional/climax/2020/">プロ野球クライマックスシリーズ</a></li> <li><a href="/baseball/highschool/syuuki/2020/">2020年秋季高校野球</a></li> <li><a href="/baseball/highschool/sensyuken/2020/chihou/">夏の地方大会2020</a></li> <li><a href="/baseball/highschool/koshien/">甲子園交流試合</a></li> <li><a href="/soccer/japan/u23asia_2020/">U23アジア選手権</a></li> <li><a href="/soccer/highschool/2019/">第98回全国高校サッカー選手権</a></li> <li><a href="/sports/athletics/highschool/ekiden2020/">高校駅伝2020</a></li> <li><a href="/sports/basketball/highschool/2020/">ウインターカップ2020</a></li> <li><a href="/sports/athletics/womensekiden/2020/">実業団女子駅伝2020</a></li> <li><a href="/sports/volley/highschool/2020/">春高バレー2020</a></li> <li><a href="/sports/athletics/hakone-ekiden/2020/">箱根駅伝2020</a></li> <li><a href="/sports/rugby/highschool/2019/schedule/">第99回全国高校ラグビーフットボール大会</a></li> <li><a href="/sports/athletics/newyear-ekiden/2020/">ニューイヤー駅伝2020</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2019年</h3> </div> <ul class="linklist"> <li><a href="/soccer/world/fcwc/2019/">クラブW杯2019</a></li> <li><a href="/baseball/jingu/2019/">第50回明治神宮大会</a></li> <li><a href="/baseball/samurai/2019premier12/">2019プレミア12</a></li> <li><a href="/baseball/highschool/syuuki/2019/">2019年秋季高校野球</a></li> <li><a href="/baseball/amateur/championship/2019/">社会人野球日本選手権2019</a></li> <li><a href="/baseball/professional/draft/2019/">ドラフト会議2019</a></li> <li><a href="/baseball/professional/climax/2019/">クライマックスシリーズ</a></li> <li><a href="/baseball/samurai/u18worldcup2019/">U18ワールドカップ</a></li> <li><a href="/baseball/highschool/sensyuken/2019/">第101回全国高校野球選手権</a></li> <li><a href="/baseball/highschool/sensyuken/2019/chihou/">夏の地方大会2019</a></li> <li><a href="/baseball/amateur/toshitaikou/2019/">都市対抗野球2019</a></li> <li><a href="/baseball/samurai/japan_us2019/schedule/">日米大学野球2019</a></li> <li><a href="/baseball/highschool/senbatsu/2019/">第91回選抜高等学校野球大会</a></li> <li><a href="/baseball/highschool/syunki/2019/">2019年春季高校野球</a></li> <li><a href="/baseball/amateur/university/sensyuken/2019/">大学野球選手権2019</a></li> <li><a href="/soccer/japan/eaffe1_2019/">東アジアE-1選手権2019</a></li> <li><a href="/soccer/japan/copaamerica2019/">南米選手権2019</a></li> <li><a href="/soccer/womensworldcup/2019/">女子W杯2019</a></li> <li><a href="/soccer/japan/asiancup2019/">アジアカップ2019</a></li> <li><a href="/soccer/highschool/2018/">第97回全国高校サッカー選手権</a></li> <li><a href="/sports/athletics/highschool/ekiden2019/">高校駅伝2019</a></li> <li><a href="/sports/athletics/womensekiden/2019/">実業団女子駅伝2019</a></li> <li><a href="/sports/athletics/seriku/2019/">世界陸上2019</a></li> <li><a href="/sports/basketball/worldcup2019/">バスケットボールワールドカップ</a></li> <li><a href="/sports/rugby/wc2019/top-rugbywc.html">ラグビーワールドカップ日本2019</a></li> <li><a href="/sports/rugby/highschool/2018/schedule/">第98回全国高校ラグビーフットボール大会</a></li> <li><a href="/sports/volley/highschool/2019/">春高バレー2019</a></li> <li><a href="/sports/athletics/hakone-ekiden/2019/">箱根駅伝2019</a></li> <li><a href="/sports/athletics/newyear-ekiden/2019/">ニューイヤー駅伝2019</a></li> <li><a href="/battle/sumo/election/">第8回大相撲総選挙</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2018年</h3> </div> <ul class="linklist"> <li><a href="/baseball/japanallstar2018/">2018日米野球</a></li> <li><a href="/baseball/jingu/2018/">第49回明治神宮野球大会</a></li> <li><a href="/baseball/highschool/syuuki/2018/">2018年秋季高校野球</a></li> <li><a href="/baseball/professional/jpseries/2018/">日本シリーズ</a></li> <li><a href="/baseball/professional/climax/2018/">クライマックスシリーズ</a></li> <li><a href="/baseball/mlb/playoff/2018/">MLBプレーオフ2018</a></li> <li><a href="/baseball/highschool/sensyuken/2018/">夏の甲子園2018</a></li> <li><a href="/baseball/highschool/sensyuken/2018/chihou/">夏の地方大会2018</a></li> <li><a href="/baseball/amateur/university/sensyuken/2018/">大学野球選手権2018</a></li> <li><a href="/baseball/highschool/syunki/2018/">2018年春季高校野球</a></li> <li><a href="/baseball/highschool/senbatsu/2018/">第90回選抜高等学校野球大会</a></li> <li><a href="/sports/asiangames2018/">アジア大会2018</a></li> <li><a href="/soccer/russia2018/">ワールドカップロシア2018</a></li> <li><a href="/soccer/russia2018/qualifiers/">ワールドカップロシア2018予選</a></li> <li><a href="/soccer/world/fcwc/2018/">クラブW杯2018</a></li> <li><a href="/sports/athletics/highschool/ekiden2018/">高校駅伝2018</a></li> <li><a href="/sports/athletics/womensekiden/2018/">実業団女子駅伝2018</a></li> <li><a href="/olympic/pyeongchang2018/">ピョンチャンオリンピック2018</a></li> <li><a href="/olympic/paralympic/pyeongchang2018/">ピョンチャンパラリンピック2018</a></li> <li><a href="/sports/volley/highschool/2018/">春高バレー2018</a></li> <li><a href="/sports/athletics/hakone-ekiden/2018/">箱根駅伝2018</a></li> <li><a href="/sports/athletics/newyear-ekiden/2018/">ニューイヤー駅伝2018</a></li> <li><a href="/sports/basketball/highschool/2018/">ウインターカップ2018</a></li> <li><a href="/entertainment/akb48/election/election10/">第10回AKB48選抜総選挙</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2017年</h3> </div> <ul class="linklist"> <li><a href="/baseball/wbc/2017/">WBC2017</a></li> <li><a href="/baseball/highschool/sensyuken/2017/">夏の甲子園2017</a></li> <li><a href="/baseball/highschool/sensyuken/2017/chihou/">夏の地方大会2017</a></li> <li><a href="/baseball/highschool/senbatsu/2017/">第89回選抜高等学校野球大会</a></li> <li><a href="/baseball/highschool/syunki/2017/">2017年春季高校野球</a></li> <li><a href="/baseball/highschool/syuuki/2017/">2017年秋季高校野球</a></li> <li><a href="/baseball/professional/draft/2017/">ドラフト会議2017</a></li> <li><a href="/baseball/jingu/2017/">第48回明治神宮野球大会</a></li> <li><a href="/baseball/amateur/university/sensyuken/2017/">大学野球選手権2017</a></li> <li><a href="/baseball/professional/climax/2017/">クライマックスシリーズ</a></li> <li><a href="/baseball/professional/jpseries/2017/">日本シリーズ</a></li> <li><a href="/soccer/japan/u20_wcup/2017/">U-20W杯2017</a></li> <li><a href="/soccer/highschool/2017/">第96回全国高校サッカー選手権</a></li> <li><a href="/soccer/world/fcwc/2017/">クラブW杯</a></li> <li><a href="/sports/athletics/seriku/2017/">世界陸上2017</a></li> <li><a href="/sports/volley/highschool/2017/">春高バレー2017</a></li> <li><a href="/sports/rugby/highschool/2017/schedule/">第97回全国高校ラグビーフットボール大会</a></li> <li><a href="/sports/basketball/highschool/2017/">ウインターカップ2017</a></li> <li><a href="/sports/athletics/highschool/ekiden2017/">高校駅伝2017</a></li> <li><a href="/sports/athletics/hakone-ekiden/2017/">箱根駅伝2017</a></li> <li><a href="/sports/athletics/newyear-ekiden/2017/">第61回ニューイヤー駅伝2017</a></li> <li><a href="/sports/athletics/womensekiden/2017/">実業団女子駅伝2017</a></li> <li><a href="/entertainment/kouhaku/">NHK紅白歌合戦</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2016年</h3> </div> <ul class="linklist"> <li><a href="/baseball/professional/draft/2016/">ドラフト会議2016</a></li> <li><a href="/baseball/jingu/2016/">第47回明治神宮野球大会</a></li> <li><a href="/baseball/mlb/playoff/2016/">MLBプレーオフ2016</a></li> <li><a href="/baseball/professional/climax/2016/">クライマックスシリーズ</a></li> <li><a href="/baseball/professional/jpseries/2016/">日本シリーズ</a></li> <li><a href="/baseball/highschool/sensyuken/2016/">夏の甲子園2016</a></li> <li><a href="/baseball/highschool/sensyuken/2016/chihou/">夏の地方大会2016</a></li> <li><a href="/baseball/amateur/university/sensyuken/2016/">大学野球選手権2016</a></li> <li><a href="/baseball/highschool/syunki/2016/">2016年春季高校野球</a></li> <li><a href="/baseball/highschool/senbatsu/2016/">センバツ2016</a></li> <li><a href="/soccer/highschool/2016/">第95回全国高校サッカー選手権</a></li> <li><a href="/soccer/emperorscup/2016/">天皇杯</a></li> <li><a href="/soccer/world/fcwc/2016/">クラブW杯</a></li> <li><a href="/soccer/world/euro/2016/">欧州選手権2016</a></li> <li><a href="/soccer/japan/u23/">リオ五輪最終予選</a></li> <li><a href="/soccer/japan/rioqualify-w/">女子リオ五輪予選</a></li> <li><a href="/soccer/highschool/championship/2015/">第94回全国高校サッカー選手権</a></li> <li><a href="/olympic/rio2016/">リオ五輪2016</a></li> <li><a href="/sports/volley/rioqualify/">バレーボール リオ五輪世界最終予選</a></li> <li><a href="/sports/volley/highschool/2016/">第68回全日本バレーボール高校選手権</a></li> <li><a href="/sports/rugby/highschool/2016/">第96回全国高校ラグビーフットボール大会</a></li> <li><a href="/sports/basketball/highschool/2016/">2016年全国高校バスケ選抜優勝大会</a></li> <li><a href="/sports/athletics/highschool/ekiden2016/">高校駅伝</a></li> <li><a href="/sports/athletics/womensekiden/2016/">実業団女子駅伝2016</a></li> <li><a href="/sports/athletics/hakone-ekiden/2016/">第92回 箱根駅伝</a></li> <li><a href="/sports/athletics/newyear-ekiden/2016/">第60回ニューイヤー駅伝2016</a></li> <li><a href="/entertainment/akb48/election/election08/">第8回AKB48選抜総選挙</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2015年</h3> </div> <ul class="linklist"> <li><a href="/baseball/professional/draft/2015/">ドラフト会議2015</a></li> <li><a href="/baseball/mlb/playoff/2015/">MLBプレーオフ</a></li> <li><a href="/baseball/professional/climax/2015/">クライマックスシリーズ</a></li> <li><a href="/baseball/professional/jpseries/2015/">日本シリーズ</a></li> <li><a href="/baseball/highschool/u18wcup/2015/">U18W杯</a></li> <li><a href="/baseball/highschool/sensyuken/2015/">夏の甲子園</a></li> <li><a href="/baseball/highschool/sensyuken/2015/chihou/">夏の地方大会</a></li> <li><a href="/baseball/mlb/allstar/2015/">MLBオールスターゲーム</a></li> <li><a href="/baseball/amateur/universiade/2015/">ユニバーシアード夏季大会</a></li> <li><a href="/baseball/professional/allstar/2015/">プロ野球オールスターゲーム</a></li> <li><a href="/baseball/amateur/university/sensyuken/2015/">大学野球選手権2015</a></li> <li><a href="/baseball/highschool/syunki/2015/">春季高校野球2015</a></li> <li><a href="/baseball/highschool/senbatsu/2015/">センバツ2015</a></li> <li><a href="/baseball/professional/koukai/2015/">契約更改2015</a></li> <li><a href="/baseball/professional/stoveleague/2014/">ストーブリーグ情報</a></li> <li><a href="/soccer/emperorscup/2015/">第95回天皇杯</a></li> <li><a href="/soccer/world/fcwc/2015/">クラブW杯2015</a></li> <li><a href="/soccer/womensworldcup/2015/">女子W杯2015</a></li> <li><a href="/soccer/highschool/tournament/2014/">第93回全国高校サッカー選手権</a></li> <li><a href="/soccer/japan/asiancup/2015/">アジア杯2015</a></li> <li><a href="/sports/basketball/highschool/wintercup/2015/">2015年全国高校バスケ選抜優勝大会</a></li> <li><a href="/sports/rugby/highschool/2015/">第95回全国高校ラグビーフットボール大会</a></li> <li><a href="/sports/athletics/highschool/ekiden2015/">高校駅伝</a></li> <li><a href="/sports/athletics/seriku/2015/">世界陸上2015</a></li> <li><a href="/sports/rugby/wcup/2015/">ラグビーW杯2015</a></li> <li><a href="/sports/swimming/sekai-suiei/2015/">世界水泳2015</a></li> <li><a href="/sports/world-tabletennis/2015/">世界卓球2015</a></li> <li><a href="/sports/athletics/newyear-ekiden/2015/">第59回ニューイヤー駅伝2015</a></li> <li><a href="/sports/athletics/hakone-ekiden/2015/backnumber-hakone.html">第91回 箱根駅伝</a></li> <li><a href="/sports/athletics/womensekiden/2015/">第35回実業団女子駅伝2015</a></li> <li><a href="/battle/prowrestling/g1climax/2015/">G1クライマックス25</a></li> <li><a href="/entertainment/akb48/election/election07/">第7回AKB48選抜総選挙</a></li> <li><a href="/entertainment/akb48/draft/2015/">第2回AKB48ドラフト</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2014年</h3> </div> <ul class="linklist"> <li><a href="/baseball/professional/draft/2014/">ドラフト2014</a></li> <li><a href="/baseball/jingu/2014/">第45回明治神宮大会</a></li> <li><a href="/baseball/mlb/playoff/2014/">MLBプレーオフ2014</a></li> <li><a href="/baseball/professional/jpseries/2014/">SMBC日本シリーズ2014</a></li> <li><a href="/baseball/professional/climax/2014/">クライマックスシリーズ2014</a></li> <li><a href="/baseball/highschool/syuuki/2014/">高校野球秋季大会</a></li> <li><a href="/baseball/highschool/sensyuken/2014/">第96回夏の甲子園</a></li> <li><a href="/baseball/professional/allstar/2014/">プロ野球オールスターゲーム</a></li> <li><a href="/baseball/mlb/allstar/2014/">MLBオールスター2014</a></li> <li><a href="/baseball/highschool/sensyuken/2014/chihou/top-chihou.html">第96回夏の地方大会</a></li> <li><a href="/baseball/highschool/syunki/2014/top-syunki.html">春季高校野球</a></li> <li><a href="/baseball/highschool/senbatsu/2014/senbatsu-schedule.html">第86回センバツ</a></li> <li><a href="/baseball/amateur/university/sensyuken/2014/top-sensyuken.html">全日本大学野球選手権2014</a></li> <li><a href="/baseball/professional/koukai/2014/top-koukai.html">契約更改2014</a></li> <li><a href="/baseball/professional/stoveleague/2013/top-stoveleague.html">ストーブリーグ情報(13-14)</a></li> <li><a href="/soccer/jleague/acl/">ACL</a></li> <li><a href="/soccer/youth/youthcup/2014/">第22回Jユース杯</a></li> <li><a href="/soccer/brazil2014/">ブラジルW杯2014</a></li> <li><a href="/soccer/highschool/tournament/2013/">第92回全国高校サッカー選手権(13-14)</a></li> <li><a href="/soccer/emperorscup/2014/top-emperorscup.html">第94回天皇杯サッカー(2014)</a></li> <li><a href="/soccer/emperorscup/2013/top-emperorscup.html">第93回天皇杯サッカー(13-14)</a></li> <li><a href="/sports/inter-high/2014/">高校総体2014(8月1日〜8月20日)</a></li> <li><a href="/sports/rugby/result/rg-japan2014.html">第51回ラグビー日本選手権</a></li> <li><a href="/sochi2014/">ソチ五輪</a></li> <li><a href="/sports/athletics/hakone-ekiden/2014/">第90回 箱根駅伝</a></li> <li><a href="/sports/athletics/newyear-ekiden/2014/">第58回ニューイヤー駅伝2014</a></li> <li><a href="/sports/athletics/joshi-ekiden/2014/">第34回実業団女子駅伝2014</a></li> <li><a href="/entertainment/akb48/election/election06/">第6回AKB48選抜総選挙特集</a></li> <li><a href="/entertainment/kouhaku/2014/">第65回NHK紅白歌合戦</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2013年</h3> </div> <ul class="linklist"> <li><a href="/baseball/professional/draft/2013/">ドラフト2013</a></li> <li><a href="/baseball/jingu/2013/top-jingu.html">第44回明治神宮大会</a></li> <li><a href="/baseball/mlb/playoff/2013/top-playoff.html">MLBプレーオフ</a></li> <li><a href="/baseball/professional/asiaseries/2013/top-asiaseries.html">アジアシリーズ2013</a></li> <li><a href="/baseball/professional/jpseries/2013/top-jpseries.html">コナミ日本シリーズ2013</a></li> <li><a href="/baseball/professional/climax/2013/top-climax.html">クライマックスシリーズ2013</a></li> <li><a href="/baseball/highschool/syuuki/2013/top-syuuki.html">高校野球秋季大会</a></li> <li><a href="/baseball/highschool/sensyuken/2013/top-sensyuken.html">第95回夏の甲子園</a></li> <li><a href="/baseball/professional/allstar/2013/top-allstar.html">プロ野球オールスターゲーム</a></li> <li><a href="/baseball/mlb/allstar/2013/top-allstar.html">MLBオールスター2013</a></li> <li><a href="/baseball/highschool/sensyuken/2013/chihou/top-chihou.html">第95回夏の地方大会</a></li> <li><a href="/baseball/highschool/syunki/2013/top-syunki.html">春季高校野球</a></li> <li><a href="/baseball/highschool/senbatsu/2013/senbatsu-schedule.html">第85回センバツ</a></li> <li><a href="/baseball/amateur/university/sensyuken/2013/top-sensyuken.html">大学野球選手権</a></li> <li><a href="/baseball/professional/koukai/2013/top-koukai.html">契約更改2013</a></li> <li><a href="/baseball/professional/stoveleague/2012/top-stoveleague.html">ストーブリーグ情報(12-13)</a></li> <li><a href="/baseball/wbc/2013/top-wbc.html">第3回 WBC</a></li> <li><a href="/soccer/youth/youthcup/2013/top-jyouthcup.html">第21回Jユース杯</a></li> <li><a href="/soccer/world/fcwc/2013/">トヨタ クラブW杯2013</a></li> <li><a href="/soccer/japan/u17_wcup/2013/">U-17W杯2013</a></li> <li><a href="/soccer/brazil2014/qualifiers/top-brazil.html">ブラジルW杯予選</a></li> <li><a href="/soccer/world/confederations/2013/top-confede.html">コンフェデ杯2013</a></li> <li><a href="/soccer/highschool/tournament/2012/top-tournament.html">第91回全国高校サッカー選手権(12-13)</a></li> <li><a href="/soccer/emperorscup/2012/top-emperorscup.html">第92回天皇杯サッカー(12-13)</a></li> <li><a href="/olympic/tokyo2020/">東京オリンピック2020</a></li> <li><a href="/sports/judo/sekai-judo/2013/">世界柔道2013</a></li> <li><a href="/sports/athletics/seriku/2013/">世界陸上2013 in モスクワ</a></li> <li><a href="/sports/swimming/sekai-suiei/2013/">世界水泳2013 in バルセロナ</a></li> <li><a href="/sports/inter-high/2013/">高校総体2013(7月28日〜8月20日)</a></li> <li><a href="/sports/rugby/result/rg-japan2013.html">ラグビー日本選手権</a></li> <li><a href="/sports/athletics/hakone-ekiden/2013/top-hakone-ekiden.html">第89回 箱根駅伝</a></li> <li><a href="/sports/athletics/newyear-ekiden/2013/top-newyear-ekiden.html">第57回ニューイヤー駅伝2013</a></li> <li><a href="/sports/athletics/joshi-ekiden/2013/">第33回実業団女子駅伝2013</a></li> <li><a href="/entertainment/akb48/election/election05/top-election.html">第5回AKB48選抜総選挙特集</a></li> <li><a href="/entertainment/kouhaku/2013/">第64回NHK紅白歌合戦</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2012年</h3> </div> <ul class="linklist"> <li><a href="/baseball/professional/jpseries/2012/top-jpseries.html">日本シリーズ</a></li> <li><a href="/baseball/highschool/syuuki/2012/top-syuuki.html">秋季高校野球</a></li> <li><a href="/baseball/professional/draft/2012/top-draft.html">ドラフト2012</a></li> <li><a href="/baseball/highschool/sensyuken/2012/top-sensyuken.html">第94回夏の甲子園</a></li> <li><a href="/baseball/highschool/sensyuken/2012/chihou/top-chihou.html">第94回夏の地方大会</a></li> <li><a href="/baseball/highschool/syunki/2012/top-syunki.html">春季高校野球</a></li> <li><a href="/baseball/highschool/senbatsu/2012/senbatsu-schedule.html">第84回センバツ高校野球</a></li> <li><a href="/baseball/jingu/2012/top-jingu.html">第43回明治神宮大会</a></li> <li><a href="/baseball/amateur/university/sensyuken/2012/top-sensyuken.html">全日本大学野球選手権</a></li> <li><a href="/baseball/mlb/playoff/2012/top-playoff.html">MLBプレーオフ</a></li> <li><a href="/baseball/mlb/allstar/2012/top-allstar.html">MLBオールスター2012</a></li> <li><a href="/baseball/professional/allstar/2012/top-allstar.html">プロ野球オールスターゲーム</a></li> <li><a href="/baseball/professional/koukai/2012/top-koukai.html">契約更改2012</a></li> <li><a href="/soccer/futsal/wcup/2012/top-wcup.html">フットサルW杯2012</a></li> <li><a href="/soccer/emperorscup/2011/top-emperorscup.html">第91回天皇杯サッカー(11-12)</a></li> <li><a href="/soccer/world/fcwc/2012/top-fcwc.html">トヨタ クラブW杯</a></li> <li><a href="/soccer/world/euro/2012/top-euro.html">欧州選手権2012</a></li> <li><a href="/soccer/japan/w_wcup/2012/top-nadeshiko.html">U-20女子W杯</a></li> <li><a href="/soccer/highschool/tournament/2011/top-tournament.html">第90回全国高校サッカー選手権</a></li> <li><a href="http://london2012.nikkansports.com/">ロンドン五輪</a></li> <li><a href="/sports/rugby/result/rg-japan2012.html">ラグビー日本選手権</a></li> <li><a href="/sports/inter-high/2012/top-inter-high.html">高校総体(7月28日〜8月7日)</a></li> <li><a href="/sports/highschool-sports/2012/basketball/top-basketball.html">冬の高校スポーツ 高校バスケ</a></li> <li><a href="/sports/highschool-sports/2012/rugby/top-rugby.html">冬の高校スポーツ 高校ラグビー</a></li> <li><a href="/sports/highschool-sports/2012/athletics/top-athletics.html">冬の高校スポーツ 高校駅伝</a></li> <li><a href="/sports/highschool-sports/2012/volley/top-volley.html">冬の高校スポーツ 高校バレー</a></li> <li><a href="/sports/athletics/hakone-ekiden/2012/top-hakone-ekiden.html">第88回 箱根駅伝</a></li> <li><a href="/sports/athletics/newyear-ekiden/2012/top-newyear-ekiden.html">第56回ニューイヤー駅伝2012</a></li> <li><a href="/entertainment/akb48/top-akb48.html">第4回AKB48選抜総選挙特集</a></li> <li><a href="/entertainment/kouhaku/2012/top-kouhaku.html">第63回NHK紅白歌合戦</a></li> </ul> <div class="listHead"> <h3>アーカイブズ2011年</h3> </div> <ul class="linklist"> <li><a href="/baseball/jingu/2011/top-jingu2011.html">第42回明治神宮野球大会</a></li> <li><a href="/baseball/professional/asiaseries/2011/top-asiaseries.html">アジアシリーズ</a></li> <li><a href="/baseball/professional/jpseries/2011/top-jpseries.html">日本シリーズ</a></li> <li><a href="/baseball/professional/giants-infighting/top-infighting.html">巨人軍内紛</a></li> <li><a href="/baseball/mlb/playoff/2011/top-playoff.html">MLBプレーオフ日程&結果</a></li> <li><a href="/baseball/professional/draft/2011/top-draft.html">ドラフト2011</a></li> <li><a href="/baseball/highschool/sensyuken/2011/top-sensyuken.html">第93回全国高校野球選手権大会</a></li> <li><a href="/baseball/professional/allstar/2011/top-allstar.html">プロ野球オールスター2011</a></li> <li><a href="/baseball/highschool/sensyuken/2011/chihou/top-chihou.html">第93回全国高校野球選手権地方大会</a></li> <li><a href="/baseball/highschool/senbatsu/2011/top-senbatsu.html">第83回センバツ高校野球</a></li> <li><a href="/baseball/amateur/university/sensyuken/2011/top-sensyuken.html">全日本大学野球選手権2011</a></li> <li><a href="/baseball/mlb/allstar/2011/top-allstar.html">MLBオールスター2011</a></li> <li><a href="/soccer/world/fcwc/2011/top-fcwc.html">トヨタ クラブW杯</a></li> <li><a href="/soccer/japan/u17_wcup/2011/top-u17.html">U-17W杯2011</a></li> <li><a href="/soccer/japan/nadeshiko/2011/top-nadeshiko.html">女子W杯2011</a></li> <li><a href="/soccer/japan/asiancup/2011/top-asiancup.html">アジア杯2011</a></li> <li><a href="/soccer/university/top-university.html">第59回全国大学サッカー選手権</a></li> <li><a href="/sports/rugby/result/rg-university2011.html">ラグビー全国大学選手権</a></li> <li><a href="/sports/highschool-sports/2011/basketball/top-basketball.html">冬の高校スポーツ 高校バスケ</a></li> <li><a href="/sports/highschool-sports/2011/rugby/top-rugby.html">冬の高校スポーツ 高校ラグビー</a></li> <li><a href="/sports/highschool-sports/2011/athletics/top-athletics.html">冬の高校スポーツ 高校駅伝</a></li> <li><a href="/sports/highschool-sports/2011/volley/top-volley.html">冬の高校スポーツ 高校バレー</a></li> <li><a href="/sports/figure/figure-schedule.html">フィギュアスケートGPシリーズ</a></li> <li><a href="/sports/athletics/joshi-ekiden/2011/top-joshi-ekiden.html">第31回実業団女子駅伝2011</a></li> <li><a href="/sports/judo/grandslam/2011/top-grandslam.html">柔道グランドスラム東京2011</a></li> <li><a href="/sports/volley/wcup/2011/top-wcup.html">バレーボールW杯2011</a></li> <li><a href="/sports/rugby/result/2011/rg-japan2012.html">ラグビー日本選手権</a></li> <li><a href="/sports/gymnastics/sekai-taiso2011/top-st.html">世界体操2011</a></li> <li><a href="/sports/athletics/seriku/2011/top-seriku.html">世界陸上韓国テグ(8月27日〜9月4日)</a></li> <li><a href="/sports/judo/sekai-judo/2011/top-sj.html">世界柔道2011(8月23日〜28日、フランス・パリ)</a></li> <li><a href="/sports/swimming/sekai-suiei/2011/top-sesui.html">世界水泳2011</a></li> <li><a href="/sports/rugby/wcup/2011/top-wc_rugby.html">ラグビーW杯NZ大会(9月9日〜10月23日)</a></li> <li><a href="/soccer/highschool/2010/top-highsc.html">第89回高校サッカー選手権大会</a></li> <li><a href="/sports/volleyball/highschool/2011/spring/top-haruko.html">春高バレー2011</a></li> <li><a href="/sports/rugby/highschool/2010/top-highrg.html">第90回全国高校ラグビー大会</a></li> <li><a href="/sports/hakone-ekiden/2011/top-hakone-ekiden.html">第87回箱根駅伝</a></li> <li><a href="/soccer/emperorscup/2010/top-emperorscup.html">第90回天皇杯(10-11)</a></li> <li><a href="/sports/newyear-ekiden/2011/top-newyear-ekiden.html">第55回ニューイヤー駅伝2011</a></li> <li><a href="/entertainment/kouhaku/2011/top-kouhaku.html">第62回NHK紅白歌合戦</a></li> </ul> </section><!-- /featureBoxAreaColumn --> </section><!-- /main --> <hr class="hide"> <nav id="helpNavTopicsNav" class="help-nav"> <p>ここからこのサイトのトピックスナビゲーションです</p> <ul> <li><a href="#helpNavPageTop">このページの先頭へ戻る</a></li> <li><a href="#helpNavSiteNav">サイトのナビゲーションへ移動</a></li> <li><a href="#helpNavMainContents">このページの本文へ移動</a></li> <li><a href="#helpNavFooterNav">フッターナビゲーションへ移動</a></li> </ul> </nav><!-- /helpNavTopicsNav --> <hr class="hide"> <section id="side"> <h3 class="skip">右カラム</h3> <aside id="sideSubscription"> <ul> <li class="text-heading"><a href="https://koudoku.nikkansports.com/?utm_source=banner002&utm_medium=banner&utm_campaign=banner" onclick="dataLayer.push({'event': 'koudoku_paysite_event' , 'eventLabel' : '購読申込'})">新聞購読のご案内</a></li> <li class="text-heading"><a href="https://www.nikkansports.com/tool/pay/top-pay.html">有料サイト一覧</a></li> <!-- <li class="img-heading"><a href="#"><img src="/mod2015/img/banner/bnr_side_jinguhanabi2016.png" alt="日刊スポーツ購読申し込み" width="148" height="30"></a></li> --> </ul> </aside> <hr class="hide"> <aside id="sideAd1" class="rectangle"> <div id="adUnit4"> <script> if(pcAdUnit4){ var adUnit4 = ''; adUnit4 += '<!-- ' + pcAdUnitName[3] + ' --><div id="' + pcAdUnitId[3] + '"></div>\n'; // html出力 $('#adUnit4').append(adUnit4); var adUnit4s = document.createElement("script"); adUnit4s.innerHTML = "cX.callQueue.push(['invoke',function(){ googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[3] + "'); }); }]);"; var adUnit4ele = document.getElementById(pcAdUnitId[3]); adUnit4ele.appendChild(adUnit4s); } </script> </div> </aside> <aside id="sideAd1-2" class="rectangle"> <div id="adUnit42" style="margin-top: 10px;min-height: 250px;"> <script> if(pcAdUnit42){ var adUnit42 = ''; adUnit42 += '<!-- ' + pcAdUnitName[41] + ' --><div id="' + pcAdUnitId[41] + '"></div>\n'; // html出力 $('#adUnit42').append(adUnit42); var adUnit42s = document.createElement("script"); adUnit42s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[41] + "'); });"; var adUnit42ele = document.getElementById(pcAdUnitId[41]); adUnit42ele.appendChild(adUnit42s); } </script> </div> </aside> <hr class="hide"> <section id="sideRanking" class="side-box side_ranking sougou"> <h2 class="icon-heading"><a href="/ranking/#sougou">ニュース総合ランキング</a></h2> <section id="rankingArea" class="tab-contents js_tab" onload="init()"> <ul class="tab-nav clm-2"> <li class="is_active"><a href="javascript:void(0);">記事</a></li> <li><a href="javascript:void(0);">写真</a></li> </ul> <section id="newsRanking" class="tab-box"> <h3 class="skip">記事ランキング</h3> <!-- made by Trico Crawler (1055) [2025-03-01 17:50:07] --> <ul class="news-ranking_list"> <li class="rank1"><span>1</span><a href="https://www.nikkansports.com/baseball/mlb/news/202503010000547.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/baseball/mlb/news/img/202503010000547-w200_0.jpg);">【動画】大谷翔平ぼう然 ロバーツ監督いたずら返し…</a></li> <li class="rank2"><span>2</span><a href="https://www.nikkansports.com/entertainment/news/202503010000478.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000478-w200_0.jpg);">みのもんたさん死去、80歳 「朝ズバッ!」、クイ…</a></li> <li class="rank3"><span>3</span><a href="https://www.nikkansports.com/soccer/news/202502120000022.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/soccer/news/img/202502120000022-w200_0.jpg);">【J1】横浜が“神奈川ダービー”制す…/スコア詳細</a></li> <li class="rank4"><span>4</span><a href="https://www.nikkansports.com/entertainment/news/202503010000297.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000297-w200_0.jpg);">「べらぼう」セクシー女優 裸体出演シーン反響を回…</a></li> <li class="rank5"><span>5</span><a href="https://www.nikkansports.com/baseball/mlb/news/202503010000629.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/baseball/mlb/news/img/202503010000629-w200_0.jpg);">大谷翔平“ドッキリ返し”にニヤリ写真公開「ロバー…</a></li> <li class="rank6"><span>6</span><a href="https://www.nikkansports.com/entertainment/news/202503010000619.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000619-w200_0.jpg);">和田アキ子、みのもんたさん死去受け「近いうちに飲…</a></li> <li class="rank7"><span>7</span><a href="https://www.nikkansports.com/general/nikkan/news/202503010000032.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/general/nikkan/news/img/202503010000032-w200_0.jpg);">トランプ氏、衝撃の「公開罵倒」ゼレンスキー氏に「…</a></li> <li class="rank8"><span>8</span><a href="https://www.nikkansports.com/baseball/mlb/news/202503010000432.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/baseball/mlb/news/img/202503010000432-w200_0.jpg);">大谷翔平が先頭打者弾 ロバーツ監督「非常にいい打…</a></li> <li class="rank9"><span>9</span><a href="https://www.nikkansports.com/entertainment/news/202503010000479.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000479-w200_0.jpg);">みのもんたさん死去 芸名は文化放送時代に「…/略歴</a></li> <li class="rank10"><span>10</span><a href="https://www.nikkansports.com/entertainment/news/202503010000413.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000413-w200_0.jpg);">「性欲が爆発。不特定多数の男性と」大河「べらぼう…</a></li> </ul> <a href="/ranking/#total" class="btn orange">もっと見る<i class="pict_icon-caret-right"></i></a> </section> <section id="photoRanking" class="tab-box is_hidden"> <h3 class="skip">写真ランキング</h3> <!-- made by Trico Crawler (1061) [2025-03-01 16:08:03] --> <ul class="news-ranking_list"> <li class="rank1"><span>1</span><a href="https://www.nikkansports.com/entertainment/photonews/photonews_nsInc_202503010000005-1.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000005-w200_1.jpg);">23歳ピン芸人が突然の引退発表 やす子も驚き「び…</a></li> <li class="rank2"><span>2</span><a href="https://www.nikkansports.com/entertainment/photonews/photonews_nsInc_202503010000230-2.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000230-w200_2.jpg);">「奇跡の53歳」女性フリーアナが白ワンピ姿でホス…</a></li> <li class="rank3"><span>3</span><a href="https://www.nikkansports.com/baseball/mlb/photonews/photonews_nsInc_202503010000629-2.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/baseball/mlb/news/img/202503010000629-w200_2.jpg);">大谷翔平“ドッキリ返し”にニヤリ写真公開「ロバー…</a></li> <li class="rank4"><span>4</span><a href="https://www.nikkansports.com/sports/photonews/photonews_nsInc_202503010000651-1.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/sports/news/img/202503010000651-w200_1.jpg);">潮田玲子さん、豪華アスリートらとラウンド 宮里藍…</a></li> <li class="rank5"><span>5</span><a href="https://www.nikkansports.com/entertainment/photonews/photonews_nsInc_202503010000298-1.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000298-w200_1.jpg);">伊集院光が「ずっと天才」と称した芸人、現在小学生…</a></li> <li class="rank6"><span>6</span><a href="https://www.nikkansports.com/entertainment/photonews/photonews_nsInc_202503010000581-1.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000581-w200_1.jpg);">豪華なツーショット写真 山本恭司&シャラ、カフェ…</a></li> <li class="rank7"><span>7</span><a href="https://www.nikkansports.com/general/nikkan/photonews/photonews_nsInc_202503010000032-4.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/general/nikkan/news/img/202503010000032-w200_4.jpg);">トランプ氏、衝撃の「公開罵倒」ゼレンスキー氏に「…</a></li> <li class="rank8"><span>8</span><a href="https://www.nikkansports.com/entertainment/photonews/photonews_nsInc_202503010000024-1.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202503010000024-w200_1.jpg);">北川景子“衝撃激変顔”すすだらけ&髪ボサボサ ド…</a></li> <li class="rank9"><span>9</span><a href="https://www.nikkansports.com/entertainment/photonews/photonews_nsInc_202502280001463-1.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202502280001463-w200_1.jpg);">令和の峰不二子「マリリンモンローみたいに、キュー…</a></li> <li class="rank10"><span>10</span><a href="https://www.nikkansports.com/entertainment/photonews/photonews_nsInc_202502280000273-3.html"><img src="https://cache2.nipc.jp/mod2015/img/common/blank.gif" alt="写真つき記事" width="45" height="45" style="background-image: url(https://www.nikkansports.com/entertainment/news/img/202502280000273-w200_3.jpg);">ジーン・ハックマンさん死去、95歳 自宅で妻、愛…</a></li> </ul> <a href="/ranking/photo-ranking.html#total" class="btn orange">もっと見る<i class="pict_icon-caret-right"></i></a> </section> </section><!-- /rankingArea --> </section><!-- /sideRanking --> <hr class="hide"> <aside id="sideAd2" class="rectangle"> <div id="adUnit5"> <script> if(pcAdUnit5){ var adUnit5 = ''; adUnit5 += '<!-- ' + pcAdUnitName[4] + ' --><div id="' + pcAdUnitId[4] + '" style="height:250px; width:300px;"></div>\n'; // html出力 $('#adUnit5').append(adUnit5); var adUnit5s = document.createElement("script"); adUnit5s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[4] + "'); });"; var adUnit5ele = document.getElementById(pcAdUnitId[4]); adUnit5ele.appendChild(adUnit5s); } </script> </div> </aside><hr class="hide"> <!-- START made by FORM 2024-12-11 12:52:57 --> <aside id="sideRecommend" class="side-box"> <h3><span>クローズアップ情報</span></h3> <div class="side_reco-box"> <a class="side_reco-icon" href="https://www.nikkansports.com/advertising/side/side-premium-221010.html"><img src="https://www.nikkansports.com/advertising/side/img/icon-side_premium221207.jpg" alt="プレミアム" width="65" height="65"></a> <dl> <dt class="side_reco-title"><a href="https://www.nikkansports.com/advertising/side/side-premium-221010.html">日刊スポーツ・プレミアム</a></dt> <dd class="side_reco-txt"><a href="https://www.nikkansports.com/advertising/side/side-premium-221010.html">【会員限定】ここでしか読めないオリジナル特集・連載が読み放題!!</a></dd> </dl> </div> <div class="side_reco-box"> <a class="side_reco-icon" href="https://www.nikkansports.com/advertising/side/side-sdgs-230310.html"><img src="https://www.nikkansports.com/advertising/side/img/icon-side_sdgs230310.jpg" alt="日刊スポーツSDGs" width="65" height="65"></a> <dl> <dt class="side_reco-title"><a href="https://www.nikkansports.com/advertising/side/side-sdgs-230310.html">スポーツ×SDGs</a></dt> <dd class="side_reco-txt"><a href="https://www.nikkansports.com/advertising/side/side-sdgs-230310.html">スポーツの力でサステナブルな社会を共に目指そう♪</a></dd> </dl> </div> </aside> <!-- END made by FORM --> <hr class="hide"> <!-- <aside id="sideAd3" class="rectangle"> --> <!-- 未定 #include virtual="/advertising/home/home_rectangle_side-03.html" --> <!-- </aside> --> <aside id="sideAdRakuten" class="rectangle"> <!--====rakuten====--> <script type="text/javascript"> rakuten_design = "slide"; rakuten_affiliateId = "1008318a.89a6dd64.1008318b.4702ce8f"; rakuten_items = "ranking"; rakuten_genreId = "206878"; rakuten_size = "300x250"; rakuten_target = "_blank"; rakuten_theme = "gray"; rakuten_border = "on"; rakuten_auto_mode = "on"; rakuten_genre_title = "off"; rakuten_recommend = "on"; rakuten_pointbackId = "_RTmtlk20011309"; </script> <script type="text/javascript" src="https://xml.affiliate.rakuten.co.jp/widget/js/rakuten_widget.js"></script> <!--====rakuten====--> </aside> <hr class="hide"> <!-- made by Trico Crawler (1002) [2025-03-01 17:30:03] --> <section id="sideColumn" class="side-box side_column"> <h2 class="icon-heading"><a href="https://www.nikkansports.com/column/">新着コラム</a></h2> <div class="side_column-box"> <a class="side_column-icon" href="https://www.nikkansports.com/soccer/world/column/fromspain/news/202503010000220.html" itemprop="url"><img src="https://cache4.nipc.jp/mod2015/img/common/blank.gif" alt="スペイン発サッカー紀行" width="60" height="60" itemprop="image" style="background-image: url(https://cache4.nipc.jp/soccer/world/column/fromspain/news/img/202503010000220-w200_0.jpg);"></a> <dl> <dt class="side_column-name"><a href="https://www.nikkansports.com/soccer/world/column/fromspain/" itemprop="url">スペイン発サッカー紀行</a></dt> <dd class="side_column-title"><a href="https://www.nikkansports.com/soccer/world/column/fromspain/news/202503010000220.html" itemprop="url">日々重圧に晒されるスペインリーグ審判のリアル 年…</a><time itemprop="datePublished">[3月1日 12:00]</time></dd> </dl> </div> <div class="side_column-box"> <a class="side_column-icon" href="https://www.nikkansports.com/leisure/column/la/news/202503010000147.html" itemprop="url"><img src="https://cache4.nipc.jp/mod2015/img/common/blank.gif" alt="ラララ西海岸 from LA" width="60" height="60" itemprop="image" style="background-image: url(https://cache4.nipc.jp/leisure/column/la/news/img/202503010000147-w200_0.jpg);"></a> <dl> <dt class="side_column-name"><a href="https://www.nikkansports.com/leisure/column/la/" itemprop="url">ラララ西海岸 from LA</a></dt> <dd class="side_column-title"><a href="https://www.nikkansports.com/leisure/column/la/news/202503010000147.html" itemprop="url">米国で卵不足と価格高騰が社会問題に 1パック12…</a><time itemprop="datePublished">[3月1日 9:31]</time></dd> </dl> </div> <div class="side_column-box"> <a class="side_column-icon" href="https://www.nikkansports.com/general/column/jigokumimi/news/202503010000038.html" itemprop="url"><img src="https://cache4.nipc.jp/mod2015/img/common/blank.gif" alt="政界地獄耳" width="60" height="60" itemprop="image" style="background-image: url(https://cache4.nipc.jp/general/column/jigokumimi/img/icon.png);"></a> <dl> <dt class="side_column-name"><a href="https://www.nikkansports.com/general/column/jigokumimi/" itemprop="url">政界地獄耳</a></dt> <dd class="side_column-title"><a href="https://www.nikkansports.com/general/column/jigokumimi/news/202503010000038.html" itemprop="url">【政界地獄耳】熟議より目先の巧妙か</a><time itemprop="datePublished">[3月1日 8:03]</time></dd> </dl> </div> <div class="side_column-box"> <a class="side_column-icon" href="https://www.nikkansports.com/keiba/column/daily_best3/news/202502280000614.html" itemprop="url"><img src="https://cache4.nipc.jp/mod2015/img/common/blank.gif" alt="毎日ベスト3" width="60" height="60" itemprop="image" style="background-image: url(https://cache4.nipc.jp/keiba/column/daily_best3/news/img/202502280000614-w200_0.jpg);"></a> <dl> <dt class="side_column-name"><a href="https://www.nikkansports.com/keiba/column/daily_best3/" itemprop="url">毎日ベスト3</a></dt> <dd class="side_column-title"><a href="https://www.nikkansports.com/keiba/column/daily_best3/news/202502280000614.html" itemprop="url">【毎日ベスト3】日刊スポーツDB班が選ぶ土曜午後…</a><time itemprop="datePublished">[3月1日 7:00]</time></dd> </dl> </div> <ul class="linklist"> <li><a href="https://www.nikkansports.com/column/">コラム一覧</a></li> </ul> </section> <hr class="hide"> <aside id="sideAd3" class="rectangle"> <div id="adUnit8"> <script> if(pcAdUnit8){ var adUnit8 = ''; adUnit8 += '<!-- ' + pcAdUnitName[7] + ' --><div id="' + pcAdUnitId[7] + '" style="width: 300px; height: 250px;"></div>\n'; // html出力 $('#adUnit8').append(adUnit8); var adUnit8s = document.createElement("script"); adUnit8s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[7] + "'); });"; var adUnit8ele = document.getElementById(pcAdUnitId[7]); adUnit8ele.appendChild(adUnit8s); } </script> </div> </aside><hr class="hide"> <!-- made by NEX Crawler(19589) [2025-03-01 17:39:02] --> <section id="sidePremium" class="side-box side_column"> <h2 class="icon-heading"><a href="/premium/">新着記事<span><img src="/premium/img/logo_premium_white.png" alt="プレミアムロゴ" width="164" height="auto" /></span></a></h2> <div class="side_column-box"> <a class="side_column-icon" href="https://www.nikkansports.com/premium/sports/news/202502200000865.html" itemprop="url"><img src="https://cache4.nipc.jp/mod/img/blank.gif" alt="写真つき記事" width="96" height="60" itemprop="image" style="background-image: url(https://www.nikkansports.com/premium/sports/news/img/202502200000865-w200_0.jpg);"></a> <dl> <dt class="side_column-name"><a href="https://www.nikkansports.com/premium/sports/news/202502200000865.html" itemprop="url">辰吉寿以輝の現在地〈23〉無念の失神TKO負け、その時何が―</a> <i class="pict_icon-key1" style="color:#ffd423;"></i></dt> <dd class="side_column-title"> <time itemprop="datePublished">[3月1日 11:00]</time></dd> </dl> </div> <div class="side_column-box"> <a class="side_column-icon" href="https://www.nikkansports.com/premium/baseball/news/202502250001169.html" itemprop="url"><img src="https://cache4.nipc.jp/mod/img/blank.gif" alt="写真つき記事" width="96" height="60" itemprop="image" style="background-image: url(https://www.nikkansports.com/premium/baseball/news/img/202502250001169-w200_0.jpg);"></a> <dl> <dt class="side_column-name"><a href="https://www.nikkansports.com/premium/baseball/news/202502250001169.html" itemprop="url">【中日・井上一樹新監督に聞く】両極端な将に仕えて定めた我が道 激情と冷徹…</a> <i class="pict_icon-key1" style="color:#ffd423;"></i></dt> <dd class="side_column-title"> <time itemprop="datePublished">[3月1日 6:00]</time></dd> </dl> </div> <div class="side_column-box"> <a class="side_column-icon" href="https://www.nikkansports.com/premium/baseball/news/202502250001584.html" itemprop="url"><img src="https://cache4.nipc.jp/mod/img/blank.gif" alt="写真つき記事" width="96" height="60" itemprop="image" style="background-image: url(https://www.nikkansports.com/premium/baseball/news/img/202502250001584-w200_0.jpg);"></a> <dl> <dt class="side_column-name"><a href="https://www.nikkansports.com/premium/baseball/news/202502250001584.html" itemprop="url">【西武平沢大河】新天地でスポットライトを!「一番気に掛けてくれた」人物と…</a> <i class="pict_icon-key1" style="color:#ffd423;"></i></dt> <dd class="side_column-title"> <time itemprop="datePublished">[3月1日 6:00]</time></dd> </dl> </div> <div class="side_column-box"> <a class="side_column-icon" href="https://www.nikkansports.com/premium/sports/news/202502170000426.html" itemprop="url"><img src="https://cache4.nipc.jp/mod/img/blank.gif" alt="写真つき記事" width="96" height="60" itemprop="image" style="background-image: url(https://www.nikkansports.com/premium/sports/news/img/202502170000426-w200_0.jpg);"></a> <dl> <dt class="side_column-name"><a href="https://www.nikkansports.com/premium/sports/news/202502170000426.html" itemprop="url">【バレー新時代〈20〉】世界トップ目指すため、高橋藍が見据える武器</a> <i class="pict_icon-key1" style="color:#ffd423;"></i></dt> <dd class="side_column-title"> <time itemprop="datePublished">[2月28日 11:00]</time></dd> </dl> </div> <ul class="linklist"> <li><a href="/premium/">記事一覧</a></li> </ul> </section> <script type="text/javascript"> window.addEventListener('load', function () { cxSelectorClickTracker.addTarget([ {label:'右カラムプレミアム誘導', selector:'#sidePremium', callback:(sendEvent, target) => { sendEvent("clickTrack", { clk_label: target.label, clk_text: target.el.textContent, clk_url: target.el.href.split("?")[0] }); }}, ]); }); </script> <hr class="hide"> <aside id="sideAd3-2" class="rectangle"> <div id="adUnit41"> <script> if(pcAdUnit41){ var adUnit41 = ''; adUnit41 += '<!-- ' + pcAdUnitName[40] + ' --><div id="' + pcAdUnitId[40] + '" style="min-width: 250px; min-height: 250px;"></div>\n'; // html出力 $('#adUnit41').append(adUnit41); var adUnit41s = document.createElement("script"); adUnit41s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[40] + "'); });"; var adUnit41ele = document.getElementById(pcAdUnitId[40]); adUnit41ele.appendChild(adUnit41s); } </script> </div> </aside><hr class="hide"> <aside id="sideInformation" class="side-box"> <h4>日刊スポーツからのお知らせ</h4> <ul class="newslist"> <li><a href="https://www.nikkansports.com/company/top-paper-applicationform.html">日刊スポーツの過去紙面利用について</a></li> <li><a href="https://koushihaken.nikkansports.com/" target="_blank">講演依頼は日刊スポーツの講師派遣ナビ</a></li> <li><a href="https://www.nikkansports.com/recruit/parttime/top-parttime_bunsha.html">文化社会部でアルバイト募集</a></li> <li><a href="https://www.nikkansports.com/recruit/parttime/top-parttime_nishinihon.html">大阪本社レース部でアルバイト募集</a></li> <li><a href="https://www.nikkansports.com/recruit/parttime/top-parttime_shashin.html">写真映像部でアルバイト募集</a></li> </ul> <a href="/info/" class="btn gray">お知らせ一覧<i class="pict_icon-caret-right"></i></a> </aside> <hr class="hide"> <aside id="sideSocialMedia" class="side-box"> <h3>SNSで日刊スポーツをチェック</h3> <ul class="side_social-list"> <li class="icon_twitter"><a href="https://twitter.com/nikkansports" title="別ウィンドウで開きます" target="_blank">X(旧Twitter)</a></li> <li class="icon_facebook"><a href="https://www.facebook.com/nikkansports" title="別ウィンドウで開きます" target="_blank">Facebook</a></li> <li class="icon_instagram"><a href="https://www.instagram.com/nikkansports/" title="別ウィンドウで開きます" target="_blank">Instagram</a></li> <li class="icon_youtube"><a href="https://www.youtube.com/channel/UCiIOLClVfRzsDDwzT3eslIQ" title="別ウィンドウで開きます" target="_blank">YouTube</a></li> </ul> <a href="/tool/official/twitter/top-twitter.html" class="btn gray">日刊のアカウント<i class="pict_icon-caret-right"></i></a> </aside> <aside id="sideEvent" class="side-box"> <h4>イベント情報</h4> <ul class="newslist"> <li><a href="https://www.nikkansports.com/soccer/special/chibirin_2025/" target="_blank">JA全農杯 全国小学生選抜サッカー</a></li> <li><a href="https://www.nikkansports-event.com/" target="_blank">日刊スポーツイベントガイド</a></li> <li><a href="https://nikkangolf.com/" target="_blank">日刊ゴルフイベント</a></li> <li><a href="https://www.nikkansports.com/promotion/" target="_blank">気になる情報(広告企画)</a></li> </ul> </aside> <hr class="hide"> <aside id="sideAd4" class="rectangle sticky"> <div id="adUnit15"> <script> if(pcAdUnit15){ var adUnit15 = ''; adUnit15 += '<!-- ' + pcAdUnitName[14] + ' --><div id="' + pcAdUnitId[14] + '"></div>\n'; // html出力 $('#adUnit15').append(adUnit15); var adUnit15s = document.createElement("script"); adUnit15s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[14] + "'); });"; var adUnit15ele = document.getElementById(pcAdUnitId[14]); adUnit15ele.appendChild(adUnit15s); } </script> </div> </aside> </section><!-- /side --> </section><!-- /contents --> <hr class="hide"> <nav id="helpNavFooterNav" class="help-nav"> <p>ここからこのサイトのフッターナビゲーションです</p> <ul> <li><a href="#helpNavPageTop">このページの先頭へ戻る</a></li> <li><a href="#helpNavSiteNav">サイトのナビゲーションへ移動</a></li> <li><a href="#helpNavMainContents">このページの本文へ移動</a></li> <li><a href="#helpNavTopicsNav">トピックスナビゲーションへ移動</a></li> </ul> </nav><!-- /helpNavFooterNav --> <hr class="hide"> <footer id="siteFooter"> <h2>ニッカンスポーツ・コム</h2> <section id="footerSiteNav"> <nav class="site_genre-nav clm-2"> <h3 class="skip">フッターのサイトナビ</h3> <div class="fl-l"> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/baseball/">野球</a></h3> <ul class="footer_genre-nav"> <li><a href="/baseball/news/">ニュース</a></li> <li><a href="/baseball/photonews/">写真ニュース</a></li> <li><a href="/baseball/professional/">プロ野球</a></li> <li><a href="/baseball/professional/score/">スコア速報</a></li> <li><a href="/baseball/professional/data/standings/">順位表</a></li> <li><a href="/baseball/professional/schedule/">日程・結果</a></li> <li><a href="/baseball/professional/data/pfdata/person/cl-pitcher.html">個人成績</a></li> <li><a href="/baseball/professional/player/">選手名鑑</a></li> <li><a href="/baseball/professional/team/">球団別</a></li> <li><a href="/baseball/professional/farm/">ファーム</a></li> <li><a href="/baseball/highschool/">高校野球</a></li> <li><a href="/baseball/amateur/">大学・社会人野球</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/baseball/mlb/">MLB</a></h3> <ul class="footer_genre-nav"> <li><a href="/baseball/mlb/news/">ニュース</a></li> <li><a href="/baseball/mlb/photonews/">写真ニュース</a></li> <li><a href="/baseball/mlb/japanese/">日本人選手</a></li> <li><a href="/baseball/mlb/score/">スコア速報</a></li> <li><a href="/baseball/mlb/data/standings/">順位表</a></li> <!-- <li><a href="/baseball/mlb/schedule/">日程・結果</a></li> --> <li><a href="/baseball/mlb/data/stats/al-pitcher.html">個人成績</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/soccer/">サッカー</a></h3> <ul class="footer_genre-nav"> <li><a href="/soccer/news/">ニュース</a></li> <li><a href="/soccer/photonews/">写真ニュース</a></li> <li><a href="/soccer/japan/">日本代表</a></li> <li><a href="/soccer/jleague/j1/">J1</a></li> <li><a href="/soccer/jleague/j2/">J2</a></li> <li><a href="/soccer/jleague/j3/">J3</a></li> <li><a href="/soccer/jleague/acl/">ACL</a></li> <li><a href="/soccer/jleague/jcup/">ルヴァン杯</a></li> <li><a href="/soccer/qatar2022/">W杯カタール大会</a></li> <li><a href="/soccer/emperorscup/">天皇杯</a></li> <li><a href="/soccer/jleague/team/">チーム別</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/soccer/world/">海外サッカー</a></h3> <ul class="footer_genre-nav"> <li><a href="/soccer/world/news/">ニュース</a></li> <li><a href="/soccer/world/photonews/">写真ニュース</a></li> <!-- <li><a href="/soccer/world/japanese/">日本人選手</a></li> --> <li><a href="/soccer/world/italy/">セリエA</a></li> <li><a href="/soccer/world/germany/">ブンデス</a></li> <li><a href="/soccer/world/premier/">プレミア</a></li> <li><a href="/soccer/world/spain/">スペイン</a></li> <li><a href="/soccer/world/france/">フランス</a></li> <li><a href="/soccer/world/cl/">欧州CL</a></li> <!-- <li><a href="/soccer/world/uefa/">欧州L</a></li> --> <!-- <li><a href="/soccer/world/ecl/">ECL</a></li> --> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/sports/">スポーツ</a></h3> <ul class="footer_genre-nav"> <li><a href="/sports/news/">ニュース</a></li> <li><a href="/sports/photonews/">写真ニュース</a></li> <li><a href="/sports/athletics/">陸上</a></li> <li><a href="/sports/swimming/">水泳</a></li> <li><a href="/sports/judo/">柔道</a></li> <li><a href="/sports/tennis/">テニス</a></li> <li><a href="/sports/volley/">バレーボール</a></li> <li><a href="/sports/rugby/">ラグビー</a></li> <li><a href="/sports/figure/">フィギュアスケート</a></li> <li><a href="/sports/basketball/">バスケットボール</a></li> <li><a href="/sports/cycling/">自転車</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/olympic/">五輪</a></h3> <ul class="footer_genre-nav"> <li><a href="/olympic/news/">ニュース</a></li> <li><a href="/olympic/photonews/">写真ニュース</a></li> <li><a href="/olympic/paris2024/">パリ五輪</a></li> <li><a href="/olympic/beijing2022/">北京五輪</a></li> <li><a href="/olympic/tokyo2020/">東京五輪</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/sports/golf/">ゴルフ</a></h3> <ul class="footer_genre-nav"> <li><a href="/sports/golf/news/">ニュース</a></li> <li><a href="/sports/golf/photonews/">写真ニュース</a></li> <li><a href="/sports/golf/jpmen/">国内男子</a></li> <li><a href="/sports/golf/jpwomen/">国内女子</a></li> <li><a href="/sports/golf/usmen/">米国男子</a></li> <li><a href="/sports/golf/uswomen/">米国女子</a></li> <li><a href="/sports/golf/jpsenior/">国内シニア</a></li> </ul> </div> </div> <div class="fl-r"> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/battle/sumo/">大相撲</a></h3> <ul class="footer_genre-nav"> <li><a href="/battle/sumo/news/">ニュース</a></li> <li><a href="/battle/sumo/photonews/">写真ニュース</a></li> <li><a href="/battle/sumo/score/">取組速報</a></li> <li><a href="/battle/sumo/sm-schedule.html">明日の取組</a></li> <li><a href="/battle/sumo/data/sm-star.html">星取表</a></li> <li><a href="/battle/sumo/data/sm-standings.html">懸賞金</a></li> <li><a href="/battle/sumo/data/sm-ranking.html">ニッカン式番付</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/battle/">バトル</a></h3> <ul class="footer_genre-nav"> <li><a href="/battle/news/">ニュース</a></li> <li><a href="/battle/photonews/">写真ニュース</a></li> <li><a href="/battle/prowrestling/">プロレス</a></li> <li><a href="/battle/boxing/">ボクシング</a></li> <li><a href="/battle/mma/">格闘技</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/keiba/">競馬</a></h3> <ul class="footer_genre-nav"> <li><a href="/keiba/news/">ニュース</a></li> <li><a href="/keiba/photonews/">写真ニュース</a></li> <li><a href="/keiba/column/">競馬コラム</a></li> <li><a href="/keiba/schedule/">重賞日程</a></li> <li><a href="/keiba/sample/">極ウマ有料情報ガイド</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/public_race/">ボート競輪オート</a></h3> <ul class="footer_genre-nav"> <li><a href="/public_race/news/">ニュース</a></li> <li><a href="/public_race/photonews/">写真ニュース</a></li> <li><a href="/public_race/boat/">ボート</a></li> <li><a href="/public_race/keirin/">競輪</a></li> <li><a href="/public_race/auto/">オート</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/entertainment/">芸能</a></h3> <ul class="footer_genre-nav"> <li><a href="/entertainment/news/">ニュース</a></li> <li><a href="/entertainment/photonews/">写真ニュース</a></li> <li><a href="/entertainment/akb48/">AKB48</a></li> <li><a href="/entertainment/nogizaka46/">坂道</a></li> <li><a href="/entertainment/hollywood/">ハリウッド</a></li> <li><a href="/entertainment/korea/">韓国エンタメ</a></li> <li><a href="/entertainment/romance/">結婚・熱愛</a></li> <li><a href="/entertainment/split/">離婚・破局</a></li> <li><a href="/entertainment/cinema/">映画</a></li> <li><a href="/entertainment/drama/">ドラマ</a></li> <li><a href="/entertainment/incident/">事件・事故</a></li> <!-- <li><a href="/entertainment/trend/">トレンド</a></li> --> <li><a href="/entertainment/fortune/">占い</a></li> <!-- <li><a href="/entertainment/award/ns-cinema/">映画大賞</a></li> <li><a href="/entertainment/award/ns-dramagp/">ドラマGP</a></li> --> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/general/">社会</a></h3> <ul class="footer_genre-nav"> <li><a href="/general/news/">ニュース</a></li> <li><a href="/general/photonews/">写真ニュース</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/leisure/">釣り・趣味・旅</a></h3> <ul class="footer_genre-nav"> <li><a href="/leisure/fishing/news/">釣りニュース</a></li> <li><a href="/leisure/fishing/photonews/">釣り写真</a></li> <li><a href="/leisure/health/">健康</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title"><a href="/amusement/">アミューズメント</a></h3> <ul class="footer_genre-nav"> <li><a href="/amusement/esports/">eスポーツ</a></li> <li><a href="/amusement/pachislot/">パチンコ・パチスロ</a></li> <li><a href="/amusement/jong/">麻雀</a></li> </ul> </div> <div class="footer_genre-box"> <h3 class="footer_genre-title">ピックアップ</h3> <ul class="footer_genre-nav"> <li><a href="/feature/">特集一覧</a></li> <li><a href="/column/">コラム一覧</a></li> <li><a href="/illustration/">イラスト一覧</a></li> <li><a href="/rss/">RSS一覧</a></li> <li><a href="https://www.nikkansports.shop/" target="_blank">ショッピング</a></li> <li><a href="/tool/pay/top-pay.html">有料サイト</a></li> <li><a href="/keiba/copy/">プリントサービス</a></li> </ul> </div> </div> </nav> <hr class="hide"> <nav class="footer_site-nav clm-2"> <div class="clm-box fl-l"> <dl class="footer_company-nav"> <dt> <img src="https://www.nikkansports.com/mod2015/img/logo/logo_header_nikkansportscom.png" width="120" alt="日刊スポーツ"> </dt> <dd> <a href="/company/">会社案内</a> <a href="/recruit/">採用情報</a> <a href="/advertising/top-advertising.html">広告ガイド</a> <a href="/policy/sitepolicy.html">サイトポリシー</a> <a href="/policy/linkpolicy.html">リンクポリシー</a> <a href="/policy/copyright.html">著作権について</a> <a href="/company/top-paper-applicationform.html">紙面利用について</a> <a href="/policy/privacypolicy.html">個人情報の取り扱い</a> <a href="/contact/contact.html">お問い合わせ</a> </dd> </dl> </div> <div class="clm-box fl-r"> <aside id="otherCopyright"> <h4>データ提供</h4> <dl class="copyright-list"> <dt>日本プロ野球(NPB):</dt> <dd>NPB・BIS</dd> </dl> <dl class="copyright-list"> <dt>MLB:</dt> <dd>(C) 2022 Sportradar AG, St. Gallen, Switzerland</dd> </dl> <dl class="copyright-list"> <dt>アマチュア野球:</dt> <dd>(株)Omyu Technology</dd> </dl> <dl class="copyright-list"> <dt>サッカー:</dt> <dd>(C)データスタジアム株式会社、(C)JSTATS</dd> </dl> </aside> </div> </nav> </section><!-- /footerSiteNav --> <section id="footerCopyright"> <p class="footer_copyright"> (C)2025,Nikkan Sports News. <span>nikkansports.comに掲載の記事・写真・カット等の転載を禁じます。すべての<a href="/policy/copyright.html">著作権</a>は日刊スポーツNEWSに帰属します。</span> </p> </section><!-- /footerCopyright --> </footer> <!-- sticky --> <script src="/mod2015/js/stickyfill.min.js"></script> <script> var elements = document.querySelectorAll('.sticky'); Stickyfill.add(elements); </script> <!-- sticky --> <div id="gStickyAd"> <style> #gStickyAd { position: fixed; z-index: 1000; bottom: 0px; left: 0px; width: 100%; visibility: visible; opacity: 1; text-align:center; background-color: rgba(0,0,0,0.6); } #gColseButton{ width: 25px; height: 25px; position: absolute; right: 0px; top: -25px; font-size: 20px; text-align: center; color: #fff; font-weight: bold; background-color: rgba(0,0,0,0.6); border-radius: 10px 0 0 0; padding: 3px; } </style> <div id="adUnit36"> <script> if(!/(members|premium)\//.test(pageURL)){ if(pcAdUnit36){ var adUnit36 = ''; adUnit36 += '<div id="gColseButton">×</div>\n'; adUnit36 += '<!-- ' + pcAdUnitName[35] + ' --><div id="' + pcAdUnitId[35] + '" style="padding: 5px 0; margin: 0 auto;"></div>\n'; // html出力 $('#adUnit36').append(adUnit36); var adUnit36s = document.createElement("script"); adUnit36s.innerHTML = "googletag.cmd.push(function() { googletag.display('" + pcAdUnitId[35] + "'); });"; var adUnit36ele = document.getElementById(pcAdUnitId[35]); adUnit36ele.appendChild(adUnit36s); } } </script> </div> <script> if(!/(members|premium)\//.test(pageURL)){ if(pcAdUnit36){ document.getElementById("gColseButton").onclick = function(){ document.getElementById("adUnit36").style.display = "none"; } } } </script> </div> </body> </html>