* {
  margin: 0;
  padding: 0;
}

#Wrap_lower {
  overflow-x: hidden;
}

.mms105p08 {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.mms105p08 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
  line-height: 0;
  margin: 0 auto;
}

.mms105p08 video {
  /* iPhone safariの枠線を消す */
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  /* PCのChromeの枠線を消す */
  outline: none;
  border: none;
}

.mms105p08 .video_wrap {
  position: relative;
}

.mms105p08 .video_wrap video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6%;
  width: 83%;
}