@charset "UTF-8";
.pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.sp img {
  width: 94%;
}

/*=============================================
=            COMING SOON            =
=============================================*/
#comingSoon {
  height: calc(100vh - 60px - 44px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: -30px;
  position: relative;
  min-height: 500px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #comingSoon {
    top: -40px;
    height: calc(100vh - 80px - 44px);
  }
}
#comingSoon .csTitle {
  width: fit-content;
  padding: 10px 40px;
  background-color: #333;
  color: #fdfdfd;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  min-width: 250px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #comingSoon .csTitle {
    font-size: 3rem;
  }
}

/*=====  End of COMING SOON  ======*/
/*=============================================
=            PAGE HEAD            =
=============================================*/
#pageHead {
  text-align: center;
  background-color: #fff;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  #pageHead {
    margin-top: 0;
  }
}
#pageHead .kvWrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  background: url("../img2027/hero_back_back.png") center center/cover no-repeat;
}
#pageHead .kv-xl {
  position: relative;
  display: none;
  width: 100%;
  max-width: 2000px;
  height: 1000px;
  margin: 0 auto;
  overflow: hidden; /* はみ出し防止 */
  background: url("../img2027/hero_back.png") center center/cover no-repeat;
}
@media only screen and (min-width: 1400px) {
  #pageHead .kv-xl {
    display: block;
  }
}
.kv-xl-confetti {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.kv-xl-confetti span {
  position: absolute;
  top: -14px;
  width: 8px;
  height: 10px;
  border-radius: 1px;
  opacity: 0.85;
  animation-name: kv-xl-confetti-fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}
.kv-xl-confetti span:nth-child(5n+1) {
  background: #00d0d0;
}
.kv-xl-confetti span:nth-child(5n+2) {
  background: #ff70df;
}
.kv-xl-confetti span:nth-child(5n+3) {
  background: #ef8500;
}
.kv-xl-confetti span:nth-child(5n+4) {
  background: #ffe783;
}
.kv-xl-confetti span:nth-child(5n) {
  background: #a9d284;
}
.kv-xl-confetti span:nth-child(1) {
  left: 4%;
  animation-duration: 6s;
  animation-delay: -1s;
}
.kv-xl-confetti span:nth-child(2) {
  left: 9%;
  animation-duration: 7.5s;
  animation-delay: -3s;
}
.kv-xl-confetti span:nth-child(3) {
  left: 14%;
  animation-duration: 5.5s;
  animation-delay: -0.5s;
}
.kv-xl-confetti span:nth-child(4) {
  left: 19%;
  animation-duration: 8s;
  animation-delay: -4s;
}
.kv-xl-confetti span:nth-child(5) {
  left: 24%;
  animation-duration: 6.5s;
  animation-delay: -2s;
}
.kv-xl-confetti span:nth-child(6) {
  left: 30%;
  animation-duration: 7s;
  animation-delay: -5s;
}
.kv-xl-confetti span:nth-child(7) {
  left: 36%;
  animation-duration: 5.8s;
  animation-delay: -1.5s;
}
.kv-xl-confetti span:nth-child(8) {
  left: 42%;
  animation-duration: 8.5s;
  animation-delay: -6s;
}
.kv-xl-confetti span:nth-child(9) {
  left: 48%;
  animation-duration: 6.2s;
  animation-delay: -2.5s;
}
.kv-xl-confetti span:nth-child(10) {
  left: 54%;
  animation-duration: 7.2s;
  animation-delay: -3.5s;
}
.kv-xl-confetti span:nth-child(11) {
  left: 60%;
  animation-duration: 5.6s;
  animation-delay: -0.8s;
}
.kv-xl-confetti span:nth-child(12) {
  left: 66%;
  animation-duration: 8.2s;
  animation-delay: -4.5s;
}
.kv-xl-confetti span:nth-child(13) {
  left: 72%;
  animation-duration: 6.8s;
  animation-delay: -1.2s;
}
.kv-xl-confetti span:nth-child(14) {
  left: 78%;
  animation-duration: 7.8s;
  animation-delay: -5.5s;
}
.kv-xl-confetti span:nth-child(15) {
  left: 84%;
  animation-duration: 5.4s;
  animation-delay: -2.2s;
}
.kv-xl-confetti span:nth-child(16) {
  left: 90%;
  animation-duration: 8.8s;
  animation-delay: -3.2s;
}
.kv-xl-confetti span:nth-child(17) {
  left: 7%;
  animation-duration: 6.4s;
  animation-delay: -4.2s;
}
.kv-xl-confetti span:nth-child(18) {
  left: 27%;
  animation-duration: 7.6s;
  animation-delay: -0.3s;
}
.kv-xl-confetti span:nth-child(19) {
  left: 57%;
  animation-duration: 5.9s;
  animation-delay: -6.5s;
}
.kv-xl-confetti span:nth-child(20) {
  left: 93%;
  animation-duration: 8.1s;
  animation-delay: -1.8s;
}
.kv-xl-confetti span:nth-child(21) {
  left: 2%;
  animation-duration: 7.3s;
  animation-delay: -2.8s;
}
.kv-xl-confetti span:nth-child(22) {
  left: 12%;
  animation-duration: 6.1s;
  animation-delay: -5.2s;
}
.kv-xl-confetti span:nth-child(23) {
  left: 17%;
  animation-duration: 8.3s;
  animation-delay: -1.1s;
}
.kv-xl-confetti span:nth-child(24) {
  left: 22%;
  animation-duration: 5.7s;
  animation-delay: -3.8s;
}
.kv-xl-confetti span:nth-child(25) {
  left: 33%;
  animation-duration: 7.9s;
  animation-delay: -0.6s;
}
.kv-xl-confetti span:nth-child(26) {
  left: 39%;
  animation-duration: 6.6s;
  animation-delay: -4.8s;
}
.kv-xl-confetti span:nth-child(27) {
  left: 45%;
  animation-duration: 8.6s;
  animation-delay: -2.1s;
}
.kv-xl-confetti span:nth-child(28) {
  left: 51%;
  animation-duration: 5.3s;
  animation-delay: -6.1s;
}
.kv-xl-confetti span:nth-child(29) {
  left: 63%;
  animation-duration: 7.1s;
  animation-delay: -1.4s;
}
.kv-xl-confetti span:nth-child(30) {
  left: 69%;
  animation-duration: 6.9s;
  animation-delay: -3.9s;
}
.kv-xl-confetti span:nth-child(31) {
  left: 75%;
  animation-duration: 8.4s;
  animation-delay: -0.9s;
}
.kv-xl-confetti span:nth-child(32) {
  left: 81%;
  animation-duration: 5.2s;
  animation-delay: -5.8s;
}
.kv-xl-confetti span:nth-child(33) {
  left: 87%;
  animation-duration: 7.4s;
  animation-delay: -2.7s;
}
.kv-xl-confetti span:nth-child(34) {
  left: 96%;
  animation-duration: 6.3s;
  animation-delay: -4.1s;
}
.kv-xl-confetti span:nth-child(35) {
  left: 11%;
  animation-duration: 8.7s;
  animation-delay: -1.6s;
}
.kv-xl-confetti span:nth-child(36) {
  left: 28%;
  animation-duration: 5.1s;
  animation-delay: -6.8s;
}
.kv-xl-confetti span:nth-child(37) {
  left: 44%;
  animation-duration: 7.7s;
  animation-delay: -3.3s;
}
.kv-xl-confetti span:nth-child(38) {
  left: 61%;
  animation-duration: 6.7s;
  animation-delay: -0.2s;
}
.kv-xl-confetti span:nth-child(39) {
  left: 76%;
  animation-duration: 8.9s;
  animation-delay: -4.7s;
}
.kv-xl-confetti span:nth-child(40) {
  left: 98%;
  animation-duration: 5.8s;
  animation-delay: -2.4s;
}

@keyframes kv-xl-confetti-fall {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(40px, 1020px, 0) rotate(360deg);
  }
}
#pageHead .kv-xl .kv-xl-side {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 0.75s;
  animation-fill-mode: both;
}
#pageHead .kv-xl .kv-xl-side img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  max-width: 530px;
}
#pageHead .kv-xl .kv-xl-side-left {
  left: 0;
  animation-name: kv-xl-side-in-left;
}
#pageHead .kv-xl .kv-xl-side-right {
  right: 0;
  animation-name: kv-xl-side-in-right;
}
@keyframes kv-xl-side-in-left {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes kv-xl-side-in-right {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#pageHead .kv-xl .kv-xl-copy {
  position: absolute;
  top: 160px;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 4;
  opacity: 0;
  animation: kv-xl-copy-in 0.8s ease-out 1s both;
}
#pageHead .kv-xl .kv-xl-copy img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes kv-xl-copy-in {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#pageHead .kv-xl .kv-xl-main {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 1080px;
  max-width: 100%;
  opacity: 0;
  animation: kv-xl-main-in 0.8s ease-out 0.5s both;
}
#pageHead .kv-xl .kv-xl-main img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes kv-xl-main-in {
  from {
    opacity: 0;
    transform: translate(-50%, 40px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
#pageHead .kv-lg {
  margin-top: 60px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #pageHead .kv-lg {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  #pageHead .kv-lg {
    display: none;
  }
}
#pageHead .kv-md {
  display: block;
}
@media only screen and (min-width: 768px) {
  #pageHead .kv-md {
    display: none;
  }
}
#pageHead .kv-md img {
  width: 100%;
}

