@charset "utf-8";
/* CSS Document */

/* #container{
	width:100%;
	height:auto;
	padding:80px 0 0 0;
} */


.pc_navi{/*グローバル動作を止めるため*/
  opacity:1 !important;
  position:relative;
}
.animated {
  opacity: 1 !important;
}


@media only screen and (max-width: 789px) { 


#container{
	padding:0px 0;
}




}