@charset "utf-8";

/* ------------------------------------------------------------
*
main
*
------------------------------------------------------------ */

.wrapper {
	background: none;
}

.main_img {
	width: 100%;
	height: 100%;
	background-position: top;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

/* ============================================================
*
sp
*
============================================================ */

@media screen and (max-width : 768px) {
	#header {
		background: rgba(255,255,255,1);
	}
	.main_img {
	  background-image: url(../../images/main_sp.jpg);
	  background-size: cover;
	}
}

