@charset "utf-8";

/*-------------------------------------------------------------
			main
-------------------------------------------------------------*/

header{
	height:360px;
}

/*-------------------------------------------------------------
			bar
-------------------------------------------------------------*/
#loader{
	width: 150px;
	height: 3px;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	top:100px;
	text-align:center;
}

#loader-wrap{
	width: 100%;
	height: 100%;
	border: 1px solid #ffafbc;
	background-color:#FFF;
	box-shadow: 0 0 2px #FFF;
}
#load-bar{
	display:block;
	width:0%;
	height:4px;
	/*ckground-color:gray;*/
	transition:all ease 0.1s;
}

/*-------------------------------------------------------------
			main
-------------------------------------------------------------*/
.main-wrap{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-top:20px;
	box-sizing:border-box;
	
	opacity:0;
	transform:translate(0px, 10px);
	transition: .6s all ease;
}
.active{
	opacity:1;
	transform:translate(0px, 0px);
}
/*-------------------------------------------------------------
			bnr-box
-------------------------------------------------------------*/
.main-box{
	width:1000px;
	margin:0px auto 80px;
	padding:48px 50px;
	box-sizing:border-box;
	background-color:#FFF;
	border-radius:2px;
	box-shadow:1px 1px 3px 0px #878787;
}

.info-txt{
	line-height:2em;
	margin-bottom:30px;
	letter-spacing:0.05em;
	text-align:center;
}

.bnr-box-ttl{
	margin-bottom:15px;
}

.bnr-list-box{
	display:flex;
}


.img-bs{
	
	box-shadow:1px 1px 1px 0px #878787;
}
.img-bs img{
	vertical-align:bottom;	
}
.bnr-list{
}
.bnrA-list{
	margin-right:34px;
}
.bnr120-link{
	margin-top:15px;
	padding:0 2px;
	width:120px;
	height:25px;
	box-sizing:border-box;
	font-size:.75rem;
	line-height: 1.5em;
	color:#4c4c4c;
	background-color:#f4f4f4;
	border:1px solid #d2d2d2;
}
/**bnr-A**/
#A{
	background-image:url(../img/special/bnr/A_bg@1x.jpg), url(../img/special/bnr/bg_under@1x.jpg);
	background-repeat:no-repeat;
	background-position:top, bottom;
}

/**bnr-B**/
#B{
	background-image:url(../img/special/bnr/B_bg@1x.jpg), url(../img/special/bnr/bg_under@1x.jpg);
	background-repeat:no-repeat;
	background-position:top, bottom;
}
#B-list-style{
	flex-direction: column;
}
.bnrB-list{
	display:flex;
	margin-bottom:25px;
}
.bnrB-list figure{
	width:600px;
}
.bnr600-link{
	margin-top:95px;
	margin-left:15px;
	padding:0 2px;
	width:280px;
	height:25px;
	box-sizing:border-box;
	font-size:.75rem;
	line-height: 1.5em;
	color:#4c4c4c;
	background-color:#f4f4f4;
	border:1px solid #d2d2d2;
}

/**bnr-C**/
#C{
	background-image:url(../img/special/bnr/C_bg@1x.jpg), url(../img/special/bnr/bg_under@1x.jpg);
	background-repeat:no-repeat;
	background-position:top, bottom;
}
#C.bnr-box-ttl{
	margin-bottom:15px;
}

#C-list-style{
	flex-wrap:wrap;
}
.bnrC-list{
	margin-bottom:25px;
	margin-right:25px;
}
.bnrC-list figure{
	
}
.bnr200-link{
	margin-top:25px;
	padding:0 2px;
	width:200px;
	height:25px;
	box-sizing:border-box;
	font-size:.75rem;
	line-height: 1.5em;
	color:#4c4c4c;
	background-color:#f4f4f4;
	border:1px solid #d2d2d2;
}


