@charset "UTF-8";

#fp-contents{
    background-color: #f6f4ed;
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    background: #000 url("../photo/mainV_pc.jpg") no-repeat center center;
    background-size: contain;
    border-bottom: solid 5px #7a6224;
}
@media screen and (max-width: 1280px){
    .header__main{
        background-size: 117%;
        padding-top: 56%;
    }
}
/* @media screen and (max-width: 768px){
    .header__main{
        background: #fff url("../photo/mainV_sp.jpg") no-repeat center center;
        background-size: contain;
    }
} */

/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
.contents-all h2{
    background-color: #7a6224;
    background: -moz-linear-gradient(left,  rgba(122,98,36,1) 0%, rgba(191,157,80,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(122,98,36,1) 0%,rgba(191,157,80,1) 100%);
    background: linear-gradient(to right,  rgba(122,98,36,1) 0%,rgba(191,157,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a6224', endColorstr='#bf9d50',GradientType=1 );
    color: #fff;
    padding: 0 0.2em;
    position: relative;
}
.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 #f6f4ed transparent transparent;
}
/* @media screen and (max-width: 768px){
    .contents-all h2{ font-size: 110%;}
} */

/*-------------放送スケジュール-------------*/
.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: 4.8em;
    margin: 0 0.4em 0;
    padding: 0.05em 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.5em;}
    .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;
}


/*-------------注目ポイント-------------*/
#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;
    min-width: 9em;
}







.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
    }
}

