@charset "utf-8";

video {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
 
.bg-white {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
	text-shadow: 1px 2px 3px #808080; 
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

h1 {
	background:url(../img/logo_fix.svg) no-repeat;
	background-position: center center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 90px 0;
	font-size: 6rem;
}

h2 {
	font-size: 2rem;
}

p {
	font-size: 1.2rem;
	line-height: 1.8;
}

.box {
	margin: 60px auto;
	border-radius: 30px;
	border: 1px solid #ffffff;
	padding: 10px;
	width: 220px;
}

.copy {
	margin: 90px 0 0 0 ;
}

a {
	text-decoration: none;
	color: #ffffff;
}

@media (max-width:980px) {
	h1 {
		font-size: 9rem;
	}
	h2 {
		font-size: 3rem;
	}
	p {
		font-size: 2.5rem;
	}
	.box {
		width:720px;
	}
}

