


/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper{
	margin: 0 50px;
}
.sec-mv-lower{
	width: 100%;
	height: 550px;
	/*min-height: 780px;*/
	background: url(/assets/img/brand/product/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-items
---------------------------------------------------------------------------*/
.sec-items{
	margin: 50px 0 30px 0;
	position: relative;
}
.sec-items .ttl{
	text-align: center;
	font-family:'honoka';
	font-size: 36px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	margin: 0 0 25px 0;
}
.sec-items .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 45px 0;
}

.sec-items .feature_cont{
	width: 1200px;
	margin: 120px auto 140px auto;
	display: flex;
	flex-flow: wrap;
	flex-wrap:wrap;
	justify-content:flex-start;
	/*align-items: center;*/
}
.sec-items .feature_cont p{
	width: 218px;
	text-align: center;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	font-size: 18px;
	position: relative;
	margin-right: 27px;
	line-height: 1.6;
}
.sec-items .feature_cont p::before{
	margin-bottom: 5px;
}
.sec-items .feature_cont p::after{
	margin-top: 5px;
}

.sec-items .feature_cont p:nth-child(1)::before{
	content: "";
	width: 218px;
	height: 218px;
	background: url(/assets/img/brand/product/feature_01.png) 50% 0 no-repeat;
	background-size: cover;
	display: block;
}
.sec-items .feature_cont p:nth-child(2)::after{
	content: "";
	width: 218px;
	height: 218px;
	background: url(/assets/img/brand/product/feature_02.png) 50% 0 no-repeat;
	background-size: cover;
	display: block;
}
.sec-items .feature_cont p:nth-child(3)::before{
	content: "";
	width: 218px;
	height: 218px;
	background: url(/assets/img/brand/product/feature_03.png) 50% 0 no-repeat;
	background-size: cover;
	display: block;
}
.sec-items .feature_cont p:nth-child(4)::after{
	content: "";
	width: 218px;
	height: 218px;
	background: url(/assets/img/brand/product/feature_04.png) 50% 0 no-repeat;
	background-size: cover;
	display: block;
}
.sec-items .feature_cont p:nth-child(5)::before{
	content: "";
	width: 218px;
	height: 218px;
	background: url(/assets/img/brand/product/feature_05.png) 50% 0 no-repeat;
	background-size: cover;
	display: block;
}
.sec-items .feature_cont p:nth-child(5){
	margin-right: 0;
}

.sec-items .item-column{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	/*align-items: center;*/
}

.sec-items .item-column .item-cont{
	width: 585px;
	margin-bottom: 50px;
}
.sec-items .item-column .item-cont .item-cont-inner{
	margin: 0;
}
.sec-items .item-column .item-cont .bg-img{
	z-index: -1;
}
.sec-items .item-column .item-cont:nth-child(1) .bg-img{
	background: url(/assets/img/brand/product/img_01.png) 50% 0 no-repeat;
	background-size: cover;
	height: 345px;
}
.sec-items .item-column .item-cont:nth-child(2) .bg-img{
	background: url(/assets/img/brand/product/img_02.png) 50% 0 no-repeat;
	background-size: cover;
	height: 345px;
}
.sec-items .item-column .item-cont:nth-child(3) .bg-img{
	background: url(/assets/img/brand/product/img_03.png) 50% 0 no-repeat;
	background-size: cover;
	height: 345px;
}
.sec-items .item-column .item-cont:nth-child(4) .bg-img{
	background: url(/assets/img/brand/product/img_04.png) 50% 0 no-repeat;
	background-size: cover;
	height: 345px;
}
.sec-items .item-column .item-cont:nth-child(5) .bg-img{
	background: url(/assets/img/brand/product/img_05.png) 50% 0 no-repeat;
	background-size: cover;
	height: 345px;
}
.sec-items .item-column .item-cont:nth-child(6) .bg-img{
	background: url(/assets/img/brand/product/img_06.png) 50% 0 no-repeat;
	background-size: cover;
	height: 345px;
}
.sec-items .item-column .item-cont:nth-child(7) .bg-img{
	background: url(/assets/img/brand/product/img_07.png) 50% 0 no-repeat;
	background-size: cover;
	height: 345px;
}
.sec-items .item-column .item-cont:nth-child(8) .bg-img{
	background: url(/assets/img/brand/product/img_08.png) 50% 0 no-repeat;
	background-size: cover;
	height: 345px;
}

.sec-items .item-column .item-cont .txt-Area{
	width: 88%;
	background: #FFF;
	margin: -50px auto 0 auto;
	position: relative;
	padding: 30px;
	text-align: left;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner{
	border: none;
	padding: 0;
	
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2{
	font-size: 24px;
	font-family:'honoka';
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 10px;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .detail-txt{
	font-size: 13px;
	margin-bottom: 15px;
}

/*　詳細ボタン　*/
.btn_detail{
	width:100%;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	font-size: 24px;
	display: block;
	margin-bottom: 20px;
}
.btn_detail a{
	display: block;
	padding: 0 10px;
}
.btn_detail.buttons {
  display: inline-block;
  height: 50px;
  text-align: left;
  text-decoration: none;
  line-height: 49px;
  outline: none;
}
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_detail.buttons,
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_detail.buttons {
  z-index: 2;
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
  line-height: 49px;
}
.btn_detail.buttons:hover {
  background-color: #FFF;
  border-color: #000;
  color: #000;
}
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
}
.btn_detail.buttons::before {
  right: 0;
}
.btn_detail.buttons::after {
  left: 0;
}
.btn_detail.buttons:hover::before,
.btn_detail.buttons:hover::after {
  width: 0;
  background-color: #000;
}

.btn_detail a:link:after {
    content: '';
    display: inline-block;
    height: 13px;
    width: 15px;
    background: url(/assets/img/common/ico_blank_03.png) right 0 no-repeat;
    float: right;
    margin-top: 18px;
}





/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-items{
		width: 100%;
		padding: 0 0.5%;
		margin: 30px 0 30px 0;
		position: relative;
	}
	.sec-items .ttl{
		font-size: 20px;
		margin: 0 2.5% 10px 1%;
	}
	.sec-items .lead{
		font-size: 12px;
		margin: 0 2.5% 20px 2.5%;
	}

	.sec-items .feature_cont{
		width: 100%;
		margin: 50px auto 0 auto;
		justify-content: center;
	}
	.sec-items .feature_cont p{
		width: 50%;
		padding: 0 2.5%;
		font-size: 12px;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.sec-items .feature_cont p:nth-child(1)::before,
	.sec-items .feature_cont p:nth-child(2)::after,
	.sec-items .feature_cont p:nth-child(3)::before,
	.sec-items .feature_cont p:nth-child(4)::after,
	.sec-items .feature_cont p:nth-child(5)::before{
		display: none;
	}
	.sec-items .feature_cont p:nth-child(5){
		margin-bottom: 25px;
	}
	.sec-items .feature_cont p img.img-feature{
		display: block;
		width: 100%;
	}
	
	
	.sec-items .feature_cont p:nth-child(1) img.img-feature,
	.sec-items .feature_cont p:nth-child(3) img.img-feature,
	.sec-items .feature_cont p:nth-child(5) img.img-feature{
		margin-bottom: 10px;
	}
	.sec-items .feature_cont p:nth-child(2) img.img-feature,
	.sec-items .feature_cont p:nth-child(4) img.img-feature{
		margin-top: 10px;
	}
	
	
	
	
	.sec-items .feature_cont p:nth-child(5){
		margin-right: 0;
	}

	.sec-items .item-column{
		width: 100%;
		display: flex;
		flex-flow: wrap;
		flex-wrap:wrap;
		justify-content:flex-start;
		/*align-items: center;*/
	}

	.sec-items .item-column .item-cont{
		width: 100%;
		padding: 0 3%;
		margin-bottom: 25px;
	}
	.sec-items .item-column .item-cont .item-cont-inner{
		margin: 0;
	}
	
	.sec-items .item-column .item-cont:nth-child(1) .bg-img,
	.sec-items .item-column .item-cont:nth-child(2) .bg-img,
	.sec-items .item-column .item-cont:nth-child(3) .bg-img,
	.sec-items .item-column .item-cont:nth-child(4) .bg-img,
	.sec-items .item-column .item-cont:nth-child(5) .bg-img,
	.sec-items .item-column .item-cont:nth-child(6) .bg-img,
	.sec-items .item-column .item-cont:nth-child(7) .bg-img,
	.sec-items .item-column .item-cont:nth-child(8) .bg-img{
		background:none;
		height: auto;
	}
	.sec-items .item-column .item-cont .bg-img img{
		width:100%;
	}

	.sec-items .item-column .item-cont .txt-Area{
		width: 86%;
		margin: -50px auto 0 auto;
		padding: 10px;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2{
		font-size: 17px;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .detail-txt{
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	/*　詳細ボタン　*/
	.btn_detail{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.btn_detail a{
		display: block;
		padding: 0 10px;
	}
	.btn_detail.buttons {
	  display: inline-block;
	  height: 50px;
	  text-align: left;
	  text-decoration: none;
	  line-height: 49px;
	  outline: none;
	}
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  position: absolute;
	  z-index: -1;
	  display: block;
	  content: '';
	}
	.btn_detail.buttons,
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
	}
	.btn_detail.buttons {
	  z-index: 2;
	  background-color: #000;
	  border: 1px solid #000;
	  color: #FFF;
	  line-height: 49px;
	}
	.btn_detail.buttons:hover {
	  background-color: #FFF;
	  border-color: #000;
	  color: #000;
	}
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  top: 0;
	  width: 50%;
	  height: 100%;
	  background-color: #000;
	}
	.btn_detail.buttons::before {
	  right: 0;
	}
	.btn_detail.buttons::after {
	  left: 0;
	}
	.btn_detail.buttons:hover::before,
	.btn_detail.buttons:hover::after {
	  width: 0;
	  background-color: #000;
	}

	.btn_detail a:link:after {
		content: '';
		display: inline-block;
		height: 13px;
		width: 15px;
		background: url(/assets/img/common/ico_blank_03.png) right 0 no-repeat;
		float: right;
		margin-top: 18px;
	}

}




/*--------------------------------------------------------------------------
   ttl-lineup
---------------------------------------------------------------------------*/
.ttl-lineup{
	width: 1200px;
	margin: 50px auto 30px auto;
	position: relative;
}
.ttl-lineup h2 {
	text-align: center;
    font-size: 40px;
    font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 8px;
    line-height: 1;
	margin-bottom: 35px;
}
.ttl-lineup h2::before {
	content:"";
	border-top:1px solid #000;
	width:40px;
	height: 1px;
	display: block;
	margin: 0 auto 60px auto;
}

.ttl-lineup h2 span{
    font-size: 18px;
    font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
    letter-spacing: 1px;
    display: block;
	margin-top: 5px;
}


/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.ttl-lineup{
		width: 100%;
		margin: 25px 0 15px 0;
		padding: 0 3%;
		position: relative;
	}
	.ttl-lineup h2 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.ttl-lineup h2::before {
		width:6%;
		margin: 0 auto 30px auto;
	}

	.ttl-lineup h2 span{
		font-size: 12px;
		margin-top: 5px;
	}
}
