@charset "utf-8";
/* CSS Document */
.cate_box{
	padding: 80px 20px;
	border-bottom: 1px solid #121235;
}
.cate_box:first-child{
	border-top: 1px solid #121235;
}
.img_wrap figure{width: 50%;transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1)}
.img_wrap figure:hover{opacity: 0.8;}
.img_wrap figure:first-of-type{border-right: 2px solid #000019;}
.img_wrap figure:last-of-type{border-left: 2px solid #000019;}

.pager{border-bottom: 1px solid #121235;}
.pager li a{padding: 10px 30px; display: block;transition: all 0.5s; line-height: 30px;}
.pager li a:hover{background: #121235;}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
	.img_wrap figure{width: 100%; margin-bottom: 4px;}
	.img_wrap figure:first-of-type{border-right: none;}
.img_wrap figure:last-of-type{border-left: none;}
	.pager li a{padding: 10px 20px; }
}