


/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper{
	margin: 0 50px;
}
.sec-mv-lower{
	width: 100%;
	height: 550px;
	/*min-height: 780px;*/
	background: url(/assets/img/brand/gallery/mv.png) 50% 0 no-repeat;
	background-size: cover;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-size: 48px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	
}
.lead{
	letter-spacing: 8px;
}
.sub-lead{
	display: block;
	font-size: 24px;
	line-height: 2;
	margin-top: 0;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-mv-wrapper{
		margin: 0;
	}
	.sec-mv-lower{
		width: 100%;
		font-size: 26px;
		line-height: 1.3;
		padding: 0 3%;
	}
	.sub-lead{
		font-size: 14px;
		line-height: 1.6;
		margin-top:5px;
	}
	
}

/*--------------------------------------------------------------------------
   sec-gallery
---------------------------------------------------------------------------*/
.sec-gallery{
	padding: 0 0 40px 0;
	margin-bottom: 50px;
	position: relative;
	/*height: 700px;*/
}
.sec-gallery-Inner{
	/*max-width: 1800px;*/
	width: 1200px;
	margin: 0 auto;
}
.sec-gallery .ttl{
	text-align: center;
	font-family:'honoka';
	font-size: 36px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	margin: 60px 0 25px 0;
}
.sec-gallery .lead{
	text-align: center;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	margin: 0 0 100px 0;
}


.sec-gallery .txt-Area {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.sec-gallery .txt-Area h2{
	font-size: 20px;
	font-weight:500;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
	margin: 0 0 30px 0;
	line-height: 1;
}
.sec-gallery .txt-Area-first h2::before{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #000;
	margin: 0 auto 85px auto;
}
.sec-gallery .txt-Area h2 span{
	font-size: 42px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 8px;
	margin-right: 10px;
	display: block;
}
.sec-gallery .detail-txt{
	font-size: 15px;
	margin-bottom: 40px;
}



/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-gallery{
		width: 100%;
		padding: 0 3%;
		margin: 30px 0 30px 0;
		position: relative;
	}
	.sec-gallery-Inner{
		width: 100%;
		margin: 0 auto;
	}
	.sec-gallery .ttl{
		font-size: 20px;
		margin: 0 0 10px 1%;
	}
	.sec-gallery .lead{
		font-size: 12px;
		margin: 0 0 40px 0;
	}
	.sec-gallery .txt-Area {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.sec-gallery .txt-Area h2{
		font-size: 12px;
		font-weight:500;
		font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
		letter-spacing: 1px;
		margin: 0 0 10px 0;
		line-height: 1.8;
	}
	.sec-gallery .txt-Area-first h2::before{
		content: "";
		display: none;
	}
	.sec-gallery .txt-Area h2 span{
		font-size: 23px;
		font-family: 'Source Sans Pro', sans-serif;
		letter-spacing: 8px;
		margin-right: 10px;
		display: block;
		line-height: 1;
	}
	.sec-gallery .detail-txt{
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 1.5;
		text-align: left;
	}

	
}