.scope-filter {
  font-size: 1.6rem;
  margin-bottom: 1.875em;
}
.scope-filter .group {
  display: flex;
  margin-bottom: 0.5em;
}
.scope-filter .group dt {
  width: 3em;
  flex-shrink: 0;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .scope-filter .group dt {
    font-size: 1.4rem;
  }
}
.scope-filter .group dd ul {
  display: flex;
  flex-wrap: wrap;
}
.scope-filter .group dd ul .filter {
  cursor: pointer;
  font-size: 1.4rem;
  margin: 0 0.3em 0.6em;
  border: 1px solid #DDD;
  padding: 0.3em 0.6em;
  border-radius: 5px;
}
.scope-filter .group dd ul .filter.mixitup-control-active {
  color: #FFF;
  background: #cb151d;
  border-color: #cb151d;
}
@media screen and (max-width: 750px) {
  .scope-filter .group dd ul .filter {
    font-size: 1.2rem;
  }
}

.scope-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.scope-list > li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .scope-list > li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.scope-list > li a:hover img {
  transform: scale(1.1);
}
.scope-list > li .figure figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.scope-list > li .figure figure img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.scope-list > li .figure .label {
  display: none;
}
.scope-list > li .text {
  background: #fff;
  font-size: 1.6rem;
  padding: 10px 0 0;
  box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .scope-list > li .text {
    font-size: 1.2rem;
  }
}
.scope-list > li .text span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .scope-list > li .text span {
    font-size: 1.1rem;
  }
}

.not-found {
  display: none;
}