#roanna_bot {
	width:370px;/*iボット横幅*/
	height:100px;/*dボタン高さ＋ eボタン下位置*/
	margin:0;
	padding:0;
	bottom:0;
	/*left:; !*mボット位置*!*/
	right:20px;/*mボット位置*/
	position:fixed;
	z-index:99999;
	overflow: hidden;
	box-sizing: border-box;
	text-align:left;/*fボタン位置*/
}
#roanna_bot img{
	margin-top:0;
	margin-bottom:0px;/*eボタン下位置*/
	padding:0;
	box-sizing: border-box;
}
@media only screen and (max-width:390px) {/*iボット横幅 + mボット位置*/
	#roanna_bot {
		margin:0 auto 0 auto ;
		right:0px;
		left:0px;
	}
}
#roanna_space{
	margin:0;
	padding:0;
	background:#fff;
	border:#fc4ca3 solid 2px;/*j線幅 k線色 */
	border-radius: 0px 0px 0px 0px ;/*l角丸　左上 右上 左下 右下 */
	overflow: hidden;
	-webkit-overflow-scrolling:touch;
	box-sizing: border-box;
}
#af_object{
	width:100%;
	height:calc(600px - 104px);/*hボット高さ -（dボタン高さ ＋ eボタン下位置 ＋ j線幅上下）*/
	margin:0;
	padding:0;
	vertical-align:bottom;
	border: none;
	overflow: hidden;
	box-sizing:border-box;
}
.ran_btn{
	width:370px;/*cボタン横幅*/
	height:100px;/*dボタン高さ*/
	vertical-align: bottom;
	cursor:pointer;
	box-sizing: border-box;
	transition: filter 0.5s;
}
.ran_btn:hover {
	/*filter: brightness(140%);*/
}

