@charset "utf-8";
/* CSS Document */

.mv{
	margin-bottom: 10px;
}

/*======= special-wrap =======*/
.special-wrap{
	background: #2f1701;
	padding-top: 45px;
}
.special-wrap .special-list{
	width: 916px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: center;
}
.special-wrap .special-list::after{
	display:none;}
.special-wrap .special-list.odd{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.special-list li{
	margin-bottom: 50px;
	width: 407px;
}
.special-list li{
	color: #ffffff;
	position: relative;
	margin-right: 10%;
}
.special-list li:nth-child(2n) {
    margin-right: 0;
}
.special-list li:last-child {
    margin-right: 0;
}
.special-list li a:hover{
	opacity: 0.7;
}
.special-list li .txt a:after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}
.special-list li .txt a:hover:after{
	opacity: 0.7;
}
.special-list li .ttl{
	font-size: 27px;
	margin-bottom: 25px;
}
.special-list li .thum{
	margin-bottom: 20px;
	background: #FFF;
}
.special-list li .txt{
	position: relative;
	padding-bottom: 20px;
}
.special-list li .txt a{
	font-size: 15px;
	color: #ffffff;
}
.special-list li.col1{
	float: none;
	margin: 0 auto 50px;
	clear: both;
}

/*======= sns-wrap =======*/
.sns-wrap{
	padding-top: 20px;
}

