@charset "utf-8";

.top_category_area{
	box-sizing: border-box;
	overflow:auto;
	width:100%;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
	-webkit-overflow-scrolling: touch;
}

.top_category_area::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}

.top_category_area ul.b_menu{
	justify-content:flex-start;
	display:flex;
	flex-wrap:nowrap;
	position:relative;
}

.top_category_area ul.b_menu li{
	margin-right:1px;
}

.top_category_area ul.b_menu li a{
	display:block;
	font-size:15px;
	text-align:center;
/*
	min-width:116px;
*/
	min-width:131px;
	border-bottom:solid 5px #aaa;
	color:#aaa;
	padding:10px 0;
	transition:all 0.4s;
	font-weight: 500;
}

.top_category_area ul.b_menu li a:hover{
	border-bottom:solid 5px #ea4123;
	color:#ea4123;
}

.top_category_area ul.b_menu li a.act{
	border-bottom:solid 5px #ea4123;
	color:#ea4123;
}

#top_article_list .article_list{
	display:none;
}

.slick-slide img{
	width:auto;
	max-height:460px;
}

#top_slide .dots-block .dots li button{
	width:5px;
	height:5px;
}

@media only screen and (min-width: 767px) {

}


@media only screen and (min-width: 1000px) {
	.sp_menu_list{
		display:none;
	}
	.top_category_area ul.b_menu li{
		width: 25%;
	}

}


@media (max-width: 999px) {
	.sp_menu_area ul.sp_menu_list{
		justify-content:center;
		display:flex;
		flex-wrap:wrap;
	}

	.sp_menu_area ul.sp_menu_list li{
		position:relative;
		display:flex;
		justify-content:center;
		align-items:flex-end;
		width:70px;
		padding:10px 0;
		text-align:center;
	}

	.sp_menu_area ul.sp_menu_list li:after{
		content:"";
		display:block;
		width:1px;
		height:100%;
		background-color:#aaaaaa;
		position:absolute;
		top:0;
		right:0;
	}

	.sp_menu_area ul.sp_menu_list li:last-child:after{
		display:none;
	}



}



@media (max-width: 767px) {

	#top_slide .dots-block{
		margin-top:0;
	}

	.sp_menu_area ul.sp_menu_list li{
		width:23vw;
/*		height:19vw;*/
	}

	.sp_menu_area ul.sp_menu_list li:after{
		height:calc(100% - 3px);
	}

	.sp_menu_area ul.sp_menu_list li:nth-child(4n):after{
		display:none;
	}

	.sp_menu_area ul.sp_menu_list li:nth-child(-n + 4):before{
		content:"";
		display:block;
		width:calc(100% - 3px);
		height:1px;
		background-color:#aaaaaa;
		position:absolute;
		bottom:0;
		left:0;
	}

	.top_category_area ul.b_menu li a{
		font-size:13px;
		min-width:116px;
	}



}
@media (max-width: 325px) {
	.sp_menu_area ul.sp_menu_list li {
		width: 62px;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.main_menu ul li{
		width: 62px;
	}

	footer .footer_container .footer_menu_area ul.footer_menu_list li.sub_menu ul li a{
		width:150px;
	}

}