.p-mainvisual {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.p-mainvisual.is-anime {
  opacity: 1;
}
.p-mainvisual {
  padding: 0;
}
.p-mainvisual .p-mainvisual__titleWrap {
  max-width: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-mainvisual .p-mainvisual__titleWrap {
    max-width: 300px;
  }
}
.p-mainvisual .p-mainvisual__box {
  position: relative;
}
.p-mainvisual .splide__pagination {
  margin-bottom: 10px;
}
.p-mainvisual .splide__progress {
  padding: 0 10%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-mainvisual .splide__progress {
    display: none;
  }
}
.p-mainvisual .splide__progress__bar {
  height: 3px;
}
.p-mainvisual .splide__slide {
  overflow: hidden;
}
.p-mainvisual figure {
  width: 100%;
  height: 100%;
}
.p-mainvisual .p-mainvisual__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  width: 100%;
  height: 100%;
}
.p-mainvisual .p-mainvisual__wrap {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mainvisual .p-mainvisual__wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-mainvisual .p-mainvisual__heading {
  color: #fff;
  font-size: 72px;
  font-size: clamp(2.5rem, 1.164rem + 2.78vw, 4.5rem);
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(36, 36, 36, 0.6));
          filter: drop-shadow(3px 3px 6px rgba(36, 36, 36, 0.6));
}
@media screen and (max-width: 768px) {
  .p-mainvisual .p-mainvisual__heading {
    font-size: clamp(2rem, 1.643rem + 1.79vw, 2.5rem);
  }
}
.p-mainvisual .p-mainvisual__text {
  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;
  text-align: center;
  margin: 40px auto 0;
  font-size: 18px;
  line-height: 1.8;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-performances__wrap {
  margin: 60px auto 0;
  text-align: center;
}

.p-performances__link {
  display: inline-block;
}

.p-performances__imgWrap {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.p-performances__qrWrap {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}

.p-about {
  background-color: #EFF0EE;
}

.p-about__list {
  max-width: 720px;
  margin: 0 auto;
}

.p-about__item {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1279px) {
  .p-about__item {
    display: block;
  }
}
.p-about__item.--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .p-about__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-about__item {
    padding: 15px 0;
  }
}
.p-about__item:nth-child(n+2) {
  border-top: 1px solid #fff;
}

.p-about__term {
  width: 180px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .p-about__term {
    width: 100%;
  }
}

.p-about__description {
  width: calc(100% - 180px);
  text-align: left;
  line-height: 1.65;
}
@media screen and (max-width: 1279px) {
  .p-about__description {
    width: 100%;
    margin-top: 5px;
  }
}