@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
item_box
****************************************************************************/

.item_box {
    position: absolute;
    justify-content: center;
    width: 100%;
    z-index: 99;
}
.height_test {
    position: absolute;
    top: 0;
    width: 100%;
}