.home-kv-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position:absolute;
    z-index: 10;
}
.home-kv-item span {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 9;
}
.navi-logo a{
 display:block;
 width:100%;
 height:100%;
}
#footer .footer-title a:link,#footer .footer-title a:visited,#footer .footer-title a:hover{
    color: #f2d4b0;
	text-decoration:none;
}