<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.hfe-nav-menu .menu-item a[href="#"] {
    pointer-events: none;
    cursor: default;
    color: rgba(255, 255, 255, .5) !important;
}
a.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
  color: rgba(255,255,255,0.5);
}
.mwf3_bgimg {
  width: 100vw;
  height: 100vh;
}
.mwf3_bgimg_inner {
  position: absolute;
  /* positionをabsoluteに変更。 */
  top: 0;
  /* topを設定する。 */
  left: 0;
  /* leftを設定する。 */
  width: 100%;
  height: 100%;
}
.mwf3_bgimg-Image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.mwf3_bgimg-Content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 32px;
}
.paymentimg {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding: 0px;
  margin: 0px;
}
.paymentimg img {
  display: block;
  width: auto;
  height: auto;
  max-height: 2.2rem;
  object-fit: contain;
  margin: 0px;
}
.update_info {
  width: 100%;
  height: 295px;
  overflow-y: scroll;
  color: #fff;
}
.update_info a {
  color: yellow;
}
.update_info a:hover {
  color: yellowgreen;
}
.update_info ul {
  margin-left: 2rem
}
.update_info ul li {
  padding: 0.5rem 0;
}
.footer_menu {
  display: flex;
  justify-content: center;
  list-style: none;
}
.footer_menu li {
  padding: 0 0.5rem;
}
.table-scroll {
  overflow-x: auto;
}
.banner-container {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.btn-ticket,
a.btn-ticket {
  color: #fff;
  background: rgba(226, 59, 31, 1);
}
.btn-ticket:hover,
a.btn-ticket:hover {
  color: #fff;
  background-color: rgba(226, 59, 31, 0.8);
}
.btn-ticket_,
a.btn-ticket_ {
  color: #333 !important;
  background: rgba(204, 204, 204, 0.8);
  pointer-events: none !important;
}
.btn-ticket_gold {
  background-color: transparent;
  font-family: "Noto Serif JP", Sans-serif;
  font-size: 30px;
  font-weight: 800;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-image: linear-gradient(180deg, #B5975D 0%, #C69D3C 55%);
  border-style: double;
  border-width: 3px 3px 3px 3px;
  border-color: #40210F88;
  border-radius: 0px 0px 0px 0px;
  margin-top: 10px;
  padding: 20px 10px 20px 10px;
  width: 100%;
}
.btn-ticket_gold:hover,
.btn-ticket_gold:focus {
  background-color: #B5975D88;
  color: #FFFFFF;
}
.banner-container div {
  padding: 2rem;
}
.banner-container img {
  width: auto;
}
.wd_imgh250 {
  max-height: 250px;
}
.wd_imgh390 {
  max-height: 390px;
}
.item {
  width: 50%;
}
.item2 {
  margin: 0 auto;
}
.text_b {
  font-weight: bold;
}
.text_red {
  color: #FF0000;
}
.text_red200 {
  color: #FF0000;
  font-size: 200%;
}
.text_wht {
  color: #FFF;
}
.text_red {
  color: #FF0000;
}
.text_org {
  color: #FF8000;
  font-size: 120%;
}
.text_70{
  font-size: 70% !important;
}
.tbl_mtg2 th,
.tbl_mtg2 td,
.prize_list th,
.prize_list td {
  white-space: nowrap;
  background: #fff;
  margin: 0;
  padding: 0.5rem;
  border: solid 1px #ccc;
}
.tbl_mtg2 th,
.prize_list th {
  background-color: black !important;
  color: #333 !important;
}
.3on3 td {
  text-align: center !important;
}
.mwf4_cb {
  color: #fff;
  text-align: center;
}
.mwf4_cb img {
  width: 100%;
  max-width: 390px;
}
.match_event_pp ul {
  margin: 0;
  padding: 0;
}
.match_event_pp li {
  padding-left: 0.5rem;
}
.ff-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}
.tdsps{
	display: none;
}
@media screen and (max-width: 766px) {
  .gallery-item {
    max-width: 33% !important;
  }
  .item {
    width: 100% !important;
  }
  .btn-ticket_gold {
    font-size: 19px !important;
  }
  .tbf01{
    font-size: 12px !important;
  }
  .tbf02{
    text-align:left !important;
  }
  .tdsps{
	display: block;
  }
} 

</style>
<!-- end Simple Custom CSS and JS -->
