@charset "utf-8";


/* 背景 */
.l-content{
	background: url(/images/bg_content_01.png) left top no-repeat,
	url(/images/bg_content_02.png) 106% 35% no-repeat,
	url(/images/bg_content_03.png) left 72% no-repeat;
	margin-bottom: 25px;
}


/* メインビジュアル */
.Mv{
	background: url(/images/catalog/face/bg_mv.jpg) center top no-repeat;
	background-size: cover;
}


/* タイトル */
.p-bh{
	font-size: 275%;
	text-align: center;
	text-indent: 6px;
	letter-spacing: 6px;
	background: url(/images/icn_bh.png) center bottom no-repeat;
	padding-bottom: 20px;
}


/* PRODUCT LIST */
.p-face{
	text-align: center;
	margin-top: 70px;
}

.p-face-list{
	width: 930px;
	margin: 93px auto 0;
}

.p-face-list li{
	float: left;
	width: 310px;
	height: 485px;
	margin-bottom: 120px;
	position: relative;
}

.p-face-list a{
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.p-face-list-thumb img{
	width: auto;
	height: 247px;
}

.p-face-list-name{
	font-size: 167%;
	margin: 43px 0 20px;
	line-height: 1.3;
	text-indent: 0.5px;
	letter-spacing: 0.5px;
}

.p-face-list-txt{
	font-size: 109%;
	line-height: 2.0;
	text-indent: 1.5px;
	letter-spacing: 1.5px;
	padding: 0 34px;
}

.p-face-list-btn{
	width: 112px;
	height: 26px;
	border: 1px solid #000;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.p-face-list-btn-01{
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	background: #fff;
	padding: 2px 18px 3px 22px;
	position: absolute;
	top: 0;
	right: 0;
}

.p-face-list-btn-01 span{
	width: 100%;
	height: 100%;
	background: url(/images/catalog/icn_more.png) right center no-repeat;
	padding-right: 23px;
	display: inline-block;
}

.p-face-list-btn-filter{
	width: 142px;
	height: 26px;
	background-color: #000;
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transform: translate(-250px, 0px) skewX(-30deg);
	-webkit-transform: translate(-250px, 0px) skewX(-30deg);
	-moz-transform: translate(-250px, 0px) skewX(-30deg);
	position: absolute;
	top: 0;
	right: -130px;
}

.p-face-list a:hover .p-face-list-btn-filter{
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	transform: translate(-113px, 0px) skewX(-30deg);
	-webkit-transform: translate(-113px, 0px) skewX(-30deg);
	-moz-transform: translate(-113px, 0px) skewX(-30deg);
}

.p-face-list-btn-02{
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	border-right: none;
	padding: 2px 18px 3px 22px;
	position: absolute;
	top: 0;
	right: 112px;
	transition: left 0.35s ease;
	-webkit-transition: left 0.35s ease;
	-moz-transition: left 0.35s ease;
}

.p-face-list-btn-02 span{
	width: 100%;
	height: 100%;
	background: url(/images/catalog/icn_more_on.png) right center no-repeat;
	padding-right: 23px;
	display: inline-block;
}

.p-face-list a:hover .p-face-list-btn-02{
	right: 0;
	transition: left 0.30000000000000004s ease;
	-webkit-transition: left 0.30000000000000004s ease;
	-moz-transition: left 0.30000000000000004s ease;
}
