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

.opa {transition: 1.2s ease; opacity: 0;}
/*アニメーションするプロパティを設定します*/
.opa.active {opacity: 1;}