.review_modal_wrap {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index:var(--z-index-modal, 1000); ;
}
.review_modal_wrap button {
    cursor: pointer;
    background: none;
}

.review_modal_wrap .screen_out {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.review_modal_wrap .modal_controller {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    padding-right: 30px;
}
.review_modal_wrap .modal_controller > * {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    margin-bottom: 7px;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 15px;
    font-family: 'spoqa3';
}

.review_modal_wrap .modal_controller * + *::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 10px;
    background: #fff;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.review_modal_wrap .modal_contents {
    display: flex;
    position: relative;
}

.review_modal_wrap .modal_item {
    display: block;
    position: relative;
    width: min(75vh, 100vw);
    max-width: 750px;
    height: min(82vh, 109.333vw);
    max-height: 820px;
}

.review_modal_wrap .modal_item > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review_modal_wrap .modal_item .top_txt {
    display: flex;
    position: absolute;
    top: 0;
    left: min(2.439vh, 3.205vw);
    width: min(69.878vh, 86.538vw);
    z-index: 1;
}

.review_modal_wrap .modal_item .top_txt .one_txt {
    width: min(19.146vh, 25.16vw);
    /* margin-top: 68px; */
    margin-top: min(7.073vh, 9.295vw);
    font-family: 'market-b';
    font-size: min(2.039vh, 3.205vw);
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: center;
    text-indent: min(1.22vh, 1.603vw);
    color: #000;
}

.review_modal_wrap .modal_item .top_txt .one_txt em {
    padding-left: min(1.22vh, 1.603vw);
    color: #b4250c;
}

.review_modal_wrap .modal_item .top_txt .review_tit {
    width: min(46.707vh, 61.378vw);
    margin-top: min(4.512vh, 5.929vw);
    font-family: 'market-b';
    font-size: min(4.634vh, 6.09vw);
    letter-spacing: -0.085em;
    line-height: 1.2;
    color: #ffdd67;
}

.review_modal_wrap .modal_item .top_txt .review_tit em {
    font-size: min(3.659vh, 4.808vw);
    letter-spacing: -0.01em;
    color: #fff;
}

.review_modal_wrap .modal_slide {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.review_modal_wrap .modal_slide .swiper-button-prev {
    left: 1%;
}

.review_modal_wrap .modal_slide .swiper-button-next {
    right: 1%;
}
.review_modal_wrap .modal_slide .swiper-button-prev,
.review_modal_wrap .modal_slide .swiper-button-next {
    top: 50%;
    width: 7%;
    height: 7%;
    margin: 0;
    background: none;
}

.review_modal_wrap .modal_slide .swiper-button-prev::after,
.review_modal_wrap .modal_slide .swiper-button-next::after {
    display: none;
}

.review_modal_wrap .btn_go {
    position: absolute;
    bottom: 3.2%;
    right: 1.733%;
    width: 41.4%;
    height: 14%;
    z-index: 1;
}

.review_modal_wrap .btn_go::after {
    content: '';
    position: absolute;
    bottom: -3.6%;
    right: -0.8%;
    width: 18%;
    height: 47%;
    background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
    animation: pointerBounceDiagonal 0.8s ease infinite;
}