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

#key-visual {
  position: relative;
}
  #key-visual .badge {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 35.33%;
    z-index: 15;
  }

/*-------------------------------------------------------------------------
  concept_image
/*-----------------------------------------------------------------------*/
#thumbnail-list{
  background: url('../img/bg.jpg');
  overflow: hidden;
  padding: 5vw 4% 20vw 3%;
}
#thumbnail-list li img{
  float: left;
  width: 30%;
  margin-left: 3%;
  margin-bottom: 3vw;
}
.prev-arrow{
    left: -8.5%;
    width: 20%;
    position: relative;
    top: 68.5vw;
    z-index: 1;
    padding: 6%;
}
.next-arrow{
    width: 20%;
    position: relative;
    left: 88.5%;
    top: -67.6vw;
    z-index: 1;
    padding: 6%;
}
.slick-slide img
{
    display: block;
    width: 80%;
    margin-left: 10%;
}

#modal-content01 {
    width: 90.625%;
    position: fixed;
    z-index: 10;
    opacity: 0;
}
#modal-content01 p img{
    margin: 0 auto;
}
#modal-content01 .adjust{
    height: 23px;
    position: relative;
    top: 0px;
}
#modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.8 ) ;
}
#modal-close-btn {
  width: 16%;
  position: absolute;
  bottom: 133.5vw;
  left: 71vw;
  right: 0;
  margin: 0 auto;
}
#modal-close{
  width: 70%;
  margin-top: -82vw;
  margin-left: 15%;
}
.logo-3ds{
  z-index: 1 ;
}


.close{
  width: 13%;
  position: relative;
  top: 30vw;
  left: 84%;
  z-index: 10;
}

.close_btn{
  width: 54%;
  position: relative;
  left: 24%;
  z-index: 10;
  top: -10vw;
}
.slick-disabled{
  opacity: 0 !important;
}
.slick-active{
  z-index: 10;
}
.slick-slider{
  z-index: 0;
}
.touch-point-top{
    position: fixed;
    margin-top: -170vw;
}
.touch-point-bottom{
  position: relative;
  margin-top: -23vw;
}
/*-------------------------------------------------------------------------
  footer_nav
/*-----------------------------------------------------------------------*/

#footer_nav {
  margin-top:-33vw;
}


#footer_nav .btn_totop img{
    width: 23%;
    position: relative;
    top: 15vw;
    left: 72%;
    z-index: 0;
}
