/*=============================================
=            COMMON            =
=============================================*/
main {
  overflow: clip;
}

#page-wrapper {
  background-color: rgb(237.15, 247.3, 247.02);
}

.btnWrapper {
  position: relative;
  z-index: 1;
}

/*=====  End of COMMON  ======*/
/*=============================================
=            PAGEHEAD            =
=============================================*/
#pageHead {
  padding-top: clamp(80px, 10vw, 100px);
  position: relative;
  z-index: 1;
}
#pageHead .pageTitleWrapper {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #pageHead .pageTitleWrapper {
    margin-bottom: 50px;
  }
}
#pageHead .pageTitleWrapper .pageTitle {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#pageHead .pageTitleWrapper .date {
  width: 150px;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #fdfdfd;
  background-color: #0075c4;
  line-height: 1.3;
  padding: 3px 20px;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 768px) {
  #pageHead .pageTitleWrapper .date {
    width: 260px;
    font-size: 3rem;
  }
}
#pageHead .pageTitleWrapper .date.day2 {
  background-color: #dc000c;
}
#pageHead .sun {
  content: "";
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1;
  max-width: 30%;
}
#pageHead .moon {
  content: "";
  position: fixed;
  top: 0%;
  left: auto;
  right: 0;
  z-index: 1;
  max-width: 30%;
}

/*=====  End of PAGEHEAD  ======*/
/*=============================================
=            PROGRAM SECTION            =
=============================================*/
#stage {
  position: relative;
  z-index: 10;
}

.day2 .programSection .mainStageTitle {
  color: #dc000c;
  border-bottom: 3px solid #dc000c;
}
@media only screen and (min-width: 768px) {
  .day2 .programSection .mainStageTitle {
    border-bottom: 6px solid #dc000c;
  }
}

.programSection {
  position: relative;
  z-index: 1;
}
.programSection .mainStageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  color: #0075c4;
  border-bottom: 3px solid #0075c4;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .programSection .mainStageTitle {
    font-size: 4rem;
    border-bottom: 6px solid #0075c4;
  }
}
.programSection .programOuter {
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.programSection .programOuter .leftside {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .programSection .programOuter .leftside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 160px;
    margin-right: 40px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 30px;
  }
}
.programSection .programOuter .dateBtnWrapper {
  position: relative;
}
.programSection .programOuter .dateBtnWrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .programSection .programOuter .dateBtnWrapper ul {
    border-radius: 10px;
  }
}
.programSection .programOuter .dateBtnWrapper ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.programSection .programOuter .dateBtnWrapper ul a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: #fdfdfd;
  padding: 5px 0;
  line-height: 1.3;
  background-color: #bbb;
}
@media only screen and (min-width: 768px) {
  .programSection .programOuter .dateBtnWrapper ul a {
    font-size: 2.4rem;
  }
}
.programSection .programOuter .dateBtnWrapper ul a.active {
  pointer-events: none;
}
.programSection .programOuter .dateBtnWrapper ul a.active.day1 {
  background-color: #0075c4;
}
.programSection .programOuter .dateBtnWrapper ul a.active.day2 {
  background-color: #dc000c;
}
.programSection .programOuter .dateBtnWrapper .baloon {
  position: absolute;
  top: -30px;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .programSection .programOuter .dateBtnWrapper .baloon {
    top: -100px;
    width: 120px;
  }
}
.programSection .programOuter .rightside {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 970px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.programSection .ticketInfoWrapper {
  margin-top: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(237.15, 247.3, 247.02);
}
.programSection .ticketInfoWrapper .ticketTitleWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.programSection .ticketInfoWrapper .ticketTitleWrapper .icon {
  max-width: 60px;
}
@media only screen and (min-width: 768px) {
  .programSection .ticketInfoWrapper .ticketTitleWrapper .icon {
    max-width: 80px;
  }
}
.programSection .ticketInfoWrapper .ticketTitleWrapper .title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00918d;
}
@media only screen and (min-width: 768px) {
  .programSection .ticketInfoWrapper .ticketTitleWrapper .title {
    font-size: 2.8rem;
  }
}
.programSection .ticketInfoWrapper .dscWrapper {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .programSection .ticketInfoWrapper .dscWrapper {
    font-size: 1.6rem;
  }
}
.programSection .programWrapper {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdfdfd;
  margin-bottom: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.programSection .programWrapper:last-child {
  margin-bottom: 0;
}
.programSection .programWrapper .ticketImg {
  width: clamp(60px, 12%, 80px);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(10%, -5%);
          transform: translate(10%, -5%);
  z-index: 2;
}
.programSection .programWrapper .time {
  background-color: #0075c4;
  color: #fdfdfd;
  padding: 8px 30px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 20px 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .programSection .programWrapper .time {
    font-size: 2.4rem;
  }
}
.programSection .programWrapper > .inner {
  max-width: 920px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}
.programSection .programWrapper > .inner hr {
  border-color: #e2e2e2;
  border-width: 2px;
}
.programSection .programWrapper > .inner .title {
  font-size: 2rem;
  font-weight: 900;
  color: #0075c4;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .programSection .programWrapper > .inner .title {
    font-size: 2.8rem;
  }
}
.programSection .programWrapper > .inner .subTitle {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0075c4;
  margin-bottom: 15px;
}
.programSection .programWrapper > .inner .subTitle + .castRow {
  border-top: none;
}
.programSection .castSection {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0075c4;
  border: 2px solid #0075c4;
  padding: 0px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  line-height: 1.5;
}
.programSection .castSection + .castRow {
  padding-top: 10px;
}
.programSection .castRow {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .programSection .castRow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.programSection .castRow .castCol {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}
.programSection .castWrapper {
  width: 160px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .programSection .castWrapper {
    width: 170px;
  }
}
.programSection .castWrapper.large {
  width: 290px;
}
@media only screen and (min-width: 992px) {
  .programSection .castWrapper.large {
    width: 350px;
  }
}
.programSection .castWrapper img {
  width: 100%;
}
.programSection .castWrapper .castNameWrapper {
  margin-top: 10px;
  line-height: 1.3;
}
.programSection .castWrapper .castNameWrapper .name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .programSection .castWrapper .castNameWrapper .name {
    margin-bottom: 2px;
    font-size: 1.6rem;
  }
}
.programSection .castWrapper .castNameWrapper .name small {
  font-weight: normal;
  display: block;
  font-size: 0.6em;
}
.programSection .castWrapper .castNameWrapper .subName {
  font-size: 1.2rem;
}
.programSection .commentWrapper {
  letter-spacing: 0.15em;
  font-weight: normal;
}

.day1 .programSection .castNameWrapper .name {
  color: #0075c4;
}

.day2 .programSection .castNameWrapper .name {
  color: #dc000c;
}
.day2 .programSection .programWrapper .time {
  background-color: #dc000c;
}
.day2 .programSection .programWrapper > .inner .title {
  color: #dc000c;
}
.day2 .programSection .programWrapper > .inner .subTitle {
  color: #dc000c;
}
.day2 .programSection .programWrapper .castSection {
  color: #dc000c;
  border-color: #dc000c;
}

/*=====  End of PROGRAM SECTION  ======*/
/*=============================================
=            POINTS02            =
=============================================*/
#points02 {
  margin-top: 100px;
}

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