section#open {
    position: relative;
}

section#open .titleContainer {
    position: absolute;
    right: 0;
    width: 55%;
    height: 100vh;
}

section#open .titleContainer h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Candal', sans-serif;
    color: #c4c4c4;
    text-decoration: none;
    font-size: 45px;
    white-space: nowrap;
}

section#open .titleContainer h1 b {
    color: #000;
    font-size: 48px;
}

section#open h1 .welcome {
    position: absolute;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-in-out;
}

section#open h1 .welcome.hidden {
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 1441px) {
}

@media (min-width: 1025px) and (max-width: 1440px) {
    section#open .titleContainer h1 {
        font-size: 2.9vw;
    }
    
    section#open .titleContainer h1 b {
        font-size: 3.1vw;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    section#open .titleContainer {
        width: 75%;
    }

    section#open .titleContainer h1 {
        font-size: 4vw;
    }
    
    section#open .titleContainer h1 b {
        font-size: 4.5vw;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    section#open .titleContainer {
        width: 100%;
        height: 55vh;
        bottom: 0;
    }

    section#open .titleContainer h1 {
        font-size: 4.8vw;
    }
    
    section#open .titleContainer h1 b {
        font-size: 5.2vw;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    section#open .titleContainer {
        width: 100%;
        height: 55vh;
        bottom: 0;
    }

    section#open .titleContainer h1 {
        font-size: 4.8vw;
    }
    
    section#open .titleContainer h1 b {
        font-size: 5.2vw;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    section#open .titleContainer {
        width: 100%;
        height: 55vh;
        bottom: 0;
    }

    section#open .titleContainer h1 {
        font-size: 4.8vw;
    }
    
    section#open .titleContainer h1 b {
        font-size: 5.2vw;
    }
}

@media (max-width: 320px) {
    section#open .titleContainer {
        width: 100%;
        height: 55vh;
        bottom: 0;
    }

    section#open .titleContainer h1 {
        font-size: 4.8vw;
    }
    
    section#open .titleContainer h1 b {
        font-size: 5.2vw;
    }
}