.circle-loading-lottie-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    touch-action: none;
    user-select: none;
    z-index: 29;
}

.circle-loading-lottie-container lottie-player {
    width: 24px;
    height: 24px;
}

.login-benefit-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding: 80px 0 36px 0;
}

.login-benefit-section .top-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    align-items: center;
}

.login-benefit-section .top-section .title {
    color: #131518;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.login-benefit-section .top-section .description {
    color: #50585F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.login-benefit-section .bottom-section .benefit-list {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    height: 68px;
}
html[lang='jp'] .login-benefit-section .bottom-section .benefit-list { height: 84px; }

.login-benefit-section .benefit-item {
    color: #131518;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    gap: 6px;
    flex-direction: column;
    align-items: center;
    /*max-width: 101px;*/
    width: 101px;
    height: 100%;
}

.login-benefit-section .benefit-item .description {
    text-align: center;
    color: #131518;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    flex: 1;
    display: flex;
    align-items: center;
}

.login-benefit-section .benefit-list .vertical-divider {
    width: 1px;
    height: 100%;
    padding: 8px 0;
    background-color: #E5E7EA;
    background-clip: content-box;
    margin: 0;
}

.login-benefit-section .svg-icon-size {
    width: 30px;
    height: 30px;
}

.login-benefit-section .svg-icon-size svg {padding: 3px;}