.category-block{
	display: block;
	position: relative;
	transition: all ease-in-out 400ms;
}
.category-block.full-block{
	height: 530px;
}
.category-block.half-block{
	height: 250px;
}
.category-block .bg-image{
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}
.category-block .bg-image .caption{
	display: flex;
	align-items: flex-end;
	background-color: rgba(0,0,0,.35);
	height: 100%;
	transition: all ease-in-out 400ms;
}
.category-block .bg-image .caption .bottom{
	display: block;
	position: relative;
	width: 100%;
	padding: 0 20px 20px;
	color: #FFF;
	transition: all ease-in-out 400ms;
}
.category-block .bg-image .caption .suggest{
	display: block;
	position: relative;
	margin-bottom: 0;
	font-weight: normal;
	transition: all ease-in-out 400ms;
}
.category-block .bg-image .caption .name{
	display: block;
	position: relative;
	margin-bottom: 0;
	font-weight: 600;
	transition: all ease-in-out 400ms;
}
.category-block.full-block .bg-image .caption .suggest{
	font-size: 24px;
}
.category-block.full-block .bg-image .caption .name{
	font-size: 46px;
}
.category-block.half-block .bg-image .caption .suggest{
	font-size: 16px;
}
.category-block.half-block .bg-image .caption .name{
	font-size: 24px;
}
.about-block .about-title{
	display: block;
	position: relative;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	color: #000;
}
.about-block .about-img{
	display: block;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

@media only screen and (max-width: 1024px){
}
@media only screen and (max-width: 769px){
}
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 640px){
	.about-block .about-title{
		font-size: 22px;
	}
	.about-block p{
		font-size: 14px;
	}
	.category-block.full-block,
	.category-block.half-block,
	.category-block{
		height: 180px;
		margin-bottom: 15px;
	}
	.category-block.half-block .bg-image .caption .suggest,
	.category-block.full-block .bg-image .caption .suggest{
		font-size: 18px;
	}
	.category-block.half-block .bg-image .caption .name,
	.category-block.full-block .bg-image .caption .name{
		font-size: 22px;
	}
	.space30{
		display: none;
	}
	.category-block .bg-image .caption .bottom{
		padding: 0 12px 12px;
	}
}
@media only screen and (max-width: 560px){
}

@media only screen and (max-width: 320px){
}