.finish_label_pc {
    display: none;
}

.finish_label_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 4%;
    background-color: #ab74d4;
    opacity: 0.9;
    z-index: 10;
    font-family: YakuHanRP, 'M PLUS Rounded 1c', sans-serif;
}

@media print, screen and (min-width: 768px) {
    .finish_label_pc {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 58%;
        height: 100%;
        background-color: #ab74d4;
        opacity: 0.9;
        font-family: YakuHanRP, 'M PLUS Rounded 1c', sans-serif;
    }

    .finish_label_sp {
        display: none;
    }
}
