@charset "UTF-8";

.composite_box01.block_images_1 .inner_item.clink{
	cursor: pointer;
	transition: opacity .3s ease-in-out;
}
.composite_box01.block_images_1 .inner_item.clink:hover{
	opacity: 0.7;
}

/*MV調_251009*/
#mv .mv_textimg {
    height: 98%;
}
.mv_textimg > div {
    width: 70vw;
    max-width: 900px;
}
#mv .mv_textimg div img{
    filter: drop-shadow(0px 0px 10px rgba(000, 000, 000, 0.5));
    margin-left: auto;
}
#mv .mv_textimg a {
    width: 25%;
    aspect-ratio: 1.3 / 1;
    max-width: initial;
}
#mv .mv_textimg img {
    max-width: initial;
}
@media screen and (max-width: 900px) {
    #mv_outer {
        padding-top: 67px;
    }
}