@charset "utf-8";

@import "../../common/css/layout.css";

/*-------------------------------------------------------------------------
  Key Visual
/*-----------------------------------------------------------------------*/

#kv {
}
img {
  width: 100%;
  height: auto;
}

#container {
  position: relative;
}

.logo-3ds {
  width: 34.13%;
  position: absolute;
  top: 0.42%;
  right: 2%;
  z-index: 1;
}

#key-visual {
  position: relative;
}
  #key-visual .badge {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 35.33%;
    z-index: 2;
  }
#key-visual .main_new{
    position: relative;
    width: 23%;
    top: -57vw;
    left: 74%;
}
#key-visual .main_twitter{
    position: relative;
    width: 45%;
    top: -34vw;
    left: 54%;
}


#modal-content02 {
  margin-top: 2vw;
    width: 90.625%;
    position: fixed;
    z-index: 10;
}
#modal-content02 #modal-close{
  width: 12%;
  margin-top: -143vw;
  margin-left: 84%;
  z-index: 1;
  position: relative;
}
.click_top{
  position: relative;
  top: -56vw;
  width: 120%;
  left: -10%;
}
.click_bottom{
  position: relative;
  top: 51vw;
  width: 120%;
  left: -10%;
}
.prev-arrow{
    left: -8.5%;
    width: 20%;
    position: relative;
    top: 60.8vw;
    z-index: 1;
    padding: 6%;
}
.next-arrow{
    width: 20%;
    position: relative;
    left: 88.5%;
    top: -67.6vw;
    z-index: 1;
    padding: 6%;
}
.slick-disabled{
  opacity: 0 !important;
}
.slick-slide img
{
    display: block;
    width: 80%;
    margin-left: 10%;
}


/*-------------------------------------------------------------------------
  Experience
/*-----------------------------------------------------------------------*/
#experience {
  position: relative;
  margin-top: -33vw;
}
  #experience .btn {
    width: 71.60%;
    position: absolute;
    top: 40%;
    left: 14.2%;
    transition: all 0.35s;
    transition-timing-function:ease-out;
    opacity: 0;
    animation: animScale 1.8s infinite ease-out;
    transform-origin: 50% 50%;
    animation-play-state:paused;
  }
  #experience .download.show {
    opacity: 1;
    width: 71.60%;
    top: 40%;
    left: 14.2%;
    animation-play-state:running;
  }

  @keyframes animScale {
    10% { transform: scale(1, 1); }
    12% { transform: scale(0.9, 0.9); }
    14% { transform: scale(1.1, 1.2); }
    20% { transform: scale(1, 1); }
    25% { transform: scale(1.1, 1.1); }
    35% { transform: scale(1, 1); }
  }

    .bln {
      z-index: 1;
      transition: all 0.35s;
      transition-timing-function:ease-out;
      animation: animScale 1.7s infinite ease-out;
      transform-origin: 50% 50%;
      animation-play-state:running;
    }

/*-------------------------------------------------------------------------
  concept
/*-----------------------------------------------------------------------*/
#concept img{

}
#concept .new{
    position: relative;
    top: -71vw;
    width: 28%;
    left: 63%;
}
#concept .btn_check{
  position: relative;
  top: -29vw;
  width: 39%;
  left: 31%;
}

/*-------------------------------------------------------------------------
  Movie
/*-----------------------------------------------------------------------*/

#movie {
  position: relative;
  margin-top: -15vw;
}
#movie .webcm{
  width: 49%;
  position: relative;
  top: -77vw;
  z-index: 1;
}
  #movie .frame {
    width: 67.20%;
    position: absolute;
    top: 25%;
    left: 16.4%;
  }

.video {
  position: relative;
  width: 100%;
}
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }


#modal-content01 {
	margin-top: 42vw;
    width: 90.625%;
    position: fixed;
    z-index: 10;
}
#modal-content01 p img{
    margin: 0 auto;
}
#modal-content01 .adjust{
    height: 23px;
    position: relative;
    top: 0px;
}
#modal-content01 .modal-video{
    position: relative;
    width: 72%;
    top: -117.5vw;
    margin-left: 14%;
}
#modal-content01 .modal-video-2{
    position: relative;
    width: 72%;
    top: -65.5vw;
    margin-left: 14%;
}

#modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.5 ) ;
}
#modal-close-btn {
  width: 16%;
  position: absolute;
  bottom: 88.5vw;
  left: 71vw;
  right: 0;
  margin: 0 auto;
}
#modal-close{
  width: 70%;
  margin-top: -45vw;
  margin-left: 15%;
}

.modal_movie{
    margin-top: -94vw;
    position: relative;
}
.modal_movie img{
  width: 80%;
  margin-left: 10%;
}





