
/* -------------------------------------------------- MV anime--------------------------------------------------*/
main{position: relative;}
#cvs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 7;
    max-width: 100%;
    height: 100%;
    max-height: 550px;
    transition-delay: 16s;
}

.loaded + #cvs {
    z-index: 1;
    opacity: 0;
    transition-duration: .2s;

}

#mv {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.topMv {
    position: relative;
    width: 100%;
    height: auto;
}
.intro {
    background: #fff;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    -webkit-animation: fade-in 3s ease-in-out both;
    animation: fade-in 3s ease-in-out both;
    z-index: 1;
}
@-webkit-keyframes fade-in {
    0% {
    opacity: 0;
}
 100% {
    opacity: 1;
}
}
@keyframes fade-in {
    0% {
    opacity: 0;
}
 100% {
    opacity: 1;
}
}
.loaded .intro {
    opacity: 0;
}
.mvHeight {
    width: 100%;
}

.mvSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


.topMv .s-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 3px 8px;
    line-height: 1.3;
}

.topMv .copy {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
    transition-delay: 15s;
    margin-top: 0;
}


.loaded .topMv .copy {
    opacity: 6;
}

.skip {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 80;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: auto !important;
    height: auto !important;
}
.skipMv {
    display: none;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-animation: fade-in 1s ease-in-out both;
    animation: fade-in 1s ease-in-out both;
}

.skipMv .copy {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
    transition-delay: 15s;
}


@media screen and (max-width: 768px) {
#cvs {
display: none!important;
}
}
@media screen and (max-width: 767px) {
    .skipMv {
    display: block;
}

.skipMv .copy {
    display: none;
}
}

.information {
    padding: 80px 0 50px;
}

.information p {
    text-align: center;
    font-size: 26px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .information {
        padding: 40px 0 30px;
    }

    .information p {
        font-size: 16px;
    }
}

.information p a {
    color: #af455e;
    text-decoration: underline;
}


.information p a:hover {
    text-decoration: none;
}


.infomationBanner {
    margin: 70px auto 40px;
}

.infomationBanner > ul > li {
   margin-bottom: 15px;
   text-align: center; 
}

.infomationBanner ul li img{
    width: 100%;
}

@media screen and (max-width: 768px) {

    .infomationBanner {
        margin: 30px auto 20px;
    }
    
    .infomationBanner > ul > li {
       margin-bottom: 10px;
       text-align: center; 
    }
}