/*=============================================
=            BANNER            =
=============================================*/
#banner {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #banner {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
#banner .bannerSwiperWrapper {
  overflow: hidden;
}
#banner .bannerSwiperWrapper a {
  display: block;
}
#banner .bannerSwiperWrapper .swiper-pagination {
  position: static;
  margin-top: 0px;
}
#banner .bannerSwiperWrapper .swiper-pagination-bullet-active {
  background: #00d0d0;
}

/*=====  End of BANNER  ======*/
/*=============================================
=           topbana            =
=============================================*/
#topbana {
  margin: 40px 0;
  position: relative;
  z-index: 5;
}

/*=============================================
=            NEWS            =
=============================================*/
#about .aboutNews {
  padding: 20px;
  position: relative;
  border: 1px solid #ddd;
  z-index: 2;
  margin-bottom: 60px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  #about .aboutNews {
    margin-bottom: 100px;
  }
}
#about .aboutNews .newsLead {
  text-align: center;
  margin-bottom: 10px;
}
#about .aboutNews .newsLead img {
  width: auto;
  max-width: 100%;
  max-height: 50px;
  height: auto;
}
#about .aboutNews .newsLead .newsLead-sub {
  margin: 6px 0 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  font-weight: 800;
}
#about .aboutNews .news-container {
  max-height: none;
  overflow: visible;
}
#about .aboutNews .news-container li {
  color: #333;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}
