.home-container10 {
    position: relative;
    width: 1920px;
    height: 1080px;
    display: flex;
    min-height: 1080px;
    align-items: center;
    flex-direction: column;
}

#characterCanvasWrapper {
    position: relative;
    border: 0;
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 100%;
    align-items: center;
    flex-direction: column;
}

#characterCanvas {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: transparent;
}

.home-container10 .buttons-header {
    position: absolute;
    top: 56px;
    right: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 3;
}

.home-container10 .buttons-header .btn-retry {
    width: 187px;
    height: 171px;
    background: url(../img/btn-retry.png) no-repeat center center;
    background-size: contain;
}

.home-container10 .buttons-header .btn-download {
    width: 173px;
    height: 164px;
    background: url(../img/btn-download.png) no-repeat center center;
    background-size: contain;
}

.home-container10 .buttons-bottom {
    position: absolute;
    bottom: 50px;
    right: 66px;
    z-index: 3;
}

.home-container10 .buttons-bottom .btn-select-bg-toggle {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 323px;
    height: 245px;
    background: url(../img/btn-select-bg.png) no-repeat center center;
    background-size: contain;
    z-index: 2;
}

.home-container10 .buttons-bottom .buttons-bg {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1797px;
    height: 275px;
    background: url(../img/select-box-bg.png) no-repeat center center;
    z-index: 1;
}

.home-container10 .buttons-bottom .buttons-bg.active {
    display: block;
}

.home-container10 .buttons-bottom .buttons-bg .buttons-bg-list {
    position: absolute;
    top: 25px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 1434px;
    height: 215px;
}

.home-container10 .buttons-bottom .buttons-bg .buttons-bg-list .dots-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 47px;
    height: 9px;
}

.home-container10 .buttons-bottom .buttons-bg .buttons-bg-list .dots-wrap .dot {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.5px;
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, 0.4);
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    width: 200px;
    height: 200px;
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap .btn-select-bg-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    width: 180px;
    height: 180px;
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap .btn-select-bg-wrap .btn-select-bg {
    border: 8px solid #ffffff;
    border-radius: 78px;
    width: 156px;
    height: 156px;
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap.btn-select-bg-1-wrap-wrap .btn-select-bg-wrap .btn-select-bg {
    background: url(../img/btn-01.png) no-repeat center center;
    background-size: contain;
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap.btn-select-bg-2-wrap-wrap .btn-select-bg-wrap .btn-select-bg {
    background: url(../img/btn-02.png) no-repeat center center;
    background-size: contain;
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap.btn-select-bg-3-wrap-wrap .btn-select-bg-wrap .btn-select-bg {
    background: url(../img/btn-03.png) no-repeat center center;
    background-size: contain;
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap.btn-select-bg-4-wrap-wrap .btn-select-bg-wrap .btn-select-bg {
    background: url(../img/btn-04.png) no-repeat center center;
    background-size: contain;
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap.btn-select-bg-5-wrap-wrap .btn-select-bg-wrap .btn-select-bg {
    background: url(../img/btn-05.png) no-repeat center center;
    background-size: contain;
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap.active {
    background-color: rgba(255, 210, 28, 0.3);
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap.active .btn-select-bg-wrap {
    background-color: rgba(255, 210, 28, 0.5);
}

.home-container10 .buttons-bottom .buttons-bg .btn-select-bg-wrap-wrap.active .btn-select-bg-wrap .btn-select-bg {
    border-color: rgba(255, 210, 28, 1);
}

.home-container10 .popup-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.home-container10 .popup-wrap:hover {
    cursor: pointer;
}

.home-container10 .popup-wrap.active {
    display: block;
}

.home-container10 .popup-wrap .popup {
    position: absolute;
    top: calc(50% - 290px);
    left: calc(50% - 465px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    width: 930px;
    height: 580px;
    background-color: #ffffff;
    box-shadow: 0 8px 0 #dcdcdc;
}

.home-container10 .popup-wrap .popup .popup-content-wrap {
    position: relative;
    width: 890px;
    height: 540px;
    border-radius: 54px;
    background: url(../img//popup-bg.png) no-repeat center center;
    background-size: contain;
}

.home-container10 .popup-wrap .popup .popup-content-wrap .popup-content-01 {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    font-family: 'Cafe24Ssurround';
    font-size: 52px;
    font-weight: 700;
    color: #fffd34;
}

.home-container10 .popup-wrap .popup .popup-content-wrap .popup-content-02 {
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
    font-family: 'Cafe24Ssurround';
    font-size: 52px;
    font-weight: 700;
    color: #fffd34;
}

.home-container10 .popup-wrap .popup .popup-content-wrap .popup-content-03 {
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    font-family: 'Cafe24Ssurround';
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
}

.home-container10 .bg {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
    box-sizing: border-box;
}

.home-container10 .bg-0 {
    background: url(../img/bg-default.png) no-repeat center/cover #000000;
}

.home-container10 .bg-1 {
    background: url(../img/bg-01.png) no-repeat center/cover #000000;
}

.home-container10 .bg-2 {
    background: url(../img/bg-02.png) no-repeat center/cover #000000;
}

.home-container10 .bg-3 {
    background: url(../img/bg-03.png) no-repeat center/cover #000000;
}

.home-container10 .bg-4 {
    background: url(../img/bg-04.png) no-repeat center/cover #000000;
}

.home-container10 .bg-5 {
    background: url(../img/bg-05.png) no-repeat center/cover #000000;
}

.home-container10 .bg-0.active {
    opacity: 1;
}

.home-container10 .bg-1.active {
    opacity: 1;
}

.home-container10 .bg-2.active {
    opacity: 1;
}

.home-container10 .bg-3.active {
    opacity: 1;
}

.home-container10 .bg-4.active {
    opacity: 1;
}

.home-container10 .bg-5.active {
    opacity: 1;
}