@charset "utf-8";
/*-------------------- 

     features

-------------------- */

@media screen and (max-width:640px){
	
	



/*----------------------------
		featuress
----------------------------*/

#features .inner{
	width:90%;
	margin:0 auto;
}

#features .features_table {
    border-spacing: 0;
}

#features .features_box{
	width:50%;
	padding:0 5% 0 0;
	float:left;
}

#features .features_box:nth-child(even){
	padding-right:0;
	padding:0 0 0 5%;
	float:right;
}

#features .features_box dl dt {
    font-size: 15px;
    width: 102px;
    height: 30px;
    line-height: 30px;
}


/*----------------------------
	features-article
----------------------------*/


#article h1{
	background:url(../../img/features/feature_main.jpg) no-repeat center top;
	background-size:cover;
	height:372px;
}

/*タイトルまわり*/


.title_area span.cat{
	display:inline-block;
	color:#fff;
	background:#83898c;
	font-size:15px;
	padding:0 20px;
	line-height:32px;
	height:32px;
	margin-bottom:20px;
	min-width:102px;
	text-align:center;
}


.title_area p.title{
	font-size:200%;
	line-height:1.4;
	margin-bottom:10px;
}

.title_area p.date{
	color:#8b8b8b;
}


.article_inner{
	width:89%;
	margin:0 auto;
}
.article_inner p {
	width:100%;
	font-size:120%;
	line-height:1.6;
}

.article_inner p strong{
	margin-bottom:10px;
}




/*----------------------------
	article-lookbook
----------------------------*/

#article_lb .h1_area{
	height:auto;
}
#article_lb .h1_area img{
	display:block;
}

#article_lb .h1_area .inner h1{
	display:none;
}

#article_lb .h1_area .inner h1 span{
	font-size:25px;
}


/*lb_list*/

.lb_list ul li{
	float:left;
	width:31.03%;
	margin-right:3.44%;
	margin-bottom:3.44%;
}

.lb_list ul li:nth-child(4n){
	margin-right:3.44%;
}

.lb_list ul li:nth-child(3n){
	margin-right:0;
}

.lb_list ul li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

}