@charset "utf-8";

.mv_box{
    height: auto;
    width: 100%;
    padding-top: 50%;
}
img.mv_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
img.mv_shadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    z-index: 2;
}
.mv_content{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 3%;
}
.mv_symbol{
    width: 25%;
    /* max-width: 400px; */
}
.mv_ttl{
    width: 10%;
    /* max-width: 200px; */
}
.mv_smoke{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}

.content_bg{
    background: url(../img/top/content_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    padding: 10000px 0;
}

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


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

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


