@charset "UTF-8";

#mv .mv_text h2::before {
  display: none;
}

/* #mv .mv_text h2::before {
    position: absolute;
    display: block;
    content: "";
    width: 500px;
    height: 130px;
    top: initial;
    bottom: -155px;
    bottom: -100px;
    /*left: -38%;*/
    left: 50%;
    transform:translateX(-50%);
    margin: 0 auto;
    background-image: url("/common/upload_data/yama-homejp/image/20230426164736.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    pointer-events: none;
} */

@media screen and (max-width: 800px){
	#mv .mv_text h2::before{
        width: 370px;
       bottom: -125px;
       bottom: -90px;
 }
}

@media screen and (max-width: 500px){
	#mv .mv_text h2::before{
        width: 100%;
        width: 101%;
 }
}

/*------------MV修正------------*/
#mv .mv_text {
    height: fit-content;
    bottom: initial!important;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
#mv .mv_text {
    height: fit-content;
}
}