@charset "EUC-JP";

/* ---------------------------------------------------------
	CSS Document slide
--------------------------------------------------------- */

#slide {
	width: 900px;
	margin-bottom: 40px;
}

#slide img {
	width: 100%;
	height: auto;
}

#slide .slider {
	width: 900px;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

#slide .slider_thumbnail {
	width: 900px;
	height: 121px;
	overflow: hidden;
	position: relative;
}

#slide .slider_thumbnail figure {
	width: 217px;
	margin-right: 10px;
	background: #41253c;
}

#slide .slider_thumbnail img {
	width: 217px;
	height: 121px;
	cursor: pointer;
	transition: .6s;
	opacity: 0.6 !important;
}

#slide .slider_thumbnail .slick-current img,
#slide .slider_thumbnail img:hover {
	opacity: 1 !important;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	margin-bottom: 60px;
	text-align: left;
}

#news h2 {
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
}

#news .overflow {
	height: 15em;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}

#news dl {
	display: table;
	margin-bottom: 1em;
}

#news dt {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

#news dd {
	display: table-cell;
	vertical-align: top;
	text-align: justify;
	line-height: 1.6;
}

#news dd a {
	color: #9c7345;
}

/* ---------------------------------------------------------
	CSS Document banner
--------------------------------------------------------- */

#banner {
	margin-bottom: 70px;
}

#banner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#banner li {
	width: 286px;
	height: 170px;
}

#banner li.big {
	width: 440px;
	height: 250px;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document recommend
--------------------------------------------------------- */

#recommend {
	margin-bottom: 90px;
}

/* ---------------------------------------------------------
	CSS Document newitem
--------------------------------------------------------- */

#newitem {
	margin-bottom: 90px;
}

/* ---------------------------------------------------------
	CSS Document seller
--------------------------------------------------------- */

#seller {
	margin-bottom: 90px;
}

/* ---------------------------------------------------------
	CSS Document product_list
--------------------------------------------------------- */

.product_list_more {
	width: 160px;
	height: 60px;
	margin: 15px auto 0;
	border-radius: 5px;
	border: solid 1px #b39b5d;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 58px;
	color: #b39b5d;
	cursor: pointer;
	transition: .4s;
}

.product_list_more:hover {
	opacity: 0.6;
}

.product_list_hidden {
	display: none;
}
