html {
    min-height: -webkit-fill-available;
}
body {
    background-color: #3E00A0;
    font-family: HiraKakuProN-W3, "Yu Gothic", Meiryo, Verdana, Helvetica, Arial, sans-serif;
    height: 60000px;
    margin: 0;
    padding: 0;
}


a {
    display: block;
    font-weight: bold;
    font-size: 3vh;
    text-decoration: none;
    color: white;
    margin-right: 0px;
}
a:hover {
    color: #7729F4;
}

p{

}

.video {
    position: fixed;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    right: -100vw;
    left: -100vw;
    z-index:5;
}


#scroll-content {
    color: white;
    background-color: #3E00A0;
    position: relative;
    z-index: 10;
    text-align: center;
    right: 0vw;
    left: 0vw;
    top: 60000px;
}
#scroll-num{
    opacity: 0;
}
#title {
    font-weight: bold;
    color: white;
    font-size: 3vh;
    line-height: 120%;
}
#publisher {
    color: white;
    font-size: 2vh;
    opacity: 0.8;
}
#info {
    color: white;
    font-size: 1.8vh;
    opacity: 0.8;
}
#infojp {
    color: white;
    font-size: 1.7vh;
    opacity: 0.8;
}
#ido {
    color: white;
    font-size: 1.8vh;
    font-weight: bold;

}
#outerlink {
    color: #d863ff;
    font-size: 2vh;
}
#logo {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    position: fixed;
    top: 0;
    font-size: 3.5vh;
    z-index: 19;
    left: 2vw;
    right: 0;
}


#titletext {
    top: 5vh;
    left: 4vw;
    right: 40vw;
    position: fixed;
    text-align: left;
    z-index: 20;
}

#links {
    position: fixed;
    width: 13vh;
    height: 3.5vh;
    top: 1vh;
    right: 0;
    list-style: none;
    display: flex;
    z-index: 19;
}

.contacts {
    width: 3.5vh;
    height: 3.5vh;
    margin-right: 3vh;
    display: inline-block;
}


img {
    height: 100%;
    width: 100%;
    transition-duration: 0.3s;
}

img:hover {
    transform: scale(1.2);
    transition-duration: 0.3s;
}

footer {
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 50px 0;
    position: fixed;
    bottom: 0;
    background-color: #cab64a;
}
