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



#myscroll a {
  padding-top: 80px;
}
#myscroll a span {
  position: absolute;
  /*top: 0;*/
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#myscroll a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
	bottom: 22px;
}
#myscroll a span:nth-of-type(2) {
  /*top: 16px;*/
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
	bottom: 12px;
}
#myscroll a span:nth-of-type(3) {
 /* top: 32px;*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
	bottom:2px;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#myscroll2 a {
  padding-top: 80px;
	display: none;
}
#myscroll2 a span {
  position: absolute;
  /*top: 0;*/
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#myscroll2 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
	bottom: 22px;
}
#myscroll2 a span:nth-of-type(2) {
  /*top: 16px;*/
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
	bottom: 12px;
}
#myscroll2 a span:nth-of-type(3) {
 /* top: 32px;*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
	bottom:2px;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#myscroll3 a {
  padding-top: 80px;
	display: contents;
}
#myscroll3 a span {
  position: fixed;
  /*top: 0;*/
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#myscroll3 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
	bottom: 22px;
}
#myscroll3 a span:nth-of-type(2) {
  /*top: 16px;*/
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
	bottom: 12px;
}
#myscroll3 a span:nth-of-type(3) {
 /* top: 32px;*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
	bottom:2px;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



@media (max-width: 768px){
	#myscroll2 a {
		display: contents;
	}
	
	#myscroll a {
		display: none;
	}
	
}

