@charset "UTF-8";

/*=================================================================
*==================================================================
index
==================================================================*
==================================================================*/
/* ===============================================
sec_main
=============================================== */
#ac_top_main_links li {
	opacity: 0;
}







/*
#ac_top_main_links .ac_01 {
  padding: 10px;
  animation: ac_01 1s ease 0s infinite alternate backwards;
}

#ac_top_main_links .ac_02 {
  padding: 10px;
  animation: ac_01 1s ease 0.2s infinite alternate backwards;
}

#ac_top_main_links .ac_03 {
  padding: 10px;
  animation: ac_01 1s ease 0.4s infinite alternate backwards;
}

#ac_top_main_links .ac_04 {
  padding: 10px;
  animation: ac_01 1s ease 0.6s infinite alternate backwards;
}

#ac_top_main_links .ac_05 {
  padding: 10px;
  animation: ac_01 1s ease 0.8s infinite alternate backwards;
}
*/



/*
#ac_top_main_links .ac_01 {
	animation: ac_01 2s ease 0s infinite alternate backwards;
}


@keyframes ac_01 {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*/


/* hover stop animation */
/*
#ac_top_main_links li:hover {
	animation-play-state: paused;
}
*/