#about .aboutNews h3 {
  width: 100%;
  margin-top: 60px;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #about .aboutNews h3 {
    max-width: 640px;
  }
}
#about .aboutNews h3 img {
  max-width: 100%;
}
#about .aboutNews img {
  width: 100%;
}
#about .aboutNews .intro_tit {
  position: relative;
  z-index: 2;
}
#about .aboutNews .intro_event_tit {
  text-align: center;
  font-size: 5vw;
  padding: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #d70051;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #about .aboutNews .intro_event_tit {
    font-size: 4rem;
  }
}
#about .aboutNews .intro_event_wrap {
  position: relative;
}
#about .aboutNews .intro_event_wrap .iew_time {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #a90041;
  color: #fff;
  padding: 2px 8px;
  z-index: 2;
  border-radius: 6px;
  border: 2px solid #333;
  font-weight: bold;
  line-height: 3rem;
}
#about .aboutNews .intro_event_wrap .iew_in {
  position: relative;
  border: 2px solid #333;
  z-index: 1;
  padding: 20px 20px 5px;
  border-radius: 12px;
  box-shadow: 6px 6px 0px 0 rgb(215, 0, 81);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #about .aboutNews .intro_event_wrap .iew_in {
    padding: 30px 30px 10px;
  }
}
#about .aboutNews .intro_event_wrap .iew_in h2 {
  color: #fff;
  font-size: 4.2vw;
  font-weight: bold;
  display: inline;
  line-height: 3.6rem;
  padding: 0 2px;
  background: linear-gradient(transparent 0%, #d70051 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (min-width: 768px) {
  #about .aboutNews .intro_event_wrap .iew_in h2 {
    line-height: 4.6rem;
    font-size: 2.6rem;
  }
}
#about .aboutNews .intro_event_wrap .iew_in h5 {
  display: inline;
  font-size: 1.2rem;
  color: #d70051;
  border: 2px solid #d70051;
  border-radius: 6px;
  padding: 2px 10px;
  font-weight: 600;
  margin-right: 5px;
}
#about .aboutNews .intro_event_wrap .iew_in P {
  font-size: 3.5vw;
  margin-top: 20px;
  font-weight: 500;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  #about .aboutNews .intro_event_wrap .iew_in P {
    line-height: 3rem;
    font-size: 2rem;
  }
}
#about .aboutNews .intro_event_wrap .iew_in img {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  #about .aboutNews .intro_event_wrap .iew_in img {
    margin-top: 0;
  }
}
#about .aboutNews .rainbow_left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#about .aboutNews .rainbow_left img {
  max-width: 128px;
}
@media only screen and (min-width: 768px) {
  #about .aboutNews .rainbow_left img {
    max-width: 228px;
  }
}
#about .aboutNews .rainbow_right {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 0;
}
#about .aboutNews .rainbow_right img {
  max-width: 120px;
}
@media only screen and (min-width: 768px) {
  #about .aboutNews .rainbow_right img {
    max-width: 300px;
  }
}

/*=====  End of TOPICS  ======*/
/*=============================================
=            archive           =
=============================================*/
#archive {
  position: relative;
  z-index: 2;
}
#archive .infoBar {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #archive .infoBar {
    flex-direction: row;
  }
}
#archive .infoBar .infoBar-item {
  flex: 1 1 0;
  margin: 0;
  padding: 0.4em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 34px);
  line-height: 1;
}
#archive .infoBar .infoBar-item-free {
  background: #ffbb00;
  color: #000;
  font-size: clamp(20px, 3.4vw, 50px);
}
#archive .infoBar .infoBar-item-date {
  background: #6f00c3;
}
#archive .infoBar .infoBar-item-date .infoBar-item-em {
  font-size: 160%;
}
#archive .infoBar .infoBar-item-place {
  background: #ff0080;
  font-size: clamp(20px, 2.5vw, 38px);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #archive .infoBar .infoBar-item-place {
    line-height: 1.6;
  }
}

/*=============================================
=            SLIDE            =
=============================================*/
#slide {
  overflow: hidden;
  padding: 15px 0;
}
#slide .slideSwiperWrapper {
  overflow: hidden;
}
#slide .slideSwiper {
  overflow: visible;
}
#slide .slideSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/*=====  End of SLIDE  ======*/
/*=============================================
=            MOVIE            =
=============================================*/
.news-container {
  max-height: 150px; /* 高さを指定 */
  overflow-y: scroll; /* 縦のスクロールを有効に */
}

.news-container::-webkit-scrollbar {
  width: 12px;
}

.news-container::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  border: 5px solid #00d0d0;
}

.news-container::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 2px;
}

.news-container ul {
  padding: 0;
  margin: 0;
  list-style: none; /* リストのスタイルをリセット */
}

.news-container li {
  padding: 10px; /* 各リストアイテムのパディング */
  color: #fff;
  font-weight: bold;
}

#movie {
  padding-top: 80px;
  margin-bottom: -20px;
}
#movie .container {
  background-color: #00d0d0;
  padding: 40px;
}
#movie .container h2 {
  color: #fff;
  font-weight: bold;
  font-size: 6rem;
  letter-spacing: 0;
}

/*=====  End of MOVIE  ======*/
/*=============================================
=            ABOUT            =
=============================================*/
#about {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #about {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
#about .aboutLead {
  text-align: center;
  font-weight: 900;
  font-size: 2.2rem;
  color: #00d0d0;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
#about .aboutLead.inview:not(.animated) {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #about .aboutLead {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
}
#about .dscBox {
  font-size: 3.5vw;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #about .dscBox {
    font-size: 1.8rem;
    margin-bottom: 70px;
    letter-spacing: 0.2rem;
  }
}
#about .dscBox h2 {
  font-size: 7vw;
  font-weight: bold;
  line-height: 1.2em;
  margin: 30px 0 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #about .dscBox h2 {
    font-size: 30px;
    line-height: 2em;
  }
}
@media only screen and (min-width: 992px) {
  #about .dscBox h2 {
    font-size: 40px;
  }
}
#about .dscBox .copywhite {
  -webkit-text-stroke: 4px #000;
  color: #fff;
  paint-order: stroke fill;
  text-shadow: 3px 3px 0 #000;
  margin: 0;
}
#about .dscBox .copywhite span {
  font-size: 3.5vw;
  -webkit-text-stroke: 0;
  color: #000;
  paint-order: none;
  text-shadow: none;
}
@media only screen and (min-width: 768px) {
  #about .dscBox .copywhite span {
    font-size: 1.8rem;
  }
}
#about .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#about .youtube h5 {
  text-align: center;
}
#about .youtube h5 img {
  width: 180px;
}
#about .youtube iframe {
  width: 100%;
  height: 100%;
}
#about .eventLead {
  text-align: center;
  margin: 40px 0 20px;
  font-weight: bold;
}
#about .eventLead img {
  width: auto;
  max-width: 100%;
  max-height: 50px;
  height: auto;
}
#about .eventLead .eventLead-sub {
  margin: 6px 0 0;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
#about .eventModalGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #about .eventModalGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#about .eventModalGrid p {
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  margin: 8px 0 0;
  font-weight: bold;
}
#about .eventModalGrid .eventModalGrid-item {
  cursor: pointer;
}
#about .eventModalGrid .eventModalGrid-item.inview:not(.animated) {
  opacity: 0;
}
#about .eventModalGrid .eventModalGrid-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
#about .eventModalGrid .eventModalGrid-item:hover img {
  transform: scale(1.05);
}
#about .about_left,
#about .about_right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 220px;
  display: none;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  #about .about_left,
  #about .about_right {
    display: block;
  }
}
#about .about_left .kv-xl-confetti,
#about .about_right .kv-xl-confetti {
  position: absolute;
  inset: 0;
}
#about .about_left {
  left: 0;
}
#about .about_right {
  right: 0;
}

/*=====  End of ABOUT  ======*/
/*=============================================
=            DETAIL            =
=============================================*/
#detail {
  background-color: #ff3010;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 10px;
  min-height: 240px;
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  #detail {
    padding-top: 30px;
    min-height: 320px;
  }
}
#detail > .matt {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #detail > .matt {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 8px;
  }
}
#detail > .container {
  position: relative;
  z-index: 1;
}
#detail > .container > .baloon {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #detail > .container > .baloon {
    width: 135px;
  }
}
#detail > .container > .baloon.left {
  top: auto;
  bottom: -15%;
  left: 10%;
}
@media only screen and (min-width: 768px) {
  #detail > .container > .baloon.left {
    bottom: -25%;
  }
}
#detail > .container > .baloon.right {
  top: -10%;
  left: auto;
  right: 10%;
  transform: translate(50%, 50%);
}
@media only screen and (min-width: 768px) {
  #detail > .container > .baloon.right {
    top: -15%;
  }
}
#detail .dateBox {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#detail .detailWrapper {
  color: #fff;
  font-weight: 700;
  font-size: 3.25vw;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #detail .detailWrapper {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
#detail .detailWrapper dl {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #detail .detailWrapper dl {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
}
#detail .detailWrapper dt {
  flex: 0 0 130px;
  text-align: center;
  color: #ff70df;
  background-color: #fdfdfd;
  border: 3px solid #ff70df;
  font-weight: bold;
  border-radius: 8px;
  width: fit-content;
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #detail .detailWrapper dt {
    margin-right: 20px;
    margin-left: 0;
  }
}
#detail .detailWrapper dd {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #detail .detailWrapper dd {
    text-align: left;
  }
}
#detail .detailWrapper dd a {
  display: inline-block;
}
#detail .safetyWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
}
#detail .safetyWrapper h4 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
#detail .safetyWrapper .safetyDetailWrapper {
  margin-top: 30px;
  margin-bottom: 50px;
  border: 3px solid #333;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
