/*=================================================
 * CSS for PC
 * ================================================= */

body:before{	display: none;}
#hd{	background: rgba(31, 31, 31, 1);}
#cnt{	background: url(../img/index/line.png) repeat-y top center #eceef0;}

.h2_title br.pc_none{	display: none;}

.mess_bnr{
	padding: 70px 0 30px 0;
}

#weapons{
	width: 1230px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
}

#weapons ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

#weapons li{
	position: relative;
	align-self:stretch;
	width: calc(100% / 3 - 30px);
	margin: 0 15px 30px 15px;
	padding: 20px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#weapons .img{
	text-align: center;
	background: -webkit-linear-gradient(90deg, #333333 0%, #000000 100%);
	background: -moz-linear-gradient(90deg, #333333 0%, #000000 100%);
	background: -o-linear-gradient(90deg, #333333 0%, #000000 100%);
	background: -ms-linear-gradient(90deg, #333333 0%, #000000 100%);
	background: linear-gradient(0deg, #333333 0%, #000000 100%);
}

#weapons .img img{
	width: 100%;
	height: auto;
}

#weapons .txt > a{
	color: #121212;
	text-decoration: none;
}

#weapons .txt h3{
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: "Rounded Mplus 1c";
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#weapons .txt h3 a,
#weapons .txt h3 em{
	font-size: 26px;
	line-height: 28px;
}

#weapons .txt h3 a{}
#weapons .txt h3 em{	color: #b3831d;}


#weapons .txt h3 span{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
}

#weapons .txt h3 span.line2{
	font-size: 14px;
	line-height: 20px;
}
#weapons .txt h3 span.line2 font{
	color: #ff0000;
}

#weapons .txt div{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	padding: 15px 0 0 0;
}

#weapons .txt p{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 15px 0 0 0;
}
#weapons .txt p:nth-of-type(n + 2){	padding-top: 0;}

#weapons .txt p span{	color: #ff0000;}

#weapons .ftxt{
	font-family: "Sawarabi Mincho";
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	color: #ff0000;
	padding: 50px 0 80px 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#cnt{
	    -webkit-background-size: 320px auto;
	    background-size: 320px auto;
	}
	#cnt{	padding-bottom: 0;}
	.h2_title br.pc_none{	display: inline;}
	.mess_bnr{
		padding: 34px 10px 10px 10px;
	}
	.mess_bnr img{
		width: 100%;
		height: auto;
	}
	#weapons{
		width: auto;
		margin: 0;
		padding: 0 10px 0 10px;
	}
	#weapons ul{	display: block;}
	#weapons li{
		position: relative;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	#weapons .txt h3{
		height: auto;
		display: block;
		padding: 10px 0;
	}
	#weapons .txt h3 a,
	#weapons .txt h3 em{
		font-size: 22px;
		line-height: 24px;
	}
	#weapons .txt h3 span{
		font-size: 14px;
		line-height: 24px;
	}
	#weapons .txt div{
		font-size: 13px;
		line-height: 20px;
		padding: 10px 0 0 0;
	}
	#weapons .txt p{
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0 0 0;
	}
	#weapons .ftxt{
		font-family: "Sawarabi Mincho";
		font-size: 18px;
		line-height: 22px;
		padding: 10px 0 20px 0;
	}
}
