@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
.ttl-area {
  margin-top: -25px;
}

.guide-nav {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 769px) {
  .guide-nav {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-bottom: 10vw;
  }
}
.guide-nav li {
  width: 250px;
}
.guide-nav li a {
  font-size: 20px;
  padding: 8px 0 5px 0;
}
@media (min-width: 769px) {
  .guide-nav li a {
    padding: 6px 0;
  }
}
.guide-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 13px;
  height: 14px;
  background: url(../images/common/icon_arrow_r.svg) no-repeat;
  transform: rotate(90deg);
}

/*============================
#lineup
============================*/
#lineup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_noise.png);
  mix-blend-mode: color-burn;
  opacity: 0.5;
  z-index: 1;
}
#lineup .box-inner .c-ttl-s {
  margin-bottom: 15px;
}
#lineup .box-inner .date-txt {
  text-align: center;
  font-size: 40px;
  font-family: "Staatliches", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #lineup .box-inner .date-txt {
    font-size: 60px;
  }
}
#lineup .box-inner .artist-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media (min-width: 769px) {
  #lineup .box-inner .artist-list {
    gap: 33px 80px;
  }
}
#lineup .box-inner .artist-list li {
  width: calc(50% - 12px);
}
@media (min-width: 769px) {
  #lineup .box-inner .artist-list li {
    width: calc(33.3333333333% - 54px);
  }
}
#lineup .box-inner .artist-list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#lineup .box-inner .artist-list li a .img-box {
  margin-bottom: 5px;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  max-height: 45.3333333333vw;
  object-fit: contain;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #lineup .box-inner .artist-list li a .img-box {
    min-height: 40vw;
  }
}
@media (min-width: 769px) {
  #lineup .box-inner .artist-list li a .img-box {
    margin-bottom: 8px;
    max-height: 300px;
    height: 26.7857142857vw;
  }
}
#lineup .box-inner .artist-list li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
#lineup .box-inner .artist-list li a .img-box .img-bg {
  width: 100%;
  height: 100%;
  filter: blur(30px);
  transform: scale(1.1);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#lineup .box-inner .artist-list li a .img-box .img-bg img {
  object-fit: cover;
}
#lineup .box-inner .artist-list li a .txt-box .tag {
  display: inline-block;
  margin-bottom: 3px;
  text-align: center;
  font-size: 11px;
  font-family: "Staatliches", sans-serif;
  padding: 2px 5px;
  line-height: 1;
}
@media (min-width: 769px) {
  #lineup .box-inner .artist-list li a .txt-box .tag {
    font-size: 14px;
    padding: 4px 8px;
    margin-bottom: 6px;
  }
}
#lineup .box-inner .artist-list li a .txt-box .tag.tag01 {
  background: #fff;
}
#lineup .box-inner .artist-list li a .txt-box .name {
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 769px) {
  #lineup .box-inner .artist-list li a .txt-box .name {
    font-size: 16px;
  }
}
#lineup .lineup1 {
  background: #CCE7E0;
  position: relative;
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (min-width: 769px) {
  #lineup .lineup1 .box-inner {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  #lineup .lineup1 .wave-bg03 {
    bottom: -10.4vw;
  }
}
#lineup .lineup2 {
  background: #fff6cc;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 769px) {
  #lineup .lineup2 {
    padding-top: 110px;
    padding-bottom: 140px;
  }
}
@media (min-width: 769px) {
  #lineup .lineup2 .box-inner {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}

/*============================
#timetable
============================*/
#timetable {
  background: #fee7a3;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (min-width: 769px) {
  #timetable {
    padding-bottom: 210px;
  }
}
#timetable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_noise.png);
  mix-blend-mode: color-burn;
  opacity: 0.5;
  z-index: 1;
}
#timetable .wave-bg06 {
  z-index: 0;
  fill: #fee7a3;
}
#timetable .wave-bg06.wave-bg-t {
  transform: none;
  bottom: auto;
  top: -7.1vw;
}
#timetable .box-inner .cs-txt {
  margin-top: 40px;
}
@media (min-width: 769px) {
  #timetable .box-inner .cs-txt {
    margin-top: 62px;
  }
}

/* MODAL */
.modal-wrapper {
  position: relative;
}
.modal-wrapper .modal-window {
  display: none;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 13;
  background: #fff;
}
.modal-wrapper .modal-window.is-open {
  display: block;
  opacity: 1;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-window {
    overflow: scroll;
  }
}
.modal-wrapper .modal-window .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-window .btn-close {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .modal-wrapper .modal-window .profile-wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .modal-wrapper .modal-window .profile-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
}
.modal-wrapper .modal-window .profile-wrapper .img-box {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .modal-wrapper .modal-window .profile-wrapper .img-box {
    width: 50%;
    height: 100%;
  }
}
.modal-wrapper .modal-window .profile-wrapper .img-box .main {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.modal-wrapper .modal-window .profile-wrapper .img-box .img-bg {
  width: 100%;
  height: 100%;
  filter: blur(30px);
  transform: scale(1.1);
}
.modal-wrapper .modal-window .profile-wrapper .img-box .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-window .profile-wrapper .txt-box {
    padding: 55px 24px 63px;
  }
}
@media (min-width: 769px) {
  .modal-wrapper .modal-window .profile-wrapper .txt-box {
    overflow: scroll;
    width: 50%;
    height: 100%;
    padding: 94px min(6.25vw, 70px) 50px;
  }
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .date {
  padding: 16px 0;
  border-top: 1px solid #143948;
  border-bottom: 1px solid #143948;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 20px;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .date .tag {
  margin-top: 3px;
  display: inline-block;
  margin-bottom: 3px;
  text-align: center;
  font-size: 14px;
  font-family: "Staatliches", sans-serif;
  padding: 4px 6px 2px;
  line-height: 1;
}
@media (min-width: 769px) {
  .modal-wrapper .modal-window .profile-wrapper .txt-box .date .tag {
    font-size: 14px;
    padding: 6px 8px 4px;
    margin-bottom: 6px;
  }
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .date .tag.tag01 {
  background: #FFEAA5;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .date .txt01 {
  font-size: 16px;
  padding-top: 4px;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .detail {
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #143948;
  padding-bottom: 30px;
  margin-bottom: 24px;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .sns-box {
  margin-bottom: 40px;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .sns-box .sns-ttl {
  font-family: "Staatliches", sans-serif;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .sns-box .site-url {
  margin-bottom: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 1.9;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .sns-box .site-url a {
  text-decoration: underline;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .btn-base {
  width: 191px;
  margin: 0 auto;
}
.modal-wrapper .modal-window .profile-wrapper .txt-box .btn-base a {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 7px 0;
}
/*# sourceMappingURL=_map/artist.css.map */
