@charset "utf-8";


#fes{
	font-family: "Hiragino Sans";
	margin-bottom: 90px;
}
#wrapper #fes{ color:#000;}
#wrapper #fes a{ color:#000;}
#fes h2{
	text-align: center;
	background: #000;
	margin-bottom: 45px;
}
#fes h2 img{
	width: 100%;
}
#fes .product-title{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
	position: relative;
}
#fes .product-title:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #a59383;
}
#fes .product-title span{
	display: inline-block;
	padding: 20px 112px;
	border-radius: 15px 15px 0 0;
	background: #333;
	position: relative;
	z-index: 2;
}
#fes .product-title span:before{
	content: "";
	display: inline-block;
	background: url("images/ic-product-ttl.svg") center top / auto 100% no-repeat;
	width: 42px;
	height: 44px;
	vertical-align: middle;
	margin-right: 15px;
}
#fes .read{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background: #f1bc2f;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 60px;
}
#fes ul.product-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
#fes ul.product-list li{
	width: 33%;
	margin: 0 0.5% 5px 0;
}
#fes ul.product-list li:nth-child(3n){
	margin-right: 0;
}
#fes .read2{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
}
#fes .read2 em{
	color: #e50012;
	font-size: 37px;
	font-weight: 900;
}

#fes .link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin-bottom: 40px;
}
#fes .link a{
	width: 24%;
	display: block;
	padding: 20px 10px;
	border: 2px solid #f1bc2f;
	border-radius: 10px;
	vertical-align: middle;
	margin: 0 1.33% 10px 0;
	height: 70px;
}
#fes .link a:nth-child(1){ background: url("images/point25.svg") center no-repeat;}
#fes .link a:nth-child(2){ background: url("images/point200.svg") center no-repeat;}
#fes .link a:nth-child(3){ background: url("images/point500.svg") center no-repeat;}
#fes .link a:nth-child(4){ background: url("images/point700.svg") center no-repeat;}
#fes .link a:nth-child(5){ background: url("images/point1000.svg") center no-repeat;}
#fes .link a:nth-child(6){ background: url("images/point2000.svg") center no-repeat;}
#fes .link a:nth-child(7){ background: url("images/point5000.svg") center no-repeat;}
#fes .link a:nth-child(8){ background: url("images/point10000.svg") center no-repeat;}
#fes .link a:nth-child(1):hover,#fes .link a.active:nth-child(1){ background: url("images/point25_on.svg") center no-repeat,url("images/nav-bg.jpg") center / cover no-repeat;}
#fes .link a:nth-child(2):hover,#fes .link a.active:nth-child(2){ background: url("images/point200_on.svg") center no-repeat,url("images/nav-bg.jpg") center / cover no-repeat;}
#fes .link a:nth-child(3):hover,#fes .link a.active:nth-child(3){ background: url("images/point500_on.svg") center no-repeat,url("images/nav-bg.jpg") center / cover no-repeat;}
#fes .link a:nth-child(4):hover,#fes .link a.active:nth-child(4){ background: url("images/point700_on.svg") center no-repeat,url("images/nav-bg.jpg") center / cover no-repeat;}
#fes .link a:nth-child(5):hover,#fes .link a.active:nth-child(5){ background: url("images/point1000_on.svg") center no-repeat,url("images/nav-bg.jpg") center / cover no-repeat;}
#fes .link a:nth-child(6):hover,#fes .link a.active:nth-child(6){ background: url("images/point2000_on.svg") center no-repeat,url("images/nav-bg.jpg") center / cover no-repeat;}
#fes .link a:nth-child(7):hover,#fes .link a.active:nth-child(7){ background: url("images/point5000_on.svg") center no-repeat,url("images/nav-bg.jpg") center / cover no-repeat;}
#fes .link a:nth-child(8):hover,#fes .link a.active:nth-child(8){ background: url("images/point10000_on.svg") center no-repeat,url("images/nav-bg.jpg") center / cover no-repeat;}
#fes .link a:hover{
	opacity: 1;
	background: url("images/nav-bg.jpg") center / cover no-repeat;
}
#fes .link a:nth-child(4n){ margin-right: 0;}
#fes .subtitle2{
	color: #fff;
	background: #0e357f;
}
#fes .subtitle2 span{ position: relative;}
#fes .subtitle2 em{
	display: block;
	position: absolute;
	width: 157px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	text-align: center;
}
#fes .detail ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#fes .detail ul li{
	font-size: 16px;
	width: 32%;
	border-top: 2px solid #40210f;
	padding-top: 20px;
	margin: 0 2% 25px 0;
	position: relative;
}
#fes .detail ul li:nth-child(3n){ margin-right: 0;}
#fes .detail ul li div{
	text-align: center;
	margin-bottom: 30px;
}
#fes .detail ul li dl dt{
	color: #e50012;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
}
#fes .detail ul li dl dd{ word-break: break-all;}
#fes .detail ul li dl dd a{ text-decoration: underline;}
#wrapper #fes a.btn-top{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 50px;
	background: #940006;
	display: inline-block;
	border-radius: 100px;
}
#fes a.btn-top:before{
	content: "＜";
	display: inline-block;
	margin-right: .5em;
}
@media screen and (max-width:768px){
	#fes{ margin-bottom: 45px;}
	#fes h2{ margin-bottom: 20px;}
	#fes .product-title{
		font-size: 16px;
		margin-bottom: 20px;
	}
	#fes .product-title span{
		padding: 15px 50px;
		border-radius: 10px 10px 0 0;
	}
	#fes .product-title span:before{
		background: url("images/ic-product-ttl.svg") center top / 21px auto no-repeat;
		width: 21px;
		height: 22px;
		margin-right: 10px;
	}
	#fes .read{
		font-size: 18px;
		border-radius: 5px;
		padding: 10px;
		margin-bottom: 30px;
	}
	#fes ul.product-list{
		margin-bottom: 30px;
	}
	#fes ul.product-list li{
		width: 49%;
		margin: 0 1% 5px 0;
	}
	#fes ul.product-list li:nth-child(3n){
		margin-right: 1%;
	}
	#fes ul.product-list li:nth-child(2n){
		margin-right: 0;
	}
	#fes .read2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#fes .read2 em{
		font-size: 24px;
	}

	#fes .link{
		margin-bottom: 15px;
	}
	#fes .link a{
		width: 49%;
		padding: 2vw 2%;
		margin: 0 2% 10px 0;
	}
	#fes .link a:nth-child(2n){ margin-right: 0;}
	#fes .subtitle2 span{
		padding-right: 120px;
	}
	#fes .subtitle2 em{
		right: -1%;
		font-size: 18px;
		width: 120px;
		height: 40px;
	}
	#fes .subtitle2 em img{ vertical-align: middle;}
	#fes .detail{
		border-top: none;
		padding-top: 0;
	}
	#fes .detail ul li{
		font-size: 14px;
		width: 100%;
		margin: 0;
		padding: 15px 0;
		border-top: 1px solid #e50012;
	}
	#fes .detail ul li div{
		margin-bottom: 15px;
	}
	#fes .detail ul li dl dt{
		font-size: 18px;
	}
	#fes a.btn-top{
		font-size: 16px;
		padding: 10px 20px;
	}
	#wrapper #fes a.btn-top{
		font-size: 18px;
		padding: 15px 20px;
		margin: 0 3%;
	}
}
@media screen and (max-width:450px){
	#fes .link a{
		width: 100%;
		padding: 2vw 2%;
		margin: 0 0 10px;
	}
}


