<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;
}

.bg_livestage {
  background: url(../img/livestage/bg_rep.gif);
  background-repeat: repeat;
}

.livestage {
  max-width: 2000px;
  background: url(../img/livestage/bg.png) no-repeat center top;
  background-size: 2000px auto;
}
.livestage 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;
}

.sec_day {
  padding-top: 130px;
}

.scroll_btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 35px;
}
.scroll_btns li {
  margin-right: 16px;
}
.scroll_btns li:last-child {
  margin-right: 0;
}

.livestage {
  padding-bottom: 120px;
}

.wrap_guest {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1024px;
  margin-top: 70px;
}
.wrap_guest &gt; div {
  width: 496px;
}
.wrap_guest .left_guest {
  text-align: left;
  line-height: 1.5;
}
.wrap_guest .left_guest .tit_guest {
  font-weight: bold;
  font-size: 25px;
}
.wrap_guest .left_guest .address_club {
  margin: 30px 0 25px;
}
.wrap_guest .right_guest {
  margin-left: 30px;
}
.wrap_guest .right_guest .name_guest {
  margin: 17px 0 20px;
  font-size: 28px;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .contact {
    background: #000 url(../img/livestage/top_footer_bg.jpg) top center no-repeat;
  }
}
.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;
  }
  .artistBlock:nth-child(n+4).pc_contents {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .pc_contents {
    display: none !important;
  }

  .livestage {
    background: url(../img/livestage/sp_mv.png) no-repeat center top;
    background-size: 100% auto;
    padding: 25% 20px 8.6%;
  }
  .livestage h2 {
    padding: 25% 0 0;
  }

  .sec_day {
    padding-top: 25%;
  }

  .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 0;
  }
  .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%;
  }

  iframe {
    width: 100%;
    margin-bottom: 35px;
  }

  .scroll_btns {
    display: inline-block;
  }
  .scroll_btns li {
    margin-right: 0;
    width: 48%;
    float: left;
    margin: 1%;
  }

  .wrap_guest {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
  .wrap_guest &gt; div {
    width: auto;
  }
  .wrap_guest .left_guest {
    text-align: center;
  }
  .wrap_guest .left_guest .tit_guest {
    font-weight: initial;
    font-size: 20px;
  }
  .wrap_guest .right_guest {
    margin-left: 0;
  }
}

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