/* カスタマイズ用CSS */

/* footer */
@media only screen and (min-width: 768px){
    .ec-footerRole .ec-footerRole__inner img {
        width: auto;
    }
    .ec-footerRole .ec-footerTitle .ec-footerTitle__copyright {
        font-size: 16px;
    }
}

.ec-footerRole a:hover{
    opacity: .8;
}

.ec-footerRole .ec-footerTitle{
    padding-bottom: 10px;
}

.ec-footerRole .ec-footerTitle .footerTitle__logo{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.ec-footerRole .ec-categoryNaviRole{
    display: block;
    margin-bottom: 20px;
}

.ec-footerRole .ec-categoryNaviRole .ec-itemNav__nav li a{
    text-align: center;
    background-color: transparent;
    color:#fff;
}

.ec-footerRole .ec-itemNav__nav{
    margin-bottom: 10px;
}

.ec-footerRole .ec-footerNavi{
    padding:0 20px;
}

.ec-footerRole .ec-footerNavi .ec-footerNavi__link a{
    text-decoration: none;
}

.ec-footerRole .ms-icon {
    text-align: center;
    padding: 60px 0;
}

.ec-footerRole .ms-icon img {
    margin: 0 15px;
}

.ec-blockTopBtn{
    width:auto;
    height: auto;
    background-color: transparent;
}
.ec-blockTopBtn img {
    width: 56px;
    height: 36px;
}

@media only screen and (max-width: 767px){
    .ec-blockTopBtn {
        right: 5px;
    }
}

.pagetop {
    position: fixed!important;
}