@charset "UTF-8";



/*  アニメ  */
/*  +++++ logo +++++  */
/*  +++++ トップロゴ +++++  */
.fadeIn {
animation-name: fadeInAnime;
animation-fill-mode:forwards;
animation-duration:2s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 2s;
animation-direction:normal;
opacity:0;
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*  +++++ copyright +++++  */
.sidein-copy {
animation-name: sideIn;
animation-fill-mode:backwards;
animation-duration:2s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 5s;
}
@keyframes sideIn{
  0% {
    opacity: 0;
  transform: translateY(10px);
  }
  100% {
    opacity: 1;
  transform: translateY(0px);
  }
}

/*  +++++ scroll Guide +++++  */
.fadein-guide {
animation-name: fadeIn-guide;
animation-fill-mode:backwards;
animation-duration:2s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 3s;
}
@keyframes fadeIn-guide{
  0% {
opacity: 0;
  }

  100% {
opacity: 1;
  }
}


@media screen and (min-width:1025px) {

/* S1 */
.fadeIn1 {opacity: 0;}
.fadeIn1 {opacity: 0;}

h2.fadeIn1.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}

p.fadeIn1.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.25s;
opacity: 0;
}

/* s2~4 */
.fadeIn3 {opacity: 0;}

/* s2 ~ S4 */
h3.fadeIn3.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}

p.fadeIn3.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.25s;
opacity: 0;
}

/* s5 */
.fadeIn5 {opacity: 0;}
.fadeIn5-1 {opacity: 0;}
.fadeIn5-2 {opacity: 0;}
.fadeIn5-3 {opacity: 0;}
.fadeIn5-4 {opacity: 0;}

.fadeIn5.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}

.fadeIn5-1.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.25s;
opacity: 0;
}

.fadeIn5-2.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.5s;
opacity: 0;
}

.fadeIn5-3.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.75s;
opacity: 0;
}

.fadeIn5-4.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1s;
opacity: 0;
}

/* s6 */
.fadeIn6 {opacity: 0;}
.fadeIn6-1 {opacity: 0;}
.fadeIn6-2 {opacity: 0;}
.fadeIn6-3 {opacity: 0;}
.fadeIn6-4 {opacity: 0;}
.fadeIn6-5 {opacity: 0;}
.fadeIn6-6 {opacity: 0;}
.fadeIn6-7 {opacity: 0;}
.fadeIn6-8 {opacity: 0;}
.fadeIn6-9 {opacity: 0;}
.fadeIn6-10 {opacity: 0;}
.fadeIn6-11 {opacity: 0;}
.fadeIn6-12 {opacity: 0;}
.fadeIn6-13 {opacity: 0;}
.fadeIn6-14 {opacity: 0;}

.fadeIn6.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}

.fadeIn6-1.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.25s;
opacity: 0;
}

.fadeIn6-2.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.5s;
opacity: 0;
}

.fadeIn6-3.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.75s;
opacity: 0;
}

.fadeIn6-4.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1s;
opacity: 0;
}


/* s6 右 */

.fadeIn6-5.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1s;
opacity: 0;
}

.fadeIn6-6.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.8s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.1s;
opacity: 0;
}

.fadeIn6-7.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.2s;
opacity: 0;
}

.fadeIn6-8.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.8s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.3s;
opacity: 0;
}

.fadeIn6-9.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.4s;
opacity: 0;
}

.fadeIn6-10.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.8s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.5s;
opacity: 0;
}

.fadeIn6-11.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.6s;
opacity: 0;
}

.fadeIn6-12.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.8s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.7s;
opacity: 0;
}

.fadeIn6-13.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.8s;
opacity: 0;
}

.fadeIn6-14.is-inview {
animation-name: fadeIn-vert-pc;
animation-fill-mode:forwards;
animation-duration:0.8s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.9s;
opacity: 0;
}

/* S7 Last */
.fadeIn7 {opacity: 0;}
.fadeIn7-1 {opacity: 0;}
.fadeIn7-2 {opacity: 0;}
.fadeIn7-3 {opacity: 0;}

.fadeIn7.is-inview{
animation-name:  fadeInAnime;
animation-fill-mode:forwards;
animation-duration:2.4s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}
.fadeIn7-1.is-inview{
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:2.4s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.5s;
opacity: 0;
}
.fadeIn7-2.is-inview{
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:2.4s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1s;
opacity: 0;
}
.fadeIn7-3.is-inview{
  animation-name: fadeIn-vert-sp;
  animation-fill-mode:forwards;
  animation-duration:2.4s;
  animation-iteration-count: 1;
  animation-timing-function:ease;
  animation-delay: 1.5s;
  opacity: 0;
  }



}/* メディアクエリ END 1025 */


