@charset "UTF-8";
/*-- メディアクエリ --*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .is-sp {
    display: none;
  }
}

/*-- color --*/
/*=================================================
  アニメーション
===================================================*/
.title.inview .char {
  animation-name: kf-animate-chars;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

.title.inview .char:nth-child(1) {
  animation-delay: 0.08s;
}

.title.inview .char:nth-child(2) {
  animation-delay: 0.16s;
}

.title.inview .char:nth-child(3) {
  animation-delay: 0.24s;
}

.title.inview .char:nth-child(4) {
  animation-delay: 0.32s;
}

.title.inview .char:nth-child(5) {
  animation-delay: 0.4s;
}

.title.inview .char:nth-child(6) {
  animation-delay: 0.48s;
}

.title.inview .char:nth-child(7) {
  animation-delay: 0.56s;
}

.title.inview .char:nth-child(8) {
  animation-delay: 0.64s;
}

.title.inview .char:nth-child(9) {
  animation-delay: 0.72s;
}

.title.inview .char:nth-child(10) {
  animation-delay: 0.8s;
}

.title.inview .char:nth-child(11) {
  animation-delay: 0.88s;
}

.title.inview .char:nth-child(12) {
  animation-delay: 0.96s;
}

.title.inview .char:nth-child(13) {
  animation-delay: 1.04s;
}

.title.inview .char:nth-child(14) {
  animation-delay: 1.12s;
}

.title.inview .char:nth-child(15) {
  animation-delay: 1.2s;
}

.title.inview .char:nth-child(16) {
  animation-delay: 1.28s;
}

.title.inview .char:nth-child(17) {
  animation-delay: 1.36s;
}

.title.inview .char:nth-child(18) {
  animation-delay: 1.44s;
}

.title.inview .char:nth-child(19) {
  animation-delay: 1.52s;
}

.title.inview .char:nth-child(20) {
  animation-delay: 1.6s;
}

.title.inview .char:nth-child(21) {
  animation-delay: 1.68s;
}

.title.inview .char:nth-child(22) {
  animation-delay: 1.76s;
}

.title.inview .char:nth-child(23) {
  animation-delay: 1.84s;
}

.title.inview .char:nth-child(24) {
  animation-delay: 1.92s;
}

.title.inview .char:nth-child(25) {
  animation-delay: 2s;
}

.title.inview .char:nth-child(26) {
  animation-delay: 2.08s;
}

.title.inview .char:nth-child(27) {
  animation-delay: 2.16s;
}

.title.inview .char:nth-child(28) {
  animation-delay: 2.24s;
}

.title.inview .char:nth-child(29) {
  animation-delay: 2.32s;
}

.title.inview .char:nth-child(30) {
  animation-delay: 2.4s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.title02.inview .char {
  animation-name: kf-animate-chars02;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

.title02.inview .char:nth-child(1) {
  animation-delay: 0.08s;
}

.title02.inview .char:nth-child(2) {
  animation-delay: 0.16s;
}

.title02.inview .char:nth-child(3) {
  animation-delay: 0.24s;
}

.title02.inview .char:nth-child(4) {
  animation-delay: 0.32s;
}

.title02.inview .char:nth-child(5) {
  animation-delay: 0.4s;
}

.title02.inview .char:nth-child(6) {
  animation-delay: 0.48s;
}

.title02.inview .char:nth-child(7) {
  animation-delay: 0.56s;
}

.title02.inview .char:nth-child(8) {
  animation-delay: 0.64s;
}

.title02.inview .char:nth-child(9) {
  animation-delay: 0.72s;
}

.title02.inview .char:nth-child(10) {
  animation-delay: 0.8s;
}

.title02.inview .char:nth-child(11) {
  animation-delay: 0.88s;
}

.title02.inview .char:nth-child(12) {
  animation-delay: 0.96s;
}

.title02.inview .char:nth-child(13) {
  animation-delay: 1.04s;
}

.title02.inview .char:nth-child(14) {
  animation-delay: 1.12s;
}

.title02.inview .char:nth-child(15) {
  animation-delay: 1.2s;
}

.title02.inview .char:nth-child(16) {
  animation-delay: 1.28s;
}

.title02.inview .char:nth-child(17) {
  animation-delay: 1.36s;
}

.title02.inview .char:nth-child(18) {
  animation-delay: 1.44s;
}

.title02.inview .char:nth-child(19) {
  animation-delay: 1.52s;
}

.title02.inview .char:nth-child(20) {
  animation-delay: 1.6s;
}

.title02.inview .char:nth-child(21) {
  animation-delay: 1.68s;
}

.title02.inview .char:nth-child(22) {
  animation-delay: 1.76s;
}

.title02.inview .char:nth-child(23) {
  animation-delay: 1.84s;
}

.title02.inview .char:nth-child(24) {
  animation-delay: 1.92s;
}

.title02.inview .char:nth-child(25) {
  animation-delay: 2s;
}

.title02.inview .char:nth-child(26) {
  animation-delay: 2.08s;
}

.title02.inview .char:nth-child(27) {
  animation-delay: 2.16s;
}

.title02.inview .char:nth-child(28) {
  animation-delay: 2.24s;
}

.title02.inview .char:nth-child(29) {
  animation-delay: 2.32s;
}

.title02.inview .char:nth-child(30) {
  animation-delay: 2.4s;
}

@keyframes kf-animate-chars02 {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cover-slide {
  position: relative;
}

.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  opacity: 0;
}

.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

/*--fadeUP--*/
.fadeUp {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger {
  opacity: 0;
}

/*--fadein--*/
.fadeUIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

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

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger02 {
  opacity: 0;
}

/*--fadein--*/
.fadeUIn02 {
  animation-name: fadeIn02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger03 {
  opacity: 0;
}
