/*! 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: 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%;
	/*height: 100%;*/
	/*background-color: rgba(255,255,255,0.8);*/
	background-image: url(../img/slide/sky.jpg);
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	/*display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;*/
}
.rslides_wrap div.slide-copy > p.title{
	font-size: 200px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	/*color: #ffffff;*/
	font-weight: bold;
	/*margin-bottom: 15px;*/
	/*text-shadow: 0 0 5px rgba(0,0,0,0.5);*/
	font-family: 'Oswald', sans-serif;
}
.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: 167px;
}
.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: 125px;
}
.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: 84px;
}
.rslides_wrap div.slide-copy > p.text{
	font-size: 14px;
}
}


