.music__ttl-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .music__ttl-wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .music .page-ttl {
    margin-bottom: 20px;
  }
}
.music .tab {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .music .tab {
    gap: 16px;
    margin-bottom: 30px;
  }
}
.music .tab li {
  margin-bottom: 0;
}
.music__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 125px;
  column-gap: calc((100% - (18.9% * 5)) / 4);
  margin-bottom: 127px;
}
@media screen and (max-width: 768px) {
  .music__list {
    row-gap: 80px;
    column-gap: calc(100% - (47% * 2));
  }
}
.music__list__item {
  width: 18.9%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .music__list__item {
    width: 47%;
  }
}
.music__thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .music__thumb {
    margin-bottom: 15px;
  }
}
.music .category {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .music .category {
    margin-bottom: 8px;
  }
}
.music__ttl {
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 769px) {
  .music__ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .music__ttl {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
  }
}
.music__note {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
}
.music__detail .inner {
  display: flex;
  gap: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .music__detail .inner {
    display: block;
    margin-bottom: 80px;
  }
}
.music__detail__jk {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .music__detail__jk {
    width: 100%;
    margin-bottom: 50px;
  }
}
.music__detail .category {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .music__detail .category {
    margin-bottom: 15px;
  }
}
.music__detail__ttl {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .music__detail__ttl {
    font-size: 14px;
  }
}
.music__detail__note {
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .music__detail__note {
    margin-bottom: 30px;
    font-size: 12px;
  }
}/*# sourceMappingURL=music.css.map */