/* 屏幕(0px) */
/* @media (min-width: 958px) { :root { font-size: calc(5px + (12 - 10) * ((100vw - 958px) / (1600 - 958)));}} */

html, body {
    background-color: transparent;
    overflow-x: hidden;
}
.popup-form {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    top: 55%;
    transform: translate(0, -50%) scale(0.45);
    transform-origin: center center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.popup-img , .close-img {
    text-align: center;
    cursor: pointer;
} 
.popup-img a {
    display: block;
    width: 34.3125rem;
    height: 38.25rem;
    /* margin-top: 1.5rem; */
}
.close-img img {
    width: 100%;
    height: 100%;
}

.close-img {
    width: 3.9375rem;
    height: 3.9375rem;
    margin: 0 0 0.84375rem 0;
    margin-bottom: 1.6875rem;
}

.hidden {
    display: none;
}

@media (min-width: 450px) {
    .popup-form {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        align-items: center;
        top: 55%;
        transform: translate(0, -50%) scale(0.45);
        transform-origin: center center;
        margin: 0 auto;
    }
    .popup-img , .close-img {
        text-align: center;
    } 
    .popup-img a {
        /* width: 30.5rem;
        height: 34.0rem; */
        width: 25.734375rem;
        height: 28.6875rem;
        
        /* margin-top: 1.0rem; */
    }
    .close-img {
        width: 16.875px;
        height: 16.875px;
        margin: 0rem;
    }

    .close-img {
        margin-bottom: 8.4375px;
    }
    
}