@charset "UTF-8";

body {
  margin: 0;
}

.section-eyecatch p {
  text-align: center;
}
.pu-fv {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.pu-fv img {
  width: 100%;
}
.pu-btn-ttl {
  font-size: 30px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 25px;
  font-weight: bold;
  color: #575859;
}
.pu-btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
}

.pu-btn-wrap a {
  text-decoration: none;
  background-image: linear-gradient(160deg, #c9a980, #9f6f29);
  height: 72px;
  padding-inline: 64px;
  border-radius: 48px;
  margin: 10px;
  display: flex;
  align-items: center;
  transition: filter 0.35s ease;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.pu-btn-wrap a:hover {
  filter: brightness(85%);
  cursor: pointer;
}
.pu-btn-wrap span {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .section-eyecatch {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-eyecatch {
    width: 100%;
  }
  .pu-btn-wrap {
    display: grid;
  }
  .pu-btn-ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 425px) {
  .pu-btn-ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pu-fv {
    width: 100%;
    margin-bottom: 30px;
  }
  .pu-btn-wrap a {
    height: 60px;
    padding-inline: 48px;
    font-size: 18px;
  }
  .pu-btn-wrap span {
    font-size: 22px;
  }
}
