:root {
  --white: white;
  --midnight-blue: #172950;
  --black: #0c0c0d;
  --magenta: #d55dfa;
  --royal-blue: #054cc8;
  --lavender: #d2dff5;
  --khaki: #f0ff9d;
  --crimson: #ba213f;
}

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

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

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

.date {
  background-color: var(--midnight-blue);
  color: var(--white);
  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;
}

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

.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;
  line-height: 1.25em;
}

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

.date__text--en.pc-elem {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.date__text--small {
  font-size: 16px;
  line-height: 1.25em;
}

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

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

.message {
  padding-top: 120px;
  padding-bottom: 120px;
  line-height: 1.7em;
}

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

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

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

.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: 18px;
  font-weight: 500;
  line-height: 36px;
}

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

.message__text.pc-elem {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.8em;
}

.message__text.sp-elem {
  margin-bottom: 0;
  display: none;
}

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

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

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

.info__list--item {
  border-top: 1px solid rgba(5, 76, 200, .3);
  border-bottom: 1px rgba(5, 76, 200, .3);
  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-style: solid;
}

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

.item-title {
  width: 100%;
  margin-left: 10px;
  padding-left: 0;
  line-height: 1.5em;
}

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

.item-new {
  width: 40px;
  background-color: var(--magenta);
  color: var(--white);
  text-align: center;
  margin-left: 10px;
  margin-right: 0;
  padding: 2px 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.h3-title {
  width: 100%;
  text-align: center;
  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: 0;
  display: flex;
}

.acts-item {
  width: 32%;
  color: var(--black);
  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;
}

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

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

.future__wrap {
  justify-content: space-between;
  padding-bottom: 80px;
  display: flex;
}

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

.btn-1 {
  width: 90%;
  max-width: 350px;
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  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: rgba(12, 12, 13, .05);
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 10px;
  display: flex;
}

.tickets {
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.tickets__date.pc-elem {
  line-height: 1.2em;
  display: block;
}

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

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

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

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

.btn-common.pia {
  background-color: #36c;
}

.btn-common.lawson {
    background-color: #0074be;
  }

.large {
  font-size: 1.4em;
}

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

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

.tickets--item.mb-40 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.tickets--item__title {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.tic-item__price {
  text-align: right;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 28px;
  line-height: 1em;
}

.tic-item__title {
  font-size: 20px;
  line-height: 1em;
}

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

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

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

.tickets__link {
  width: 100%;
  justify-content: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-attention {
  width: 90%;
  height: 58px;
  max-width: 300px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

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

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

.support__logo--sponsor {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  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;
}

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

.footer__att {
  color: var(--lavender);
  margin-bottom: 40px;
  font-size: 12px;
}

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

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

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

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

.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(--black);
  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, var(--khaki), var(--khaki) 40%, var(--white) 40%, white);
  font-weight: 500;
  display: inline;
}

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

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

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

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

.pl-20.pr-5 {
  padding-right: 5px;
}

.c-red {
  color: #ff5d60;
}

.soldout {
  background-color: var(--magenta);
  margin-left: 8px;
  padding: 4px 10px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.future {
  background-color: #e8f1ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.future__date {
  background-image: linear-gradient(270deg, rgba(5, 76, 200, 0), var(--royal-blue) 50%, rgba(5, 76, 200, 0));
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.future__date.fadein {
  margin-top: 30px;
  margin-bottom: 80px;
}

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

.future-acts-item {
  width: 24%;
  color: var(--black);
  text-decoration: none;
}

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

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

.future-acts-item__name.f-jp {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.free {
  background-color: var(--magenta);
  border-radius: 50px;
  margin-left: 10px;
  padding: 6px 8px 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

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

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

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

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

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

  .message__catch {
    font-size: 28px;
  }

  .message__text.pc-elem {
    font-size: 18px;
    line-height: 1.8em;
  }

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

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

  .item-title {
    padding-top: 0;
  }

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

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

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

  .support__title {
    margin-bottom: 12px;
  }

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

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

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

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

  .free {
    font-size: 14px;
  }
}

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

  .date__text {
    line-height: 22px;
  }

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

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

  .date__text.sp-elem.date__text--en {
    font-size: 20px;
    line-height: 22px;
  }

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

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

  .date__text--en.sp-elem {
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1.3em;
    display: flex;
  }

  .date__text--en.mb-0.sp-elem {
    margin-bottom: 0;
    line-height: 1.4em;
  }

  .date__text--small {
    font-size: 15px;
    line-height: 1.2em;
  }

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

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

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

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

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

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

  .message__text.pc-elem {
    font-size: 16px;
    display: none;
  }

  .message__text.sp-elem {
    font-size: 14px;
    line-height: 1.8em;
    display: block;
  }

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

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

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

  .item-new {
    width: 40px;
  }

  .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: 30px;
  }

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

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

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

  .future__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
  }

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

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

  .tickets__date {
    letter-spacing: .08em;
    font-size: 24px;
  }

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

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

  .btn-common {
    font-size: 16px;
    line-height: 1em;
  }

  .tickets--item__title {
    flex-wrap: wrap;
  }

  .tic-item__price {
    width: 100%;
    text-align: left;
    font-size: 22px;
  }

  .tic-item__title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .tickets__link {
    flex-wrap: wrap;
    margin-top: 80px;
  }

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

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

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

  .sponsor-llink {
    width: 200px;
  }

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

  .footer__att {
    font-size: 12px;
    line-height: 1.5em;
  }

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

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

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

  .soldout {
    font-size: 16px;
  }

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

  .future__date.fadein {
    background-image: linear-gradient(270deg, rgba(5, 76, 200, .5), var(--royal-blue) 50%, rgba(5, 76, 200, .5));
    margin-bottom: 60px;
  }

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

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

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

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

  .future-acts-item__name.f-jp {
    font-size: 14px;
  }

  .free {
    margin-bottom: 0;
    margin-left: 5px;
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 1em;
  }

  .pr-5 {
    padding-right: 5px;
  }
}

@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.sp-elem.date__text--en {
    font-size: 18px;
  }

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

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

  .message__text.pc-elem {
    font-size: 16px;
    line-height: 1.8em;
    display: none;
  }

  .message__text.sp-elem {
    font-size: 14px;
    line-height: 1.8em;
    display: block;
  }

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

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

  .footer__copy {
    line-height: 1em;
  }

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

  .future__date.fadein {
    background-image: linear-gradient(270deg, rgba(5, 76, 200, .5), var(--royal-blue) 50%, rgba(5, 76, 200, .8));
  }

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

  .future-acts-item__name.f-jp {
    font-size: 14px;
  }
}


