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

.start {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  display: flex;
  align-items: center;
	
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  /*width: 280px;*/
}
.anime {
	width: 100%;
  color: #fff;
  text-align: center;
}





.pc {
  display: block;
}
.sm {
  display: none;
}




/*レスポンシブ*/
@media (max-width:414px) {
	  .pc {
    display: none;
  }
  .sm {
    display: block;
  }
 .start {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  display: flex;
  align-items: center;
	
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  /*width: 280px;*/
}
.anime {
	width: 100%;
  color: #fff;
  text-align: center;
}


	
	
	
	
	