#to-2nd
{
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    position: fixed;
    pointer-events: auto;
}

.to-2nd-content
{
    background-color: #000;
    position: relative;
    padding-bottom: 50px;
}

.to-2nd-content .kv
{
    display: block;
    width: 541px;
    height: 621px;
    background-image: url("./../img/kv.png");
    background-repeat: no-repeat;
    background-size: 541px 621px;
    background-position: 0px 0px;
    background-color: #FFF;
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background-position: center center;
}

.to-2nd-content .collabo-logo
{
    display: block;
    width: 492px;
    height: 62px;
    background-image: url("./../img/logo_collabo.png");
    background-repeat: no-repeat;
    background-size: 492px 62px;
    background-position: 0px 0px;
    background-color: #000;
    width: 100%;
    height: 130px;
    margin: 0 auto;
    background-position: center center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

.to-2nd-content h2
{
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 1.6em;
    letter-spacing: 0.05em;
    /* font-weight: bold; */
    position: relative;
    top: -10px;
}

.to-2nd-content .btn-to-2nd
{
    border: solid 2px #FFF;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 40px auto 40px;
    /* font-weight: bold; */
    color: #FFF;
    display: block;
    width: 300px;
    text-align: center;
    font-size: 1.8em;
}

.to-2nd-content .btn-to-1st
{
    text-decoration: underline;
    text-align: center;
    color: #FFF;
    margin: 20px auto 50px;
    display: block;
}

.to-2nd-content .copyright
{
    color: #FFF;
    display: block;
    margin: 5px auto;
    text-align: center;
}
