@charset "UTF-8";

#mv .mv_text {
  height: 100%;
}

#mv .mv_text:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/common/upload_data/houliefcom/image/20230124181949.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 80%;
  height: 80%;
}

#mv .mv_text>div {
  display: none;
}

@media screen and (max-width: 900px) {
  #mv .mv_text:before{
         width: 90%;
    height: 90%;
     background: url("/common/upload_data/houliefcom/image/20230124181951.png");
     background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  }
}