@charset "UTF-8";
/* CSS Document */

#Header.is-animation #TopLogo.shape-box-logo {
    width: 20vw;
    max-width: 100px;
    min-width: 38px;
}
#Header.is-animation .box {
	top: 90px;
}
@media screen and (max-width: 767px) {
	#Header.is-animation .box {
		top: 88px;
	}
}
@media screen and (min-width: 1600px) {
	#Header.is-animation .box {
		top: 100px;
	}
}