@charset "utf-8";

.title {
	height: 80px;
	margin-top: 20px;
}
.character {
	width: 1200px;
	padding: 10px 110px;
}
.character img {
	margin: 10px;
}
.character img:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}