


/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper{
	margin: 0 50px;
}
.sec-mv-lower{
	width: 100%;
	height: 550px;
	/*min-height: 780px;*/
	background: url(/assets/img/brand/showroom/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-list
---------------------------------------------------------------------------*/
.sec-list{
	width: 1200px;
	margin: 60px auto 70px auto;
	display: flex;
	flex-flow: wrap;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: center;
	
}
.sec-list li{
	width:33.3333%;
	color: #FFF;
	text-align: center;
	padding: 0;
	padding: 0 1px 1px 0;
}
.sec-list li a{
	display: block;
	background: #000;
}

/*　リストボタン　*/
.btn_list{
	width:50%;
	font-size: 15px;
}
.btn_list a{
	display: block;
}
.btn_list.buttons {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.btn_list.buttons::before,
.btn_list.buttons::after {
  position: absolute;
  z-index: -1;
  display: none;
  content: '';
}
.btn_list.buttons,
.btn_list.buttons::before,
.btn_list.buttons::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_list.buttons {
  display: inline-block;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 49px;
  outline: none;
	background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn_list.buttons:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.btn_list.buttons::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	background: url(/assets/img/common/ico_arrow.png) right top no-repeat;
	-webkit-transform: rotate(90deg);
  transform: rotate(90deg);
	width: 16px;
	height: 16px;
	left: auto;
    right: 20px;
    top: 13px;
}


.btn_list.buttons:hover::after {
	position: absolute;
  z-index: -1;
  display: block;
  content: '';
	background: url(/assets/img/common/ico_arrow_blk.png) right top no-repeat;
	-webkit-transform: rotate(90deg);
   transform: rotate(90deg);
	width: 16px;
	height: 16px;
	left: auto;
    right: 20px;
    top: 17px;
}


/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-list{
		width: 100%;
		padding: 0 3%;
		margin: 30px auto 30px auto;
		display: flex;
		flex-flow: wrap;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items: center;

	}
	.sec-list li{
		width:50%;
		color: #FFF;
		text-align: center;
		padding: 0;
		padding: 0 1px 1px 0;
	}
	.sec-list li a{
		display: block;
		background: #000;
	}

	/*　リストボタン　*/
	.btn_list{
		width:50%;
		font-size: 12px;
	}
	.btn_list a{
		display: block;
	}
	.btn_list.buttons {
	  display: inline-block;
	  width: 100%;
	  height: 54px;
	  text-align: center;
	  text-decoration: none;
	  line-height: 54px;
	  outline: none;
	}
	.btn_list.buttons::before,
	.btn_list.buttons::after {
	  position: absolute;
	  z-index: -1;
	  display: none;
	  content: '';
	}
	.btn_list.buttons,
	.btn_list.buttons::before,
	.btn_list.buttons::after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
	}

	.btn_list.buttons {
	  display: inline-block;
	  height: 50px;
	  text-align: center;
	  text-decoration: none;
	  line-height: 49px;
	  outline: none;
		background-color: #000;
	  border: 1px solid #000;
	  color: #fff;
	}

	.btn_list.buttons:hover {
	  background-color: #fff;
	  border-color: #000;
	  color: #000;
	}

	.btn_list.buttons::after {
	  position: absolute;
	  z-index: -1;
	  display: block;
	  content: '';
		background: url(/assets/img/common/ico_arrow.png) right top no-repeat;
		-webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
		background-size: cover;
		width: 12px;
		height: 12px;
		left: auto;
		right: 20px;
		top: 17px;
	}


	.btn_list.buttons:hover::after {
		position: absolute;
	  z-index: -1;
	  display: block;
	  content: '';
		background: url(/assets/img/common/ico_arrow_blk.png) right top no-repeat;
		-webkit-transform: rotate(90deg);
	   transform: rotate(90deg);
		background-size: cover;
		width: 12px;
		height: 12px;
		left: auto;
		right: 20px;
		top: 20px;
	}
	
}





/*--------------------------------------------------------------------------
   sec-items
---------------------------------------------------------------------------*/
.sec-items{
	width: 1200px;
	margin: 50px auto 30px auto;
	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-column{
	display: flex;
	flex-flow: wrap;
	flex-wrap:wrap;
	justify-content:flex-start;
	/*align-items: center;*/
}
.sec-items .item-column .item-cont{
	width: 100%;
	min-height: 420px;
	margin-bottom: 80px;
}
.sec-items .item-column .item-cont .item-cont-inner{
	margin: 0;
	position: relative;
}

.sec-items .item-column .item-cont .txt-Area{
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner{
	width: 650px;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2{
	font-size: 20px;
    font-weight: 500;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    flex-flow: wrap;
	padding-right: 20px;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2 span{
	font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 8px;
    line-height: 0;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2 span::after {
    content: "";
    width: 1px;
    height: 27px;
    margin: 0 20px;
    display: inline-block;
    background: #CCC;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner p {
	padding-right: 20px;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .s-name {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #EAEAEA;
	margin: 50px 0 30px 0;
	line-height: 1;
	padding-bottom: 17px;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .s-map{
	color: #878787;
	margin-bottom: 30px;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .s-map:hover{
	color: #000;
	-webkit-transition: all .3s;
	  transition: all .3s;
}
.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .s-map::after{
	content: "";
	display: inline-block;
	background: url(/assets/img/common/ico_blank_02.png) right top no-repeat;
	background-size: cover;
	width: 14px;
	height: 12px;
	margin-left: 5px;
}


.sec-items .item-column .item-cont .txt-Area .txt-Area-inner ul li span{
	font-weight: 500;
}
.sec-items .item-column .item-cont .item-img{
	position: absolute;
	top:70px;
	right: 0;
	width: 550px;
	height: 350px;
}

.sec-items .item-column .item-cont .item-img-02{
	position: absolute;
	top: -30px;
	right: 0;
	width: 550px;
	height: 350px;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-items{
		width: 100%;
		padding: 0 3%;
		margin: 30px 0 30px 0;
		position: relative;
	}
	.sec-items .item-column{
		display: flex;
		flex-flow: wrap;
		flex-wrap:wrap;
		justify-content:flex-start;
		/*align-items: center;*/
	}
	.sec-items .item-column .item-cont{
		min-height: auto;
		margin-bottom: 40px;
	}
	.sec-items .item-column .item-cont-02{
		margin-bottom: 10px;
	}

	.sec-items .item-column .item-cont .txt-Area{
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner{
		width: 100%;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2 span{
		font-size: 22px;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner h2 span::after {
		content: "";
		width: 1px;
		height: 20px;
		margin: 0 12px 0 10px;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner p {
		padding-right: 0;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .s-name {
		font-size: 14px;
		margin: 25px 0 15px 0;
		padding-bottom: 10px;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .s-map{
		color: #878787;
		margin: 5px 0 15px 0;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .s-map:hover{
		color: #000;
		-webkit-transition: all .3s;
		  transition: all .3s;
	}
	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner .s-map::after{
		content: "";
		display: inline-block;
		background: url(/assets/img/common/ico_blank_02.png) right top no-repeat;
		background-size: cover;
		width: 14px;
		height: 12px;
		margin-left: 5px;
	}


	.sec-items .item-column .item-cont .txt-Area .txt-Area-inner ul li span{
		
		font-weight: 500;
	}
	.sec-items .item-column .item-cont .item-img{
		position: relative;
		top:0;
		right: 0;
		width: 100%;
		height: auto;
	}

	.sec-items .item-column .item-cont .item-img-02{
		position: relative;
		top:0;
		right: 0;
		width: 100%;
		height: auto;
	}
	.sec-items .item-column .item-cont .item-img img,
	.sec-items .item-column .item-cont .item-img-02 img{
		width: 100%;
		margin-top: 20px;
	}

}
