@charset "utf-8";

/* メニューのスクロールバー位置 */
.is-nav--active #ascrail2001 {
    left: auto !important;
    right: 0;
}

/* スクロールさせない */
/*
.is-nav--active .wrap {
    height: 100%;
    overflow: hidden;
}
*/

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* IEスクロールできない */
html.-ms-.is-hello {
    overflow-y: visible !important;
}

#wrap {
    position: relative;
}

.act_js_scroll .tse-scroll {
    width: 100%;
    height: 100%;
}

.act_js_scroll .l-nav .tse-scroll-content {
    height: 100% !important;
}

.act_js_scroll .tse-scrollbar {
    z-index: 9999;
}