@charset "UTF-8";
/*
	公演情報
*/
.performances-introduction {
  margin-bottom: 100px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.performances-introduction-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
.performances-introduction-tagline {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.performances-introduction-title {
  margin-bottom: 0.8em;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}
.performances-introduction-body {
  position: relative;
  padding: 0 0 100px;
}
.performances-introduction-body::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: max(-8.65%, -90px);
  right: -100px;
  height: calc(100% - 120px);
  background-color: rgba(234, 234, 235, 0.5);
  mix-blend-mode: multiply;
}
.performances-introduction-body.no-visual {
  padding-top: 75px;
}
.performances-introduction-body.no-visual::before {
  height: 100%;
}
.performances-introduction-visual {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.performances-introduction-visual .slide {
  overflow: hidden;
}
.performances-introduction-visual .slide img {
  width: 100%;
}
.performances-introduction-visual .visual-swiper-pagination {
  padding-top: 40px;
  text-align: center;
}
.performances-introduction-visual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .performances-introduction-visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 20px);
}
.performances-introduction-visual .swiper-pagination-bullet-active {
  background: #000;
}
.performances-introduction-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
.performances-introduction-text {
  width: 36%;
}
.performances-introduction-text p:not([class]) {
  line-height: 2;
}
.performances-introduction-lead {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.performances-introduction-table {
  width: 60%;
  border-top: 3px solid #000;
}
.performances-introduction-table .table-border {
  background-color: #fff;
  border-top: none;
}
.performances-introduction-table .table-border tr th {
  padding-left: 1em;
}
.performances-introduction-table .table-border tr td {
  padding-right: 1em;
  font-weight: 500;
}
.performances-introduction-table .table-border tr:last-child th, .performances-introduction-table .table-border tr:last-child td {
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .performances-introduction {
    margin: 0 -8.1775700935vw 14.0186915888vw;
    padding-top: 4.6728971963vw;
  }
  .performances-introduction-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0 3.5046728972vw;
  }
  .performances-introduction-head .performances-label {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 4.6728971963vw;
  }
  .performances-introduction-tagline {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0.5em;
    font-size: 3.2710280374vw;
  }
  .performances-introduction-title {
    padding: 0 3.5046728972vw;
    font-size: 6.5420560748vw;
  }
  .performances-introduction-body {
    padding: 9.3457943925vw 8.1775700935vw;
  }
  .performances-introduction-body::before {
    left: 0;
    right: 0;
    height: 100%;
  }
  .performances-introduction-visual {
    position: relative;
    margin: 0 -8.1775700935vw 10.5140186916vw;
  }
  .performances-introduction-visual .visual-swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.8411214953vw !important;
    z-index: 10;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: auto;
    padding: 4.6728971963vw 7.0093457944vw;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 9999px;
  }
  .performances-introduction-visual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .performances-introduction-visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.8691588785vw;
    height: 1.8691588785vw;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4.6728971963vw);
  }
  .performances-introduction-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7.0093457944vw;
  }
  .performances-introduction-text {
    width: auto;
    margin-bottom: 7.0093457944vw;
  }
  .performances-introduction-text p:not([class]) {
    line-height: 1.8;
  }
  .performances-introduction-lead {
    font-size: 3.738317757vw;
  }
  .performances-introduction-table {
    width: auto;
    border-top-width: 2px;
  }
  .performances-introduction-table .table-border tr:last-child th, .performances-introduction-table .table-border tr:last-child td {
    border-bottom: 2px solid #000;
  }
}
.performances-outline-lead {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.performances-outline-desc {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .performances-outline-lead {
    font-size: 3.738317757vw;
  }
}
.performances-story-text {
  line-height: 2;
}
.performances-schedule-date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 45px;
  padding-bottom: 0.5em;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.performances-schedule-note {
  margin-top: 1.5em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .performances-schedule-date {
    margin-bottom: 5.8411214953vw;
    font-size: 3.2710280374vw;
  }
}
.performances-ticket .table-border {
  margin-bottom: 60px;
}
.performances-ticket .table-border tr th {
  white-space: nowrap;
}
.performances-ticket section {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .performances-ticket .table-border {
    margin-bottom: 7.0093457944vw;
  }
  .performances-ticket section {
    margin: 14.0186915888vw 0;
  }
}
.performances-support section + section {
  margin-top: 60px;
}
.performances-support-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.performances-support-figure {
  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;
  width: 100px;
  height: 100px;
  background-color: #6c7881;
  border-radius: 23px;
}
.performances-support-figure svg {
  width: 72px;
  fill: #fff;
}
.performances-support-body {
  width: calc(100% - 100px);
  padding-left: min(3.8%, 40px);
}
.performances-support-body p {
  line-height: 1.8;
}
.performances-support-body .table-border tr th {
  white-space: nowrap;
}
.performances-support-lead {
  margin-bottom: 1.5em;
  font-weight: 500;
}
.performances-support-desc {
  margin: 1.5em 0;
}
.performances-support-note {
  margin-top: 3em;
  font-weight: 700;
  line-height: 1.5;
}
.performances-support-note a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .performances-support section + section {
    margin-top: 10.5140186916vw;
  }
  .performances-support-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .performances-support-figure {
    width: 23.3644859813vw;
    height: 23.3644859813vw;
    border-radius: 2.8037383178vw;
  }
  .performances-support-figure svg {
    width: 16.8224299065vw;
  }
  .performances-support-body {
    width: calc(100% - 23.3644859813vw);
    padding-left: 4.6728971963vw;
  }
  .performances-support-body .table-border {
    width: calc(100% + 28.0373831776vw);
    margin-left: -28.0373831776vw;
    padding-left: 0;
  }
  .performances-support-lead {
    min-height: 23.3644859813vw;
  }
  .performances-support-desc {
    width: calc(100% + 28.0373831776vw);
    margin-left: -28.0373831776vw;
    padding-left: 0;
  }
}
.performances-credit {
  padding-top: 100px;
  border-top: 2px solid #000;
}
.performances-credit .table-border tr th {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .performances-credit {
    padding-top: 18.691588785vw;
  }
}
.performances-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid #000;
}
.performances-list-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.performances-list-date {
  width: 120px;
}
.performances-list-body {
  width: calc(100% - 120px);
  padding-left: 10%;
}
.performances-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.performances-list-item + .performances-list-item {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.performances-list-visual {
  overflow: hidden;
  position: relative;
  width: 30%;
}
.performances-list-visual img {
  width: 100%;
}
.performances-list-visual .swiper-slide {
  height: auto;
}
.performances-list-visual .swiper-slide .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.performances-list-visual .visual-swiper-pagination {
  padding-top: 20px;
  text-align: center;
}
.performances-list-visual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .performances-list-visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
.performances-list-visual .swiper-pagination-bullet-active {
  background: #000;
}
.performances-list-text {
  overflow: hidden;
  width: 63.5%;
}
.performances-list-text .performances-label {
  margin-bottom: 20px;
}
.performances-list-text .performances-label li {
  font-size: 10px;
}
.performances-list-text .btn {
  float: right;
  margin-top: 20px;
}
.performances-list-copy {
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
.performances-list-title {
  margin-bottom: 0.2em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.performances-list-period {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
.performances-list-desc {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .performances-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 11.6822429907vw;
    padding-bottom: 11.6822429907vw;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .performances-list-date {
    margin-bottom: 7.0093457944vw;
  }
  .performances-list-body {
    width: auto;
    padding-left: 0;
  }
  .performances-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .performances-list-item + .performances-list-item {
    margin-top: 11.6822429907vw;
    padding-top: 11.6822429907vw;
  }
  .performances-list-visual {
    width: 70.0934579439vw;
    margin: 0 auto 8.1775700935vw;
  }
  .performances-list-visual .visual-swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.8411214953vw !important;
    z-index: 10;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: auto;
    padding: 4.6728971963vw 7.0093457944vw;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 9999px;
  }
  .performances-list-visual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .performances-list-visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.8691588785vw;
    height: 1.8691588785vw;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2.8037383178vw);
  }
  .performances-list-text {
    width: auto;
  }
  .performances-list-text .performances-label {
    margin-bottom: 4.6728971963vw;
  }
  .performances-list-text .performances-label li {
    font-size: 2.3364485981vw;
  }
  .performances-list-text .btn {
    float: none;
    margin-top: 4.6728971963vw;
  }
  .performances-list-copy {
    font-size: 2.8037383178vw;
  }
  .performances-list-title {
    margin-bottom: 0.5em;
    font-size: 4.6728971963vw;
  }
  .performances-list-period {
    font-size: 3.2710280374vw;
  }
}
.performances-list-anchor {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}
.performances-list-anchor-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.performances-list-anchor-group span {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.performances-list-anchor-group span::after {
  content: "：";
  display: inline-block;
  margin: 0 0.5em;
}
.performances-list-anchor-group a {
  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;
  width: 60px;
  height: 36px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 9999px;
}
.performances-list-anchor-group a + a {
  margin-left: 10px;
}
.performances-list-lineup-item + .performances-list-lineup-item {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.performances-list-lineup-item .table-border {
  margin-bottom: 30px;
}
.performances-list-lineup-item .table-border tr th {
  white-space: nowrap;
}
.performances-list-lineup-visual {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.performances-list-lineup-text {
  width: auto;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #000;
}
.performances-list-lineup-copy {
  margin-bottom: 0.2em;
  font-weight: 700;
  line-height: 1.5;
}
.performances-list-lineup-title {
  margin-bottom: 0.2em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.performances-list-lineup-desc {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .performances-list-anchor {
    margin-bottom: 14.0186915888vw;
    padding-bottom: 0;
    border-bottom: none;
  }
  .performances-list-anchor-select {
    width: 100%;
    height: 10.5140186916vw;
    margin-bottom: 2.3364485981vw;
    padding: 0 0.5em;
    font-size: 4.2056074766vw;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    background: url(/assets/images/common/angle.svg) right center/12px auto no-repeat;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .performances-list-lineup-item + .performances-list-lineup-item {
    margin-top: 11.6822429907vw;
    padding-top: 11.6822429907vw;
  }
  .performances-list-lineup-item .table-border {
    margin-bottom: 7.0093457944vw;
  }
  .performances-list-lineup-visual {
    margin-bottom: 7.0093457944vw;
  }
  .performances-list-lineup-text {
    margin-bottom: 4.6728971963vw;
    padding-left: 4.6728971963vw;
    border-left: 2px solid #000;
  }
  .performances-list-lineup-copy {
    font-size: 2.8037383178vw;
  }
  .performances-list-lineup-title {
    font-size: 4.6728971963vw;
  }
}
.performances-lineup-introduction {
  padding-bottom: 50px;
}
.performances-lineup-introduction-image {
  margin-bottom: 60px;
  text-align: center;
}
.performances-lineup-introduction-desc {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .performances-lineup-introduction {
    padding-bottom: 7.0093457944vw;
  }
  .performances-lineup-introduction-image {
    margin-bottom: 7.0093457944vw;
  }
  .performances-lineup-introduction-desc {
    text-align: left;
  }
}
.performances-lineup-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 120px;
  padding: 60px 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.performances-lineup-message .btn {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.performances-lineup-message-body {
  width: 66%;
  padding-bottom: 100px;
}
.performances-lineup-message-title {
  margin-bottom: 1.5em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.performances-lineup-message-lead {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.performances-lineup-message-desc {
  line-height: 2;
}
.performances-lineup-message-figure {
  width: 29.6%;
}
@media screen and (max-width: 768px) {
  .performances-lineup-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18.691588785vw;
    padding: 11.6822429907vw 0;
  }
  .performances-lineup-message .btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .performances-lineup-message-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    padding-bottom: 0;
  }
  .performances-lineup-message-title {
    font-size: 4.6728971963vw;
  }
  .performances-lineup-message-lead {
    font-size: 3.738317757vw;
  }
  .performances-lineup-message-desc {
    margin-bottom: 1.5em;
  }
  .performances-lineup-message-figure {
    width: 64.2523364486vw;
    margin: 0 auto 14.0186915888vw;
  }
  .performances-lineup-message-figure img {
    width: 100%;
  }
}