@charset "UTF-8";

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



#top_con2+.composite_box01.block_images_14 .inner_item {
    position: relative;
}
#top_con2+.composite_box01.block_images_14 .inner_item a+.inner_item_txt {
    margin-top: 10px;
    position: absolute;
    top: 56%;
    width: 90%;
}
#top_con2+.composite_box01 .inner_item_img img {
    height: 340px !important;
}
#top_con2+.composite_box01 .inner_item>a {
    padding-bottom: 270px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .composite_box01 .wrapper_item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #top_con2+.composite_box01.block_images_14 .inner_item {
        width: 100%;
    }
    #top_con2+.composite_box01.block_images_14 .inner_item:nth-of-type(2n) {
        margin-left: 0% !important;
    }
    #top_con2+.composite_box01.block_images_14:not(.no_responsive) .inner_item {
        margin-bottom: 20px;
    }
}