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

body {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .02em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 125%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 125%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  line-height: 170%;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.4em;
}

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

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

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

.sec-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-family: Barlow Semi Condensed, sans-serif;
  font-size: 28px;
  line-height: 125%;
}

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

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

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

.small {
  font-size: .8em;
}

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

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

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

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

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

.sec-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: 20px;
  font-weight: 500;
}

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

.message__text.pc-elem {
  margin-bottom: 0;
}

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

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

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

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

.info__list--item {
  border-top: 1px dashed #cebae2;
  flex-wrap: nowrap;
  align-items: flex-start;
  list-style-type: none;
}

.info__list--item.last {
  border-bottom: 1px dashed #cebae2;
}

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

.item-title {
  width: 100%;
}

.info-date {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.info-new {
  color: var(--magenta);
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

.acts-item__img {
  width: 100%;
  display: block;
}

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

.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 {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  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;
}

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

.ticket__date--title {
  text-align: center;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.ticket__date {
  text-align: center;
  letter-spacing: .06em;
  margin-bottom: 50px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.ticket__date.pc-elem {
  display: block;
}

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

.date-small {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.btn-common {
  text-align: center;
  background-color: #9d83df;
  border-radius: 50px;
  width: 100%;
  max-width: 300px;
  padding: 20px 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

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

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

.large {
  font-size: 1.4em;
}

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

.ticket--type {
  border-bottom: 1px none var(--white);
  justify-content: space-between;
  margin-bottom: 80px;
}

.ticket--type.mb-40 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.ticket--info__item {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

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

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

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

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

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

.ticket--link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.sec-support {
  color: var(--black);
  padding-top: 60px;
  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;
}

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

.sponsor-item--link {
  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: 13px;
  line-height: 160%;
}

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

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

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

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

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

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

.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 {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  width: 49%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-decoration: none;
}

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

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

.att-text {
  margin-top: 30px;
  font-size: 13px;
  line-height: 170%;
}

.c-red {
  color: #ff5d60;
}

.soldout {
  background-color: var(--magenta);
  margin-left: 10px;
  margin-right: auto;
  padding: 2px 10px;
  font-family: Barlow Semi Condensed, sans-serif;
}

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

.future__date {
  background-image: linear-gradient(270deg, #054cc800, var(--royal-blue) 50%, #054cc800);
  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 {
  color: var(--black);
  width: 24%;
  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;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.text-at {
  padding-left: 20px;
  padding-right: 5px;
}

.x-small {
  font-size: .7em;
}

.x-small.jp, .jp {
  font-family: Noto Sans JP, sans-serif;
}

.heading-2 {
  margin-top: 0;
}

.info-link {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.info-link:hover {
  opacity: .6;
}

.info-link.no-link:hover {
  opacity: 100;
}

.ticket--info {
  margin-bottom: 60px;
}

.sponsor-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ticket__link {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-popup--01 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
  border-right-color: #0c0c0d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 300px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

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

.modal-wrapper--01 {
  z-index: 9999;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal-bg--01 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #17295099;
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.modal--01 {
  z-index: 10;
  background-color: var(--white);
  cursor: default;
  border-radius: 2px;
  width: 98vw;
  max-width: 960px;
  height: 64vh;
  padding: 50px 40px;
  position: relative;
  overflow: auto;
  box-shadow: 0 7px 50px -9px #0003;
}

.modal-title {
  background-color: var(--magenta);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 25px;
  padding: 8px 10px;
  font-size: 18px;
}

.modal-list__item {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.modal-closer--01 {
  z-index: 99999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: transform .2s ease-in-out;
  position: fixed;
  top: 20px;
  right: 24px;
}

.modal-closer--01:hover {
  transform: scale(1.1);
}

.list {
  padding-left: 1.2em;
}

.nav-menu__list--item__sub {
  color: #94790c;
  padding-left: 10px;
  font-size: .6em;
}

.nav-menu {
  z-index: 10;
  background-color: #fffc;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu__support--item {
  color: #1b1d20;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  line-height: 100%;
}

.nav-menu__support {
  grid-row-gap: 12px;
  flex-flow: column;
  place-content: center flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h-span {
  background-color: var(--white);
  width: 35px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.h-span.span-2 {
  top: 28px;
}

.h-span.span-3 {
  top: 37px;
}

.h-span.span-1 {
  top: 20px;
}

.login-link {
  color: #1b1d20;
  text-align: center;
  border: 1px solid #1b1d20;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

.login-link:hover {
  color: #fff;
  background-color: #1b1d20;
}

.hamburger-btn {
  z-index: 20;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.hamburger-btn.w--open {
  background-color: #0000;
}

.nav-container {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.nav-menu__list--login {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-menu__list--item {
  color: #1b1d20;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.nav-menu__list {
  grid-row-gap: 15px;
  flex-flow: column;
  place-content: center flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-menu__inner {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: 50px;
  display: flex;
}

.sns {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 40px;
  display: flex;
  position: fixed;
  top: 72px;
  right: 20px;
}

.full-screen-menu {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  background-color: #fffc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.full-screen-menu.js-open {
  opacity: 100;
  pointer-events: auto;
  background-color: #172950e6;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 30px;
  line-height: 170%;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--magenta);
}

.nav-link.home-link {
  margin-bottom: 25px;
}

.nav {
  position: relative;
}

.burger-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: all .3s;
}

.burger-line._03.js-open {
  transform: translate(0, -10px)rotate(45deg);
}

.burger-line._02.js-open {
  opacity: 0;
}

.burger-line._01.js-open {
  transform: translate(0, 10px)rotate(-45deg);
}

.nav-btn {
  z-index: 999;
  cursor: pointer;
  mix-blend-mode: exclusion;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 72px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-link--logo {
  width: 100%;
  max-width: 260px;
  display: block;
}

.sp-elem {
  display: none;
}

.modal-closer--02 {
  z-index: 99999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: transform .2s ease-in-out;
  position: fixed;
  top: 20px;
  right: 24px;
}

.modal-closer--02:hover {
  transform: scale(1.1);
}

.archive-item {
  text-align: left;
}

.btn-popup--02 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
  border-right-color: #0c0c0d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 300px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.modal-bg--02 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #17295099;
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.archive-item--title {
  border-bottom: 1px dotted #0c0c0d;
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 150%;
}

.archive-item--artist {
  color: #5e5e64;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.modal--02 {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--white);
  cursor: default;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  width: 98vw;
  max-width: 960px;
  height: 70vh;
  padding: 50px 40px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 7px 50px -9px #0003;
}

.modal-title-en {
  color: #0c0c0d;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow Semi Condensed, sans-serif;
  line-height: 125%;
}

.modal-wrapper--02 {
  z-index: 9999;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

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

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

@media screen and (min-width: 1440px) {
  .login-link:hover {
    opacity: .55;
    text-decoration: none;
  }
}

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

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

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

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

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

  .sec-title.info-title.pc-elem {
    display: none;
  }

  .message__catch {
    font-size: 28px;
  }

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

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

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

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

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

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

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

  .sec-ticket {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .mb-20 {
    line-height: 150%;
  }

  .footer {
    font-size: 12px;
  }

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

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

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

  .free {
    font-size: 14px;
  }

  .modal--01 {
    height: 75vh;
  }

  .h-span {
    background-color: #373737;
    border: 1px #000;
    border-radius: 10px;
    position: absolute;
    inset: 0 0% auto;
  }

  .login-link {
    font-size: 14px;
  }

  .nav-menu__inner {
    padding-right: 80px;
  }

  .modal--02 {
    height: 80vh;
  }
}

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

  .date__text {
    font-size: 23px;
  }

  .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.time {
    padding-top: 5px;
  }

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

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

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

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

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

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

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

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

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

  .acts__wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .acts-item {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .sec-ticket {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

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

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

  .ticket--info__item {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

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

  .ticket-item--title {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .ticket--link {
    flex-wrap: wrap;
  }

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

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

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

  .sponsor-item--link {
    width: 200px;
  }

  .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 {
    margin-bottom: 5px;
    font-size: 14px;
  }

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

  .future__date.fadein {
    background-image: linear-gradient(270deg, #054cc880, var(--royal-blue) 50%, #054cc880);
    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;
  }

  .text-at {
    padding-left: 0;
  }

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

  .info-link {
    grid-row-gap: 2px;
    flex-flow: wrap;
  }

  .ticket--info {
    margin-bottom: 50px;
  }

  .ticket__link {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .btn-popup--01 {
    font-size: 15px;
  }

  .h-span {
    width: 30px;
  }

  .nav-menu__list--login {
    grid-column-gap: 15px;
  }

  .nav-menu__list--item {
    font-size: 24px;
  }

  .nav-menu__inner {
    padding: 20px;
  }

  .sns {
    top: 68px;
    right: 15px;
  }

  .nav-link {
    font-size: 24px;
  }

  .nav-btn {
    width: 70px;
    height: 62px;
  }

  .pc-elem {
    display: none;
  }

  .sp-elem {
    display: block;
  }

  .btn-popup--02 {
    font-size: 17px;
  }

  .archive-item--title {
    font-size: 16px;
  }

  .modal-title-en {
    font-size: 24px;
  }

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

@media screen and (max-width: 479px) {
  .sec-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;
  }

  .sec-title {
    font-size: 34px;
  }

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

  .sec-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .acts-item {
    width: 95%;
  }

  .ticket__date {
    font-size: 22px;
  }

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

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

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

  .support-title {
    font-size: 14px;
  }

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

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

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

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

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

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

  .future__date.fadein {
    background-image: linear-gradient(270deg, #054cc880, var(--royal-blue) 50%, #054cc8cc);
  }

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

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

  .ticket__link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .modal-wrapper--01 {
    padding-top: 20px;
  }

  .modal--01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-closer--01 {
    top: 14px;
    right: 16px;
  }

  .nav-menu__list--item__sub {
    font-size: .7em;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .login-link {
    font-size: 13px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu__list--login {
    font-size: 18px;
  }

  .nav-menu__list--item {
    font-size: 20px;
  }

  .sns {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 36px;
    top: 64px;
    right: 16px;
  }

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

  .modal-closer--02 {
    top: 14px;
    right: 16px;
  }

  .modal--02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-wrapper--02 {
    padding-top: 20px;
  }
}


