@charset "UTF-8";

/*
   add.css is intentionally empty.
   The required site-specific styles have been integrated into common.css.
   This file is kept so the existing index.html link remains harmless.
*/



/*TOP*/

.bnr_event {
	position: absolute;
	width: 25%;
	bottom:3%;
	right: 17.5%;
    z-index: 99;
}


@media screen and (max-width: 767px) {
    
 .bnr_event {
	position: relative;
	width: 80%;
	bottom:0;
	right:0;
     left:0;
    margin: auto;
}   
    
}


#cast {
	position: relative;
	background-image: url("../img/about/map_base.webp");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}