/*--------------------------------------------------------*/

/*  準備中　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.junbi_container{
	background-color:#FFF;
	position: relative;
	height: 100vh;
}

.junbi_container .junbi_logoBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.junbi_container .junbi_logoBox .junbi_logo{
	width:200px;
}

.junbi_container .junbi_logoBox .junbi_logo img{
}

.junbi_container .junbi_logoBox .comingsoon{
	margin-top:60px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	color:#a5a5a5;
	font-weight:300;
	line-height:1.5em;
	letter-spacing:0.3em;
	font-feature-settings : "palt";
}

.junbi_container .junbi_contactBox{
	position: absolute;
	bottom: 17%;
	left: 50%;
	transform: translate(-50%, 0);
}

.junbi_container .junbi_contactBox .junbi_contact_tit{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	color:#a5a5a5;
	font-weight:300;
	line-height:1.5em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
}

.junbi_container .junbi_contactBox .junbi_contact_mail{
	margin-top:8px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	color:#a5a5a5;
	font-weight:300;
	line-height:1.5em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
}

}

@media screen and (max-width: 768px){

.junbi_container{
	background-color:#FFF;
	position: relative;
	height: 100vh;
}

.junbi_container .junbi_logoBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.junbi_container .junbi_logoBox .junbi_logo{
	width:150px;
}

.junbi_container .junbi_logoBox .junbi_logo img{
}

.junbi_container .junbi_logoBox .comingsoon{
	margin-top:60px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	color:#a5a5a5;
	font-weight:300;
	line-height:1.5em;
	letter-spacing:0.25em;
	font-feature-settings : "palt";
}

.junbi_container .junbi_contactBox{
	position: absolute;
	bottom: 18%;
	left: 50%;
	transform: translate(-50%, 0);
}

.junbi_container .junbi_contactBox .junbi_contact_tit{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	color:#a5a5a5;
	font-weight:300;
	line-height:1.5em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
}

.junbi_container .junbi_contactBox .junbi_contact_mail{
	margin-top:8px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	color:#a5a5a5;
	font-weight:300;
	line-height:1.5em;
	letter-spacing:0.25em;
	font-feature-settings : "palt";
}

}