.section-history .history-box.box-2022-sdb {
    position: relative;
}

.section-history .history-box.box-2022 {
    position: relative;
}

.section-history .history-box.box-2022-sdb .mini-text {
    font-size: 0.8em;
    margin-bottom: -90px;
    padding-left: 50px;
    position: absolute;
    bottom: 0;
}

.section-history .history-box.box-2022 .mini-text {
    font-size: 0.8em;
    margin-bottom: -90px;
    padding-left: 50px;
    position: absolute;
    bottom: 2em;
}


.big2022 {
    width: 300px !important;
    top: 77px !important;
    right: 11px !important;
}

.box-2022-sdb {

    margin-bottom: 20rem !important;
}

.lineup-btn {
    width: 500px;
    margin: auto;
    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 20px;
    font-family: 'Noto Sans JP';
    padding: 10px;
    font-weight: 700;
}

.lineup-btn:hover {
    opacity: .7;
}

@media screen and (max-width: 640px) {

    .section-history .history-box.box-2022-sdb .mini-text {
        font-size: 0.8em;
        bottom: 10em;
    }


    .section-history .history-box.box-2022 .mini-text {
        font-size: 0.8em;
        bottom: 16em;
    }

    .big2022 {
        width: 100% !important;

    }

    .note_shmp2022 {
        bottom: 13em !important;
    }

    .box-2022-sdb {
        margin-bottom: initial !important;
    }

    .section-history .section--inner {
        margin-bottom: 40px;
    }

    .lineup-btn {
        margin-bottom: 40px;
    }
}