@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url("https://use.typekit.net/mdh8olf.css");
@font-face {
	font-family: 'NotoSerifJP';
	src: url(/config/font/NotoSerifJP-Black.otf);
}
@font-face {
  font-family: 'BlackOpsOne';
  src: url(/config/font/BlackOpsOne-Regular.ttf);
}


:root {
  --primary: #fff;
  --primary-text: #1a1a1a;
  --secondary: #ebc908;
  --secondary-text: #ffffff;
  --accent: #505050;
  --accent-text: rgb(255, 255, 255);
}

@keyframes gradation {
	0%,100% {
    /* color: #ffffff; */
    opacity: 1;
		/* background-position: 0%; */
	}
  10% {
    opacity: 1;
  }
  20% {
    opacity: .8;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: .8;
  }
  50% {
    color: #aaa;
    opacity: .6;
    /* background-position: 100%; */
	}
}
#canvas-container {
  width: 100%;
  height: 100vh;
}
body {
  /* font-family: BlackOpsOne,NotoSerifJP !important; */
font-family: "gravesend-sans", sans-serif !important;
  font-weight: 500;
  font-style: normal;
    background-color: rgba(4, 3, 3, 0.8);
}

@keyframes mintbutton {
  0% {
    height: 0;
  }

  100% {
    height: 80vh;
  }
}
/* .kv {
  background-image: "/config/images/main/1.png";
} */

.bgtrans {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 1000vw;
  height: 100vh;
  overflow: hidden;
  background: #000000;
  /* z-index: -1; */
/* animation: 40s linear infinite sliderAnimation; */
}

.bgtrans::after {
  content: '';
  background-color: rgba(4, 3, 3, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* bottom: 0; */
  height: 100vh;
}

.bgtrans li {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  opacity: 0;
  -webkit-animation: anime 9s linear 0s infinite;
  animation: anime 9s linear 0s infinite;
}
@keyframes sliderAnimation {
  0% {
      transform: translateX(0%);
  }
  10% {
    transform: translateX(0%);
  }
  12.5% {
    transform: translateX(-10%);
  }
  22.5% {
    transform: translateX(-10%);
  }
  25% {
    transform: translateX(-20%);
  }
  35% {
    transform: translateX(-20%);
  }
  37.5% {
    transform: translateX(-30%);
  }
  47.5% {
      transform: translateX(-30%);
  }
  50% {
    transform: translateX(-40%);
  }
  60% {
    transform: translateX(-40%);
  }
  62.5% {
    transform: translateX(-50%);
  }
  72.5% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-60%);
  }
  85% {
    transform: translateX(-60%);
  }
  87.5% {
    transform: translateX(-70%);
  }
  97.5% {
    transform: translateX(-70%);
  }
  100% {
    transform: translateX(0%);  }
}
.bgtrans li:nth-child(1) {
  background-image: url(/config/images/main/1-min.png)
    /* 背景画像を入力して下さい */
}

.bgtrans li:nth-child(2) {
  background-image: url(/config/images/main/2.png);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bgtrans li:nth-child(3) {
  background-image: url(/config/images/main/3.png);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bgtrans li:nth-child(4) {
  background-image: url(/config/images/main/1.png);
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bgtrans li:nth-child(5) {
  background-image: url(/config/images/main/2.png);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bgtrans li:nth-child(6) {
  background-image: url(/config/images/main/3.png);
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.bgtrans li:nth-child(7) {
  background-image: url(/config/images/main/1.png);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.bgtrans li:nth-child(8) {
  background-image: url(/config/images/main/2.png);
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@-webkit-keyframes anime {
  0% {
    -webkit-animation-timing-function: ease-in;
    opacity: 1;
  }

  10% {
    opacity: 1;
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes anime {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
  }

  10% {
    opacity: 1;
  }

  40% {
    animation-timing-function: ease-out;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
/* 
.features{
  z-index: 10;
}
.web3modal-modal-lightbox {
  z-index: 100;
} */