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

.artist .sec_ttl {
  color: #fff;
}

.artist .sec_ttl::before {
  background-image: url(../images/common/icon_cast.png);
}

.artist .sec_ttl small {
  margin-left: 1em;
  font-size: 60%;
}

.artist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.artist_list li {
  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 h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.166;
  color: #fff;
  text-align: center;
}

.artist_list li h3 small {
  font-size: 70%;
}

.artist_list li h3 middle {
  font-size: 83%;
}

.artist_list li.new .artist_list_img figure::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9rem 9rem;
  border-color: transparent transparent #ffff00 transparent;
  z-index: 1;
}

.artist_list li.new .artist_list_img figure::after {
  content: 'new';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  font-weight: 700;
  color: #ff50c8;
  z-index: 2;
}

.artist_list_img {
  position: relative;
}

.artist_list_img::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.6rem;
  right: -0.6rem;
  width: 100%;
  height: 100%;
  background: url(../images/artist/bg_pattern.png) no-repeat center/contain;
}

.artist_list_img figure {
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3rem;
  overflow: hidden;
}

.artist_list_img figure img {
  position: relative;
  pointer-events: none;
}

.artist_popup .sec_ttl {
  padding-top: 1.2em;
  font-size: 4.7rem;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 768px) {
  .artist .sec_ttl {
    color: #fff;
  }
  .artist .sec_ttl::before {
    background-image: url(../images/common/icon_cast.png);
  }
  .artist_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(1080 / 1040 * 100%);
    margin-left: calc(-20 / 1040 * 100%);
  }
  .artist_list li {
    margin: 0 calc(36 / 1080 * 100%) 5.5rem 0;
    width: calc(242 / 1080 * 100%);
  }
  .artist_list li:nth-child(4n), .artist_list li:last-child {
    margin-right: 0;
  }
  .artist_list li h3 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .artist_list li.new .artist_list_img figure::before {
    border-width: 0 0 7rem 7rem;
  }
  .artist_list li.new .artist_list_img figure::after {
    font-size: 1.9rem;
  }
  .artist_list li[data-id] {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .artist_list li[data-id]:hover {
    opacity: 0.7;
  }
  .artist_list_img::before {
    bottom: -0.4rem;
    right: -0.4rem;
  }
  .artist_list_img figure {
    margin-bottom: 2rem;
    border-radius: 2rem;
  }
}
/*# sourceMappingURL=artist.css.map */