@charset "UTF-8";

.video-area {
  width: 100%;
  height: calc(100dvh - 50px);
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .video-area {
    height: calc(100dvh - 80px);
  }
}

.video-area video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-area .mv-link {
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}
