.btn__link a {
  display: inline-block;
  padding: 6px 20px;
  border: solid 1px #231815;
  -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: #231815;
  }
}
@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;
  }
}
.section-ttl {
  font-weight: 500;
  letter-spacing: 0.17em;
}

@media screen and (min-width: 1025px), print {
  .section-ttl {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .section-ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .section-ttl {
    font-size: 1.1rem;
  }
}