@charset "utf-8";
#fwCms_wrapper .font13_16 {
	font-size: 3.4vw;
	line-height: 1.7;
}
#fwCms_wrapper .sakefes_nav li a {
	padding: 1.67vw 0;
	background: #7e1e5c;
	color: #fff;
}
#fwCms_wrapper .fwCms_box a:hover span,
#fwCms_wrapper .sakefes_nav li a div span {
	text-decoration: none;
}
#fwCms_wrapper .sakefes_nav .red01 {
	color: #eb8100 !important;
}
#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 .font13_16 {
		font-size: 1.7rem;
		line-height: 1.7;
	}
	#fwCms_wrapper .sakefes_nav li:nth-of-type(n+3) {
		width: calc((100% - 22px) / 3)
	}
	#fwCms_wrapper .sakefes_nav li a {
		padding: 13px 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;
	}
}