@charset "utf-8";
@media (max-width: 768px) {

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mobile-header .site-logo a img {
    height: 50px;
}	
	
#mobile-header:not(.is_stuck) .site-logo a img {
	margin-top: 15px;
}
	
#mobile-header.is_stuck .site-logo a img {
	opacity: 0;
}
#mobile-header.is_stuck .site-logo a {
	background: no-repeat url(./images/logo.svg) 15px 0;
	transition: none;
}

}/*メディアクエリ終了*/