@charset "utf-8";

.loading {
  animation: fadeopIn 4s forwards;
}

.fadein_text,
.fadein_text span {
  opacity: 0;
}


.grayscale {
	animation: grayscale 2.0s linear forwards;
    transition: filter 2.0s ease;
    filter: grayscale(100);
    transition-delay:0.9s;
	-webkit-transition-delay:0.9s;
}


@keyframes fadeopIn {
  0% {
    opacity: 1;
  }
  
  90% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
    z-index: -1;
  }
}


@keyframes scroll-anim {
  0% { background-position: 0 0; }
  100% { background-position: -1440px 0; }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
}

.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*
effect
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(40px);
	-webkit-transform: translateY(40px);  
    -moz-transform: translateY(40px); 
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
}

.effect.d_10 {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -webkit-transition: 1.5s ease-out;
    -moz-transition: 1.5s ease-out;
    transition: 1.5s ease-out;
}

.effect.d_12 {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -webkit-transition: 3s ease-out;
    -moz-transition: 3s ease-out;
    transition: 3s ease-out;
}

.effect.d_00 {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transition: 1.5s ease-;
    -moz-transition: 1.5s ease;
    transition: 1.5s ease;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);
}


.grayscale.reset {
    filter: grayscale(0);
}


.zoomin {
    display: block;
    transform: scale(1.2);
    opacity: 0;
	filter: alpha(opacity=0);
}

.zoom-img {
    transform: scale(1);
    opacity: 1;
	filter: alpha(opacity=100);
	transition: 0.4s ease-in-out!important;
}

.ct {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

.ct-btn {
  text-align: center;
}
.ct-btn a {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 450px;
    max-width: 100%;
    height: 80px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    background: #b90000;
    border-bottom: 5px solid #6b0000;
    border-radius: 14px;
    margin: 10px auto 25px auto;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 0.1em;
}

.ct-btn a:active {
  transform: translateY(4px); 
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #6b0000;
}

.ct-btns a {
    position: relative;
    display: block;
    padding: 16px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 450px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    background: linear-gradient(220.55deg, #6e069a 0%, #5152e9 50%, #57bbbe 100%);
    background: -webkit-linear-gradient(220.55deg, #6e069a 0%, #5152e9 50%, #57bbbe 100%);
    border-bottom: 5px solid #0a182d;
    border-radius: 60px;
    margin: 20px auto 25px auto;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 0.1em;
    line-height: 1.3;
}


.ct-btns a:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); 
  border-bottom: 2px solid #0a182d;
}


.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.scroll-infinity__item>img {
  width: 100%;
}

.scroll-infinity__item {
  width: calc(100vw / 6);
}

@media screen and (max-width:1099px){
.scroll-infinity__item {
  width: calc(100vw / 2.5);
}
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

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