@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

/*------------------------------------------------------------
トップページ
-------------------------------------------------------------*/
.top_info_outer {
	margin: 0 auto;
	background: linear-gradient(to bottom, #1a161c, #000);
	background: -webkit-linear-gradient(top, #1a161c,#000);
	background: -moz-linear-gradient(top, #1a161c, #000);

}

.top_event{ width: 600px; padding-bottom: 50px; position: relative;}

.top_event .btn_more{ width: 90px; height: 26px; position: absolute; right: 0; bottom:24px;  background: #830028; color: #fff;}
.top_event .btn_more a{ color: #fff;}

.top_movie { width: 590px;}


.slick-dots li button{
  color: white!important;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  color: white!important;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  color: white!important;
}
.slick-dots li button:before{
  color: white!important;
}
.slick-dots li.slick-active button:before{
  color: white!important;
}


.co-girllist-outer li {
	width: 182px;
}
.co-girllist-outer li:not(:nth-of-type(6n)) {
	margin-right: 15px;
}
