/* カスタマイズ用CSS */

.ec-layoutRole {
    background: url(https://kihachi-revolution.com/html/template/default/assets/img/top/background.jpg);
}

body#page_homepage .ec-layoutRole {
    background: url(https://kihachi-revolution.com/html/template/default/assets/img/top/background.jpg);
    padding-bottom: 100px;
}

body#page_homepage .ec-footerRole{
    margin-top: 0;
}
.ec-itemNav__nav>li>a {
    background: transparent !important;
}
.ec-newsRole .ec-newsRole__news {
    background: white;
}
@media screen and (max-width:767px) { 
.ec-eyecatchRole__image{
 display: none !important;
}
.ec-newsRole .ec-newsRole__news {
    padding: 1px 3px;
}
}