/*===================================================================
　　認証ページ　　
====================================================================*/
body , html {
	min-width: 1280px;
	height: 100%;
}
#Wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
.Authentication .MovieWrap{
	width: 100%;
    min-height: 100%;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	background-size: cover;
	background-color: black;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: none;
}
.Authentication .MovieWrap:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: transparent url(../image/items/dot01.png) repeat center center;
}
.Authentication .MovieWrap video{
	display: block;
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
}
.Authentication .Description{
	display: block;
	margin: auto;
	position: fixed;
    width: 584px;
    top: 50%;
    left: 50%;
    margin-left: -292px;
    margin-top: -273.5px;
    text-align: center;
	z-index: -10;
}
.Authentication .ContentInner{
	position: absolute;
	width: 100%;
	height: 100%;
}
.Authentication .AttestationCont{
	position: fixed;
	width: 20%;
	top: 60%;
	left: 50%;
	margin-left: -10%;
	text-align: center;
}
.AttestationCont .Enter ul li a{
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 2.4;
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	border: 2px solid rgba(255, 255, 255, 0.6);
	letter-spacing: 0px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

/*--------------　フッター　--------------*/
footer{
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-align: center;
}
footer .Caution dl.table{
	display: table;
	margin: auto;
}
footer .Caution dl.table dt,
footer .Caution dl.table dd{
	display: table-cell;
	vertical-align: middle;
}
footer .Caution dl.table dt{
	width: 53px;
}
footer .Caution dl.table dt img{
	width: 100%;
	height: auto;
}
footer .Caution dl.table dd p{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	text-align: left;
	padding: 0 0 0 15px;
}
footer address,
footer address a{
	text-align: center;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.6);
}

