@charset "UTF-8";

#fp-contents{
    background: url("../img/bg_main.png") repeat center center;
    background-size: 20px auto;
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    height: 520px;
    padding-top: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(53,53,53,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(53,53,53,1)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(53,53,53,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(53,53,53,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(53,53,53,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(53,53,53,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#353535',GradientType=0 );
}
.header__main.slide .header__main__photos{
    height: 0;
    padding-top: 42.667%;
    position: relative;
}
.header__main__photos li{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.header__main__photos li:nth-of-type(1){ background-image: url("../photo/mainV_pc_01.jpg");}
.header__main__photos li:nth-of-type(2){ background-image: url("../photo/mainV_pc_02.jpg");}
.header__main__photos li:nth-of-type(3){ background-image: url("../photo/mainV_pc_03.jpg");}
.header__main__photos li:nth-of-type(4){ background-image: url("../photo/mainV_pc_04.jpg");}
.header__main__photos li:nth-of-type(5){ background-image: url("../photo/mainV_pc_05.jpg");}
@media screen and (min-width: 1500px){
    .header__main,
    .header__main.slide .header__main__photos{
        height: 640px;
        padding-top: 0;
    }
}
/* @media screen and (max-width: 1100px){
    .header__main{ background-size: cover, contain;}
} */
.header__main h1{
    position: absolute;
    top: 1.8vw;
    left: 0; right: 0;
    margin: 0 auto;
    background: url("../img/ttl_l.png") no-repeat center bottom;
    width: 100%;
    height: 9.4vw;
    background-size: contain;
    /* filter: drop-shadow(0px 0px 0.3em #fff) drop-shadow(0px 0px 0.3em #fff) drop-shadow(0px 0px 0.6em #fff) drop-shadow(0px 0px 1em #ffffffaf) drop-shadow(0px 0px 1.5em #ffffffaf);
    transform: translate3d(0, 0, 0); */
}
.header__oadate{
    width: 100%;
    background: #000 url("../img/oadate.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 4vw;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (min-width: 1500px){
    .header__main h1{ height: 140px; top: 2em;}
    .header__oadate{
        padding-top: 0;
        height: 80px;
    }
}
@media screen and (max-width: 768px){
    .header__main.slide{
        height: auto;
    }
    .header__main.slide .header__main__photos{ padding-top: 88.932%;}
    .header__main__photos li:nth-of-type(1){ background-image: url("../photo/mainV_sp_01.jpg");}
    .header__main__photos li:nth-of-type(2){ background-image: url("../photo/mainV_sp_02.jpg");}
    .header__main__photos li:nth-of-type(3){ background-image: url("../photo/mainV_sp_03.jpg");}
    .header__main__photos li:nth-of-type(4){ background-image: url("../photo/mainV_sp_04.jpg");}
    .header__main__photos li:nth-of-type(5){ background-image: url("../photo/mainV_sp_05.jpg");}
    .header__main h1{
        background: url("../img/ttl_s.png") no-repeat center bottom;
        background-size: contain;
        top: 3.8vw;
        height: 26vw;
    }
    .header__oadate{
        background: #000 url("../img/oadate_sp.png");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 15vw;
    }
}
.header__sub{
    background-color: #d4c227;
    color: #000;
    text-align: center;
    padding: 0.8em 0 0;
    border-bottom: solid 5px #000;
}
.header__sub__oadate{
    font-size: 160%;
    line-height: 1.2;
    font-weight: bold;
}
.header__sub__detail{
    background-color: rgba(255,255,255,0.9);
    text-align:justify
}
.header__sub__detail p{
    max-width: 800px;
    margin: 0.5em auto 0;
    padding: 1.4em 0;
    line-height: 1.8;
    box-sizing: border-box;
}
@media screen and (max-width: 900px){
    .header__sub__detail p{
        max-width: 100%;
        padding: 1.4em 5vw;
    }
}
@media screen and (max-width: 550px){
    .header__sub__oadate{ font-size: 140%;}
}

/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
.contents-all h2{
    /* background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(123,155,229,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(123,155,229,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(123,155,229,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); */
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 0 0.2em;
    position: relative;
    transform: skewX(-10deg);
}
/* .contents-all h2::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0; right: 0;
	margin:-0.4em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 1.6em 1.6em 0;
	border-color: transparent #edeff6 transparent transparent;
} */
/* .contents-all h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: -moz-linear-gradient(left,  rgba(0,15,63,1) 0%, rgba(0,15,63,0.99) 1%, rgba(0,15,63,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,15,63,1) 0%,rgba(0,15,63,0.99) 1%,rgba(0,15,63,0) 100%);
    background: linear-gradient(to right,  rgba(0,15,63,1) 0%,rgba(0,15,63,0.99) 1%,rgba(0,15,63,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f3f', endColorstr='#00000f3f',GradientType=1 );

    bottom: -3px;
    left: 0;
} */
.content-base.color{
    background-color: rgba(0,0,0,0.2);
}
.contents-all .content-base.color h2{ background-color: #fff; color: #000;}


/*-------------放送スケジュール-------------*/
.oaSchedule__list > li{
    border-bottom: solid 1px #333;
    /* padding: 1em 0; */
}
.oaSchedule__list > li:nth-of-type(1){ padding-top: 0;}
.oaSchedule__list > li > dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    line-height: 1.0;
}
.oaSchedule__list > li > dl > *{ flex-shrink: 0;}
.oaSchedule__list__detail{ width: calc(100% - 18em);}
.oaSchedule__list__date{
    font-size: 110%;
    font-weight: bold;
    margin-right: 0.5em;
    min-width: auto;
}
.oaSchedule__list__round{
    font-size: 110%;
    font-weight: bold;
    min-width: 9.5em;
}
.oaSchedule__list__detail > div,
.oaSchedule__list__detail > a div{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    align-items: center;
    border-bottom: dashed 1px #aaa;
}
.oaSchedule__list__detail > div:nth-last-of-type(1),
.oaSchedule__list__detail > a div,
.oaSchedule__list__detail > a:nth-last-of-type(1){ margin-bottom: 0;}
.oaSchedule__list__detail > a:nth-last-of-type(1) div{ border-bottom: none; padding-bottom: 0;}
.oaSchedule__list__detail > a{
    display: block;
    margin-bottom: 0.5em;
}
.oaSchedule__list__detail .ch{
    color: #fff;
    display: flex;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8em;
    margin: 0 0.4em 0;
    padding: 0.05em 0.4em;
}

.oaSchedule__list__detail .cs{ background-color: #006931;}
.oaSchedule__list__detail .bs{ background-color: #002f65;}
.oaSchedule__list__detail .ter{ background-color: #9b7820;}
.oaSchedule__list__detail .fod{ background-color: #a20000;}

@media screen and (max-width: 768px){
    .oaSchedule__list__detail{ width: 100%; margin-top: 0.4em;}
    .oaSchedule__list__detail .ch{ margin: 0 0.4em 0 0;}
}
@media screen and (max-width: 550px){
    .oaSchedule__list__date{ margin-bottom: 0em; min-width: auto;}
    .oaSchedule__list__round{
        /* width: calc( 100% - 8.5em); */
        margin-bottom: 0em;
    }
    .oaSchedule__list__detail .ch{
        margin: 0 0.4em 0 0;
        width: auto;
        min-width: 4.8em;
    }
}

.oaSchedule__list__detail .time{
    font-weight: bold;
    font-size: 110%;
    color: #333;
    padding-top: 0.1em;
}
.oaSchedule__list__detail .time .attention{
    font-weight: normal;
    font-size: 70%;
}
.oaSchedule__list__detail .link{
    display: flex;
    align-items: center;
    height: 1.5em;
    border: solid 0.2em #a20000;
    font-size: 100%;
    padding: 0 1.5em 0 0.5em;
    border-radius: 3em;
    font-weight: bold;
    color: #a20000;
    position: relative;
    margin-left: 0.5em;
    box-sizing: border-box;
}
.oaSchedule__list__detail .link_cs .link{
    border: solid 0.2em #006931;
    color: #006931;
}
.oaSchedule__list__detail .link_fod .link{ height: 1.8em;}
.oaSchedule__list__detail .link_tver .link{
    border: solid 0.2em #00aeff;
    color: #00aeff;
    height: 1.8em;
}
.oaSchedule__list__detail .link::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%; right: 0.3em;
	margin:-0.4em 0 0 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #a20000;
}
.oaSchedule__list__detail .link_cs .link::after{
    border-color: transparent transparent transparent #006931;
}
.oaSchedule__list__detail .link_tver .link::after{
    border-color: transparent transparent transparent #00aeff;
}
.cx_displaydevice .oaSchedule__list__detail a:hover .link{
    background-color: #a20000;
    color: #fff;
}
.cx_displaydevice .oaSchedule__list__detail a.link_cs:hover .link{ background-color: #006931;}
.cx_displaydevice .oaSchedule__list__detail a.link_tver:hover .link{ background-color: #00aeff;}
.cx_displaydevice .oaSchedule__list__detail a:hover .link::after{
    border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 768px){
    .oaSchedule__list__detail .w50_sp{
        width: 48%;
        margin-top: 0.3em;
        margin-right: 2%;
    }
    .oaSchedule__list__detail .w50_sp:nth-last-of-type(1){ margin-right: 0;}
    .oaSchedule__list__detail .w50_sp .link{ margin-left: 0;}
}

.oaSchedule__attention{
    font-size: 84%;
    line-height: 1.4;
}
/*-------------FOD/CSリンク-------------*/
.oaSchedule__link{
    margin-top: 2em;
}
.oaSchedule__link_ttl{
    text-align: center;
    font-size: 118%;
    font-weight: bold;
    margin-bottom: 0.2em;
}
/*-------------TVer-------------*/
.tver,.fod,.bs,.other{ width: 100%; position: relative;}
.tver a.link_btn,
.fod a.link_btn,
.cs a.link_btn,
.bs a.link_btn,
.other a.link_btn{
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 110%;
    padding: 0.1em 0;
    border: solid 0.2em #00a6ff;
    color: #00a6ff;
    box-sizing: border-box;
    transition: 300ms;
}
.fod a.link_btn{
    border: solid 0.2em #bf0000;
    color: #bf0000;
}
.cs a.link_btn{
    border: solid 0.2em #00a008;
    color: #00a008;
}
.bs a.link_btn{
    border: solid 0.2em #000;
    color: #000;
    height: 3em;
}
.other a.link_btn{
    background-color: #bf0000;
    border: solid 0.2em #bf0000;
    color: #fff;
    height: 3em;
    font-size: 120%;
}
.cx_displaydevice .tver a.link_btn:hover{ 
    border: solid 0.2em #00bfff;
    color: #00bfff;
    box-shadow: 1px 1px 10px #00a6ff9c;
}
.cx_displaydevice .fod a.link_btn:hover{ 
    border: solid 0.2em #e90000;
    color: #e90000;
    box-shadow: 1px 1px 10px #bf00009b;
}
.cx_displaydevice .cs a.link_btn:hover{ 
    border: solid 0.2em #00b108;
    color: #00b108;
    box-shadow: 1px 1px 10px #00a0089b;
}
.cx_displaydevice .bs a.link_btn:hover{ 
    border: solid 0.2em #000;
    color: #000;
    box-shadow: 1px 1px 10px #00000074;
}
.cx_displaydevice .other a.link_btn:hover{ 
    background-color: #db0000;
    border: solid 0.2em #db0000;
    /* color: #bf0000; */
    box-shadow: 1px 1px 10px #bf00008d;
}
.fod.comingsoon a.link_btn{
    opacity: 0.5;
}
.cx_displaydevice .fod.comingsoon a.link_btn:hover{
    border: solid 0.2em #bf0000;
    color: #bf0000;
    box-shadow: none;
}
.oaSchedule__list .fod.comingsoon::after{
    content: "COMING SOON";
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    margin: -0.5em auto 0;
    color: #000;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    text-shadow: 1px 1px 0.6em #fff, 1px -1px 0.6em #fff, -1px 1px 0.6em #fff, -1px -1px 0.6em #fff;
    transform: rotate(-5deg);
}
.tver-logo,
.fod-logo,
.cs-logo{
    width: 7.0em;
    height: 2.6em;
    background: url("../../../../img/tver_logo2.svg") no-repeat center 0.2em;
    background-size: 90% 80%;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: -2em;
    border-radius: 0.5em;
}
.fod-logo{
    background: url("../../../img/fod_logo.svg") no-repeat center center;
    background-size: 65%;
}
.cs-logo{
    background: url("../../../img/cs-next_logo.svg") no-repeat center center;
    background-size: 88%;
    width: 10.0em;
}
.tver a.link_btn::after{
    border-color: transparent transparent transparent #00a6ff;
}
.fod a.link_btn::after{
    border-color: transparent transparent transparent #bf0000;
}
.cs a.link_btn::after{
    border-color: transparent transparent transparent #00a008;
}
.bs a.link_btn::after{
    border-color: transparent transparent transparent #000;
}
.other a.link_btn::after{
    border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 550px){
    .tver a.link_btn,.fod a.link_btn{ padding: 0;}
}

/*-------------放送内容-------------*/
.summary h3{
    font-size: 130%;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.6em;
    color: #9b7820;
}
.summary .bold{
    color: #7a6224;
}
.summary p:nth-last-of-type(1){ margin-bottom: 0;}

/*-------------注目ポイント-------------*/
#pickupWrap h3{
    font-size:  130%;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin: 0 0 10px;
}
#pickupWrap h3 span{ color: #ff7600;}
#pickupWrap h3 + h3{ margin: 18px 0 10px;}
#pickupWrap > div{ margin-bottom: 18px;}
#pickupWrap .photoWrap{
    width: 49%;
    height: auto;
    background-color: #ddd;
    float: left;
    margin: 0 2% 5px 0;
}
#pickupWrap .photoWrap img{ width: 100%; height: auto;}
#pickupWrap .photoWrap.w100{ width: 100%; height: auto; float: none;}
#pickupWrap p{
    line-height: 1.8;
    font-size: 94%;
    padding: 0 0 10px;
}
.cx_smartphoneview #pickupWrap p{ padding: 0;}
#pickupWrap ul{
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: dashed 1px #aaa;
    font-size: 88%;
    line-height: 1.6;
}
#pickupWrap .photoWrap + .photoWrap{ margin: 0 0 5px 0;}

/*-------------スペシャル動画-------------*/
.movie__list > li:hover{ border-bottom: solid 5px #900000;}


/*-------------出演者-------------*/
.cast__list{
    align-items: flex-start;
}
.cast__list__pos{
    background-color: #9b7820;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1em;
    margin-right: 0.4em;
    min-width: 8em;
}
.cast__photo{ margin-top: 0.8em;}





.cx_displaydevice #gbheader,
.cx_displaydevice #gbfooter{
    position: relative;
    z-index: 99999;
}
@media screen and (max-width: 750px){
    .sp_display #gbfooter p{
        font-size: 3.3vw !important;
        line-height: 1.6 !important
    }
}

