@charset "utf-8";




#pagetop{ position:absolute;}

#gotop {
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 137px;
  height: 77px;
  z-index: 5;
}

#btnscrollArea{ position:relative;}


.footerFixed{display: none;}


/* ---------------------------------------------------------------------------------
footer */

#gFooter{ padding:0; clear: both; background: #090909; border-top: 20px solid #3b302d;}

#gFooter .ftLogo{ text-align: center; margin-top: 50px;}
#gFooter .ftLogo img{width: 200px;}
    
#gFooter .copy{ padding: 40px 0 60px; font-size: 70%; color: #c59449}

@media(max-width:750px){
    
    #gFooter{ padding-bottom: 150px;}
#gFooter .ftLogo{ text-align: center;}
#gFooter .ftLogo img{width: 400px;}
    
    
.footerFixed{ position: fixed; bottom: 0; display: none;}
.footerFixed img{ width: 100%;}
    
    
}