@charset "UTF-8";

/**
 * オリジナルcss
 */

#header, 
#navi ul#menu-top_header_menu > li > a, 
.header_menu_has_sub > a:after, 
.nav_toggle i, 
.header_logo, 
.home_header_logo {
	transition: 1.2s;
}

#header.home_header_view {
	background: none;
}

#header.home_header_view #navi ul#menu-top_header_menu > li > a {
	color: #fff;
}

#header.home_header_view .header_menu_has_sub > a:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

#header.home_header_view .nav_toggle i {
	background-color: #fff;
}

#header.home_header_view .header_logo {
	opacity: 0;
}

#header.home_header_view .home_header_logo {
	opacity: 1;
}

@media screen and (max-width: 1110px) {
}
@media screen and (max-width:740px){
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

