
/* index--css
========================================================================== */

/* index--information
========================================================================== */
main#vibiby-index--wrapper{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.fs-p-dateList>li:last-child {
 border-bottom-width: 0;
}

.fs-p-dateList>li {
 border: none;
}

ul.fs-p-dateList.fs-pt-list.fs-pt-list--noMarker {
 margin: 20px 0;
 text-align: center;
}

.fs-p-dateList>li time:first-child {
 background-color: #fff;
 color: #331d0f;
 letter-spacing: .1em;
 font-size: 12px;
}

@media screen and (min-width: 800px) {

    div#indexwrapper{
        width: 100%;
        display: grid!important;
        grid-template-columns: 500px 1fr;
        margin: 0 auto;
        place-content: center;
        height: 100vh;
    }
}

div#indexwrapper{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 100svh;
}

@media screen and (min-width: 800px) {

    div#index-rightcolumn{
        padding: 120px 20px 40px 20px;
        position: static;
        overflow-y: scroll;
        overflow-x: hidden;
    }

}

div#index-rightcolumn{
    padding: 120px 20px 120px 20px;
    position: static;
    overflow-y: scroll;
    overflow-x: hidden;
}
#vibiby-left-clmn{

}