@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }
#fp-wrap{
    background: #fff url("../img/bg.png") repeat 0 0;
}
#fp-l{
    padding: 20px 0;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 0 10px 40px rgba(255,255,255,0.7);
}
.cx_smartphoneview #fp-l{
    padding: 0 0 20px;
    box-shadow: none;
}
/*#fp-contents{
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 0 10px 40px rgba(255,255,255,0.7);
}*/
.cx_smartphoneview .narrowsp{ letter-spacing: -0.05em;}
/* ---------------------------------------------
	スポーツベーシックページ
--------------------------------------------- */
.sportsBsc h2{
    color: #8b6c32;
    border-bottom: solid 2px #d6ae55;
}
.sportsBsc #fp-l > div{ margin-bottom: 2.4em;}
.cx_smartphoneview .sportsBsc h2{ font-size: 130%;}
.cx_smartphoneview #fp-l > div{ width: 92%;}
/*.sportsBsc #fp-l > div#pickupWrap{ margin-bottom: 20px;}*/
#fp-l > div#mainV,
.cx_smartphoneview #fp-l > div#mainV{ margin-bottom: 2em;}

/*-------------出演者-------------*/
#cast h3{
    color: #fff;
    font-size: 110%;
    line-height: 1.0;
    padding: 0.2em 0.3em;
    background-color: #2a9151;
    background: -moz-linear-gradient(left,  rgba(32,150,60,1) 0%, rgba(37,148,71,1) 50%, rgba(42,145,81,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,150,60,1)), color-stop(50%,rgba(37,148,71,1)), color-stop(100%,rgba(42,145,81,0)));
    background: -webkit-linear-gradient(left,  rgba(32,150,60,1) 0%,rgba(37,148,71,1) 50%,rgba(42,145,81,0) 100%);
    background: -o-linear-gradient(left,  rgba(32,150,60,1) 0%,rgba(37,148,71,1) 50%,rgba(42,145,81,0) 100%);
    background: -ms-linear-gradient(left,  rgba(32,150,60,1) 0%,rgba(37,148,71,1) 50%,rgba(42,145,81,0) 100%);
    background: linear-gradient(to right,  rgba(32,150,60,1) 0%,rgba(37,148,71,1) 50%,rgba(42,145,81,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20963c', endColorstr='#002a9151',GradientType=1 );
    margin-bottom: 0.5em;
}
#cast .name_list{
    display: flex;
    margin-bottom: 0.5em;
}
#cast .name_list dt::before{
    display: none;
}
#cast .name_list dt{
    background-color: #8b6c32;
    color: #fff;
    line-height: 1.0;
    font-size: 88%;
    font-weight: normal;
    padding: 0.2em 0.4em 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 10em;
}
#cast .name_list dd{ margin-bottom: 0;}
#cast .name_list li{
    line-height: 1.0;
    padding: 0.3em;
}
#cast .name_list li.fLeft::after{ content: "／";}
#cast .name_list li.fLeft:nth-last-of-type(1)::after{ display: none;}
/*.cx_smartphoneview #cast .name_list li.fLeft{ float: none;}
.cx_smartphoneview #cast .name_list li.fLeft::after{ display: none;}*/
/*#cast > ul{
    display: flex;
    flex-wrap: wrap;
}*/
/*#cast > ul li{
    flex-shrink: 0;
    width: 24.4%;
    margin: 0 0.8% 0.6em 0;
}
#cast > ul li:nth-of-type(4n){ margin-right: 0;}
.cx_smartphoneview #cast > ul li{
    width: 33%;
    margin: 0 0.5% 0.6em 0;
}
.cx_smartphoneview #cast > ul li:nth-of-type(4n){ margin-right: 0.5%;}
.cx_smartphoneview #cast > ul li:nth-of-type(3n){ margin-right: 0;}*/
#cast > ul li.len3{
    width: 33%;
    margin: 0 0.5% 0.6em 0;
}
#cast > ul li.len3:nth-of-type(3n){ margin-right: 0;}
#cast > ul li.len2{
    width: 50%;
    margin: 0;
}
#cast > ul li dl{ margin-bottom: 0;}
#cast > ul li .pos{
    background-color: #cb0000;
    color: #fff;
    line-height: 1.0;
    font-size: 88%;
    font-weight: normal;
    padding: 0.24em 0.4em 0.2em;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    z-index: 555;
    box-sizing: border-box;
    vertical-align: bottom;
}
.cx_smartphoneview #cast > ul li .pos{ font-size: 82%;}
.cx_smartphoneview #cast > ul li .pos.narrowsp{ letter-spacing: -0.07em;}
@media all and (-ms-high-contrast:none) {
    #cast .name_list dt,
	#cast > ul li .pos{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}
#cast > ul li dd.thum{
    background-color: #aaa;
    /*min-height: 220px;*/
    margin-top: -0.2em;
    margin-bottom: 0.3em;
    position: relative;
    z-index: 333;
    box-shadow: 1px 1px 10px #e7e7e7;
}
#cast > ul li dd.thum img{
    width: 100%; height: auto;
    vertical-align: bottom;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#cast > ul li dt::before{ display: none;}
#cast > ul li dt{
    font-size: 100%;
    font-weight: bold;
    line-height: 1.1;
}
#cast > ul li dt span,
#cast .name_list li span.opt2{
    font-weight: normal;
    font-size: 74%;
    font-feature-settings: "palt";
}
#cast .name_list li span.opt1{
    font-weight: normal;
    font-size: 90%;
    font-feature-settings: "palt";
}
.cx_smartphoneview #cast > ul li dt span{
    font-size: 68%;
    letter-spacing: -0.05em;
}


/*-------------配信告知-------------*/
#fp-l > div#streamWrap{
    /* background-color: #9b7b3f; */
    background: rgb(233,228,219);
    background: -moz-linear-gradient(top,  rgba(233,228,219,1) 0%, rgba(234,226,190,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(233,228,219,1) 0%,rgba(234,226,190,1) 100%);
    background: linear-gradient(to bottom,  rgba(233,228,219,1) 0%,rgba(234,226,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e4db', endColorstr='#eae2be',GradientType=0 );
    padding: 1em 0.4em;
    box-sizing: border-box;
    font-size: 120%;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 1.5;
    font-feature-settings: "palt";
    margin-bottom: 0;
}
.cx_smartphoneview #fp-l > div#streamWrap{
    width: 100%;
    font-size: 110%;
    padding: 0.6em 0.4em;
}
#streamWrap .strong{
    color: #cb0000;
    font-size: 120%;
}
#streamWrap a{
    font-weight: bold;
    color: #000;
    display: block;
}
.stream__link{
    background-color: #cb0000;
    color: #fff;
    display: inline-block;
    padding: 0.3em 4em;
    margin-top: 0.2em;
    border-radius: 4em;
    position: relative;
}
.stream__link::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position:absolute;
    top: 50%;
    right: 0.8em;
    border-width: 0.4em 0 0.4em 0.6em;
    border-color: transparent transparent transparent rgba(255,255,255,0.8);
    margin-top: -0.4em;
}
.cx_displaydevice #streamWrap.on:hover .stream__link{ background-color: #e60000;}
#streamWrap.end .stream__link{
    background-color: #959595;
    color: #dadada;
    padding: 0.3em 2em;
}
#streamWrap.end .stream__link::after{ display: none;}

/*-----------------緊急お知らせ-----------------*/
#fp-l > div.news{
    margin: 0 0 3em;
    padding: 1.4em 1.8em 1.4em;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.cx_smartphoneview #fp-l > div.news{
    margin: 0 auto 3em;
    padding: 1.2em 0.3em 1.2em;
    width: 100%;
    font-size: 90%;
    letter-spacing: -0.03em;
}
.news::before,
.news::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.4em;
    background-color: #ad9765;
    position: absolute;
    top: -0.4em;
    left: 0;
    z-index: 333;
}
.news::after{
    top: auto;
    bottom: -0.4em;
}
.news__date{
    background-color: #db3d79;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.2;
    display: flex;
    padding: 0.2em 0.6em;
    position: absolute;
    top: -0.8em;
    left: 1.6em;
    z-index: 555;
    align-items: center;
}
.news__date::before{
    content: "!";
    display: inline-block;
    background-color: #db3d79;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -1.8em;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    padding: 0.2em;
}
.news__detail{
    font-size: 94%;
    line-height: 1.8;
    margin-bottom: 1em;
}
.news__detail:nth-last-of-type(1){ margin-bottom: 0;}
.news__detail .strong{
    font-size: 114%;
    font-weight: bold;
}
.news__detail .red{
    background-color: #d00000;
    color: #fff;
    border-radius: 3em;
    display: inline-block;
    line-height: 1;
    padding: 0.2em 0.6em;
    margin-right: 0.1em;
    font-size: 94%;
}
.cx_smartphoneview .news__detail .red{ padding: 0.2em 0.4em;}

/*-------------中継テーマ-------------*/
.cx_smartphoneview #fp-l > div#introWrap{
    width: 96%;
}
#introWrap p{
    font-size: 94%;
    line-height: 1.8;
    padding-bottom: 0.8em;
    text-align: center;
}
.strong{
    font-weight: bold;
    color: #8b6c32;
}

