@charset "utf-8";

#main {padding: 50px 0;}
main section {
  width: 92%;
  margin: 0 auto!important;
  padding: 3vh 0!important;
  background: #fff;
}

#artist > h1 {
  margin: 0 auto 33px;
  padding: 13px 2%;
  color: #fff;
  background: linear-gradient(45deg, #cc99cc, #ffccff);
  font-size: min(5vw, 3rem);
  text-align: left;
  text-shadow: 1px 1px 2px #666;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
#artist > h1.dy29:after,
#artist > h1.dy30:after,
#artist > h1.dy2930:before,
#artist > h1.dy2930:after {
  padding: 4px 1% 5px 1%;
  background: #c75098;
  border-radius: .6rem;
  content: '30th';
  float: right;
  font-size: min(5vw, 2rem);
  display: flex;
  align-items: center;
}
#artist > h1.dy29:after {
  content: '29th';
}
#artist > h1.dy2930:before {
  content: '29th';
  position: absolute;
  right: 11rem;
}
#artist > h1.sub.dy29:after,
#artist > h1.sub.dy30:after,
#artist > h1.sub29.dy2930:before,
#artist > h1.sub30.dy2930:after {
  background: #000;
}
#artist > ul {
  align-items: baseline;
}
#artist > ul > li:nth-child(1) {
  width: 66%;
}
#artist > ul > li:nth-child(1) img {
  border: 1px solid #ccc;
}
#artist > ul > li a {
  border-bottom: 2px solid;
  font-size: min(4vw, 2rem);
  text-decoration: none;
}
#artist > ul > li a:after {
  margin: 0 0 0 9px;
  content: '　';
  background: transparent url(../../img/ico_out_lnk.svg) no-repeat center center;
  background-size: contain;
}


/* tablet yoko */
@media screen and (max-width: 1200px) {
  #artist > h1.dy2930:before {
    right: 11rem;
  }
}
/* tablet */
@media screen and (max-width: 820px) {
  #artist > h1.dy2930:before {
    right: 8.4rem;
  }
}

/* sp */
@media screen and (max-width: 640px) {
  html {
/*      height: auto!important;
    display: flex;
    flex-direction: column-reverse; */
  }
  body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #main {
    padding: 20px 0;
  }

  #artist > ul > li:nth-child(1),
  #artist > ul > li {
    width: 100%;
    margin: 0 auto 9px;
  }
  main section > div:last-child {
    padding: 33px 0 0;
    text-align: center !important;
  }

  #artist > h1.dy29:after,
  #artist > h1.dy30:after {
    padding: 4px 2% 5px 2%;
    border-radius: .4rem;
  }

  #artist > h1.dy2930:before {
    right: 4.4rem;
  }
  main section {
    padding: 3vh 0 9vh!important;
  }

}

/* EoS */