@charset "utf-8";
#fwCms_wrapper .sakefes_nav li a {
	padding: 1.67vw 2.67vw;
	background: #e66796;
	color: #fff;
}
#fwCms_wrapper .fwCms_box a:hover span,
#fwCms_wrapper .sakefes_nav li a div span {
	text-decoration: none;
}
#fwCms_wrapper .categoryArea-content-01 {
	justify-content: space-between;
}
#fwCms_wrapper .categoryArea-content-01 .category-list {
	width: calc((100% - 2.4vw)/2);
	margin-right: 0;
}
#fwCms_wrapper .categoryArea-content-01 .category-list:nth-of-type(n+3) {
	margin-top: 4vw;
}
@media screen and (min-width: 768px) {
	#fwCms_wrapper .sakefes_nav li {
		width: calc((100% - 22px) / 3);
	}
	#fwCms_wrapper .sakefes_nav li a {
		padding: 13px;
	}
	#fwCms_wrapper .sakefes_nav li:nth-of-type(n+3) {
		margin-top: 0;
	}
	#fwCms_wrapper .categoryArea-content-01 .category-list {
		width: calc(33.33% - (40px/3));
	}
	#fwCms_wrapper .categoryArea-content-01 .category-list:nth-of-type(3) {
		margin-top: 0;
	}
	#fwCms_wrapper .categoryArea-content-01 .category-list:nth-of-type(n+4) {
		margin-top: 35px;
	}
}