:root {
  --main-red: #d81f26;
  --regularcolor: #c30d23;
  --subcolor: #f39801;
  --machiaicolor: #0f6fb9;
  --battlecolor: #0ca29a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.content {
  height: 100%;
  min-height: 100vh;
  background-color: #000;
  background-image: linear-gradient(to top, #222, #000 6%);
}

.nav-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 1);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.nav-wrapper.is-top {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-no-use {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  font-family: Zen Kaku Gothic Antique, sans-serif;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #ccc;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .45s;
}

.nav-link:hover {
  color: rgba(255, 0, 0, .65);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  transition: color .45s;
}

.nav-dropdown-toggle:hover {
  color: rgba(255, 0, 0, .65);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navibar {
  z-index: 1000;
  background-color: #000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block {
  font-family: Changa One, Impact, sans-serif;
}

.is-size-28 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.is-size-18 {
  font-size: 18px;
  line-height: 18px;
}

.brand-text {
  color: var(--main-red);
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.hero {
  width: 100%;
  height:100%;
  /*  background: radial-gradient(circle, rgba(224,37,28,0.2) 0%, rgba(0,0,0,1) 50%); */
}

.hero-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-text-title {
  color: #fff;
  text-align: center;
  font-family: Zen Antique, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.hero-logo {
  width: 63%;
  max-width: 900px;
  margin-bottom: 10px;
  filter: drop-shadow(0px 0px 5px rgba(224, 37, 28, 0.8));
  text-align: center;
}

.hero-sub-title {
  width: 70%;
  max-width: 1200px;
  text-align: center;
  padding-bottom: 20px;
}

.hero-img {
  /*height: 100%;*/
}

.hero-text-sub-title {
  color: #fff;
  text-align: center;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.hero-main-image {
  max-height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-dummy {
  padding-top: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  align-self: center;
  flex: 0 1 auto;
  min-height:80vh;
}

.content-wrapper {
  max-width: 1140px;
  object-position: 50% 0%;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 25px;
}

.content-header {
  color: #ccc;
  border-bottom: 3px #d81f26;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.header-box {
  text-align: center;
  border-top: 1px #141414;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: inline-block;
}

.content-header-bottom-border {
  width: 20px;
  border-bottom: 5px dotted #d81f26;
  margin-top: 10px;
  margin-bottom: 30px;
}

.grid {
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.access-grid-map {
  margin-top: 250px;
}

.access-grid-image {
  z-index: 100;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.map {
  filter: invert() hue-rotate(234deg) grayscale(86%);
  border: 2px #333;
  border-radius: 20px;
}

.map-image {
  width: 100%;
  border: 2px solid #000;
  border-radius: 20px;
}

.footer {
  min-height: 150px;
  padding-top: 60px;
}

.gekijo-text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 36px;
}

.div-block-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  grid-column-gap: 10px;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.icon-x {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  overflow: hidden;
}

.div-block-5 {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  padding: 8px 8px 5px;
  display: inline-block;
}

.is-youtube, .is-instagram, .is-tiktok {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.copyright-text {
  color: #fff;
  text-align: center;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.icon-external-link {
  width: 14px;
  height: 14px;
  color: var(--main-red);
}

.gekijo-information {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.narrow-content {
  max-width: 600px;
  color: #fff;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-content.has-text-centered {
  text-align: center;
}

.button {
  width: 15em;
  background-color: var(--main-red);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(308deg, #d81f26, #aa0a10);
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.paragraph {
  text-align: center;
}

.jimusho-list {
  width: 100%;
  max-width: 500px;
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.is-xxx {
  width: 50%;
  object-fit: contain;
  margin-bottom: 20px;
  padding: 10px;
  display: block;
}

.schedule-ticket-box {
  max-width: 600px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-to-schedule-box {
  background-image: radial-gradient(circle at 50% 0, rgba(0, 0, 0, .1), #000), linear-gradient(173deg, #d81f26, #500955);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.link-to-schedule-box-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.link-to-schedule-box-right {
  width: 400px;
  flex-direction: column;
  display: flex;
}

.show-detail {
  color: #cb89f7;
  margin-top: 8px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.link-to-schedule-box-left {
  width: 50px;
  margin-right: 15px;
}

.icon-calendar {
  color: #fff;
}

.horizontal-rule {
  width: 100%;
  height: 5px;
  border-bottom: 6px solid #151515;
}

.news-box-list {
  width: 500px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-box {
  width: 100%;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.news-box:hover {
  transform: scale(1.05);
}

.news-box-image {
  width: 160px;
  height: 90px;
  max-height: 90px;
  max-width: 160px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 5px;
  margin-top: 2px;
  position: relative;
  overflow: hidden;
}

.news-box-content {
  width: 66%;
  color: #fff;
  padding-left: 10px;
}

.news-box-image-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.news-box-content-title {
  border-top: 2px none var(--main-red);
  border-left: 2px solid var(--main-red);
  color: #fff;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 3px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.news-box-content-text {
  padding-left: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
}

.news-box-image-shadow {
  width: 400%;
  height: 400%;
  opacity: .25;
  mix-blend-mode: overlay;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, .5) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, .5));
  position: absolute;
}

.div-block-11 {
  max-width: 600px;
  color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.map-image-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-address-box {
  z-index: 100;
  height: 40%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  padding-top: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-address {
  background-color: var(--main-red);
  color: #fff;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  display: inline;
}

.whole {
  background-color: #000;
  border-radius: 5px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
}

.sticky-footer-menu {
  display: none;
}

.html-embed-3-copy {
  color: #fff;
}

.page-wrapper {
  padding-top: 100px;
}

.header-about {
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.header-about-live {
  border-left: 3px solid var(--main-red);
  padding-left: 10px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.header-about-live.is-regular {
  border-left-color: var(--regularcolor);
}

.header-about-live.is-sub {
  border-left-color: var(--subcolor);
}

.header-about-live.is-machiai {
  border-left-color: var(--machiaicolor);
}

.header-about-live.is-battle {
  border-left-color: var(--battlecolor);
}

.short-divider {
  width: 33%;
  height: 1px;
  border-bottom: 3px solid #222;
  margin: 20px auto 10px;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 3px #333;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-3 {
  width: 33%;
}

.tab-link {
  width: 33%;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #ccc;
  background-image: radial-gradient(circle at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, .25));
  border: 1px #fff;
  border-radius: 5px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
}

.tab-link:hover {
  background-image: radial-gradient(circle at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, .25));
}

.tab-link.w--current {
  background-color: var(--main-red);
  color: rgba(255, 255, 255, .5);
}

.tabs-content {
  border-top: 1px none var(--main-red);
}

.schedule-tab-base {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.schedule-tab-each-day {
  width: 100%;
  border-bottom: 3px solid #333;
  flex-direction: row;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.day {
  max-width: 40px;
  min-width: 40px;
  flex-direction: column;
  align-items: center;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  display: flex;
}

.schedule-list {
  width: 100%;
  margin-bottom: 10px;
}

.daynum-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.weekday-text {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.each-schedule-list {
  color: #000;
  background-color: #ccc;
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  display: flex;
  overflow: hidden;
}

.each-schedule-title {
  width: 66%;
  padding-left: 3px;
  font-size: 16px;
  font-weight: 700;
}

.each-schedule-timeschedule {
  width: 33%;
  color: #333;
  padding-left: 3px;
  font-size: 12px;
  font-weight: 700;
}

.each-schedule-member {
  font-size: 12px;
  font-weight: 400;
}

.div-block-16 {
  width: 50px;
  padding-left: 10px;
}

.icon-bottom-arrow {
  width: 18px;
  height: 18px;
  color: #666;
  display: inline-block;
}

.each-schedule-detail {
  height: auto;
  color: #fff;
  background-color: #333;
  display: block;
  overflow: hidden;
}

.each-schedule-detail-flex {
  display: flex;
}

.each-schedule-detail-flex-row {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.each-schedule-detail-flex-row-title {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  background-color: var(--main-red);
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.each-schedule-detail-flex-row-content {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  line-height: 18px;
}

.each-schedule-detail-open-button {
  width: 5%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.each-schedule-overview {
  width: 95%;
  padding: 10px;
}

.each-schedule-detail-ticket-button {
  width: 100%;
  max-width: 300px;
  background-color: var(--main-red);
  color: #fff;
  background-image: none;
  align-items: center;
  margin: 3px auto;
  padding: 6px 5px 6px 10px;
  text-decoration: none;
  display: flex;
}

.icon-ticket {
  width: 50px;
  text-align: center;
  border-right: 1px dotted #fff;
  padding-top: 6px;
  padding-right: 10px;
}

.buy-ticket-text {
  width: 100%;
  text-align: center;
  border-left: 1px #fff;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.slant {
  width: 5%;
  color: #000;
  text-align: center;
  padding-bottom: 30px;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 700;
}

.geinin-updated-at {
  color: #999;
  text-align: right;
  font-size: 12px;
  line-height: 24px;
}

.geinin-tab-flex {
  width: 500px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.geinin-card {
  width: 49%;
  border-bottom: 3px #333;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.geinin-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 50%;
  overflow: hidden;
}

.geinin-name {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 32px;
}

.link-to-profile {
  background-image: linear-gradient(135deg, var(--main-red), #890c9c);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 3px solid rgba(0, 0, 0, 0);
  padding: 3px 10px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-11 {
  background-image: linear-gradient(135deg, var(--main-red), #a70a9b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  text-decoration: none;
}

.custom-css {
  height: 200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.is-slush-pile {
  width: 100%;
  object-fit: contain;
  display: block;
}

.show-narrow {
  display: none;
}

.link-gradient-button {
  background-image: linear-gradient(135deg, var(--main-red), #960016);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 3px solid rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.has-text-centered {
  text-align: center;
}

.each-schedule-box {
  width: 100%;
  background-color: #fafafa;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.each-schedule-box.is-battle {
  background-image: linear-gradient(to right, #fafafa 98%, var(--battlecolor) 98%);
}

.each-schedule-box.is-regular {
  background-image: linear-gradient(to right, #fafafa 98%, var(--regularcolor) 98%);
}

.each-schedule-box.is-sub {
  background-image: linear-gradient(to right, #fafafa 98%, var(--subcolor) 98%);
}

.each-schedule-box.is-machiai {
  background-image: linear-gradient(to right, #fafafa 98%, var(--machiaicolor) 98%);
}

.each-schedule-box.is-other {
  background-image: linear-gradient(to right, #fafafa 98%, #ccc 98%);
}

.each-schedule-box-day {
  width: 50px;
  height: 50px;
  background-color: var(--main-red);
  border-radius: 5px;
  padding: 5px 10px;
}

.each-schedule-box-day.is-battle {
  width: 50px;
  height: 50px;
  background-color: var(--battlecolor);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.each-schedule-box-day.is-holiday {
  background-color: #ff2764;
}

.each-schedule-box-day.is-saturday {
  background-color: #1f66d8;
}

.each-schedule-box-day.is-regular {
  background-color: var(--regularcolor);
}

.each-schedule-box-day.is-sub {
  background-color: var(--subcolor);
}

.each-schedule-box-day.is-machiai {
  background-color: var(--machiaicolor);
}

.each-schedule-box-day.is-other {
  background-color: #999;
}

.each-schedule-box-content {
  width: 100%;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.each-schedule-price {
  color: #666;
  margin-bottom: 10px;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.tag-price {
  background-image: linear-gradient(135deg, var(--main-red), #ff2587);
  color: #fff;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.tag-price.is-free {
  background-image: linear-gradient(135deg, var(--machiaicolor), #2580ff);
}

.each-schedule-box-detail {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.each-schedule-box-detail-tag {
  color: #999;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.each-schedule-box-detail-paragraph {
  font-size: 12px;
  line-height: 20px;
}

.each-schedule-box-detail-paragraph-head {
  color: #666;
  padding-right: 5px;
  display: inline-block;
}

.each-schedule-box-detail-footer {
  justify-content: center;
  padding-right: 50px;
  display: flex;
}

.each-schedule-box-detail-content {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.each-schedule-box-detail-ticket-wrapper {
  width: 100%;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
  padding-right: 50px;
}

.arrow-svg-symbol {
  height: 0;
}

.geinin-name-list {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.geinin-name-item {
  width: 31%;
  text-align: center;
  border-bottom: 1px #fff;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px 0;
  font-weight: 700;
  line-height: 22px;
}

.each-schedule-geinin {
  color: #666;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 700;
}

.each-schedule-geinin-paragraph {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.each-schedule-geinin-paragraph-head {
  color: #333;
  background-color: #ccc;
  margin-right: 3px;
  padding: 2px 3px;
  display: inline-block;
}

.help {
  text-align: right;
  font-size: 12px;
}

.each-schedule-title-box {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 2px;
  padding-bottom: 2px;
  display: flex;
}

.each-schedule-jimusho {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-8 {
  width: 200px;
  border-radius: 5px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-12 {
  color: var(--main-red);
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
}

.is-ash_d {
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  box-shadow: 0 2px 5px rgba(255, 255, 255, .2);
}

.is-maseki {
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
}

.jimusho-image {
  width: 33%;
  padding: 10px;
}

.jimusho-image.is-slush-pile {
  width: 100%;
  padding-left: 36%;
  padding-right: 36%;
}

.is-jimusho {
  border-radius: 5px;
}

.paginator-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-paginator {
  color: var(--main-red);
  font-weight: 700;
}

.news-header {
  width: 100%;
  height: 400px;
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.news-header-title {
  height: 20%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5%;
  padding-left: 10px;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3 {
  background-color: rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  line-height: 36px;
}

.text-block-13 {
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rich-text-block {
  padding: 10px;
  line-height: 20px;
}

.slush-rule {
  width: 50px;
  height: 3px;
  background-color: #333;
  margin: 10px auto 20px;
}

@media screen and (max-width: 991px) {

  .hero-logo {
    width: 80%;
    max-width: 750px;
  }

  .hero-sub-title {
    width: 90%;
    max-width: 900px;
  }

  .navbar-no-use {
    display: block;
  }

  .nav-container {
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .nav-menu {
    background-color: #000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .brand-text {
    line-height: 22px;
  }

  .icon {
    color: #fff;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-address-box {
    height: 50%;
  }

  .map-address {
    font-size: 16px;
    line-height: 28px;
  }

  .page-wrapper {
    padding-top: 80px;
  }

  .icon-bottom-arrow {
    color: #666;
  }

  .geinin-name-item {
    border: 1px #000;
    border-bottom: 2px #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero-dummy {
    padding-top: 0;
    justify-content: center;
  }

  .content {
    overflow: hidden;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, .2);
  }

  .access-grid-map {
    margin-top: 150px;
  }

  .footer {
    padding-top: 30px;
  }

  .link-to-schedule-box {
    width: 80%;
    background-image: radial-gradient(circle at 50% 0, rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .8)), linear-gradient(173deg, #d81f26, #500955);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-to-schedule-box-text {
    font-size: 14px;
    line-height: 22px;
  }

  .link-to-schedule-box-left {
    width: 20%;
    max-width: 50px;
  }

  .map-address-box {
    height: 50%;
  }

  .map-address {
    font-size: 12px;
    line-height: 22px;
  }

  .sticky-footer-menu {
    z-index: 2000;
    border-style: solid none none;
    border-width: 1px 0 0;
    border-color: rgba(255, 255, 255, .1) var(--main-red) var(--main-red);
    background-color: rgba(0, 0, 0, 0);
    background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(0, 0, 0, .26) 35%, rgba(0, 0, 0, .5)), linear-gradient(315deg, var(--main-red), #e20000);
    opacity: 1;
    border-radius: 0;
    padding: 15px 10px 5px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 12px 2px rgba(255, 255, 255, .05);
  }

  .list {
    height: 100%;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .link-block {
    height: 100%;
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .bottom-navi-text {
    margin-top: 8px;
    font-size: 10px;
    line-height: 11px;
  }

  .html-embed-3-copy {
    width: 22px;
    height: 22px;
  }

  .html-embed-4 {
    width: 24px;
    height: 24px;
  }

  .list-item {
    width: 25%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-wrapper {
    padding-top: 65px;
  }

  .daynum-text {
    font-size: 20px;
    line-height: 22px;
  }

  .weekday-text {
    font-size: 10px;
    line-height: 16px;
  }

  .each-schedule-list {
    padding: 0;
  }

  .each-schedule-detail {
    background-color: #333;
    padding-left: 5px;
    padding-right: 5px;
  }

  .each-schedule-detail-flex-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  .each-schedule-detail-open-button {
    width: 8%;
  }

  .each-schedule-overview {
    width: 92%;
  }

  .each-schedule-detail-ticket-button {
    margin-left: auto;
    margin-right: auto;
  }

  .buy-ticket-text {
    font-size: 14px;
    font-weight: 700;
  }

  .link-to-profile {
    padding-bottom: 3px;
  }

  .show-narrow {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .lightbox-link-2 {
    display: none;
  }

  .icon-zoom-in {
    opacity: .5;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .show-wide {
    display: none;
  }

  .each-schedule-jimusho {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .text-block-12 {
    padding-right: 3px;
  }
}

@media screen and (max-width: 479px) {
  .hero-dummy {
    padding-top: 0;
    justify-content: center;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text-title {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-logo {
    width: 90%;
  }

  .hero-sub-title {
    width: 100%;
  }

  .grid {
    width: 100%;
    margin-bottom: 100px;
  }

  .access-grid-map {
    margin-top: 20px;
  }

  .map {
    max-height: 300px;
  }

  .narrow-content {
    margin-bottom: 50px;
  }

  .link-to-schedule-box-left {
    width: 50%;
  }

  .news-box-list {
    width: 100%;
    max-width: 500px;
  }

  .news-box-image {
    width: 100px;
    aspect-ratio: auto;
  }

  .news-box-content-title {
    margin-bottom: 5px;
  }

  .news-box-content-text {
    font-size: 12px;
    line-height: 16px;
  }

  .sticky-footer-menu {
    opacity: 1;
    padding-bottom: 5px;
  }

  .list {
    align-items: stretch;
  }

  .bottom-navi-text {
    font-size: 10px;
    line-height: 10px;
  }

  .list-item {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    font-family: Zen Kaku Gothic Antique, sans-serif;
    font-size: 12px;
    display: flex;
  }

  .page-wrapper {
    padding-top: 50px;
  }

  .header-about-live {
    font-size: 16px;
  }

  .tab-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .day {
    min-width: 30px;
  }

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

  .weekday-text {
    font-size: 8px;
    line-height: 10px;
  }

  .each-schedule-title {
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .each-schedule-timeschedule {
    width: 100%;
    color: #666;
    line-height: 12px;
  }

  .div-block-16 {
    width: 33px;
    padding-left: 5px;
  }

  .each-schedule-detail-open-button {
    width: 12%;
  }

  .each-schedule-overview {
    width: 88%;
    padding-right: 5px;
  }

  .each-schedule-detail-ticket-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 2px 3px 8px;
  }

  .icon-ticket {
    padding-right: 0;
  }

  .buy-ticket-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 26px;
  }

  .geinin-tab-flex {
    width: 100%;
    justify-content: flex-start;
  }

  .geinin-card {
    width: 49%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }

  .geinin-name {
    font-size: 12px;
  }

  .link-to-profile {
    border-width: 2px;
  }

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

  .custom-css {
    height: 20px;
  }

  .show-narrow {
    width: 100%;
    position: relative;
  }

  .icon-zoom-in {
    opacity: .49;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .each-schedule-box-day, .each-schedule-box-day.is-battle {
    width: 33px;
    height: 33px;
    padding: 2px 5px 5px;
  }

  .each-schedule-price {
    display: block;
  }

  .tag-price {
    font-size: 10px;
    line-height: 18px;
  }

  .each-schedule-box-detail {
    margin-top: 10px;
  }

  .each-schedule-box-detail-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .each-schedule-box-detail-ticket-wrapper {
    padding-right: 30px;
  }

  .geinin-name-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .geinin-name-item {
    width: 47%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    margin-left: 0;
    margin-right: 3%;
    font-size: 12px;
    line-height: 20px;
  }

  .image-7 {
    max-width: 200px;
  }

  .each-schedule-title-box {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .each-schedule-jimusho {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-12 {
    font-size: 12px;
    display: block;
  }

  .jimusho-image {
    margin-bottom: 5px;
    padding: 5px;
  }
}

#w-node-_6b0feaf9-b920-e9fc-82c2-a91d9a7e2564-9a7e2563 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6b0feaf9-b920-e9fc-82c2-a91d9a7e2569-9a7e2563 {
  grid-area: 1 / 3 / 2 / 6;
}

@media screen and (max-width: 767px) {
  #w-node-_6b0feaf9-b920-e9fc-82c2-a91d9a7e2564-9a7e2563 {
    grid-column-start: 1;
  }

  #w-node-_6b0feaf9-b920-e9fc-82c2-a91d9a7e2569-9a7e2563 {
    grid-column-end: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b0feaf9-b920-e9fc-82c2-a91d9a7e2564-9a7e2563 {
    grid-column-end: 6;
  }

  #w-node-_6b0feaf9-b920-e9fc-82c2-a91d9a7e2569-9a7e2563 {
    grid-area: 2 / 1 / 3 / 6;
  }
}


