/* ----------------------------------------

インデックス

---------------------------------------- */

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
	background: #000;
}

.fv-slider,
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fadeSlide 25s infinite;
}

.slide01 {
  background-image:url("../../images/index/slide01.jpg");
  animation-delay: 0s;
}

.slide02 {
  background-image:url("../../images/index/slide02.jpg");
  animation-delay: 5s;
}

.slide03 {
  background-image:url("../../images/index/slide03.jpg");
  animation-delay: 10s;
}

.slide04 {
  background-image:url("../../images/index/slide04.jpg");
  animation-delay: 15s;
}

.slide05 {
  background-image:url("../../images/index/slide05.jpg");
  animation-delay: 20s;
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.fv-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}


.fv-content img {
  width: min(800px, 60%);
  height: auto;
  margin-bottom: 0px;
}

.fv h1 {
  font-size: clamp(1.6rem, 3vw, 3.2rem);
}


.fv-content h2 {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.6;
	margin-bottom: 10px;
}



.enterBOX {
	display: flex;
	max-width: 800px;
	width: 800px;
	
}

	
/* 001 */
.entBUTTON {
	margin: 20px auto 0;
	 width: 49%;
}
.entBUTTON a {
    background: linear-gradient(90deg, #e85a73, #e89a3a);
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color:#fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: clamp(1.8rem, 2vw, 2.2rem);
	width: 100%;
}

.entBUTTON a:hover {
    color: #FFF;
	opacity: 0.8;
}
.entBUTTON a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.entBUTTON a:hover:after {
    border-color: #FFF;
}
.entBUTTON i {
    position: absolute;
	left: 20px;
	
}

@media screen and (max-width: 834px) {
	
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
	background: #000;
}

.fv-slider,
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fadeSlide 25s infinite;
}

.slide01 {
  background-image:url("../../images/index/slide01sp.jpg");
  animation-delay: 0s;
}

.slide02 {
  background-image:url("../../images/index/slide02sp.jpg");
  animation-delay: 5s;
}

.slide03 {
  background-image:url("../../images/index/slide03sp.jpg");
  animation-delay: 10s;
}

.slide04 {
  background-image:url("../../images/index/slide04sp.jpg");
  animation-delay: 15s;
}

.slide05 {
  background-image:url("../../images/index/slide05sp.jpg");
  animation-delay: 20s;
}


.fv-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}


.fv-content img {
  width: min(800px, 80%);
  height: auto;
  margin-bottom: 15px;
}

.fv h1 {
  font-size: clamp(1.6rem, 3vw, 3.2rem);
}


.fv-content h2 {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.6;
}



.enterBOX {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	width: 90%;
}

	
/* 001 */
.entBUTTON {
	margin: 20px auto 0;
	 width: 100%;
}
.entBUTTON a {
    background: linear-gradient(90deg, #e85a73, #e89a3a);
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color:#fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 0;
	font-size: clamp(1.8rem, 2vw, 2.2rem);
}

.entBUTTON a:hover {
    color: #FFF;
	opacity: 0.8;
}
.entBUTTON a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.entBUTTON a:hover:after {
    border-color: #FFF;
}
.entBUTTON i {
    position: absolute;
	left: 20px;
	
}
	
}

