/*===================================================================
　　認証ページデザイン設定　　
====================================================================*/
#Wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
.Authentication .MovieWrap{
	z-index: -1;
	background-size: cover;
	background-color: black;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: none;
}
/*
.Authentication .MovieWrap video{
	display: block;
	margin: auto;
	position: relative;
	z-index: -1;
	visibility: visible;
	opacity: 1;
	width: auto;
	height: 669px;
}
.Authentication .MovieWrap:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 669px;
	z-index: 10;
	background: transparent url(../spimage/items/dot01.png) repeat center center;
}
*/
body .Authentication .MovieWrap img{
	display: block;
	margin: auto;
	z-index: -1;
	visibility: visible;
	opacity: 1;
}
.Authentication .Description{
	display: block;
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 10px;
}
.Authentication .Description h1{
	font-size: 12px;
	color: #ff73a3;
	margin-bottom: 5px;
}
.Authentication .Description p{
	font-size: 12px;
	line-height: 1.4;
}
.Authentication .Description ul li{
	font-size: 12px;
}
.Authentication .Description ul li a{
	color: #000000;
}
.Authentication .ContentInner{
	background: #ffcdde;
	padding: 10px;
}
.Authentication .AttestationCont{
	text-align: center;
}
.Authentication .AttestationCont .ContBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}
.ContentInner .BnrCont ul.Float li{
	width: 50%;
	float: left;
}
.AttestationCont .Enter ul li{
	display: block;
}
.AttestationCont .Enter ul li a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 10px 40px;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border: 2px solid #FFFFFF;
	letter-spacing: 0px;
	font-size: 16px;
}
/*--------------　js-tab-wrap　--------------*/
.js-tab-contents {
	display: none;
}
.js-tab-contents.current {
	display: block;
}
.MapCont .MapWrap{
	padding: 10px 0;
	background: #ffcdde;
}
.MapCont .MapWrap .js-tab-wrap{
	margin: 0 auto;
}
.MapCont .MapWrap .tabs{
	width: 100%;
	background: #ff5c8a;
	border: 3px solid #FFFFFF;
	position:relative;
	margin-bottom: 5px;
}
.MapCont .MapWrap .tabs:before {
	border: 20px solid transparent;
	border-top-color: #ff5c8a;
	border-bottom-width: 0;
	bottom: -15px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	width: 0;
	z-index: 1;
	margin-left: -20px;
}
.MapCont .MapWrap .tabs:after {
	border: 20px solid transparent;
	border-top-color: #FFFFFF;
	border-bottom-width: 0;
	bottom: -20px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	width: 0;
	z-index: 0;
	margin-left: -20px;
}
.MapCont .MapWrap .tabs ul li{
	width: 50%;
	float: left;
	cursor: pointer;
	margin: 5px 0;
	border-right: 3px dotted #FFFFFF;
}
.MapCont .MapWrap .tabs ul li:last-child{
	border-right: none;
}
.MapCont .MapWrap .tabs ul li.Maptab{
	height: 60px;
	background: url(../spimage/items/tabs_map.png) no-repeat;
	background-position: top center;
	background-size: 150px 120px;
}
.MapCont .MapWrap .tabs ul li.Googletab{
	height: 60px;
	background: url(../spimage/items/tabs_google.png) no-repeat;
	background-position: top center;
	background-size: 150px 120px;
}
.MapCont .MapWrap .js-tab-contents{
	padding: 10px;
	background: #FFFFFF;
}
/*--------------　フッター　--------------*/
footer{
	background: #ff73a3;
	padding: 10px;
}
footer .Caution dl.table{
	display: table;
	padding: 0 10px;
	margin: auto;
}
footer .Caution dl.table dt,
footer .Caution dl.table dd{
	display: table-cell;
	vertical-align: middle;
}
footer .Caution dl.table dt{
	width: 40px;
}
footer .Caution dl.table dd p{
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 0 0 0 10px;
}
footer address{
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
footer address a{
	color: #FFFFFF;
}

html,body,#Content{
height: 100%;
}

.Authentication{
position: relative;
width: 100%;
height: 100%;
}

.WrapCont.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;
}

.enter{
display: table;
width: 100%;
height: 100%;
}

.enter p{
display: table-cell;
text-align: center;
vertical-align: middle;
}

.enter p img{
width: 50%;
}



