@charset "UTF-8";

/* == .mv_area == */

.mv_area {
  position: relative;
  height: 100vh;
  background-image: url(../close_images/mv_bg_nagoya.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv_area .item_logo {
  width: 50%;
  max-width: 500px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10;
  padding: 25px;
}

.mv_area .item_logo img {
  max-width: 225px;
  filter: drop-shadow(0px 3px 5px #000);
}

.mv_area .item_logo .information {
  text-align: left;
  margin-top: 20px;
}

.mv_area::before,
.mv_area .item_logo::after,
.mv_area::after,
.mv_area .item_line::before,
.mv_area .item_line::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}


.mv_area .item_line {
  position: absolute;
  bottom: -86px;
  width: 100%;
  z-index: 1;
}

.mv_area .item_line::before {
  width: 90%;
  height: 130px;
  left: 5%;
  top: -110px;
  background-image: url(../close_images/mv_line_bg.png);
  z-index: -1;
  background-position: center bottom;
}

.mv_area .item_line::after {
  width: 90%;
  height: 60px;
  left: 5%;
  bottom: 95px;
  background-image: url(../close_images/mv_line_car.svg);
  z-index: 1;
}




@media screen and (max-width: 1440px) {
  .mv_area .item_line {
    width: 140%;
    left: -20%;
    right: -20%;
  }

  .mv_area .item_line::after {
    width: 70%;
    left: 15%;
  }

  .mv_area .item_logo::after {
    width: 180%;
    height: 180%;
  }
}


@media screen and (max-width: 1120px) {
  .mv_area .item_line {
    width: 160%;
    left: -30%;
    right: -30%;
  }
}

@media screen and (max-width: 980px) {
  .mv_area .item_line {
    width: 150%;
    left: -25%;
    right: -25%;
    bottom: -60px;
  }

  .mv_area .item_line::after {
    height: 50px;
    bottom: 65px;
  }

}

@media screen and (max-width: 840px) {

  .mv_area .item_logo {
    width: 60%;
    top: 15%;
  }

  .mv_area .item_line::before {
    width: 70%;
    height: 100px;
    left: 15%;
    top: -85px;
  }

  .mv_area .item_line::after {
    height: 40px;
    width: 80%;
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .mv_area .item_line {
    width: 200%;
    left: -50%;
    right: -50%;
    bottom: -60px;
  }

  .mv_area .item_logo {
    width: 70%;
    top: 10%;
  }

}

@media screen and (max-width: 640px) {

  .mv_area .item_logo .information {
    font-size: 14px;
  }

  .mv_area .item_line::after {
    height: 30px;
    width: 50%;
    left: 25%;
  }
}

@media screen and (max-width: 420px) {
  .mv_area .item_line {
    width: 200%;
    left: -50%;
    right: -50%;
    bottom: -35px;
  }

  .mv_area .item_line::after {
    height: 25px;
    width: 50%;
    left: 25%;
    bottom: 35px;
  }
}