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

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

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: #1f123e;
}

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


  #wrapper {
    width: 750px;
    margin: 0 auto 0px;
    overflow: hidden;

  }

  .menu_on {
    position: fixed;
  }

/**************/
.main_contents {

  opacity: 0;
  float:left;
  -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;
}

@keyframes loading {
  100% {
    opacity: 1;
  }
}
.header_nav .main_menu a, .header_nav h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

  .header_nav .header_logo {
    background: url("../img/bg_bar.png") center top;
    height: 95px;
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  .header_nav .header_logo h1 {
    background: url("../img/logo.png");
    width: 145px;
    height: 66px;
    margin: 10px 0 0 20px;
  }
  .header_nav .header_logo .nav_menu {
    background: url("../img/btn_menu.png");
    width: 100px;
    height: 100%;
    position: absolute;
    top: -10px;
    right: 0;
  }
  .header_nav .header_logo .nav_menu.menu_open {
    background: url("../img/btn_close.png");
  }
  .header_nav .main_menu {
    position: fixed;
    z-index: 490;
    width: 100%;
    top: 95px;
    height: 0;
    display: none;
    overflow: hidden;
  }
  .header_nav .main_menu .wraper {
    background: url("../img/bg_ptn.png");
    position: fixed;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .header_nav .main_menu.menu_open {
    height: 100%;
    display: block;
  }
  .header_nav .main_menu.menu_open .wraper {
    opacity: 1;
    height: 100%;
  }
  .header_nav .main_menu .global li {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 0;
    margin: 20px auto 45px;
  }
  .header_nav .main_menu .global li:nth-child(even):before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header_nav .main_menu .top_m {
    background: url("../img/m_top.png") no-repeat center;
  }
  .header_nav .main_menu .top_m:hover {
    background: url("../img/m_top_on.png") no-repeat center;
  }
  .header_nav .main_menu .description_m {
    background: url("../img/m_description.png") no-repeat center;
  }
  .header_nav .main_menu .description_m:hover {
    background: url("../img/m_description_on.png") no-repeat center;
  }

  .header_nav .main_menu .enter_m {
    background: url("../img/m_enter.png") no-repeat center;
  }
  .header_nav .main_menu .enter_m:hover {
    background: url("../img/m_enter_on.png") no-repeat center;
  }
  .header_nav .main_menu .appstore_m {
    background: url("../img/m_appstore.png") no-repeat center;
  }
  .header_nav .main_menu .googleplay_m {
    background: url("../img/m_googleplay.png") no-repeat center;
  }
  .header_nav .main_menu .menu_shere {
    text-align: center;
/*    background: rgba(0, 0, 0, 0.2);*/
    width: 100%;
    height: auto;
    height: 100%;
    position: relative;
    padding-top: 25px;
    letter-spacing: -0.4em;
    padding-bottom: 230px;
  }
  .header_nav .main_menu .menu_shere li {
    display: inline-block;
    margin: 0 26px;
  }

/**********************************/

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%;
  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/bg.jpg") no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 150px;
  }
  footer .game_info .info {
    margin: 0 30px;
  }
  footer .game_info .info dl {
    font-size: 24px;
  }
  footer .game_info .info dl dt {
    background-position: left 0.3em;
    -webkit-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    width: 6em;
  }
  footer .game_info .info dl dd .note {
    font-size: 20px;
    margin: 0.5em 0;
  }
  footer .game_info .app {
    background: url("../img/line.png") no-repeat bottom;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: 56px;
  }
  footer .game_info .app .logo {
    margin-bottom: 30px;
  }
  footer .game_info .app li.ios {
    margin-right: 18px;
  }

footer .footer {
  background: #000;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 47px 0 65px;
  position: relative;
    border-top: 1px solid #EDE9C1;
}
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 .pagetop {
    background: url("../img/btn_pagetop.png") no-repeat center center;
    height: 96px;
    width: 100%;
    max-width: 750px;
    margin:0 auto;
    position: absolute;
    top: -93px;
    right:0;
  }
  footer .footer .other {
    border-top: 1px solid #e8e4be;
    margin-bottom: 60px;
  }
  footer .footer .other li {
    display: block;
    border-bottom: 1px solid #e8e4be;
  }
  footer .footer .other li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 0.02em;
    background: url("../img/arrow.png") no-repeat 95% center;
    padding: 28px 0;
  }
  footer .footer p {
    font-size: 20px;
    line-height: 1.5;
  }
  footer .footer .notes {
    margin-bottom: 33px;
  }

.event_info {
  width:506px;

  /*height:3.74%;*/
  height:95px;
/*  margin:15.7291% auto 0;*/
  margin:1130px 0px 0 122px;
  position:relative;
float:left;
  background: url("../img/top_btn_eventinfo.png") no-repeat;
  background-size: 100%;
}

.event_info:hover {
  background: url("../img/top_btn_eventinfo_on.png") no-repeat;
  background-size: 100%;
}

#top {
    width: 750px;
    height: 1200px;
    margin:0px 0 0 0;
   z-index:2;
  }

.top_img {
    width: 600px;
    height: 600px;
    margin:100px auto 0;
    background: url("../img/contest2018_logo.png") no-repeat;

  }

.top_text {
    width: 562px;
    height: 306px;
    margin:-150px auto 0;
    background: url("../img/top_text.png") no-repeat;
  }

.event_period {
    width: 750px;
    height: 306px;
    margin:100px auto 0;
    background: url("../img/top_img_txt_eventperiod.png") no-repeat;

  }

#description {
     z-index:1;
}

