@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap&text=BEMANIPROLEAGUE -SEASON3-beatmaniaIIDX FINAL×EDP2023');


#setlist {
  font-size: min(1.05vw, 10px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 50px;
}

.setlist-inner {
  width: 80%;
  margin: 0 auto;
}

#setlist h3 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3.5em;
  display: flex;
  flex-flow: column;
  align-items: center;
}

#setlist h3 span:nth-child(1) {
  font-size: 2.8em;
  white-space: nowrap;
}

#setlist h3 span:nth-child(2) {
  font-size: 4.2em;
  display: block;
}

#setlist h4 {
  text-align: center;
  margin-bottom: 3.2em;
     color: #eff53f;
}

#setlist h4 span {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
}

#setlist ul {
  border: solid 1px #fff;
  margin-bottom: 5em;
  background: rgba(26,44,55,.5);
}

#setlist ul:last-child {
  margin-bottom: 2.5em;
}

#setlist ul:nth-child(even) {
  background: rgba(26,44,55,.5);
}

#setlist li {
  display: flex;
  box-sizing: border-box;
  align-items: stretch;
}

#setlist li:not(:last-child) {
  border-bottom: solid 1px #fff;
}

#setlist li:first-child {
  font-size: 2.4em;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
  justify-content: center;
   background: rgba(26,44,55,1);
   
}

#setlist li span {
  display: block;
  font-size: 2em;
  flex-shrink: 0;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
    
}

#setlist li span:nth-child(1) {
  width: 8%;
  padding: 0.5em;
  text-align: center;
  font-size: 1.6em;
  border-right: solid 1px rgba(255, 255, 255, .15);
}

#setlist li span:nth-child(2) {
  width: 46%;
  padding: 1em;
  border-right: solid 1px rgba(255, 255, 255, .15);
  border-right: solid 1px rgba(255, 255, 255, .15);
}

#setlist li.setlist115 span:nth-child(2){
    font-family: 'Noto Sans', sans-serif;
}
#setlist li span:nth-child(3) {
  width: 46%;
  padding: 1em;
}

#setlist small {
  text-align: center;
  display: block;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  #setlist{
    margin-top: 100px;
  }
  #setlist h4 span {
    font-size: 2.4em;
  }
  #setlist li:first-child {
    font-size: 1.8em;
  }
  #setlist li span:nth-child(1) {
    font-size: 1.2em;
  }
  #setlist li span {
    font-size: 1.5em;
  }
}