@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : artist.css
Description : 出演アーティストページ
===================================================================== */
.artist_comment dt, .popup_list li h3, .artist_list_inner h3 {
  padding: 0.15em 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 0, 0, 0)), color-stop(20%, rgb(3, 0, 0)), color-stop(50%, rgb(3, 0, 0)), color-stop(80%, rgb(3, 0, 0)), color-stop(99%, rgba(3, 0, 0, 0)), to(rgba(3, 0, 0, 0)));
  background: linear-gradient(to right, rgba(3, 0, 0, 0) 0%, rgb(3, 0, 0) 20%, rgb(3, 0, 0) 50%, rgb(3, 0, 0) 80%, rgba(3, 0, 0, 0) 99%, rgba(3, 0, 0, 0) 100%);
}
.artist_comment dt > *, .popup_list li h3 > *, .artist_list_inner h3 > * {
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
  -o-border-image: linear-gradient(90deg, transparent 0%, #ffbd00 50%, transparent 100%) 1/0.2rem 0 0.2rem 0;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #ffbd00), to(transparent)) 1/0.2rem 0 0.2rem 0;
     border-image: linear-gradient(90deg, transparent 0%, #ffbd00 50%, transparent 100%) 1/0.2rem 0 0.2rem 0;
  border-style: solid;
}

.artist {
  padding: 8rem 0 14rem;
}

.artist_list {
  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 li {
  position: relative;
  margin-bottom: 4rem;
  width: calc(324 / 680 * 100%);
  background-color: #000;
  border: 0.4rem solid #ffdc69;
  -o-border-image: linear-gradient(135deg, #9a5e00 0%, #dba72e 25%, #ffdc69 50%, #dba72e 75%, #9a5e00 100%);
     border-image: linear-gradient(135deg, #9a5e00 0%, #dba72e 25%, #ffdc69 50%, #dba72e 75%, #9a5e00 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  .artist_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.artist_list li.first::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: -2rem;
  display: block;
  width: 8.6rem;
  aspect-ratio: 86/34;
  background-image: url(../images/artist/icon_first.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 2;
}
.artist_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.artist_list li a::before {
  content: "";
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  display: block;
  width: 3.2rem;
  aspect-ratio: 1/1;
  background-image: url(../images/artist/icon_popup.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 2;
}
.artist_list_inner {
  position: relative;
  padding-bottom: 0.76em;
  height: 100%;
  background: url(../images/common/bg_pattern2.jpg) no-repeat center/100% 100%;
}
.artist_list_inner > * {
  position: relative;
  z-index: 1;
}
.artist_list_inner figure img {
  aspect-ratio: 1/1;
  max-height: 15.9em;
  -o-object-fit: contain;
     object-fit: contain;
}
.artist_list_inner h3 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(3, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(3, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.artist_list_inner h3 span {
  color: #fff;
  font-weight: 200;
  padding: 1.15em 0.8em;
  text-shadow: 0.06em 0.06em 0.1em #ffc000, -0.06em 0.06em 0.1em #ffc000, 0.06em -0.06em 0.1em #ffc000, -0.06em -0.06em 0.1em #ffc000;
}

@media screen and (min-width: 768px) {
  .artist {
    padding: 7rem 0 10rem;
  }
  .artist_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    width: 100%;
  }
  .artist_list li {
    margin: 0 calc(16 / 920 * 100%) 3rem 0;
    width: calc(218 / 920 * 100%);
  }
  .artist_list li:nth-child(4n) {
    margin-right: 0;
  }
  .artist_list li.first::before {
    top: -1.6rem;
    width: 6.3rem;
  }
  .artist_list li a::before {
    right: 0.6rem;
    bottom: 0.6rem;
    width: 2rem;
  }
  .artist_list_inner::before {
    background-size: 5.8rem auto;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
}

.popup_area {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup_inner {
  position: relative;
  margin: 0 auto;
  padding: 5em 0;
  width: calc(680 / 750 * 100%);
  z-index: 1;
}

.popup_close {
  position: absolute;
  top: 1.5em;
  right: 0;
  width: 1.96em;
  z-index: 2;
}

.popup_list {
  width: 100%;
  height: 100%;
}
.popup_list li {
  padding: 10rem 0 15rem;
  background: url(../images/artist/bg_artistImg-sp.jpg) no-repeat center/cover;
}
.popup_list li h3 {
  margin: 0 auto 1em;
  padding-left: 10rem;
  padding-right: 10rem;
  width: 67rem;
}
.popup_list li h3 span {
  padding: 0.4em 0;
  width: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(#cc9200), color-stop(35%, #dba72e), color-stop(50%, #f2d061), color-stop(65%, #dba72e), to(#cc9200));
  background: linear-gradient(0deg, #cc9200 0%, #dba72e 35%, #f2d061 50%, #dba72e 65%, #cc9200 100%);
  color: #f2d061;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup_list li figure {
  margin: 0 auto 1em;
  padding: 0.9rem;
  width: 59rem;
}
.popup_list li figure img {
  margin: auto;
  width: auto;
  max-height: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0.4rem solid #ffdc69;
  -o-border-image: linear-gradient(135deg, #9a5e00 0%, #dba72e 25%, #ffdc69 50%, #dba72e 75%, #9a5e00 100%);
     border-image: linear-gradient(135deg, #9a5e00 0%, #dba72e 25%, #ffdc69 50%, #dba72e 75%, #9a5e00 100%);
  border-image-slice: 1;
}

.ae_font {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.artist_comment {
  margin-bottom: 8rem;
}
.artist_comment dt {
  margin: 0 auto 6.6rem;
  padding-left: 10rem;
  padding-right: 10rem;
  width: 67rem;
}
.artist_comment dt span {
  padding: 0.4em 10rem;
  width: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(#cc9200), color-stop(35%, #dba72e), color-stop(50%, #f2d061), color-stop(65%, #dba72e), to(#cc9200));
  background: linear-gradient(0deg, #cc9200 0%, #dba72e 35%, #f2d061 50%, #dba72e 65%, #cc9200 100%);
  color: #f2d061;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.artist_comment dd {
  width: 59rem;
  line-height: 1.5;
  margin: 0 auto;
}
.artist_comment dd .movie_embed {
  border: 0.4rem solid #ffdc69;
  -o-border-image: linear-gradient(135deg, #9a5e00 0%, #dba72e 25%, #ffdc69 50%, #dba72e 75%, #9a5e00 100%);
     border-image: linear-gradient(135deg, #9a5e00 0%, #dba72e 25%, #ffdc69 50%, #dba72e 75%, #9a5e00 100%);
  border-image-slice: 1;
}

.artist_song {
  padding: 1.2em 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 0, 0, 0)), color-stop(20%, rgb(3, 0, 0)), color-stop(50%, rgb(3, 0, 0)), color-stop(80%, rgb(3, 0, 0)), color-stop(99%, rgba(3, 0, 0, 0)), to(rgba(3, 0, 0, 0)));
  background: linear-gradient(to right, rgba(3, 0, 0, 0) 0%, rgb(3, 0, 0) 20%, rgb(3, 0, 0) 50%, rgb(3, 0, 0) 80%, rgba(3, 0, 0, 0) 99%, rgba(3, 0, 0, 0) 100%);
}
.artist_song > * {
  margin-left: auto;
  margin-right: auto;
}
.artist_song dt {
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  width: 67rem;
  border-bottom: 0.2rem solid #cc9200;
  -o-border-image: linear-gradient(to right, transparent 0%, #cc9200 50%, transparent 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #cc9200), to(transparent));
     border-image: linear-gradient(to right, transparent 0%, #cc9200 50%, transparent 100%);
  border-image-slice: 1;
}
.artist_song dt img {
  width: 5em;
  margin: 0 auto;
}
.artist_song dd:not(.artist_song_lead) {
  width: 90%;
  color: #482f00;
  font-size: 164%;
  font-weight: 700;
  line-height: 1.4;
  background: -webkit-gradient(linear, left bottom, left top, from(#cc9200), color-stop(35%, #dba72e), color-stop(50%, #f2d061), color-stop(65%, #dba72e), to(#cc9200));
  background: linear-gradient(0deg, #cc9200 0%, #dba72e 35%, #f2d061 50%, #dba72e 65%, #cc9200 100%);
  color: #f2d061;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.artist_song_lead {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.5em 1.2em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#cc9200), color-stop(35%, #dba72e), color-stop(50%, #f2d061), color-stop(65%, #dba72e), to(#cc9200));
  background: linear-gradient(90deg, #cc9200 0%, #dba72e 35%, #f2d061 50%, #dba72e 65%, #cc9200 100%);
}

.popup_close2 {
  width: 41.8rem;
  margin: 5.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup_inner {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: auto;
    width: calc(920 / 1000 * 100%);
    max-width: 920px;
  }
  .popup_inner .popup_close {
    cursor: pointer;
  }
  .popup_inner .popup_list li {
    padding: 6.5rem 0;
    background-image: url(../images/artist/bg_artistImg.jpg);
  }
  .popup_inner .popup_list li h3 {
    width: 80rem;
  }
  .popup_inner .popup_list li h3 span {
    font-size: 2.6rem;
  }
  .popup_inner .popup_list li figure {
    width: 42.8rem;
  }
  .popup_inner .popup_list li figure img {
    max-height: 22rem;
  }
  .popup_inner .artist_comment dt {
    width: 80rem;
  }
  .popup_inner .artist_comment dt span {
    font-size: 2.6rem;
  }
  .popup_inner .artist_comment dd {
    width: 60rem;
  }
  .popup_inner .artist_song dt {
    width: 80rem;
  }
  .popup_inner .popup_close2 {
    cursor: pointer;
    width: 28rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .popup_inner .popup_close2:hover {
    opacity: 0.7;
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .artist_list li figure img,
  .popup_list li figure img,
  .popup_list li .artist_comment dd .movie_embed {
    display: none;
  }
}/*# sourceMappingURL=artist.css.map */