@charset "UTF-8";
/* CSS Document */

#mv {
	background-image:url("../img/top_mv.jpg");
	background-size: cover;
	background-position: center;
	height: 430px;
}

#mv .mv-wrap-around {
	padding-top: 66px; 
	width: 900px;
	margin: 0 auto;
}

#mv .logo {
	width: 406px;
	position: relative;
	left: -30px;
}

#mv .mv-txt p {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #363344;
}



/* gnav */
header .gnav {
	padding-top: 27px;
	text-align: center;
	background-color:  #363344;
	margin-bottom: 100px;
}

header .gnav li {
	display: inline-block;
	margin: 0 2.5em 2.2em 0;
}


header .gnav li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.08);
}


h2 {
	margin: 0 auto 75px;
}

h2.ttl01 {
	width: 300px;
	width: 300px;
	margin: 0 auto 75px;
}

h2.ttl02 {
	width: 203px;
	margin: 0 auto 75px;
}

.wrap-around50 {
	overflow: hidden;
}

.wrap-around50 .left {
	width: 435px;
	float: left;
}

.wrap-around50 .right {
	width: 435px;
	float: right;
}


@media screen and (max-width: 786px) {
	
	#mv {
		background-image:url("../img/top_mv.jpg");
		background-size: cover;
		background-position: -50px;
		height: 280px;
		margin-bottom: 3em;
		width: 100%;
	}
	
	#mv .logo {
		width: 31%;
		position: relative;
		left: 0px;
	}
	
	.overflow {
		overflow-x: hidden!important;
	}
	
	.mv-txt-sp p {
		font-size: 16px;
		font-weight: 800;
		text-align: center;
		margin-bottom: 1em;
		color: #363344;
	}
	
	.wrap-around50 {
		
	}

	.wrap-around50 .left {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}

	.wrap-around50 .right {
		width: 100%;
		float: none;
	}
	
}