@charset "utf-8";
.redirect .main {
    /* height: calc(100vh - 98px); */
    height: calc(100vh - 200px);
    min-height: 150px;
    position: relative;
}

.redirect .sec_wrap {
    position: absolute;
    padding: initial;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
}

.redirect-copy {
    font-weight: normal;
    line-height: 2;
}

@media screen and (min-width:641px) {
    .redirect .main {
        height: calc(100vh - 139px);
    }
    .redirect .txt_catch {
        font-size: 1.2em;
    }
}