@charset 'UTF-8';
.otherWrap .slick-loading .slick-list{
	background:#fff url(ajax-loader.gif) center center no-repeat;}

@font-face{
	font-family:slick;
	font-weight:400;font-style:normal;
	src:url(fonts/slick.eot);
	src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg');}

.otherWrap .slick-next,
.otherWrap .slick-prev{
	font-size:0;
	line-height:0;
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	padding:0;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
	cursor:pointer;
	color:transparent;
	border:none;
	outline:0;
	background:0 0;
}

.otherWrap .slick-next:focus,.otherWrap .slick-next:hover,.otherWrap .slick-prev:focus,.otherWrap .slick-prev:hover{color:transparent;outline:0;background:0 0;}

.otherWrap .slick-next:focus:before,.otherWrap .slick-next:hover:before,.otherWrap .slick-prev:focus:before,.otherWrap .slick-prev:hover:before{opacity:1;}

.otherWrap .slick-next.slick-disabled:before,.otherWrap .slick-prev.slick-disabled:before{opacity:.25;}

.otherWrap .slick-next:before,.otherWrap .slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

/*.otherWrap .slick-prev{left:-25px;}*/
[dir=rtl] .otherWrap .slick-prev{right:-25px;left:auto;}

.otherWrap .slick-prev:before{content:'←';}
[dir=rtl] .otherWrap .slick-prev:before{content:'→';}

/*.otherWrap .slick-next{right:-25px;}*/
[dir=rtl] .otherWrap .slick-next{right:auto;left:-25px;}

.otherWrap .slick-next:before{content:'→';}[dir=rtl] .otherWrap .slick-next:before{content:'←';}

.otherWrap .slick-dotted.slick-slider{margin-bottom:30px;}

.otherWrap .slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}

.otherWrap .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}

.otherWrap .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0;}

.otherWrap .slick-dots li button:focus,.otherWrap .slick-dots li button:hover{outline:0;}

.otherWrap .slick-dots li button:focus:before,.otherWrap .slick-dots li button:hover:before{opacity:1;}

.otherWrap .slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

.otherWrap .slick-dots li.slick-active button:before{opacity:.75;color:#000;}
/*# sourceMappingURL=slick-theme.min.css.map */


/*Other Lineup --------------------------------*/
.otherWrap{
	padding:80px 0;
}
.otherWrap .ttl01{
	width:80%;
	max-width:272px;
	margin:0 auto 40px;
}
.otherSlide{}
.otherSlide .slick-prev,
.otherSlide .slick-next{
	color:#c7f1e2 !important;
	z-index:100;
}
	/*.otherSlide .slick-prev{
		left:calc(10% - 15px);
	}
	.otherSlide .slick-next{
		right:calc(10% - 5px);
	}*/
.otherSlide .slick-next:before,
.otherSlide .slick-prev:before {
	font-size:30px;
	/*color:#c7f1e2 !important;*/
}
@media(min-width:768px){
	.otherSlide .slick-next:before,
	.otherSlide .slick-prev:before {
		font-size:40px;
	}
	/*.otherSlide .slick-prev{
		left:calc(10% - 20px);
	}
	.otherSlide .slick-next{
		right:10%;
	}*/
}

.otherWrap button.slick-next.slick-arrow img,.otherWrap button.slick-prev.slick-arrow img {
    display: none;
}


