@charset "UTF-8";

#topImg{
	background-image: url("./character.jpg");
}


#head{
	margin: auto;
}

@media screen and (min-width: 769px) {

	#head img{
		width: 35vw;
		min-width: 500px;
	}
	
	#body #content-1, #content-2{
		width: 30vw;
		min-width: 400px;
	}
	
}

@media screen and (max-width: 768px) {
	#head img{
		width: 80vw;
	}
	#body #content-1, #content-2{
		width: 80vw;
	}

}