/*-------------------------------------------------------------------------
  Character
/*-----------------------------------------------------------------------*/

#chara {
  margin-top: -1vw;
  position: relative;
}
  #chara #dillon,
  #chara #you{
    position: relative;
    margin-top: -0.5vw;
  }
  #chara #dillon dt,
  #chara #you dt {
    position: absolute;
    z-index: 10;
  }

  #chara #dillon dt {
    width: 59.47%;
    top: 2%;
    left: -50%;
    z-index: 0;
  }
    #chara .dillon_btn  {
    width: 51.47%;
    position: relative;
    top: -28vw;
    left: 44%;
    z-index: 0;
    }

  #chara #you{
    margin-top: -17vw;
  }
  #chara #you dt {
    width: 56.27%;
    top: -8%;
    right: -80%;
    z-index: 0;
  }
    #chara .you_btn  {
    width: 51.47%;
    position: relative;
    top: -18vw;
    left: 7%;
    z-index: 0;
    }
  .chara .anm {
    opacity: 0;
  }


/*-------------------------------------------------------------------------
  Stage
/*-----------------------------------------------------------------------*/

#stage{
  margin-top: -16vw;
}
#stage dl {
  position: relative;
}
  #stage dl dd {
    position: absolute;
    z-index: 2;
  }
  #stage #enemy01 dd:nth-of-type(1) {
    width: 31.93%;
    top: 10%;
    right: 0%;
  }
  #stage #enemy01 dd:nth-of-type(2) {
    width: 34.93%;
    top: 51%;
    right: 21%;
  }
  #stage #enemy02 dd {
    width: 33.93%;
    top: 16vw;
    left: 2%;
  }
  #stage .enemy02_btn{
    position: relative;
    z-index: 1;
    width: 55%;
    top: -16vw;
    left: 41%;
  }
  #stage #enemy03{
    margin-top: -17.3vw;
  }
  #stage #enemy03 dd {
    width: 43.33%;
    top: 2vw;
    right: 0;
  }
  #stage .chara {
    position: relative;
  }
  #stage .video {
    padding-top: 55.25%;
  }
  .enemy .anm {
    transform: scale(0);
    transition: transform .2s;
    transition-timing-function: cubic-bezier(0.0, 0, 0.465, 1.650);
  }
  .enemy .anm.show {
    transform: scale(1);
  }

#stage .rotate_frame  {
    width: 86%;
    top: -90vw;
    position: relative;
    left: 7%;
}
    #stage .video {
      width: 101%;
      border: solid 8px #000;
      transform: skewY(-5deg);
      overflow: hidden;
    }
      #stage .video iframe {
        transform: skewY(5deg) rotate(-5deg) scale(1.1);
      }
  #stage .enemy03_btn{
    position: relative;
    width: 60%;
    top: 16vw;
    left: 20%;
  }

/*-------------------------------------------------------------------------
  Cash
/*-----------------------------------------------------------------------*/
#cash{
  margin-top: 16.5vw;
}
#cash .cont{
  margin-top: -81.5vw;
  margin-bottom: 20vw;
}
#cash .cont .bg{
  width: 100%;
  margin-left: 3%;
}
#cash .slide {
  width: 48.26%;
  margin-top: -48%;
  padding-bottom: 27.6%;
  border: solid 3px rgb(240, 240, 240);
  background-color: rgb(240, 240, 240);
  box-shadow: 4.243px 4.243px 6px 0px rgba(4, 0, 0, 0.4);
  transform: rotate(-5deg);
  position: relative;
  left: 25%;
  overflow: hidden;
  position: relative;
  margin-bottom: 13vw;
}

#cash .slide img {
  top: 0;
  left: 0;
  position: absolute;
}
#cash .cash_btn{
  width: 60%;
  margin-left: 20%;
}
/*-------------------------------------------------------------------------
  Info
/*-----------------------------------------------------------------------*/
#info {
  position: relative;
  margin-top: 4vw;
}
#info .txt {
  padding-bottom: 4vw;
}

#btn{
  margin-top: -10vw;
}
   .cero {
    width: 11.07%;
    position: relative;
    top: -32vw;
    left: 6%;
    z-index: 10;
  }
   .btn {
    width: 69.67%;
    position: relative;
    top: 49%;
    right: 8%;
  }
   .btn02 {
    width: 69.67%;
    position: relative;
    top: -37.5vw;
    left: 23%;
    z-index: 10;
  }
   .btn03 {
    width: 28.67%;
    position: relative;
    top: 83%;
    left: 22%;
  }

/*-------------------------------------------------------------------------
  footer
/*-----------------------------------------------------------------------*/
  #footer_nav{
    margin-top: -47vw;
    z-index: 5;
    position: relative;
}