:root {
  --c-black: #0c0c0d;
  --c-white: white;
  --c-red: #ba213f;
  --c-gray: #e7ecf1;
  --c-d-gray: #a6aeb6;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  color: var(--c-black);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;
}

p {
  margin-bottom: 0;
}

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

li {
  text-align: left;
}

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

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

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

.sec-date {
  background-color: var(--c-black);
  color: var(--c-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;
}

.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-white);
  font-family: Barlow Semi Condensed, sans-serif;
  text-decoration: none;
}

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

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

.sec-title {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  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;
}

.sec-title.sec-title__sub {
  padding-bottom: 0;
}

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

.message__catch {
  text-align: center;
  line-height: 200%;
}

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

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

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

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

.info__list--item {
  border-top: 1px dotted #9ca5ac;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
}

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

.info__list {
  border-bottom: 1px dotted #9ca5ac;
  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 2px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25em;
}

.sec-acts {
  padding-top: 100px;
  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;
}

.live-item {
  border: 1px solid var(--c-black);
  background-color: var(--c-white);
  color: var(--c-black);
  border-radius: 5px;
  flex-flow: column;
  width: 48%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 10px 20px 10px #d8dce0bf;
}

.live-item.end {
  box-shadow: 0 10px 20px 10px #d8dce0bf;
}

.live-item.bg-1 {
  background-color: #eceff1;
}

.live-item.bg-2 {
  background-color: #ebe7e7;
}

.live-item.bg-3 {
  background-color: #e1f6e1;
}

.live-item.bg-4 {
  background-color: #e4fbff;
  justify-content: space-between;
}

.live-item.no-link {
  box-shadow: none;
  filter: blur(5px);
  pointer-events: none;
}

