.text-decoration-none {
  text-decoration: none;
}
#dec-hero .dec-inner .button:hover {
  text-decoration: none;
}
#dec-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/dec/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/dec/hero/back.jpg") 1x,
    url("../../../images/25/dec/hero/back@2x.jpg") 2x
  );
  --red: #ed1c24;
}
#dec-hero .dec-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#dec-hero .dec-main {
  margin-top: 3em;
  margin-bottom: 12em;
}
#dec-hero .dec-left {
  left: -17em;
}
#dec-hero .dec-right {
  right: 5em;
  top: 0;
  z-index: 0;
}
#dec-hero .hero-note {
  bottom: 2px;
  right: 14px;
  font-size: 14px;
  margin-bottom: 0;
}
#dec-hero .dec-main .main {
  margin-bottom: -3em;
}
#dec-hero .left1 {
  left: 6%;
}
#dec-hero .button {
  left: 50px;
  width: 9em;
  height: 1.6em;
  border-radius: 1em;
  font-size: 1.9em;
  background-color: #5c060d;
  margin-top: 0;
  line-height: 1;
  gap: 7px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  #dec-hero .dec-main {
    width: 100%;
  }
  #dec-hero .dec-main .main {
    width: 52%;
    margin-bottom: 0;
  }
  #dec-hero .button {
    left: unset;
  }
}
@media screen and (max-width: 567px) {
  #dec-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/25/dec/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/dec/hero/back-m.jpg") 1x,
      url("../../../images/25/dec/hero/back-m@2x.jpg") 2x
    );
  }
  #dec-hero .dec-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #dec-hero .left {
    width: 85%;
    left: -6.3%;
  }
  #dec-hero .dec-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  #dec-hero .dec-main {
    margin: 3% 0;
    width: 100%;
  }
  #dec-hero .dec-main .main {
    width: 100%;
    left: -1%;
  }
  #dec-hero .hero-note {
    right: unset;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #dec-hero .button {
    font-size: 1.6em;
  }
  #dec-hero .button-img {
    width: 19px;
    height: auto;
  }
}
