@charset "UTF-8";

/*mv*/
#mv .mv_img li img {
    height: 95%;
    object-fit: contain;
}
#mv .mv_textimg a {
    bottom: 24px;
    left: 35%;
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg a {
        bottom: 3vw;
    }
}
/*追記*/
@media screen and (min-width: 901px) {
    a#mv_u+section{
        display: none; 
}
}
a#mv_u+section .inner_item_img {
        width: 60%;
}
/*色変更*/
.index main {
    background: #E8F3F6;
}
.index #ri+section .inner_item_img img {
    background: #E8F3F6;
}