@charset 'UTF-8';

/* label */
.label {
  background-color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 720px) {
  .label {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .label {
    margin-bottom: 2rem;
  }
}
.label__header {
  padding: 1.5rem 1rem 0;
  text-align: right;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 720px) {
  .label__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1.5rem 0;

    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-line-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .label__header {
    padding: 1.5rem 2rem 0;
  }
}
.label__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .label__nav {
    width: auto;
  }
}
.label__nav a {
  border-bottom: 1px solid #d0cad6;
  color: #9d97a3;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  line-height: 1.25rem;
  padding: 0 .375rem 1rem;
  position: relative;
  text-align: center;
}
.label__nav a.-active {
  color: #322341;
}
.label__nav a.-active::after {
  background-color: #7500ee;
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
}
@media only screen and (min-width: 720px) {
  .label__nav a {
    padding: 0 1rem 1rem;
  }
  .label__nav a:hover {
    color: #322341;
  }
  .label__nav a br {
    display: none;
  }
}
.label__nav span {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .label__nav span {
    display: inline;
    padding-left: .25rem;
    position: relative;
  }
}
.label__nav2 {
  margin-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .label__nav2 {
    margin-top: 0;
  }
}
.label__content {
  padding: 1rem;
}
@media only screen and (min-width: 720px) {
  .label__content {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .label__content {
    padding: 2rem;
    width: 960px;
  }
}
.label__content footer {
  padding: 1.5rem 0 1rem;
}
@media only screen and (min-width: 720px) {
  .label__content footer {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .label__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.label__item {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 720px) {
  .label__item {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .label__item {
    margin-bottom: 2%;
    width: 49%;
  }
}
.label__item:hover .label__artist img {
  opacity: 1;
}
@media only screen and (min-width: 720px) {
  .label__jk {
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .label__jk {
    width: 40%;
  }
}
.label__jk img {
  border-radius: 4px 0 0 4px;
  display: block;
  max-width: 130px;
}
@media only screen and (min-width: 720px) {
  .label__jk img {
    width: 100%;
    max-width: 100%;
  }
}
.label__artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  overflow: hidden;
  padding-left: .5rem;
  height: 2rem;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.label__artist__image {
  border-radius: 50%;
  margin-left: -.5rem;
  overflow: hidden;
  width: 2rem;
  height: 2rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.label__artist__image img {
  width: 100%;
  max-width: none;
  height: 100%;

  object-fit: cover;
}
.label__body {
  padding: .25rem .5rem;
  min-width: 0;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 720px) {
  .label__body {
    padding: 1rem;
  }
}
.label__body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.label__body h4 {
  color: #9d97a3;
  font-size: 10px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .label__body h4 {
    font-size: 12px;
    line-height: 22px;
  }
}
.label__col {
  padding-bottom: .25rem;
}
@media only screen and (min-width: 720px) {
  .label__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.label__history {
  color: #9d97a3;
  display: block;
  font-size: 10px;
  line-height: 20px;
  white-space: nowrap;
}
@media only screen and (min-width: 720px) {
  .label__history {
    padding: .5rem 1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .label__history {
    font-size: 12px;
    line-height: 22px;
  }
}
.label__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.label__pager li {
  color: #9d97a3;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 24px;
  list-style: none;
  padding: 1rem .5rem;
}
@media only screen and (min-width: 1024px) {
  .label__pager li {
    padding: 1.5rem 1rem;
  }
}
.label__pager a {
  color: #9d97a3;
  padding: .5rem;
}
.label__pager .-current {
  border-bottom: 3px solid #7500ee;
}
