@charset "UTF-8";
.gBody {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 103px;
}
.gBody-gourmet {
	background-image: url(/assets/img/gourmet/bg-gourmet@2x.jpg);
}
.gBody-buy {
	background-image: url(/assets/img/buy/bg-buy@2x.jpg);
}
.gate {
	background: rgba(255, 255, 255, 0.9);
	padding: 56px 15px 80px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.gate_title {
	margin-bottom: 20px;
}
.gate_title > .icon {}
.gate_title > b {}
.gate_text {
	text-align: center;
	margin-bottom: 30px;
}
.gate_list {
	list-style: none;
	display: flex;
	max-width: 810px;
	margin: 0 auto;
}
.gate_list > li {
	width: 32%;
	margin-left: 2%;
}
.gate_list > li:first-child {
	margin-left: 0;
}
.gate_list > li:last-child {}
.gate_list > li:nth-child(2n+1) {}
.gate_list > li:nth-child(n+3) {}
.gate_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.gate_list > li > a::before {
	content: "";
}
.gate_list > li > a::after {
	content: "";
}
.gate_image {
	overflow: hidden;
}
.gate_image > img {
	transition-duration: .5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
	width: 100%;
	height: auto;
}
.gate_haedline {
	height: 140px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
}
@media screen and (min-width:1000px) {
	.gate_list > li > a:hover {}
	a:hover .gate_image > img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@media screen and (max-width:999px) {
	.gBody {}
	.gate {}
	.gate_title {}
	.gate_title > .icon {}
	.gate_title > b {}
	.gate_text {}
	.gate_list {}
	.gate_list > li {}
	.gate_list > li:first-child {}
	.gate_list > li:last-child {}
	.gate_list > li:nth-child(2n+1) {}
	.gate_list > li:nth-child(n+3) {}
	.gate_list > li > a {}
	.gate_list > li > a::before {}
	.gate_list > li > a::after {}
	.gate_image {}
	.gate_image > img {}
	.gate_haedline {
		font-size: 23px;
		height: 120px;
	}
}
@media screen and (max-width:767px) {
	.gBody {
		padding: 40px 0 50px;
	}
	.gate {
		padding: 30px 20px 50px;
	}
	.gate_title {}
	.gate_title > .icon {}
	.gate_title > b {}
	.gate_text {
		text-align: left;
		margin-bottom: 15px;
	}
	.gate_list {
		display: block;
		max-width: 250px;
	}
	.gate_list > li {
		width: auto;
		margin-left: 0;
	}
	.gate_list > li:first-child {}
	.gate_list > li:last-child {}
	.gate_list > li:nth-child(2n+1) {}
	.gate_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.gate_list > li > a {}
	.gate_list > li > a::before {}
	.gate_list > li > a::after {}
	.gate_image {}
	.gate_image > img {}
	.gate_haedline {
		height: 55px;
		font-size: 18px;
		text-align: center;
	}
}
