@charset "UTF-8";

#faq + .contents_faq01.accordion .mymore a:hover{
    background:#b19d84;
}

/*---------TOP_MV-----------*/

#mv_outer {
    position: relative;
}
#mv .mv_text {
	animation: fadeout-anim 4s linear forwards;
       animation-delay :3s;
}
#mv .mv_text>div {
    text-shadow: 1px 1px 3px;
}
@keyframes fadeout-anim {
	100% {
		opacity: 0;
	}
}
@media screen and (max-width: calc(125vh)){
#mv.mv_mp4_cover {
    height: 100vh !important;
    min-height: 0 !important;
}
}
