@charset "UTF-8";

#fp-contents{
    background: url("../img/bg.png");
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    /* background: #fff url("../photo/mainV_pc.jpg") no-repeat center center; */
    background-image: url("../photo/mainV_pc.jpg"), url("../img/bg_hdr.png");
    background-size: contain,auto;
    background-repeat: no-repeat,repeat-x;
    background-position: center center,center center;
    border-bottom: solid 2px #b28c45;
}
@media screen and (max-width: 768px){
    .header__main{
        background: #fff url("../photo/mainV_sp.jpg") no-repeat center center;
        background-size: contain;
        padding-top: 104.167%;
    }
}
.header__place{
    text-align: center;
    background-color: #795b41;
    color: #fff;
    line-height: 1;
    padding: 0.5em 0;
    font-size: 104%;
}

/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
/* @media screen and (max-width: 768px){
    .contents-all h2{ font-size: 110%;}
} */
.contents-all .ttl{ position: relative; margin: 0 0 1.0em;}
.contents-all .ttl::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #14176d;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.contents-all h2{
    font-size: 144%;
    font-weight: bold;
    line-height: 1.0;
    position: relative;
    color: #891d29;
    border-bottom: solid 3px #891d29;
    padding: 0.2em 0;
    /* min-height: 24px; */
    box-sizing: border-box;
}
.contents-all h2 span{ letter-spacing: -0.06em;}

.content-base{
    background-color: rgba(255, 255, 255, 0.6);
}
.content-base.color{
    background-color: #bac3e66e;
}


/*-------------放送スケジュール-------------*/
.oaSchedule h3{
    background-color: #a27000;
    color: #fff;
    font-size: 120%;
    line-height: 1.2;
    padding: 0.1em 0.3em;
    margin-bottom: 0.7em;
}
.oaSchedule h3.cs{ background-color: #00861f;}
.oaSchedule__list__round{
    font-size: 140%;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.5em;
}
.oaSchedule__list__date{
    font-size: 120%;
    min-width: auto;
}
.oaSchedule__list__detail{
    /* width: calc( 100% - 9em); */
    width: auto;
}
@media screen and (max-width: 768px){
    .oaSchedule__list > li > dl{ align-items: normal;}
    .oaSchedule__list__detail{ width: 73%;}
    .oaSchedule__list__detail.delay{ width: 70%;}
}
.oaSchedule__list__detail .date{ font-size: 120%; font-weight: bold; margin-right: 0.5em;}
.oaSchedule__list__detail .time{ font-size: 120%; font-weight: bold; margin-right: 0.5em;}
.oaSchedule__list__detail .ch{
    color: #000;
    width: auto;
    height: auto;
    font-weight: bold;
}
.oaSchedule__list__detail.delay .date,
.oaSchedule__list__detail.delay .time{ font-size: 100%;font-weight: normal;}
.oaSchedule__list__detail.delay .ch{ font-size: 94%;font-weight: normal;}
.oaSchedule__list__cast{ margin-top: 1em;}
.oaSchedule__list__cast > ul > li{
    margin-bottom: 0.3em;
}
.oaSchedule__list__cast dl{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    -webkit-box-align: center;
    align-items: flex-start;
}
.oaSchedule__list__cast dl > *{ flex-shrink: 0;}
.oaSchedule__list__cast dt{
    min-width: 8.5em;
    background-color: #795b41;
    text-align: center;
    font-size: 88%;
    color: #fff;
    margin-right: 0.6em;
    padding: 0.1em 0.2em;
}
.oaSchedule__list__cast dd li{
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0.4em;
}
.oaSchedule__list__cast dd span{
    font-size: 80%;
    font-feature-settings: "palt";
}
.oaSchedule .live{
    font-size: 90%;
    background-color: #900000;
    color: #fff;
    padding: 0 0.3em;
}
.oaSchedule__list__category.live,
.oaSchedule__list__category.delay{
    font-size: 110%;
    font-weight: bold;
    background-color: #900000;
    color: #fff;
    padding: 0.3em 0;
    margin-right: 1.6%;
    min-width: 14%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oaSchedule__list__category.delay{ background-color: #666;
    font-size: 90%;}
@media screen and (max-width: 768px){
    .oaSchedule__list__detail .ch{ margin: 0.2em 0 0;}
    .oaSchedule__list__category.live,
    .oaSchedule__list__category.delay{ min-width: 24%;}
}
.oaSchedule__list__detail .link{
    border: solid 0.2em #00861f;
    color: #00861f;
}
.oaSchedule__list__detail .link::after{
    border-color: transparent transparent transparent #00861f;
}
.cx_displaydevice .oaSchedule__list__detail a:hover .link{
    background-color: #00861f;
}

/*-------------TVer-------------*/
.tver,.fod{ width: 100%; margin-top: 0.6em; position: relative;}
.tver a.link_btn,
.fod 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;
}
.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;
}
.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{
    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%;
}
.tver a.link_btn::after{
    border-color: transparent transparent transparent #00a6ff;
}
.fod a.link_btn::after{
    border-color: transparent transparent transparent #bf0000;
}
@media screen and (max-width: 550px){
    .tver a.link_btn,.fod a.link_btn{ padding: 0;}
}

