@charset "utf-8";

html,
body{
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	font-feature-settings:"palt";
	width:100%;
	font-size:1.1vw;
	font-size:16px;
	line-height:1.8;
	color:#FFF;
	text-align:center;
	min-width:1100px;
	-webkit-text-size-adjust:100%;
  background-color:#000;
	overflow-wrap:break-word !important;
	word-wrap:break-word !important;
	box-sizing:border-box;
}

a{
	color:#3476ae;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.left,
.alignleft{
	float:left;
	margin:0 20px 20px 0;
}
.right,
.alignright{
	float:right;
	margin:0 0 20px 20px;
}
.aligncenter{
	margin:0 auto 20px auto !important;
	text-align:center !important;
	display:inlne-block;
}

.flex{display:flex;}
.flex-between{justify-content:space-between;}
.flex-center{justify-content:center !important;}
.flex-wrap{flex-wrap:wrap;}

.hissu{color:#FF0000 !important;}
.pc-block{display:block !important;}
.pc-none{display:none !important;}
.schema-data{display:none !important;}

/* form reset
++++++++++++++++++++++++++++++*/
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"],
select,
textarea{
	box-sizing:border-box;
	margin:0; padding:0;
	outline:none;
	-webkit-appearance:none;
	appearance:none;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"],
select{
	width:100%; height:42px;
	font-size:15px; line-height:160%;
	color:#444;
	border:1px solid #CCC;
	background-color:#FFF;
}

#wrapper{
	position: relative;
	width: 100%; height: 100vh;
	background-image: url(../../img/pc_back.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
	overflow: hidden;
}
#wrapper #logo-box{
	position: absolute;
	bottom: 10%;
	left: 0; right: 0;
	width: 400px;
	margin: auto;
}
#logo-box img{
	width: 100%; height: auto;
	margin-bottom: 40px;
}
#logo-box span#soon{
	display: block;
	background-color: #FFF;
	color: #111;
	font-size: 2em;
	text-transform:uppercase;
}
#footer-info{
	padding-top: 15px;
	color: #FFF;
}
#footer-info strong a{
	display: block;
	color: #FFF;
	font-size: 1.2em;
	margin-bottom: 5px;
}
#footer-info strong a:hover{
	text-decoration: underline;
}
#copy{
	font-size: 0.8em;
	padding: 15px 0;
}
