.txt-shadow-secondary {
    text-shadow: -1px 0 #cdcdcd, 0 1px #cdcdcd, 1px 0 #cdcdcd, 0 -1px #cdcdcd;
}
.txt-shadow-dark {
    text-shadow: -1px 0 #383838, 0 1px #383838, 1px 0 #383838, 0 -1px #383838;
}

.studio_list_cover_picture {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.studio_list_cover_picture:after {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.studio_card {
    cursor: pointer;
}


.filter_navi .span {
    
}
.filter_navi .active span {
    border-bottom: 4px #48b600 solid; color: #48b600;
}
.order_navi .active span {
    border-bottom: 4px #946fd9 solid; color: #946fd9;
}