@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amiri");

/* ::-webkit-scrollbar {
  display: none;
} */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}



body {
  background-color: #345a87;
  font-family: "Times New Roman", Times, serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
 
}

.bg{
  width:100%;
  height:100%;
  margin:0 auto;
  background-image: url("../img/back_event.png") ;
  position: fixed;
  background-position:center top;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 1919px) {
  .bg{
    background-size: cover;
  }
}

.wrapper {
  width:100%;
  max-width:1920px;
/*border:1px solid #F00;*/
  opacity: 0;
  margin:0 auto;
  position: relative;
  -webkit-animation: loading 1.2s ease-in forwards;
  -moz-animation: loading 1.2s ease-in forwards;
  -o-animation: loading 1.2s ease-in forwards;
  animation: loading 1.2s ease-in forwards;
}

.wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%; /*1080/1920;*/
}

.wrapper .main_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes loading {
  100% {
    opacity: 1;
  }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■■■■■■■■■■■

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header_nav {
  position: fixed;
  top:0;
  left:0;
  background: url("../img/header_bg.png") repeat-x center top;
  background-position: 0 0;
  height: 63px;
  width: 100%;
  z-index: 120;
}

.header_nav .main_menu a, .header_nav h1 a {
  display: block;
  width: 100%;
  height: 100%;

}

.header_nav h1, .header_nav ul, .header_nav li {
  display: inline-block;

}

ul.global {
  width:100%;
  max-width:1620px;
  margin:0 auto;
  height: 63px;
  display: block;
}


.wrap_nav {
  width:100%;
  max-width:1920px;
  opacity: 0;
  margin:0 auto;
  position: relative;
  -webkit-animation: loading 1.2s ease-in forwards;
  -moz-animation: loading 1.2s ease-in forwards;
  -o-animation: loading 1.2s ease-in forwards;
  animation: loading 1.2s ease-in forwards;
}

.header_nav .wrap_nav .main_menu {
  position: relative;
  width:100%;
  max-width:1920px;
  margin:0 auto;
}

.header_nav .wrap_nav li {
  height: 63px;
  margin-top:0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
float: left;
}

.header_nav .wrap_nav .eventlogo {
  background: url("../img/eventlog_fgo.png") no-repeat;
  background-size: 100%;
  width: calc(118px * 1);
  margin-top:1px;
  margin-left: 268px;
  }

.header_nav .wrap_nav .top_m {
  background: url("../img/m_top.png") no-repeat;
  background-size: 100%;
  width: calc(95px * 1);
  margin-top:10px;
  margin-left: 105px;
}
.header_nav .wrap_nav .top_m:hover {
  background: url("../img/m_top_h.png") no-repeat;
  background-size: 100%;
}

.header_nav .wrap_nav .y2022_m {
  background: url("../img/m_2022.png") no-repeat;
  background-size: 100%;
  width: calc(264px * 1);
  margin-top:10px;
  margin-left: 86px;
}
.header_nav .wrap_nav .y2022_m:hover {
  background: url("../img/m_2022_h.png") no-repeat;
  background-size: 100%;
}


.header_nav .wrap_nav .y2018-2020_m {
  background: url("../img/m_2018-2020.png") no-repeat;
  background-size: 100%;
  width: calc(340px * 1);
  margin-top:10px;
  margin-left: 96px;
}
.header_nav .wrap_nav .y2018-2020_m:hover {
  background: url("../img/m_2018-2020_h.png") no-repeat;
  background-size: 100%;
}


@media (max-width: 1640px) {
  .header_nav .wrap_nav .eventlogo {
    margin-left: 100px;
    }  
  .header_nav .wrap_nav .top_m {
     margin-left: 50px;
  }  
  .header_nav .wrap_nav .y2022_m {
    margin-left: 50px;
  }  
  .header_nav .wrap_nav .y2018-2020_m {
    margin-left: 50px;
  }
}

@media (max-width:1140px) {
  .header_nav {
    background-size: cover;
    height: calc(63px * 0.8);
  }
  ul.global {
    height: calc(63px * 0.8);
  }
  .header_nav .wrap_nav li {
    height: calc(63px * 0.8);
  }
  .header_nav .wrap_nav .eventlogo {
    width: calc(118px * 0.8);
    margin-left: 20px;
    }  
  .header_nav .wrap_nav .top_m {
    width: calc(95px * 0.8);
     margin-left: 10px;
  }  
  .header_nav .wrap_nav .y2022_m {
    width: calc(264px * 0.8);
    margin-left: 10px;
  }  
  .header_nav .wrap_nav .y2018-2020_m {
    width: calc(340px * 0.8);
    margin-left: 10px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■■■■■■■■■■■　　　　　■■■■■■■■■■■　　　　　　■■■■■■■■■■■

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#top:before {
  content:"";
  display: block;
  padding-top: calc(1044%/1920*100);
}

#top {
  z-index:3;
  margin-top: 46px;
}

@media (min-width: 1920px) {
  #top {
    margin-top: 46px;
  }
}

