@charset "UTF-8";
.filter__menu.fixed {position: fixed;z-index: 130;}
.schedule_filter__menu {position: relative;width: 100%;}
.schedule_filter__menu .filter__menu--main {overflow: hidden;z-index: 20;position: relative;height: 50px;padding: 0 70px 0 20px;box-sizing: border-box;background-color: var(--color-static-white);z-index: 999;}
.schedule_filter__menu .filter__menu--main::after {content: "";clear: both;position: absolute;bottom: 0;left: 0;display: block;width: 100%;height: 1px;background-color: var(--color-gray-100);}
.schedule_filter__menu .filter__menu--main .swiper-wrapper {height: 50px !important;}
.schedule_filter__menu .filter__menu--main .swiper-slide {height: 50px !important;width: auto;box-sizing: border-box;}
.schedule_filter__menu .filter__menu--main .swiper-slide:last-child {margin-right: 0 !important;}
.schedule_filter__menu .filter__menu--main .swiper-slide a {position: relative;display: block;height: 50px !important;line-height: 50px;box-sizing: border-box;font-size: 15px;color: var(--color-gray-800);letter-spacing: -0.03em;font-weight: 500;}
.schedule_filter__menu .filter__menu--main .swiper-slide a:active {opacity: 0.8;}
.schedule_filter__menu .filter__menu--main .swiper-slide.active a {color: var(--color-primary-normal);font-weight: 700;}
.schedule_filter__menu .filter__menu--main .swiper-slide.active a::after {content: "";clear: both;position: absolute;bottom: 0;left: 0;display: block;width: 100%;height: 2px;background-color: var(--color-primary-normal);}
.filter__menu--open {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 50px;background-image: none;pointer-events: none;}
.filter__menu--open .btn-filter {position: absolute;top: 0;right: 0;margin-right: 0;display: inline-block;width: 51px;height: 50px;box-sizing: border-box;border: 1px solid var(--color-gray-100);border-right: 0;border-top: 0;background: var(--color-static-white) url(/resources_new/img/cate/ico_menu_open.svg) 50% 50% no-repeat;background-size: 50px auto;vertical-align: top;pointer-events: initial;}
.filter__menu--open .btn-filter:active{opacity: 1;}
.filter__menu--open .btn-filter.not-gradient::before {opacity: 0;}
.filter__menu--open .btn-filter span {overflow: hidden;font-size: 0;}
.filter__menu--open .btn-filter::before {content: "";position: absolute;top: 0;left: -21px;display: block;clear: both;width: 20px;height: 48px;background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);overflow: hidden;}
.filter__menu--open .btn-filter.open {transform: scaleY(-1);border-top: 1px solid var(--color-gray-100);border-bottom: 0;}
.filter__menu--open .bottom-sheet__wrapper {width: 100%;}
.filter__menu--open .bottom-sheet__wrapper .bottom-sheet__banner {text-align: left;}
.filter_allmenu {position: relative;display: none;top: 0;left: 0px;height: 100%;width: 100%;text-align: left;outline: none;overflow: inherit;z-index: 10;}
.filter_allmenu::before {content: "";position: absolute;top:0;left: 0;right: 0;width: 100%;height: 100vh;background: var(--color-dimmer-50);opacity: 1;}
.filter_allmenu .filter_list {max-height: 215px;overflow: hidden;}
.filter_allmenu .layer_con {background-color: var(--color-static-white);}
