.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  background-color: #000;
  min-width: 100%;
  min-height: 100%;
  margin-top: -60px;
  padding-top: 60px;
  overflow: visible;
}

.preloader {
  z-index: 9999999;
  background-color: red;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.navibar {
  background-color: red;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.image {
  max-height: 50px;
}

.figure {
  justify-content: center;
  display: flex;
}

._2021-hero-background-video {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._2021-entry-link {
  color: #fff;
  background-color: #5ac463;
  background-image: url('../images/line.svg');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  padding: 15px 26px 18px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

._2021-hero-background {
  background-color: #000;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._2021-hero-title-message {
  color: #ffd558;
  letter-spacing: 2px;
  margin-bottom: 70px;
  font-style: italic;
  font-weight: 700;
}

._2021-hero-title {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1500px;
  display: flex;
  position: relative;
}

._2021-hero-title-logo {
  justify-content: center;
  width: 100%;
  max-width: 620px;
  height: 30vh;
  max-height: 300px;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

._2021-hero-title-attract {
  color: #ffe65b;
  width: 85%;
  max-width: 620px;
  margin-bottom: 32px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

._2021-hero-title-logo-image {
  width: 100%;
}

._2021-hero-background-cover {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/dot.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.message {
  background-color: red;
  padding: 40px 40px 120px;
  display: none;
}

.image-2 {
  width: 100%;
  max-width: 500px;
}

.image-3 {
  width: 100%;
  max-width: 400px;
}

.datetime-image {
  width: 100%;
  max-width: 400px;
  height: 10vh;
  max-height: 100px;
  margin-bottom: 30px;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.content {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content.ticket {
  margin-top: -300px;
  padding-top: 80px;
  padding-bottom: 120px;
}

.content.is-timetable-content {
  padding-bottom: 0;
}

.subtitle {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0000 90%, #fff 90%, #fff);
  margin-bottom: 10px;
  padding: 10px 10px 5px;
  font-family: din-2014, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.wave {
  z-index: 100000;
  position: relative;
  transform: rotate(180deg);
}

.html-embed {
  z-index: 10;
  background-color: red;
  margin-bottom: 0;
  position: relative;
  transform: rotate(0);
}

.title {
  color: #fff;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.title-box {
  text-align: center;
  margin-bottom: 40px;
}

.message-box {
  color: #fafafa;
  max-width: 640px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph {
  color: #fff;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.html-embed-2 {
  width: 100%;
  min-width: 100%;
}

.divider {
  object-fit: fill;
  width: 100%;
  height: auto;
  display: block;
}

._5-line-divider {
  background-image: linear-gradient(#fff, #fff 10%, #0000 10% 20%, #fff 20% 30%, #0000 30% 40%, #fff 40% 50%, #0000 50% 60%, #fff 60% 70%, #0000 70% 80%, #fff 80% 90%, #0000 90%);
  width: 100%;
  height: 100px;
  padding-bottom: 30px;
}

._5-line-divider.is-bg-black {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

._5-line-divider.is-bg-red2 {
  background-color: red;
  position: relative;
  overflow: hidden;
}

.slide {
  background-image: url('../images/line.svg');
  background-position: 0 0;
  background-size: auto;
}

.swiper-container {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: scroll;
}

.swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-wrapper._2021-voice-swiper-wrapper {
  display: flex;
}

.swiper-slide {
  margin-left: 12px;
  margin-right: 12px;
  box-shadow: 2px 2px #00000040;
}

.swiper-slide._2021-voice-swiper-slide {
  box-shadow: none;
  background-color: #0000;
  border: 1px #c0c0d333;
  border-radius: 12px;
  min-width: 500px;
  max-width: 100%;
}

.list {
  list-style-type: none;
}

.artist-list {
  max-width: 1200px;
  list-style-type: none;
}

.artists {
  background-color: red;
  width: 100%;
  height: 100%;
  padding: 40px 40px 120px;
  position: relative;
}

.text-block {
  color: #fafafa;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.div-block {
  background-color: #ffffff80;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 3px;
  display: block;
}

.text-block-2 {
  color: red;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: din-2014, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-3 {
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.outline {
  background-color: #000;
  border-bottom: 1px solid #ffffff80;
  padding: 40px 40px 120px;
}

.black-slash-line {
  z-index: 10;
  background-color: red;
  position: relative;
  transform: rotate(-180deg);
}

.footer {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.guidelines {
  color: #fff;
  background-color: #0000;
  padding: 40px 40px 120px;
}

.rules {
  background-color: red;
  padding: 40px 40px 120px;
  display: none;
}

.text-block-4 {
  color: #fafafa;
  text-align: center;
}

.text-block-5 {
  color: #fafafa;
  text-align: center;
  margin-bottom: 30px;
  font-family: din-2014, sans-serif;
}

.figure-2 {
  width: 100%;
  max-width: 200px;
}

.center-content {
  text-align: center;
}

.social-icons {
  padding-top: 25px;
  padding-bottom: 20px;
}

.social-icon-2 {
  background-color: #4d565b;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon-2:hover {
  background-color: #0000;
  border: 2px solid #4d565b;
}

.social-icon-2.twittter {
  background-color: #222;
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.social-icon-2.twittter:hover {
  background-image: url('../images/gorjeo.svg');
}

.social-icon-2.twitter {
  background-color: #222;
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.social-icon-2.twitter:hover {
  background-image: url('../images/gorjeo.svg');
  background-size: 32px;
}

.social-icon-2.mail {
  background-color: #222;
  background-image: url('../images/email-mail-svgrepo-com.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}

.social-icon-2.mail:hover {
  background-image: url('../images/email-mail-svgrepo-com.png');
  background-size: 72px;
}

.dividor-image {
  width: 100%;
  height: 250px;
  max-height: 250px;
  overflow: hidden;
}

.content7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content7-content-wrap {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.content7-content-wrap-access {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  display: flex;
  position: static;
  box-shadow: 0 3px 40px #0000000d;
}

.div-block-3 {
  padding-bottom: 21px;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

.paragraph-70 {
  opacity: .7;
  white-space: pre-wrap;
  margin-bottom: 10px;
  display: block;
}

.content7-image {
  z-index: 0;
  background-color: #0000;
  height: 640px;
  margin-top: 350px;
  position: relative;
}

.map {
  width: 100%;
  height: 100%;
}

.outline-row {
  border-bottom: 1px #e6e6e6;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.outline-row-header {
  width: 30%;
  min-width: 5rem;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.outline-row-content {
  width: 70%;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.outline-row-content.nallow {
  line-height: 30px;
}

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

.image-wrapper {
  background-image: url('../images/dot.svg'), linear-gradient(#fff3, #fff3), url('../images/bg.jpg');
  background-position: 50%, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  width: 100%;
  height: 300%;
}

.link {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-6 {
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 700;
}

.is-loading-image {
  width: 50%;
  max-width: 150px;
  margin-top: 20px;
}

.image-5 {
  width: 100%;
}

.preloader-mask-left {
  background-color: red;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader-mask-right {
  background-color: red;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.tissue-on-red {
  background-color: red;
  height: auto;
  position: relative;
}

.particles-js {
  background-color: red;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.is-bg-red {
  background-color: red;
}

.list-2 {
  color: #fafafa;
  list-style-type: disc;
}

._2021-navbar {
  z-index: 20000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

._2021-navbar-nav-links-item {
  margin-right: 30px;
  text-decoration: none;
}

._2021-navbar-nav-mobile {
  display: none;
}

._2021-navbar-nav-links-item-text {
  color: #fff;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

._2021-navbar-nav-logo {
  max-width: 200px;
}

._2021-navbar-nav {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1500px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.mobile-menu {
  display: none;
  position: fixed;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-4 {
  align-items: center;
  display: flex;
}

.link-block-3 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(146deg, #ff00004d, #c004044d);
  border: 1px solid #ffffff40;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.text-block-7 {
  text-align: center;
  width: 90%;
  padding-left: 0;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 24px;
  line-height: 70px;
}

.ticket-svg {
  width: 100%;
}

.ticket-btn-icon {
  border-right: 1px dotted #fff;
  width: 60px;
  margin-bottom: 0;
  padding: 12px 10px 7px;
}

.artists-flex {
  flex-flow: wrap;
  max-width: 1200px;
  padding: 20px;
  display: flex;
}

.artist-flex-item {
  width: 50%;
  max-width: 50%;
  padding: 20px;
  display: block;
}

.badge {
  background-color: #0000;
  border: 3px red;
  border-radius: 0%;
  width: 100px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  overflow: hidden;
  transform: skew(0deg)skew(0deg);
}

.text-block-8 {
  text-align: center;
  background-color: orange;
  transform: translate(0);
}

.div-block-5 {
  background-color: red;
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ticket-detail-box {
  border: 1px solid #222;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.ticket-detail-box.is-presell {
  display: none;
}

.text-block-9 {
  color: #fafafa;
  text-align: center;
  width: 50%;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 0;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-7 {
  flex-direction: column;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-72 {
  font-size: 28px;
}

.bold-text {
  font-size: 28px;
  line-height: 42px;
}

.price-text {
  color: #fafafa;
  border-bottom: 1px solid #333;
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.term-text {
  color: #999;
  padding-right: 10px;
  font-size: 12px;
  line-height: 24px;
}

.text-span-2, .text-span-3 {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.term-text-box {
  display: flex;
}

.link-2, .link-3 {
  text-decoration: underline;
}

.new-badge {
  width: 100px;
  position: absolute;
}

.blank {
  background-color: red;
  width: 100%;
  height: 50px;
}

.paragraph-73 {
  color: #fafafa;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-style: italic;
}

.paragraph-73.is-right {
  text-align: right;
  font-style: italic;
}

.container {
  padding: 20px;
}

.div-block-8 {
  outline-offset: 0px;
  background-image: url('../images/egg.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 12px;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #333;
  width: 80%;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-style: italic;
  line-height: 28px;
}

.text-span-4 {
  font-size: 12px;
  line-height: 24px;
}

.text-block-10 {
  color: #fff;
  background-color: red;
  padding: 5px 15px;
  font-family: din-2014, sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(-9deg);
  box-shadow: 1px 1px 3px #000;
}

.link-block-4, .link-block-5 {
  position: relative;
}

.text-block-11 {
  color: #fafafa;
}

.help-text-2 {
  color: #ccc;
  margin-top: -20px;
  font-size: 12px;
}

.ticket-flex-box {
  flex-wrap: wrap;
  place-content: space-between center;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin-top: 30px;
  display: none;
}

.each-ticket-box {
  width: 50%;
  padding: 5px;
}

.div-block-9 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin-top: 30px;
  display: flex;
}

.each-playguide {
  color: #fafafa;
  border: 1px solid #000;
  border-bottom-color: #666;
  width: 80%;
  padding: 10px;
  display: flex;
}

.is-playguide-name {
  width: 50%;
  padding-right: 20px;
}

.is-playguide-info, .is-playguide-link {
  width: 100%;
}

.partner-area {
  background-color: #ffffffd9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.image-6 {
  padding: 40px;
}

.is-tokyo-fm {
  width: 80%;
  max-width: 300px;
  margin-bottom: 0;
}

.is-tokyo-fm-logo {
  width: 33%;
  margin: 15px 15px 15px 0;
  display: inline-block;
}

.as-flex-horizontal {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.text-block-12 {
  color: #666;
  text-align: center;
  letter-spacing: 3px;
  border-bottom: 3px solid #666;
  margin-left: 33%;
  margin-right: 33%;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.image-7 {
  padding: 40px 40px 40px 30px;
}

.is-tbsradio-logo {
  width: 38%;
  margin: 15px 35px 15px 0;
  display: inline-block;
}

.is-timetable-box {
  background-color: #fff;
  max-width: 50%;
  padding: 10px;
  box-shadow: 3px 3px #0003;
}

.is-timetable-figure {
  background-color: red;
  margin-bottom: 0;
  padding: 10px 10px 20px;
}

.timetable {
  background-color: red;
  width: 100%;
  height: 100%;
  padding: 40px 40px 120px;
  position: relative;
}

.heading {
  color: #fff;
  border: 3px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 28px;
  line-height: 56px;
}

.request-box {
  flex-wrap: wrap;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.each-request {
  width: 50%;
  min-height: 100px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-2 {
  text-align: center;
  background-color: #ffffff40;
  padding-top: 5px;
  padding-bottom: 5px;
}

.request {
  color: #fff;
  background-color: red;
  padding: 40px 40px 120px;
}

.faq-item {
  width: 100%;
  padding-bottom: 20px;
}

.faq-question {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

.faq-answer.notification {
  color: red;
  text-align: center;
  background-color: #ff0;
  font-weight: 900;
}

.text-span-5 {
  background-color: #ffff0054;
  font-weight: 700;
}

.link-4, .link-5, .link-6, .white-link {
  background-color: #fff;
}

.guidline-date {
  color: #ffffff80;
  text-align: right;
  font-size: 10px;
}

.text-span-6 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-7 {
  font-size: 12px;
  line-height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .content.ticket {
    margin-top: -250px;
  }

  .text-block {
    font-size: 26px;
  }

  .center-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .content7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content7-content-wrap {
    margin-top: 0;
    margin-bottom: 67px;
  }

  .content7-image {
    height: 460px;
    min-height: 460px;
    margin-top: 650px;
  }

  ._2021-navbar-nav-links-item {
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  ._2021-navbar-nav-logo-image {
    display: none;
  }

  ._2021-navbar-nav {
    align-items: center;
    width: 100%;
    padding-left: 5%;
  }

  .text-block-7 {
    font-size: 24px;
  }

  .text-block-10 {
    top: 0;
    left: -5px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin-top: 0;
    padding-top: 0;
  }

  ._2021-hero-title-message {
    font-size: 21px;
  }

  ._2021-hero-title-logo {
    margin-bottom: 40px;
  }

  ._2021-hero-title-attract {
    margin-bottom: 18px;
    font-size: 15px;
  }

  .content {
    margin-top: -80px;
    padding-top: 80px;
  }

  .content.ticket {
    margin-top: -250px;
  }

  .text-block {
    font-size: 22px;
  }

  .social-icon-2 {
    width: 35px;
    height: 35px;
  }

  .social-icon-2.twittter, .social-icon-2.twitter, .social-icon-2.mail {
    background-size: 12px;
  }

  .content7-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .content7-content-wrap-access {
    box-shadow: none;
    padding: 20px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content7-image {
    margin-top: 0;
  }

  .outline-row-header {
    font-size: 16px;
    line-height: 32px;
  }

  .outline-row-content {
    font-size: 14px;
    line-height: 28px;
  }

  .html-embed-3 {
    object-fit: fill;
    width: 80%;
  }

  ._2021-navbar-nav-links {
    display: none;
  }

  ._2021-navbar-nav-mobile {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
    display: flex;
  }

  ._2021-navbar-nav-mobile-line-2 {
    background-color: #fff;
    width: 30px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2021-navbar-nav-mobile-line-1 {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2021-navbar-nav-logo-image {
    display: inline-block;
  }

  ._2021-navbar-nav {
    height: 9vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5%;
  }

  .mobile-menu {
    z-index: 19998;
    background-color: #fffffff2;
    width: 50%;
    height: 100%;
    padding-top: 10vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .mobile-menu-flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block {
    color: #111;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 20px 20px 40px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    text-decoration: none;
  }

  .mobile-menu-link-text {
    border-bottom: 4px solid red;
    padding-bottom: 7px;
    display: inline-block;
  }

  .list-3 {
    padding-left: 30px;
  }

  .artists-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-10 {
    padding: 1px 5px;
    font-size: 11px;
  }

  .div-block-9, .each-playguide {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-top: -40px;
    padding-top: 40px;
  }

  ._2021-hero-background-video {
    height: 100%;
    min-height: 100%;
  }

  ._2021-hero-background {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2021-hero-title-message {
    font-size: 16px;
  }

  ._2021-hero-title-logo {
    margin-bottom: 20px;
  }

  ._2021-hero-title-attract {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  ._2021-hero-background-cover {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 80%;
  }

  .content.ticket {
    margin-top: -200px;
  }

  .title {
    font-size: 24px;
    line-height: 20px;
  }

  .artists {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .outline, .guidelines, .rules {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-icon-2.mail {
    background-size: 26px;
  }

  .content7-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .content7-content-wrap-access {
    border-radius: 5px;
    align-items: stretch;
    padding: 10px;
  }

  .paragraph-70 {
    white-space: normal;
  }

  .content7-image {
    height: 250px;
    min-height: 250px;
  }

  .outline-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .outline-row-header {
    text-align: left;
    width: 50%;
    font-size: 16px;
    text-decoration: underline;
  }

  .outline-row-content {
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
  }

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

  .image-wrapper {
    background-image: url('../images/dot.svg'), linear-gradient(#0000, #0000), url('../images/bg.jpg');
    background-position: 50%, 0 0, 20% 0;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .paragraph-71 {
    color: #fafafa;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-size: 12px;
    line-height: 26px;
  }

  ._2021-navbar-nav-links {
    display: none;
  }

  ._2021-navbar-nav-mobile {
    position: absolute;
    right: 15px;
  }

  ._2021-navbar-nav-logo {
    max-width: 50%;
  }

  ._2021-navbar-nav {
    justify-content: center;
    padding-right: 5%;
  }

  .mobile-menu {
    width: 75%;
    display: none;
  }

  .text-block-7 {
    font-size: 16px;
    font-weight: 700;
  }

  .list-3 {
    padding-left: 20px;
  }

  .artist-flex-item {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .price-text {
    font-size: 30px;
  }

  .term-text {
    line-height: 18px;
  }

  .text-span-2, .text-span-3 {
    font-size: 12px;
    line-height: 12px;
  }

  .term-text-box {
    flex-direction: column;
    margin-top: 12px;
  }

  .text-span-4 {
    font-size: 10px;
    line-height: 10px;
  }

  .partner-area {
    width: 70%;
  }

  .image-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .is-tokyo-fm {
    width: 100%;
  }

  .is-tokyo-fm-logo {
    width: 50%;
  }

  .as-flex-horizontal {
    flex-direction: column;
  }

  .text-block-12 {
    border-bottom-width: 2px;
    margin-left: 33%;
    margin-right: 33%;
    font-size: 14px;
    line-height: 28px;
  }

  .image-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .is-tbsradio-logo {
    width: 55%;
  }

  .is-timetable-box {
    max-width: 100%;
    padding: 3px;
  }

  .timetable {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 20px;
    line-height: 40px;
  }

  .each-request {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .request {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question {
    font-size: 14px;
    line-height: 28px;
  }

  .faq-answer {
    font-size: 12px;
    line-height: 20px;
  }

  .request-p {
    font-size: 12px;
    line-height: 18px;
  }

  .text-span-7 {
    display: inline;
  }
}

#w-node-_1ef92c67-0fb7-e51e-24c5-928bff9b611c-46d2e4a6 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_1ef92c67-0fb7-e51e-24c5-928bff9b612d-46d2e4a6 {
  grid-area: 1 / 6 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_1ef92c67-0fb7-e51e-24c5-928bff9b611c-46d2e4a6 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_1ef92c67-0fb7-e51e-24c5-928bff9b612d-46d2e4a6 {
    grid-column: 3 / 9;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1ef92c67-0fb7-e51e-24c5-928bff9b611c-46d2e4a6, #w-node-_1ef92c67-0fb7-e51e-24c5-928bff9b612d-46d2e4a6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ef92c67-0fb7-e51e-24c5-928bff9b611c-46d2e4a6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1ef92c67-0fb7-e51e-24c5-928bff9b612d-46d2e4a6 {
    grid-column: span 4 / span 4;
  }
}


