@charset "utf-8";
/* ===========================================================

	Title: login.css
	Created: 2020-8-14

=========================================================== */
/*

	login-contents
	login-window
	login-box


=========================================================== */
/* ===========================================================

	login-contents

=========================================================== */
.login-contents {
	padding: 128px 64px;
	display: flex;
	justify-content: center;
	flex-direction: row;
}
@media screen and (max-width: 1024px) {
	.login-contents {
		padding: 16px;
		display: block;
	}
}
/* ===========================================================

	login-window

=========================================================== */
.login-window {
	display: flex;
	max-width: 1000px;
}
.login-window h1 {
	padding: 64px 32px;
	background-color: #fff;
}
.login-window h1 img {
	padding: 64px;
	background-color: #fff;
}
@media all and (-ms-high-contrast: none) {
	.login-window h1 img {
		width: 550px;
	}
}
@media screen and (max-width: 1024px) {
	.login-window {
		display: block;
	}
	.login-window h1 {
		padding: 0;
	}
	.login-window h1 img {
		padding: 20px 60px;
		max-width: 400px;
	}
}

/* ===========================================================

	login-box

=========================================================== */
/* login-box
----------------------------------------------------------- */
.login-box {
		width: 100%;
		padding: 64px 16px;
    background-color: #E61D24;
    display: flex;
    align-items: center;
		flex-direction: column;
		color: #fff;
}
.login-box h2 {
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}
.login-form {
	width: 260px;
}
.login-form form {
}
.login-form input {
	border: none;
	width: 260px;
	height: 35px;
	line-height: 40px;
	margin: 0 0 15px 0;
	padding: 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #111;
	background-color: #fff;
}
.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="button"], .login-box input[type="submit"] {
	width: 260px;
	height: 50px;
	border-radius: 40px;
	float: right;
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
	background-color: #111;
	text-align: center;
	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: #fff;
	color: #e60000;
}
.login-box input[type="submit"]:disabled{
	background-color: #adadad;
	color: #717171;
}
.login-box input[type="button"]:disabled:hover, .login-box input[type="submit"]:disabled:hover {
	background-color: #adadad;
	color: #717171;
	cursor: default;
}
.login-form input[type="checkbox"] {
	width: 15px;
    height: 15px;
    margin: 0 10px;
    vertical-align: middle;
}
.login-form a:link,
.login-form a:visited {
	color: #fff;
	text-decoration: underline;
}
.login-box .forget {
}
.login-box .forget a {
	padding: 0 0 0 10px;
	text-decoration: none;;
	position: relative;
	color: #fff;
}
.login-box .forget a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
}
.login-box .forget a:hover {
}
.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: -35px;
	left: 33%;
	transform: translateX(-50%);
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: #e60000;
	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: #e60000 transparent transparent transparent
}
/* main-visual__slider
----------------------------------------------------------- */
.main-visual__slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.main-visual__slider,
.main-visual__slider li {
    width: 100%;
    height: 600px;
}
.main-visual__slider li {
    background-size: cover;
}
