@charset "utf-8";
#fwCms_wrapper .font13_18 {
	font-size: 3.4666vw;
}
#fwCms_wrapper .sakefes_nav li a {
	padding: 0;
	background: #69366b;
	color: #fff;
	min-height: 18.9333vw;
	padding-bottom: 1.6vw;
}
#fwCms_wrapper .fwCms_box a:hover span,
#fwCms_wrapper .sakefes_nav li a div span {
	text-decoration: none;
}
#fwCms_wrapper .sakefes_nav .sale {
	color: #ff6e61;
}
#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_18 {
		font-size: 1.8rem;
	}
	#fwCms_wrapper .sakefes_nav li a {
		min-height: 96px;
		padding-bottom: 6px;
	}
	#fwCms_wrapper .sakefes_nav li:nth-of-type(n+3) {
		width: calc((100% - 22px) / 3);
	}
	#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;
	}
}