
.progBar {
  width: 300px;
  height: 15px;
  background-color: #ececec;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  left: 0;
  top: calc(50% - 52px);
}

.progBar .bar {
  width: 0%;
  height: 100%;
  background-color: #663300;
  position: absolute;
  top: 0;
}

.progBar .percent {
  position: relative;
  color: #fff;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}

.whole_loading_inner p.str {
  color: #663300;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 2px;
}

.whole_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e7f5df;
  z-index: 99999999;
  margin-right: 20px;
}

.whole_loading_inner {
  position: absolute;
  display: block;
  margin: auto;
  text-align: center;
  left: calc(50% - 140px);
  top: calc(50% - 52px);
}

.whole_loading img {
  width: 150px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html,
body {
  overflow: hidden;
}

#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

#movie {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  padding: 0;
}

#movie_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie_inner video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#movie_info {
  position: absolute;
  bottom: 90px;
  right: 30px;
  border-radius: 8px;
  background: rgb(255, 255, 255, 0.8);
}

#movie_info img {
  width: 100%;
  max-width: 500px;
}

#price {
  position: absolute;
  left: 10px;
  bottom: 80px;
}

#status_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #E7F5DF;
  color: #663300;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif
}

#status {
  display: table;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 9px 20px;
}

#status_title {
  display: table-cell;
  font-weight: bold;
  font-size: 16px;
  width: 150px;
  vertical-align: middle;
}

#status_time {
  display: table-cell;
  font-weight: bold;
  font-size: 28px;
  vertical-align: middle;
}

.mobile-nav-toggle {

  z-index: 9999999
}

.banner_box {
  text-align: center;
  display: none;
}

.banner_box img {
  max-width: 600px
}

@media screen and (max-width: 420px) {
.event_sp_banner{
  display:block!important;
}

  #movie_info {
    display: none;
  }

  #hero {
    display: none
  }

  #movie {
    display: block;
  }

  #header-sticky-wrapper {
    height: 0 !important;
  }

  .banner_box {
    display: block;
  }

  #status_title {
    display: block;
    font-weight: bold;
    /*font-size: 12px;*/
	  font-size: 18px;
    width: 150px;
    margin: 0;
  }

  #status_time {
    display: block;
    font-weight: bold;
    /*font-size: 18px;*/
	  font-size: 25px;
    margin: 0;
  }

  #price img {
    width: 70%;
  }

  #header {
    background: RGB(255, 255, 255, 0);
  }

  .mobile-nav-toggle {
    background: rgb(255, 255, 255, 0.7);
    padding: 5px;
    top: 13px;
  }

  .mobile-nav-toggle i {
    font-size: 28px
  }
}
