#splash {
    background: #fff;
    color: #fff;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#splash_logo img {
    width: 150px;
}

.slick-list {
    max-height: calc(100vh - 91px);
    overflow: hidden;
}

.main-slide [class^="main-img"] {
    background-size: cover;    
    height: calc(100vh - 91px);
/*    opacity: 0;*/
    width: 100%;
}
.main-img {
    background: url(/assets/img/asakusa/top/slide/TOP1_img_038.jpg) no-repeat center;
    animation: MainFadeIn 4s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}
.main-img02 {
    background: url(/assets/img/asakusa/top/slide/TOP2_R1W0091_RR.jpg) no-repeat 20% center;
}
.main-img03 {
    background: url(/assets/img/asakusa/top/slide/TOP3_img_033.jpg) no-repeat center;
}
.main-img04 {
    background: url(/assets/img/asakusa/top/slide/TOP4_404_017.jpg) no-repeat center;
}
.main-img05 {
    background: url(/assets/img/asakusa/top/slide/TOP5_506_002.jpg) no-repeat center;
}
.main-img06 {
    background: url(/assets/img/asakusa/top/slide/TOP6_608_018.jpg) no-repeat center;
}

#main-slide:after {
    background-image: url(/assets/img/asakusa/top/bconte_logo_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 40px;
    content: '';
    display: block;
    height: 26px;
    position: absolute;
    right: 26px;
    width: 208px;
}

@media all and (min-width: 768px){
    #splash_logo img {
        width: 202px;
    }
    .main-img02 {
        background-position: center center;
    }

    #main-slide:after {
        bottom: 80px;
        width: 312.5px;
    }
}
