@charset "UTF-8";

#page .page_section.section_location{background-image:linear-gradient(232.58deg,rgba(255,240,192,0.5) 8.11%,rgba(52,135,245,0.5) 30.72%);background-size:cover;background-repeat:no-repeat;background-position:center center;overflow:hidden;}
#page .page_section.section_location:before{content:"";display:block;position:absolute;z-index:0;left:50%;top:0;transform:translateX(-50%);width:100%;max-width:1920px;height:100%;background-image:url("../img/section_location_bg.webp");background-size:100%;background-repeat:no-repeat;background-position:center top;animation:ani_section_location_bg ease-in 8000ms alternate infinite;}
#page .page_section.section_location > *{z-index:1;}

@keyframes ani_section_location_bg
{
	from{transform:translateX(-50%) scale(1);opacity:1;}
	to{transform:translate(-50%) scale(1.2);opacity:0.2;}
}