.top_img {
  position: absolute;
/*  top:-19px;*/
  top:0;
  left:0;
  width: 100%;
  margin:0 0 0 0;
  padding:0 0 0 0;
  background-color:rgba(255,255,255,0.0);
}

.top_img img{
  width: 100%;
  max-width: 1920px;
  margin:0 auto;
  background-size:100%;
}

.event_info {
  position: absolute;
  top:calc(793%/1080*100);
  left:calc(669%/1920*100);
  width:calc(582%/1920*100);
  height:calc(136%/1080*100);
  background: url("../img/top_eventinfo.png") no-repeat;
  background-size: 100%;
  z-index:10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.event_info:hover {
  position: absolute;
  top:calc(793%/1080*100);
  left:calc(669%/1920*100);
  width:calc(582%/1920*100);
  height:calc(136%/1080*100);
  background: url("../img/top_eventinfo_h.png") no-repeat;
  background-size: 100%;
}

.topappstore_m {
  z-index: 100;
  position: absolute;
  top:calc(982%/1080*100);
  left:calc(741%/1920*100);
  width:calc(120%/1920*100*1.45);
  height:calc(58%/1080*100*1.45);
  background: url("../img/m_appstore.png") no-repeat;
  background-size: 100%;
}

.topappstore_m:hover {
  opacity: 0.6;
}

.topgoogleplay_m {
  position: absolute;
  top:calc(982%/1080*100);
  left:calc(984%/1920*100);
  width:calc(135%/1920*100*1.437);
  height:calc(58%/1080*100*1.437);
  background: url("../img/m_googleplay.png")no-repeat;
  background-size: 100%;
}
.topgoogleplay_m:hover {
  opacity: 0.6;
}

#downloads {
  z-index:3;
  margin-top:0%;
}

#downloads:before {
  content:"";
  display: block;
  padding-top: 66.25%;
}

.download_img {
  position: relative;
  width: 24%;
  margin:8% 38% 2% 38%;
  padding:0 0 0 0;
  background-color:rgba(255,255,255,0.0);
}

@media (max-width: 1500px) {
.download_img {
  position: relative;
  width: 50%;
  margin:8% 25% 2% 25%;
  padding:0 0 0 0;
  background-color:rgba(255,255,255,0.0);
}
}



.download_img img{
  width: 100%;
  max-width: 1920px;
  margin:0 auto;
  background-size:100%;
}

.event_back {
  position: relative;
  
  left:50%;
/*  width:10.052083333%;
  height:17.037037037%;*/
  transform: translate(-50%, 0);
/*  top:596px;
  left:312px;*/
  width:15.125%;
  height:9.44444444%;
  background: url("../img/back_btn.png") no-repeat;
  background-size: 100%;


}



@media (max-width: 1500px) {
.event_back {
  position: relative;
  
  left:50%;
/*  width:10.052083333%;
  height:17.037037037%;*/
  transform: translate(-50%, 0);
/*  top:596px;
  left:312px;*/
  width:30.25%;
  height:18.8888888%;
  background: url("../img/back_btn.png") no-repeat;
  background-size: 100%;


}

}


.event_back a{
  display: block;
  width:100%;
  height:100%;

}

/*.event_back:hover {
  position: relative;
  
  left:50%;
  width:10.052083333%;
  height:17.037037037%;
  transform: translate(-50%, 0);

  background: url("../img/back_btn_h.png") no-repeat;
  background-size: 100%;

}*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■■■■■■■■■■■　　　　　■■■■■■■■■■■　　　　　　■■■■■■■■■■■　　■■■■■■■■■■■

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#y2022 {
  margin-bottom:0;
/* margin-top:-8.706329113%;*/
  z-index: 2;
}

#y2022:before {
  content:"";
  display: block;
  padding-top: 491.26666666666666%;/*8960 */
}

