.pc {
    display: none;
}


html,
body,
.h5 {
    width: 100vw;
}

.h5 {
    position: relative;
}

.h1 {
    width: 100vw;
    background-color: #232626;

}

.h2 {
    width: 100vw;
    background-color: #232626;
    margin-top: -10px;
}

.btn {
    width: 25%;
    height: auto;
    position: absolute;
    top: 5px;
    right: 10%;
    background-color: transparent;
}

.btn-box {
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 7.7%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    display: flex;
    flex-direction: column;

}

.btn-box img {
    width: 100%;
    height: auto;
    background-color: transparent;

}