<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
  background-color: #000;
}

.netstage {
  max-width: 2000px;
  background: #012360 url(../img/netstage/bg.jpg) no-repeat center top;
  background-size: 2000px auto;
}
.netstage h2 {
  padding: 180px 0 50px;
}

.artistInfo {
  width: 100%;
  overflow: auto;
  height: auto;
}

.artist_list {
  width: 1150px;
  padding: 60px 0;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artist_list figure {
  line-height: normal;
}

.randomArea {
  background-color: rgba(0, 0, 0, 0.8);
}
.randomArea .artist_list {
  padding: 30px 0 20px;
}
.randomArea .slick-list {
  padding-bottom: 10px;
}
.randomArea button.slick-prev {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  top: 150px;
  left: -60px;
  background: url(../img/netstage/listen_left.png) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
}
.randomArea button.slick-prev:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.randomArea button.slick-next {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  top: 150px;
  right: -60px;
  background: url(../img/netstage/listen_right.png) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
}
.randomArea button.slick-next:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.artistBlock {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .artistBlock {
    width: 360px !important;
  }
}
.artistBlock a {
  color: #fff;
  text-decoration: none;
}
.artistBlock a &gt; div &gt; img {
  margin: auto;
}
.artistBlock a:hover &gt; div &gt; img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.artistBlock .artistImage {
  margin-bottom: 20px;
  height: 240px;
  overflow: hidden;
}
.artistBlock .artistImage img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.artistBlock .artist_name {
  padding-top: 0px;
  font-size: 26px;
  height: auto;
  line-height: 1.1em;
  height: auto;
  margin-bottom: 20px;
}
.artistBlock .artistTitleBar {
  margin-bottom: 15px;
}
.artistBlock .artistTitle {
  margin-bottom: 15px;
  height: auto;
  line-height: 1.3em;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .artistBlock:nth-child(n+4) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .netstage {
    background: url(../img/netstage/sp_mv.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .netstage h2 {
    padding: 25% 0 8.6%;
  }
  .netstage &gt; .artist_list {
    background: url(../img/netstage/sp_bg.png) repeat-y;
    background-size: 100% auto;
  }

  .randomArea {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .randomArea .artist_list, .randomArea .slick-list {
    padding: 0;
  }
  .randomArea .artistBlock {
    padding: 40px 50px;
  }
  .randomArea .artistBlock a &gt; div &gt; img {
    width: 90%;
  }
  .randomArea button.slick-prev {
    width: 30px;
    height: 30px;
    top: 28%;
    left: 10px;
    z-index: 9998;
  }
  .randomArea button.slick-next {
    width: 30px;
    height: 30px;
    top: 28%;
    right: 10px;
    z-index: 9999;
  }

  .artist_list {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .artistBlock {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 40px 20px;
  }
  .artistBlock .artistImage {
    margin-bottom: 20px;
  }
  .artistBlock .artist_name {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .artistBlock .artistTitleBar {
    margin-bottom: 15px;
  }
  .artistBlock .artistTitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .artistBlock a &gt; div &gt; img {
    width: 69%;
  }
}

/*# sourceMappingURL=netstage.css.map */</pre></body></html>