/*-------------データ放送-------------*/
.present h2{
    font-feature-settings: "palt";
    align-items: center;
}
.present h2 span{
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 0.2em 0.4em 0.2em 0.35em;
    color: #14176d;
    margin: 0 5px 0 0;
    font-weight: bold;
}
.present h2 + p{
    font-weight: bold;
    font-size: 114%;
    color: #14176d;
    letter-spacing: -0.05em;
    line-height: 1.2;
    margin: 0 0 5px;
}

.present__list{
    margin: 0.8em 0;
    display: flex;
}
.present__list li{
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.43);
    padding: 8px 10px 6px;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.12)
}
.present__list li:nth-of-type(1){ margin-right: 2%;}
.present__list li dt{
    background: #8D6900;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OGIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZDY5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #a78b37 0%, #8d6900 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a78b37), color-stop(100%,#8d6900));
    background: -webkit-linear-gradient(left, #a78b37 0%,#8d6900 100%);
    background: -o-linear-gradient(left, #a78b37 0%,#8d6900 100%);
    background: -ms-linear-gradient(left, #a78b37 0%,#8d6900 100%);
    background: linear-gradient(to right, #a78b37 0%,#8d6900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78b37', endColorstr='#8d6900',GradientType=1 );
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    line-height: 1.0;
    margin: 0 0 5px;
}
.present__list li dd{
    font-weight: bold;
    line-height: 1.4;
    color: #967840;
}
.present__list li dd.photo{ margin-bottom: 5px;}
.present__list li dd.photo img{
    width: 100%;
    height: auto;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width: 550px){
    .present__list li dd{ font-size: 88%; letter-spacing: -0.05em;}
}


.present #howtoInfo{
    background-color: rgba(55, 71, 162, 0.14);
    font-size: 88%;
    padding: 16px 20px;
    margin: 0 0 5px;
}
.present #howtoInfo li{
    line-height: 1.5;
    margin-bottom: 0.3em;
}
.present #ouboBtn a{
    display: block;
    text-align: center;
    background-color: #b10000;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 0;
    border-radius: 4em;
}
.cx_displaydevice .present #ouboBtn a:hover{ background-color: #cc0000;}
@media screen and (max-width: 550px){
    .present #ouboBtn a{ padding: 0.8em 0;}
}
.present #present li dd.attention,
.present .attention{
    text-align: center;
    font-size: 80%;
    line-height: 1.6;
    font-weight: normal;
    padding-top: 0.2em;
}
.present #present li dd.attention{
    font-size: 82%;
    letter-spacing: -0.03em;
    line-height: 1.4;
    padding: 3px 0 0;
}
.present #ouboBtn a.end,
.cx_displaydevice .present #ouboBtn a.end:hover{
    background-color: #aaa;
    color: #eee;
    cursor: default;
}

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



/*-------------日本代表メンバー-------------*/
.japanMember{
    position: relative;
}
.japanMember li{ padding: 0.4em;}
.japanMember li:nth-of-type(1){ padding-top: 0;}
.japanMember li:nth-child(even){ background-color: #f5eee1;}
.japanMember dl{
    display: flex; flex-wrap: wrap;
    border-left: solid 0.3em #b77e11;
    padding-left: 0.3em;
}
.japanMember dl > *{
    flex-shrink: 0;
    line-height: 1.4;
}
.japanMember dt{
    margin-right: 1em;
    font-weight: bold;
}
/* .japanMember dl::before{
    content: "■";
    color: #b77e11;
    margin-right: 0.1em;
} */
.japanMember dt.narrow{ font-feature-settings: "palt";}
.japanMember dd{ font-size: 94%;}
.japanMember dd.num{
    font-size: 104%; font-weight: bold;
    min-width: 1.8em;
    text-align: center;
    color: #891d29;
}
.japanMember ul + p{
    font-size: 94%;
    line-height: 1.6;
    font-feature-settings: "palt";
    padding-top: 0.5em;
}
@media screen and (max-width: 768px){
    /* .japanMember dl{ display: block;} */
    .japanMember dd{
        font-feature-settings: "palt";
        width: 100%;
        padding-left: 0.4em;
    }
    .japanMember dd.num{
        width: auto;
        padding-left: 0;}
}


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

