@charset "UTF-8";
/* CSS Document */

.mainV{
	padding: 115px 0 0;
	position: relative;
	
}
.mainV:before{
	background: url(../image/style/2018aw/bg.jpg) center top no-repeat;
	background-size: cover;
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 630px;
}
.mainV h2{
	margin: 0;
}

ul.linkBtn{
	overflow: hidden;
	max-width: 970px;
	margin: 150px auto;
	padding: 0;
}
ul.linkBtn li{
	float: left;
	width: 23%;
	margin-right: 2.333333%;
	list-style: none;
}
ul.linkBtn li:last-child{
	margin-right: 0;
}

.styleBox{
	position: relative;
	margin-bottom: 250px;
}
.styleBox:last-child{
	margin: 0;
}
.styleBox .row{
	margin: 0 -35px;
}
.styleBox .row .left{
	width: 35.5%;
	float: left;
}
.styleBox .row .right{
	width: 64.5%;
	float: left;
}
.styleBox .row .left2{
	width: 66.6%;
	float: left;
}
.styleBox .row .right2{
	width: 33.3%;
	float: left;
}
.styleBox .row div{
	padding: 35px;
}
.styleBox .style-ttl{
	padding-top: 70px;
}
.styleBox .inner{
	max-width: 970px;
	margin: 0 auto;
}
.styleBox .inner p{
	margin-bottom: 40px;
}
.styleBox .inner p a{
	color: inherit;
}
.styleBox .inner ul{
	overflow: hidden;
	width: 100%;
	margin-bottom: 70px;
	padding: 0;
}
.styleBox h3{
	margin:0 0 20px;
	padding: 0;
}
.styleBox h3 img{
	zoom:50%;
}


*{
	color:#78736E;
}
.w970{
	max-width: 970px;
	margin: 0 auto;
}
.cont_tx a{
	display: block;
	color: #78736E;
	font-size: 11px;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
}
.mt80{
	margin-top: 80px;
}
.backnumber{
	font-size: 12px;
}
.style_list_box{
	height:150px;
}
.ti_style_collection{
	font-size: 18px;
	font-weight:bold;
	border-bottom: 1px #666666 solid;
	text-align:center;
	margin-bottom: 20px;
}


@media screen and (max-width: 749px) {

.mainV{
	padding: 30px 15px 0;
}
.mainV:before{
	height: 170px;
}
ul.linkBtn{
	margin: 40px auto;
}
.styleBox{
	position: relative;
	margin-bottom: 60px;
}
.styleBox:last-child{
	margin: 0;
}
.styleBox .row{
	margin: 0 -10px;
}
.styleBox .row div{
	padding: 10px;
}	
.styleBox .style-ttl{
	padding-top: 20px;
}
.styleBox .name{
	text-align: center;
}


}