@charset "UTF-8";

/* ----------------------------------------
	対戦カードページ
---------------------------------------- */
.nav-category{
    display: flex;
    justify-content: center;
    margin: 0.5em 0;
}
.nav-category__list{
    display: flex;
}
.nav-category__list li{
    margin: 0 0.3em;
}
.nav-category__list li a{
    display: block;
    align-items: center;
    background-color: #cd307e;
    color: #fff;
    padding: 0.4em 3em 1.2em 3em;
    font-size: 120%;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    border-top: solid 1px rgba(255,255,255,0.4);
    border-left: solid 1px rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(0,0,0,0.6);
    border-right: solid 1px rgba(0,0,0,0.6);
    transition: all 300ms;
}
.nav-category__list li.men a{ background-color: #279cbc;}
.cx_displaydevice .nav-category__list li a:hover{ background: #e7348e;}
.cx_displaydevice .nav-category__list li.men a:hover{ background: #23acd2;}
.nav-category__list li a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0.4em; left: 0;right: 0;
	margin: 0 auto 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: rgba(255,255,255,0.6) transparent transparent transparent;
}
/* .cx_smartphoneview .nav-category__list li a{
    font-size: 110%;
    padding: 0.4em 3em 1.2em 3em;
}
.cx_smartphoneview .nav-category__list li a::after{
    border-width: 14px 10px 0 10px;
    bottom: 0.5em;
} */
@media screen and (max-width: 768px){
    .nav-category__list li a{
        font-size: 110%;
        padding: 0.4em 3em 1.2em 3em;
    }
    .nav-category__list li a::after{
        border-width: 0.6em 0.4emx 0 0.4em;
        bottom: 0.3em;
    }
}

.result h3{
    background-color: #cd307e;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.3em 0.4em;
    font-size: 130%;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
}
.japan-member h3#member_men{ background-color: #279cbc;}
.japan-member h3 span{
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: 6px;
    font-size: 64%;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-align: right;
}
.cx_smartphoneview .japan-member h3 span{
    font-size: 65%;
    bottom: 5px;
}

/* h2.posF{
    position: fixed;
    top: 0;
    background-color: rgba(85, 85, 85, 0.9);
    color: #fff;
    padding-bottom: 20px;
    z-index: 1000;
    border-bottom: solid 3px #be0000;
    font-size: 160%;
}
.cx_smartphoneview h2.posF{
    font-size: 146%;
    padding: 10px 0;
} */

.posF.trans01_in{
    -ms-transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}
.posF.trans01_fix{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -20, 0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
/* .cx_smartphoneview .spage h2{
    line-height: 1.2;
    padding-top: 30px;
} */
.schedule__intro{
    font-size: 120%;
    line-height: 1.8;
    padding: 1em 0 0.8em;
    text-align: center;
    color: #ddb874;
    /* background-color: rgba(255,255,255,0.16); */
    /* margin: 1em 0; */
    font-weight: bold;
    text-shadow: 1px 1px 1em #000, -1px 1px 1em #000;
}
.cx_smartphoneview .schedule__intro{ font-size: 100%;}
.schedule__intro span,
.schedule__intro a{
    display: inline-block;
    background-color: #888;
    color: #fff;
    margin: 0 0.2em;
    padding: 0 0.4em;
    line-height: 1.4;
    border-radius: 3px;
    border: solid 1px #fff;
}
.schedule__intro .ter{ background-color: #b48c44;}
.schedule__intro .cs{ background-color: #00631c;}
.schedule__intro .bs{ background-color: #0300d1;}
.schedule__intro .fod{ background-color: #a70000;}
.schedule__intro .tver{ background-color: #00a4fc;}

/* ------------ リンク ------------ */
.links{
    margin: 1em 0 3em;
    background-color: rgba(255,255,255,0.16); 
}
.links__list{
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border-bottom: solid 1px #ddb874; */
    box-sizing: border-box;
}
.cx_smartphoneview .links{
    margin: 1em 0.6em 3em;
}
.cx_smartphoneview .links__list{
    width: 100%;
    padding: 0 0.6em 1.2em;
}
.links__list li{
    flex-shrink: 0;
    width: 24%;
}
.cx_smartphoneview .links__list li{
    width: 49%;
    margin-bottom: 0.3em;
}
.links__list a.btn_more{
    border: solid 1px #fff;
    box-shadow: 1px 1px 2em rgba(0,0,0,0.5);
    font-size: 126%;
}
.cx_smartphoneview .links__list a.btn_more{ font-size: 100%;}
.btn_more.cs{ background-color: #00631c;}
.btn_more.bs{ background-color: #0300d1;}
.btn_more.fod{ background-color: #a70000;}
.btn_more.tver{ background-color: #00a4fc;}
.cx_displaydevice .btn_more:hover.cs{ background-color: #007822;}
.cx_displaydevice .btn_more:hover.bs{ background-color: #1b17ff;}
.cx_displaydevice .btn_more:hover.fod{ background-color: #c50000;}
.cx_displaydevice .btn_more:hover.tver{ background-color: #35b2ff;}
.cx_smartphoneview .links__list .btn_more::after{
    border-width: 10px 0 10px 14px;
	margin:-10px 0 0 0;
}

/* h3{
    width: 10em;
    text-align: center;
    background-color: #be0000;
    color: #fff;
    font-size: 154%;
    line-height: 1.0;
    padding: 0.2em 0;
    margin: 0.2em auto 0.3em;
}
.men h3{ background-color: #0f0cc0;} */
.poolWrap{
    font-size: 114%;
    line-height: 1.2;
    margin-bottom: 0.2em;
    text-align: center;
}
.poolWrap .pool{
    font-size: 160%;
}
.poolWrap .place{
    font-size: 80%;
}

/* ------------ タブ ------------ */
.tab{
    margin: 1.5em auto 1em;
    border-bottom: solid 0.5em #be0000;
    padding-top: 0.5em;
    position: relative;
}
.tab.posF{
    position: fixed;
    top: 0;
    left: 0; right: 0;
    margin: 0 auto;
    z-index: 999997;
    background-color: #000;
}
.tab.posF::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -2.5em;
    left: 0;
    width: 100%;
    height: 2em;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.86) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.86)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#00000000',GradientType=0 );
}
.tab__list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cx_smartphoneview .tab__list{ width: 100%;}
.tab__list li{
    flex-shrink: 0;
    background-color: #be0000;
    width: 49.5%;
    text-align: center;
    font-size: 150%;
    line-height: 1.2;
    font-weight: bold;
    padding: 0.6em 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.cx_smartphoneview .tab__list{
    justify-content: center;
}
.cx_smartphoneview .tab__list li{
    width: 47%;
    margin: 0 0.5%;
    font-size: 140%;
}
.tab__list li.men{
    background-color: #0f0cc0;
}
.tab__list li.off{
    opacity: 0.6;
    padding: 0.5em 0;
}
.tab__list li:hover{
    opacity: 1;
    padding: 0.6em 0;
}
.w1200{
    position: relative;
}
.cardAllWrap{
    padding-bottom: 4em;
}
.cardAllWrap.men{ display: none;}

.dayWrap::after{
    content: "";
    display: block;
    background: url("../img/ball_line.png") no-repeat center 0;
    width: 100%;
    height: 24px;
    margin: 0.8em 0 0.8em;
}
.dayWrap:nth-last-of-type(1)::after{ display: none;}

.dayWrap{
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.86) 0%, rgba(255,255,255,0) 94%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.86) 0%,rgba(255,255,255,0) 94%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.86) 0%,rgba(255,255,255,0) 94%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ffffff', endColorstr='#00ffffff',GradientType=0 );
    padding: 0 1em;
    /* border-top: solid 1px #fff; */
}
.cx_smartphoneview .dayWrap{ padding: 0;}
.dayWrap h5{
    color: #333;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.0;
    padding: 0.6em 0;
}
.cardListWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cardListWrap > li{
    flex-shrink: 0;
    width: 33%;
    background-color: rgba(255,255,255,1);
    border-bottom: solid 3px #6f665c;
    padding: 0 0;
    margin: 0 0 0.5em;
    box-shadow: 1px 1px 0.4em rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px){
    .cardListWrap{ padding: 0 0.6em;}
    .cardListWrap > li{ width: 100%;}
}
/* .cardListWrap > li.jpn{
    background-color: #ffd6d6;
    border-bottom: solid 3px #e68787;
}
.men .cardListWrap > li.jpn{
    background-color: #b5d9ff;
    border-bottom: solid 3px #67a1d4;
} */
.cardListWrap .time{
    background: #b48c44;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.team__list{
    margin: 0.5em 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team__list::before{
    content: "vs";
    display: inline-block;
    font-size: 130%;
    line-height: 1.0;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    color: #8d7039;
}
/* .jpn .team__list::before{
    color: #d62c2c;
}
.men .jpn .team__list::before{
    color: #0f16d8;
} */
/* .cx_smartphoneview .team__list{ margin: 0.5em 7px;} */

.team__list__name{
    width: 38%;
    text-align: right;
    font-size: 108%;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    /* padding: 0 0 0 50px; */
    box-sizing: border-box;
    color: #000;
    font-feature-settings: "palt";
}
@media screen and (max-width: 1200px){
    .team__list::before{ font-size: 1.4vw;}
    .team__list__name{ font-size: 1.4vw;}
}
@media screen and (max-width: 768px){
    .team__list::before{ font-size: 130%;}
    .team__list__name{ font-size: 105%; width: 41%;}
}
.team__list__name:nth-of-type(2n){
    /* padding: 0 50px 0 0; */
    text-align: left;
}
/* .cx_smartphoneview .team__list__name{
    padding: 0 0 0 70px;
    width: 45%;
    font-size: 110%;
}
.cx_smartphoneview .team__list__name:nth-of-type(2n){ padding: 0 70px 0 0;} */

.team__list__name span{
    font-weight: normal;
    font-size: 82%;
}
.team__list__name::after{
    content: "";
    display: block;
    position: absolute;
    top: -3.6em;
    right: -0.4em;
    width: 3.6em;
    height: 3.6em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
/* .cx_smartphoneview .team__list__name::after{
    zoom: 1.4;
    bottom: -0.4em;
} */
.team__list__name:nth-of-type(1)::after{ left: -0.4em; right: auto;}
.team__list__name.CHN::after{ background-image: url("../img/vabo_CHN.svg"); width: 4.2em;}
.team__list__name.TPE::after{ background-image: url("../img/vabo_TPE.svg"); width: 4.3em;}
.team__list__name.THA::after{ background-image: url("../img/vabo_THA.svg"); top: -3.2em;}
.team__list__name.KAZ::after{ background-image: url("../img/vabo_KAZ.svg"); width: 4.0em;}
.team__list__name.JPN::after{ background-image: url("../img/vabo_JPN.svg");}
.team__list__name.VIE::after{ background-image: url("../img/vabo_VIE.svg"); width: 4.5em;}
.team__list__name.KOR::after{ background-image: url("../img/vabo_KOR.svg"); width: 4.7em;}
.team__list__name.IRI::after{ background-image: url("../img/vabo_IRI.svg");}
.team__list__name.INA::after{ background-image: url("../img/vabo_INA.svg"); width: 3.2em; right: 0.4em;}
.team__list__name.AUS::after{ background-image: url("../img/vabo_AUS.svg"); width: 4.1em;}
.team__list__name.HKG::after{ background-image: url("../img/vabo_HKG.svg"); width: 4.3em;}
.team__list__name.IRQ::after{ background-image: url("../img/vabo_IRQ.svg"); width: 3.0em; right: 1.0em;}
.team__list__name.BHR::after{ background-image: url("../img/vabo_BHR.svg"); width: 2.6em; right: 1.0em; bottom: -0.2em;}
.team__list__name.OMN::after{ background-image: url("../img/vabo_OMN.svg"); }
.team__list__name.IND::after{ background-image: url("../img/vabo_IND.svg"); width: 4.2em;}
.team__list__name.NZL::after{ background-image: url("../img/vabo_NZL.svg"); width: 3.6em;}
.team__list__name.QAT::after{ background-image: url("../img/vabo_QAT.svg"); width: 3.0em; right: 0.6em;}

@media screen and (max-width: 768px){
    .team__list__name::after,
    .team__list__name.THA::after{
        top: auto;
        bottom: -0.4em;
    }
    .team__list__name.AUS::after{ right: -1.4em;}
    .team__list__name.INA::after{ right: -0.2em;}
}

/* ------------ 放送アイコン ------------ */
.broadcast__list{
    display: flex;
    margin: 0 0.5em 0.2em;
    background-color: rgba(0,0,0,0.3);
    justify-content: center;
    padding: 0.3em 0;
}
.broadcast__list li{
    display: inline-block;
    color: #fff;
    margin: 0 0.2em;
    line-height: 1.4;
    border-radius: 3px;
    border: solid 1px #fff;
}
.cx_smartphoneview .broadcast__list li{
    margin: 0 0.1em;
}
.broadcast__list .ter{ background-color: #b48c44; padding: 0 0.8em;}
.broadcast__list .cs{ background-color: #00631c;}
.broadcast__list .bs{ background-color: #0300d1;}
.broadcast__list .fod{ background-color: #a70000;}
.broadcast__list .tver{ background-color: #00a4fc;}
.cx_smartphoneview .broadcast__list.none{ display: none;}
.broadcast__list.none li{ border: none;}
.broadcast__list a{ padding: 0 0.8em; display: block;}
.cx_smartphoneview .broadcast__list .ter,
.cx_smartphoneview .broadcast__list a{ padding: 0.2em 0.8em;}
.broadcast__list a,
.broadcast__list a:hover{ color: #fff;}
.broadcast__list .re{ font-size: 90%;}

/* ------------ 結果 ------------ */
.pointWrap{
    margin: 0 0.5em 0.2em;
    display: flex;
    align-items: center;
}
.pointWrap > *{
    flex-shrink: 0;
}
.pointWrap > div{
    width: 38%;
    font-size: 340%;
    line-height: 1.64;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    color: #ff9300;
}
.pointWrap > ul{
    width: 24%;
    text-align: center;
    font-size: 94%;
    line-height: 1.2;
    color: #000;
}
.cx_smartphoneview .pointWrap > div{
    width: 33%;
    line-height: 1.54;
}
.cx_smartphoneview .pointWrap > ul{
    width: 34%;
    font-size: 88%;
    letter-spacing: -0.05em;
}
@media screen and (max-width: 1200px){
    .pointWrap > div{ font-size: 5.0vw;}
    .pointWrap > ul{ font-size: 1.4vw;}
}
@media screen and (max-width: 768px){
    .pointWrap > div{ font-size: 340%;}
    .pointWrap > ul{ font-size: 94%;}
}

#ftrLinkBtn{
    display: block;
    background-color: #be0000;
    text-align: center;
    color: #fff;
    font-size: 136%;
    font-weight: bold;
    line-height: 3.0;
}
.cx_displaydevice #ftrLinkBtn:hover{ background: #db1f1c;}
.women #ftrLinkBtn{
    background-color: #0f0cc0;
}
.cx_displaydevice .women #ftrLinkBtn:hover{ background: #0d09e9;}

.attention{
    text-align: center;
    font-size: 80%;
    line-height: 1.4;
    padding: 5px 0 0;
}

/* ------------ 動画 ------------ */
.movListWrap{
    padding: 3px 10px 0;
    text-align: center;
    border-top: dotted 3px #e68787;
}
.movListWrap h5{
    font-size: 88%;
    line-height: 1.2;
    padding: 0 0 2px;
}
/*.movListWrap ul{
    display: inline-block;
    vertical-align: bottom;
}*/
.movListWrap li{
    float: left;
    font-size: 82%;
    letter-spacing: -0.2em;
    background-color: #be0000;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding: 3px 8px;
    border-radius: 5px;
    width: 19%;
    box-sizing: border-box;
    margin: 0 1.25% 0 0;
}
.movListWrap li:nth-of-type(5n){ margin-right: 0;}
.movListWrap li::before{
    content: "";
    display: block;
    width: 100%;
    height: 22px;
    background: url("../img/movIcn.png") no-repeat center 0;
    margin: 0 3px auto 0;
}
.cx_smartphoneview .movListWrap li::before{
    height: 34px;
    background-size: contain;
}
.movListWrap li:hover{
    background-color: #db1f1c;
}
.movListWrap li.none,
.movListWrap li.none:hover{
    opacity: 0.2;
    background-color: #000;
}

/* ------------ 試合詳細リンク ------------ */
.game-link{
    padding: 0 0.5em 0.4em;
}
.game-link a.link_btn{
    width: 100%;
    font-size: 88%;
    padding: 0.5em 0;
    background-color: #cd307e;
}
.cx_displaydevice .game-link a.link_btn:hover{ background-color: #ed318f;}
.game-link a.link_btn.comingsoon{
    background-color: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.7);
    cursor: default;
}
.game-link a.link_btn.comingsoon::after{ display: none;}
.game-link a.link_btn.comingsoon:hover{ background-color: rgba(0,0,0,0.3);}