#character{
	color: #000;
	background: url("../img/character/chara-bg.jpg") repeat;
	background-size: 47px 47px;
	background-attachment: fixed;
}
._inner{
	max-width: 1200px;
}
h3{
	max-width: 990px;
	margin: 0 auto 10%;
}
._syllabary {
	margin-bottom: 100px;
	transform: all .5s;
}
._syllabary.fixed {
	left: 0;
	position: fixed;
	top: 0;
	background: #000;
	width: 100%;
	z-index: 9999;
}
._syllabary ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	margin: 0 auto;
}
._syllabary.fixed ul {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
._syllabary li{
	margin-right: 30px;
	width: calc(10% - 27px);
	position: relative;
	transition: all .8s;
	border: solid 2px #000;
	box-sizing: border-box;
}
._syllabary li:last-child{
	margin-right: 0;
}
._syllabary li a{
	display: block;
	width: 100%;
	height: 100%;
}
._syllabary li a img:hover{
	opacity: 1;
}
._syllabary li a img:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
._syllabary li a img:last-child {
	opacity: 0;
}
._syllabary li a:hover img:first-child {
	opacity: 0;
}
._syllabary li a:hover img:last-child {
	opacity: 1;
}
._syllabary li.active a img:first-child {
	opacity: 0;
}
._syllabary li.active a img:last-child {
	opacity: 1;
}
h4{
	background: #000;
	color: #fff100;
	font-size: 25px;
	padding: 5px 15px;
	margin-bottom: 50px;
}
._syllabary-cont + ._syllabary-cont{
	margin-top: 100px
}
._chara-cont{
	display: flex;
	flex-wrap: wrap;
}
._chara-item{
	width: calc(100% / 3 - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	border: solid 3px #000;
	padding: 25px;
	box-sizing: border-box;
}
._chara-item:nth-child(3n){
	margin-right: 0;
}
._chara-item img{
	margin-bottom: 10px;
}
._chara-item h5{
	font-size: 28px;
}
._chara-item h5 span{
	font-size: 18px;
}
._chara-item p._prof{
	font-size: 18px;
	font-weight: bold;
}
._chara-item p{
	font-size: 14px;
	line-height: 1.75;
}
._chara-close{
	max-width: 350px;
	margin: 50px auto;
}
._chara-close a{
	font-family: 'Barlow', sans-serif;
	text-align: center;
	display: block;
	border: solid 3px #000;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	transition: all .5s;
}
._chara-close a:hover{
	color: #fff100;
	background: #000;
}

@media screen and (max-width: 640px) {
	._syllabary {
		margin-bottom: 50px;
	}
	._syllabary li{
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc(100% / 5 - 10px);
	}
	._syllabary li:nth-child(5n){
		margin-right: 0;
	}
	._syllabary.fixed li{
		margin-bottom: 0;
	}
	._chara-cont{
		display: block;
		margin-bottom: 50px;
	}
	._chara-item{
		width: 100%;
		margin-right: auto;
	}
	._chara-close a{
		font-size: 20px;
	}
}
