html {
  background-color: #000;
}

.fv {
  width: 100%;
  background-color: #000;
}
.fv__wrap {
  height: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  background: url(/tokinokinenbi2026/images/img_tokinokinenbi2026_fv_pc.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    padding: 0;
    height: 518px;
    background: url(/tokinokinenbi2026/images/img_tokinokinenbi2026_fv_sp.jpg) no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

.kinenbi {
  width: 100%;
  background-color: #000;
  padding-top: 32px;
  padding: 0 24px;
}
.kinenbi__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kinenbi__wrap {
    width: 100%;
  }
}
.kinenbi__title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .kinenbi__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.kinenbi__text {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  letter-spacing: 8%;
}
@media screen and (max-width: 767px) {
  .kinenbi__text {
    font-size: 1.4rem;
    line-height: 34px;
  }
}

.note {
  padding: 64px 24px 0;
  background-color: #000;
}
.note__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .note__wrap {
    width: 100%;
  }
}
.note__text {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  letter-spacing: 12%;
}
@media screen and (max-width: 767px) {
  .note__text {
    font-size: 1.4rem;
    line-height: 34px;
  }
}

.banner-area {
  padding: 64px 24px 100px;
  background-color: #000;
}
.banner-area__wrap {
  width: 840px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner-area__wrap {
    width: 100%;
  }
}
.banner-area__box {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .banner__link:hover img {
    transform: scale(1.1, 1.1);
  }
}
.banner__link img {
  transition: all 0.2s;
}