@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: 100vh;
  margin: 0;
  max-width: unset;
  position: relative;
}

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

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

@media screen and (max-width: 1023px) {
	.appeal-message {
  height: 80vh;
}
	.appeal-message video {
  height: 80vh;
}
}
/* テキスト */

.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: 1rem;
  left: -20px;
  letter-spacing: 0.05em;
  position: absolute;
  top: -10px;
}

.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;
}
