@charset "utf-8";
#CasePresent{
    padding: 0.5rem;
}
.scroll_show{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    position: relative;
    height: 300;
    overflow: hidden;
    background-color: #fff;
}
.panel_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
}
.menu_box{
    border: solid 1px;
    width: 50vw;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50vw;
    margin: 0 5vw;
    overflow: hidden;
}
.rowShow{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.colShow{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rowShow img{
    width: 25vw;
}
.colShow img{
    height: 25vw;
}
.no_transition{
    transition: transform none;
}
.with_transition{
    transition: transform 0.6s;
}