.mv {
	position: relative;
	margin: 0;
	padding: 100px 0;
	background: url("../img/mv_product.jpg") center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px) {
.mv {
	}
}

.mv h1 {
	display: block;
	color: #fff;
	padding: 30px;
	font-size: 30px;
	font-weight: 600;
	text-shadow: 0 1px 3px rgba(0.0,0,.5);
	line-height: 1em;
	text-align: center;
	}
@media screen and (max-width: 767.98px) {
.mv h1 {
	font-size: 6vw;
	}
}

.intro {
	padding: 50px 0;
	text-align: center;
	}
@media screen and (max-width: 767.98px) {
.intro {
	padding: 10vw 4vw;
	}
}

.intro p {
	font-size: 18px;
	line-height: 2em;
    text-align: center;
	}
@media screen and (max-width: 767.98px) {
.intro p {
	font-size: 4vw;
	}
}

.category {
	padding: 50px 0;
	}
@media screen and (max-width: 767.98px) {
.category {
	padding: 10vw 4vw;
	}
}

.category1 {
	background: url("../img/product_category1.jpg") center center no-repeat;
	background-size: cover;
	}

.category2 {
	background: url("../img/product_category2.jpg") center center no-repeat;
	background-size: cover;
	}

.category3 {
	background: url("../img/product_category3.jpg") center center no-repeat;
	background-size: cover;
	}

.category h2 {
	display: block;
	margin: 0 0 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	}
@media screen and (max-width: 767.98px) {
.category h2 {
	margin: 0 0 4vw;
	font-size: 5vw;
	}
}

.category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	}
@media screen and (max-width: 767.98px) {
.category ul {
	margin: 0 auto 4vw;
	}
}

.category li {
	display: block;
	width: calc(100% / 3);
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	}
@media screen and (max-width: 767.98px) {
.category li {
	width: 100%;
	padding: 4vw;
	font-size: 4vw;
	}
}

.category3 li {
	width: 50%;
	}
@media screen and (max-width: 767.98px) {
.category3 li {
	width: 100%;
	}
}

.category li:before {
	content: "●";
	}

.category .bt {
	text-align: center;
	}
@media screen and (max-width: 767.98px) {
.category .bt {
	padding: 5vw 0 0 0;
	}
}

.category a {
	display: inline-block;
	width: 250px;
	margin: 0 20px;
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	background: #D2CF2A;
	border-radius: 30px;
	}
@media screen and (max-width: 767.98px) {
.category a {
	margin: 0 auto 5vw;
	padding: 5vw 0;
	width: 92%;
	font-size: 6vw;
	float: none;
	border-radius: 2vw;
	}
}

.category a:hover {
	background: #B2AF13;
	}

.category a::before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

.category.product_list {
	padding: 50px 0 0 0;
	}
@media screen and (max-width: 767.98px) {
.category.product_list {
	padding: 5vw 0 0 0;
	}
}



