/*! 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: 768px) {
	.visible_pc {
		display: none;
	}
	.visible_sp {
		display: block;
	}
}
.rslides_wrap {
	 width: 100%;
	 position: relative;
}
.rslides_wrap::after {
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background-image: url("../img/slide/sd_bottom.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.rslides_wrap div.slide-copy {
	width: 40%;
	max-width: 400px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.rslides_wrap div.slide-copy img {
	filter: drop-shadow(0 0 4px rgba(44,61,131,1.0));
}
@media screen and (max-width: 768px) {
	.rslides_wrap div.slide-copy {
		width: 50%;
	}
}


