@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-size: 1.46rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #0062ad;
}
.font_ryumin {
  font-family: "リュウミン R-KL";
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
}
.font_gill {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

#popup{
  margin: 50px 0;
  color: #fff;
}
#popup img,
#popup p{
  margin: 1em auto;
  max-width: 800px;
}
#popup h2{
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.5;
}
#popup p {
  line-height: 2;
}

/* セットリスト */
#popup #setList {
  text-align: center;
}
#popup #setList h2 {
  margin-bottom: 20px;
}
#popup #setList h3 {
  margin: 3em auto 1em auto;
  max-width: 800px;
}
#popup #setList .workTitle {
  margin:1em auto 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
}

#popup #setList ul {
  line-height: 2;
}
#popup .setListInner {
  display: flex;
  justify-content: center;
}
#popup .setListInner > li + li {
  margin-left: 100px;
}
#popup .setListInner ul {
  text-align: left;
}

/* footer */
#popup footer{
  padding: 60px 0 30px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
}