@charset "UTF-8";

#fp-contents{
    background: url("../img/bg_main.png") repeat center center;
    background-size: 20px auto;
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    background-image: url("../photo/mainV.jpg"), url("../img/bg_hdr.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: center center, center center;
    background-size: contain, contain;
    border-bottom: solid 5px #000;
    height: 520px;
    padding-top: 0;
}
.header__main_oadate{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
/* @media screen and (min-width: 1500px){
    .header__main{
        height: 600px;
        padding-top: 0;
    }
} */
@media screen and (max-width: 1100px){
    .header__main{ background-size: cover, contain;}
}
@media screen and (max-width: 768px){
    .header__main{
        background-size: 150%, contain;
        height: 0;
        padding-top: 74%;
    }
}
.header__sub{
    background-color: #d4c227;
    color: #000;
    text-align: center;
    font-size: 160%;
    line-height: 1.2;
    font-weight: bold;
    padding: 0.6em 0;
    border-bottom: solid 5px #000;
}
@media screen and (max-width: 550px){
    .header__sub{ 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,1);
}
.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__date{
    font-size: 110%;
    font-weight: bold;
    margin-right: 0.5em;
    min-width: 7em;
}
.oaSchedule__list__round{
    min-width: 6em;
}
.oaSchedule__list__detail > div,
.oaSchedule__list__detail > a div{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    align-items: center;
}
.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{
    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: 3.8em;
    height: 1.3em;
    margin: 0 0.4em 0;
}

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

@media screen and (max-width: 550px){
    .oaSchedule__list__date{ margin-bottom: 0.3em;}
    .oaSchedule__list__round{
        width: calc( 100% - 8.5em);
        margin-bottom: 0.3em;
    }
    .oaSchedule__list__detail .ch{ margin: 0 0.4em 0 0;}
}

.oaSchedule__list__detail.time{
    font-weight: bold;
    font-size: 110%;
    color: #333;
    padding-top: 0.1em;
}
.oaSchedule__list__detail .link{
    display: flex;
    align-items: center;
    height: 1.5em;
    border: solid 0.2em #a20000;
    font-size: 88%;
    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::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;
}
.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:hover .link::after{
    border-color: transparent transparent transparent #fff;
}

/*-------------放送内容-------------*/
.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: #900000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1em;
    margin-right: 0.4em;
}
.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
    }
}

