@import url("https://use.typekit.net/wzn8vfr.css");
@media screen and (min-width: 769px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none !important;
  }
}

.h2 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.h5 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

p + p {
  margin-top: 10px;
}

small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 1rem;
  }
}

.title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 20px;
  }
}
.title_h3 {
  font-size: 4.2rem;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title_h3 {
    font-size: 3.2rem;
  }
}
.title_h3 small {
  font-size: 0.8em;
}
.title_h4 {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 0;
}
.title_ja {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .title_ja {
    font-size: 1.4rem;
  }
}

.link {
  text-decoration: underline;
  color: #3680E5;
}

.dib {
  display: inline-block;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 446px;
  height: 90px;
  padding-inline: 40px;
  border: 2px solid #000;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 70px;
  }
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  rotate: -45deg;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.btn_none {
  background-color: #fff;
  color: #8c8c8c;
}
.btn_none::after {
  display: none;
}
.btn_small {
  width: 100%;
  max-width: 335px;
  height: 90px;
}
.btn_black {
  background-color: #000;
  color: #fff;
}
.btn_white {
  background-color: #fff;
}
.btn_orange {
  background-color: #f04000;
  border: none;
  color: #fff;
}
.btn_en {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_en {
    font-size: 2.8rem;
  }
}
.btn_ja_b {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_ja_b {
    font-size: 1.8rem;
  }
}
.btn_ja {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .btn_ja {
    font-size: 1.4rem;
  }
}

.btn + .btn {
  margin-top: 20px;
}

main .summary .title {
  text-align: center;
}
main .summary .title_icon {
  width: 240px;
  margin-inline: auto;
  margin-bottom: 30px;
  display: block;
}
main .summary .title .title_ja {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main .summary .title .title_ja {
    font-size: 18px;
  }
}
main .artist {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  main .artist {
    margin-top: 80px;
  }
}
main .artist h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main .artist h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
main .artist_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .artist_list {
    grid-template-columns: 1fr;
  }
}
main .artist_item {
  text-align: center;
  max-width: 350px;
  margin-inline: auto;
  font-size: 18px;
}
main .artist_item img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  main .artist_item img {
    margin-bottom: 16px;
  }
}
main .artist_attention {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main .artist_attention {
    margin-top: 40px;
    font-size: 16px;
  }
}
main .schedule {
  margin-top: 120px;
}
main .schedule h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main .schedule h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
main .schedule_attention {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main .schedule_attention {
    font-size: 16px;
  }
}

.modal-artist_contents_detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .modal-artist_contents_detail {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.modal-artist_contents_detail dl dt {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal-artist_contents_detail dl dt {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.modal-artist_contents_detail dl dd a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */