
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#121212;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #000}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

i, em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	overflow: hidden;
	min-width: auto;
	background: none;
	background-color: #000;
}
body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-2;
	width:100%;
	height:100vh;
	background: url(../../img/all/sub_bg.jpg) #000;
	-webkit-background-size: cover;
	background-size: cover;
}
body:after{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

/** header **/

header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
h1{
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}



/** main **/

#bg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}


/** login_box **/

#login_box{
	width: 300px;
	text-align: center;
	background: url(../../img/all/logo.png) no-repeat 50% 10px #000;
	background-size: 135px auto;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	padding: 85px 0 0 0;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.login_title{
	position: relative;
	margin: 0 15px 20px 15px;
}
.login_title:before{
	content: "";
	width: 100%;
	border-bottom: 1px solid rgba(216,6,0,1);
	position: absolute;
	top: 9px;
	left: 0;
}
.login_title span{
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 130px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	border-radius: 10px;
	background: rgba(216,6,0,1);
	background: linear-gradient(90deg, rgba(216,6,0,1) 0%, rgba(255,164,0,1) 50%, rgba(216,6,0,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#login_box:last-of-type{	margin-bottom: 0;}
#login_box .in_box{
	margin: 0 0 20px 0;
	padding: 0 15px;
}
#login_box .over{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 50px 0;
}
#login_box .error{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #ff3333;
	text-align: center;
	padding: 50px 0;
}

.submit{
	padding: 20px 0;
	border-radius: 0 0 14px 14px;
	box-shadow:0px 0px 0px 1px #000 inset;
	-moz-box-shadow:0px 0px 0px 1px #000 inset;
	-webkit-box-shadow:0px 0px 0px 1px #000 inset;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-color: #000;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		    color-stop(.25, #222), color-stop(.25, transparent),
		    color-stop(.5, transparent), color-stop(.5, #222),
		    color-stop(.75, #222), color-stop(.75, transparent),
		    to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #222 25%, transparent 25%,
		  transparent 50%, #222 50%, #222 75%,
		  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #222 25%, transparent 25%,
		  transparent 50%, #222 50%, #222 75%,
		  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #222 25%, transparent 25%,
		  transparent 50%, #222 50%, #222 75%,
		  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #222 25%, transparent 25%,
		  transparent 50%, #222 50%, #222 75%,
		  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #222 25%, transparent 25%,
		  transparent 50%, #222 50%, #222 75%,
		  transparent 75%, transparent);
}

.submit .bt_main{
	width: 180px;
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	width: 100%;
	padding: 10px;
	font-size		: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	color: #000;
	background: #fff;
	border			: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.in input::placeholder,
.in textarea::placeholder{	color: #ccc;}
.in input:-ms-input-placeholder,
.in textarea:-ms-input-placeholder{	color: #ccc;}
.in input::-ms-input-placeholder,
.in textarea::-ms-input-placeholder{	color: #ccc;}

.error_text:empty{	display: none;}
.error_text{
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin: 0 15px 15px 15px;
	padding: 5px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.error_block{
	animation-name: indfade;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block{
    border-color: #ff3333 !important;
}


/** ex_login **/

.ex_login{
	text-align: center;
	margin: 0 0 30px 0;
}
.ex_login a,
.ex_login button{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	height: 50px;
	font-size: 16px;
	line-height: 20px;
	color: currentColor;
	border: 1px solid #fff;
	border-radius: 25px;
	margin: 0 auto 40px auto;
	background: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ex_login a:hover,
.ex_login button:hover{
	text-decoration: none;
	color: #000;
	background: #fff;
}
.ex_login a img,
.ex_login button img{
	width: 30px;
	height: auto;
	margin-right: 5px;
}
.ex_login button{	margin-bottom: 0;}
.ex_login a:after{
	content: "";
	width: 50px;
	border-bottom: 1px solid #333;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
}
.acbox{	display: none;}


/** footer **/

footer{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}

footer #copy,
footer #des{
	font-size: 10px;
	line-height: 18px;
	color: #fff;
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}
footer #copy br{	display: none;}


.error,
.over{
	text-align: center;
	padding: 80px 0;
	font-size: 12px;
	line-height: 16px;
}

.error{
	color: #ff0000;
}

#page-top{
	font-size: 0;
	line-height: 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		overflow: hidden;
		min-width: auto;
		background: none;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}


	/** header **/
	header{
		height: 65px;
	}

	/** main **/
	main{
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
		text-align: left;
	}


	.error,
	.over{
		padding: 50px 0;
	}
	.sp_no{
		display: none;
	}
}
