img.lazyloading {
  height: 100%;
}
#mainslidewrapper {
  display: none;
}
.mfx-mv{
  text-align: center;
  background-color: #1abaff;
  /* max-height: 410px; */
}
.mfx-mv .mfx-mv-img-container{
  position: relative;
  max-width: 1080px;
  margin: auto;
}
.mfx-mv .mfx-mv-img{
  width: 100%;
  display: flex;
}
.countdown {
  font-weight: bold;
  color: #03315b;
}
.countdown .on-the-day {
  position: absolute;
  bottom: 56%;
  left: 9%;
  padding: 0 2px;
  font-size: 4vw;
  -webkit-text-stroke: 4px transparent;
  text-stroke: 4px transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-color: #ffffff;
}
.countdown .left-days {
  position: absolute;
  bottom: 56%;
  left: 6%;
  padding: 0 2px;
  font-size: 4vw;
  -webkit-text-stroke: 4px transparent;
  text-stroke: 4px transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-color: #ffffff;
}
.countdown span {
  color: #d71244;
  font-size: 6vw;
}
.countdown .left-days span {
  font-size: 6vw;
}
@media (min-width: 601px) {
  .countdown .on-the-day {
    bottom: 52%;
    left: 15%;
    font-size: 2vw;
  }
  .countdown span {
    font-size: 2.8vw;
  }
  .countdown .left-days {
    bottom: 51.5%;
    left: 13%;
    font-size: 2vw;
    -webkit-text-stroke: 3px transparent;
    text-stroke: 3px transparent;
  }
  .countdown .left-days span {
    font-size: 3vw;
  }
}
 @media (min-width: 1080px) {
  .countdown .on-the-day {
    bottom: 52%;
    left: 16%;
    font-size: 22px;
  }
  .countdown span {
    font-size: 32px;
  }
  .countdown .left-days {
    font-size: 22px;
    -webkit-text-stroke: 4px transparent;
    text-stroke: 4px transparent;
  }
  .countdown .left-days span {
    font-size: 40px;
 }
}

@media screen and (max-width:600px) {
  .mfx-mv{
      max-height: fit-content;
  }
}

#randomBanner{
  display: flex;
  justify-content: center;
}
#randomBanner > a{
  display: flex;
  margin: 10px 20px;
  transition: .3s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .5);
}
#randomBanner > a:hover{
  opacity: .7;
}
#randomBanner > a > img{
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #randomBanner > a{
      margin: 0 1vw 15px;
  }
}
@media screen and (max-width: 600px) {
  #randomBanner > a:nth-child(5){
      display: none;
  }
  #randomBanner{
      flex-wrap: wrap;
      justify-content: space-evenly;
  }
  #randomBanner > a{
      width: 40vw;
  }
}

.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}
#floating-bar{
  display: none;
}

.floating.box-button .btn-nextstep{
  margin: 10px auto;
  padding: 10px 0;
  width: 80vw;
  min-width: 240px;
  font-weight: bold;
  font-size: 16px;
}
.floating.box-button .btn-nextstep:hover{
  background-color: #d71244;
  color: #fff;
}
.floating.box-button .btn-nextstep:hover:after{
  color: #fff;
}

@media screen and (max-width: 479px) {
  .floating img {
      width: 90%;
      height: auto;
  }
}

@media screen and (max-width: 767px) {
  footer#footer .traders{
      margin-bottom: 0px !important;
  }
  footer#footer .copyright{
      margin-top: 0px;
  }
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
      display: block;
  }
}

.gradient-border-box {
  background-color: #d5123a;
  padding: 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.gradient-border-box .box-button-regis{
  max-width: 76%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 4px 0px;
}
.gradient-border-box .box-button-regis div.col{
  width: 50%;
  padding: 0px 15px;
}
.gradient-border-box .box-button-regis a.btn-nextstep {
  display: block;
}
.gradient-border-box .box-button-regis div.col:first-child{
  width: 40%;
}
.gradient-border-box .box-button-regis div.col:last-child{
  width: 60%;
}
.gradient-border-box::before,
.gradient-border-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #c9981b, #f5e99f, #c9981b);
}
.gradient-border-box::before {
  top: 0;
}
.gradient-border-box::after {
  bottom: 0;
}

@media (max-width: 600px) {
  .gradient-border-box .box-button-regis {
      margin: 0 auto;
      flex-direction: column;
      max-width: 100%;
  }
  .gradient-border-box .box-button-regis a.btn-nextstep {
      display: block;
      padding-top: 5px;
  }
  .gradient-border-box .box-button-regis div.col{
      padding: 0px;
  }
  .gradient-border-box .box-button-regis div.col:first-child{
      width: 90%;
  }
  .gradient-border-box .box-button-regis div.col:last-child{
      width: 100%;
  }
  .gradient-border-box::before, .gradient-border-box::after{
      height: 6px;
  }
  .gradient-border-box{
      padding: 5px 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .box-button-regis .col .hidden-xs{
      display:block !important;
  }
  .box-button-regis .col .visible-xs{
      display:none !important;
  }
  .gradient-border-box .box-button-regis{
      max-width: 92%;
  }
}

.box-text-notice{
  padding: 20px;
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
}
.box-text-notice label{
  border: solid 2px red;
  padding: 5px 16px;
  color: red;
}
.box-text-notice a{
  color: red;
}

.box-text-notice a:hover {
  text-decoration: underline;
}

.box-text-item {
  display: flex;
}

.box-text-item + .box-text-item {
  margin-top: 20px;
}

.box-text-item label {
  min-width: 70px;
  max-height: 37px;
  margin-right: 15px;
}

.box-text-item-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left
}

@media (max-width: 991px){
  .box-text-notice{
      line-height: 30px;
  }
  .box-text-notice label{
      padding: 2px 14px;
  }
}

@media(min-width: 767px){
  .box-text-item-wrapper {
      width: 85%;
  }

  .box-text-item {
      align-items: center;
      justify-content: center;
  }
}

#slider-preload {
  position: relative
}
.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.floating.hidden-xs {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 9998;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.03);
  margin-top: 50px;
}

@media(min-width: 768px){
  .floating.hidden-md {
      display: none !important;
  }
}