@charset "UTF-8";
body { margin: 0; padding: 0; }

.top-mainvisual { position: relative; overflow: hidden; width: 100%; height: 100%; height: 100vh; text-align: center; }

/* 動画 */
#bg-video { position: fixed; object-fit: cover; left: 50%; top: 0; min-width: 100%; min-height: 100vh; width: auto; height: auto; z-index: -900; -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }

#header { margin: 0 auto; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
#header .logo { padding: 0 15px; }

.bg-layer { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100vh; width: 100vw; background: rgba(0, 0, 0, 0.2); }

.txt-block { display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; }

.catch { font-family: 'Caveat', cursive; font-size: 64px; }
