@charset "utf-8";

#mainVisual{position:fixed;top:0;width:100%;height:990px;overflow:hidden;word-break:keep-all;color:#fff}
#mainVisual::before{position:absolute;content:"";inset:0%;width:100%;height:100%;background-color:rgba(0,0,0,0.6);pointer-events:none}
#mainVisual #video{width:100%;height:100%;object-fit:cover}
#mainVisual .inner{position:absolute;top:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;height:100%}
#mainVisual .txt{display:flex;flex-direction:column;align-items:center;justify-content:center}
#mainVisual .txt h2{font-family:var(--e-font);font-size:60px;line-height:1.16;white-space:pre-line;text-align:center}
#mainVisual .txt p{padding:15px 0 70px;font-size:20px;line-height:1.16;text-align:center;font-weight:500}
#mainVisual .txt .btn--l{justify-content:space-between;width:386px;height:60px;padding:0 30px;font-weight:700;color:#fff;background-color:rgba(255,255,255,0.2);transition:background-color 0.2s}
#mainVisual .txt .btn--l:hover{background-color:var(--primary)}