@charset "utf-8";
/* CSS Document */
video{
  max-width:700px;
}
body{
	background-color: #F8F8F8;
}

.cate_wrap .introbox{
	gap: 5%;
}
.cate_wrap .introbox .imgbox1{
	width: 35%;
}
.cate_wrap .introbox .imgbox1 img:nth-of-type(2){
	width: 50%;
	margin: 25% 25% 0;
}
.cate_wrap .introbox .imgbox2{
	width: 20%;
}
.cate_wrap .introbox .txtbox{
	width: 35%;
}

.cate_wrap .cate3 .txtbox{
	width: 60%;
	padding: 0 5%;
}

.cate_wrap .cate3 .imgbox1,.cate_wrap .cate3 .imgbox2{
	width: 20%;
	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: flex-start;
	flex-direction: column;
	gap: 30px;
}
.cate_wrap .cate3 .imgbox1 img:nth-of-type(1){
	width: 40%;
}
.cate_wrap .cate3 .imgbox1 img:nth-of-type(2){
	width: 80%;
	margin-left: 20%;
}
.cate_wrap .cate3 .imgbox1 img:nth-of-type(3){
	width: 60%;
	margin-left: 10%;
}
.cate_wrap .cate3 .imgbox2 img:nth-of-type(1){
	width: 50%;
	margin-left: 30%;
}
.cate_wrap .cate3 .imgbox2 img:nth-of-type(2){
	width: 70%;
}
.cate_wrap .cate3 .imgbox2 img:nth-of-type(3){
	width: 60%;
	margin-left: 30%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
	.cate_wrap .introbox{
		gap: 4%;
	}
	.cate_wrap .introbox .txtbox{
		width: 37%;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .introbox{
		gap: 4%;
	}
	.cate_wrap .introbox .imgbox1{
		width: 30%;
	}
	.cate_wrap .introbox .imgbox1 img:nth-of-type(2){
		width: 60%;
		margin: 25% 20% 0;
	}
	.cate_wrap .introbox .txtbox{
		width: 42%;
	}
video{
  width:90%;
}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .introbox{
		gap: 5%;
	}
	.cate_wrap .introbox .imgbox1{
		width: 30%;
	}
	.cate_wrap .introbox .imgbox1 img:nth-of-type(2){
		width: 60%;
		margin: 25% 20% 0;
	}
	.cate_wrap .introbox .imgbox2{
		width: 15%;
	}
	.cate_wrap .introbox .txtbox{
		width: 45%;
	}
video{
  width:120%;
}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .introbox{
		gap: 50px 5%;
		justify-content: flex-end;
	}
	.cate_wrap .introbox .imgbox1{
		width: 60%;
		margin-right: 40%;
		gap: 10%;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.cate_wrap .introbox .imgbox1 img:nth-of-type(1){
		width: 50%;
		margin-bottom: 5%;
	}
	.cate_wrap .introbox .imgbox1 img:nth-of-type(2){
		width: 40%;
		margin: 0;
	}
	.cate_wrap .introbox .imgbox2{
		width: 25%;
	}
	.cate_wrap .introbox .txtbox{
		width: 60%;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .introbox{
		gap: 30px 5%;
		justify-content: flex-end;
	}
	.cate_wrap .introbox .imgbox1{
		width: 80%;
		margin-right: 20%;
		gap: 10%;
	}
	.cate_wrap .introbox .imgbox1 img:nth-of-type(1){
		width: 50%;
		margin-bottom: 15%;
	}
	.cate_wrap .introbox .imgbox1 img:nth-of-type(2){
		width: 40%;
		margin: 0;
	}
	.cate_wrap .introbox .imgbox2{
		width: 40%;
	}
	.cate_wrap .introbox .txtbox{
		width: 100%;
		padding: 0 20px;
	}
video{
  width:150%;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

