@font-face{
  font-family: Indra;
  src: url(../fonts/Indira_K.ttf);
}

@font-face{
  font-family: Yantramanav;
  src: url(../fonts/Yantramanav-Regular.ttf);
}

@font-face{
  font-family: SCE;
  src: url(../fonts/SCE3.7W1.TTF);
}

nav{
  opacity: .95;
}

.no-sp{
  white-space: nowrap;
 }

.sce{
  font-family: 'SCE', sans-serif;
}

*{
  font-family: 'Yantramanav', sans-serif;
}

body{
  position: relative;
  font-size: .9rem;
  background-color: #000;
}

h1{
  font-family: 'Indra', sans-serif;
  font-size: 2.2rem;
}

h2{
  font-family: 'Indra', sans-serif;
  font-size: 1.3rem;
}

#char_quote{
  color: #d9b543;
  font-size: 1.0rem;
  font-style: italic;
}

h3{
  font-size: 1.4rem;
  letter-spacing: .4rem;
}

.nav-item a{
  font-size: 1.6rem;
  font-family: 'Indra', serif;
}

.navbar-nav{
  margin: auto;
}

@media only screen and (max-width: 992px)  {

  #mc_embed_signup_scroll{
    padding-left: 40px;
    padding-right: 40px;
  }
  
}

footer{
    text-align: center;
    background-color: #000;
    color: #fff;
}

footer section{
 background-color: #000;
}

footer p{
  font-size: .8rem;
}

.follow{
  padding-top: 40px;
}

.logos img{
  margin: 6px;
}

.social .btn {
  width: 25%;
  max-width: 75px;
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-style: solid;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  font-size: 1.5rem;
}

.social .btn:hover{
  color:#fff;
  border-color: #fff;
  background-color:#000
}


#trailer_iframe{
  border: 0px;
}

@media (min-width: 1000px){

#trailer_iframe{
  margin: auto;
  width: 970px;
  height: 550px;
}

.modal-content{
  margin:auto;
  width: 1000px;
}

.modal-ss{
  width: 698px;
}

.modal-dialog{
  max-width: 1000px;
} 

}

.content_edit{
  border-radius: 0px;
  background-color: rgba(0,0,0, .8);
}

.modal-body{
  padding-top: 1px;
}

.close{
  font-size: 44px;
  color: #fff;
  opacity: 1;
}

.close:hover{
  font-size: 44px;
  color: #fff;
  opacity: .5;
}

.trailer-center{
  margin: auto;
}

#top{
  background: url(../img/top/background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 950px;
}

.videowrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.videowrap video {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.container{
  text-align: center;
  color: #fff;
}

#story{
  background: url(../img/story/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

#system{
  background: url(../img/product/background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  height: 100%;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 25px;
}


#trailers{
  background: url(../img/chara/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

#product{
  background: url(../img/product/background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  height: 100%;
  padding-top: 20px;
}

#demo{
  background: url(../img/chara/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

.product-btn-row{
  margin: auto;
}

.product-btn{
  margin-top: 20px;
}

.product-btn:hover{
  background-color: #d9b543;
  cursor: pointer;
}

.system-btns{
  margin-top: 20px;
  margin-bottom: 20px;
}

.system-btn{
  text-align: center;
  margin: auto;
  margin: 4px;
  max-width: 95%;
}

.system-col{
  background-color: rgba(1, 6, 97, .8);
  padding: 10px;
  margin: 5px;
}

.system-btn:hover{
  background-color: #d9b543;
  cursor: pointer;
}

.system-img{
  margin-bottom: 15px;
}

.system-img:hover{
  cursor: pointer;
}

.view-system-2{
  animation-delay: .3s;
}

.view-system-3{
  animation-delay: .6s;
}

section{
  position: relative;
  height: 900px;
  border-bottom: #000 3px;
  margin: auto;
  vertical-align: middle;
  border-top: 6px double rgba(255, 194, 0, 1)

}

.story-text{
  position: relative;
  margin-left: auto;
  margin-right: auto;

  z-index: 10;

  background-color: rgba(1, 6, 97, 1);
  width: 570px;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.story-text p {
  padding-left: 4px;
  padding-right: 4px;
}

.story-chara{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1280px;
}

#top a img:hover{
  box-shadow: 0px 0px 7px 3px rgba(255,241,69,0.45);
}


.product-row{
  padding-top: 10px;
}

.bullet img{
  width:25px;
  padding-right: 5px;
}


button{
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1rem;
  font-size: .9rem;
  background: rgba(0, 0, 0, .4);
  border: #fff 1.2px solid;
  padding: 13px;
  margin: 2px;
  border-radius: .4rem;
  width: 182px;
}

button:hover{
  background-color: #d9b543;
  color: #000;
}

.chara-container{
  width: 100%;
}

.chara-div{
  border-radius: .5rem;
}

.char-text{
  padding-left: 11px;
  padding-right: 11px;
}

@media (min-width: 1141px){

  .container{
    height: 100%;
  }

  .story-container{
    background-color: rgba(0,0,0, .01);
    border-radius: .3rem;
    width: 100%;
  }

}

.product-box{
  background-color: rgba(1, 6, 97, 1);
  padding: 0;
  margin: 10px;
  margin-right: -100px;
  z-index: 200;
  height: 100%;
}

.product-box-2{
  background-color: rgba(1, 6, 97, 1);
  padding: 0;
  margin: 10px;
  margin-left: -100px;
  z-index: 200;
  height: 100%;
}

.hide{
  display: none;
}

.on{
  background-color: #d9b543;
}

.product-btn-row div{
  padding: 0;
  margin: 0;
}

.img-fluid-half{
  max-width: 49%;
}

.img-char{
  max-width: 130px;
  margin: 3px;
}

.img-char:hover{
  cursor: pointer;
  box-shadow: 0px 0px 7px 3px rgba(255,241,69,0.45);
}


.desc-box{
  position: relative;
  background-color: rgba(1, 6, 97, .8);
  height: inherit;
  right: 100px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  border-radius: .2rem;
  text-align: center;
}

.desc-box p{
  padding: 15px;
}

#top{
  text-align: center;
}

#top-char-1{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top:0;
  left: 0;
  right: 0;
  z-index: 15;
  animation-delay: 1.8s;
  animation-duration: 3s;
}

#top-char-2{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top:0;
  left: 0;
  right: 0;
  z-index: 10;
  animation-delay: 1.4s;
  animation-duration: 3s;
}


#top-char-3{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top:0;
  left: 0;
  right: 0;
  z-index: 10;
  animation-delay: 1s;
  animation-duration: 3s;
}

