@charset "utf-8";
.c-flex {
    display: flex;
    flex-wrap: wrap;
}
.-jc-sb {
    justify-content: space-between;
}
.-fd-rr {
    flex-direction: row-reverse;
}
.-ai-c {
    align-items: center;
}
.jc-c {
    justify-content: center;
}
.under__mv.demolition-mv {
    margin-top:30px;
}
.is_sp {
    display: none;
}
.-col02 {
    gap: 5%;
}
.-col02 li {
    width: 47.5%;
    margin-bottom: 5%;
}
.-img img {
    width: 100%;
    object-fit: contain;
    vertical-align: bottom;
}
.trackImg {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .is_sp {
        display: block;
    }
    .set_plane__inner {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .-col02.-sp01 {
        gap: inherit;
    }
    .set_plane-list li {
        width: 100%;
        margin-bottom: 3%;
    }
    .c-flex.-sp-c {
        flex-direction: column;
    }
    .trackImg {
        margin-top: 10%;
    }
}