@charset "UTF-8";

.mv_catch{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%!important;
    max-width: 550px;
    z-index: 7;
}
.sp_only{
    display: none;
}
@media (max-width: 900px){
.mv_catch {
    top: 50px;
    width: 60%!important;
    max-width: 340px;
}
.pc_only{
    display: none;
}
.sp_only{
    display: block;
}
}

@media (max-width: 550px){
    .mv_catch{
         top: 10%;
         width: 80vw!important;
    }
}

