.cover {
	background-image: url(../img/items/cover.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 560px;
	display: flex;
	height: 70vh;
}

.cover .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
}

.cover h1 {
	font-size: 6rem;
	color: #fff;
	letter-spacing: 7px;
	text-align: center;
	font-weight: 600;
}

.cover p {
	font-size: 2rem;
	color: #fff;
	letter-spacing: 7px;
	margin-top: 2rem;
	text-align: center;
	font-weight: 600;
}

section.caption {
	margin: 16rem 0;
}
section.caption .head {
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 3rem;
	letter-spacing: 7px;
}
section.caption p {
	text-align: center;
	font-size: 2rem;
	line-height: 4rem;
	letter-spacing: 1px;
}

#seeds_cat_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 8rem; 
}
#seeds_cat_list:before{
	content:"";
	display: block;
	width:23%;
	order:1;
}
#seeds_cat_list:after{
	content:"";
	display: block;
	width:23%;
}
#seeds_cat_list li {
	width: 23%;
	margin-bottom: 6rem;
	transition: all .2s;
}
#seeds_cat_list li img {
	transition: all .2s;
}
#seeds_cat_list li:hover img {
	opacity: .7;
	/* transform: scale(1.05); */
}
#seeds_cat_list li a {
	display: block;
}
#seeds_cat_list li a.active {
	/* opacity: .4; */
}
#seeds_cat_list li a figure img {
	border-radius: 100%;
	overflow: hidden;
	display: block;
	z-index: 1;
}
#seeds_cat_list li p {
	text-align: center;
	font-size: 2rem;
	margin-top: 2rem;
}
#seeds_cat_list li a.active p {
	background-color: #eee;
	border-radius: 10px;
}


#seeds_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	min-height: 350px;
	margin: 0 auto; 
}
#seeds_list:before{
	content:"";
	display: block;
	width:23%;
	order:1;
}
#seeds_list:after{
	content:"";
	display: block;
	width:23%;
}
#seeds_list li {
	width: 23.5%;
	margin-bottom: 6rem;
	transition: all .2s;
}
#seeds_list li a:hover {
	opacity: .7;
}
#seeds_list li a {
	transition: all .2s;
}
#seeds_list li:hover img {
	/* transform: scale(1.05); */
}
#seeds_list li a {
	display: block;
}
#seeds_list li a figure {
	overflow: hidden;
	display: block;
}
#seeds_list li p {
	text-align: center;
	font-size: 2rem;
	margin-top: 2rem;
}









/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.cover {
		min-height: 210px;
		height: auto;
	}
	.cover .inner {
	    position: absolute;
	    left: 0;
	    right: 0;
		top: 35%;
	}
	.cover h1 {
		font-size: 2.7rem;
	}
	.cover p {
		font-size: 1.3rem;
		margin-top: 1rem;
	}

	section.caption {
		margin: 13.7rem 0 4rem;
	}
	section.caption .head {
		font-size: 2.7rem;
		letter-spacing: 1px;
	}
	section.caption p {
		font-size: 1.5rem;
		line-height: 3.2rem;
		letter-spacing: 0px;
		width: 90%;
		margin: 0 auto;
	}

	#seeds_cat_list {
		width: 90%;
		margin: 0 auto 2rem;
	}
	#seeds_cat_list li {
		width: 30%;
		margin-bottom: 3rem;
	}
	#seeds_cat_list li p {
		font-size: 1.4rem;
		margin-top: 1rem;
	}
	#seeds_cat_list:before,
	#seeds_cat_list:after
	 {
		width: 30%;
	}

	#seeds_list {
		width: 90%;
	}
	#seeds_list li {
		width: 32%;
		margin-bottom: 3rem;
	}
	#seeds_list li p {
		font-size: 1.4rem;
		margin-top: 1rem;
	}
	#seeds_list:before,
	#seeds_list:after
	 {
		width: 32%;
	}
}