:root {
  --darkred: #8c0000;
  --yellow: #fadb17;
  --black: black;
  --grey: rgba(128, 128, 128, .8);
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

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

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

body {
  color: #000;
  text-align: left;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
}

h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 10px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.section.darkred {
  background-color: var(--darkred);
}

.section.darkred.marginmini {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.margin0 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section.minusmargin {
  margin-top: -122px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(rgba(46, 157, 255, .5), rgba(46, 157, 255, .22)), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
  display: block;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

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

.container {
  max-width: 1454px;
}

.navbar-no-shadow {
  display: none;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.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 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.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;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 12px;
  line-height: 20px;
  transition: all .4s;
}

.button-primary:hover {
  color: #fff;
  background-color: #39529e;
}

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

.button-primary.rounded {
  border-radius: 36px;
}

.column {
  border: 1px solid var(--yellow);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.column.caracolumn {
  background-image: url('../images/cara_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.columns {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-width: 0;
  display: flex;
}

.about-img {
  max-width: 250px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.column-2, .about-column {
  text-align: center;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.shce-day-box-day {
  padding-top: 5px;
  padding-left: 10px;
}

.sche-event {
  text-align: center;
}

.columns-2 {
  display: flex;
}

.container-2 {
  text-align: center;
}

.button-2 {
  background-image: url('../images/city-scape.jpg');
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.container-1000px {
  max-width: 1032px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-1000px.center {
  text-align: center;
}

.body {
  text-align: left;
}

.div-block {
  text-align: left;
  max-width: 1000px;
}

.heading {
  text-align: left;
}

.div-block-2 {
  text-align: right;
}

.sectionheding {
  margin-bottom: 32px;
}

.display-heading {
  font-size: 80px;
  line-height: 90px;
}

.display-heading2 {
  font-size: 60px;
  line-height: 70px;
}

.div-block-3 {
  color: #000;
}

.heading-2 {
  font-weight: 600;
}

.heading-3, .heading-4 {
  letter-spacing: normal;
  text-transform: none;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.pageheading {
  margin-bottom: 32px;
}

.heading2 {
  margin-top: 24px;
  font-size: 32px;
  line-height: 40px;
}

.heading3 {
  margin-top: 24px;
  font-size: 22px;
  line-height: 30px;
}

.button-secondary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 12px;
  line-height: 20px;
  transition: all .4s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #39529e;
}

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

.color-box {
  width: 200px;
  height: 100px;
}

.color-box.blue {
  background-color: var(--darkred);
}

.color-box.black {
  background-color: var(--black);
}

.image {
  text-align: left;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  display: flex;
}

.tabs-content {
  flex: none;
}

.image-2 {
  display: inline-block;
}

.about-tabs {
  display: flex;
}

.about-tabs-menu {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.tabs-contentt {
  width: 60%;
}

.about-tab-link {
  order: 0;
  justify-content: space-between;
  padding-right: 5px;
  display: flex;
}

.about-tab-link-icon {
  align-self: center;
  width: 30px;
  height: 30px;
}

.paragraph {
  direction: ltr;
  word-break: normal;
  flex-flow: column;
  display: block;
  position: static;
  transform: translate(0);
}

.columns-3 {
  object-fit: fill;
  display: block;
}

.sche-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--grey);
  color: #ff0;
  -webkit-text-stroke-color: var(--yellow);
  background-color: rgba(0, 0, 0, .5);
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  font-family: sawarabi-mincho, sans-serif;
}

.day-of-week-box {
  border: 1px solid var(--grey);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.day-of-week-box.bgblue {
  background-color: var(--steel-blue);
  color: #fff;
}

.day-of-week-box.bgred {
  background-color: var(--darkred);
  color: #fff;
}

.shce-day-box {
  border: 1px solid var(--grey);
}

.shce-day-box.holiday {
  color: rgba(255, 255, 0, .5);
}

.shce-day-box-time {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ticket-price-box {
  color: #fff;
  font-family: sawarabi-mincho, sans-serif;
}

.ticket-price-big {
  box-sizing: border-box;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  vertical-align: baseline;
  padding-right: 10px;
  font-size: 64px;
  font-style: italic;
  text-decoration: none;
  display: inline;
}

.text-block {
  box-sizing: border-box;
  object-fit: fill;
  font-size: 70px;
  display: block;
  position: static;
  overflow: visible;
}

.text-span {
  font-size: 64px;
  font-style: italic;
}

.ticket-price-index {
  border-bottom: 1px solid #fff;
  margin-bottom: 24px;
}

.ticket-price {
  display: inline-block;
}

.div-block-4 {
  aspect-ratio: auto;
}

.notes-list-item {
  margin-left: 20px;
  padding-left: 0;
}

.notes-list-item-title {
  padding-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

.sectiontop {
  background-color: var(--darkred);
  text-align: center;
}

.subtitle {
  color: var(--yellow);
  text-align: center;
}

.subtitleen {
  margin-bottom: 8px;
  font-family: sawarabi-mincho, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.subtitlejp {
  font-family: sawarabi-mincho, sans-serif;
}

.aboutfeatureheading {
  color: var(--yellow);
  font-family: sawarabi-mincho, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.aboutfetureimg {
  padding: 40px 20px;
}

.storyp {
  color: #fff;
  padding-top: 20px;
  font-family: sawarabi-mincho, sans-serif;
  line-height: 40px;
}

.div-block-5, .accessbox {
  text-align: center;
}

.body-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/p0525_l_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-clip: border-box;
}

.list {
  color: #fff;
  line-height: 24px;
}

.image-3 {
  mix-blend-mode: color-dodge;
  margin-top: -228px;
}

.image-4 {
  opacity: .68;
  margin-top: -267px;
  display: none;
  position: relative;
}

.textspanbig {
  font-size: 36px;
  line-height: 50px;
}

.textspanbig.textspanyellow {
  color: var(--yellow);
}

.button-3 {
  background-color: var(--yellow);
}

.ticketbutton {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 8px;
  padding: 20px;
  font-family: sawarabi-mincho, sans-serif;
  font-size: 24px;
  display: inline-block;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.textspanyellow {
  color: var(--yellow);
}

.caradiv {
  min-width: 140px;
  min-height: 180px;
  padding: 40px 20px;
}

.div-block-8 {
  background-color: rgba(0, 0, 0, .7);
  border-radius: 2px;
}

.schetop {
  color: var(--yellow);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 42px;
  line-height: 52px;
}

.fixedticketbox {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 5px;
}

.fixedticketbutton {
  background-color: var(--yellow);
  color: #000;
  font-family: sawarabi-mincho, sans-serif;
}

.button-4 {
  background-color: var(--darkred);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

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

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .section-2 {
    background-color: #8c0000;
  }

  .navbar-no-shadow {
    background-color: #333;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    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;
  }

  .container-100px {
    max-width: 1000px;
  }

  .columns-3 {
    flex-flow: wrap;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

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

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    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;
  }

  .storyp {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  p, a {
    font-size: 14px;
  }

  ul {
    padding-left: 20px;
  }

  .button {
    margin-bottom: 25px;
  }

  .section {
    padding: 50px 5px;
  }

  .section.darkred.marginmini {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section.darkred.marginmini.paddingzero {
    padding: 10px 0;
  }

  .section.lastsection {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

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

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

  .column, .columns {
    flex-flow: column;
  }

  .about-img {
    max-width: 120px;
  }

  .about-column {
    text-align: center;
  }

  .shce-day-box-day {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .container-1000px.paddingzero {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    text-align: center;
    flex-flow: wrap;
    display: flex;
  }

  .shce-day-box-time {
    padding: 2px;
  }

  .ticket-price-box {
    margin-bottom: 16px;
  }

  .ticket-price-big {
    font-size: 50px;
    line-height: 60px;
  }

  .ticket-price-index {
    margin-bottom: 8px;
  }

  .ticket-price {
    text-align: left;
  }

  .notes-list-item {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: disc;
  }

  .subtitleen {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .subtitlejp {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .aboutfetureimg {
    padding: 20px 0;
  }

  .body-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .list {
    padding-left: 20px;
  }

  .ticketbutton {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .schetop {
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 30px;
  }

  .fixedticketbutton {
    border-radius: 5px;
  }
}