#detail .safetyWrapper .safetyDetailWrapper:before {
  border-radius: 3px;
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  height: 100%;
  top: 10px;
  left: -3px;
  z-index: -1;
  background-color: #333;
}
#detail .safetyWrapper .safetyDetailWrapper dt {
  background-color: #ff70df;
  color: #fdfdfd;
  font-weight: bold;
  padding: 5px 25px 5px 15px;
  font-size: 1.6rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #detail .safetyWrapper .safetyDetailWrapper dt {
    padding: 5px 25px;
    font-size: 2rem;
  }
}
#detail .safetyWrapper .safetyDetailWrapper dt .plus {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (min-width: 768px) {
  #detail .safetyWrapper .safetyDetailWrapper dt .plus {
    right: 20px;
  }
}
#detail .safetyWrapper .safetyDetailWrapper dt .plus:before {
  width: 100%;
  height: 3px;
  background-color: #fdfdfd;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#detail .safetyWrapper .safetyDetailWrapper dt .plus:after {
  width: 3px;
  height: 100%;
  background-color: #fdfdfd;
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
#detail .safetyWrapper .safetyDetailWrapper dt.active .plus:after {
  transform: translateX(-50%) rotate(90deg);
}
#detail .safetyWrapper .safetyDetailWrapper dd {
  margin-bottom: 0;
  background-color: #fdfdfd;
  font-size: 1.4rem;
  display: none;
}
#detail .safetyWrapper .safetyDetailWrapper dd .inner {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  #detail .safetyWrapper .safetyDetailWrapper dd .inner {
    padding: 30px 45px;
  }
}
#detail .safetyWrapper .safetyDetailWrapper dd .inner h6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.35;
}
#detail .safetyWrapper .safetyDetailWrapper dd .inner ol {
  margin-top: 25px;
  padding-left: 20px;
}
#detail .safetyWrapper .safetyDetailWrapper dd .inner ol li {
  line-height: 1.35;
  margin-bottom: 10px;
}

.detail_pdf {
  text-align: center;
  padding: 0 0 30px;
}

