@charset "utf-8";

@media print,screen and (min-width: 960px) {
    .mvBox {
         padding-top: 0 !important;
         text-shadow: 2px 2px 4px #000 !important;
    }
}


.mvBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2px !important;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    
}

@media print,screen and (min-width: 960px) {
    .mv {
        height: 550px !important;
    }
}


.mvTtl {
    
    text-shadow: 2px 2px 4px #000 !important;
}



.mvBox:before {
    line-height: 1em !important;
}