@charset "utf-8";

#productAbout {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  /* position: relative; */
  background-color: #000a3f;
}
#productAbout img {
  width: 100%;
}
#productAbout .ml-about-item .ml-lead {
  border-bottom: none;
}
/* 動画 */
#productAbout .video_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#productAbout .video_wrap01 video {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#productAbout .video_wrap02 video {
  width: auto;
  height: 440px;
  position: absolute;
  top: 0;
  left: 27%;
  transform: translateX(-50%);
  z-index: -1;
}
#productAbout .video_wrap03 video {
  position: absolute;
  top: 370px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
