.text-decoration-none {
  text-decoration: none;
}
#jan-hero .jan-inner .button:hover {
  text-decoration: none;
}
#jan-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/26/jan/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/hero/back.jpg") 1x,
    url("../../../images/26/jan/hero/back@2x.jpg") 2x
  );
}
#jan-hero .jan-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#jan-hero .jan-main {
  margin-top: 1em;
  margin-bottom: 5em;
}
#jan-hero .jan-left {
  height: 100%;
  left: 2em;
}
#jan-hero .jan-right {
  height: 100%;
  right: 3em;
}
#jan-hero .firework-left {
    left: -2em;
    width: 22em;
}
#jan-hero .firework-right {
  right: -4em;
  width: 22em;
}
#jan-hero .button {
  width: 10.5em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.2em;
  background-color: #ffc219;
  margin-top: 1.5em;
  line-height: 1;
}
@supports (background: -webkit-named-image(i)) {
  #jan-hero .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #jan-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/26/jan/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/jan/hero/back-m.jpg") 1x,
      url("../../../images/26/jan/hero/back-m@2x.jpg") 2x
    );
  }
  #jan-hero .jan-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #jan-hero .left {
    width: 100%;
  }
  #jan-hero .jan-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }
  #jan-hero .right {
    width: 100%;
    position: absolute;
  }
  #jan-hero .jan-main {
    width: 100%;
    margin-top: 13%;
    margin-bottom: 12%;
  }
  #jan-hero .jan-main .main {
    width: 87%;
  }
  #jan-hero .firework-left {
    left: -5%;
    width: 47%;
    height: auto;
    bottom: 46%;
    z-index: 1;
  }
  #jan-hero .firework-right {
    right: -5%;
    width: 47%;
    height: auto;
    bottom: 46%;
    z-index: 1;
  }
  #jan-hero .button {
    margin-top: 10px;
  }
}