.y2022_title{
  position: relative;
  /*  top:-169px;*/
  width:100%;
  margin:4.6% auto 0%;
  background-image:url("../img/title.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.y2022_title:before {
  content:"";
  display: block;
  padding-top: 21.6666666%;
}

.y2022_txt{
  position: relative;
  width:100%;
  max-width: 1920px;
  margin-top: -3.825%;
  margin-bottom: 3.7%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.y2022_txt img{
  position: relative;
  width:100%;

}

.y2022_txt:before {
  content:"";
  display: block;
 padding-top: 466.66666666666666%;/*1324 */
}





.wall1{
  background-image:url("../img/wall1.png");
}



.download_rbtn1 {
  position: absolute;
  top:calc(721%/8960*100);
  left:calc(1174%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
  background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn1 a {
  display: block;
  width:100%;
  height:100%;
}

.download_rbtn2 {
  position: absolute;
  top:calc(1623%/8960*100);
  left:calc(270%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
    background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn2 a {
  display: block;
  width:100%;
  height:100%;
}

.download_rbtn3 {
  position: absolute;
  top:calc(2522%/8960*100);
  left:calc(1174%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
    background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn3 a {
  display: block;
  width:100%;
  height:100%;
}


.download_rbtn4 {
  position: absolute;
  top:calc(3432%/8960*100);
  left:calc(270%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
    background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn4 a {
  display: block;
  width:100%;
  height:100%;
}


.download_rbtn5 {
  position: absolute;
  top:calc(4325%/8960*100);
  left:calc(1174%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
    background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn5 a {
  display: block;
  width:100%;
  height:100%;
}


.download_rbtn6 {
  position: absolute;
  top:calc(5224%/8960*100);
  left:calc(270%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
    background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn6 a {
  display: block;
  width:100%;
  height:100%;
}


.download_rbtn7 {
  position: absolute;
  top:calc(6130%/8960*100);
  left:calc(1174%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
    background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn7 a {
  display: block;
  width:100%;
  height:100%;
}


.download_rbtn8 {
  position: absolute;
  top:calc(7028%/8960*100);
  left:calc(270%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
    background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn8 a {
  display: block;
  width:100%;
  height:100%;
}


.download_rbtn9 {
  position: absolute;
  top:calc(7930%/8960*100);
  left:calc(1174%/1920*100);
  width:calc(470%/1920*100);
  height:calc(141%/8960*100);
  background-image:url("../img/download_btn.png");
    background-repeat:no-repeat;
  background-size:100%;
}

.download_rbtn9 a {
  display: block;
  width:100%;
  height:100%;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■■■■■■■■■■■　　　　　■■■■■■■■■■■　　　　　　■■■■■■■■■■■　　■■■■■■■■■■■

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#y2018-2020 {
  margin-bottom:5%;
  margin-top:calc(-645%/1920*100);
    z-index: 2;
  background-image:url("../img/btn_eventinfo2.png");
  background-repeat:no-repeat;
  background-size:100%;
}

#y2018-2020:before {
  content:"";
  display: block;
  padding-top: 799.1145833333%;/*15343 */
}

.y2018-2020_txt{
  position: relative;
  width:100%;
  max-width: 1920px;
  margin-bottom: 3.7%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.y2018-2020_txt img{
  position: relative;
  width:100%;
}

.y2018-2020_txt:before {
  content:"";
  display: block;
 padding-top: 466.66666666666666%;
}

.imgrowtop {
  margin-top:41.354166666%;
  width:100%;
  max-width: 1920px;

  padding:0 23.854166666%; 
}

.imgrowtop img{
  width:18.4375%;
  margin:0 3.854166666%;
  margin-bottom:8.020833333%;
}

.imgrow2019 {
  margin-top:22.66666666666%;
  width:100%;
  max-width: 1920px;
  margin-bottom:8.020833333%;
  padding:0 23.854166666%; 
}

.imgrow2019 img{
  width:18.4375%;
  margin:0 3.854166666%;
}

.imgrow2020 {
  margin-top:23.66666666666%;
  width:100%;
  max-width: 1920px;
  margin-bottom:8.020833333%;
  padding:0 23.854166666%; 
}

.imgrow2020 img{
  width:18.4375%;
  margin:0 3.854166666%;
}

.imgrow2021 {
  margin-top:24.66666666666%;
  width:100%;
  max-width: 1920px;
  margin-bottom:8.020833333%;
  padding:0 23.854166666%; 
}

.imgrow2021 img{
  width:18.4375%;
  margin:0 3.854166666%;
}

.imgrow {
  margin-top:0;
  width:100%;
  max-width: 1920px;
  margin-bottom:8.020833333%;
  padding:0 23.854166666%; 
}

.imgrow img{
  width:18.4375%;
  margin:0 3.854166666%;
}



  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■■■■■■■■■■■　　　　　■■■■■■■■■■■

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

nav,footer{
  width:100%;

  height:100%;
}

footer {
  width:100%;
  position: relative;
/*  margin-top:-90px;*/
   margin-top:0%;

}

footer .game_info {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-top: 65px;
  position: relative;
}
footer .game_info:after {
  content: '';
  display: block;
  width: 100%;
  z-index:1000000;
  height: 2px;
  background: url("../img/line.png") repeat-x center;
  position: absolute;
  top: 1px;
}
footer .game_info .info dl {
  font-size: 14px;
  display: table;
  margin-bottom: 10px;
}
footer .game_info .info dl dt {
  background: url("../img/item_mark_white.png") no-repeat left top;
  -webkit-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
  padding-left: 20px;
  display: table-cell;
  width: 92px;
  line-height: 1.65;
  color: #d9d6bd;
}
footer .game_info .info dl dd {
  display: table-cell;
  line-height: 1.65;
}
footer .game_info .info dl dd .note {
  font-size: 12px;
  margin: 0.5em 0;
}
footer .game_info .app .logo {
  margin-bottom: 25px;
}
footer .game_info .app .btn_app {
  letter-spacing: -0.4em;
}
footer .game_info .app .btn_app li {
  display: inline-block;
}
footer .game_info {
  background: url("../img/footer/bg.jpg") no-repeat center;
  padding-bottom: 70px;
}
footer .game_info .wrap {
  width: 1280px;
  margin: auto;
}
footer .game_info .info {
  float: left;
  width: 660px;
}
footer .game_info .app {
  float: right;
  padding-left: 51px;
  background: url("../img/footer/line.png") no-repeat left center;
  width: 360px;
}
footer .game_info .app .logo img {
  width: 100%;
}
footer .game_info .app .btn_app li {
  width: 170px;
}
footer .game_info .app .btn_app li img {
  width: 100%;
}
footer .game_info .app .btn_app li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
footer .game_info .app .btn_app li a:hover {
  opacity: 0.6;
}
footer .game_info .app .btn_app .ios {
  margin-right: 12px;
}

footer .footer {
  background: #000;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 47px 0 65px;
  position: relative;
}
footer .footer ul {
  letter-spacing: -.4em;
}
footer .footer li {
  display: inline-block;
}
footer .footer .share {
  margin-bottom: 38px;
}
footer .footer .share li {
  margin: 0 4px;
}
footer .footer .share li a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footer .bnr {
  letter-spacing: -.4em;
  margin-bottom: 35px;
}

footer .footer .bnr li {
  width: 300px;
  margin: 10px;
}

footer .footer .notes {
  margin-bottom: 16px;
}
footer .footer p {
  font-size: 11px;
  color: #fff;
}

footer .footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url("../img/line.png") repeat-x center;
  position: absolute;
  top: -1px;
  z-index: 0;
}
footer .footer .pagetop {
  position: absolute;
  top: -50px;
  right: 40px;
  z-index: 3;
  background: url("../img/btn_pagetop.png");
  width: 100px;
  height: 52px;
  cursor: pointer;
}
footer .footer .share li {
  width: 67px;
  height: 68px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
footer .footer .share li:hover {
  opacity: 0.6;
}
footer .footer .share .tw {
  background: url("../img/share_twitter.png");
}
footer .footer .share .fb {
  background: url("../img/share_facebook.png");
}
footer .footer .bnr img {
  width: 100%;
}
footer .footer .bnr li {
  width: 300px;
  margin: 0 20px;
}
footer .footer .bnr a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
footer .footer .bnr a:hover {
  opacity: 0.6;
}
footer .footer .other {
  margin-bottom: 25px;
}
footer .footer .other li {
  letter-spacing: 0;
  background: url("../img/item_mark_gold.png") no-repeat right center;
  -webkit-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
  padding: 5px 28px 5px 14px;
}
footer .footer .other li a {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 0;
  position: relative;
}
footer .footer .other li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer .other li a:hover:after {
  width: 100%;
}
footer .footer .other li:last-child {
  background: none;
  padding: 5px 14px 5px 14px;
}