@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

/*==============================
メイン
==============================*/

#opneanimeWrap{
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-image: url("../img/opneBack.png");
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-delay: 7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode:forwards;
}

@keyframes slideLeft{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(100vw);
  }
}

@keyframes zoomIn{
  0%{
    transform: scale(1);
    opacity: 1;
  }
  
  99%{
    transform: scale(5);
    opacity: 0;
  }
  
  100%{
    transform: scale(0);
    opacity: 0;
  }
}

#opneanimeWrap img{
  display: block;
  margin: 0 auto;
  transform: translateY(-100vh);
  animation-fill-mode:forwards;
  animation-name: drop;
  animation-duration: .8s;
  animation-timing-function: ease-in;
  position: relative;
}

#opneanimeWrap img:first-of-type{
  animation-delay: 4s;
  z-index: 1;
}

#opneanimeWrap img:last-of-type{
  animation-delay: 5s;
  z-index: 2;  
}

@keyframes drop{
  0%{
    transform: translateY(-100vh);
  }
  
  60%,85%,100%{
    transform: translateY(0) scaleY(0.95);
  }
  
  70%{
    transform: translateY(-50px);
  }
  
  95%{
    transform: translateY(-25px);
  }
}

#mainWrap{
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-image: url("../img/topMainback.jpg");
  background-size: cover;
  background-position: center;
}

#mainWrap h1{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99999;
}

#mainWrap > img:first-of-type{
  position: absolute;
  width: 24vw;
  bottom: 20px;
  left: 20px;   
  z-index: 99999; 
}

.croudImg{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;   
  animation-name: croudforming;
  animation-duration: 120s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; 
}

@keyframes croudforming{
  0%{
    transform: translate(0vw,0vh);
  }
  25%{
    transform: translate(10vw,0vh);
  }
  50%{
    transform: translate(0vw,0vh);
  }
  75%{
    transform: translate(-10vw,0vh);
  }
}

#layer{
}

.hoverImg{
  position: absolute;
}

.hoverImg div img{
  position: absolute;
  animation-fill-mode:forwards;
  animation-duration: 1.2s;
  animation-timing-function: linear;
}

