@charset "utf-8";
/* CSS Document */
.main-wrap{
	background-image: url("https://setosakaba.com/system_panel/uploads/images/main_bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.cate_wrap .cate:first-of-type{padding-top: 0!important;}
.gridbox{
	gap: 30px;
justify-content: flex-start;
}
.gridbox a{
	width: calc((100% - 60px)/3);
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.gridbox a{
		width: calc((100% - 30px)/2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.gridbox{
		gap: 10px;
	}
	.gridbox a{
		width: calc((100% - 10px)/2);
	}
}

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

