@charset "UTF-8";

/*================================================
 *  共通（追加）
 ================================================*/
/******* フェードアップ ********/
.fadeUp {opacity: 0; transform: translate3d(0, 15px, 0);}
.fadeUp.on {opacity: 1; transform: translate3d(0, 0, 0); transition: 1s;}



/*================================================
 *  バナー
 ================================================*/
#front-bn-area .bn-wrap {text-align: center; margin: 0 auto 8em;}

.bn-wrap {margin: 0 auto 4em;}
.bn-wrap a img {width: 100%; max-width: 630px; transition: opacity 0.3s ease;}
.bn-wrap a:hover img {opacity: 0.8;}



/*================================================
 *  flexレイアウト部品
 ================================================*/

/*================================================
 *  ヘッダー
 ================================================*/



@media (max-width: 900px) {

}