@media screen and (max-width:1024px) {

/* S1 */

/* ★　あらかじめ透明にしておく */
.fadeIn1 {opacity: 0;}
.fadeIn1 {opacity: 0;}

h2.fadeIn1.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}

p.fadeIn1.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.25s;
opacity: 0;
}

/* s2~4 */
.fadeIn3 {opacity: 0;}

/* s2 ~ S4 */
h3.fadeIn3.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.5s;
opacity: 0;
}

p.fadeIn3.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.75s;
opacity: 0;
}

/* s5 */
.fadeIn5 {opacity: 0;}
.fadeIn5-1 {opacity: 0;}
.fadeIn5-2 {opacity: 0;}
.fadeIn5-3 {opacity: 0;}
.fadeIn5-4 {opacity: 0;}

.fadeIn5.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}

.fadeIn5-1.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.25s;
opacity: 0;
}

.fadeIn5-2.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.5s;
opacity: 0;
}

.fadeIn5-3.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.75s;
opacity: 0;
}

.fadeIn5-4.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1s;
opacity: 0;
}

/* s6 */
.fadeIn6 {opacity: 0;}
.fadeIn6-1 {opacity: 0;}
.fadeIn6-2 {opacity: 0;}
.fadeIn6-3 {opacity: 0;}
.fadeIn6-4 {opacity: 0;}
.fadeIn6-5 {opacity: 0;}
.fadeIn6-6 {opacity: 0;}
.fadeIn6-7 {opacity: 0;}
.fadeIn6-8 {opacity: 0;}
.fadeIn6-9 {opacity: 0;}
.fadeIn6-10 {opacity: 0;}
.fadeIn6-11 {opacity: 0;}
.fadeIn6-12 {opacity: 0;}
.fadeIn6-13 {opacity: 0;}
.fadeIn6-14 {opacity: 0;}

.fadeIn6.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}

.fadeIn6-1.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.25s;
opacity: 0;
}

.fadeIn6-2.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.5s;
opacity: 0;
}

.fadeIn6-3.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.75s;
opacity: 0;
}

.fadeIn6-4.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1s;
opacity: 0;
}

/* s6 右 */
.fadeIn6-5.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.25s;
opacity: 0;
}

.fadeIn6-6.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.5s;
opacity: 0;
}

.fadeIn6-7.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.75s;
opacity: 0;
}

.fadeIn6-8.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 2s;
opacity: 0;
}

.fadeIn6-9.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 2.25s;
opacity: 0;
}

.fadeIn6-10.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:0.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 2.5s;
opacity: 0;
}

.fadeIn6-11.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 2.75s;
opacity: 0;
}

.fadeIn6-12.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 3s;
opacity: 0;
}

.fadeIn6-13.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 3.25s;
opacity: 0;
}

.fadeIn6-14.is-inview {
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:1.6s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 3.5s;
opacity: 0;
}

/* S7 Last */
.fadeIn7 {opacity: 0;}
.fadeIn7-1 {opacity: 0;}
.fadeIn7-2 {opacity: 0;}
.fadeIn7-3 {opacity: 0;}

.fadeIn7.is-inview{
animation-name: fadeInAnime;
animation-fill-mode:forwards;
animation-duration:2.4s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0s;
opacity: 0;
}
.fadeIn7-1.is-inview{
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:2.4s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 0.5s;
opacity: 0;
}
.fadeIn7-2.is-inview{
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:2.4s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1s;
opacity: 0;
}
.fadeIn7-3.is-inview{
animation-name: fadeIn-vert-sp;
animation-fill-mode:forwards;
animation-duration:2.4s;
animation-iteration-count: 1;
animation-timing-function:ease;
animation-delay: 1.5s;
opacity: 0;
}

}/* メディアクエリ END 1024 */


@keyframes fadeIn-vert-pc{
  0% {
    opacity: 0;
	transform: translateY(2.2vh);
  }
  
  100%  {
    opacity: 1;
	transform: translateY(0);
  }
}

@keyframes fadeIn-vert-sp{
  0% {
    opacity: 0;
	transform: translateY(3.2vh);
  }

  100% {
    opacity: 1;
	transform: translateY(0);
  }
}