#top-logo{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top:0;
  left: 0;
  right: 0;
  z-index: 20;
  animation-duration: 2s;
}


#top-btn-1{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  top: 675px;
  left: 0;
  right: 320px;
  z-index: 20;
}

#top-btn-2{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  top: 675px;
  left: 320px;
  right: 0;
  z-index: 20;
}

#chara{
  padding-top: 30px;
  height: 100%;
  padding-bottom: 30px;
  background: url(../img/chara/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.char-box{
  background-color: rgba(1, 6, 97, .8);
  border: #fff 1.2px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px;
}

#char_full{
  position: relative;
  max-width: 600px;
}

.pv{
  margin: 10px;
  max-width: 80%;
}

.pv:hover{
  cursor: pointer;
  box-shadow: 0px 0px 7px 3px rgba(255,241,69,0.45);
}

#switcher{
  width: 70px;
  position: fixed;
  z-index: 1050;
  right: 7px;
  bottom: -3px;
}

.next-btns{
  position: relative;
  right: 100px;
  margin: 10px;
}

.next-btns button{
  width: 155px;
}


.next-btns-sp {
  display: none;
}

.chara-btn{
  background-color: rgba(1, 6, 97, 1);
  border: #d9b543 .5px solid;
  border-radius: 0;
  padding: 1px;
  width: 30%;
  font-size: .9rem;
}

.btn-on{
  background-color: #d9b543;
  color: #000;
}


@media (max-width: 992px){

  .next-btns-sp {
    display: initial;
    margin: auto;
  }
  
  .next-btns-sp button{
    width: 100px;
    padding: 2px;
  }
  

  .next-btns{
    display:none;
  }


  .no-sp{
    white-space: normal;
   }

  h1{
    font-size: 1.4rem;
  }
  h3{
    font-size: 1rem;
  }
  p{
    font-size: .8rem;
  }

  .product-box {
    margin: auto !important;
  }

  .product-box-2 {
    margin: auto !important;
  }

  .img-fluid-half{
    margin: auto;
    margin-top: 5px;
    max-width: 90%;
  }
  
  #char_full{
    max-width: 100%;
    padding-bottom: 283px;
  }

  .desc-box{
    position: absolute;
    background-color: rgba(1, 6, 97, .8);
    height: inherit;
    width: 50%;
    border-radius: .2rem;
    text-align: center;
    left: 11%;
    bottom: 50%;
    width: 80%;
  }

  .img-char {
    max-width: 110px;
}

.char-box{
  width: 90%;
  margin: auto;
}

}

@media (max-width: 700px){

  .chara-btn{
    font-size: .6rem;
  }

  #top-char-1{
    position: relative;
  }
  #top{
   margin: auto;
   height: 100%;
  }

  #cover-logo{
    position: relative;
  }

  #top-btn-1{
    display: none;
  }

  #top-btn-2{
    display: none;
  }

  .for_mobile{
    position: relative;
    padding-bottom: 20px;
  }

  .system-btn{
    max-width: 55%;
  }

  #trailers{
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

.demo-box{
  background-color: rgba(1, 6, 97, 1);
  padding: 0;
  margin: 10px;
  z-index: 200;
  vertical-align: middle;
}