/*-------------みどころ-------------*/
#pickupWrap .h3Wrap{
    background-color: #2a9151;
    background: -moz-linear-gradient(left,  rgba(32,150,60,1) 0%, rgba(37,148,71,1) 50%, rgba(42,145,81,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,150,60,1)), color-stop(50%,rgba(37,148,71,1)), color-stop(100%,rgba(42,145,81,0)));
    background: -webkit-linear-gradient(left,  rgba(32,150,60,1) 0%,rgba(37,148,71,1) 50%,rgba(42,145,81,0) 100%);
    background: -o-linear-gradient(left,  rgba(32,150,60,1) 0%,rgba(37,148,71,1) 50%,rgba(42,145,81,0) 100%);
    background: -ms-linear-gradient(left,  rgba(32,150,60,1) 0%,rgba(37,148,71,1) 50%,rgba(42,145,81,0) 100%);
    background: linear-gradient(to right,  rgba(32,150,60,1) 0%,rgba(37,148,71,1) 50%,rgba(42,145,81,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20963c', endColorstr='#002a9151',GradientType=1 );
    position: relative;
    padding: 0.2em 0.3em 0.2em;
    margin-top: 1em;
    margin-bottom: 0.4em;
    display: flex;
    align-items: baseline;
}
.cx_smartphoneview #pickupWrap .h3Wrap{ align-items: center;}
#pickupWrap h3{
    color: #fff; margin-bottom: 0;
    text-shadow: 0em 0em 0.4em #2a9151;
}
.cx_smartphoneview #pickupWrap h3{ font-size: 120%;}
#pickupWrap .h3Wrap:nth-of-type(1){ margin-top: 0;}
#pickupWrap .h3Wrap::before{
    content: "1.";
    font-size: 220%;
    font-weight: bold;
    line-height: 1.0;
    color: #f0e9c4;
    font-style: italic;
    margin-right: 0.1em;
}
#pickupWrap .h3Wrap:nth-of-type(2)::before{ content: "2.";}
#pickupWrap .h3Wrap:nth-of-type(3)::before{ content: "3.";}
#pickupWrap h3 span{
    font-size: 180%;
    color: #fd1d00;
    font-style: italic;
}
#pickupWrap p{ text-align: justify;}


/*-------------Twitter企画-------------*/
#TwitterPost a{
    display: block;
    background-color: #1da1f2;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    border-top: solid 3px #78ccff;
    border-bottom: solid 4px #0079c4;
    position: relative;
    margin: 0.3em 0 2em;
}
#TwitterPost a:hover{ background-color: #33b1ff;}
#TwitterPost a::before{
    content: "";
    display: block;
    background: url("../img/twlogo.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -15px;
}
.cx_smartphoneview #TwitterPost a{
    height: 80px;
    line-height: 80px;
    font-size: 110%;
}
.cx_smartphoneview #TwitterPost a::before{
    width: 44px;
    height: 44px;
    margin-top: -22px;
    left: 20px;
}

/*-------------視聴者プレゼント企画-------------*/
#present{
    background-color: rgba(237, 214, 114, 0.3);
    padding: 1em;
    box-sizing: border-box;
}
.cx_smartphoneview #present{
    padding: 1em 0.6em;
}
.sportsBsc #present h2{
    padding-bottom: 0.2em;
}
.sportsBsc #present h2 span{ font-size: 80%;}
.cx_smartphoneview .sportsBsc #present h2{ font-size: 120%;}
#present .detail{
    font-size: 94%;
    line-height: 1.6;
    padding-bottom: 0.3em;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}
