@charset "UTF-8";

.mono #tournament{
	position: relative;
}
.mono #tournament .waku-1200{
	position: relative;
	z-index: 1;
}

.mono .hanabi{
	display: none;
	position: relative;
}
.mono .hanabi.on {
	display: block;
}
.mono .hanabi.on img{
	position: absolute;
	top: -650px;
	left: 1%;
    animation: sparkle 5s ease-in-out forwards infinite;
  animation-delay: 0.3s;
  max-width: 400px;
  width: 100%;
  height: auto;
}
.mono .hanabi.on img:nth-child(2){
	position: absolute;
	left: auto;
	right: -6%;
	top: -900px;
    animation: sparkle 5s ease-in-out forwards infinite;
  max-width: 600px;
  width: 100%;
  height: auto;
}
.mono .hanabi.on img:nth-child(3){
	position: absolute;
	left: auto;
	right: 0%;
	top: -500px;
    animation: sparkle 5s ease-in-out forwards infinite;
  animation-delay: 0.9s;
  max-width: 300px;
  width: 100%;
  height: auto;
}

@keyframes sparkle {
  0% { opacity: 0; transform: scale(0); }
  15% { opacity: 0.8; transform: scale(0);}
  30% { opacity: 0; transform: scale(1.4);}
	100% { opacity: 0; transform: scale(0); }
}


@media screen and (max-width: 1179px) {

}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {


  .mono .hanabi.on img{
    position: absolute;
    top: -1300px;
    left: -5%;
    animation: sparkle 5s ease-in-out forwards infinite;
    animation-delay: 0.3s;
    max-width: 300px;
    height: auto;
  }
  .mono .hanabi.on img:nth-child(2){
    position: absolute;
    left: auto;
    right: -6%;
    top: -1100px;
    animation: sparkle 5s ease-in-out forwards infinite;
    max-width: 400px;
    height: auto;
  }
  .mono .hanabi.on img:nth-child(3){
    position: absolute;
    left: auto;
    right: -10%;
    top: -800px;
    animation: sparkle 5s ease-in-out forwards infinite;
    animation-delay: 0.6s;
    max-width: 150px;
    height: auto;
  }


}
@media screen and (max-width: 460px) {

}