@charset 'UTF-8';

/* アピールエリア */

.appeal-in {
  padding: 0;
  width: 100%;
}

.appeal-content {
  background-color: unset;
  margin: 0;
  max-width: unset;
  padding: 0;
  width: 100%;
}

.appeal-message {
  height: 80vh;
  margin: 0;
  max-width: unset;
  position: relative;
}

.appeal-message:after {
  background-size: 2px 2px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.appeal-message video {
  height: 80vh;
  object-fit: cover;
  object-position: top;
  width: 100%;
}


/* テキスト */

.appeal-message .message {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}


/* スライド */

.hvn1-slick {
  margin: 0;
  padding: 0;
}

.hvn1-slick img {
  height: 80vh;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}


/* スクロールボタン */

.scrolldown {
  bottom: 10px;
  height: 50px;
  left: 50%;
  position: absolute;
  z-index: 1
}

.scrolldown span {
  color: #fff;
  font-size: 0.7rem;
  left: -15px;
  letter-spacing: 0.05em;
  position: absolute;
  top: -15px;
}

.scrolldown:after {
  animation: pathmove 1.4s ease-in-out infinite;
  background: #fff;
  content: "";
  height: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}


}
100% {
  height: 0;
  top: 50px;
  opacity: 0;
}
