@charset "utf-8";
/*-------------------- 

     features
	 
-------------------- */


/*----------------------------
	features-list
----------------------------*/

#features{
	background:#f5f5f5;
	padding:90px 0 0;
	margin-bottom:50px;
}



#features h1{
	font-size:36px;
	font-weight:300;
	padding-bottom:35px;
	text-align:center;
	margin:0 0 45px;
	background:url(../../img/top/h2_border.png) no-repeat center bottom;
}

#features .features_table{
	display:table;
	max-width:1080px;
}

#features .features_box{
	width:25%;
	display:table-cell;
	padding: 0 10px;
}

#features .features_box:nth-child(4n){
	margin-right:0;
}



#features .features_box figure{
	position:relative;
	line-height: 1px;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:50%;
	z-index:1;
}

#features .features_box figure img{
	width:100%;
	height:auto;
	 transition: .3s ease-in-put;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#features .features_box figure:hover img{
	-webkit-transform: scale3d(1.1,1.1,1);
 	transform: scale3d(1.1,1.1,1);
	
}

#features .features_box figure:hover:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}



#features .features_box dl{
	margin:20px 0 50px;
}

#features .features_box dl dt{
	margin-bottom:16px;
	height:20px;
	width:68px;
	font-size:10px;
	color:#fff;
	text-align:center;
	background:#83898c;
}

#features .features_box dl dd{
	display:inline-block;
}


#features .features_box a:hover {
	text-decoration:none;
}

#features .features_box a{
	color:#212121;
}

#features .features_box a:hover dd{
	text-decoration:underline;
	color:#212121;
}



/*----------------------------
	features-article
----------------------------*/
#article,
#article_lb{
	border-bottom:1px solid #ccc;
	text-align:justify;
}

#article h1{
	background:url(../../img/features/feature_main.jpg) no-repeat center top;
	background-size:cover;
	height:612px;
}


#article .article_inner{
	background:#fff;
}

/*タイトルまわり*/
.title_area{
	width:89%;
	max-width:980px;
	margin:40px auto 50px;
}


.title_area span.cat{
	display:inline-block;
	color:#fff;
	background:#83898c;
	font-size:10px;
	padding:0 12px;
	height:20px;
	margin-bottom:20px;
	min-width: 68px;
    text-align: center;
}


.title_area p.title{
	font-size:34px;
	line-height:48px;
	font-weight:bold;
}

.title_area p.date{
	color:#8b8b8b;
}


/*本文*/
.article_inner p{
	width:89%;
	max-width:980px;
	margin:0 auto;
	font-size:18px;
	line-height:32px;
	margin-bottom:45px;
}

.article_inner p strong{
	font-weight:bold;
	margin-bottom:30px;
}

/*画像*/
.article_inner figure img{
	width:100%;
	margin-bottom:50px;
}

.article_inner figure img.fl,
.article_inner figure img.fr{
	width:49%;
}

.article_inner figure img.fl+img.fr{
	margin-left:2%;
}


/*pager*/

.article_inner .pager{
	margin:50px 0;
}

.article_inner .pager a{
	display:block;
	font-size:200%;
	border:1px solid #9b9b9b;
	width:42px;
	height:42px;
	text-align:center;
	position:relative;
}

.article_inner .pager a:hover{
	opacity:0.5;
}

.article_inner .pager a img{
	height:auto;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
}


/*----------------------------
	article-lookbook
----------------------------*/

#article_lb .h1_area{
	background:url(../../img/features/feature_lookbook_mv.jpg) no-repeat center top;
	background-size:cover;
	height:612px;
}
#article_lb .h1_area img{
	display:none;
}


#article_lb .h1_area .inner{
	position:relative;
}

#article_lb .h1_area .inner h1{
	position:absolute;
	top:265px;
	left:75px;
	text-align:center;
	font-weight:300;
	font-size:59px;
	line-height:1.3;
}

#article_lb .h1_area .inner h1 span{
	display:block;
	font-size:35px;
}


/*lb_list*/

.lb_list ul li{
	float:left;
	width:23.09%;
	margin-right:2.54%;
	margin-bottom:2.54%;
	overflow:hidden;
	position:relative;
}

.lb_list ul li:nth-child(4n){
	margin-right:0;
}

.lb_list ul li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	transition: .3s ease-in-put;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.lb_list ul li a:hover img{
	-webkit-transform: scale3d(1.1,1.1,1);
 	transform: scale3d(1.1,1.1,1);
}


.lb_list ul li a:hover:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
}



/*modal*/
.ph_modal{
	display:none;
}
