@charset "utf-8";
/* ===========================================================

	Title: general-top.css
	Created: 2018-3-30
	
=========================================================== */
/*

	main
	main-visual
	contents
	login
	footer

	
=========================================================== */
/* ===========================================================

	main

=========================================================== */
main {
    float: none;
    width: 100%;
    padding: 0;
	overflow: hidden;
}
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
	position: relative;
	float: none;
	width: 100%;
	height: calc(100vh - 110px);
	min-width: 1200px;
	min-height: 500px;
    margin: 0 !important;
	padding: 0;
	background: url(../img/login/main-visual.jpg) 50% 50% no-repeat;
	background-size: cover;
	overflow: hidden;
}

/* ===========================================================

	main-visual__copy

=========================================================== */
.main-visual__copy {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-600px, -60%);
    text-align: center;
	z-index: 15;
    white-space: nowrap;
    width: 750px;
}
.main-visual__copy h1 {
	font-size: 4.8rem;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-style: italic;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin: 0 0 15px;
    color: #c7000a;
}
.main-visual__copy p {
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	line-height: 1.8em;
    font-style: italic;
}

/* ===========================================================

	login

=========================================================== */
main section.login-box {
	/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(250px, -60%); */
	width: 350px;
    padding: 40px;
	background-color: rgba(0,0,0,0.60); 
	border: solid 1px #fff;
	z-index: 10;
    margin: 0 !important;
}
.login-box h1 {
    text-align: center;
	color: #fff;
	font-size: 2.4rem;
    margin: 0 0 20px;
    padding: 0 0 15px;
    line-height: 1.2;
}
.login-form {
}
.login-form form {
}
.login-form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 0 15px 0;
	padding: 0 15px;
	font-size: 1.4rem;
	color: #111;
	background-color: #fff;
    border: solid 1px #e2ddd4;
}
.login-box input value, .login-box input.ph::-webkit-input-placeholder, .login-box input.ph:-ms-input-placeholder, .login-box input.ph::-moz-placeholder {
	color: #111;
	font-weight: normal;
}
.login-box input[type="text"], .login-box input[type="password"] {
	background-color: #fff;
	font-family: "YakuHanJP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.login-box input[type="button"], .login-box input[type="submit"] {
	width: 100%;
	height: 50px;
	margin: 0 0 15px 0;
	padding: 0;
	color: #fff;
	background-color: #c7000a;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: .3s ease-in-out;
}
.login-box input[type="button"]:hover, .login-box input[type="submit"]:hover {
	background-color: #111;
}
.login-box .forget {
	margin: 0;
	text-align: center;
}
.login-box .forget a {
	color: #fff;
	font-size: 1.6rem;
	padding: 0 0 0 10px;
	position: relative;
}
.login-box .forget a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -5px -5px 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #c7000a;
}
.login-box .forget a:hover {
	color: #c7000a;
}
.login-box #subcontent {
  display: none;
  padding: 5px;
	background-color: #fff;
  border: 2px solid #00ABCD;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}


/* login-contents__error
----------------------------------------------------------- */
.login-box p.login-contents__error {
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: #c7000a;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	white-space: nowrap;
}
.login-box p.login-contents__error:before {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin: 0 0 0 -8px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 8px 0 8px;
	border-color: #c7000a transparent transparent transparent
}
/* ===========================================================

	footer

=========================================================== */
footer {
	border: none;
	padding: 0;
}