@charset "UTF-8";

@media screen and (max-width: 768px) {
    #banner + .width_fixed>.content_wrapper {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    #banner + .contents_btn01.block_button_2 .inner_item_img {
        max-width: 100%;
    }
}

/*MV調整*/
#mv_outer::after {
    display:none;
}
/*MVスクロール削除*/
@media screen and (max-width: 900px){
    .mv_nav{
        display:none;
    } 
}