@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;
}

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: #0f611f;
}

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


  #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 -0px ;
    background-repeat: no-repeat;
    height: 95px;
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  .header_nav .header_logo h1 {
    background-image: url("../img/logo.png");
    background-position: 1px 12px;
    width: 145px;
    height: 95px;
    margin: 0px 0 0 31px;
    background-repeat: no-repeat;
     background-size: 100%;
  }
  .header_nav .header_logo .nav_menu {
    background: url("../img/btn_menu.png");
    width: 100px;
    height: 100%;
    position: absolute;
    top: -12px;
    right: 6px;
  }
  .header_nav .header_logo .nav_menu.menu_open {
    background: url("../img/btn_menu_close.png");
  }
  .header_nav .main_menu {
    position: fixed;
    background-image: url("../img/bg_ptn.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size:contain;
    z-index: 490;
    width: 100%;
    top: 87px;
    height: 0;
    display: none;
    overflow: hidden;
  }
  .header_nav .main_menu .wraper {
    position: fixed;
    width: 100%;
    height: 0%;
    top: 94px;
    left: 0;
    opacity: 0;
  }
  .header_nav .main_menu.menu_open {
    height: 100%;
    display: block;
  }
  .header_nav .main_menu.menu_open .wraper {
    opacity: 1;
    height: 70%;
  }

.global {
  margin-top:30px;
}

  .header_nav .main_menu .global li {
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 0;
    margin:8px auto 8px;
  }
  .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/header_btn01_off.png") no-repeat center;
  }
  .header_nav .main_menu .top_m:hover {
    background: url("../img/header_btn01_on.png") no-repeat center;
  }
  .header_nav .main_menu .prologue_m {
    background: url("../img/header_btn02_off.png") no-repeat center;
  }
  .header_nav .main_menu .prologue_m:hover {
    background: url("../img/header_btn02_on.png") no-repeat center;
  }
    .header_nav .main_menu .dresses_m {
    background: url("../img/header_btn03_off.png") no-repeat center;
  }
  .header_nav .main_menu .dresses_m:hover {
    background: url("../img/header_btn03_on.png") no-repeat center;
  }
  .header_nav .main_menu .eservants_m {
    background: url("../img/header_btn04_off.png") no-repeat center;
  }
  .header_nav .main_menu .eservants_m:hover {
    background: url("../img/header_btn04_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: 100px;
    position: relative;
    padding-top: 20px;
    letter-spacing: -0.4em;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .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;
  float:left;
  color: #fff;
  text-align: center;
  padding: 47px 0 65px;
  margin:-7px 0 0 0;
  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;
  }


#top {
    width: 750px;
    height: 1230px;
    margin:0px 0 0 0;
    z-index:1;
  }

.top_img {
    width: 750px;
    z-index:1;
    height: 1230px;
    margin:0px 0 0 0;
    background-image: url("../img/top_img_event.png") ;
    background-repeat:no-repeat;
    background-position: center -2px;
    background-size: 100%;
  }

.top_info img {
    display: none;
} 

.event_info {
  width:450px;
  height:122px;
  margin:887px 0px 0 150px;
  position:relative;
  float:left;
  background: url("../img/btn_eventinfo_off.png") no-repeat;
  background-size: 100%;
  background-position: center;
}

.event_info:hover {
  width:450px;
  height:122px;
  margin:887px 0px 0 150px;
  position:relative;
  float:left;
  background: url("../img/btn_eventinfo_on.png") no-repeat;
  background-size: 100%;
  background-position: center;
}

.btn_appstore {
  width:156px;
  height:75.4px;
  margin:-6px 0px 0 188px;
  position:relative;
  float:left;
  background: url("../img/m_appstore.png") no-repeat;
  background-size: 100%;
  background-position: center;
}


.btn_googleplay{
  width:175.5px;
  height:75.4px;
  margin:-75.4px 0px 0 390px;
  position:relative;
  float:left;
  background: url("../img/m_googleplay.png") no-repeat;
  background-size: 100%;
  background-position: center;
}


#prologue {
    z-index:2;
    margin:0px auto 0;
    width: 750px;
    height:1868px;
}

.prologue_txt {
    z-index:5;
    width: 750px;
    height:906px;
    margin:-1px auto 0px;
    background: url("../img/prologue_img.png") no-repeat;
    background-size: 100%;
  }
  .quest_txt {
    z-index:5;
    width: 750px;
    height:818px;
    margin:71px auto 0px;
    background: url("../img/quest_img.png") no-repeat;
    background-size: 100%;
  }

