body {
  margin: 0 0;
  background: #111;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
header {
  line-height: 0;
}
.mv img {
  width: 100%;
}
.mv {
	background-image: url("./img/mv.png");
	content: "";
	background-size: cover;
	width: 100%;
  height: 100vh;
  position: relative;
  text-align: right;
}
.mv_main h1 img{
  width: 80%;
  margin: 60px auto 15px;
}
h1 {
	margin: 0 auto;
}
.schedule {
  line-height: 1.75;
  font-size: 38px;
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
}
.schedule .day {
  font-size: 100px;
  color: #C70606;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -10px;
  padding: 35px 0 15px;
  margin: 0 50px 0 40px;
  border-bottom: 1px solid;
}
.schedule .day span {
  font-size:50px;
}
.schedule .time {
  font-size: 28px;
  margin-top: 10px;
}
.schedule .price {
	font-weight: bold;
	font-size: 42px;
}
.mv_main {
  background-image: url("./img/mv_bg.png");
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute;
  width: 566px;
  height: 494px;
  top: 200px;
  text-align: center;
  right: 20px;
}
ul.global_menu {
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  background: rgba(0,0,0,0.5);
  border-radius: 50px;
  padding: 10px 10px;
}
ul.global_menu li {
  margin: 10px 20px;
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
ul.global_menu a:hover {
 opacity: 0.7;
}
.section {
  width: 100%;
  margin: 0px;
  padding: 50px 0;
   background-image: url("./img/bg.png");
  background-attachment: fixed;
  font-size: 18px;
  line-height: 1.75;
}
.section.white {
  background: #fff;
  position: relative;
}
.title {
  text-align: center;
  margin: 0 auto 15px;
  width: 500pz;
  font-weight: bold;
}
.title div{
  position: relative;
  top: -20px;
}
.title h2 {
  font-size: 70px;
  display: block;
  margin-bottom: 0px;
}
.title h2 span {
  font-size: 18px;
}
.movie video {
  width: 1100px;
  height: auto;
  margin: 15px auto 40px;
  display: block;
}
.movie {
  margin-bottom: 50px;
}
.fight_order {
  width: 1100px;
  margin: 0 auto 50px;
}
.fight_order .title{
  color: #fff;
}
.fight_order img {
  margin:  30px auto 30px;
  width: 100%;
}
.access iframe {
  margin: 30px auto!important;
  display: block;
}
.copyright {
  margin: 15px auto;
  color: #fff;
  display: block;
  text-align: center;
}
.access {
  width: 1100px;
  margin: 0 auto 100px;
  display: block;
}
h3 {
  font-size: 24px;
  margin-bottom: 0px;
}
.access p {
  margin: 8px auto 16px;
}
.bg_glay {
  background: #FAFAFA;
  padding: 25px;
  margin-bottom: 30px;
}
.bg_glay div {
  font-weight: bold;
}
a.btn,
button.btn {
  border-radius: 50px;
  border: 1px solid #111;
  margin: 10px auto;
  width: 250px;
  height: 50px;
  display: block;
  position: relative;
  color: #111;
  background: white;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  appearance: none;
}

a.btn::after,
button.btn::after {
  content: "";
  background-image: url("./img/Icon_arrow_right.png");
  display: inline-block;
  background-size: cover;
  height: 8px;
  width: 24px;
  position: absolute;
  top: 21px;
  right: 20px;
}

a.btn:hover,
button.btn:hover {
  background: #111;
  color: #fff;
}

a.btn:hover::after,
button.btn:hover::after {
  background-image: url("./img/Icon_arrow_right_white.png");
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 60px;
  width: 60px;
  height: 60px;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.scroll-top-btn img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.scroll-top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

/* ホバー時 */
.scroll-top-btn:hover img {
  opacity: 0.7;
}


@media (max-width: 1100px) {
  .scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 20px;
  }
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.fight_order {
		width: 100%;
	}
  .fight_order img{
    width: 100%;
  }
  .access iframe{
  	width: 100%!important;
  }
  .access {
    width: 100%;
  }
  .movie video {
  	width: 100%;
  }
  .access, .movie{
  	margin-left: 15px;
  	margin-right: 15px;
  	width: auto;
  }
}
@media (max-width: 812px) {
	.mv {
	  background-image: none;
	  height: auto;
	}
}