        #customElement {
            position: relative;
    height: 0;
    padding-top: 57.25%;
    background: url('../img/topBG-min2.jpg') top center no-repeat;
    background-size: cover;        }

#fh5co-page {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#fh5co-page.fh5co-offcanvass-left {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.mobile-menu-expanded #fh5co-page.fh5co-offcanvass-left {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}
#fh5co-page.fh5co-offcanvass-right {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile-menu-expanded #fh5co-page.fh5co-offcanvass-right {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}



.fh5co-cover {
    position: relative;
    min-width: 1280px;
    min-height: 800px;
}

.fh5co-cover .fh5co-cover-text {
    position: relative;
    z-index: 5;
}
.fh5co-cover .fh5co-cover-text .full-height {
    display: table;
    min-height: 800px;
}
.fh5co-cover .fh5co-cover-text .full-height .fh5co-cover-intro {
    display: table-cell;
    vertical-align: middle;
    min-height: 800px;
}
.fh5co-cover .fh5co-cover-text .cover-text-lead {
    font-size: 40px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
}
.fh5co-cover .fh5co-cover-text .cover-text-sublead {
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}
.fh5co-cover .fh5co-cover-text .btn-outline {
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fh5co-cover .fh5co-cover-text .btn-outline:hover {
    color: #fff;
    background: #1784fb;
    border-color: #1784fb;
}
.fh5co-cover .fh5co-cover-text .btn-outline:hover, .fh5co-cover .fh5co-cover-text .btn-outline:focus, .fh5co-cover .fh5co-cover-text .btn-outline:active {
    outline: none;
}

/* COVER STYLE #1 */
.fh5co-cover-style-1 {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    position: relative;
}
.fh5co-cover-style-1 > .fh5co-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

/* COVER STYLE #2 */
.fh5co-cover-style-2 {
    background-attachment: fixed;
    position: relative;
    width: 100%;
}
.fh5co-cover-style-2 > .fh5co-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 4;
}

@media only screen and (max-width: 480px) {
    .fh5co-cover-style-2 {
        background-image: url(../img/bakuon1280.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    background-color: transparent;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    }

    .fh5co-cover-style-2 {
        display: none;
    }
}


@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 15;
}

.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    margin: 0 auto 90px;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 2px;
    height: 6px;
    margin: -2px 0 0 -1px;
    background: white;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}


#title img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 3%;
    z-index: 30;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#title-arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#title-number img {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0px;
    z-index: 30;
}

#title-logo img {
    position: absolute;
    top: 10%;
    left: 50%;
    width: auto;
    height: 6%;
    z-index: 30;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#title-right img {
    position: absolute;
    height: 80%;
    top: 3vh;
    right: 3vw;
    z-index: 30;
}

#title-left img {
    position: absolute;
    height: 35%;
    bottom: 10vh;
    left: 3vw;
    z-index: 30;
}

video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/topBG-min.jpg) no-repeat;
    background-size: cover; 
}