.contents{
    height: 100vh;
    text-align: center;
    padding-top: 6px;
    position: relative;
}

.contents p{
    font-family: serif;
}

.main-textbox{
    position: absolute;
    right: 0;
    left: 0;
    top: 64px;
}

.text-1{
    font-size: 30px;
}

.text-2{
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 10px;
}

.text-2-1{
    color: #e92a2a;
}

.text-3{
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 10px;
}

.text-4{
    font-size: 30px;
    margin-bottom: 128px;
}

.motto{
    height: 60px;
}

.motto p{
    text-align: center;
    font-size: 1.7vw;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 6px;
}

@media screen and (max-width: 575px){
    .contents{
        height: 110vh;
    }
    
    .main-textbox{
        margin-left: calc((100vw - 320px) / 2);
        height: 100vh;
        width: 320px;
        top: 24px;
    }
    
    .text-1{
        font-size: 4vh;
        writing-mode: vertical-rl;
        position: absolute;
        right: 0;
        top: 0px;
    }

    .text-2{
        font-size: 9.5vh;
        font-weight: bold;
        letter-spacing: 10px;
        writing-mode: vertical-rl;
        position: absolute;
        right: -10px;
        top: 30px;
    }

    .text-3{
        font-size: 9.5vh;
        font-weight: bold;
        letter-spacing: 10px;
        writing-mode: vertical-rl;
        position: absolute;
        right: 90px;
        top: 80px;
    }

    .text-4{
        font-size: 4vh;
        writing-mode: vertical-rl;
        position: absolute;
        right: 220px;
        bottom: -30px;
    }

    .text-5{
        margin-top: 90vh;
    }

    .motto{
        height: 40px;
    }

    .motto p{
        font-size: 2.8vw;
    }
    
}