@charset 'utf-8';

/*--------------------------------------------------------------------------
   OPENIG
---------------------------------------------------------------------------*/
.Opening {
  -webkit-animation: Opening 4s ease-in-out both;
  animation: Opening 4s ease-in-out both;
  position: relative;
  z-index: 9999;
}
@keyframes Opening {
  100% {
    visibility: hidden;
  }
}


.HiddenLayer {
  background: #fff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
	justify-content: center;
	font-style: normal;
}

    
    
    

/* @media only screen and (min-width: 1024px) {
  .logoArea {
    width: calc(573/1920*100vw);
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .logoArea {
    width: 70%;
  }
} */



/* header */
/* .Header__logo {
  left: 3rem;
  position: fixed;
  top: 3rem;
  width: 8rem;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .Header__logo {
    left: 1rem;
    position: absolute;
    top: 1rem;
  }
}


.mainvisualMono , 
.mainvisual {
    background:#fff;
    background-size: cover;
    background-position: top;
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left:0;
    z-index: 9997;
}

.mainvisual {
    background:#fff;
    background-size: cover;
    background-position: top;
    z-index: 9996;
}

@media screen and (max-width: 780px) {
.mainvisualMono , 
.mainvisual {
    background:url("../img/mainvisualMono_sp-min.jpg");
    background-size: cover;
    background-position: top;
    display: block;
    width: 100%;
    height: 100vh;
    
    top: 0;
    left:0;
    z-index: 9997;
}
.mainvisual {
    background:url("../img/mainvisual_sp-min.jpg");
    background-size: cover;
    background-position: top;
    z-index: 9996;
}	
} */

.Opening__ttl {
  width: 30rem;
  /* position: absolute; */
}
@media only screen and (max-width: 640px) {
  .Opening__ttl {
    width: 100%;
  }
}

.Opening__ttl_image {
   width: 60rem;
	  left: 50%;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .Opening__ttl_image {
    width: 90%;
  }
}

/* .Opening__ttl_image {

} */

/* .Opening__ttl-1 {
  font-size: 4rem;
}

.Opening__ttl-2 {
  font-size: 7rem;
}

.Opening__ttl-2-2 {
  color: #1C8BDF;
}

.Opening__ttl-3 {
  font-size: 3rem;
} */



/* @media only screen and (min-width: 640px) and (max-width: 1024px) {
  .Opening__ttl {
    font-size: 3.75rem;
    
   
  }
} */







