
/*
#fullpage .bonus .fp-scroller{display:block;}
*/

.bonus{}
.bonus>div{vertical-align:top;}


.bonusArea{
	padding-top:80px;
}

.bgL{
	position:absolute;
	left: 0;
	top: 0;
	transform:translateX(-100%);
}

.bgR{
	position:absolute;
	bottom: 0;
	right:-10%;
	opacity:.5;
	filter:grayscale(.5);
	transform:translateX(100%);
	width: 80%;
}

.bonus .man{
	position:absolute;
	bottom:0%;
	right: -2%;
	opacity:0;
	transform:translateY(10%);
	width: 50%;
}

.bonus .man img{
	width:100%;
}


/*animate*********************/

.bonus.active .bgL{
	transition: all .5s .2s ;
	transform:translateX(0);
	transition-timing-function: var(--easeIn);
	opacity:.7;
}

.bonus.active .bgR{
	transition: all .5s .4s ;
	transform:translateX(0);
	transition-timing-function: var(--easeIn);
	opacity:.7;
}

/*animateEnd*/
.bonusContent{
	text-align: center;
	color:#fff;
	/*background:url(../../../images/_mb/bonus/en.png) center 0px no-repeat;*/
	max-width:1000px;
	padding:0px 30px 0;
}

.bonusArea h2{margin-bottom:.2em;}
.bonusArea h3{font-size:18px;margin-bottom:1em;color:#000;}
.bonusArea h3 big{font-size:30px;color:#f3d636;font-weight: 600;padding:0 .2em}
.bonusArea p{font-size:13px;margin-bottom:10px;line-height:1.3}

.bonusArea .btnShare{
	margin:13px 0;
	transition: all .5s;
}

.bonusArea .btnShare{height:45px}

.bonusArea .btnShare:hover{
	filter:var(--shadow);
}


.bonusBox{max-width:1000px;margin:auto;position:relative;}

.bonusList{
	position:relative;
	z-index: 99;
	flex-wrap: wrap;
	max-width:750px;
	margin: 10px auto 30px;
}

.bonusList li {
	width:50%;
	margin: -1% -2% 0;
	filter:var(--shadow);
	position:relative;
	cursor:pointer;
}

.bonusList li img{
	filter: contrast(130%) grayscale(1);
	position:relative;z-index:0;
}

.bonusList li span{
	position:absolute;
	width: auto;
	bottom:-10px;
	right: 12%;
	line-height:1.2;
	text-align:right;
	background:#999;
	padding:.5em 1.5em;
	background: rgb(4 131 222 / 80%);
	font-size:13px;
	clip-path: polygon(15px  0, 100% 0,  calc(100% - 15px) 100%, 0 100%);
	opacity:0;
	transform:translateX(10px);
	transition: all .5s;
}

.bonusList li.b1 span{
	clip-path: polygon(22px  0, 100% 0,  calc(100% - 22px) 100%, 0 100%);
	padding:.5em 2em;
}

.bonusList li.active img{
	filter: none;
}

.bonusList li:hover span{
	opacity:1;
	transform:translateX(0px);
}

.bonusList li:hover img{
	transform:translateX(-5px);
}

.bonusCaution{
	max-width:500px;
	margin: auto;
	background: rgb(178 209 246 / 90%);
	padding: .5em .5em;
	color:#333;
	clip-path: polygon(4%  0, 100% 0,  96% 100%, 0 100%);
	font-size:13px;
	letter-spacing: 0;
}



/*IPHONE 8PLUS*/
@media(max-height:630px){
	.bonusList{margin-bottom:10px;}
}


