/*
Template:		twentysixteen
Theme Name:		twentysixteen_child
*/ 

@charset "utf-8";




/*
unique
------------------------------------------------------------*/

#layout01_bg {
    border-bottom: solid 1px #d2d2d2;
    box-shadow: 0px 1px 4px 1px rgb(0,0,0,0.1);
	position:absolute !important;

}

#layout01_box{
	/*height: 67px !important;*/
}
@media screen and (max-width: 1024px){
#layout01_box_sp{
	height: 50px !important;
}
.customize-support #layout01_bg {
    top: 0 !important;
}
}
	
.fadein{
	opacity:0;
    animation-name: fade-in1;
    animation-duration: 3s; 
    animation-timing-function: ease-out; 
    animation-delay: 1s; 
    animation-iteration-count: 1; 
    animation-direction: normal; 
    animation-fill-mode: forwards; 
  }
  @keyframes fade-in1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

	