.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  min-height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  text-align: center;
  text-align: center;
}

.kyc.swiper-slide {
    color: #000;
}
.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.login-or-register {
	position: fixed;
	top: 70px;
	display: flex;
	right: 2px;
	z-index: 2;
}
.ru {
	padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    border: solid #fff;
    border-width: 0 3px 3px 3px;
    text-align: center;
    /*box-shadow: 1px 1px 1px 1px #d6d6d6;*/
    margin-right: 3px;
}
.ru a {
    text-decoration: none;
    color: #fff;
}
.ru a:hover {
	color: #fff;
}
.login-ru {
    background: #000;
}
.register-ru {
    background: #c8161e;
}
.swiper-slide a {
	display: block;
	height: 100%;
	width: 100%;
}

.line-add-friend {
	position: fixed;
	bottom: 180px;
	right: 20px;
	z-index: 20;
	filter:drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.5));
	border-radius: 10px;
	overflow: hidden;
}


.affiliate-box {
	text-align: center;
	margin: 10px 0px;
	border: 4px solid #f7941e;
	padding: 10px 15px;
	border-radius: 10px;
	background: #fff0b8;
}
.affiliate-box .affiliate-bonus {
	font-size: 24px;
	font-weight: 600;
	color: #ff8029;
}
.affiliate-box .affiliate-rate {
	font-weight: 600;
	color: #ff8029;
}
