menu.contents-main-filter {
  width: 100%;
  line-height: 5.6;
  height: 70px;
  background: #fff;
  text-align: center;
  color: #6f6f6f;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: opacity, transform;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
@media only screen and (min-width: 769px) {
  menu.contents-main-filter {
    line-height: 6.7;
  }
}
@media only screen and (min-width: 1025px) {
  menu.contents-main-filter {
    line-height: 9;
  }
}
@media only screen and (min-width: 769px) {
  menu.contents-main-filter {
    height: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  menu.contents-main-filter {
    height: 124.44444448px;
  }
}
menu.contents-main-filter.animate-in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
menu.contents-main-filter button {
  color: currentColor;
  will-change: color;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
menu.contents-main-filter button:after {
  content: "";
  display: block;
  width: 10px;
  margin-top: 5px;
  margin-left: 4px;
  margin-right: 0px;
  height: 1px;
  background: #bfbfbf;
  float: right;
}
@media only screen and (min-width: 769px) {
  menu.contents-main-filter button:after {
    width: 20px;
    margin-top: 7px;
    margin-left: 12px;
    margin-right: 8px;
  }
}
menu.contents-main-filter button:last-child:after {
  display: none;
}
menu.contents-main-filter button.selected {
  pointer-events: none;
}
menu.contents-main-filter button.selected,
menu.contents-main-filter button:hover {
  color: #3b3b3b;
}
