@charset "utf-8";
/* CSS Document */

/*------------ 追加 ------------*/

/*------------ MV ARTIST ------------*/
.contentMvTop{
  padding: 25rem 0 20rem;
  background: url(../images/top/bg_mv.png) no-repeat top center;
  background-size: cover;
}
.contentMovieTop{
  margin-top: 20rem;
}
.flexPickup__li:nth-child(1){
  padding-left: 0;
}
.ttlTop{
  margin-inline: auto;
  text-align: center;
}
.contentMvTop .ttlTop img{
  width: 35.3rem;
}
.artistsBlock{
  padding-top: 5rem;
}
.artistsBlock:first-of-type{
  padding-top: 0;
}
.artistsBlockList{
  margin-top: 0;
  gap: 2rem;
}
.artistsBlockList>li{
  width: calc((100% - (2rem * 8)) / 9);
  margin-left: 0;
  margin-top: 0;
}
.artistsBlockList__pic.day1 img{
  border: 1px solid #347535;
}
.artistsBlockList__pic.day2 img{
  border: 1px solid #1f318f;
}
.artistsBlockList__pic.day3 img{
  border: 1px solid #b6001f;
}
.artistsBlockList__pic img{
  width: inherit;
  height: auto;
}
@media (max-width: 768px) {
  .contentMvTop{
    background: url(../images/top/bg_mv_sp.png) no-repeat top center;
    background-size: contain;
  }
  .artistsBlockList__pic img {
    height: auto;
  }
  .artistsBlockList>li{
    width: calc((100% - (2rem * 1)) / 2);
  }

}


/*------------ SETLIST ------------*/
.contentSetlistTop{
  margin-top: 20rem;
}
.setlist_ttl{
  margin-block: 5rem 2rem;
}
.table_setlist{
  width: 100%;
  table-layout: fixed;
}
.contentSetlistTop .flexPickup__li .ttlTop img{
  width: 33.2rem;
}
.top_setlist_list {
  display: flex;
  justify-content: space-between;
}
.block_setlist_new {
  width: 410px;
  margin-right: 25px;
}
.flexPickup{
  display: block;
}
.ttlTop{
  margin-bottom: 5rem;
}
.flexPickup.-playlist{
  margin-block: 5rem;
}

/*------------ THEMESONG ------------*/
.contentMovieTop{
  background: url(../images/top/bg_movie.png) no-repeat center top;
  background-size: cover;
}
.flexPickup.-movie .ttlTop img{
  width: 55.2rem;
}
.movieBox__inner{
  padding-top: 40.25%;
}
.movieBox__inner iframe{
  width: 100%;
  max-width: 96rem;
  height: auto;
  position: absolute;
  aspect-ratio: 16 / 9;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);

}


/*------------ GALLERY ------------*/
.contentPlaylistTop{
  background: url(../images/top/bg_photogallery.png) no-repeat center top;
  background-size: cover;
  margin-top: -5.5rem;
  padding: 10rem 0;
}
.list_gallery_new {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  clear: both;
  text-align: center;
}
.list_gallery_new li {
  width: calc(1280px / 8);
}
.flexPickup.-playlist .ttlTop img{
  width: 70rem;
}
.list_gallery_new li img{
  width: 160px;
}


@media (max-width: 768px) {

  .top_setlist_list {
    flex-direction: column;
  }
  .block_setlist_new {
    width: 100%;
    margin-right: 0;
  }
  .list_gallery_new li {
    width: calc(100% / 3);
    margin: -1vw;
  }
}
