/*.btn { background-color: #00f3; }*/
.section-1 { background-color: #05070b; }
.section-1 .mo .btn-1 {
    top: 93%;
    left: 0;
    width: 100%;
    height: 8%;
}
.section-1 .pc .btn-1 {
    top: 93%;
    left: 0;
    width: 100%;
    height: 7%;
}

.section-2 { background-color: #fff; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; }
.section-3 { background-color: #e2e2e2; }
.section-3 .btn-1 {top: 38.1%;left: 9.3%;width: 81.2%;height: 1.7%;}
.section-3 .btn-2 {top: 97.3%;left: 9.4%;width: 81.4%;height: 1.4%;}

.section-wrap .section:last-child { padding-bottom: 0 !important; }

.bottom-navi {position: fixed;bottom:14rem;left:0;width: 100%;height: 13.5rem;z-index: 99; background: #0887af; transition: bottom .3s ease;}
.bottom-navi a {position: absolute; width: 100%; height: 13.5rem;bottom: 0; left: 0; cursor: pointer;}
.bottom-navi img {position: absolute; display: block; width: 100%; height: 19.1rem; bottom: 0; left: 0; pointer-events: none; }

.bottom-navi.hide {bottom:-20rem;}

.footer-wrap { bottom: 0; transition: bottom .3s ease; }
.footer-wrap.show { bottom: 14rem; }

.popup-wrap .popup-container { display: flex; justify-content: center; align-items: center; max-width: 100%; height: 100%; background: transparent }
.popup-wrap .popup-container .inner { position: relative; max-width: 700px; }
.popup-wrap .popup-container a.btn-close { height: 12%; }
.popup-wrap .popup-container a.btn-1 { top: 85%; left: 15%; width: 70%; height: 10%; }

@media all and (min-width: 1024px) {
    .section-3 .btn-1 {top: 38.2%;left: 17%;width: 66%;height: 1.7%;}
    .section-3 .btn-2 {
        top: 97%;
        left: 17%;
        width: 66%;
        height: 1.5%;
    }
    .bottom-navi { bottom: 0; height: 90px; }
    .bottom-navi a {max-width: 1080px; height: 90px; left: 50%; transform: translateX(-50%); }
    .bottom-navi img { height: 136px; }
    .bottom-navi.hide {bottom:-200px;}
    .footer-wrap { transition: none; }
    .footer-wrap.show { bottom: 0; }
    .footer-wrap .btn-open { bottom: -50px; transition: bottom .3s ease; }
    .footer-wrap.show .btn-open { bottom: 0; }
}