#eservants {
  z-index:2;
  margin:-94px auto 0;
  width: 750px;
  height:1338px;
}

.servamtsimg0 {
  width:750px;
  height:1338px;
  margin:0px auto 0px;
  background: url("../img/servant_img_00.png")  no-repeat center center;
  background-size: 100%;
  position: relative;
}

.chara_movie0 {
  position: absolute;
  width: 468px;
  height: 281px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin: 814px 0 0 18px ;
}

.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/snqBzT4IT4U/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;
}



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

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

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#servants {
  width:750px;
  height:1441px;
  margin:22px 0 90px 0;
  background: url("../img/servant_title.png") no-repeat;
  background-size: 100%;
  padding:0 0 0 0;
  position: relative;
}


#carouseltab {
  width:750px;
  height:200px;
  margin: 71px 0% 20px 0px;
  padding:0px 0 0 0;
  z-index:1;
  position: absolute;
  top:0px;
  left:0px;
}

#carouseltab a{
  position: absolute;
  display: block;
  width:149px;
  height:150px;
  padding:0 0 0 0;
  background-repeat: no-repeat;
  background-size:100%;
}

#carouseltab a.tab1{
  background-image:url("../img/servant_icon_01_off.png");
  background-size:100%;
  position: absolute;
  top:0px;
 left:130px;
}

#carouseltab a.tab2{
  background-image:url("../img/servant_icon_02_off.png");
  background-size:100%;
  position: absolute;
  top:0px;
  left:300px;
}

#carouseltab a.tab3{
  background-image:url("../img/servant_icon_03_off.png");
  background-size:100%;
  position: absolute;
  top:0px;
  left:470px;
}


#carouseltab a.tab1.active{
  background-image:url("../img/servant_icon_01_on.png");
  background-size:100%;
}

#carouseltab a.tab2.active{
  background-image:url("../img/servant_icon_02_on.png");
  background-size:100%;
}
#carouseltab a.tab3.active{
  background-image:url("../img/servant_icon_03_on.png");
  background-size:100%;
}

#carouseltab a img{
  display: block;
  width:139px;
  padding:0 0 0 0;
  margin:0 0 0 0px;
  float:left;
}

.main-carousel {
  margin:0px 0 0 0;
  position: absolute;
  width:750px;
  height:1441px;
  background-image:url("../img/servants_BG.png");
  background-size:100%;
  background-position: center 0px;
}

.carousel-cell{
  width:750px;
  height:1441px;
  opacity: 0.2;
}

.carousel-cell.is-selected{
  width:750px;
  animation-name : opacity_seton;
  animation-duration : 0.5s;
  animation-fill-mode: forwards;
}

@keyframes opacity_seton {
  0% { opacity:0.2;}
  100% { opacity:1;}
}
@keyframes opacity_setooff {
  0% { opacity:1;}
  100% { opacity:0.2;}
}

.servamtsimg1 {
  width:750px;
  height:1441px;
  margin:0px auto 0px;
  background: url("../img/servant_img_01.png")  no-repeat center center;
  background-size: 100%;
  position: relative;
}

.servamtsimg2 {
  width:750px;
  height:1441px;
  margin:0px auto 0px;
  background: url("../img/servant_img_02.png")  no-repeat center center;
  background-size: 100%;
  position: relative;
}

.servamtsimg3 {
  width:750px;
  height:1441px;
  margin:0px auto 0px;
  background: url("../img/servant_img_03.png")  no-repeat center center;
  background-size: 100%;
  position: relative;
}

.chara_movie1 {
  position: absolute;
  width: 468px;
  height: 281px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin: 993px 0 0 141px ;
}

.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/pEGOVcYDkaM/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_movie2 {
  position: absolute;
  width: 468px;
  height: 281px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin: 993px 0 0 141px ;
}

.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/0BmicRrjvac/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_movie3 {
  position: absolute;
  width: 468px;
  height: 281px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin: 993px 0 0 141px ;
}

.chara_movie3:after {
  content: '';
  display: block;
  background:
  url("../img/servant_img_videoframe.png"),
  url("../img/servant_img_playbutton.png"),
  url("http://i.ytimg.com/vi/BajcDEqk9Bg/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;
  }

  #dresses {
    z-index:2;
    margin:0px auto 101px;
    width: 750px;
    height:1753px;
  }
  
  .dresses_txt {
    z-index:5;
    width: 750px;
    height:1753px;
    margin:0px auto 0px;
    background: url("../img/dress_img.png") no-repeat;
    background-size: 100%;
  }