.google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  border: 6px solid #ff3010;
}
@media only screen and (min-width: 576px) {
  .google-maps {
    padding-bottom: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .google-maps {
    padding-bottom: 25%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*=====  End of DETAIL  ======*/
/*=============================================
=            PROGRAM            =
=============================================*/
#program {
  padding: 20px 0 120px;
  position: relative;
  z-index: 0;
}
#program .sectionTitleWrapper {
  margin-bottom: 20px;
  text-align: center;
}
#program .sectionTitleWrapper .sectionTitle {
  font-size: 2.6rem;
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #program .sectionTitleWrapper .sectionTitle {
    margin-right: 20px;
    font-size: 4.8rem;
  }
}
#program .sectionTitleWrapper .announce {
  max-width: 220px;
}
@media only screen and (min-width: 768px) {
  #program .sectionTitleWrapper .announce {
    max-width: 430px;
  }
}
#program .program_btn {
  text-align: center;
}
#program .program_btn img {
  opacity: 1;
  transition: 0.2s;
}
#program .program_btn img:hover {
  opacity: 0.8;
}
#program .program_in {
  width: 100%;
  margin: 40px 0;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(100, 100, 100, 0.2);
}
@media only screen and (min-width: 768px) {
  #program .program_in {
    padding: 40px;
  }
}
#program .program_in h2 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 4.5vw;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  #program .program_in h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
#program .program_in p {
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#program .program_block {
  padding-bottom: 40px;
  border-bottom: 2px dotted #efefef;
}
#program .program_time {
  margin-top: 0;
  background-image: linear-gradient(150deg, rgb(240, 149, 154), rgb(192, 109, 217));
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  padding: 0 10px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #program .program_time {
    margin-top: 20px;
  }
}
#program .stageSection {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(255, 183.5, 239);
  padding: 20px;
  border-radius: 8px;
  overflow: visible;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #program .stageSection {
    padding: 30px;
  }
}
#program .stageSection:last-child {
  margin-bottom: 0;
}
#program .stageTitleWrapper {
  position: relative;
  z-index: 1;
}
#program .stageTitleWrapper .title {
  min-width: 200px;
  text-align: center;
  background-color: #fdfdfd;
  color: #ff70df;
  font-weight: 900;
  border-radius: 3px;
  border: 5px solid #333;
  transform: skewX(-12deg);
  z-index: 1;
  line-height: 1.2;
  padding: 8px 15px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  #program .stageTitleWrapper .title {
    font-size: 2.4rem;
  }
}
#program .stageTitleWrapper .title span {
  display: block;
  transform: skewX(12deg);
}
#program .stageTitleWrapper .matt {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  top: 5px;
  left: 5px;
  z-index: -1;
  transform: skewX(-12deg);
  background-color: #333;
}
#program .mainStageWrapper {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  #program .mainStageWrapper {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) {
  #program .mainStageWrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#program .mainStageWrapper .timetableCol {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #program .mainStageWrapper .timetableCol {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #program .mainStageWrapper .timetableCol {
    flex: 0 0 430px;
    max-width: 430px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#program .mainStageWrapper .timetableCol .timeInner {
  height: 100%;
  position: relative;
}
#program .mainStageWrapper .timetableCol .timeInner .contentWrapper {
  position: sticky;
  top: 100px;
}
#program .mainStageWrapper .pContentCol {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  #program .mainStageWrapper .pContentCol {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  #program .mainStageWrapper .pContentCol {
    flex: 1 1 auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#program .mainStageWrapper .contentWrapper {
  background-color: #fdfdfd;
  border-radius: 8px;
  padding: 15px;
}
#program .mainStageWrapper .contentTitleWrapper {
  text-align: center;
  margin-bottom: 20px;
  color: #ff70df;
}
#program .mainStageWrapper .contentTitleWrapper .contentTitle {
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  #program .mainStageWrapper .contentTitleWrapper .contentTitle {
    font-size: 2rem;
  }
}
#program .mainStageWrapper .timetableBox {
  display: flex;
}
#program .mainStageWrapper .timetableBox .time > div {
  font-size: 1.2rem;
  height: 40px;
  position: relative;
  line-height: 1;
  align-items: center;
  display: flex;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  #program .mainStageWrapper .timetableBox .time > div {
    font-size: 1.4rem;
  }
}
#program .mainStageWrapper .timetableBox .graph {
  flex: 1 1 auto;
  margin-left: 15px;
  position: relative;
}
#program .mainStageWrapper .timetableBox .graph > div {
  position: relative;
  height: 40px;
}
#program .mainStageWrapper .timetableBox .graph > div:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  background-color: rgb(221.6, 221.6, 221.6);
}
#program .mainStageWrapper .timetableBox .graph .timeBox {
  display: block;
  background-color: rgb(255, 126.3, 226.2);
  color: #fdfdfd;
  position: absolute;
  left: 0px;
  width: calc(100% - 20px);
  margin: 0 10px;
  border-radius: 8px;
  z-index: 2;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) {
  #program .mainStageWrapper .timetableBox .graph .timeBox:hover {
    background-color: rgb(229.5, 100.8, 200.7);
  }
}
#program .mainStageWrapper .timetableBox .graph .timeBox#timebox01 {
  top: 60px;
  height: 93.3333333333px;
}
#program .mainStageWrapper .timetableBox .graph .timeBox#timebox02 {
  top: 220px;
  height: 146.6666666667px;
}
#program .mainStageWrapper .timetableBox .graph .timeBox#timebox03 {
  top: 420px;
  height: 120px;
}
#program .mainStageWrapper .timetableBox .graph .timeBox#timebox04 {
  top: 620px;
  height: 120px;
}
#program .mainStageWrapper .timetableBox .graph .timeBox#timebox05 {
  top: 820px;
  height: 106.6666666667px;
}
#program .mainStageWrapper .timetableBox .graph .timeBox .inner {
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  #program .mainStageWrapper .timetableBox .graph .timeBox .inner {
    padding: 15px;
  }
}
#program .mainStageWrapper .timetableBox .graph .timeBox .inner .iTime {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#program .mainStageWrapper .timetableBox .graph .timeBox .inner .title {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #program .mainStageWrapper .timetableBox .graph .timeBox .inner .title {
    font-size: 1.8rem;
  }
}
#program .mainStageBox {
  background-color: #fdfdfd;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #program .mainStageBox {
    padding: 30px;
    padding-bottom: 10px;
  }
}
#program .mainStageBox:last-child {
  margin-bottom: 0;
}
#program .mainStageBox .infoWrapper {
  margin-bottom: 20px;
}
#program .mainStageBox .infoWrapper .time {
  color: #fdfdfd;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #ff70df;
  border-radius: 3px;
  padding: 5px 10px;
  width: fit-content;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #program .mainStageBox .infoWrapper .time {
    font-size: 2rem;
  }
}
#program .mainStageBox .infoWrapper .title {
  color: #ff70df;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  #program .mainStageBox .infoWrapper .title {
    font-size: 2.8rem;
  }
}
#program .mainStageBox .infoWrapper .dscBox {
  line-height: 1.5;
}
#program .mainStageBox .guestRow {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  flex-wrap: wrap;
}
#program .mainStageBox .guestRow .guestCol {
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 50%;
  max-width: 350px;
}
@media only screen and (min-width: 992px) {
  #program .mainStageBox .guestRow .guestCol {
    flex: 0 0 33.333%;
  }
}
@media only screen and (min-width: 1200px) {
  #program .mainStageBox .guestRow .guestCol {
    flex: 0 0 25%;
  }
}
#program .mainStageBox .guestRow .guestCol .guestBox {
  margin-bottom: 20px;
}
#program .mainStageBox .guestRow .guestCol .guestBox .imgBox {
  margin-bottom: 5px;
}
#program .mainStageBox .guestRow .guestCol .guestBox .nameWrapper {
  word-break: break-all;
}
#program .mainStageBox .guestRow .guestCol .guestBox .nameWrapper .name {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 992px) {
  #program .mainStageBox .guestRow .guestCol .guestBox .nameWrapper .name {
    font-size: 1.6rem;
  }
}
#program .mainStageBox .guestRow .guestCol .guestBox .nameWrapper .enName {
  font-size: 1.2rem;
  font-weight: bold;
}
#program .mainStageBox .guestRow .guestCol .guestBox .nameWrapper hr {
  margin-top: 8px;
  margin-bottom: 5px;
}
#program .mainStageBox .guestRow .guestCol .guestBox .nameWrapper .sub {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2px;
  line-height: 1.5;
  color: rgb(121.4, 121.4, 121.4);
}
#program .mainStageBox .guestRow .guestCol .guestBox .nameWrapper .enSub {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem;
  color: rgb(121.4, 121.4, 121.4);
}
#program .outsideStage {
  background-color: rgb(255, 226.4, 248.6);
  padding-bottom: 14px;
}
#program .outsideStage .stageTitleWrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #program .outsideStage .sectionDscBox {
    text-align: center;
  }
}
#program .outsideStage .outsideStageWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 30px;
}
#program .outsideStage .outsideStageWrapper .outsideStageCol {
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  #program .outsideStage .outsideStageWrapper .outsideStageCol {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#program .outsideStage .outsideStageWrapper .outsideStageBox {
  background-color: #fdfdfd;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 576px) {
  #program .outsideStage .outsideStageWrapper .outsideStageBox {
    padding: 30px 25px;
    display: flex;
    align-items: center;
  }
}
#program .outsideStage .outsideStageWrapper .outsideStageBox .imgWrapper {
  flex: 0 0 50%;
}
@media only screen and (min-width: 768px) {
  #program .outsideStage .outsideStageWrapper .outsideStageBox .imgWrapper {
    max-width: 300px;
  }
}
#program .outsideStage .outsideStageWrapper .outsideStageBox .dscWrapper {
  margin-top: 15px;
  word-break: break-all;
}
@media only screen and (min-width: 576px) {
  #program .outsideStage .outsideStageWrapper .outsideStageBox .dscWrapper {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
#program .outsideStage .outsideStageWrapper .outsideStageBox .time {
  color: #fdfdfd;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
  background-color: #ff70df;
  border-radius: 3px;
  padding: 5px 10px;
  width: fit-content;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #program .outsideStage .outsideStageWrapper .outsideStageBox .time {
    font-size: 1.6rem;
  }
}
#program .outsideStage .outsideStageWrapper .outsideStageBox .nameWrapper .name {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #program .outsideStage .outsideStageWrapper .outsideStageBox .nameWrapper .name {
    font-size: 1.8rem;
  }
}
#program .outsideStage .outsideStageWrapper .outsideStageBox .nameWrapper .enName {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(121.4, 121.4, 121.4);
}

