@charset "UTF-8";

.gallery .gallery_category {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.gallery .gallery_category a {
  font-size: 16px;
  line-height: 1.375;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  padding: 3px 20px;
}

.gallery .gallery_category a + a {
  border-left: dashed 1px #000;
}

.gallery .gallery_category a.current {
  color: #EB6DA5;
}

.gallery .tab_area {
  margin-bottom: 20px;
  padding: 0 10px;
}