@charset "UTF-8";
/* ! Frame Work Style ----------------------------------------------------------------------------------------------------

　■ ログインページ

---------------------------------------------------------------------------------------------------- */
/* ! ====================================================================================================
　■ ログインページ
==================================================================================================== */
.page_login body,
.body-login {
  background: #fff;
}
.body-login {
}

/* ! ==================================================
　レイアウト
================================================== */
.layout_auth {
  flex-direction: column;
}


/* ! ==================================================
　レイアウト
================================================== */
.layout_login {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 900px;
  background: #fff;
  border: 24px solid #fafafa;
}
.layout_login > .layout_form {
  width: 100%;
  padding: 40px;
  margin: -40px 0 0;
}
.layout_login > .layout_form > form {
  width: 100%;
  max-width: none;
}


/* ! ====================================================================================================
　キャッチコピーエリア
==================================================================================================== */
.layout_login .layout_copy {
  background: url(../img/bg/bg_login.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.area_copy_login {
  color: #fff;
}
.area_copy_login .copy {
  color: #fff;
  font: 900 80px/1.1em 'helvetica','noto sans japanese',sans-serif;
  letter-spacing: 0;
}
.area_copy_login .description {
  font: 500 20px/1em 'noto sans japanese',sans-serif;
  margin: 30px 0 0 -8px;
}
@media screen and (max-width: 1280px){
  .area_copy_login .copy {
    font-size:  64px;
  }
}

/* ! ==================================================
　ヘッダー
================================================== */
.header_auth {
  flex: 0 0 80px;
  padding: 20px;
  margin: 0 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header_auth img {
  height: 30px;
}

/* ! ==================================================
　メイン
================================================== */
.main_auth {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  min-width: 10px;
}

/* ! ==================================================
　フッター
================================================== */
.footer_auth {
  width: 100%;
  text-align: center;
  padding: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.footer_auth .copyright {
  color: #8E919E;
  font: 300 11px/1em 'helvetica','noto sans japanese',sans-serif;
}


/* ! ==================================================
　エリア 管理画面共通
================================================== */
.area_auth {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


/* ! ==================================================
　ログインエリア
================================================== */
.layout_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.layout_form > form {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout_form > form img {
  max-width: 1200px;
  width: 100%;
  margin: -20px 0 120px;
}
.area_login {
  min-width: 280px;
  max-width: 280px;
  width: 100%;
}
/* ! ヘッド —————————————————————————————— */
.head_login {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.head_login .ttl {
  font-size: 3.5rem;
  letter-spacing: 0;
}
.head_login .description {
  color: #555;
  font: 600 20px/1em 'noto sans japanese',sans-serif;
}


/* ! ボディ —————————————————————————————— */
.body_login .wrap_input + .wrap_input {
  margin: 10px 0 0;
}
.body_login input {
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  border-color: #aaa;
  border-width: 1px;
}
.body_login .btnarea_form {
  margin: 10px 0 0;
}
.body_login [class*="btn_"] {
  font: 700 16px/1em 'noto sans japanese',sans-serif;
  height: 50px;
  background: #e60115;
  border-color: #e60115;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,.1);
}
.body_login [class*="btn_"]:hover {
  color: #e60115;
  background: #fff;
}

