@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : artist.css
Description : アーティスト
===================================================================== */
/* =====================================================================
    artist
======================================================================*/
.banner1 {
  padding: 8rem 0 0;
}

.artist {
  padding: 8rem 0 0;
}

.artist_subttl {
  text-align: center;
  margin-bottom: 4rem;
  color: #f6fa45;
}

.artist_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.artist_list li {
  position: relative;
  margin: 0 calc(40 / 680 * 100%) 3.5rem 0;
  width: calc(320 / 680 * 100%);
}
@media screen and (max-width: 767px) {
  .artist_list li:nth-child(2n), .artist_list li:last-child {
    margin-right: 0;
  }
}
.artist_list li[data-id] figure::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  margin: -3.125% -3.125% 0 0;
  width: 25%;
  padding-top: 28.125%;
  background: url(../images/artist/icon_check1.png) no-repeat center/contain;
  transition: 0.3s ease;
}
.artist_list li figure {
  position: relative;
  margin-bottom: 3rem;
}
.artist_list li figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background: linear-gradient(45deg, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
  filter: blur(3rem);
  transform: translate(-50%, -50%) scale(-1, -1);
  z-index: -1;
}
.artist_list li figure img {
  position: relative;
  border-radius: 3rem;
}
.artist_list li h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .artist_subttl {
    font-size: max(2.2rem, 17px);
  }
  .artist_list li {
    margin: 0 calc(40 / 1080 * 100%) 5rem 0;
    width: calc(240 / 1080 * 100%);
  }
  .artist_list li:nth-child(4n), .artist_list li:last-child {
    margin-right: 0;
  }
  .artist_list li figure {
    margin-bottom: 2rem;
  }
  .artist_list li figure::before,
  .artist_list li figure img {
    border-radius: 2rem;
  }
  .artist_list li h3 {
    font-size: max(2rem, 16px);
  }
  .artist_list li[data-id] {
    transition: 0.3s ease;
    cursor: pointer;
  }
  .artist_list li[data-id]:hover figure::after {
    bottom: 1rem;
  }
}
/* =====================================================================
    special
======================================================================*/
.special {
  padding: 8rem 0;
}

.special .artist_list li[data-id] figure::after {
  background-image: url(../images/artist/icon_check2.png);
}

/* =====================================================================
    前夜祭ページ
======================================================================*/
#zenyasai .bg_grade {
  background: linear-gradient(45deg, #ffe100 4%, #ff6eb1 23%, #fc14ff 40%, #b43eff 52%, #656bff 70%, #a300e3 89%);
}
#zenyasai .header {
  overflow: visible;
}
#zenyasai .nav_menu {
  width: 100%;
}
#zenyasai .submv {
  padding-bottom: 0;
  background: none;
  pointer-events: none;
}
#zenyasai .submv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87rem;
  background-image: url(../images/common/img_deco1.png), url(../images/common/img_deco1.png), url(../images/common/img_deco1.png), url(../images/common/img_deco1.png);
  background-repeat: no-repeat;
  background-size: 51rem 51rem;
  background-position: top -15.2rem left -22rem, bottom 0 left -14rem, top -41rem right -13.4rem, bottom 25rem right -22rem;
  opacity: 0.4;
}
#zenyasai .submv_date {
  margin-top: -18rem;
  width: calc(548 / 680 * 100%);
}
#zenyasai .bg_deco2 {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  #zenyasai .bg_deco2::before {
    top: 94rem;
    height: calc(100% - 94rem);
  }
  #zenyasai .bg_deco2::after {
    top: 38.5rem;
    height: calc(100% - 38.5rem);
  }
}
#zenyasai .artist {
  padding: 8rem 0;
}
#zenyasai .head {
  padding: 8rem 0 4rem;
}
#zenyasai .head_txt {
  text-align: center;
}
#zenyasai .head_txt span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.5;
  color: #fff;
}
#zenyasai .data {
  margin-bottom: -10rem;
  padding: 16rem 0 24rem;
  background-color: rgba(255, 255, 255, 0.6);
}
#zenyasai .data_txt1 {
  text-align: center;
}
#zenyasai .present_list {
  margin-bottom: 0;
}
#zenyasai .zenyasai {
  background: #53d6e8;
}
#zenyasai .zenyasai .sec_shape {
  fill: #53d6e8;
}

@media screen and (min-width: 768px) {
  #zenyasai .submv .inner::before {
    margin-bottom: calc(53 / 1080 * 100%);
  }
  #zenyasai .submv .inner::after {
    margin-bottom: calc(56 / 1080 * 100%);
  }
  #zenyasai .submv_bg {
    height: 77rem;
    background-position: top -19.5rem left -25.5rem, bottom 15.5rem left 8.6rem, top -21rem right 8.5rem, bottom 0 right -25.5rem;
  }
  #zenyasai .submv_date {
    margin-top: -20rem;
    width: calc(600 / 1080 * 100%);
  }
  #zenyasai .head_txt span {
    font-size: 3rem;
  }
  #zenyasai .zenyasai::before {
    background-image: url(../images/common/img_wave_lightblue.png);
  }
}
/* =====================================================================
    2023アーティストコメント　add
======================================================================*/
.medley {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto;
  padding: 1rem 0.5rem;
  color: #fff;
  background: linear-gradient(45deg, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
}

.popup_list_song small {
  font-size: 60%;
}

.artist-pink {
  color: #F07B87;
  font-size: 80%;
}

.popup_list_song dd {
  margin-bottom: 1.5rem;
}/*# sourceMappingURL=artist.css.map */