#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: 30px;
}

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

.to-2nd-content .collabo-logo
{
    display: block;
    width: 246px;
    height: 31px;
    background-image: url("./../img/logo_collabo.png");
    background-repeat: no-repeat;
    background-size: 246px 31px;
    background-position: 0px 0px;
    background-color: #000;
    width: 100%;
    height: 65px;
    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.2em;
    letter-spacing: 0.05em;
    /* font-weight: bold; */
    position: relative;
    top: -5px;
}

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

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

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