@charset "utf-8";
/* CSS Document */

.cate_wrap .cate .titlebox{
	position: relative;
	background-color: #000;
}

body.on .cate_wrap .cate .titlebox{
	height: 380px;
}
body.on .cate_wrap .cate .titlebox::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #333;
	opacity: 0.5;
}
.cate_wrap .cate .titlebox h2{
	position: relative;
	z-index: 2;
}
.cate_wrap .cate .box_wrap .box{
	max-width: 1280px;
	margin-top: 100px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	body.on .cate_wrap .cate .titlebox{
		height: 340px;
	}
	.cate_wrap .cate .box_wrap .box{
		margin-top: 80px;
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	body.on .cate_wrap .cate .titlebox{
		height: 300px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	body.on .cate_wrap .cate .titlebox{
		height: 260px;
	}
	.cate_wrap .cate h2,.cate_wrap .cate .default_cinzel,.cate_wrap .cate h3{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body.on .cate_wrap .cate .titlebox{
		height: 160px;
	}
	.cate_wrap .cate .box_wrap .box{
		margin-top: 50px;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

