.main-bg{position : absolute; left : 0;top : 0;width : 100%;height : 100%;overflow : hidden;z-index : -1;}
.main-bg > img{animation : main-bg 3s both; transform : scale(1.25); width : 100%;height : 100%; object-fit : cover; object-position : center;}
@keyframes main-bg{
	100%{transform : scale(1)}
}
.main-inner{display : flex; flex-direction : column; align-items : center; padding-top: 140px; height : 100%; gap : 36px;}

.main-tit{animation : btot 1.2s both 0.5s;}
.main-desc{animation : btot 1.2s both 1s;}

@keyframes btot{
	0%{transform: translateY(100px); opacity : 0;}
}