/**************
	共通
****************/

/**************
	pc
****************/
@media screen and (min-width: 769px) {
	.top_mv{
		margin-bottom: 100px;
	}
	
	.top_sec1{
		margin-bottom: 100px;
	}
	
	.top_sec1 .inner{
		position: relative;
	}
	
	.top_sec1 .imgArea{
		max-width: 465px;
		width: 46%;
		float: left;
	}
	
	.top_sec1 .txt{
		max-width: 468px;
		width: 47%;
		float: right;
		font-size: 0.7em;
		line-height: 2em;
		margin-top: 240px;
	}
	
	.top_sec1 .copyArea{
		max-width: 383px;
		position: absolute;
		top: 0;
		left: 30%;
	}
	
	.top_sec2{
		border-top: 10px solid #E51A05;
	}
	
	.top_sec2 .sec_ttl{
		width: 109px;
		margin: 60px auto;
	}

	.top_sec2 .imgArea{
		max-width: 750px;
		width: 100%;
		margin: 0 auto 60px;
	}
	
	
	
}

/**************
	sp
****************/
@media screen and (max-width: 768px) {
	.top_mv{
		margin-bottom: 60px;
	}
	
	.top_sec1{
		margin-bottom: 60px;
	}
	
	.top_sec1 .inner{
		position: relative;
	}
	
	.top_sec1 .imgArea{
		width: 70%;
		margin-top: 80px;
	}
	
	.top_sec1 .txt{
		width: 100%;
		font-size: 0.7em;
		line-height: 2em;
		margin-top: 40px;
	}
	
	.top_sec1 .copyArea{
		width: 70%;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.top_sec2{
		border-top: 10px solid #E51A05;
	}
	
	.top_sec2 .sec_ttl{
		width: 109px;
		margin: 60px auto;
	}

	.top_sec2 .imgArea{
		width: 100%;
		margin: 0 auto 60px;
	}
}