.siteHeader {
  position: relative;
}

.atlasFooter {
  padding-top: 16px;
}

@media screen and (max-width: 1024px) {
  .atlasFooter {
    padding-bottom: 0;
  }
}
.atlasFooter .siteTitle {
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .atlasFooter .copyright {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.fin--top-mv {
  text-align: center;
}

.fin--top-entry {
  margin: auto;
  padding: 40px 16px;
  width: 86%;
  max-width: 400px;
}

.fin--top-entry__btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 35px;
  height: 60px;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  background: #7d1d25;
}

@media screen and (max-width: 1024px) {
  .fin--top-entry__btn-more {
    font-size: 15px;
  }
}
.fin--top-entry__btn-more {
  transition: 0.2s;
}

.fin--top-entry__btn-more:hover {
  opacity: 0.8;
}

.fin--top-entry__btn-more::before {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background: url(../image/common/icon_entry_fin.svg) no-repeat center center;
  background-size: 100% auto;
}

/*# sourceMappingURL=page-top-fin.css.map */
