@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body .ts_content:first-of-type {
  margin-top: 5rem;
}

.ts_content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
  .ts_content img {
    display: block;
    width: 100%;
  }
.btn_area {
  background: url(img/toy_show03.png);
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 3.5rem 0;
}
.btn_area a {
  display: block;
  width: 53%;
  max-width: 530px;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
.btn_area {
  padding: 6.5vw 0;
}
}






