


/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper{
	margin: 0 50px;
}
.sec-mv-concept{
	width: 100%;
	height: 1000px;
	/*min-height: 780px;*/
	background: url(/assets/img/brand/concept/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-concept{
		width: 100%;
		background: url(/assets/img/brand/concept/mv_sp.png) 50% 0 no-repeat;
		background-size: cover;
		font-size: 26px;
		line-height: 1.3;
		padding: 0 3%;
	}
	.sub-lead{
		font-size: 14px;
		line-height: 1.6;
		margin-top:5px;
	}
	
}


/*--------------------------------------------------------------------------
   sec-items
---------------------------------------------------------------------------*/
.sec-items{
	margin: 50px 40px 30px 40px;
	position: relative;
}
.sec-items .lead{
	text-align: center;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	margin: 0 10px 45px 10px;
}
.sec-items .item-cont{
	width: 100%;
	position: relative;
}
.sec-items .item-cont01{
	min-height: 1330px;
}
.sec-items .item-cont01 .img01{
	background: url(/assets/img/brand/concept/img_01.png) right 0 no-repeat;
	background-size: cover;
	width: 620px;
	height: 700px;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -620px;
}
.sec-items .item-cont01 .img02{
	background: url(/assets/img/brand/concept/img_02.png) right 0 no-repeat;
	background-size: cover;
	width: 1263px;
	height: 735px;
	position: absolute;
	left: 50%;
	bottom:0;
	margin-left: -560px;
	z-index: -1;
}
.sec-items .item-cont01 .item-cont-inner{
	width: 1200px;
	margin: 0 auto;
}
.sec-items .item-cont01 .txt-Area{
	position: relative;
	top: 130px;
	left: 50%;
	margin-left: 50px;
}
.sec-items .item-cont01 .txt-Area .txt-Area-inner h2{
	font-size: 18px;
	font-weight:500;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
	margin: 0 0 25px 0;
	line-height: 1;
}
.sec-items .item-cont01 .txt-Area .txt-Area-inner h2 span{
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 8px;
	margin-right: 10px;
}
.sec-items .item-cont01 .txt-Area .txt-Area-inner .detail-txt{
	font-size: 15px;
	margin-bottom: 15px;
}


.sec-items .item-cont02{
	min-height: 1305px;
	margin-top: -93px;
}
.sec-items .item-cont02 .img03{
	background: url(/assets/img/brand/concept/img_03.png) right 0 no-repeat;
	background-size: cover;
	width: 697px;
	height: 720px;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: 0;
}
.sec-items .item-cont02 .img04{
	background: url(/assets/img/brand/concept/img_04.png) right 0 no-repeat;
	background-size: cover;
	width: 1160px;
	height: 690px;
	position: absolute;
	left: 50%;
	bottom:0;
	margin-left: -620px;
	z-index: -1;
}
.sec-items .item-cont02 .item-cont-inner{
	width: 1200px;
	margin: 0 auto;
}
.sec-items .item-cont02 .txt-Area{
	position: relative;
	top: 145px;
	left: 0%;
	margin-left: 40px;
}
.sec-items .item-cont02 .txt-Area .txt-Area-inner h2{
	font-size: 18px;
	font-weight:500;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
	margin: 0 0 25px 0;
	line-height: 1;
}
.sec-items .item-cont02 .txt-Area .txt-Area-inner h2 span{
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 8px;
	margin-right: 10px;
}
.sec-items .item-cont02 .txt-Area .txt-Area-inner .detail-txt{
	font-size: 15px;
	margin-bottom: 15px;
}



/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-items{
		width: 100%;
		padding: 0 3%;
		margin: 40px 0 0 0;
		position: relative;
	}
	.sec-items .item-cont{
		width: 100%;
		position: relative;
	}
	.sec-items .item-cont01{
		min-height: auto;
		margin-bottom: 40px;
	}
	
	.sec-items .item-cont01 .item-cont-inner{
		width: 100%;
		margin: 0 auto;
	}
	.sec-items .item-cont01 .txt-Area{
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		text-align: center;
	}
	.sec-items .item-cont01 .txt-Area .txt-Area-inner h2{
		font-size: 18px;
		font-weight:500;
		font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
		letter-spacing: 1px;
		margin: 0 0 25px 0;
		line-height: 1;
	}
	.sec-items .item-cont01 .txt-Area .txt-Area-inner h2 span{
		font-size: 25px;
		font-family: 'Source Sans Pro', sans-serif;
		letter-spacing: 8px;
		margin-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	.sec-items .item-cont01 .txt-Area .txt-Area-inner .detail-txt{
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	.sec-items .item-cont01 .img01-sp img{
		width: 100%;
	}


	.sec-items .item-cont02{
		min-height: auto;
		margin-top: 0;
	}
	
	.sec-items .item-cont02 .item-cont-inner{
		width: 100%;
	}
	.sec-items .item-cont02 .txt-Area{
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		text-align: center;
	}
	.sec-items .item-cont02 .txt-Area .txt-Area-inner h2{
		font-size: 18px;
		font-weight:500;
		font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
		letter-spacing: 1px;
		margin: 0 0 25px 0;
		line-height: 1;
	}
	.sec-items .item-cont02 .txt-Area .txt-Area-inner h2 span{
		font-size: 25px;
		font-family: 'Source Sans Pro', sans-serif;
		letter-spacing: 8px;
		margin-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	.sec-items .item-cont02 .txt-Area .txt-Area-inner .detail-txt{
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	.sec-items .item-cont02 .img02-sp img{
		width: 100%;
	}

}




/*--------------------------------------------------------------------------
   f-concept
---------------------------------------------------------------------------*/
.f-concept{
	position: relative;
}
.f-concept .f-concept-lead01{
	min-width: 1200px;
	text-align: center;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	font-size: 18px;
	line-height: 1.8;
	margin: 100px auto;;
}
.f-concept .f-concept-lead02{
	text-align: center;
	font-family:'honoka';
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.f-concept .img05{
	background: url(/assets/img/brand/concept/img_05.png) center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 560px;
	margin-bottom: 125px;
}


/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.f-concept{
		padding: 0 3%;
	}
	.f-concept .f-concept-lead01{
		min-width: 100%;
		font-size: 12px;
		margin: 50px auto;;
	}
	.f-concept .f-concept-lead02{
		font-size: 17px;
		margin-bottom: 20px;
	}
	.f-concept .img05{
		background: none;
		background-size: cover;
		width: 100%;
		height: auto;
		margin-bottom: 65px;
	}
	
}

