@charset "shift_jis";
#contents {
	padding-bottom: 0px;
}

.topHeadBg {
	z-index: -99;
	position: fixed;
	top: 50px;
	width: 100%;
    height: 100vh;
	overflow: hidden;
	background-image: url(../pc/images/topimage-bg.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.screen  {
	background-color: rgba(0,0,0,0.14);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -10;
	left: 0px;
	top: 50px;
}
.topImageBox {
	position: relative;
	z-index: 99;
	/*
	background-image: url(../pc/images/topimage-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition:	all 0ms;
	-moz-transition:	all 0ms;
	-ms-transition:		all 0ms;
	-o-transition:		all 0ms;
	transition:			all 0ms;
	-webkit-transform:	translate3d(0, 0, 0);
	-moz-transform:		translate3d(0, 0, 0);
	-ms-transform:		translate3d(0, 0, 0);
	-o-transform:		translate3d(0, 0, 0);
	transform:			translate3d(0, 0, 0);
	*/
}
.topImageBox .appLinks {
	text-align: left;
	position: absolute;
	left: 15px;
	top: auto;
	bottom: 10px;
	z-index: 99;
}
.topImageBox .appLinks img {
	margin-right: 5px;
	margin-left: 5px;
}

.regLinkBox {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: auto;
	bottom: 10px;
}
.signupBox {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 1px #fff;
	background-color: rgba(140, 140, 140, 0.4);
	font-size: 15px;
}


.contentsWrapper {
	background-color: #fff;
}
.fb-like {
	width: 120px;
	overflow: hidden;
	float: right;
}
@media screen and (max-width: 768px) {
	.topImageBox .appLinks img {
		height: 20px;
		width: auto;
	}
	.m32 {
		margin: 16px 0 0 0;
	}
}
.topLoginBox {
	color: #fff;
	background-color: rgba(140, 140, 140, 0.4);
}
.topLoginBox a {
	color: #fff;
}

.topLoginBox h4 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 15px;
}
.topLoginBox .formInputs {
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.topLoginBox label {
	display: inline-block;
	width: 75px;
}
.topLoginBox  input.inline {
	width: 130px;
}
.topLoginBox .btn-link {
	color: #fff;
}

.lineBox {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 20px 0 20px;
}
.mlr20 {
	margin-right: 20px;
	margin-left: 20px;
}
.w250 {
	width: 250px;
}


