@charset "utf-8";

.bb_fade_slider{
	display: block;
	position: relative;
	list-style: none;
/*	overflow: hidden;*/
}

.bb_fade_slider > *{
	width: 100%;
	height: auto;
	position: absolute;
	left:0;
	top:0;
	opacity: 0
}

.bb_fade_slider > * span{
	position: relative;
	height: inherit;
}

.bb_fade_slider > * .caption{
	position: absolute;
	bottom: -100px;
	left:0;
	background-color:rgba(0,0,0,0.6);
	z-index: 9999;
	color: #FFF;
	width: 100%
}

.bb_fade_slider > * :first-child{
	opacity: 1;
}

.bb_fade_slider > * .img_item{
	width: 100%;
	height: auto;
}


/*サムネイルページャー*/
.ncbb_vs_thum{
	/*overflow: hidden; 
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 30px;*/
	display: none;
}

.thum_wrap{
	display: block;
	position: absolute;
	right: 50px;
	transition:left 0.5s;
	padding: 0;
	margin: 0;
}

.thum_wrap:after{
	display: block;
	content: '.';
	height: 0;
	visibility: hidden;
	clear: both;
}

.thum_wrap .thum{
	display: block;
	float: left;
	height: 12px;
	width: 40px;
	margin-right: 15px;
	background-color: #ffffff;
	cursor: pointer;
}

.thum_wrap .current,
.thum_wrap .hover{
	background-color: #A87032;
}

.thum_btn{
	position: absolute;
	height: inherit;
	width: 30px;
	background: #252525;
	z-index: 9999;
}

.thum_next{
	left:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}

.thum_prev{
	right:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


/* SP */
@media all and (max-width: 768px) {
	.ncbb_vs_thum{
		bottom: 20px;
	}
	.thum_wrap{
		right: 10px;
	}
	.thum_wrap .thum{
		height: 8px;
		width: 12px;
		margin-right: 10px;
	}
}