@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
.menuArea {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 70px 0 -110px;
	padding-bottom: 110px;
}
.menuArea .image {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	width: 800px;
}
@media only screen and (min-width:1601px) {
	.menuArea .image {
		left: auto;
		right: 0;
	}
}
.menuArea .caption {
	margin-top: 60px;
}
/* sp */
@media only screen and (max-width:767px) {
	.menuArea {
		margin: 30px 0 0;
		padding-bottom: 0;
	}
	.menuArea .image {
		display: none;
	}
	.menuArea .caption {
		margin-top: 30px;
	}
}