/*** #main ***/
#main.artists.toplevel {
  height: auto;
  width: 100%;
  padding-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel {
    padding-bottom: 6.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel {
    padding-bottom: 9rem;
  }
}

#main.artists.toplevel > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec1 {
    margin-bottom: 6.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 {
    margin-bottom: 9rem;
  }
}

#main.artists.toplevel > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 57.6rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec1 > .inner {
    max-width: 90rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 > .inner {
    max-width: 90rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec1 > .inner {
    padding: 0rem 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 > .inner {
    padding: 0rem 3rem;
  }
}

#main.artists.toplevel > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec1 > .inner > .box1 {
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 > .inner > .box1 {
    margin-bottom: 3rem;
  }
}

#main.artists.toplevel > .sec1 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 1.62rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec1 > .inner > .box1 > .phd {
    font-size: 1.89rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 > .inner > .box1 > .phd {
    font-size: 2.16rem;
    line-height: 1.8;
  }
}

#main.artists.toplevel > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 0.75rem 0.75rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec1 > .inner > .box2 {
    padding: 1.125rem 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 > .inner > .box2 {
    padding: 1.5rem 1.5rem;
  }
}

#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}

#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm {
  height: auto;
  width: auto;
}

#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm:not(:last-of-type) {
  margin-right: 0.75rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm:not(:last-of-type) {
    margin-right: 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}

#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.125;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm > .lnk {
    font-size: 1.4rem;
    line-height: 2.3125;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm > .lnk {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}

#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm > .lnk.hov {
  transition: opacity 0.35s;
}

#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .itm > .lnk.hov:hover {
  opacity: 0.5;
}

#main.artists.toplevel > .sec2 {
  height: auto;
  width: 100%;
}

#main.artists.toplevel > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 57.6rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner {
    max-width: 90rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner {
    max-width: 90rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner {
    padding: 0rem 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner {
    padding: 0rem 3rem;
  }
}

#main.artists.toplevel > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box1 {
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box1 {
    margin-bottom: 3rem;
  }
}

#main.artists.toplevel > .sec2 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 1.62rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box1 > .phd {
    font-size: 1.89rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box1 > .phd {
    font-size: 2.16rem;
    line-height: 1.8;
  }
}

