#qr_window {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgb(167, 167, 167);
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 400;
}

#qr_window.active {
    display: flex;
}

#qr_window #qr_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

#qr_window #qr_wrapper #qr_video_area {
    width: 100%;
    height: 100%;

    position: relative;
}

#qr_window #qr_wrapper #qr_video_area #qr_camera_canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* デザイン上書き */
.cross_button {
    z-index: 110;
}

#wrapper:before {
    background: url("/assets/img/stamprally/camera_flame.svg") no-repeat center /
        80%;
}

.popup_common-overlay {
    width: 100%;
}

.popup_common-overlay.stamp_get_animation_overlay {
    background-color: transparent;
}

.wrap.stamp_get_animation_area {
    background-color: transparent;
    padding: 0;
}

.js_stamp_get_animation_img {
    width: 100%;
    height: 100vh;
    object-fit: contain;
}

.setting_msg_title {
    color: #00B3B8;
    font-weight: bold;
    margin: 0.8em 0;
}

.setting_msg {
    box-sizing: border-box;
    margin: 1em 0;
}

.setting_msg p {
    line-height: 1.2;
}