.btn__link a {
  display: inline-block;
  padding: 6px 20px;
  border: solid 1px #000;
  -moz-border-radius: 18px;
       border-radius: 18px;
  text-decoration: none;
}

@media screen and (min-width: 1025px), print {
  .btn__link a {
    font-size: 1.6rem;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .btn__link a:hover {
    color: #fff;
    background-color: #000;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .btn__link a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .btn__link a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .scroll_content {
    position: relative;
    overflow-x: hidden;
    width: 100%;
  }
  .scroll_content img {
    width: auto;
    max-width: none;
    height: 54vh;
  }
}
@media screen and (max-width: 599px) {
  .scroll_content {
    position: relative;
    overflow-x: hidden;
    width: 100%;
  }
  .scroll_content img {
    width: auto;
    max-width: none;
    height: 54vh;
  }
}