:root {
  --c-white: white;
  --c-black: #0c0c0d;
  --c-gray: #eceff1;
  --c-red: #ba213f;
  --c-d-gray: #a6aeb6;
  --lavender\<deleted\|variable-07542398\>: #d7d4ff;
}

.main {
  margin-left: auto;
  margin-right: auto;
}

.mainimg {
  width: 100%;
  max-width: none;
}

.mainimg.sp-elem {
  color: var(--c-white);
  display: none;
}

.date {
  background-color: var(--c-white);
  color: var(--c-black);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner.info__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.inner.date__wrap {
  padding-left: 0;
  padding-right: 0;
}

.body {
  color: var(--c-black);
  letter-spacing: .05em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.date__text {
  letter-spacing: .03em;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.25em;
}

.date__text.sp-elem {
  display: none;
}

.date__text.mb-5 {
  margin-bottom: 5px;
}

.date__text--en {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 26px;
}

.date__text--en.pl-10 {
  padding-left: 10px;
}

.date__text--small {
  font-size: .75em;
}

.link {
  color: var(--c-black);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.message {
  background-color: var(--c-black);
  padding-top: 120px;
  padding-bottom: 120px;
}

.h2-title {
  color: var(--c-black);
  text-align: center;
  width: 100%;
  padding-bottom: 80px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
}

.h2-title.info-title {
  text-align: left;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.h2-title.sp-elem {
  display: none;
}

.h2-title.c-white {
  color: var(--c-white);
}

.message__catch {
  text-align: center;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.message__catch.pc-elem {
  line-height: 35px;
}

.message__catch.sp-elem {
  display: none;
}

.message__text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
}

.message__text.small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2em;
}

.info {
  background-color: var(--c-gray);
  padding-top: 120px;
  padding-bottom: 120px;
}

.info__wrap--title {
  width: 28%;
}

.info__wrap--cont {
  width: 72%;
}

.info__list--item {
  border-top: 1px dotted #9ca5ac;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style-type: none;
  display: flex;
}

.info__list--item.last {
  border-bottom: 1px dotted #9ca5ac;
}

.info__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.item-title {
  width: 100%;
  padding-left: 0;
}

.item-date {
  letter-spacing: .08em;
  width: 120px;
  margin-right: 0;
  padding-right: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.item-new {
  background-color: var(--c-red);
  color: var(--c-white);
  text-align: center;
  letter-spacing: 0;
  border-radius: 20px;
  width: 45px;
  margin-left: 0;
  margin-right: 10px;
  padding: 3px 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25em;
}

.acts {
  padding-top: 120px;
  padding-bottom: 120px;
}

.h3-title {
  text-align: center;
  width: 100%;
  padding-bottom: 35px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.h3-title.al-l {
  text-align: left;
}

.curator__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.acts-item {
  color: var(--c-black);
  width: 48%;
  padding-bottom: 0;
  text-decoration: none;
}

.acts-item__name {
  text-align: center;
  padding-top: 15px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 20px;
}

.acts-item__name.jp {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.h4-title {
  border-bottom: 1px solid var(--c-black);
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 15px;
}

.list-disc {
  margin-bottom: 20px;
  padding-left: 20px;
}

.future__wrap {
  padding-bottom: 100px;
}

.mb-40 {
  margin-bottom: 40px;
}

.btn-1 {
  color: var(--c-white);
  text-align: center;
  background-color: #054cc8;
  border-radius: 50px;
  width: 90%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.mc__wrap {
  background-color: #0c0c0d0d;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 10px;
  display: flex;
}

.tickets {
  background-color: var(--c-gray);
  color: var(--c-black);
  padding-top: 120px;
  padding-bottom: 120px;
}

.tickets__date--title-text {
  color: var(--c-black);
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}

.tickets__date {
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 50px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.tickets__date.pc-elem {
  color: var(--c-black);
  letter-spacing: .05em;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
}

.tickets__date.sp-elem {
  color: var(--c-black);
  letter-spacing: .05em;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1em;
  display: none;
}

.date-small {
  font-family: Noto Sans JP, sans-serif;
  font-size: .75em;
  font-weight: 700;
}

.btn-eplus {
  color: var(--c-white);
  text-align: center;
  background-color: #f16baa;
  border-radius: 50px;
  width: 90%;
  max-width: 350px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.large {
  font-size: 1.2em;
}

.mb-60 {
  margin-bottom: 60px;
}

.tickets--item {
  border-bottom: 1px none var(--c-white);
  color: var(--c-black);
  text-align: center;
  justify-content: space-between;
  padding: 0;
  display: block;
}

.tickets--item.mb-40 {
  color: var(--c-black);
}

.tickets--item__title {
  border-bottom: 1px solid var(--c-black);
  justify-content: center;
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  display: flex;
}

.tic-item__price {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 42px;
}

.tax {
  letter-spacing: .03em;
  margin-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.mb-10 {
  margin-bottom: 10px;
  font-weight: 500;
}

.text-block {
  font-size: 15px;
  font-weight: 500;
}

.btn-attention--text {
  line-height: 20px;
}

.tickets__link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-attention {
  background-color: var(--c-white);
  color: var(--c-black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.support {
  color: var(--c-black);
  padding-top: 50px;
  padding-bottom: 60px;
}

.support__title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.support__logo--common {
  text-align: center;
  width: 240px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.support__logo--sponsor {
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.sponsor-llink {
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.mb-20 {
  letter-spacing: .08em;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 23px;
}

.footer {
  background-color: var(--c-black);
  color: var(--c-white);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
}

.footer__att {
  color: var(--c-d-gray);
  -webkit-text-stroke-color: var(--lavender\<deleted\|variable-07542398\>);
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 20px;
}

.footer__copy {
  letter-spacing: .2em;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 12px;
}

.trigger-menu {
  z-index: 999;
  cursor: pointer;
  mix-blend-mode: difference;
  border: 2px #fff;
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  position: fixed;
  inset: 20px 20px auto auto;
}

.trigger-menu__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.span {
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  inset: auto auto auto 0%;
}

.span.span-1 {
  height: 3px;
  top: 0;
}

.span.span-2 {
  height: 3px;
  top: 14px;
}

.span.span-3 {
  height: 3px;
  bottom: 0;
}

.link-text {
  color: var(--c-black);
  line-height: 1.5em;
  text-decoration: none;
}

.link-text:hover {
  text-decoration: underline;
}

.sns-menu {
  z-index: 999;
  width: 40px;
  position: fixed;
  top: 80px;
  right: 20px;
}

.sns-menu__link {
  margin-bottom: 12px;
}

.message__catch--span {
  font-size: 22px;
  line-height: 45px;
}

.bg-line {
  background-image: linear-gradient(to top, #f0ff9d, #f0ff9d 40%, var(--c-white) 40%, white);
  font-weight: 500;
  display: inline;
}

.fade {
  width: 100%;
}

.acts-item__movie {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.acts-item__movie.hiden {
  display: none;
}

.movie-link {
  color: var(--c-white);
  text-align: center;
  background-color: #054cc8;
  border-radius: 50px;
  width: 49%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-decoration: none;
}

.future-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.btn-pia {
  color: var(--c-white);
  text-align: center;
  background-color: #36c;
  border-radius: 50px;
  width: 90%;
  max-width: 350px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.btn-rakuten {
  color: var(--c-white);
  text-align: center;
  background-color: #6b00b8;
  border-radius: 50px;
  width: 90%;
  max-width: 350px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.acts-item__sns {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.acts-item__sns.hiden {
  display: none;
}

.sns-link {
  color: var(--c-white);
  text-align: center;
  background-color: #054cc8;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 10px;
  font-size: 12px;
  text-decoration: none;
}

.coop-llink {
  width: 220px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.date__text--jp {
  font-family: Noto Sans JP, sans-serif;
  font-size: .88em;
}

.date__text--jp.and-small {
  font-size: .75em;
}

.acts__wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.sp-elem {
  display: none;
}

.small {
  font-size: .75em;
  display: inline;
}

.btn-common {
  color: var(--c-white);
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  width: 90%;
  max-width: 350px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.btn-common.btn-pia {
  background-color: #2778be;
}

.btn-common.btn-eplus {
  background-color: #f16baa;
}

.btn-common.btn-rakuten {
  background-color: #6b00b8;
}

.message-text {
  color: var(--c-white);
  text-align: center;
  font-size: 18px;
  line-height: 200%;
}

.btn-pia--img {
  width: 40%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ticket--type {
  border-bottom: 1px #fff;
  justify-content: space-between;
  margin-bottom: 50px;
}

.ticket--info__item {
  border-bottom: 1px dotted #0c0c0d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.ticket-item--title {
  font-size: 20px;
  line-height: 125%;
}

.ticket-item--price {
  text-align: right;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 28px;
  line-height: 125%;
}

.tax-2 {
  margin-left: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: .5em;
}

.attention-text {
  display: inline-block;
}

.en {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.1em;
}

.footer__link {
  color: var(--c-white);
}

.tickets__date--title {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .mainimg.pc-elem {
    display: none;
  }

  .mainimg.sp-elem, .inner.info__wrap {
    display: block;
  }

  .date__text {
    font-size: 28px;
  }

  .message {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h2-title {
    padding-bottom: 60px;
    font-size: 48px;
    line-height: 50px;
  }

  .h2-title.sp-elem {
    display: block;
  }

  .message__catch {
    font-size: 28px;
  }

  .message__catch.pc-elem {
    font-size: 26px;
  }

  .message__text {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .message__text.small {
    font-size: 13px;
  }

  .info {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .info__wrap--title, .info__wrap--cont {
    width: 100%;
  }

  .acts {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h3-title {
    font-size: 32px;
    line-height: 32px;
  }

  .h3-title.al-l.pc-elem {
    display: none;
  }

  .tickets {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tickets--item__title {
    width: 75%;
  }

  .support__logo--common {
    max-width: 240px;
  }

  .message__catch--span {
    font-size: 20px;
  }

  .acts-item__movie {
    justify-content: center;
  }

  .movie-link {
    width: 90%;
    margin-bottom: 10px;
  }

  .acts-item__sns {
    justify-content: center;
  }

  .sns-link {
    margin-bottom: 10px;
  }

  .ticket-item--title {
    font-size: 18px;
  }

  .ticket-item--price {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .date__text {
    font-size: 22px;
  }

  .date__text.pc-elem {
    display: none;
  }

  .date__text.sp-elem {
    font-size: 25px;
    display: block;
  }

  .date__text--en {
    font-size: 18px;
    line-height: 20px;
  }

  .message {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2-title {
    padding-bottom: 40px;
    font-size: 42px;
    line-height: 42px;
  }

  .message__catch.pc-elem {
    font-size: 28px;
    display: none;
  }

  .message__catch.sp-elem {
    font-size: 22px;
    line-height: 34px;
    display: block;
  }

  .message__text {
    text-align: left;
    font-size: 14px;
  }

  .message__text.small {
    font-size: 12px;
  }

  .info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .info__list--item {
    flex-wrap: wrap;
  }

  .item-title {
    width: 100%;
    padding-top: 5px;
    padding-left: 0;
  }

  .item-date {
    width: 80px;
  }

  .acts {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h3-title {
    font-size: 28px;
    line-height: 28px;
  }

  .curator__wrap {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .acts-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .acts-item.last-item {
    padding-bottom: 0;
  }

  .acts-item.end {
    padding-top: 30px;
  }

  .tickets {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tickets__date--title-text {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .tickets__date.pc-elem {
    display: none;
  }

  .tickets__date.sp-elem {
    font-size: 26px;
    line-height: 1em;
    display: block;
  }

  .btn-eplus {
    font-size: 16px;
  }

  .tickets--item__title {
    width: 100%;
  }

  .tic-item__price {
    font-size: 35px;
  }

  .text-block {
    font-size: 12px;
  }

  .tickets__link {
    flex-wrap: wrap;
  }

  .btn-attention {
    margin-top: 15px;
    font-size: 15px;
  }

  .support__logo--common {
    width: 220px;
  }

  .sponsor-llink {
    width: 200px;
  }

  .mb-20 {
    font-size: 13px;
  }

  .message__catch--span {
    font-size: 16px;
    line-height: 20px;
  }

  .acts-item__movie {
    justify-content: center;
  }

  .movie-link {
    width: 90%;
    margin-bottom: 10px;
  }

  .future-inner {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-pia, .btn-rakuten {
    font-size: 16px;
  }

  .acts-item__sns {
    justify-content: center;
  }

  .sns-link {
    margin-bottom: 10px;
  }

  .coop-llink {
    width: 200px;
  }

  .acts__wrap {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .pc-elem {
    display: none;
  }

  .sp-elem {
    display: block;
  }

  .btn-common {
    font-size: 16px;
  }

  .message-text.sp-elem {
    text-align: left;
  }

  .ticket--info__item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .ticket-item--title {
    width: 100%;
    margin-bottom: 6px;
    font-size: 15px;
  }

  .ticket-item--price {
    text-align: left;
    width: 100%;
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .date {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .body {
    font-size: 13px;
    line-height: 1.5em;
  }

  .date__text {
    line-height: 1.2em;
  }

  .date__text.sp-elem {
    font-size: 15px;
    line-height: 18px;
  }

  .date__text.end {
    padding-top: 5px;
  }

  .date__text--en {
    font-size: 15px;
    line-height: 18px;
  }

  .message {
    padding-top: 100px;
  }

  .h2-title {
    padding-bottom: 40px;
    font-size: 36px;
    line-height: 36px;
  }

  .h2-title.sp-elem {
    padding-bottom: 40px;
  }

  .message__catch.sp-elem {
    padding-bottom: 25px;
  }

  .message__text {
    font-size: 13px;
  }

  .message__text.small {
    font-size: 12px;
  }

  .h3-title {
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .acts-item {
    width: 95%;
  }

  .acts-item__name {
    font-size: 18px;
  }

  .acts-item__name.jp, .tickets__date--title-text {
    font-size: 16px;
  }

  .tickets__date.sp-elem {
    line-height: 28px;
  }

  .tic-item__price {
    font-size: 30px;
  }

  .tic-item__title {
    font-size: 13px;
  }

  .tax, .mb-10, .text-block {
    font-size: 12px;
  }

  .support {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .support__title {
    font-size: 14px;
  }

  .support__logo--common {
    width: 170px;
    max-width: none;
  }

  .sponsor-llink {
    width: 160px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .mb-20 {
    font-size: 13px;
  }

  .footer__att {
    font-size: 12px;
  }

  .trigger-menu {
    width: 34px;
    height: 34px;
  }

  .span.span-2 {
    top: 11px;
  }

  .sns-menu {
    width: 34px;
    top: 70px;
  }

  .sns-menu__link {
    margin-bottom: 6px;
  }

  .message__catch--span {
    line-height: 20px;
  }

  .coop-llink {
    width: 160px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .message-text {
    font-size: 16px;
  }

  .message-text.sp-elem {
    text-align: left;
  }
}