/*=====  End of PROGRAM  ======*/
/*=============================================
=            performer            =
=============================================*/
#performer {
  padding: 50px 0 100px;
  position: relative;
  background: #fff;
}
#performer .sectionTitleWrapper {
  text-align: center;
}
#performer .sectionTitleWrapper img {
  width: 90%;
  max-width: 620px;
}
#performer .performer_box {
  margin-top: 40px;
}
#performer .performer_box h5 {
  text-align: center;
  font-weight: bold;
  font-size: 3.8vw;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #performer .performer_box h5 {
    font-size: 2rem;
  }
}
#performer .performer_box .per_orange {
  color: #f29a5c;
}
#performer .performer_box .per_orange2 {
  color: #f4a761;
}
#performer .performer_box .per_purple {
  color: #8e81bb;
}
#performer .performer_box .per_purple2 {
  color: #8362a7;
}
#performer .performer_box .per_pink {
  color: #ec7e8f;
}
#performer .performer_box .per_pink2 {
  color: #f0959a;
}
#performer .performer_box .per_blue {
  color: #55c0dc;
}

/*=============================================
=            guest/event           =
=============================================*/
#guest {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
#guest .guest_tit {
  margin-bottom: 40px;
}
#guest .guest_tit h3 {
  font-size: 3vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #guest .guest_tit h3 {
    font-size: 2.2rem;
  }
}
#guest .guest_tit h4 {
  font-size: 3vw;
  font-weight: bold;
  margin-top: 40px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  #guest .guest_tit h4 {
    font-size: 1.4rem;
  }
}
#guest .guest_text {
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  line-height: 2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #guest .guest_text {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
#guest .guest_a {
  color: #ea596b;
}
#guest .guest_b {
  color: #5cc0bd;
}
#guest .guest_c {
  color: #7895cc;
}
#guest .guest_d {
  color: #f08d03;
}
#guest .guest_e {
  color: #b500cd;
}

/*=============================================
=            EVENT            =
=============================================*/
#event {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: rgb(2, 0, 36);
  background: linear-gradient(45deg, rgb(2, 0, 36) 0%, rgb(255, 255, 255) 0%, rgb(228, 243, 246) 100%);
}
@media only screen and (min-width: 768px) {
  #event {
    padding-top: 100px;
  }
}
#event > .matt {
  position: absolute;
  content: "";
  width: 100%;
  height: 400px;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgb(252.6, 236.7, 216.75);
  transform: skewY(-6deg) translateY(0%);
}
#event .sectionTitleWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#event .sectionTitleWrapper .sectionTitle {
  font-size: 2.6rem;
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #event .sectionTitleWrapper .sectionTitle {
    margin-right: 20px;
    font-size: 4.8rem;
  }
}
#event .sectionTitleWrapper .liveannounce {
  margin: 0 auto;
  max-width: 220px;
}
@media only screen and (min-width: 768px) {
  #event .sectionTitleWrapper .liveannounce {
    width: 100%;
    max-width: 405px;
  }
}
#event .sectionTitleWrapper .liveannounce img {
  width: 100%;
}
#event .eventLead {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #fdfdfd;
  background-color: #ef8500;
  border-radius: 8px;
  padding: 10px 5px;
  line-height: 1.35;
}
@media only screen and (min-width: 768px) {
  #event .eventLead {
    font-size: 3.6rem;
  }
}
#event .eventWrapper {
  margin-top: 30px;
}
#event .eventWrapper.new .people {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 576px) {
  #event .eventWrapper.new .people {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  #event .eventWrapper.new .people {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  #event .eventWrapper.new .people {
    width: 45%;
  }
}
#event .eventRow {
  display: flex;
  flex-wrap: wrap;
}
#event .eventRow .eventCol {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  #event .eventRow .eventCol {
    flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  #event .eventRow .eventCol {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