.acts-item__name {
  text-align: right;
  width: auto;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

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

.acts-item__name.left {
  text-align: left;
}

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

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

.tickets__date--title {
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

.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 {
  letter-spacing: .05em;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
}

.tickets__date.sp-elem {
  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);
  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 dotted var(--c-black);
  justify-content: center;
  width: 50%;
  margin-bottom: 10px;
  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;
}

.text-block-2 {
  line-height: 20px;
}

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

.btn-popup--01 {
  border-style: solid;
  border-width: 1px;
  border-color: black var(--c-black) black black;
  background-color: var(--c-white);
  color: var(--c-black);
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}

.btn-popup--01.mt-20 {
  margin-top: 20px;
}

.support {
  border-top: 1px solid var(--c-black);
  background-color: var(--c-white);
  color: var(--c-black);
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.support__logo {
  text-align: center;
  width: 240px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
  width: 100%;
  font-size: 12px;
}

.footer__att {
  color: var(--c-d-gray);
  -webkit-text-stroke-color: #e7ecf2;
  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 {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 40px;
  display: flex;
  position: fixed;
  top: 80px;
  right: 20px;
}

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

.acts__wrap {
  grid-column-gap: 2%;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
}

.acts__wrap.mb-0 {
  margin-bottom: 0;
}

.sp-elem {
  display: none;
}

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

.btn-common {
  background-color: var(--c-black);
  color: var(--c-white);
  text-align: center;
  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: #36c;
}

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

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

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

.burger-line {
  background-color: var(--c-white);
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: all .3s;
}

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

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

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

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

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

.nav-link:hover {
  color: #5e5b5bbf;
}

.nav {
  position: relative;
}

.body-2 {
  font-size: 16px;
}

.sec-about {
  background-color: var(--c-black);
  color: var(--c-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-subtitle {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 20px;
  line-height: 170%;
}

.info-vol {
  border-right: 1px solid var(--c-black);
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 20px;
  line-height: 125%;
  display: flex;
}

.live-item__info {
  border-bottom: 1px solid var(--c-black);
  justify-content: flex-start;
  align-items: stretch;
}

.info-item__date {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.info-item__place {
  font-size: 16px;
  line-height: 125%;
}

.info-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  min-height: 72px;
  padding: 10px 15px;
}

.acts-item__artist--wrap {
  justify-content: center;
  align-items: center;
}

.live-item__artist {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: flex;
}

.live-item__artist.coming {
  opacity: 0;
}

.acts-item__partition {
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 20px;
}

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

.live-item__link {
  background-color: var(--c-black);
  color: var(--c-white);
  text-align: center;
  letter-spacing: .1em;
  border-radius: 50px;
  width: 90%;
  max-width: 240px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
}

.live-item__link.no-link {
  opacity: .5;
}

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

.sec-goods {
  background-color: var(--c-gray);
  color: var(--c-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.message-text {
  text-align: center;
  font-size: 18px;
  line-height: 200%;
}

.acts-item {
  background-color: var(--c-white);
  color: var(--c-black);
  border-radius: 5px;
  flex-flow: column;
  width: 48%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 10px 20px 10px #d8dce0bf;
}

.acts-item:hover {
  opacity: .7;
}

.acts-item.end {
  box-shadow: 0 10px 20px 10px #d8dce0bf;
}

.acts-item.bg-1 {
  background-color: #ffe8ed;
}

.acts-item.bg-2 {
  background-color: #fff3e4;
}

.acts-item.bg-3 {
  background-color: #e1f6e1;
}

.acts-item.bg-4 {
  background-color: #e4fbff;
  justify-content: space-between;
}

.acts-item__artist {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: flex;
}

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

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #272727;
  border-radius: 30px;
  padding: 15px 30px;
}

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

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

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

.modal-title {
  letter-spacing: 0;
  color: var(--c-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.modal-list__item {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
}

.acts_modal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.acts_modal.mt-60 {
  margin-top: 60px;
}

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

.btn-popup--02 {
  border-style: solid;
  border-width: 1px;
  border-color: black var(--c-black) black black;
  background-color: var(--c-white);
  color: var(--c-black);
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}

.btn-popup--02.mt-20 {
  margin-top: 20px;
}

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

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

.modal--02 {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: default;
  background-color: #fff;
  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;
}

.info-link {
  color: var(--c-black);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.info-link.last {
  border-bottom-style: solid;
  border-bottom-color: #f7c3f4;
}

.support__logo--img {
  width: 100%;
  display: block;
}

.coming-soon {
  grid-column-gap: 2%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 30px 10px;
  display: flex;
  position: relative;
}

.coming-soon__bg {
  z-index: 5;
  background-color: #ffffffb3;
  justify-content: center;
  align-items: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

.sec-back {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

.btn-back {
  background-color: var(--c-d-gray);
  color: var(--c-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: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

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

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

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

.week-jp {
  font-family: Noto Sans JP, sans-serif;
  font-size: .8em;
  line-height: 125%;
}

.week-en {
  font-size: .8em;
  line-height: 125%;
}

.message-sub-text {
  text-align: center;
  line-height: 200%;
}

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

.footer-support__text {
  text-align: center;
  font-size: 12px;
  line-height: 150%;
}

.support-inner {
  border-top: 1px solid var(--c-black);
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

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

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

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

.archive-item--title {
  border-bottom: 1px dotted var(--c-black);
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 150%;
}

.archive-item--artist {
  color: #5e5e64;
  font-size: 12px;
  line-height: 150%;
}

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

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

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

  .date__text {
    font-size: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .info-vol {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-item__date {
    font-size: 18px;
  }

  .info-item__place, .live-item__link {
    font-size: 15px;
  }

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

  .info-title {
    text-align: center;
    margin-bottom: 60px;
  }

  .footer-inner.info__wrap, .support-inner.info__wrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tickets__date--title {
    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-popup--01 {
    font-size: 15px;
  }

  .support__logo {
    width: 220px;
  }

  .sponsor-llink {
    width: 200px;
  }

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

  .footer__att {
    text-align: left;
  }

  .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 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .pc-elem {
    display: none;
  }

  .sp-elem {
    display: block;
  }

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

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

  .info-item {
    min-height: 0;
  }

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

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

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

  .info-title {
    margin-bottom: 40px;
    font-size: 36px;
  }

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

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

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

  .message-sub-text {
    text-align: left;
  }

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

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

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

  .a {
    padding-top: 100px;
  }

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

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

  .live-item {
    width: 100%;
  }

  .acts-item__name {
    word-break: break-all;
    overflow-wrap: normal;
    font-size: 18px;
  }

  .acts-item__name.jp, .tickets__date--title {
    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 {
    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 {
    width: 34px;
    top: 60px;
    right: 13px;
  }

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

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

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

  .nav-btn {
    width: 60px;
    height: 60px;
  }

  .info-vol, .acts-item__partition {
    font-size: 18px;
  }

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

  .live-item__link {
    font-size: 14px;
  }

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

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

  .acts-item {
    width: 95%;
  }

  .info-title {
    font-size: 30px;
  }

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

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

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

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

  .message-sub-text {
    text-align: left;
  }
}


