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

.cate_wrap .cate1{}
.cate_wrap .cate1 .topimg{
	position: relative;
	margin-bottom: -100px;
}
body:not(.gjs-dashed) .cate_wrap .cate1 .topimg::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #060B1C;
	mix-blend-mode: multiply;
	opacity: 0.4;
}
.cate_wrap .cate1 .titlebox{
	position: relative;
	z-index: 2;
}
.cate_wrap .cate1 .bottombox > div{
	width: 50%;
}
.cate_wrap .cate1 .bottombox .txtbox{
	padding-left: 5%;
}

.cate_wrap .cate2 .contents{
	gap: 60px;
}
.cate_wrap .cate2 .contents .imgbox{
	width: 30%;
}
.cate_wrap .cate2 .contents .txtbox{
	gap: 50px;
	padding-top: 3%;
	animation-delay: 0.5s;
}
.cate_wrap .cate2 .contents .txtbox p{
	padding-top: 15%;
}

.cate_wrap .cate3 .boxwrap .box{
	gap: 5%;
}
.cate_wrap .cate3 .boxwrap .box:not(:last-of-type){
	margin-bottom: 60px;
}
.cate_wrap .cate3 .boxwrap .box:nth-of-type(even){
	flex-direction: row-reverse;
}
.cate_wrap .cate3 .boxwrap .box > .imgbox{
	width: 45%;
}
.cate_wrap .cate3 .boxwrap .box > .txtbox{
	width: 50%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate2 .contents{
		gap: 40px;
	}
	.cate_wrap .cate2 .contents .imgbox{
		width: 28%;
		min-width: 300px;
	}
	.cate_wrap .cate2 .contents .txtbox{
		gap: 30px;
		padding-top: 3%;
	}
	.cate_wrap .cate2 .contents .txtbox p{
		padding-top: 15%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate1 .topimg{
		margin-bottom: -60px;
	}
	
	.cate_wrap .cate2 .contents .txtbox{
		padding-top: 0;
		gap: 15px;
		animation-delay: 0s;
	}
	.cate_wrap .cate2 .contents .txtbox .title_item2{
		margin-bottom: 15px;
	}
	.cate_wrap .cate2 .contents .txtbox p{
		padding-top: 15%;
		font-size: 16px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	
	.cate_wrap .cate1 .topimg{
		margin-bottom: 50px;
	}
	.cate_wrap .cate1 .titlebox{
		justify-content: center;
		margin-bottom: 0;
	}
	.cate_wrap .cate1 .bottombox > div{
		width: 100%;
	}
	.cate_wrap .cate1 .bottombox .imgbox{
		margin-bottom: 30px;
	}
	.cate_wrap .cate1 .bottombox .txtbox{
		width: 100%;
		padding-left: 0;
	}
	.cate_wrap .cate2 .contents .imgbox{
		width: 70%;
		min-width: 240px;
	}
	.cate_wrap .cate2 .contents .txtbox p{
		padding-top: 0;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	
	.cate_wrap .cate3 .topbox{
		align-items: center;
	}
	.cate_wrap .cate3 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate3 .boxwrap .box{
		gap: 20px;
	}
	.cate_wrap .cate3 .boxwrap .box > .imgbox{
		width: 100%;
	}
	.cate_wrap .cate3 .boxwrap .box > .txtbox{
		width: 100%;
	}
}

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

