@charset "UTF-8";

/*----------ヘッダー調整-----------*/
@media screen and (max-width:900px){
   #mv_outer{
	margin-top: 85px;
}
header.over {
    background: rgba(57,57,57, 0.9);
}
}
@media screen and (max-width:330px){
   #mv_outer{
	margin-top: 80px;
}
header .logo a img {
    max-height: 60px !important;
}
}