#page.index #mv{
	background: url(../img/index/mv.png) center no-repeat;
	background-size: cover;
	height: 980px;
	position: relative;
	background-attachment: fixed;
}
#page.index #mv .layer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 150px;
    width: 90%;
    z-index: 8888;
}
#page.index #mv .layer h1{
	width: 410px;
	margin: 0 auto 50px;
}
#page.index #mv .layer .copy{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 35px;
}
#page.index #mv .arrow{
	width: 14px;
	height: 17px;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 150px;
	right: 0;
    z-index: 8888;

}
#page.index .btn_selection{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
#page.index .btn_selection .grid{
	float: left;
	width: 50%;
	padding: 0 30px 30px;
	box-sizing:border-box;
}
#page.index .btn_selection .grid .solid_btn_2 a{
	width: 100%;
}
@media(min-width: 1px) and (max-width: 940px){
	#page.index .btn_selection .grid{
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
	}
	#page.index .btn_selection .grid .solid_btn_2 a{
		width: 250px;
	}
}
@media (min-width: 1px) and (max-width: 640px){
	#page.index #mv .layer .copy{
		font-size: 13px;
	    line-height: 25px;
	}
	#page.index #mv .layer h1{
		width: 200px;
		margin: 0 auto 25px;
	}
	#page.index #mv{
		height: 560px;
		background: url(../img/index/mv-s.png) center no-repeat;
    	background-size: cover;
	}
	#page.index #mv .layer{
	    height: 150px;
	}
	#page.index #mv .arrow{
		bottom: 70px;
	}
}
