@charset "UTF-8";
/* CSS Document */

a{
	cursor: pointer;
	text-decoration: none;
	color: #5D5D57;
}
html{
	font-size: 15px;
	color: #5D5D57;
}
.menuBg{
	background-color: #f4f4f4;
}
.menuContainer{
	width: 1046px;
	margin: 0 auto;
}
.menuContainer ul{
	display: flex;
    justify-content: space-between;
}
.menuContainer ul li{
	width: 20%;
	text-align: center;
	border-right: 1px solid #b7b7b7;
}
.menuContainer ul li:first-child{
	border-left: 1px solid #b7b7b7;
}
.menuContainer ul li a{
	display: block;
	padding: 10px 0;
}
.newBg{
	margin-top: 100px;
}
.newBg .moreTitle{
	margin-bottom: 30px;
}
.top__mainSlider .slick-slide{
	padding: 0 10px;
	width: 1024px;
}
.top__mainSlider .slick-prev{
	left: 20px;
	z-index: 3;
}
.top__mainSlider .slick-next{
	right: 20px;
}
.miniSlider .slick-prev:before, .miniSlider .slick-next:before{
	color: #000;
}
.top__shopDesc{
	margin-top: 100px;
}
.top__shopDesc .inn{
	display: flex;
	padding: 50px 0;
}
/* トップ新着・ブログ */
.top__newsblogBg .inn{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 100px;
}
.top__newsblogBg .newsInfo, .top__newsblogBg .blogInfo{
	width: 48%;
}
.top__newsblogBg .moreTitle{
	margin-bottom: 30px;
}
.top__newsblogBg .imgBlock{
	display: flex;
	justify-content: space-between;
}
.top__newsblogBg .imgBlock .image{
	width: 48%;
}
/* トップショップインフォ */
/* トップショップアバウト */
.top__aboutusBg{
	padding: 100px 0 ;
}