#main.artists.toplevel > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  border-top: 1px solid #ececec;
  padding: 0 0.75rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] {
    display: flex;
    justify-content: space-between;
    padding: 1.125rem 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] {
    padding: 1.5rem 1.5rem;
  }
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 0.75rem 0;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    border-bottom: none;
    border-right: 1px solid #ececec;
    padding: 0;
    width: 10rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box1 {
    width: 15rem;
  }
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box1 > .phd {
    font-size: 2.1rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box1 > .phd {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box1 > .phd {
    transform: translateY(0.4rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box1 > .phd {
    transform: translateY(0.6rem);
  }
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  padding: 0.75rem 0;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 {
    padding: 0;
    width: calc(100% - 12.25rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 {
    width: calc(100% - 18rem);
  }
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm {
  height: auto;
  width: auto;
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm:not(:last-of-type) {
  margin-right: 0.75rem;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm:not(:last-of-type) {
    margin-right: 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.125;
}

@media screen and (min-width: 768px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm > .lnk {
    font-size: 1.4rem;
    line-height: 2.3125;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm > .lnk {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm > .lnk.hov {
  transition: opacity 0.35s;
}

#main.artists.toplevel > .sec2 > .inner > .box2 > [class^=box] > .box2 > .lst > .itm > .lnk.hov:hover {
  opacity: 0.5;
}

#main.artists.pickups {
  height: auto;
  width: 100%;
  padding-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups {
    padding-bottom: 6.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups {
    padding-bottom: 9rem;
  }
}

#main.artists.pickups > .sec1 {
  height: auto;
  width: 100%;
}

#main.artists.pickups > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 57.6rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner {
    max-width: 99.2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner {
    padding: 0rem 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner {
    padding: 0rem 3rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}

#main.artists.pickups > .sec1 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.125rem;
  font-size: 1.62rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box1 > .phd {
    margin-bottom: 1.6875rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box1 > .phd {
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box1 > .phd {
    font-size: 1.89rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box1 > .phd {
    font-size: 2.16rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box1 > .phd {
    text-align: left;
  }
}

#main.artists.pickups > .sec1 > .inner > .box1 > .phd::before {
  background-color: #808080;
  content: '';
  display: block;
  height: .1rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box1 > .phd::before {
    left: 0;
  }
}

#main.artists.pickups > .sec1 > .inner > .box1 > .phd > .txt {
  background-color: #ffffff;
  display: inline-block;
  padding-right: 1.5rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box1 > .phd > .txt {
    padding-right: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box1 > .phd > .txt {
    padding-right: 3rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box1 {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
  border-bottom: 0.1rem solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 {
    margin-bottom: 9rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 {
    margin-bottom: 12rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  border-top: 0.1rem solid #f0f0f0;
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .par {
  height: auto;
  width: 100%;
  padding: 4.5rem 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .par {
    padding: 6.75rem 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .par {
    padding: 9rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .par {
    font-size: 1.4rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .par {
    font-size: 1.6rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk {
    padding: 2.25rem 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk {
    padding: 3rem 3rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box1 {
  height: auto;
  width: 10rem;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box1 {
    width: 17.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box1 {
    width: 25rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box1 > .img {
  display: block;
  height: 10rem;
  margin: 0 auto;
  object-fit: contain;
  width: 10rem;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box1 > .img {
    height: 17.5rem;
    width: 17.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box1 > .img {
    height: 25rem;
    width: 25rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 {
  height: auto;
  width: calc(100% - 10rem);
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 {
    width: calc(100% - 17.5rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 {
    width: calc(100% - 25rem);
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 > .shd {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.44rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 > .shd {
    margin-bottom: 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 > .shd {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 > .shd {
    font-size: 1.68rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 > .shd {
    font-size: 1.92rem;
    line-height: 1.8;
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 > .phd {
  height: auto;
  width: 100%;
  font-size: 0.96rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #808080;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 > .phd {
    font-size: 1.12rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk > .box2 > .phd {
    font-size: 1.28rem;
    line-height: 1.8;
  }
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk.hov {
  transition: background-color 0.5s;
}

#main.artists.pickups > .sec1 > .inner > .box2 > [class^=box] > .lnk.hov:hover {
  background-color: #f0f0f0;
}

#main.artists.pickups > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
}

#main.artists.pickups > .sec1 > .inner > .box3 > .lnk {
  padding: 0.75rem 0rem;
  font-size: 1.08rem;
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: 0.2rem solid #808080;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 15rem;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box3 > .lnk {
    padding: 1.125rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box3 > .lnk {
    padding: 1.5rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box3 > .lnk {
    font-size: 1.26rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box3 > .lnk {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box3 > .lnk {
    width: 17.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box3 > .lnk {
    width: 20rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box3 > .lnk > .txt {
  display: inline-block;
  position: relative;
}

#main.artists.pickups > .sec1 > .inner > .box3 > .lnk > .txt::after {
  background: url("../images/ico_arrow_right2.svg") center center no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: .4rem;
  left: calc(100% + 0.75rem);
  position: absolute;
  width: 1.6rem;
}

@media screen and (min-width: 768px) {
  #main.artists.pickups > .sec1 > .inner > .box3 > .lnk > .txt::after {
    height: .5rem;
    left: calc(100% + 1.125rem);
    width: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.artists.pickups > .sec1 > .inner > .box3 > .lnk > .txt::after {
    height: .6rem;
    left: calc(100% + 1.5rem);
    width: 2.4rem;
  }
}

#main.artists.pickups > .sec1 > .inner > .box3 > .lnk.hov > .txt::after {
  transition: transform 0.35s;
}

#main.artists.pickups > .sec1 > .inner > .box3 > .lnk.hov:hover > .txt::after {
  transform: translateX(0.5rem);
}

/*# sourceMappingURL=artists.css.map */

.pickupartist_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 15px;
  row-gap: 10px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .pickupartist_list{
    row-gap: 15px;
  }
}
#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .pickupartist_listitem{
  width: 100%;
  margin-right: 0;
}
.pickupartist_link{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .pickupartist_listitem:not(:last-of-type){
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  #main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .pickupartist_listitem{
    width: calc(33.3% - 10px);
    margin-right: 0;
  }
  #main.artists.toplevel > .sec1 > .inner > .box2 > .box1 > .lst > .pickupartist_listitem:not(:last-of-type){
    margin-right: 0;
  }
}
.pickupartist_img{
  width: 100%;
  display: block;
    width: 90px;
}
@media screen and (min-width: 1200px) {
  .pickupartist_img{
    width: 110px;
  }
}
.pickupartist_img img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    vertical-align: top;
}
@media screen and (min-width: 1200px) {
  .pickupartist_img img{
  width: 90px;
  height: 90px;
  object-fit: cover;
  }
}