@charset "UTF-8";

/* sns_area */
.sns_area{ margin:20px 0;}
.sns_area .l,.sns_area .r{ width:390px;}

/* topani */
@keyframes fadein { 0% { opacity:0; } 100% { opacity:1; } }
#topani     { position:relative; height:600px; margin-bottom:10px; }
#topani img { position:absolute; opacity:0; }
#topani img:nth-child(1) { animation: fadein 1s linear 0s 1 normal forwards; }
#topani img:nth-child(2) { animation: fadein 1s linear 1s 1 normal forwards; }
#topani img:nth-child(3) { animation: fadein 1s linear 2s 1 normal forwards; }
#topani img:nth-child(4) { animation: fadein 1s linear 3s 1 normal forwards; }
#topani img:nth-child(5) { animation: fadein 1s linear 4s 1 normal forwards; }
#topani img:nth-child(6) { animation: fadein 1s linear 5s 1 normal forwards; }