.cx_smartphoneview #present .detail{ font-size: 92%;}
#present .attention{
    font-size: 76%;
    line-height: 1.3;
}
#present .photoWrap{
    width: 180px;
    /*width: 162px;*/
    height: 265px;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin-right: 0.8em;
    position: relative;
    z-index: 999;
}
#present .photoWrap img{ width: 100%; height: auto;}
.cx_smartphoneview #present .photoWrap{
    margin-right: 0.5em;
    width: 192px;
    height: auto;
}
#present .link{
    background-color: #cb0000;
    color: #fff;
    font-size: 94%;
    line-height: 1.0;
    padding: 0.8em 0;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
    z-index: 888;
    text-align: center;
    margin-top: 1.6em;
}
#present .link::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #f2e0c9;
    /*border-style: inset;*/
    transform:rotate(360deg);
    position:absolute;
    top:50%;
    right:14px;
    margin-top: -8px;
}
.cx_smartphoneview #present .link{ text-align: center; margin-top: 0.6em;}
.cx_displaydevice #present a:hover .link{ background-color: #e80000;}
@media all and (-ms-high-contrast:none) {
	#present .link{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}

/*-------------リンク-------------*/
.sportsBsc #fp-l > div.linkBtn{ margin-bottom: 5em;}
.linkBtn a{
    display: block;
    background-color: #02006f;
    padding: 1em;
    color: #fff;
    line-height: 1.4;
    border-radius: 0.5em;
    position: relative;
}
.linkBtn a .card{
    font-size: 140%;
    font-weight: bold;
}
.linkBtn a .oadate{
    font-weight: bold;
}
.linkBtn a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
    /*border-style: inset;*/
    transform:rotate(360deg);
    position:absolute;
    top:50%;
    right:1em;
    margin-top: -8px;
}
.cx_displaydevice .linkBtn a:hover{ background-color: #0a0892;}
.cx_smartphoneview .linkBtn a .ttl{ font-size: 90%;}
.cx_smartphoneview .linkBtn a .card{ font-size: 120%;}
.cx_smartphoneview .linkBtn a .oadate{ font-size: 90%;}

/*-------------公式Twitter-------------*/
#twWrap{ position: relative;}
#twWrap h2{ margin-bottom: 5px;}
#twWrap a#twLink{
    display: block;
    position: absolute;
    top: -6px;
    right: 0;
    background-color: #1da1f2;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    padding: 3px 10px;
    border-radius: 5px;
}
#twWrap a#twLink:hover{ background-color: #0088db;}
#twWrap iframe{ box-shadow: 1px 1px 10px rgba(0,0,0,0.15);}
@media all and (-ms-high-contrast:none) {
    #TwitterPost p.ex,
    #TwitterPost a,
	#twWrap a#twLink{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}

/*-------------リンク-------------*/
#link_bnr a{
    display: block;
    background-color: rgba(196, 171, 66, 0.3);
    /*height: 74px;*/
    padding: 1em;
    position: relative;
    /*border-radius: 8px;*/
}
/*#link_bnr a::before{
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: rgba(255,255,255,0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888;
}*/
/*#link_bnr a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #f2e0c9;
    border-style: inset;
    -webkit-transform:rotate(360deg);
    position:absolute;
    top:50%;
    right:14px;
    margin-top: -8px;
}*/
/*.cx_displaydevice #link_bnr a:hover{ background-color: #d09039}*/
#link_bnr .logo{
    width: 140px;
    height: auto;
    background-color: #fff;
    float: left;
    padding: 0.5em;
    margin-right: 1em;
    z-index: 9999;
    position: relative;
    /*border-radius: 6px;*/
    /*box-shadow: 0px 0px 4px rgba(0,0,0,0.3) inset;*/
    box-sizing: border-box;
}
#link_bnr .logo img{
    width: 100%;
    height: auto;
}
#link_bnr .oadate{
    line-height: 1.2;
    font-weight: bold;
    /*color: #fff;*/
    font-size: 118%;
    /*text-shadow: -1px -1px 2px #93682d;*/
    /*margin-top: 0.8em;*/
    padding: 0.3em 0 0.5em;
    color: #8b6c32;
}
#link_bnr .link{
    background-color: #cb0000;
    color: #fff;
    font-size: 94%;
    line-height: 1.0;
    padding: 0.5em 0;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
    z-index: 8888;
}
#link_bnr .link::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #f2e0c9;
    /*border-style: inset;*/
    transform:rotate(360deg);
    position:absolute;
    top:50%;
    right:14px;
    margin-top: -8px;
}
.cx_displaydevice #link_bnr a:hover .link{ background-color: #e80000;}
@media all and (-ms-high-contrast:none) {
	#link_bnr .link{
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
}


.cx_smartphoneview #link_bnr a{
    /*height: 96px;*/
    padding: 0.6em;
}
.cx_smartphoneview #link_bnr .logo{
    /*width: 120px;
    height: 86px;*/
    width: 150px;
    margin-right: 0.5em;
}
.cx_smartphoneview #link_bnr .oadate{
    font-size: 94%;
    letter-spacing: -0.03em;
    padding: 0 0 0.3em;
}
.cx_smartphoneview #link_bnr .link{
    font-size: 84%;
    /*margin-top: 0.6em;*/
    padding: 0.3em 0;
}


#fp-bhp #fp-bhp-rectangle{ display: none !important;}
.cx_displaydevice #gbheader, .cx_displaydevice #gbfooter{ z-index: 8888;}
@media screen and (max-width: 750px) and (orientation: portrait), (max-width: 1013px) and (orientation: landscape){
    .sp_display #gbheader #nav_upper .cx_header_content #nav_upper__sub{
        display: none !important;
    }
}