@charset "utf-8";
.pagemain-image {
  background: url("../img/pagemain_image.jpg") no-repeat center center;
}
.dg-image01 {
  position: relative;
  background: url("../img/bgimage01.jpg") no-repeat right center;
  background-size: cover;
}
.dg-image02 {
  background: url("../img/bgimage02.jpg") no-repeat left center;
  background-size: cover;
}
.dg-image03 {
  background: url("../img/bgimage03.jpg") no-repeat right center;
  background-size: cover;
}
video {
  display: block;
  width: 70%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  top: 80px;
  left: 0;
}
.modalbtn {
  position: absolute;
  left: 30px;
  top: 30px;
  background: url("../../common/img/play_icon.svg") no-repeat 10px center rgba(66,111,167,0.8);
  background-size: 35px 29px;
  color: #FFF;
  display: inline-block;
  padding: 15px 20px 15px 60px;
  font-size: 16px;
}
.movie {
  display: inline-block;
  margin-top: 50px;
  transition: 0.3s all;
  cursor: pointer;
}
.moviearea {
  display: none;
  background: rgba(0, 0, 0, 0.95);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000000;
}
.location_mv_area {
  display: none;
  width: 90vw;
  height: 50.63vw;
  max-width: 1024px;
  max-height: 768px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000001;
}
.location_mv_area video {
  width: 100%;
}
.closebtn {
  color: #fff;
  position: absolute;
  font-weight: bold;
  top: -40px;
  right: 0;
  font-size: 30px;
  cursor: pointer;
}
.nomovie {
  margin-top: 50px;
}

.location_mv_area {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.location_mv_area iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .pagemain-image {
    background: url("../img/pagemain_image_sp.jpg") no-repeat center center;
  }
  .dg_ttltext {
    padding-top: 0;
  }
  video {
    width: 65%;
    height: 254px;
    top: 40px;
  }
  .modalbtn {
    left: 18%;
    top: 33%;
    padding: 10px 20px 10px 60px;
    font-size: 15px;
  }
  .location_mv_area {
    height: 80vw;
  }
}