@charset "utf-8";

/*-------------------------------------------------------
	header
-------------------------------------------------------*/
.c_indexTitle:before,
.c_indexTitle:after {
	height: 100px;
	background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1023px) {
	.c_indexTitle:before,
	.c_indexTitle:after {
		height: 50px;
	}
}
