@charset "UTF-8";

#fp-contents{
    background-color: #f6f4ed;
}
.w50{
    width: 50%;
}
@media screen and (max-width: 870px){
    .w50{ width: 100%;}
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__bg{
    background: url("../img/bg_mainV.png") repeat-x center center;
    background-size: contain;
}
.header__main{
    background: 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{
        padding-top: 48%;
    }
}
@media screen and (max-width: 768px){
    .header__main{
        background: url("../photo/mainV_sp.jpg") no-repeat center center;
        background-size: contain;
        padding-top: 118.75%;
    }
}
 .header__main_oadate{
    position: absolute;
    top: 0; left: 0;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
 }

/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
.contents-all h2{
    background: -moz-linear-gradient(left,  rgba(122,98,36,1) 0%, rgba(122,98,36,1) 1%, rgba(206,162,51,1) 55%, rgba(206,162,51,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(122,98,36,1)), color-stop(1%,rgba(122,98,36,1)), color-stop(55%,rgba(206,162,51,1)), color-stop(100%,rgba(206,162,51,0)));
    background: -webkit-linear-gradient(left,  rgba(122,98,36,1) 0%,rgba(122,98,36,1) 1%,rgba(206,162,51,1) 55%,rgba(206,162,51,0) 100%);
    background: -o-linear-gradient(left,  rgba(122,98,36,1) 0%,rgba(122,98,36,1) 1%,rgba(206,162,51,1) 55%,rgba(206,162,51,0) 100%);
    background: -ms-linear-gradient(left,  rgba(122,98,36,1) 0%,rgba(122,98,36,1) 1%,rgba(206,162,51,1) 55%,rgba(206,162,51,0) 100%);
    background: linear-gradient(to right,  rgba(122,98,36,1) 0%,rgba(122,98,36,1) 1%,rgba(206,162,51,1) 55%,rgba(206,162,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a6224', endColorstr='#00cea233',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%;}
} */

/*-------------大会スケジュール-------------*/
/* .content-base:nth-of-type(1).matchSchedule{
    padding-top: 2em; background-color: #000;
} */
@media screen and (max-width: 870px){
    .content-base:nth-of-type(1).matchSchedule{ padding: 1em 0;}
}
.matchSchedule__list > li{
    border-bottom: none;
    /* padding: 1em 0; */
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    box-sizing: border-box;
}
.matchSchedule__list > li:nth-of-type(1){
    border-right: solid 1px #fff;
    padding-right: 2%;
}
.matchSchedule__list > li:nth-of-type(2){
    padding-left: 2%;
}
@media screen and (max-width: 870px){
    .matchSchedule__list > li:nth-of-type(1){
        border-right: none;
        border-bottom: solid 1px #fff;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
}
.matchSchedule__list__date,
.matchSchedule__list__card{ text-align: center;}
.matchSchedule__list__date{
    font-size: 280%;
    font-weight: bold;
    margin-right: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1.2;
}
.matchSchedule__list__date span{
    font-size: 70%;
    margin: 0 0.1em;
}

.matchSchedule__list__card{
    font-size: 130%;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2em;
}
.matchSchedule__list__card span{
    font-size: 90%;
    line-height: 1;
    color: #140096;
    margin-right: 0.3em;
    padding: 0.1em 0.2em;
    background-color: #fff;
    font-weight: bold;
}
.women .matchSchedule__list__card span{ color: #960000;}
.matchSchedule__list__ch{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #d1b367;
}
@media screen and (max-width: 1220px){
    .matchSchedule__list__date{ font-size: 4vw;}
    .matchSchedule__list__card{ font-size: 1.7vw;}
    .matchSchedule__list__ch{ font-size: 3.0vw;}
}
@media screen and (max-width: 768px){
    .matchSchedule__list__date{ font-size: 6vw;}
    .matchSchedule__list__card{ font-size: 2.7vw;}
    .matchSchedule__list__ch{ font-size: 4.0vw;}
}
@media screen and (max-width: 550px){
    .matchSchedule__list__date{ font-size: 7vw;}
    .matchSchedule__list__card{ font-size: 3.4vw;}
    .matchSchedule__list__ch{ font-size: 5.0vw;}
}

.matchSchedule__additional{
    background-color: #fff;
    text-align: center;
    color: #000;
    border-bottom: solid 5px #7a6224;
}
.matchSchedule__additional .strong1{
    font-weight: bold;
    color: #a27b19;
}
.matchSchedule__additional .strong2{
    font-weight: bold;
    color: #aa0000;
}

/*-------------放送スケジュール-------------*/
.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{ width: calc(100% - 9em);}
.oaSchedule__list__detail__ttl{
    font-size: 120%;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 0.4em;
}
.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: 9.5em;
    margin: 0 0.4em 0;
    padding: 0.05em 0;
}

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


@media screen and (max-width: 768px){
    /* .oaSchedule__list__detail{ width: 100%;} */
    .oaSchedule__list__date{ min-width: 6em;}
    .oaSchedule__list__round{
        width: calc( 100% - 8.5em);
        margin-bottom: 0.3em;
    }
    .oaSchedule__list__detail{
        width: calc( 100% - 7.3em);
    }
    .oaSchedule__list__detail a{ width: 100%;}
    .oaSchedule__list__detail .ch{
        margin: 0 0 0.2em;
        width: 100%;
        justify-content: flex-start;
        padding-left: 0.5em;
    }
}

.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;
}
@media screen and (max-width: 768px){
    .oaSchedule__list__detail .time{ width: 100%;}
    .oaSchedule__list__detail .link{
        margin: 0.2em 0 0;
    }
}

.oaSchedule__list__detail .attention{
    margin-left: 0.5em;
    font-size: 80%;
}
@media screen and (max-width: 870px){
    .oaSchedule__list__detail .attention{ margin-top: 0.5em;}
}

/*-------------出演者-------------*/
.oaSchedule__list__detail__cast dl{
    display: flex;
    flex-wrap: wrap;
    margin-right: 2em;
    margin-top: 0.6em;
    line-height: 1.4;
    align-items: center;
}
.oaSchedule__list__detail__cast dl:nth-last-of-type(1){ margin-right: 0;}
.oaSchedule__list__detail__cast dt{ font-size: 90%;}
.oaSchedule__list__detail__cast dt::before{
    content: "■";
    margin: 0 0.1em 0 0;
    color: #a20000;
}
.oaSchedule__list__detail__cast dt::after{
    content: ":";
    margin: 0 0.3em;
}
.oaSchedule__list__detail__cast dd{ font-weight: bold;}
.oaSchedule__list__detail__cast dd span{
    font-weight: normal;
    font-size: 70%;
}
@media screen and (max-width: 768px){
    .oaSchedule__list__detail__cast dl{
        width: 100%;
        margin-right: 0;
        margin-top: 0.4em;
    }
}

/*-------------概要-------------*/
.intro{ padding-top: 4em;}
.intro p{
    font-size: 110%;
    line-height: 2;
}

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

/*-------------見どころ-------------*/
#pickupWrap h3{
    color: #a20000;
    margin-top: 1.0em;
}
#pickupWrap .strong{
    font-weight: bold;
    color: #a27b19;
    font-size: 110%;
}
@media screen and (max-width: 768px){
    #pickupWrap p{ text-align: justify;}
}

/*-------------データ放送-------------*/
.dataPresent_photo{
    width: 20%;
    float: left;
    margin-right: 1em;
    z-index: 333;
    position: relative;
}
.dataPresent_detail{
    /* width: 80%; */
    /* padding-left: 1em; */
    box-sizing: border-box;
    z-index: 222;
    position: relative;
}
.dataPresent_detail::after{
    content: "";
    display: block;
    width: 10%;
    height: 36%;
    background: url("../img/vabo.svg") no-repeat right bottom;
    background-size: contain;
    position: absolute;
    bottom: 4em; right: 1em;
}
.dataPresent_detail__ttl{
    font-size: 120%;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 0.8em;
}
.dataPresent_detail__ttl .strong1{ color: #a20000;}
.dataPresent_detail__ttl .strong2{ color: #a27000;}
.dataPresent_detail__game{
    line-height: 1.8;
    margin-bottom: 0.6em;
}
.dataPresent .link_btn{
    margin-top: 1em;
    background-color: #a20000;
}
.cx_displaydevice .dataPresent .link_btn:hover{ background-color: #c40000;}
@media screen and (max-width: 768px){
    .dataPresent_photo{ width: 30%;}
    /* .dataPresent_detail{
        padding-left: 0;
        margin-top: 1em;
        width: 70%;
    } */
    .dataPresent_detail__ttl{ font-size: 110%;}
}
@media screen and (max-width: 550px){
    .dataPresent_detail::after{
        width: 18%;
        right: 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
    }
}

