@charset "UTF-8";

#mv .mv_text > div {
    position: relative;
}

#mv .mv_text p {
    padding-top: 9rem;
}

#mv .mv_text > div::before {
    content: "";
    background: url(/common/upload_data/graziadancestudiocom/image/20221208134715.png)no-repeat center center  / contain;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
    max-width: 90%;
    aspect-ratio: 960/169;
}

@media screen and (max-width: 650px) {
#mv .mv_text p {
    padding-top: 13vw;
}

#mv .mv_text > div::before {
    top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}
}