@charset "utf-8";

@import "base.css";

body {
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
}

.noscript .js {
  display:none !important;
}
  .wii .moviePlayer,
  .noscript .moviePlayer,
  .ds .moviePlayer,
  .nonFP .moviePlayer,
  .iphone .moviePlayer,
  .android .moviePlayer {
    display:none;
  }
  .poster {
    display:none;
  }
    .noscript .poster,
    .wii .poster,
    .ds .poster,
    .iphone .poster,
    .android .poster,
    .nonFP .poster {
      display:block !important;
    }


/*-------------------------------------------------------------------------
  All
/*-----------------------------------------------------------------------*/

body {
}

.wrap {
  margin: 0 4.26%;
  position: relative;
}

/*-------------------------------------------------------------------------
  Footer
/*-----------------------------------------------------------------------*/
#footer {
  padding-top: 4%;
  position: relative;
  z-index: 15;
  background-color: #fff;
}

  #footer #links {
    padding: 0 0 2%;
    position: relative;
  }
  #footer .copyright {
    width: 25.47%;
    margin: 0 auto 2%;
  }
  #footer .nlinks {
    width: 94%;
    margin: 0 auto 3%;
    display: flex;
    justify-content: space-around;
  }
    #footer .nlinks li.menu-3dssoftware {
      width: 45.60%;
    }
    #footer .nlinks li.menu-hp {
      width: 31.73%;
    }
      #footer .nlinks li a {
        display: block;
      }
  #sns {
    display: flex;
    justify-content: center;
  }
    #sns li {
      padding: 0 4%;
    }

/*-------------------------------------------------------------------------
  Modal
/*-----------------------------------------------------------------------*/
#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10200;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling : touch;
}
  #modal #modal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0, 0, 20, 0.75);
    z-index: 5;
  }
  #modal .close {
    width: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 15;
  }
  #modal .box {
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
    background: url(../img/bg_pattern.gif) #fff;
    background-size: 200px auto;
    border:10px solid #fff;
    position: relative;
    z-index: 10;
    border-radius: 10px;
    display: none;
  }
  #modal .box.video {
    padding: 15px;
    max-width: 780px;
  }
  #modal .box.active {
    display: block;
  }
  #modal .box.video .controller {
    margin-top: 10px;
  }
    #modal .box.video .controller ul {
      margin-left: -3%;
    }
    #modal .box.video .controller li {
      width: 30.333%;
      margin-left: 3%;
      float: left;
    }
      #modal .box.video .controller li a {
        border:5px solid #ccc;
        display: block;
      }
      #modal .box.video .controller li a.current {
        border-color: #ffbb24;
      }
      #modal .player {
        overflow: hidden;
      }

  #modal .box .inner {
    background-color: rgba(0, 0, 0, .8);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px 0 5px;
  }
    #modal .box .carousel {
      display:none;
    }
    #modal .box .carousel.slick-initialized {
      display: block;
    }
    #modal .box .carousel p {
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
    }
    #modal .box .carousel li {
      padding: 10px 0;
    }

    #modal .box .carousel li .img {
      transition: .3s ease;
      transform: rotate(-6deg);
      -moz-transform: rotate(-6deg);
      -webkit-transform: rotate(-6deg);
      box-shadow: -5px 5px 8px #111;
      border: 5px solid #fff;
    }
    #modal .box .carousel li.slick-current .img {
      transform: rotate(6deg);
      -moz-transform: rotate(6deg);
      -webkit-transform: rotate(6deg);
    }

#modal .slick-prev, #modal .slick-next {
  background-position: left top;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  z-index: 10;
}
#modal ..slick-list {
  overflow-x: hidden;
  overflow-y: visible;
}
#modal .slick-next {
  background-image: url(../img/btn_right.png);
  background-size: contain;
  right: 5%;
}
#modal .slick-prev {
  background-image: url(../img/btn_left.png);
  background-size: contain;
  left: 5%;
}
#modal .slick-disabled {
  display: none !important;
}
#modal .slick-slide {
  transition: .3s ease;
  transform: scale(.75);
  -moz-transform: scale(.75);
  -webkit-transform: scale(.75);
}
#modal .slick-current {
  transform: scale(.97);
  -moz-transform: scale(.97);
  -webkit-transform: scale(.97);
}

@keyframes float {
    0% { transform: translateY(2px) }
    50% { transform: translateY(-4px) }
    100% { transform: translateY(2px) }
  }

/*-------------------------------------------------------------------------
  Data movie
/*-----------------------------------------------------------------------*/
[data-movie] {

}

  [data-movie] iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }




/*-------------------------------------------------------------------------
  footer_nav
/*-----------------------------------------------------------------------*/
#footer_nav .btn_totop img{
    width: 23%;
    position: relative;
    top: 15vw;
    left: 74%;
}
#footer_nav {
  margin-top:-105.5vw;
}
#footer_nav ul{
  margin-top: -124vw;
  padding-bottom: 6vw;
}
  #footer_nav ul li{
    position: relative;
    width: 76%;
    left: 12%;
    margin-top: 3%;
  }
  #footer_nav ul li:nth-of-type(1){
    width: 66%;
    left: 18%;
  }
