/*! 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;
}
.rslides_wrap div.slide-copy {
	position:absolute;
	top: 50%;
	left: 32%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	z-index: 10;
	width: 70%;
	max-width: 700px;
	margin: 0 auto;
	/*background: -moz-linear-gradient(left, #3fe2c3, #b3ff94);
	background: -webkit-linear-gradient(left, #3fe2c3, #b3ff94);
	background: linear-gradient(to right, #3fe2c3, #b3ff94);
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;*/
}
.rslides_wrap div.slide-copy img {
	width: ;
}
.rslides_wrap div.slide-copy span{
	background-color: #FFFFFF;
    padding: 15px;
    display: inline-block;
    margin: .8rem 0;    font-size: 28px;
    margin: .8rem 0;
    font-weight: 600;    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
@media screen and (max-width: 1191px){
	.rslides_wrap div.slide-copy {
	position:absolute;
	top: 50%;
	left: 41%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	z-index: 10;
	width: 70%;
	max-width: 700px;
	margin: 0 auto;
	/*background: -moz-linear-gradient(left, #3fe2c3, #b3ff94);
	background: -webkit-linear-gradient(left, #3fe2c3, #b3ff94);
	background: linear-gradient(to right, #3fe2c3, #b3ff94);
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;*/
}
.rslides_wrap div.slide-copy img {
	width: 120px;
}
.rslides_wrap div.slide-copy span{
	background-color: #FFFFFF;
    padding: 6px;
    display: inline-block;
    margin: .5rem 0;    font-size: 14px;
    margin: .5rem 0;
    font-weight: 600;    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
}

/*.rslides_wrap div.slide-copy > p.title{
	font-size: 4rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}*/
/*.rslides_wrap div.slide-copy > p.text{
	font-size: 35px;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-top: 1em;
}*/
/*@media screen and (max-width:991px) {
.rslides_wrap div.slide-copy > p.title{
	font-size: 3rem;
}
.rslides_wrap div.slide-copy > p.text{
	font-size: 28px;
}
}
@media screen and (max-width: 768px) {
.rslides_wrap div.slide-copy > p.title{
	font-size: 2.4rem;
}
.rslides_wrap div.slide-copy > p.text{
	font-size: 21px;
}
}
@media screen and (max-width: 480px) {
.rslides_wrap div.slide-copy > p.title{
	font-size: 2rem;
}
.rslides_wrap div.slide-copy > p.text{
	font-size: 14px;
}
}*/


