/* ----- Popup Banner ----- */
.popup_banner {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 300px;
	height: 111px;
	border: none;
	border-radius: 5px;
	line-height: 1.25em;
	outline: none;
	box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
	opacity: 1;
}
.popup_banner:hover {
	opacity: .85;
}
.popup_banner a {
	display: block;
	width: 300px;
	height: 111px;
	background: transparent url(../gifs/btn_10000yenoff.png) no-repeat;
	background-size: cover;
}
.popup_banner .batsu {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #333;
	cursor: pointer;
	transition: .2s;
	z-index: 20000;
}
.popup_banner.batsu .batsu:hover{
	background: #333;
	border-color: #333;
	color: #FFF;
}




/* ----- Popup Banner HighSchool ----- */
.popup_banner_highschool {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 300px;
	height: 111px;
	background: transparent url(../gifs/btn_camp_highschool.png) no-repeat;
	background-size: cover;
	border: none;
	border-radius: 5px;
	line-height: 1.25em;
	outline: none;
	box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.75);
	opacity: 1;
}
.popup_banner_highschool a.btn_left {
	position: absolute;
	display: block;
	width: 140px;
	height: 33px;
	top: 73px;
	left: 8px;
	background:rgba(255,255,255,0);
	transition: all .25s ease-in-out;
}
.popup_banner_highschool a.btn_right {
	position: absolute;
	display: block;
	width: 140px;
	height: 33px;
	top: 73px;
	right: 8px;
	background:rgba(255,255,255,0);
	transition: all .25s ease-in-out;
}
.popup_banner_highschool a:hover {
	background:rgba(255,255,255,0.5);
}
/*.popup_banner_highschool .batsu {
	position: absolute;
	top: 6px;
	right: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50% 50%;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	color: #333;
	cursor: pointer;
	transition: .2s;
	z-index: 20000;
}
.popup_banner_highschool.batsu .batsu:hover{
	background: #333;
	border-color: #333;
	color: #FFF;
}*/