.description_txt {
    z-index:4;
    width: 750px;
    height:1600px;
/*    margin:-278px auto 0;*/
    margin:0px auto 0;
    background: url("../img/sp_description_img.png") no-repeat;
  }

#howto {
  width:750px;
  height:1600px;
  margin-top:0;
}

.howto_txt {
    z-index:4;
    width: 750px;
    height:1600px;
/*    margin:-278px auto 0;*/
    margin:-0px auto 0;
    background: url("../img/sp_howto_img.png") no-repeat;
  }

#enter {
  width:750px;
  height:1600px;
  padding-top:7px;
  padding-bottom:0px;
}

.char-tab {
  width:100%;
  height:142px;
  margin:39px 0 -36px 0;
}

.char-tab > div {
  float:left;
  width:20%;

  text-align: center;
  cursor:pointer;
}
.char-tab > .char01 {
  width:142px;
  height:142px;
  margin:0 0 0 213px;
  background-image:url("../img/servant_icon_01_off.png");

}
.char-tab > div.char01.active {
  background-image:url("../img/servant_icon_01_on.png");
}
.char-tab > .char02 {
    width:142px;
  height:142px;
  margin:0 0 0 47px;
  background-image:url("../img/servant_icon_02_off.png");

}
.char-tab > div.char02.active {
  background-image:url("../img/servant_icon_02_on.png");
}




.char-tab_content {
  display:none;
  padding:20px 0;
}
.char-tab_content.active {display:block;}





 .chara_movie0 {
    position: absolute;
/*    width: 464px;*/
    width: 468px;
    height: 281px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin: 1076px 0 0 142px ;
  }

.chara_movie0:after {
    content: '';
    display: block;
    background:
    url("../img/servant_img_videoframe.png"),
    url("../img/servant_img_playbutton.png"),
    url("http://i.ytimg.com/vi/v_itz9RvLKM/maxresdefault.jpg");

    background-size: cover,80px,contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }

  .chara_servant1 {
    width: 700px;
    height:1400px;
    margin:0px auto 25px;

    background: url("../img/sp_servant_img_01.png") no-repeat;
  }

.chara_movie1 {
    position: relative;
/*    width: 464px;*/
    width: 468px;
    height: 281px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin: -370px auto 0;
  }

.chara_movie1:after {
    content: '';
    display: block;
    background:
    url("../img/servant_img_videoframe.png"),
    url("../img/servant_img_playbutton.png"),
    url("http://i.ytimg.com/vi/v_itz9RvLKM/maxresdefault.jpg");

    background-size: cover,80px,contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }





  .chara_servant2 {
    width: 700px;
    height:1400px;
    margin:0px auto 25px;


    background: url("../img/servant_img_02.png") no-repeat;
  }

 .chara_movie2 {
    position: relative;
    width: 468px;
    height: 281px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin: -370px auto 0;
  }

.chara_movie2:after {
    content: '';
    display: block;
    background:
    url("../img/servant_img_videoframe.png"),
    url("../img/servant_img_playbutton.png"),
    url("http://i.ytimg.com/vi/v_itz9RvLKM/maxresdefault.jpg");
    background-size: cover,80px,contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }

.floatContents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
}

.floatContents .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 34px;
  right: 15px;
  cursor: pointer;
}
.floatContents .close:after, .floatContents .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}
.floatContents .close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floatContents .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.floatContents .player {
  position: absolute;
  top: 50%;
  left: 50%;
}
.floatContents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}

  .floatContents .player {
    width: 750px;
    height: 422px;
    margin-left:-375px;
    margin-top: -211px;
  }




table.contest_form {
  width:90%;
  margin:5% 5%;
  font-size:30px;
  color:#FFF;
  background-color: rgba(26,16,59,0.7);
    text-align: center;
    line-height: 2;
}

table.contest_form .orange {
  color:#ff9900;
}

table.contest_form th{
  width:30%;
  padding:20px;
}

table.contest_form td{
  width:70%;
    padding:20px;
    text-align: left;
}

table.contest_form td input#name,table.contest_form td input#email,table.contest_form td input#title{
  width:90%;
  height:30px;
  font-size:90%;
}

table.contest_form td input#file{
  font-size:70%;
}

.terms {
  width:100%;
  text-align: center;
  font-size:20px;
}

.term_txt {
  width:90%;
  margin:0 5%;
  padding:2%;
  box-sizing:border-box;
  font-size:16px;
  height:200px;
  text-align: left;
  overflow-y: scroll;
    background-color: rgba(26,16,59,0.7);
}

.term_txt a{
  color:#FFF;
}

.term_txt a:hover{
  color:#BBB;
}

.check_txt {
  width:90%;
  margin:0 5%;
  font-size:16px;
  line-height: 1.4;
  text-align: left;
}

#send {
  width:50%;
  height:60px;
  margin:0 25%;
  border:none;
  color:#FFF;
  font-size: 20px;
  background-color: rgba(254,140,46,1);
  border-radius: 10px;
}

#send:hover{
  cursor: pointer;
  background-color: rgba(254,154,60,1);
}

#entrant {
  width:750px;
  height:auto;
}

.entrant_wrap {
    width: 90%;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 5.2% 5%;
}

.photobox{
    float:left;
    overflow: hidden;
    width: 50%;
    box-sizing: border-box;
    padding: 3.2% 5% ;
    margin: 0 0 0 0;
}

.photobox img{
    width:100%;
      margin:0 auto 0;
}
.photobox p{
    color: #F19B0B;
    font-size:17px;
/*    background-color: rgba(118,1,140,0.3);*/
    padding:5px 0;
    height:50px;
    font-weight: bold;
    text-align: center;
}