#event .eventRow .eventCol .eventBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
#event .eventRow .eventCol .eventBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#event .eventRow .eventCol .eventBox:hover .imgBg {
  transform: scale(1.05);
}
#event .eventRow .eventCol .eventBox:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}
#event .eventRow .eventCol .eventBox .titleWrapper {
  position: relative;
}
#event .eventRow .eventCol .eventBox .title {
  min-width: 200px;
  text-align: center;
  background-color: #ff70df;
  color: #fdfdfd;
  font-weight: 900;
  border-radius: 3px;
  border: 3px solid #333;
  transform: skewX(-12deg);
  z-index: 1;
  line-height: 1.2;
  padding: 8px 15px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #event .eventRow .eventCol .eventBox .title {
    font-size: 1.8rem;
  }
}
#event .eventRow .eventCol .eventBox .title.orange {
  background-color: #ef8500;
}
#event .eventRow .eventCol .eventBox .title.teal {
  background-color: #00d0d0;
}
#event .eventRow .eventCol .eventBox .title.purple {
  background-color: #5f2ebe;
}
#event .eventRow .eventCol .eventBox .title.blue {
  background-color: #16a2fc;
}
#event .eventRow .eventCol .eventBox .title span {
  display: block;
  transform: skewX(12deg);
}
#event .eventRow .eventCol .eventBox .matt {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  top: 3px;
  left: 3px;
  z-index: -1;
  transform: skewX(-12deg);
  background-color: #333;
}
#event .eventRow .eventCol .eventBox .imgBg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#event .people {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
}
#event .people img {
  width: 100%;
  max-width: 822px;
}
@media only screen and (min-width: 576px) {
  #event .people {
    margin-left: auto;
    margin-right: 0;
    margin-top: 100px;
  }
}

.event_photo_wrap {
  position: relative;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .event_photo_wrap {
    margin-top: 0;
  }
}
.event_photo_wrap a {
  display: block;
}

.event_photo_badge {
  position: absolute;
  top: -50px;
  left: -10px;
  max-width: 80px;
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  .event_photo_badge {
    max-width: 207px;
    left: 0;
  }
}
.event_photo_badge img {
  width: 100%;
}

.event_photo {
  text-align: center;
  position: relative;
  z-index: 1;
}
.event_photo a {
  display: block;
}
.event_photo img {
  border-radius: 30px;
}

/*----------  MODAL  ----------*/
.iziModal {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .iziModal {
    width: 80%;
  }
}
.iziModal .inline-content {
  padding: 50px 5px;
}
@media only screen and (min-width: 992px) {
  .iziModal .inline-content {
    padding: 30px 15px;
  }
}
.iziModal .inline-content .titleWrapper {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .iziModal .inline-content .titleWrapper {
    margin-top: 0;
  }
}
.iziModal .inline-content .title {
  min-width: 200px;
  text-align: center;
  background-color: #ff70df;
  color: #fdfdfd;
  font-weight: 900;
  border-radius: 3px;
  z-index: 1;
  line-height: 1.2;
  padding: 8px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .iziModal .inline-content .title {
    font-size: 2.4rem;
  }
}
.iziModal .inline-content .title.orange {
  background-color: #ef8500;
}
.iziModal .inline-content .title.teal {
  background-color: #00d0d0;
}
.iziModal .inline-content .title.purple {
  background-color: #5f2ebe;
}
.iziModal .inline-content .title.blue {
  background-color: #16a2fc;
}
.iziModal .inline-content .title span {
  display: block;
}
.iziModal .inline-content .matt {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  top: 3px;
  left: 3px;
  z-index: -1;
  background-color: #333;
}
.iziModal .dscBox {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .iziModal .dscBox {
    font-size: 1.8rem;
  }
}

/*=====  End of EVENT  ======*/
/*=============================================
=            PICKUP            =
=============================================*/
#pickup {
  padding-top: calc(6vw + 80px);
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
  margin-top: -6vw;
  border-bottom: 15px solid #333;
}
@media only screen and (min-width: 992px) {
  #pickup {
    padding-bottom: 150px;
    padding-top: calc(6vw + 150px);
  }
}
#pickup .pickupTitleWrapper {
  border-bottom: 8px solid #333;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #pickup .pickupTitleWrapper {
    width: 120px;
    height: 100%;
    align-self: stretch;
    border-right: 8px solid #333;
    border-bottom: none;
  }
}
#pickup .pickupTitleWrapper .sectionTitleWrapper .sectionTitle {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #pickup .pickupTitleWrapper .sectionTitleWrapper .sectionTitle {
    margin-bottom: 0;
    font-size: 8rem;
    width: fit-content;
    transform: rotate(-90deg) translateY(0%) translateX(-100%);
    transform-origin: left top;
    white-space: nowrap;
  }
}
#pickup .contentWrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  #pickup .contentWrapper {
    margin-right: 0;
    margin-left: 30px;
    width: 680px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #pickup .contentWrapper {
    margin-left: 30px;
    width: 800px;
  }
}
#pickup .contentWrapper .doubleBoxWrapper {
  display: block;
  margin-bottom: 50px;
}
#pickup .contentWrapper .doubleBoxWrapper:last-child {
  margin-bottom: 0;
}

/*=====  End of PICKUP  ======*//*# sourceMappingURL=custom.css.map */