/* ================================================== *
 *
 *    202508 sts
 *
 * ================================================== */

a.gotoSpecial img {
  trnsition:filter 0.3s ease;
}
a.gotoSpecial:hover img {
  filter: brightness(1.3);
}


@media screen and (min-width: 768px) {
  .top-kv {
      height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .top-kv {
      height: 75dvh;
  }
}

.top-kv-img {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .top-kv-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .top-kv-img {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60vh;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 767px) {
  .top-text-cv {
      width: 900px;
      height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .top-kv-scroll {
      display: none;
  }
}

@media screen and (max-width: 767px) {
  #contents {
    margin-top: 65vh;
  }
}
