:root {
  --c-black: #131313;
  --c-gray: #454e50;
  --c-white: #fff;
  --c-link: #4a818d;
  --c-l-gray: #959c9a;
  --c-pink: #e94081;
}

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

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

body {
  color: var(--c-black);
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  background-color: var(--c-gray);
  color: var(--c-white);
  text-align: center;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 3px 16px 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

h3 {
  border-bottom: 1px solid var(--c-gray);
  color: var(--c-gray);
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--c-link);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

li {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 150%;
}

.sec-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px;
  display: flex;
  position: relative;
}

.sec-main__logo {
  z-index: 40;
  text-align: center;
  width: 45%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mainimg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 150%;
  display: block;
}

.sec-main__img {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sec-schedule {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

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

.schedule-list {
  border-bottom: 1px dotted var(--c-black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5px;
}

.schedule-list--date {
  flex-flow: column;
  width: 120px;
  display: flex;
}

.schedule-list--area {
  text-align: center;
  width: 80px;
}

.schedule-list--place {
  width: calc(100% - 590px);
  padding-left: 20px;
}

.schedule-list--time {
  text-align: center;
  width: 120px;
}

.schedule-list--contact {
  width: 260px;
  padding-left: 15px;
}

.flex-block {
  align-items: stretch;
}

.schedule-date {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.schedule-area {
  background-color: var(--c-link);
  color: var(--c-white);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 100%;
}

.schedule-place {
  line-height: 140%;
}

.schedule-time {
  font-family: Barlow Semi Condensed, sans-serif;
}

.schedule-contact {
  line-height: 140%;
}

.schedule-date__year {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.text-week {
  font-size: 0.8em;
}

.schedule-title {
  text-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.schedule-list__title {
  border-bottom: 1px dotted var(--c-black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5px;
}

.schedule-sp-title {
  color: var(--c-gray);
  font-family: Barlow Semi Condensed, sans-serif;
  display: none;
}

.link {
  color: var(--c-link);
}

.sec-ticket {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.sec-ticket__price {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.sec-ticket--price__dt {
  background-color: var(--c-black);
  color: var(--c-white);
  border-radius: 5px;
  padding: 6px 15px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.sec-ticket--price__dd {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.tax {
  padding-left: 5px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 0.5em;
  display: inline-block;
}

.list-asterisk {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 160%;
}

.list-asterisk__text {
  width: 100%;
}

.sec-ticket__attention {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sec-ticket__info {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffbf;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 0 30px #7a989e40;
}

.sec-ticket__info--dl {
  border-top: 1px dotted var(--c-gray);
  border-bottom: 1px dotted var(--c-gray);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 10px;
}

.sec-ticket__info--dl.first {
  border-top: 1px dotted #000;
  margin-top: 25px;
}

.sec-ticket__info--dt {
  min-width: 185px;
}

.sec-ticket__info--dd {
  letter-spacing: 0.04em;
  width: 100%;
}

.sec-ticket__btn {
  background-color: var(--c-link);
  text-align: center;
  border-radius: 50px;
  width: 100%;
  max-width: 280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 12px;
  transition: all 0.2s;
  display: block;
}

.sec-ticket__btn:hover {
  opacity: 0.6;
}

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

.sec-goods__comingsoon {
  color: var(--c-link);
  text-align: center;
  padding-top: 120px;
  padding-bottom: 150px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 25px;
}

.sec-faq {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.faq-tile {
  border: 1px solid var(--c-gray);
  border-radius: 10px;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 45px 18px 20px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  position: relative;
}

.dropdown-toggle.w--open {
  display: flex;
}

.dropdown-arw {
  color: var(--c-l-gray);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-detail {
  width: 100%;
  max-width: 100%;
  line-height: 160%;
  overflow: hidden;
}

.dropdown-detail__item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px dotted var(--c-gray);
  overflow-wrap: break-word;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.faq-tile__q {
  color: var(--c-link);
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 30px;
}

.faq-tile__a {
  color: var(--c-pink);
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.sec-faq__detail--list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec-faq__detail {
  margin-bottom: 50px;
}

.footer {
  background-color: var(--c-gray);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

.copy {
  color: var(--c-white);
  text-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
}

.full-screen-menu {
  z-index: 999;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  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;
  padding: 20px 50px;
  transition: all 0.3s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.full-screen-menu.js-open {
  opacity: 100;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
}

.nav-link {
  color: var(--c-gray);
  letter-spacing: 0.05em;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.2s;
}

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

.nav-link__live {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-top: 10px;
}

.nav {
  position: relative;
}

.and {
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

.nav-link__live--list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.live-jp {
  font-size: 0.9em;
}

.nav-link--sub {
  color: #0c0c0d;
  text-transform: capitalize;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 22px;
  line-height: 170%;
  text-decoration: none;
}

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

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

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

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

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

.nav-btn {
  z-index: 1000;
  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;
}

.nav-link--logo {
  color: var(--c-link);
  text-align: center;
  width: 52%;
  max-width: 240px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
}

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

.test {
  background-color: #000;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.main-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.scroll-item {
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scroll-item__inner {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  display: flex;
  position: absolute;
  inset: auto 30px 0% auto;
}

.scroll-text {
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 0 5px #0e0e0e33;
  font-size: 13px;
  line-height: 100%;
  transform: translate(0, -25px) rotate(90deg);
}

.scroll-bar {
  background-color: var(--c-link);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: calc(100vh - 120px) 0% auto;
  overflow: clip;
}

.scroll-bar__inner {
  background-color: var(--c-black);
  width: 1px;
  height: 80px;
}

.c-pink {
  color: var(--c-pink);
}

.mb-5,
.schedule-contact--mb {
  margin-bottom: 5px;
}

.faq-tile__a--text {
  width: 100%;
}

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

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

.bold {
  font-weight: 700;
}

.nav-link--home {
  border: 1px solid var(--c-gray);
  color: var(--c-gray);
  letter-spacing: 0.05em;
  margin-top: 20px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.2s;
}

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

@media screen and (min-width: 1440px) {
  .full-screen-menu {
    z-index: 998;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .sec-main__img {
    height: 45vh;
  }

  .schedule-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .schedule-list--date {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .schedule-list--area {
    width: 70px;
    margin-left: 15px;
  }

  .schedule-list--place {
    width: calc(100% - 590px);
    min-width: 100%;
    padding-left: 0;
  }

  .schedule-list--time {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    padding-top: 8px;
    display: flex;
  }

  .schedule-list--contact {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .schedule-place {
    font-weight: 700;
  }

  .schedule-time {
    font-weight: 600;
  }

  .schedule-list__title {
    display: none;
  }

  .schedule-sp-title {
    color: var(--c-l-gray);
    text-align: left;
    min-width: 95px;
    display: block;
  }

  .scroll-item {
    max-height: 96vh;
  }

  .scroll-item__inner {
    bottom: 80px;
  }

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

  .scroll-bar {
    top: calc(100vh - 80px);
  }
}

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

  h1 {
    font-size: 40px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  h3 {
    font-size: 17px;
  }

  .sec-main {
    padding: 30px 20px;
  }

  .sec-main__logo {
    width: 50%;
  }

  .sec-main__img {
    height: 38vh;
  }

  .schedule-area {
    font-size: 13px;
  }

  .schedule-place {
    padding-top: 2px;
    font-size: 16px;
  }

  .sec-ticket--price__dt {
    font-size: 15px;
  }

  .sec-ticket--price__dd {
    font-size: 32px;
  }

  .sec-ticket__info {
    padding: 30px 25px;
  }

  .sec-ticket__info--dl {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sec-ticket__info--dt {
    width: 100%;
    font-weight: 700;
  }

  .dropdown-arw {
    margin-right: 10px;
  }

  .faq-tile__q,
  .faq-tile__a {
    font-size: 24px;
  }

  .full-screen-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-link--sub {
    font-size: 16px;
  }

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

  .nav-link--logo.w--current {
    margin-bottom: 20px;
  }

  .scroll-item__inner {
    bottom: 20px;
  }

  .nav-link--home {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  .sec-main__logo {
    width: 70%;
  }

  .inner,
  .sec-ticket__info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle {
    white-space: normal;
    padding-left: 15px;
    padding-right: 35px;
  }

  .dropdown-detail__item {
    padding: 20px 15px;
  }

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

  .scroll-item__inner {
    right: 20px;
  }
}
