.content_wrap .portal {
    position: relative;
    display: block;
    width: fit-content;
    height: auto;
    margin: 0 auto;
}
.portal-btn {
    position: absolute;
    display: block;
    /* 開発中だけ見えるように */
    /* background: rgba(255,0,0,.3); */
}

/* ボタン1 */
.btn1 {
    left: 7.8%;
    top: 72%;
    width: 31%;
    height: 20%;
}

/* ボタン2 */
.btn2 {
    left: 60%;
    top: 72%;
    width: 31%;
    height: 20%;
}

@media (max-width:640px) {
    .btn1,.btn2 {
        top: 70%;
    }
}