.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
.popup-overlay.is-active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-content {
  background: #ffffff;
  padding: 40px;
  width: 90%;
  max-width: 500px;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup-content .popup-img-wrap {
  width: 100%;
  overflow: hidden;
}
.popup-content .popup-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.popup-content .js-set-name {
  font-weight: 800;
  font-size: 1.15rem;
  margin-top: 1em;
}
.popup-content .js-set-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.8em;
}

.btn-close-popup {
  position: absolute;
  top: -6vh;
  right: -3%;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
  padding: 10px;
}

.name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.name-wrapper .name {
  margin: 0;
}
.name-wrapper .btn-open-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 50%;
  pointer-events: none;
}

.popup-link-wrap {
  margin-top: 25px;
  text-align: center;
}
.popup-link-wrap .js-set-link {
  display: inline-block;
  border: 2px solid #000000;
  padding: 15px 40px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  padding-right: 60px;
}
.popup-link-wrap .js-set-link:hover {
  opacity: 0.6;
}
.popup-link-wrap .js-set-link.is-hide {
  display: none;
}
.popup-link-wrap .js-set-link::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.performer {
  color: white;
  width: 100%;
  position: relative;
  padding: 12rem 0 5rem;
}
.performer .inner {
  margin-top: 3em;
  max-width: 1000px;
}
.performer {
  background: url(../img/artists_bg_r.png) no-repeat top -200px right 0/700px, url(../img/artists_bg_l.png) no-repeat bottom -200px left 0/700px, url(../img/artists_bg_l-2.png) no-repeat top 500px left -200px/500px, url(../img/artists_bg_r-2.png) no-repeat bottom 800px right -50px/500px, url(../img/artists_bg_deco.png) no-repeat bottom right/80px, -webkit-gradient(linear, left top, left bottom, from(#f85369), color-stop(50%, #ff314b), to(#ea1400));
  background: url(../img/artists_bg_r.png) no-repeat top -200px right 0/700px, url(../img/artists_bg_l.png) no-repeat bottom -200px left 0/700px, url(../img/artists_bg_l-2.png) no-repeat top 500px left -200px/500px, url(../img/artists_bg_r-2.png) no-repeat bottom 800px right -50px/500px, url(../img/artists_bg_deco.png) no-repeat bottom right/80px, -webkit-linear-gradient(top, #f85369 0%, #ff314b 50%, #ea1400 100%);
  background: url(../img/artists_bg_r.png) no-repeat top -200px right 0/700px, url(../img/artists_bg_l.png) no-repeat bottom -200px left 0/700px, url(../img/artists_bg_l-2.png) no-repeat top 500px left -200px/500px, url(../img/artists_bg_r-2.png) no-repeat bottom 800px right -50px/500px, url(../img/artists_bg_deco.png) no-repeat bottom right/80px, linear-gradient(180deg, #f85369 0%, #ff314b 50%, #ea1400 100%);
}

.artist,
.school {
  margin-top: 3em;
  text-align: center;
}
.artist-date, .artist-opening,
.school-date,
.school-opening {
  display: inline-block;
  text-align: center;
  font-weight: 800;
  padding: 0.5em 1em;
}
.artist-date .small, .artist-opening .small,
.school-date .small,
.school-opening .small {
  font-size: 1.15rem;
}
.artist-date,
.school-date {
  background: #000000;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.artist-date h4,
.school-date h4 {
  font-size: 2rem;
}
.artist-opening,
.school-opening {
  background: #ffffff;
  color: #f40009;
  font-size: 0.8rem;
}
.artist-opening h4,
.school-opening h4 {
  font-size: 1.5rem;
}
.artist-flex,
.school-flex {
  width: 100%;
  margin: 2em auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
.artist-flex img,
.school-flex img {
  width: 100%;
  height: auto;
}
.artist-flex .flex-img:hover,
.school-flex .flex-img:hover {
  opacity: 0.9;
}
.artist-flex .name,
.school-flex .name {
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 0.2em;
  text-align: left;
}

.artist-flex {
  max-width: 1000px;
}
.artist-flex .flex-img {
  width: calc((100% - 3em) / 2);
  min-width: 280px;
}

.school-box {
  margin-top: 7em;
}

.school-flex {
  gap: 2em;
}
.school-flex .flex-img {
  width: calc((100% - 4em) / 3);
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 0;
  }
  .performer {
    padding: 10rem 0 5rem;
  }
}
@media screen and (max-width: 699px) {
  body {
    padding-top: 0 !important;
  }
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
  .inner {
    max-width: 650px;
    padding: 0 1.5em;
  }
  .popup-content {
    padding: 25px;
  }
  .popup-content .js-set-name {
    font-weight: 800;
    font-size: 1rem;
  }
  .popup-content .js-set-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .btn-close-popup {
    position: absolute;
    top: -7vh;
    right: -4%;
  }
  .performer {
    padding: 8rem 0 5rem;
  }
  .performer .inner {
    margin-top: 3em;
  }
  .performer {
    width: 100%;
    position: relative;
    background: url(../img/artists_bg_r_sp.png) no-repeat top 0 right -20px/400px, url(../img/artists_bg_r-2.png) no-repeat bottom 800px right -50px/300px, url(../img/artists_bg_l_sp.png) no-repeat bottom -100px left 0/400px, url(../img/artists_bg_l-2.png) no-repeat bottom 1500px left -150px/350px, url(../img/artists_bg_deco.png) no-repeat bottom right/50px, -webkit-gradient(linear, left top, left bottom, from(#f85369), color-stop(50%, #ff314b), to(#ea1400));
    background: url(../img/artists_bg_r_sp.png) no-repeat top 0 right -20px/400px, url(../img/artists_bg_r-2.png) no-repeat bottom 800px right -50px/300px, url(../img/artists_bg_l_sp.png) no-repeat bottom -100px left 0/400px, url(../img/artists_bg_l-2.png) no-repeat bottom 1500px left -150px/350px, url(../img/artists_bg_deco.png) no-repeat bottom right/50px, -webkit-linear-gradient(top, #f85369 0%, #ff314b 50%, #ea1400 100%);
    background: url(../img/artists_bg_r_sp.png) no-repeat top 0 right -20px/400px, url(../img/artists_bg_r-2.png) no-repeat bottom 800px right -50px/300px, url(../img/artists_bg_l_sp.png) no-repeat bottom -100px left 0/400px, url(../img/artists_bg_l-2.png) no-repeat bottom 1500px left -150px/350px, url(../img/artists_bg_deco.png) no-repeat bottom right/50px, linear-gradient(180deg, #f85369 0%, #ff314b 50%, #ea1400 100%);
  }
  .artist,
  .school {
    margin-top: 3em;
  }
  .artist-date, .artist-opening,
  .school-date,
  .school-opening {
    padding: 0.5em 1em;
  }
  .artist-date h4, .artist-opening h4,
  .school-date h4,
  .school-opening h4 {
    font-size: 1.3rem;
  }
  .artist-date .small, .artist-opening .small,
  .school-date .small,
  .school-opening .small {
    font-size: 0.9rem;
  }
  .artist-flex .name,
  .school-flex .name {
    font-size: 1rem;
  }
  .artist-flex .flex-img {
    width: 100%;
  }
  .artist-flex .name {
    font-size: 1rem;
  }
  .school-flex {
    gap: 1.2em;
  }
  .school-flex .flex-img {
    width: calc((100% - 1.2em) / 2);
    min-width: 0px;
  }
  .school-box {
    margin-top: 5em;
  }
}/*# sourceMappingURL=performer.css.map */