/* sliderの設定
----------------------------------------------- */
section.slider{
	position:relative;
	z-index:1;
	text-align:center;
}
section.slider.type_02{
	background-color:#FFF;
}
section.slider.type_01 div.scroll{
	position:absolute;
	z-index:10;
	left:50%;
	bottom:10px;
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
section.slider.type_01 div.scroll::before{
	font-family:'Raleway', sans-serif;
	font-weight:400;
	color:#FFF;
	content:"SCROLL";
	position:absolute;
	top:20%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
section.slider.type_01 div.scroll p{
	width:40px;
	height:40px;
	border:2px solid;
	border-color:transparent #FFF #FFF transparent;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
section.slider.type_01 div.scroll p a{
	display:block;
	position:relative;
	z-index:1;
	width:40px;
	height:40px;
}
section.slider dl{
	position:absolute;
	display:block;
	width:100%;
	z-index:1;
}
section.slider.type_01 dl{
	position:absolute;
	display:block;
	width:100%;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:1;
}
section.slider dl dt{
	font-family:'Raleway', sans-serif;
	font-weight:400;
}
section.slider.type_01 dl dt{
}
section.slider.type_02 dl,
section.slider.type_03 dl{
	position:absolute;
	display:block;
	width:100%;
	z-index:1;
	text-align:left;
	box-sizing: border-box;
}
section.slider ul{
	list-style:none;
	list-style-position:outside;
}
section.slider ul li{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
section.slider.type_01 ul li{
	width:100vw !important;
	height:100vh;
}
body.type_02 section.slider.type_01 ul li{
	width:100vw;
	height:-webkit-calc(100vh - 100px);
	height:calc(100vh - 100px);
}
/* スライダー下のSCROLLの文字色 */
section.slider.type_01 section.slider div.scroll::before{
	color:#FFF;
}
/* スライダー下のSCROLLの矢印の色 */
section.slider.type_01 section.slider div.scroll p{
	border-color:transparent #FFF #FFF transparent;
}
/* スライダーのPAGER */
section.slider.type_01 .bx-wrapper .bx-pager.bx-default-pager a{
	background-color:rgba(255,255,255,0.25);
}
section.slider.type_01 .bx-wrapper .bx-pager.bx-default-pager a:hover,
section.slider.type_01 .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color:rgba(255,255,255,1);
}
/* スライダーのCONTROLS */
section.slider.type_01 .bx-wrapper .bx-controls-direction p a{
	border:solid 2px #FFF;
	color:#FFF;
}
.bx-wrapper{
	position:relative;
	padding:0;
	*zoom:1;
}
.bx-wrapper img{
	max-width:100%;
	display:block;
}
.bx-wrapper .bx-viewport{
	background:#FFF;
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	-o-transform:translatez(0);
	transform:translatez(0);
}
section.slider.type_01 .bx-wrapper .bx-pager,
section.slider.type_01 .bx-wrapper .bx-controls-auto{
	position:absolute;
	bottom:60px;
	width:100%;
}
section.slider.type_02 .bx-wrapper .bx-pager,
section.slider.type_02 .bx-wrapper .bx-controls-auto{
	position:absolute;
	bottom:0;
	width:100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
}
/* LOADER */
.bx-wrapper .bx-loading{
	min-height:50px;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}
/* PAGER */
.bx-wrapper .bx-pager{
	text-align:center;
	font-size:0;
	font-family:Arial;
	color:rgba(0,0,0,0);
	padding:10px 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
	display:inline-block;
	*zoom:1;
	*display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background-color:rgba(255,255,255,0.25);
	display:block;
	width:10px;
	height:10px;
	margin:0 5px;
	outline:0;
	border-radius:5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color:rgba(255,255,255,1);
}
/* DIRECTION CONTROLS (NEXT / PREV) */
section.slider.type_01 .bx-wrapper .prev{
	left:0;
}
section.slider.type_01 .bx-wrapper .next{
	right:0;
}
section.slider.type_01 .bx-wrapper .prev a{
	-webkit-transform: translate(-50%,-50%)rotate(90deg);
	-moz-transform: translate(-50%,-50%)rotate(90deg);
	-ms-transform: translate(-50%,-50%)rotate(90deg);
	-o-transform: translate(-50%,-50%)rotate(90deg);
	transform: translate(-50%,-50%)rotate(90deg);
}
section.slider.type_01 .bx-wrapper .next a{
	-webkit-transform: translate(50%,-50%)rotate(-90deg);
	-moz-transform: translate(50%,-50%)rotate(-90deg);
	-ms-transform: translate(50%,-50%)rotate(-90deg);
	-o-transform: translate(50%,-50%)rotate(-90deg);
	transform: translate(50%,-50%)rotate(-90deg);
}
section.slider.type_01 .bx-wrapper .bx-prev:hover{
	background-position:0 0;
}
section.slider.type_01 .bx-wrapper .bx-next:hover{
	background-position:-43px 0;
}
section.slider.type_01 .bx-wrapper .bx-controls-direction p{
	position:absolute;
	top:50%;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
	font-family:'Raleway', sans-serif;
	font-weight:400;
	z-index:9999;
}
section.slider.type_01 .bx-wrapper .bx-controls-direction p a{
	display:block;
	font-weight:100;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
	cursor:pointer;
	border:solid 2px #FFF;
	color:#FFF;
	font-weight:400;
	box-sizing: border-box;
	text-align:center;
}
.bx-wrapper .bx-controls-direction a.disabled{
	display:none;
}
section.slider.type_03 section.thumbnail{
	background-color:#000;
}
section.slider.type_03 section.thumbnail ul li{
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
section.slider.type_03 section.thumbnail ul li.slick-center{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
@media screen and ( max-width:767px){
	.bx-wrapper .bx-controls-direction p a{
		width:80px;
		height:80px;
		line-height:40px;
		border-radius:40px;
		font-size:14px;
	}
	section.slider div.scroll::before{
		font-size:14px;
	}
	body.type_02 section.slider.type_01 ul li{
		height:-webkit-calc(100vh - 60px);
		height:calc(100vh - 60px);
	}
	section.slider.type_02,
	section.slider.type_03{
		padding:60px 0 0 0;
	}
	body.type_02 section.slider.type_02,
	body.type_02 section.slider.type_03{
		padding:0;
	}
	section.slider.type_02 ul li{
		width:100%;
		height:66.6666vw;
	}
	section.slider.type_03 section.main ul li{
		width:100%;
		height:56.25vw;
	}
	section.slider.type_02 ul li a{
		display:block;
		width:100%;
		height:66.6666vw;
	}
	section.slider.type_03 section.main ul li a{
		display:block;
		width:100%;
		height:56.25vw;
	}
	section.slider.type_03 section.thumbnail ul li{
		display:block;
		padding:calc((100vw - 40px ) / 3 * 0.5625) 0 0 0;
	}
	section.slider.type_02 dl{
		padding:10px;
	}
	section.slider.type_02 dl dt{
		font-size:20px;
	}
	section.slider.type_02 dl dd{
		font-size:12px;
	}
	section.slider.type_02 .bx-wrapper .prev{
		left:0;
	}
	section.slider.type_02 .bx-wrapper .next{
		right:0;
	}
	section.slider.type_02 .bx-wrapper .prev a{
		-webkit-transform: translate(-50%,-50%)rotate(90deg);
		-moz-transform: translate(-50%,-50%)rotate(90deg);
		-ms-transform: translate(-50%,-50%)rotate(90deg);
		-o-transform: translate(-50%,-50%)rotate(90deg);
		transform: translate(-50%,-50%)rotate(90deg);
	}
	section.slider.type_02 .bx-wrapper .next a{
		-webkit-transform: translate(50%,-50%)rotate(-90deg);
		-moz-transform: translate(50%,-50%)rotate(-90deg);
		-ms-transform: translate(50%,-50%)rotate(-90deg);
		-o-transform: translate(50%,-50%)rotate(-90deg);
		transform: translate(50%,-50%)rotate(-90deg);
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p{
		position:absolute;
		top:50%;
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
		transition:all 0.2s ease;
		font-family:'Raleway', sans-serif;
		font-weight:400;
		z-index:9999;
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p a{
		display:block;
		font-weight:100;
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
		transition:all 0.2s ease;
		cursor:pointer;
		border:solid 2px #FFF;
		color:#FFF;
		font-weight:400;
		box-sizing:border-box;
		text-align:center;
	}
}
@media screen and (orientation: landscape) and ( max-width:767px){
	section.slider.type_03 section.thumbnail ul li{
		padding:calc((100vw - 40px ) / 5 * 0.5625) 0 0 0;
	}
	section.slider.type_03 section.main ul{
		padding:0 calc((100vw - 400px ) / 2);
	}
	section.slider.type_03 section.main ul li{
		width:400px;
		height:225px;
	}
	section.slider.type_03 section.main .slick-list{
		overflow:visible !important;
	}
}
@media screen and (min-width:768px) and ( max-width:1099px){
	.bx-wrapper .bx-controls-direction p a{
		width:160px;
		height:160px;
		line-height:100px;
		-webkit-border-radius:80px;
		-moz-border-radius:80px;
		border-radius:80px;
		font-size:18px;
	}
	section.slider div.scroll::before{
		font-size:18px;
	}
	section.slider.type_02,
	section.slider.type_03{
		padding:100px 0 0 0;
	}
	body.type_02 section.slider.type_02,
	body.type_02 section.slider.type_03{
		padding:0;
	}
	body.type_02 section.slider.type_01 ul li{
		height:-webkit-calc(100vh - 100px);
		height:calc(100vh - 100px);
	}
	section.slider.type_02 ul li{
		width:100%;
		height:66.6666vw;
	}
	section.slider.type_02 ul li a{
		display:block;
		width:100%;
		height:66.6666vw;
	}
	section.slider.type_03 section.main ul{
		padding:0 calc((100vw - 640px ) / 2);
	}
	section.slider.type_03 section.main ul li{
		width:640px;
		height:360px;
	}
	section.slider.type_03 section.main .slick-list{
		overflow:visible !important;
	}
	section.slider.type_03 section.thumbnail ul li{
		display:block;
		padding:calc((100vw - 100px ) / 5 * 0.5625) 0 0 0;
	}
	section.slider.type_02 dl{
		padding:20px;
	}
	section.slider.type_02 dl dt{
		font-size:30px;
	}
	section.slider.type_02 dl dd{
		font-size:18px;
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p a{
		width:160px;
		height:160px;
		line-height:100px;
		border-radius:80px;
		font-size:18px;
	}
	section.slider.type_02 .bx-wrapper .prev{
		left:0;
	}
	section.slider.type_02 .bx-wrapper .next{
		right:0;
	}
	section.slider.type_02 .bx-wrapper .prev a{
		-webkit-transform: translate(-50%,-50%)rotate(90deg);
		-moz-transform: translate(-50%,-50%)rotate(90deg);
		-ms-transform: translate(-50%,-50%)rotate(90deg);
		-o-transform: translate(-50%,-50%)rotate(90deg);
		transform: translate(-50%,-50%)rotate(90deg);
	}
	section.slider.type_02 .bx-wrapper .next a{
		-webkit-transform: translate(50%,-50%)rotate(-90deg);
		-moz-transform: translate(50%,-50%)rotate(-90deg);
		-ms-transform: translate(50%,-50%)rotate(-90deg);
		-o-transform: translate(50%,-50%)rotate(-90deg);
		transform: translate(50%,-50%)rotate(-90deg);
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p{
		position:absolute;
		top:50%;
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
		transition:all 0.2s ease;
		font-family:'Raleway', sans-serif;
		font-weight:400;
		z-index:9999;
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p a{
		display:block;
		font-weight:100;
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
		transition:all 0.2s ease;
		cursor:pointer;
		border:solid 2px #FFF;
		color:#FFF;
		font-weight:400;
		box-sizing:border-box;
		text-align:center;
	}
}
@media (orientation: landscape) and (min-width:768px) and ( max-width:1099px){
}
@media screen and (min-width:1100px){
	section.slider.type_01 .bx-wrapper .bx-controls-direction p a{
		width:160px;
		height:160px;
		line-height:100px;
		border-radius:80px;
		font-size:18px;
	}
	section.slider.type_01 section.slider div.scroll::before{
		font-size:18px;
	}
	section.slider.type_02{
		padding:100px 0 0 0;
	}
	body.type_02 section.slider.type_02{
		padding:0;
	}
	section.slider.type_03{
		padding:100px 0 0 0;
		border-bottom:solid 1px rgba(204,204,204,0.5);
	}
	body.type_02 section.slider.type_03{
		padding:0;
		border-bottom:none;
	}
	section.slider.type_03 section.main ul{
		padding:0 calc((100vw - 750px ) / 2);
	}
	section.slider.type_02 .bx-wrapper{
		position:relative;
    width:300%;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		*zoom:1;
	}
	section.slider.type_03 section.main .slick-list{
		overflow:visible !important;
	}
	body.type_02 section.slider.type_01 ul li{
		height:-webkit-calc(100vh - 100px);
		height:calc(100vh - 100px);
	}
	section.slider.type_02 ul li{
		width:750px;
		height:500px;
	}
	section.slider.type_03 section.main ul li{

		width:750px;
		height:450px;
	}
	section.slider.type_03 section.thumbnail ul li{
		width:200px;
		height:120px;
	}
	section.slider.type_02 ul li a{
		display:block;
		width:750px;
		height:500px;
	}
	section.slider.type_03 section.main ul li a{
		display:block;
		width:750px;
		height:450px;
	}
	section.slider.type_03 section.thumbnail ul li a{
		display:block;
		width:200px;
		height:120px;
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction{
		width:750px;
		margin:0 auto;
		position:relative;
		z-index:1;
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p{
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p{
		position:absolute;
		bottom:0;
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p a{
		display:block;
		width:750px;
		height:500px;
	}
	section.slider.type_03 section.main .bx-wrapper .bx-controls-direction p a{
		display:block;
		width:750px;
		height:450px;
	}
	section.slider.type_02 .bx-wrapper .prev{
		left:-100%;
		background:-moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
		background:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
		background:linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
	}
	section.slider.type_02 .bx-wrapper .next{
		right:-100%;
		background:-moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%);
		background:-webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 100%);
		background:linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
	}
	section.slider.type_02 dl{
		padding:20px;
	}
	section.slider.type_02 dl dt{
		font-size:30px;
	}
	section.slider.type_02 dl dd{
		font-size:18px;
	}
	section.slider.type_02 .bx-wrapper .bx-controls-direction p a{
		color:rgba(0,0,0,0);
		font-size:0;
	}
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto{
	text-align:center;
}
.bx-wrapper .bx-controls-auto .bx-start{
	display:block;
	text-indent:-9999px;
	width:10px;
	height:11px;
	outline:0;
	background:url(images/controls.png) -86px -11px no-repeat;
	margin:0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active{
	background-position:-86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop{
	display:block;
	text-indent:-9999px;
	width:9px;
	height:11px;
	outline:0;
	background:url(images/controls.png) -86px -44px no-repeat;
	margin:0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active{
	background-position:-86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
section.slider.type_01 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	text-align:left;
	width:80%;
}
section.slider.type_02 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	text-align:center;
	width:100%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
	right:0;
	width:35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption{
	position:absolute;
	bottom:0;
	left:0;
	background:#666\9;
	background:rgba(80,80,80,0.75);
	width:100%;
}
.bx-wrapper .bx-caption span{
	color:#FFF;
	font-family:Arial;
	display:block;
	font-size:0.85em;
	padding:10px;
}