@charset "utf-8";
/* CSS Document */
body{
	background-color: #fff;
}

.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 .gridbox h3,.cate_wrap .cate4 .gridbox h3{
	text-align: center;
	padding-top: 20px;
}
.cate_wrap .cate3 .pricewrap .box .catelist{
	padding: 20px;
}

/* ---------- 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%;
	}

}
/* ---------- 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%;
	}

}
/* ---------- 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;
	}
.link_bt_wrap .morewrap{
  flex-direction: column;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

