@media screen and (max-width: 840px) {
  .ca-house__list .ca-house__item {
      width: 100%;
      margin-left: 0;
      display: list-item;
  }
}

.ca-list__company{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ca-list__company-note{
  margin-block-start: 4px;
  color: #828282;
  font-size: 11px;
  line-height: 200%;
}

.ca-list__company-note small{
  font-size: 1em;
}

@media (width > 840px){

.ca-casestudy .not-found{
    margin-block-start: 60px;
    padding-block-end: 90px;
}
  }

@media (width <= 840px){

.ca-casestudy .not-found{
    margin-block-start: 32px;
    padding-block-end: 80px;
}
  }

.ca-casestudy .not-found__text{
  color: #000;
  font-feature-settings: 'palt' on;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.3px;
}

@media (width > 840px){

.ca-casestudy .ca-house__list{
    padding-block-end: 90px;
}
  }

@media (width <= 840px){

.ca-casestudy .ca-house__list{
    padding-block-end: 80px;
}
  }

@media (width <= 1440px) {

.s-title__area{
    width: 100%;
    padding-inline-end: 0;
}
  }

:root {
  --side-padding: clamp(2rem, calc(1.6rem + 1vw), 2.5rem);
  --side-padding-sp: clamp(1.0256410256410255rem, calc((0rem) + 5.12821vw), 1.25rem);
  --content-max-width: clamp(72rem, calc(57.6rem + 36vw), 90rem);
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-bg-gray: #f1f1f1;
  --color-gray: #CCCCCC;
  --color-gray-ex-text: #828282;
  --color-gray-ex-background: #F1F1F1;
  --color-gray-ex-background-light: #FAFAFA;

  --color-gold-ex-text: #976B47;
  --color-gray-ex-border: #E2E2E2;
  --color-green: #829687;
  --color-gray-ex-button: #636363;

  --color-key: #829687;
}

:root {
  --Font-family-DNP-ShueiMinPr6N: dnp-shuei-mincho-pr6n, sans-serif;
  --Font-family-DNP-ShueiGoGinStd: dnp-shuei-gothic-gin-std,sans-serif;
}

:root{
  --leading-trim: calc((1em - 1lh) / 2);
}

:root {
  --easing-cubic-out: cubic-bezier(0.23, 1, 0.32, 1);
  --easing-cubic-in: cubic-bezier(0.42, 0, 1, 1);
  --easing-cubic-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-cubic-out-in: cubic-bezier(0.23, 1, 0.32, 1);
  --easing-quad-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-quad-in: cubic-bezier(0.16, 1, 0.3, 1);
  --easing-quad-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-quad-out-in: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-quart-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-quart-in: cubic-bezier(0.16, 1, 0.3, 1);
  --easing-quart-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-quart-out-in: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  --easing-quint-in: cubic-bezier(0.64, 0, 0.78, 0);
  --easing-quint-in-out: cubic-bezier(0.86, 0, 0.07, 1);
  --easing-quint-out-in: cubic-bezier(0.77, 0, 0.17, 1);
  --easing-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --easing-expo-in: cubic-bezier(0.95, 0.05, 0.79, 0.03);
  --easing-expo-in-out: cubic-bezier(1, 0, 0, 1);
  --easing-expo-out-in: cubic-bezier(0, 0, 0, 1);
  --easing-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easing-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easing-circ-in-out: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easing-circ-out-in: cubic-bezier(0.075, 0.82, 0.165, 1);
}

:root {
  --z-index-global-logo: 80;
  --z-index-global-nav: 90;
  --z-index-global-nav-toggle: 100;
  --z-index-curtain: 200;
}

.ms-c-filter-modal{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0.4s linear, opacity 0.4s ease-out;
}

.ms-c-filter-modal__wrapper{
  width: 100%;
  box-sizing: border-box;
}

@media (width > 840px) {

.ms-c-filter-modal__wrapper{
    padding-inline: 80px;
    padding-block-end: 80px;
}
  }

@media (width <= 840px) {

.ms-c-filter-modal__wrapper{
    padding-inline: 20px;
    padding-block-end: 20px;
}
  }

.ms-c-filter-modal__inner{
  /* display: flex;
  flex-direction: column; */
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-inline: auto;
}

.ms-c-filter-modal__header{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

@media (width > 840px) {

.ms-c-filter-modal__header{
    height: 80px;
}
  }

@media (width <= 840px) {

.ms-c-filter-modal__header{
    height: 66px;
}
  }

.ms-c-filter-modal__close{
  display: block;
  width: 29px;
  height: 29px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (width > 840px) {

.ms-c-filter-modal__close{
    width: 40px;
    height: 40px;
}
  }

@media (width <= 840px) {

.ms-c-filter-modal__close{
    width: 36px;
    height: 36px;
}
  }

@media (width > 840px) {

.ms-c-filter-modal__header-close svg{
    width: 30px;
    height: 30px;
}
  }

@media (width <= 840px) {

.ms-c-filter-modal__header-close svg{
    width: 26px;
    height: 26px;
}
  }

.ms-c-filter-modal__content{
  position: relative;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  background: #FAFAFA;
}

@media (width > 840px){

.ms-c-filter-modal__content{
    height: calc(100svh - 80px - 80px);
}
  }

@media (width <= 840px){

.ms-c-filter-modal__content{
    min-height: calc(100svh - 66px - 20px);
}
  }

.ms-c-filter-modal__content-inner{
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}

@media (width > 840px){

.ms-c-filter-modal__content-inner{
    max-height: calc(100svh - 80px - 80px);
    padding-block-start: 24px;
    padding-block-end: 114px;
    padding-inline: 48px;
}
  }

@media (width <= 840px) {

.ms-c-filter-modal__content-inner{
    max-height: calc(100svh - 66px - 20px);
    padding-block-start: 20px;
    padding-block-end: calc(120px + 20px);
    padding-inline: 20px;
}
  }

/* Hide default scrollbar */

.ms-c-filter-modal__content-inner::-webkit-scrollbar {
  display: none;
}

.ms-c-filter-modal__content-inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Custom scrollbar wrapper */

.ms-c-filter-modal__scroll-bar {
  flex-shrink: 0;
}

/* Custom scrollbar container (track) */

.ms-c-scroll-bar {
  position: relative;
  width: 8px;
  height: 100%;
  background: #E2E2E2;
  border-radius: 4px;
}

.ms-c-scroll-bar.is-disabled {
  opacity: 0;
  pointer-events: none;
}

/* Custom scrollbar thumb */

.ms-c-scroll-bar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #828282;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.ms-c-scroll-bar__thumb:hover,
.ms-c-scroll-bar__thumb.is-dragging {
  background: #666666;
}

.ms-c-filter-modal__actions{
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #E2E2E2;
  background: #FAFAFA;
}

@media (width > 840px) {

.ms-c-filter-modal__actions{
    height: 82px;
    padding-inline: 48px;
    gap: 48px;
}
  }

@media (width <= 840px) {

.ms-c-filter-modal__actions{
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding-inline: 20px;
    gap: 12px;
}

  }

.ms-c-filter-modal__decide{
  display: flex;
  padding: 12px 38px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  background: #829687;
}

@media (width > 840px) {

.ms-c-filter-modal__decide{
    height: 50px;
    flex: 1 0 0;
}
  }

@media (width <= 840px) {

.ms-c-filter-modal__decide{
    height: 50px;
}
  }

.ms-c-filter-modal__decide-text{
  color: #FFF;
  text-align: center;
  font-feature-settings: 'palt' on;

  /* JP/ゴシック/13px/200% */
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 26px */
  letter-spacing: 1.3px;
}

.ms-c-filter-modal__clear{
  flex-shrink: 0;
  color: #828282;
  font-feature-settings: 'palt' on;

  /* JP/ゴシック/13px/200% */
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 26px */
  letter-spacing: 1.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.ms-c-filter-modal__others{
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-block-start: 32px;
}

.ms-c-filter-modal__section{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ms-c-filter-modal__section-title{
  padding-inline-start: 20px;
  color: #000;
  font-feature-settings: 'pwid' on;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.7px;
  border-left: 3px solid #829687;
}

@media (width <= 840px){

.ms-c-filter-modal__section-title{
    padding-inline-start: 16px;
    font-size: 16px;
    letter-spacing: 2.4px;
}
  }

.ms-c-filter-modal.is-active{
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ms-c-filter-modal__scroll-bar{
  position: absolute;
  width: 4px;
}

@media (width > 840px){

.ms-c-filter-modal__scroll-bar{
    top: 24px;
    right: 32px;
    height: calc(100% - 82px - 24px - 24px);
}
  }

@media (width <= 840px){

.ms-c-filter-modal__scroll-bar{
    top: 20px;
    right: 8px;
    height: calc(100% - 120px - 20px - 20px);
}
  }

@media (width > 840px){
  .ms-c-filter-modal__decide,
  .ms-c-filter-modal__clear{
    transition: opacity 0.8s;
  }
  .ms-c-filter-modal__decide:hover,
  .ms-c-filter-modal__clear:hover{
    opacity: 0.5;
  }
}

.ms-c-color-taste{
  display: flex;
  flex-direction: column;
  border: 1px solid #E2E2E2;
}

.ms-c-color-taste__tabs{
  display: flex;
}

.ms-c-color-taste__tab{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  gap: 24px;
  border: none;
  background: #FFF;
  cursor: pointer;
  padding-inline: 24px;
}

@media (width <= 840px) {

.ms-c-color-taste__tab{
    height: 48px;
    padding-inline: 15px;
    gap: 10px;
}
  }

.ms-c-color-taste__tab:not(:first-child){
  border-inline-start: 1px solid #E2E2E2;
}

.ms-c-color-taste__tab:not(.ms-c-color-taste__tab--active){
  background: #F1F1F1;
  border-block-end: 1px solid #E2E2E2;
}

.ms-c-color-taste__tab-text{
  color: #000;
  font-feature-settings: 'pwid' on;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.4px;
  white-space: nowrap;
}

@media (width <= 840px) {

.ms-c-color-taste__tab-text{
    font-size: 14px;
    letter-spacing: 2.1px;
}
  }

@media (width <= 368px) {

.ms-c-color-taste__tab-text{
    font-size: 13px;
    letter-spacing: 1.95px;
    white-space: normal;
}
  }

.ms-c-color-taste__tab-icon{
  width: 7px;
  height: 6px;
}

@media (width <= 840px) {

.ms-c-color-taste__tab-icon{
    width: 6px;
    height: 6px;
}
  }

.ms-c-color-taste__tab-icon svg{
  display: block;
  width: 100%;
  height: 100%;
}

.ms-c-color-taste__content{
  padding-inline: 24px;
  padding-block-start: 16px;
  padding-block-end: 24px;
  background: #FFF;
}

@media (width <= 840px) {

.ms-c-color-taste__content{
    padding-inline: 15px;
    padding-block-start: 12px;
    padding-block-end: 15px;
}
  }

.ms-c-color-taste__list{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ms-c-color-taste__list-item{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ms-c-color-taste__list-title{
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #000;
  font-feature-settings: 'palt' on;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.4px;
}

@media (width <= 840px) {

.ms-c-color-taste__list-title{
    font-size: 13px;
    letter-spacing: 1.3px;
}
  }

.ms-c-color-taste__list-title small{
  font-size: 10px;
}

.ms-c-color-taste__colortips{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 16px;

}

@media (width <= 840px) {

.ms-c-color-taste__colortips{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;

}
  }

.ms-c-colortip{
  position: relative;
  display: block;
  cursor: pointer;
}

.ms-c-colortip input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.ms-c-colortip__image{
  position: relative;
  display: block;
}

@media (width > 840px) {

.ms-c-colortip__image{
    /* aspect-ratio: 237 / 80; */
    height: 40px;
}
  }

@media (width <= 840px) {

.ms-c-colortip__image{
    /* aspect-ratio: 82 / 40; */
    height: 40px;
}
  }

.ms-c-colortip__image-main{
  display: block;
  width: 100%;
  height: 100%;
}

.ms-c-colortip__check{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  visibility: hidden;
}

.ms-c-colortip__check-icon{
  display: block;
  width: 16px;
  height: 12px;
  aspect-ratio: 4/3;
}

.ms-c-colortip__check-icon svg{
  display: block;
  width: 100%;
  height: 100%;
}

.ms-c-colortip__image-main img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ms-c-colortip__label{
  margin-block-start: 4px;
  color: #000;
  font-feature-settings: 'palt' on;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.2px;
}

@media (width <= 840px){

.ms-c-colortip__label{
    font-size: 10px;
    letter-spacing: 1px;
}
  }

.ms-c-colortip input:checked + .ms-c-colortip__image .ms-c-colortip__check{
  visibility: visible;
}

@media (width > 840px){
  .ms-c-colortip{
    transition: opacity 0.8s;
  }
  .ms-c-colortip:hover{
    opacity: 0.5;
  }
}

@media (width > 840px) {

.ms-c-checkboxes{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
}
  }

@media (width <= 840px) {

.ms-c-checkboxes{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
}
  }

@media (width <= 840px) {

.ms-c-checkboxes--sp-flex{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
  }

.ms-c-checkbox{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.ms-c-checkbox input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.ms-c-checkbox__inner{
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.ms-c-checkbox__icon{
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  overflow: hidden;
}

.ms-c-checkbox__icon-main{
  display: block;
  width: 8px;
  height: 6px;
  visibility: hidden;
}

.ms-c-checkbox__icon-main svg{
  display: block;
  width: 100%;
  height: 100%;
}

.ms-c-checkbox__label{
  color: #000;
  font-feature-settings: 'palt' on;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.3px;
}

@media (width <= 840px) {

.ms-c-checkbox__label{
    font-size: 12px;
    letter-spacing: 1.2px;
}
  }

.ms-c-checkbox input:checked + .ms-c-checkbox__inner .ms-c-checkbox__icon{
  border-color: #636363;
  background: #636363;
}

.ms-c-checkbox input:checked + .ms-c-checkbox__inner .ms-c-checkbox__icon-main{
  visibility: visible;
}

.ms-c-filter{
  display: flex;
  padding: 24px 48px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  align-self: stretch;
  border: 1px solid #E2E2E2;
  background: #FAFAFA;
  margin-block-end: 60px;
}

@media (width <= 840px) {

.ms-c-filter{
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-block-end: 40px;
}
  }

@media (width <= 840px) {

.ms-c-filter:first-child{
    margin-block-start: 40px;
}
  }

.ms-c-filter__title{
  color: #000;
  font-feature-settings: 'pwid' on;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2.7px;
}

@media (width <= 840px) {

.ms-c-filter__title{
    font-size: 16px;
    letter-spacing: 2.4px;
}
  }

.ms-c-filter__content{
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (width <= 840px) {

.ms-c-filter__content{
    width: 100%;
    gap: 12px;
    flex-direction: column;
}
  }

.ms-c-filter__button{
  display: flex;
  width: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #829687;
  background: #FFF;
  box-sizing: border-box;
  cursor: pointer;
}

@media (width <= 840px) {

.ms-c-filter__button{
    width: 100%;
}
  }

.ms-c-filter__button-inner{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 12px 38px;
  box-sizing: border-box;
}

.ms-c-filter__button-text{
  color: #000;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.3px;
}

.ms-c-filter__button-icon{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
}

.ms-c-filter__button-icon svg{
  display: block;
  width: 100%;
  height: 100%;
}

.ms-c-filter__clear{
  color: #828282;
  font-feature-settings: 'palt' on;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 26px */
  letter-spacing: 1.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (width > 840px){
  .ms-c-filter__button,
  .ms-c-filter__clear{
    transition: opacity 0.8s;
  }
  .ms-c-filter__button:hover,
  .ms-c-filter__clear:hover{
    opacity: 0.5;
  }
}

.ms-c-filter-button{
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  z-index: 900;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}

.ms-c-filter-button__main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #829687;
  border-bottom: 1px solid #829687;
  border-left: 1px solid #829687;
  background: #FFF;
}

@media (width > 840px){

.ms-c-filter-button__main{
    padding: 16px;
    gap: 12px;
}
  }

@media (width <= 840px){

.ms-c-filter-button__main{
    width: 60px;
    height: 60px;
    gap: 8px;
}
  }

.ms-c-filter-button__text{
  order: 2;
  color: #000;
  font-feature-settings: 'palt' on;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.3px;
}

@media (width > 840px){

.ms-c-filter-button__text{
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-orientation: mixed;
    font-feature-settings: "vpal", "vkrn";
}
  }

@media (width <= 840px){

.ms-c-filter-button__text{
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 100%;
    white-space: nowrap;
}
  }

@media (width <= 840px){

.ms-c-filter-button__text-sub{
    display: none;
}
  }

.ms-c-filter-button__icon{
  order: 1;
  flex-shrink: 0;
  display: block;
}

@media (width > 840px){

.ms-c-filter-button__icon{
    width: 14px;
    height: 14px;
}
  }

@media (width <= 840px){

.ms-c-filter-button__icon{
    width: 20px;
    height: 20px;
}
  }

.ms-c-filter-button__icon svg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ms-c-filter-button.is-active{
  transform: translate(0, -50%);
  pointer-events: auto;
}

@media (width > 840px){
  .ms-c-filter-button__main{
    transition: opacity 0.8s;
  }
  .ms-c-filter-button__main:hover{
    opacity: 0.5;
  }
}

.ms-c-scroll-bar{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #E2E2E2;
}

.ms-c-scroll-bar__thumb{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  background: #828282;
}

.ms-c-scroll-bar.is-disabled{
  display: none;
}