.c-footer--full {
  width: 100% !important;
}

.top .s_sec10th {
  margin-bottom: 140px;
}

@media screen and (max-width: 769px) {
  .top .s_sec10th {
    margin-bottom: 60px;
  }
}

.top .s_sec10th .c-tt01 {
  font-family: "Noto Serif JP", serif;
}

.top .s_sec10th__banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .top .s_sec10th__banner {
    margin-top: 30px;
    height: 108px;
    height: 155px;
  }
}

.top .s_sec10th__banner picture,
.top .s_sec10th__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anniversary {
  padding-top: 130px;
  padding-bottom: 173px;
}

.anniversary .anniversary__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.anniversary .anniversary__img {
  margin-bottom: 47px;
}

.anniversary .anniversary__tt01 {
  font-size: 4.8rem;
  line-height: 6.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #000;
  margin-bottom: 54px;
  text-align: center;
}

.anniversary .anniversary__text {
  font-size: 2.0rem;
  line-height: 4.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 769px) {
  .anniversary .anniversary__tt01 {
    font-size: 2.4rem;
    line-height: 3.7rem;
    margin-bottom: 30px;
  }

  .anniversary .anniversary__text {
    font-size: 1.5rem;
    line-height: 3.6rem;
    gap: 30px;
  }
}
