.loding_box {
    display: none;
}

.loding_box.on {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.loding_box .bg {
    position: relative;
    width: 100%;
    max-width: 450px;
    min-width: 320px;
    height: 100dvh;
    margin: 0 auto;
    background-image: url('/static/pringles_worldcup_web/img/gif/loding.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.loding_box .flex_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: clamp(90px, calc(105 / 360 * 100vw), 131px) 0 clamp(18px, calc(22 / 360 * 100vw), 28px);
    box-sizing: border-box;
}

.loding_text_box {
    text-align: center;
    color: #fff;
}

.loding_text_box .s_text {
    font-size: clamp(22.22px, calc(25 / 360 * 100vw), 31.25px);
    line-height: 1.28;
    letter-spacing: -0.0125em;
}

.loding_text_box .s_text.type {
    font-size: clamp(29.33px, calc(33 / 360 * 100vw), 41.25px);
}