@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

.ml-about-item {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.ml-about-item  img {
  width: 100%;
}
#productAbout{
  position: relative;
}
#productAbout video{
  vertical-align: top;
  width: 100%;
}
.movie1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.movie1 .abs_box1 {
  position: absolute;
  z-index: -1;
  bottom: 2.5%;
}
.movie2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.movie2 .abs_box2 {
  position: absolute;
  z-index: -1;
  bottom: 6%;
}

.cartArea {position: relative;}
.cartArea a {position: absolute; top:28%;left: 50%;transform: translateX(-50%);max-width: 618px; width: 82.4%;}
.cartArea a:nth-of-type(2) {top:52%;}