.background {
	width: 100%;
	height: 100vh;
	position: relative;
	background-image: url(../img/topbg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
 
.filter {
	  width: 100%;
 	 height: 100%;
	  position: absolute;
	  background-color: rgba(0,0,0,0);
}

@media (min-width: 1721px) {
	h1{
	  font-size: 2vw;
	}

}

@media (min-width: 994px) and (max-width: 1720px) {
	h1{
	  font-size: 2.4vw;
	}
	.title_en{
		font-size: 16px;
	}
}

@media (max-width: 993px) {
	h1{
	  font-size: 6.5vw;
	}
	.top_link{
		font-family: Arial;
	}
	.title_en{
		font-size: 16px;
	}
	.movnone{
		display: none;
	}
}


#catchboxout{
	color: #ffffff;
}



