@charset "utf-8";
/* CSS Document */

/*======================================
#blackformal_cnt
======================================*/

#blackformal_cnt {
	width: 1110px;
	margin: 0 auto;
	color: #000;
}

/*======================================
#blackformal_cnt .title_area タイトル部分
======================================*/

#blackformal_cnt .title_area {
	width: 1110px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}

#blackformal_cnt .title_area .logo {
	width: 280px;
	margin: 0 auto;
}

#blackformal_cnt .title_area .logo img {
	width: 100%;
}

#blackformal_cnt .title_area .name {
	font-size: 11px;
	margin: 0 auto 20px;
	line-height: 1.4em;
	color: #999;
}

#blackformal_cnt .title_area .lead {
	font-size: 14px;
	line-height: 2em;
	color: #333;
}

#blackformal_cnt .title_area h3 {
	font-size: 30px;
	margin: 40px auto 20px;
	line-height: 1em;
	text-align: center;
}

/*======================================
#blackformal_cnt .brand_styling BRAND(ページ上部)
======================================*/

#blackformal_cnt .brand_styling {
	width: 960px;
	margin: 0 auto;
}

#blackformal_cnt .brand_styling img {
	width: 100%;
}

#blackformal_cnt .brand_styling .block {
	margin-bottom: 100px;
	letter-spacing: -0.4em;
	text-align: left;
}

#blackformal_cnt .brand_styling .images_area {
	opacity: 0;
	width: 480px;
	margin-right: 60px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

#blackformal_cnt .brand_styling .text_area {
	width: 420px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

#blackformal_cnt .brand_styling .text_area h4 {
	margin: 20px auto;
	font-size: 22px;
	line-height: 1.4em;
	color: #333;
}

#blackformal_cnt .brand_styling .text_area .comment {
	margin: 0 auto 30px;
	font-size: 13px;
	line-height: 2em;
	color: #333;
}

#blackformal_cnt .brand_styling .text_area .credit {
	margin-bottom: 40px;
	background: #eee;
	padding: 20px 30px 10px;
	overflow: hidden;
}

#blackformal_cnt .brand_styling .text_area .credit a {
	text-decoration: none;
}

#blackformal_cnt .brand_styling .text_area .credit a:hover dl dt,
#blackformal_cnt .brand_styling .text_area .credit a:hover dl dd {
	color: #999;
}

#blackformal_cnt .brand_styling .text_area .credit dl {
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: -0.4em;
	text-align: left;
}

#blackformal_cnt .brand_styling .text_area .credit dt {
	width: 33%;
	font-size: 12px;
	color: #333;
	font-family: 'Noto Sans', sans-serif;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

#blackformal_cnt .brand_styling .text_area .credit dd {
	width: 33%;
	font-size: 12px;
	color: #333;
	font-family: 'Noto Sans', sans-serif;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: right;
}

#blackformal_cnt .brand_styling .text_area .btn {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

#blackformal_cnt .brand_styling .text_area .btn a {
	display: block;
	border: 1px solid #000;
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
}

#blackformal_cnt .brand_styling .text_area .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*フェードイン*/

#blackformal_cnt .fedeAnime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fedeAnime;
	-ms-animation-name: fedeAnime;
	animation-name: fedeAnime;
	visibility: visible !important;
}

@-webkit-keyframes fedeAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fedeAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px);
		-ms-transform: translateY(60px);
		transform: translateY(60px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/*======================================
#blackformal_cnt .list_coord-result スタイリング表示 調整
======================================*/

#blackformal_cnt .list_coord-result {
	width: 1110px !important;
	padding: 0 0 80px !important;
	margin: 0 auto !important;
	text-align: center;
}

#blackformal_cnt .list_coord-result .block_coord {
	width: 360px !important;
	margin: 0 5px 10px !important;
}

#blackformal_cnt .list_coord-result .block_coord .txt_shop-name,
#blackformal_cnt .list_coord-result .block_coord .txt_model-name {
	display: none;
}

/*======================================
#blackformal_cnt .list_search-result アイテム表示 調整
======================================*/

#blackformal_cnt .list_search-result {
	width: 1110px !important;
	margin: 0 auto !important;
}

#blackformal_cnt .list_search-result .block_item .search-result__item--photo img {
	width: 100% !important;
}

#blackformal_cnt .list_search-result .block_item,
#blackformal_cnt .list_search-result .block_item:nth-child(4n) {
	width: 200px !important;
	margin: 0 11px 20px !important;
}

/*======================================
#blackformal_cnt .item MOREボタン
======================================*/

#blackformal_cnt .class_image {
	height: 40px;
	text-align: center;
	margin: 30px 0;
}

#blackformal_cnt .class_image img {
	width: auto;
	height: 100%;
	text-align: center;
}

#blackformal_cnt .class_image a:hover img {
	opacity: 0.7;
}