@charset "utf-8";
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 100%;
}
.s-fade-text {
	font-family: "Jun 201",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	position: absolute;
	bottom:60px;
	right: 20px;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 0.9em;
}
.swiper-slide-active .s-fade-text {
  animation: slideTextFade 0s ease 0s 1 normal;
}
