@charset "utf-8";

.enter{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 95%;
height: 150px;
}
.catch{
font-size: 1.5rem;
line-height: 1.4;
animation: flash 1s infinite linear;
-webkit-animation: flash 1s infinite linear;
-moz-animation: flash 1s infinite linear;
}
.catch strong{
font-size: 2rem;
}
.enterSite{
animation: flash 1s infinite linear;
-webkit-animation: flash 1s infinite linear;
-moz-animation: flash 1s infinite linear;
}
a{
	color: #000;
}
@keyframes flash {
0% { opacity: 1; }
80% { opacity: 0.6; }
100% { opacity: 0.6; }
}
@-webkit-keyframes flash {
0% { opacity: 1; }
80% { opacity: 0.6; }
100% { opacity: 0.6; }
}
@-moz-keyframes flash {
0% { opacity: 1; }
80% { opacity: 0.6; }
100% { opacity: 0.6; }
}

@media screen and (min-width: 480px) {} @media screen and (min-width: 768px) {

.enter{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 559px;
  height: 150px;
}

}
@media screen and (min-width: 980px) {}