.hoverImg div img:first-of-type,
.hoverImg div img:last-of-type{
  width: 80%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.hoverImg div img:nth-of-type(2){
  width: 100%;
  z-index: 2;
  bottom: 0;
}

.hoverImg div img:first-of-type{
  animation-name: hoverImg01;
}

.hoverImg div img:nth-of-type(2){
  animation-name: hoverImg02;
  opacity: 0;
  
}
.hoverImg div img:last-of-type{
  animation-name: hoverImg03;
  opacity: 0;
}


@keyframes hoverImg01{
  0%{
    opacity: 1;
  }
  33%{
    opacity: 1;
  }
  34%{
    opacity: 1;
  }
  66%{
    opacity: 1;
  }
  67%{
    opacity: 1;
  }
  99%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

@keyframes hoverImg02{
  0%{
    opacity: 0;
    transform:scale(0.1)rotate(0);
  }
  24%{
    opacity: 0;
    transform:scale(0.1)rotate(0);
  }
  34%{
    opacity: 1;    
  }
  66%{
    opacity: 1;
  }
  67%{
    opacity: 1;
  }
  90%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform:scale(1.4)rotate(300deg);
  }
}

@keyframes hoverImg03{
  0%{
    opacity: 0;
  }
  33%{
    opacity: 0;
  }
  34%{
    opacity: 0;
  }
  66%{
    opacity: 0;
  }
  67%{
    opacity: 0;
  }
  99%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

@keyframes hoverforming{
  0%{
    transform: translateY(0) rotate(0deg);
  }
  25%{
    transform: translateY(10px) rotate(1deg);
  }
  50%{
    transform: translateY(0) rotate(2deg);
  }
  75%{
    transform: translateY(10px) rotate(1deg);
  }
}

.hover01{
  right: 0;
  left: 0;
  bottom: -15vh;
  margin: auto;
  width: 80vw;
  z-index: 10;
}

.hover01 > div > img:first-of-type{
  width: 80%;
}

.hover01 > div > img:last-of-type{
  width: 45%;
}

.hover02{
  bottom: 60vh;
  left: 20vw;
  margin: auto;
  width: 18vw;
}

.hover03{
  bottom: 30vh;
  left: 10vw;
  margin: auto;
  width: 13vw;
}

.hover04{
  bottom: 10vh;
  left: 15vw;
  margin: auto;
  width: 15vw;
}

.hover05{
  bottom: 80vh;
  right: 20vw;
  margin: auto;
  width: 10vw;
}

.hover06{
  bottom: 40vh;
  right: 12vw;
  margin: auto;
  width: 12vw;
}

.hover07{
  bottom: 5vh;
  right: 15vw;
  margin: auto;
  width: 17vw;
}

.hover08{
  bottom: 34vh;
  right: 24vw;
  margin: auto;
  width: 7vw;
}

.hover01 img{
  animation-delay: 11s;
}

.hover02 img{
  animation-delay: 10s;
}

.hover03 img{
  animation-delay: 10s;
}

.hover04 img{
  animation-delay: 10s;
}

.hover05 img{
  animation-delay: 10s;
}

.hover06 img{
  animation-delay: 10s;
}

.hover07 img{
  animation-delay: 10s;
}

.hover08 img{
  animation-delay: 10s;
}

.hover01 > div{
  animation-name: hoverforming;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;  
}

.hover02 > div{
  animation-name: hoverforming;
  animation-duration: 11s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;  
}

.hover03 > div{
  animation-name: hoverforming;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;  
}

.hover04 > div{
  animation-name: hoverforming;
  animation-duration: 13s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;  
}

.hover05 > div{
  animation-name: hoverforming;
  animation-duration: 14s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;  
}

.hover06 > div{
  animation-name: hoverforming;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;  
}

.hover07 > div{
  animation-name: hoverforming;
  animation-duration: 16s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;  
}

.hover08 > div{
  animation-name: hoverforming;
  animation-duration: 17s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;  
}

.mainMap{
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 240px;
  z-index: 99999;
}

.mainMap img{
  position: absolute;
  animation-fill-mode:forwards;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-delay: 11s;
}

.mainMap img:first-of-type{
  width: 80%;
  right: 0px;
  bottom: 0;
  z-index: 1;
}

.mainMap img:nth-of-type(2){
  width: 100%;
  right: -40px;
  bottom: -40px;
  z-index: 9998;
}

.mainMap img:last-of-type{
  width: 80%;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.mainMap img:first-of-type{
  animation-name: hoverImg01;
}

.mainMap img:nth-of-type(2){
  animation-name: hoverImg02;
  opacity: 0;
  
}
.mainMap img:last-of-type{
  animation-name: hoverImg03;
  opacity: 0;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
  #mainWrap h1{
    width: 400px;
  }
  #mainWrap h1 img{
    width: 100%;
  }

  .hover02{
    bottom: 60vh;
    left: 20vw;
    margin: auto;
    width: 22vw;
  }

  .hover03{
    bottom: 30vh;
    left: 10vw;
    margin: auto;
    width: 16vw;
  }

  .hover04{
    bottom: 10vh;
    left: 15vw;
    margin: auto;
    width: 20vw;
  }

  .hover05{
    bottom: 80vh;
    right: 20vw;
    margin: auto;
    width: 13vw;
  }

  .hover06{
    bottom: 40vh;
    right: 12vw;
    margin: auto;
    width: 15vw;
  }

  .hover07{
    bottom: 5vh;
    right: 15vw;
    margin: auto;
    width: 20vw;
  }

  .hover08{
    bottom: 34vh;
    right: 24vw;
    margin: auto;
    width: 11vw;
  }
}

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

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

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

@media screen and (max-width: 800px) {
  #opneanimeWrap div img:first-of-type{
    width: 60%;
  }
  #opneanimeWrap div img:last-of-type{
    width: 80%;
  }
  
  #mainWrap h1{
    display: none;
  }

  .hover01{
    right: 0;
    left: 0;
    bottom: -5vh;
    margin: auto;
    width: 100vw;
    z-index: 10;
  }

  .hover01 > div > img:first-of-type{
    width: 100%;
  }

  .hover01 > div > img:last-of-type{
    width: 80%;
  }

  .hover02{
    bottom: 60vh;
    left: 0vw;
    margin: auto;
    width: 30vw;
  }

  .hover03{
    bottom: 45vh;
    left: 5vw;
    margin: auto;
    width: 20vw;
  }

  .hover04{
    bottom: 30vh;
    left: -5vw;
    margin: auto;
    width: 20vw;
  }

  .hover05{
    bottom: 70vh;
    right: 10vw;
    margin: auto;
    width: 15vw;
  }

  .hover06{
    bottom: 50vh;
    right: 6vw;
    margin: auto;
    width: 18vw;
  }

  .hover07{
    bottom: 25vh;
    right: 7vw;
    margin: auto;
    width: 26vw;
  }

  .hover08{
    bottom: 40vh;
    right: 12vw;
    margin: auto;
    width: 10vw;
  }
  
  #mainWrap > img:first-of-type{
    left: 10px;
    bottom: 10px;
    width: 45%;
  }
  
  .mainMap{
    right: 0px;
    bottom: 0px;
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 600px){
  .hover01{
    right: 0;
    left: 0;
    bottom: 15vh;
    margin: auto;
    width: 100vw;
    z-index: 10;
  }

  .hover01 > div > img:first-of-type{
    width: 100%;
  }

  .hover01 > div > img:last-of-type{
    width: 90%;
  }

  .hover02{
    bottom: 60vh;
    left: 0vw;
    margin: auto;
    width: 40vw;
  }

  .hover03{
    bottom: 45vh;
    left: 5vw;
    margin: auto;
    width: 30vw;
  }

  .hover04{
    bottom: 30vh;
    left: -5vw;
    margin: auto;
    width: 30vw;
  }

  .hover05{
    bottom: 70vh;
    right: 4vw;
    margin: auto;
    width: 15vw;
  }

  .hover06{
    bottom: 50vh;
    right: 0vw;
    margin: auto;
    width: 24vw;
  }

  .hover07{
    bottom: 15vh;
    right: -2vw;
    margin: auto;
    width: 40vw;
  }

  .hover08{
    bottom: 40vh;
    right: 6vw;
    margin: auto;
    width: 20vw;
  }
}

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