@charset "utf-8";


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

.p-content-inner{
	width: 1110px!important;
	padding-bottom: 90px;
}

.l-pagetop{
	margin-top: -90px;
}


/* メインビジュアル */
.Mv{
	background: url(/images/catalog/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;
}


/* CATEGORY */
.p-catalog{
	text-align: center;
	margin-top: 70px;
}

.p-catalog-list{
	margin-top: 85px;
	display: inline-block;
}

.p-catalog-list li{
	float: left;
	width: 240px;
	height: 350px;
}

.p-catalog-list a{
	width: 100%;
	height: 100%;
	background: #fff;
	display: inline-block;
}

.p-catalog-list li + li{
	margin-left: 50px;
}

.p-catalog-list-inner {
	width: 100%;
	height: 100%;
	background: #000;
}

.p-catalog-list-item{
	padding-top: 50px;
}

.p-catalog-list-name{
	padding-top: 45px;
}
