.chocobi-popup {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	display : none;
	background-color : #fff;
	z-index : 9998;
}

.on-chocobi-popup {
	position : fixed;
	z-index : -1;
	overflow : hidden;
}

.chocobi-popup02 {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	display : none;
	background-color : #fff;
	z-index : 9998;
}