/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  }
@media screen and (max-width: 991px) {
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  }
}
@media screen and (max-width: 480px) {
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-size: contain;
  }
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.visible_pc {
  display: block;
  }
.visible_sp {
  display: none;
  }
@media screen and (max-width: 991px){
.visible_pc {
  display: none;
  }
.visible_sp {
  display: block;
  /*margin-top: 58px;*/
  }
}
.rslides_wrap {
	 width: 100%;
	 position: relative;
	 margin-top: 70px;
}
.rslides_wrap div.slide-copy {
	position:absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 10;
	width: 100%;
}
.rslides_wrap div.slide-copy img {
	width: 50%;
	max-width: 460px;
	margin: 0 auto;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.9));
	filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.9));
}


