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

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

.mainimg.sp-elem {
  display: none;
  color: #fff;
}

.date {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #0c0c0d;
  color: #fff;
  text-align: center;
}

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

.inner.info__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0c0c0d;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.date__text {
  font-size: 22px;
  line-height: 30px;
}

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

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

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

.date__text--small {
  font-size: 16px;
}

.link {
  color: #fff;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.message__text.small {
  font-size: 14px;
  line-height: 26px;
}

.info {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #d2dff5;
}

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

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

.info__list--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(5, 76, 200, 0.3);
  border-bottom: 1px none rgba(5, 76, 200, 0.3);
  list-style-type: none;
}

.info__list--item.last {
  border-bottom-style: solid;
}

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

.item-title {
  width: 80%;
  line-height: 20px;
}

.item-date {
  display: block;
  width: 82px;
  padding-right: 0px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.item-new {
  width: 40px;
  margin-right: 12px;
  padding: 2px 0px;
  background-color: #ba213f;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

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

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

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

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

.acts-item {
  width: 32%;
  color: #0c0c0d;
  text-decoration: none;
}

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

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

.h4-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0c0c0d;
  font-size: 15px;
}

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

.future__wrap {
  padding-bottom: 100px;
}

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

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

.mc__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(12, 12, 13, 0.05);
}

.tickets {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0c0c0d;
  color: #fff;
}

.tickets__date--title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

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

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

.date-small {
  font-size: 22px;
}

.btn-eplus {
  display: block;
  width: 90%;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 50px;
  background-color: #f16baa;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.large {
  font-size: 1.2em;
}

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

.tickets--item {
  display: block;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none #fff;
}

.tickets--item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

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

.tax {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
}

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

.text-block {
  font-weight: 500;
}

.text-block-2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.tickets__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-attention {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #0c0c0d;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.support {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #0c0c0d;
}

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

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

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

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

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

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #00457b;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer__att {
  margin-bottom: 40px;
  color: #d2dff5;
  font-size: 12px;
  line-height: 20px;
}

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

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

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

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

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

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

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

.link-text {
  color: #0c0c0d;
  text-decoration: none;
}

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

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

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

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

.bg-line {
  display: inline;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0ff9d), color-stop(40%, #f0ff9d), color-stop(0, #fff), to(#fff));
  background-image: linear-gradient(0deg, #f0ff9d, #f0ff9d 40%, #fff 0, #fff);
  font-weight: 500;
}


.acts-item__movie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.btn-pia {
  display: block;
  width: 90%;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 50px;
  background-color: #36c;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.btn-rakuten {
  display: block;
  width: 90%;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 50px;
  background-color: #6b00b8;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}


.acts-item__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .acts-item__sns.hiden {
    display: none;
  }
  
  .sns-link {
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50px;
    background-color: #054cc8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 36px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .coop-llink {
    position: static;
    display: block;
    width: 180px;
    padding-right: 0px;
    padding-left: 0px;
  }
  

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

  .mainimg.sp-elem {
    display: block;
  }

  .inner.info__wrap {
    display: block;
  }

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

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

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

  .message__catch {
    font-size: 28px;
  }

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

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

  .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;
  }

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

  .acts-item__movie {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .acts-item__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

  .date__text.sp-elem {
    display: block;
    font-size: 18px;
    line-height: 20px;
  }

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

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

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

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

  .message__text {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
  }

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

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

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

  .item-new {
    width: 40px;
  }

  .item-date {
    width: 75px;
  }

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

  .curator__wrap {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .tickets__date.sp-elem {
    display: block;
  }

  .tickets__link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-attention {
    margin-top: 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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .future-inner {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .acts-item__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .coop-llink {
    width: 160px;
  }
}

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

  .date__text {
    line-height: 20px;
  }

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

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

  .message {
    padding-top: 100px;
  }

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

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

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

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

  .acts-item__name.jp {
    font-size: 16px;
  }

  .tickets__date--title {
    font-size: 15px;
  }

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

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

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

  .mb-10 {
    font-size: 12px;
  }

  .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-right: 14px;
    padding-left: 14px;
  }

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

  .footer__att {
    font-size: 12px;
  }

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

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

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

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

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

  .coop-llink {
    width: 132px;
  }
}

