
.secMain {
	background: url(../img/main/top_main01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}


	.secTitle h2{
		text-align: left;
	}






/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/



	.secMain {
		background: url(../img/main/top_main01.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}


	.secTitle h2{
		/*font-size: 20px;*/
		padding: 10px 3.0rem;
		font-size: 4vw!important;
		text-align: center;
	}
/*	.secTitle h2{
		text-align: center;
		font-size: 4vw;
	}*/

	.secTitle{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		background: rgba(0,0,0,0.5);
	}



}