@charset "UTF-8";

#mv .mv_text {
    margin-bottom: 6rem;
}
.add_btn {
    position: absolute;
    z-index: 10;
    bottom: 4rem;
    left: 7%;
}
.add_btn a {
    background-color: #fff;
    z-index: 1;
}
@media screen and (max-width: 400px) {
    .add_btn {
        left: 3%;
        bottom: 5rem;
    }
}
/*MV下2連バナー*/
#bnr_2 + .composite_box01 .inner_item_img img {
    height: initial !important;
}