@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 960px) {
    .uk-grid>* {
        padding-left: 0;
    }
}

.wrapper {
    background-color: black;
  }

.h2title{
    width:400px;
    margin: 50px auto 0;
}

.selctbtn{
    padding: 0;
    justify-content: center;
    font-size: 1.1rem;
    display: flex;
    margin: 15px;
    flex-flow: column;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    height: 90px;
    font-weight: bold;
    border: 4px solid #ffffff;
    transition: 0.3s;
    border-radius: 5px;
    background: linear-gradient(to right, #FF9D6C, #BB4E75);
}
@media screen and (max-width: 960px) {
    .selctbtn{
        height: 50px;
        font-size: 0.7rem;
        margin: 5px;
        border: 2px solid #ffffff;
    }
}
.selctbtn:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
  }

.selectlavel{
    width:80%;
    margin:0 auto;
}

.votebtn{
    background: linear-gradient(to right, #FF9D6C, #BB4E75);
    color:#fff;
    padding:10px;
    margin-bottom:10px;
}
@media screen and (max-width: 960px) {
    .votebtn{
        width:100%;
    }
}

@media screen and (max-width: 960px) {
    .expspnone{
          display: none;
    }
}

@media screen and (min-width: 960px) {
    .exppcnone{
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .h2title{
        width:90%;
        margin: 50px auto 0;
    }
}

/*mv*/
  
.mainVisual{
    position: relative;
    height: auto;
}
.mainVisual img{
    width:100%;
}


.wrapper{
    background-image: url(../img/exp/exmv.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    background-color: #000;
}

@media screen and (max-width: 960px) {
    .wrapper{
        background-image: url(../img/exp/spmv.jpg);
    }
}


h1 {
    width: 90%;
    z-index: 100;
    margin: 0 auto;
}

#expPage h1,#ogpPage h1 {
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #000,
        1px 2px 1px #000,
        1px 3px 1px #111,
        1px 4px 1px #111,
        1px 5px 1px #222,
        1px 6px 1px #222,
        1px 7px 1px #333,
        1px 8px 1px #333,
        1px 9px 1px #444,
        1px 10px 1px #444,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}


h1 p{
    margin:0;
    font-weight:bold;
}

template.uk-first-column{
    display:none;
}

.steplist{
    padding-top: 35%;
    width: 70%;
    z-index: 100;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .steplist{
        padding-top: 80%;
    }
}
.steplist .uk-card{
    border: 5px solid #fff;
    box-shadow: 0 0 10px 5px #FF9D6C;
}
.steplist .uk-card-body{
    padding:20px;
}
.steplist .uk-card-body span{
    display:block;
    font-size:0.8rem;
}
@media screen and (max-width: 960px) {
    .mainVisual .stepimg{
        width:50%;
    }
}

/* TICKET&CARD */

.eventDate{
    font-size:2.3rem;
}
.eventTime{
    font-size:1rem;
    margin: -10px;
}
.youbi{
    font-size:0.8rem;
}
.gamedetail {
  margin: 15px;
  padding:15px;
  background-image: url('../img/exp/btnbk.jpg');
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat; 
  max-width: 1000px;
  margin: 10px auto;
}


.button {

  }
.eventTime,.eventPlace span{
    display:block;
}


#gamelist{
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
#gamelist .gamelistwp{
    margin:0 auto;
}
.eventArea {
    margin:10px;
    padding: 10px 32px;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    background: linear-gradient(to right, #59f2cc, #4ab2ec);
  }
.eventPlace{
    text-align:left;
    padding: 15px;
    font-size: 0.9rem;
}
  
.gamedetail .borderBtn,.ticketDetail .nolinkbtn,.ticketDetail .eventArea{
    margin:15px;
}
.gamedetail a:hover{
    text-decoration: none;
}

.gamedetail{
    border: 5px solid;
    border-image: linear-gradient(45deg, #FF9D6C, #BB4E75) 1;
    border-image-slice: 1;
}
.gamedate{
    color:#fff;
    font-size:1.5rem;
}
.gamevenue{
    color:#fff;
    font-size:1.4rem;
    margin-bottom:15px;
}


.gameBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 0px;
    max-width: 300px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
    border: 4px double #ffffff;
    transition: 0.3s;
    border-radius: 5px;
    background: linear-gradient(to right, #59f2cc, #4ab2ec);
}
.gamebtnlist{
    margin:0 auto;
}
.selectfighter{
    padding:0;
}
.selectwrap{
    margin:0 auto;
}

.selectwrap label{
    display:block;
}
.selectbg{
    background: linear-gradient(to right, #FF9D6C, #BB4E75);
}

.ablock{
  background: #000;
}


.ticketMainBtn:hover {
    opacity: .5;
  }

@media screen and (max-width: 960px) {
    #gamelist{
        padding: 10px 0;
    }
    .gamedetail .eventArea{
        width:50%;
        margin:10px auto;
        padding:0;
    }
    .gamedetail .borderBtn,.ticketDetail .nolinkbtn{
        width:50%;
        margin:10px auto; 
    }
    .eventPlace{
        text-align: center;
        padding: 0;
    }
    .eventDate{
        padding: 25px 0 0 0;
    }

}
/*matchpage*/

.matchlist{
    padding-top: 35%;
}
.nomatchlist{
    padding-top: 45%;
}
.nomatchlist div{
    background-color: #000;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 100px 0;
}
@media screen and (max-width: 960px) {
    .matchlist{
        padding-top: 70%;
    }
}
.cardlist{
    margin:0 auto;
    max-width: 800px;
}

.cardtitle{
    background-color: #000;
    color: #FF9D6C;
    font-size: 1.5rem;
    margin: 20px 0 10px;
    padding: 10px 0 15px;
    box-shadow: 0 0 10px 5px #FF9D6C;
}

/*ogp*/
#ogpPage{
    text-align: center;
}

#ogpPage .matchlist {
padding-bottom: 100px;
}

#ogpPage .matchlist img {
    display:block;
    margin:0 auto;
    padding:30px 0 20px;
}
#ogpPage .votebtn{
    display: block;
    width: 80%;
    margin: 20px auto;
}
