/*headerのナビ*/
/*ナビを途中から上に固定するときのコード*/
/*ナビ全体　位置*/
#filter-nav.m_fixed {
  right: 0;
  position: fixed;
  top: 0px;
  margin-top: 60px;
  z-index: 10;
  transition: 0.3s;
  background-size: auto 50px;
  background-position: top;
  height: 55px;
	width: 100%;
}
/*ナビ5つ*/
#filter-nav.m_fixed .product-index-filter {
border-radius: 0px;
  z-index: 10;
}
/*#filter-nav.m_fixed #accordionExample {
  height: 100px !important;
}*/
/*ナビ見えないよ*/
#filter-nav.m_fixed li:hover::after {
  opacity: 0;
  bottom: -15px;
}
