' + '
' + '
' + channelHTML[value.channel] + '
' + '
' + '
' + value.title + episode + '
' + '
' + '
' + '' + '' ); }); simulContentBox.ready(function() { $("header .__ondemand .container .__credit").text(credit); if(programLength === 0) { $("header .__ondemand .container .__navi").css({"display" : "none"}); $("nav .__slide-menu .__mod .__head").css({"display" : "none"}); } resolve(); }); }); }); (function() { var renderFlg = false; var renderFlgSp = false; $("header .__ondemand").on('hover', function() { if(!renderFlg) { clipSimulContents(); renderFlg = true; } }); $("nav .__slide-menu .-net-viewing").on("click", function() { if(!renderFlgSp) { clipSimulContents(); renderFlgSp = true; } }); })(); function clipSimulContents() { getSimulContents.then(function() { $(".js-simulcast").on("click", function(e) { e.stopPropagation(); }); var boxHeight = $('.text-orver-flow').height(); textOrverFlow(boxHeight); var ww = window.windowWidth || window.innerWidth; if(ww > 800) { var flg = 'pc'; var ondemandPC = $(".nav__global .__ondemand"); var elp = $('.nav__global .js-text-elp'); var cloneWidth = 'calc(100% - 20px)'; var targetHeight = '60'; } else { var flg = 'sp'; var ondemandSP = $("#menu-sp .__slide-menu .__mod"); var elp = $('#menu-sp .js-text-elp'); var cloneWidth = 'calc(100% - 60px)'; var targetHeight = '35'; } elp.each(function () { // flg === 'pc' ? ondemandPC.addClass('is-active is-transparent') : ondemandSP.css({"display" : "block"}); var target = $(this); var html = target.html(); var clone = target.clone(); clone.css({ opacity: '0', position: 'absolute', overflow: 'visible', width: cloneWidth, }); target.after(clone); target.height(targetHeight); clone.ready(function() { while (html.length > 0 && clone.height() > targetHeight) { html = html.substr(0, html.length - 1); clone.html(html + '…'); } target.html(clone.html()); clone.remove(); }); // flg === 'pc' ? ondemandPC.removeClass('is-active is-transparent') : ondemandSP.css({"display" : "none"}); }); }); } //リサイズ時 同時配信番組タイトル表示文字数変更 $(window).on('resize',function () { var boxHeight = $('.text-orver-flow').height(); textOrverFlow(boxHeight); }); //3点リーダー設定 function textOrverFlow(boxHeight) { var num = 0; $('.text-orver-flow').each(function () { // オリジナルの文章を取得 var OriginalHtml = resizeTitle[num]; var $target = $(this); var count = 0; var char = ""; var HTML = ""; //800<=x<1152画面の表示文字数 var charCount_md = 21; //1152<=x画面の表示文字数 var charCount_ld = 27; //800<=x<1152画面の文字サイズ14px*4.5rem if(boxHeight == 63){ while( count <= charCount_md) { //1文字目を取得 char = OriginalHtml[0]; //1文字目をカット OriginalHtml = OriginalHtml.slice(1); if(char != undefined){ //文字数カウント(全角半角チェック) count += getLen(char); count = roundFloat(count, 1); //文字挿入 HTML = HTML + char; }else{ //タイトルの長さが0になったので終了 if(OriginalHtml.length == 0){ break; } } } // 表示文字数より大きい場合、文章差し替え if(count > charCount_md){ HTML = HTML + '...'; }else{ HTML = HTML; } //1152<=x画面の文字サイズ16px*4.5rem }else{ while(count <= charCount_ld) { //1文字目を取得 char = OriginalHtml[0]; //1文字目をカット OriginalHtml = OriginalHtml.slice(1) ; if(char != undefined){ //文字数カウント(全角半角チェック) count += getLen(char); count = roundFloat(count, 2); //文字挿入 HTML = HTML + char; }else{ //タイトルの長さが0になったので終了 if(OriginalHtml.length == 0){ break; } } } // 表示文字数より大きい場合、文章差し替え if(count > charCount_ld){ HTML = HTML + '...'; }else{ HTML = HTML; } } $target.html(HTML); num += 1; }); }; //小数点以下(n位)四捨五入 function roundFloat( number, n ) { var _pow = Math.pow( 10 , n ); return Math.round( number * _pow ) / _pow; } //全角半角チェック function getLen(char){ var result = 0; var chr = char.charCodeAt(0); if((chr >= 0x00 && chr < 0x81) || (chr === 0xf8f0) || (chr >= 0xff61 && chr < 0xffa0) || (chr >= 0xf8f1 && chr < 0xf8f4)){ //半角文字の場合 //文字サイズにより半角文字と全角文字の横幅比が 1:2 とならないため0.5<で設定 result += 0.6; }else{ //全角文字の場合 result += 1; } //結果を返す return result; }; function getRequestUrl() { var urlBase = $(location).attr('protocol') + "//" + $(location).attr('host'); var urlPath = $(location).attr('pathname'); var requestUrl = urlBase; var pathArr = urlPath.split("/"); if (pathArr.length > 1) { switch (pathArr[1]) { // サイトTOP case "": // ジャンルTOP case "movie": case "drama": case "sports": case "music": case "stage": case "anime": case "documentary": case "extra": // 今後の放送予定 case "program": // 特集 case "special": // 新着番組 case "release": requestUrl = urlBase + urlPath; break; // ランキング case "ranking": // 番組表 case "schedule": requestUrl = urlBase + "/" + pathArr[1] + "/"; break; // 番組詳細 case "detail": requestUrl = urlBase + "/" + pathArr[1] + "/" + pathArr[2]; break; } } return requestUrl; } function setTrackingUrl(trackingUrl) { var joinLinkElem = document.getElementById("header_join_link"); if (joinLinkElem) { joinLinkElem.setAttribute("href", trackingUrl); } var joinLinkSpElem = document.getElementById("header_join_link_sp"); if (joinLinkSpElem) { joinLinkSpElem.setAttribute("href", trackingUrl); } window.globalTrackingUrl.isAvailable = true; window.globalTrackingUrl.url = trackingUrl; } (function() { var dir = location.pathname.split("/"); if (dir.indexOf("movie") === 1) { $(".genre_menu .genre_menu_movie a").addClass("active"); } else if (dir.indexOf("drama") === 1) { if (dir.indexOf("original") === 2) { $(".genre_menu .genre_menu_original-drama a").addClass("active"); } else if (dir.indexOf("kaigai") === 2) { $(".genre_menu .genre_menu_kaigai-drama a").addClass("active"); } else if (dir.indexOf("korea") === 2) { $(".genre_menu .genre_menu_korea-drama a").addClass("active"); } } else if (dir.indexOf("sports") === 1) { $(".genre_menu .genre_menu_sports a").addClass("active"); } else if (dir.indexOf("music") === 1) { $(".genre_menu .genre_menu_music a").addClass("active"); } else if (dir.indexOf("stage") === 1) { $(".genre_menu .genre_menu_stage a").addClass("active"); } else if (dir.indexOf("anime") === 1) { $(".genre_menu .genre_menu_anime a").addClass("active"); } else if (dir.indexOf("documentary") === 1) { $(".genre_menu .genre_menu_documentary a").addClass("active"); } else if (dir.indexOf("extra") === 1) { $(".genre_menu .genre_menu_extra a").addClass("active"); } else if (dir.indexOf("schedule") === 1) { $(".genre_menu .genre_items.__program a").addClass("active"); } })(); // genre_menuのスクロール位置固定 (function() { // Cookieに値があればスクロール、Cookieをリセット setTimeout(function() { if(Cookies.get("SCROLL")) { $("#genre_menu_sp").scrollLeft(Cookies.get("SCROLL")); Cookies.remove(Cookies.get("SCROLL")); } $("#genre_menu_sp ul").addClass("is-visible"); },200); $(".genre_item").on("click", function() { // 遷移を一旦止める event.preventDefault(); var link = $(this).attr('href'); // スクロール位置をCookieにセット Cookies.set("SCROLL", $("#genre_menu_sp").scrollLeft(), { expires: 1 }); setTimeout(function() { location.href= link; }, 50); }); })(); },false); function logoutFunction() { var currentUrl = window.location.href; // ログアウトボタンがクリックされた時の条件 if (currentUrl.includes('https://www-stg.wowow.co.jp/')) { // ステージング環境の場合、リンク先を変更 window.location.href = 'https://www-stg.wowow.co.jp/myw/logout.php'; } else { // それ以外の場合、通常のリンク先を使用 window.location.href = 'https://www.wowow.co.jp/myw/logout.php'; } } function logoutGaCustom() { gaCustom(this,'send', 'event', 'header', 'Click', 'wol_pc_login_logout'); }

WOWOWオンラインを快適にご利用いただくために、ブラウザをアップグレードすることを推奨いたします。

サイトポリシー
閉じる

番組で使用されているアイコンについて

初回放送
新番組
最終回
生放送
アップコンバートではない4K番組
4K-HDR番組
二カ国語版放送
吹替版放送
字幕版放送
字幕放送
ノンスクランブル(無料放送)
  
5.1chサラウンド放送
5.1chサラウンド放送(副音声含む)
オンデマンドでの同時配信
オンデマンドでの同時配信対象外
映倫PG-12(12歳未満は保護者同伴が望ましい) ※2009年4月以前の映倫指定
映倫PG12(12歳未満は助言・指導が必要)
PG12に相当する内容が含まれるもの
映倫R-15(15歳未満鑑賞不可) ※2009年4月以前の映倫指定
R-15に相当する内容が含まれるもの
映倫R15+(15歳以上鑑賞可)
R15+に相当する内容が含まれるもの
映倫R指定(一般映画制限付) ※1998年4月以前の映倫指定
映像倫R指定(15歳未満鑑賞不可)