@charset 'gb2312';

/*--------------------------------------------------------------
.sec-title
--------------------------------------------------------------*/

.sec-title {
	font-size: 1.25rem;
	line-height: 1em;
	/*margin-bottom: 32px;*/
	letter-spacing: .06em;
}

.sec-title:before {
	display: inline-block;
	width: 140px;
	height: 14px;
	margin-right: 16px;
	content: '';
	background-image: url(../310/sec-title-line-left.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.sec-title:after {
	display: inline-block;
	width: 140px;
	height: 14px;
	margin-left: 16px;
	content: '';
	background-image: url(../310/sec-title-line-right.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

@media screen and (max-width: 768px) {
	.sec-title {
		font-size: 1rem;
		margin-bottom: 16px;
	}
	.sec-title:before,
	.sec-title:after {
		width: 80px;
	}
	.sec-title:before {
		margin-right: 8px;
	}
	.sec-title:after {
		margin-left: 8px;
	}
}


/*--------------------------------------------------------------
.sec-pickup
--------------------------------------------------------------*/

.sec-pickup {
	padding-top: 50px;
}

@media screen and (max-width: 768px) {
	.sec-pickup {
		padding-top: 25px;
	}
}

.sec-pickup .row {
	display: flex;
	max-width: 1110px;
	margin: 0 auto;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.sec-pickup .row {
		display: block;
	}
}

.sec-pickup .row .col {
	width: calc(33.33333% - 32px);
	margin: 16px;
	background-color: #f1f1f1;
}

@media screen and (max-width: 768px) {
	.sec-pickup .row .col {
		width: calc(100% - 32px);
	}
}

.sec-pickup .row .col a .media {
	position: relative;
	overflow: hidden;
	padding-top: 84.11764%;
}

.sec-pickup .row .col a .media img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sec-pickup .row .col a .title {
	font-size: .875rem;
	line-height: 1em;
	padding: 8px;
}

.sec-pickup .row .col a .title span {
	font-size: 1rem;
	line-height: 25px;
	height: 25px;
	/*margin-right: 8px;padding-right: 5px;*/
	
	padding-left: 5px;
	color: #fff;
	/*float:left;*/
	border-radius: 2px;
	background-color: #000;/**/
}


/*--------------------------------------------------------------
.sec-cat
--------------------------------------------------------------*/

.sec-cat {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.sec-cat {
		padding: 64px 0 0 0;
	}
}

.sec-cat .row {
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
	border-top: 1px solid #d9d0cf;
	border-left: 1px solid #d9d0cf;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.sec-cat .row {
		border-top: 0;
		border-left: 0;
	}
}

.sec-cat .row .col {
	width: 16.666666%;
	border-right: 1px solid #d9d0cf;
	border-bottom: 1px solid #d9d0cf;
}

@media screen and (max-width: 768px) {
	.sec-cat .row .col {
		width: 50%;
	}
	.sec-cat .row .col:nth-child(even) {
		border-right: 0;
	}
/*	.sec-cat .row .col:last-child {
		border-bottom: 0;
	}*/
}

.sec-cat .row .col a {
	position: relative;
	display: block;
	padding: 16px 8px;
}

@media screen and (max-width: 768px) {
	.sec-cat .row .col a {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

.sec-cat .row .col a .media-col {
	position: relative;
	width: 66%;
	height: 66%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.sec-cat .row .col a .media-col {
		width: 30%;
		height: 30%;
	}
}

.sec-cat .row .col a .media-col .media {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}

.sec-cat .row .col a .media img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sec-cat .row .col a .title {
	font-size: .875rem;
	line-height: 1.2em;
	padding: 8px;
	font-weight:normal;
}

@media screen and (max-width: 768px) {
	.sec-cat .row .col a .title {
		font-size: .875rem;
		width: 70%;
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
	}
}

.sec-cat .sec-title:before,
.sec-cat .sec-title:after {
	position: relative;
	top: 2px;
	width: 18px;
	height: 18px;
	background-image: url(../310/ic-star-brown.png);
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.sec-cat .sec-title:before,
	.sec-cat .sec-title:after {
		background-image: url(../310/ic-star-white.svg);
	}
}

@media screen and (max-width: 768px) {
	.sec-cat .sec-title {
		margin-bottom: 0;
		padding: 16px;
		color: #fff;
		background-color: #d6c789;
	}
}


/*--------------------------------------------------------------
.sec-feat
--------------------------------------------------------------*/

.sec-feat {
	padding: 50px 0;
	background-color: #f5f1e9;
}

@media screen and (max-width: 768px) {
	.sec-feat {
		padding-top: 25px;
		padding-bottom: 25px;
		margin-top: 30px;
	}
}

.sec-feat .row {
	display: flex;
	max-width: 1110px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.sec-feat .row .col {
	position: relative;
	width: calc(25% - 32px);
	margin: 16px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.sec-feat .row {
		padding: 8px;
	}
	.sec-feat .row .col {
		width: calc(50% - 16px);
		margin: 8px;
	}
}

.sec-feat .row .col:after {
	position: absolute;
	top: -10px;
	left: 10px;
	display: block;
	display: block;
	width: 56px;
	height: 56px;
	content: '';
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

@media screen and (max-width: 768px) {
	.sec-feat .row .col:after {
		width: 48px;
		height: 48px;
	}
}

.sec-feat .row .col:nth-child(1):after {
	background-image: url(../310/ic-ranking-01.svg);
}

.sec-feat .row .col:nth-child(2):after {
	background-image: url(../310/ic-ranking-02.svg);
}

.sec-feat .row .col:nth-child(3):after {
	background-image: url(../310/ic-ranking-03.svg);
}

.sec-feat .row .col:nth-child(4):after {
	background-image: url(../310/ic-ranking-04.svg);
}

.sec-feat .row .col:nth-child(5):after {
	background-image: url(../310/ic-ranking-05.svg);
}

.sec-feat .row .col:nth-child(6):after {
	background-image: url(../310/ic-ranking-06.svg);
}

.sec-feat .row .col:nth-child(7):after {
	background-image: url(../310/ic-ranking-07.svg);
}

.sec-feat .row .col:nth-child(8):after {
	background-image: url(../310/ic-ranking-08.svg);
}

.sec-feat .row .col:nth-child(9):after {
	background-image: url(../310/ic-ranking-09.svg);
}

.sec-feat .row .col:nth-child(10):after {
	background-image: url(../310/ic-ranking-10.svg);
}

.sec-feat .row .col:nth-child(11):after {
	background-image: url(../310/ic-ranking-11.svg);
}

.sec-feat .row .col:nth-child(12):after {
	background-image: url(../310/ic-ranking-12.svg);
}

.sec-feat .row .col:nth-child(13):after {
	background-image: url(../310/ic-ranking-13.svg);
}

.sec-feat .row .col:nth-child(14):after {
	background-image: url(../310/ic-ranking-14.svg);
}

.sec-feat .row .col:nth-child(15):after {
	background-image: url(../310/ic-ranking-15.svg);
}

.sec-feat .row .col:nth-child(16):after {
	background-image: url(../310/ic-ranking-16.svg);
}

.sec-feat .row .col:nth-child(17):after {
	background-image: url(../310/ic-ranking-17.svg);
}

.sec-feat .row .col:nth-child(18):after {
	background-image: url(../310/ic-ranking-18.svg);
}

.sec-feat .row .col:nth-child(19):after {
	background-image: url(../310/ic-ranking-19.svg);
}

.sec-feat .row .col:nth-child(20):after {
	background-image: url(../310/ic-ranking-20.svg);
}

.sec-feat .row .col a .media {
	position: relative;
	overflow: hidden;
	padding-top: 74.59677%;
}

.sec-feat .row .col a .media img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sec-feat .row .col a .title {
	font-size: 0.8rem;
	line-height: 1em;
	padding: 16px;
	font-weight:normal;
}

@media screen and (max-width: 768px) {
	.sec-feat .row .col a .title {
		font-size: .8125rem;
		padding: 16px 8px;
	}
}


/*--------------------------------------------------------------
.sec-feat-sell
--------------------------------------------------------------*/

.sec-feat-sell {
	padding: 50px 0;
}

@media screen and (max-width: 768px) {
	.sec-feat-sell {
		padding: 25px 0;
	}
}

.sec-feat-sell .row {
	display: flex;
	max-width: 1110px;
	margin: 0 auto;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.sec-feat-sell .row {
		display: block;
	}
}

.sec-feat-sell .row .col {
	width: calc(33.33333% - 32px);
	margin: 16px;
}

@media screen and (max-width: 768px) {
	.sec-feat-sell .row .col {
		width: calc(100% - 32px);
	}
}

.sec-feat-sell .row .col a {
	position: relative;
	display: block;
	padding-bottom: 50px;
}

.sec-feat-sell .row .col a .media {
	position: relative;
	overflow: hidden;
	padding-top: 49.8525%;
}

.sec-feat-sell .row .col a .media img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sec-feat-sell .row .col a .title {
	font-size: 1rem;
	line-height: 1em;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

.sec-feat-sell .row .col a .tex-uni {
	font-size: .8125rem;
	line-height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 128px);
	text-align: left;
}

.sec-feat-sell .row .col a .tex-price {
	font-size: .875rem;
	font-weight: bold;
	line-height: 16px;
	position: absolute;
	bottom: 16px;
	left: 0;
	color: #d93616;
}

.sec-feat-sell .row .col a .btn-cart {
	font-size: .8125rem;
	line-height: 32px;
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 120px;
	height: 32px;
	color: #fff;
	border-radius: 2px;
	background-color: #d93616;
}

.sec-feat-sell .row .col a .btn-cart .ic {
	line-height: 32px;
	position: relative;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 18px;
}

.sec-feat-sell .row .col a .btn-cart .ic-cart {
	background-image: url(../310/outline-shopping_cart-24px.svg);
}

@media screen and (max-width: 768px) {
	.sec-feat-sell .sec-title {
		margin-top: 15px;
	}
}

/*--------------------------------------------------------------
.sec-news
--------------------------------------------------------------*/

.sec-news {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f5f1e9;
}

@media screen and (max-width: 768px) {
	.sec-news {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.sec-news .sec-title:before,
.sec-news .sec-title:after {
	position: relative;
	top: 2px;
	width: 18px;
	height: 18px;
	background-image: url(../310/ic-star-brown.svg);
	background-size: cover;
}

.news-list ul {
	display: flex;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.news-list ul li {
	font-size: 1rem;
	line-height: 1.25em;
	width: calc(50% - 32px);
	margin: 0 16px;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
	.news-list ul li {
		font-size: .75rem;
		width: calc(100% - 32px);
		text-align: left;
		border-top: 1px solid #000;
		border-bottom: 0;
	}
}

.news-list ul li:nth-child(1),
.news-list ul li:nth-child(2) {
	border-top: 1px solid #000;
}

.news-list ul li a {
	display: flex;
	padding: 16px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.news-list ul li a {
		padding: 16px 0;
	}
}

.news-list ul li a .ymd {
	margin-right: 16px;
	width: 120px;
}

.news-list ul li a .ariticle-title{
	/*width: calc(100% - 84px);*/
	width: 100%;
}


/*--------------------------------------------------------------
.sec-link
--------------------------------------------------------------*/

.sec-link {
	padding-bottom: 50px;
	background-color:#f5f1e9;
}

.sec-link .sec-title:before,
.sec-link .sec-title:after {
	position: relative;
	top: 2px;
	width: 18px;
	height: 18px;
	background-image: url(../310/ic-star-brown.svg);
	background-size: cover;
}

.sec-link .row {
	display: flex;
	max-width: 1110px;
	margin: 0 auto;
	padding: 8px;
	flex-wrap: wrap;
}

.sec-link .row .col {
	width: calc(25% - 16px);
	margin: 8px;
}

@media screen and (max-width: 768px) {
	.sec-link .row .col {
		width: calc(50% - 16px);
	}
}

.sec-link .row .col .title {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.2em;
	padding: 8px 0;
}

@media screen and (max-width: 768px) {
	.sec-link .row .col .title {
		font-size: .75rem;
	}
}

.sec-link .row .col .media {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 49.6666%;
}

.sec-link .row .col .media img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
.sec-link
--------------------------------------------------------------*/

.top-keyv-area .slick-dots {
	bottom: 10px;
	opacity: 1;
}

.top-keyv-area .slick-dots li button:before {
	opacity: 1;
	color: #fbc93e;
}

.top-keyv-area .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}

.top-keyv-area .slick-slide img {
	width: 1020px;
}

@media screen and (max-width: 1020px) {
	.top-keyv-area .slick-slide img {
		width: 100%;
	}
}
