@charset "UTF-8";

#fp-contents{
    background: url("../img/bg.png");
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    background-size: contain,auto;
    background-repeat: no-repeat,repeat-x;
    background-position: center center,center center;
    border-bottom: solid 2px #b28c45;
}
.webp .header__main{ background-image: url("../photo/mainV_pc.webp"), url("../img/bg_hdr.png");}
.no-webp .header__main{ background-image: url("../photo/mainV_pc.jpg"), url("../img/bg_hdr.png");}
@media screen and (max-width: 768px){
    .header__main{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
        padding-top: 93.75%;
    }
    .webp .header__main{ background-image: url("../photo/mainV_sp.webp");}
    .no-webp .header__main{ background-image: url("../photo/mainV_sp.jpg");}
}
.header__main_oadate{
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}
.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;}
.ttlWrap{
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 3px #891d29;
    padding-bottom: 0.2em;
    margin-bottom: 0.6em;
    justify-content: space-between;
    align-items: flex-end;
}
.contents-all .ttlWrap h2{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ttlWrap p{
    font-size: 84%;
}

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

/*-------------大会概要-------------*/
.summary__list{
    display: flex;
    margin-bottom: 0.3em;
    line-height: 1.2;
}
.summary__list dt{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 5.5em;
    background-color: #795b41;
    text-align: center;
    font-size: 88%;
    color: #fff;
    margin-right: 0.6em;
    padding: 0.1em 0.2em;
}
.summary p.summary__info{
    margin-top: 1em;
    line-height: 1.6;
    margin-bottom: 0;
}
/*-------------放送スケジュール-------------*/
.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;
    line-height: 1.2;
}
.oaSchedule__list__round .sub{ font-size: 90%;}
.oaSchedule__list__round .strong{ color: #967840;}
.nonfix .oaSchedule__list__round{ color: #888;}
.oaSchedule__list > li{ border-bottom: solid 2px #967840;}
.oaSchedule__list > li > dl{
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: dashed 1px #888;
}
.oaSchedule__list > li > dl:nth-last-of-type(1){
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.oaSchedule__list__date{
    font-size: 120%;
    min-width: auto;
}
.oaSchedule__list__detail{
    width: calc( 100% - 9em);
}
@media screen and (max-width: 550px){
    .oaSchedule__list__detail{ width: 100%;}
}
.oaSchedule__list__detail .time{ font-size: 110%;}
.nonfix .oaSchedule__list__detail .time{ color: #555; font-size: 90%;}
.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: 5.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,.oaSchedule .delay{
    font-size: 90%;
    background-color: #900000;
    color: #fff;
    padding: 0 0.3em;
    margin-left: 0.3em;
}
.oaSchedule .delay{ background-color: #888;}
.oaSchedule .attention{ font-size: 80%;}
.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;}



/*-------------予選グループ-------------*/
.entry h3{
    background-color: #795b41;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 0.3em;
    margin-bottom: 0.4em;
}
.entry__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
}
.entry__list:nth-last-of-type(1){ margin-bottom: 0;}
.entry__list > li{
    width: 24.4%;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 1px 1em rgba(0,0,0,0.12);
    text-align: center;
    padding: 0.5em 0;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .entry__list > li{
        width: 49%;
        margin-bottom: 0.3em;
    }
}
.entry__list__name{ font-weight: bold; font-size: 104%;}
.entry__list__name::before{
    content: "";
    display: block;
    width: 3em;
    height: 2em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0.1em auto 0.2em;
    box-shadow: 1px 1px 0.6em rgba(0,0,0,0.3);
}
.china .entry__list__name::before{ background-image: url("../img/flag_CHN.png");}
.korea .entry__list__name::before{ background-image: url("../img/flag_KOR.png");}
.newzealand .entry__list__name::before{ background-image: url("../img/flag_NZL.png");}
.indonesia .entry__list__name::before{ background-image: url("../img/flag_INA.png");}
.australia .entry__list__name::before{ background-image: url("../img/flag_AUS.png");}
.japan .entry__list__name::before{ background-image: url("../img/flag_JPN.png");}
.philippines .entry__list__name::before{ background-image: url("../img/flag_PHI.png");}
.lebanon .entry__list__name::before{ background-image: url("../img/flag_LBN.png");}
.entry__list__name .rank{ font-weight: normal; font-size: 90%;}

/*-------------日本代表メンバー-------------*/
.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;
}
.japanMember dl > *{
    flex-shrink: 0;
    line-height: 1.4;
}
.japanMember dt{
    margin-right: 1em;
    margin-left: 0.2em;
    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
    }
}

