.modal_open{
/*
	display: inline-block;
	margin: 3vw;
*/
	cursor: pointer;
}
.modal_box {
	position: fixed;
	z-index: 7777;
	display: none;
	/*width: 80%;*/
	max-width: 900px;
	height: 453px;
	margin: 0;
	padding: 80px 55px;
	/*padding: 60px 2vw 80px;
	text-align: center;
	background: #fff;*/
	box-sizing: border-box;
	background: url("../images/gourmet/bg_modal.svg") center top no-repeat;
	background-size: cover;
}
.modal_close {
	position: absolute;
	top: -9px;
	right: -5px;
	display: block;
	width: 62px;
	font-size: 46px;
	color: #000;
	line-height: 62px;
	text-align: center;
	cursor: pointer;
}
.modal_box > p > a:hover img {
	opacity: 1.0;
}
.modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6666;
	display: none;
	width: 100%;
	height: 120%;
	background: rgba(255, 179, 0, 0.8);
}
.link_area {
	/*overflow: hidden;
	max-width: 410px;
	margin: 60px auto 0;
	text-align: center;*/
	width: 1060px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.link_area ul {
	display: flex;
	justify-content: space-between;
}
.link_area .modal_link {
	display: inline-block;
}
.link_area .modal_link a {
	cursor: pointer;
}
/*
.link_area .modal_link {
	display: inline;
}
.link_area .modal_link a {
	display: inline-block;
	width: 180px;
	color: #000;
	line-height: 2.5;
	text-decoration: none;
	margin: 0 10px;
	background: #e6e6e6;
}
.link-area ul li.modal_link:first-child a {
	float: left;
}
.link-area ul li.modal_link:last-child a {
	float: right;
}
*/
@media screen and (max-width: 768px) {
	.modal_box {
		padding: 7.76vw 2vw 0;
		min-height: 126vw;
		background: url("../images/gourmet/bg_modal_sp.svg") center top no-repeat;
		background-size: contain;
	}
	.modal_close {
		width: 10.67vw;
		line-height: 10.67vw;
		font-size: 30px;
	}
	.modal_close i {
		line-height: 44px;
	}
	.link_area {
		margin: 25px auto 0;
		width: 90vw;
	}
	.link_area li {
		width: 8vw;
	}
	.link_area .modal_link a {
		margin: 15px auto 0;
	}
	.link_area ul li.modal_link:first-child a {
		float: none;
		margin-top: 0;
	}
	.link_area ul li.modal_link:last-child a {
		float: none;
	}
}