@charset "UTF-8";
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
@font-face {
  font-family: "myfont";
  src: url("../font/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
  font-family: "login";
  src: url("../font/Dubai-Medium.ttf") format("truetype");
}
body{
  font-family: "myfont",sans-serif;
  color: #333;
  font-size: 62.5%;
}
img {
  width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a{
  text-decoration: none;
  color: #333;
  transition: .3s;
  display: block;
}
a:hover{
  opacity: 0.7;
  cursor: pointer;
  transition: .3s;
}
/* =======================================
  main
======================================= */

body{
  
  background-image: url("../img/bg-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  /* color: #736639; */
  color:#333;
}
body::after{
  content: '';
  background: -moz-linear-gradient(right,rgba(255,255,255,.8), rgba(180,180,180, .8));
  background: -webkit-linear-gradient(right,rgba(255,255,255,.8), rgba(180,180,180, .8));
  background: linear-gradient(to left,rgba(255,255,255,.8), rgba(180,180,180, .8));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main{
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 500px;
  height: 590px;
  border-radius: 40px;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.login_fv{
  z-index: 1;
  padding-top: 54.6px;
  position: relative;
}
.login_fv h1{
  width: 223.01px;
  margin: 0 auto;
  margin-bottom: 30px;
}
input[type="email"]{
  width: 100%;
  padding-left: 60px;
  font-size: 16px;
  letter-spacing: 0.05em;
  /* color: #736639; */
  color:#333;
}
input[type="email"]:focus{
  outline: 0;
}
.pass{
  margin-top: 21px;
}
input[type="password"]{
  width: 100%;
  padding-left: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
  /* color: #736639; */
  color:#333;
}
input[type="password"]:focus{
  outline: 0;
}
input::placeholder {
  /* color: #736639; */
  color:#333;
}
.email-input{
  display: flex;
  border-radius: 23px;
  width: 100%;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  height: 46px;
  border: none;
  height: 46px;
  border: none;
  background-color: rgb(115,102,57,0.15);
  border-radius: 40px;
  /* color: #736639; */
  color:#333;
}
.password-input{
  display: flex;
  border-radius: 23px;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 9.5px;
  height: 46px;
  border: none;
  background-color: rgb(115,102,57,0.15);
  border-radius: 40px;
  position: relative;
  /* color: #736639; */
  color:#333;
}
.inner-item{
  display: flex;
  justify-content: center;
  /* margin-top: 47px; */

}
.inner-item .mail-icon{
  position: absolute;
  width: 21.17px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 21.4px;
}
.inner-item .pass-icon{
  position: absolute;
  width: 21.17px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 21.4px;
}
/* reset */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.foget{
  font-size: 14px;
  letter-spacing: 0.05em;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  text-align: right;
}
.foget a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* color: #736639; */
  color:#333;
}
.foget .arrow-right{
  font-size: 20px;
  margin-left: 5px;
  padding-top: 3px;
}
.sign-in{
  width: 220px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #39A79C; */
  background-color:#333;
  color: #fff;
  font-family: "login",sans-serif;
  letter-spacing: 0.3em;
  font-size: 24px;
  /* padding-bottom: 5px; */
  margin-top: 25px;
}
.sign-in .sign-in-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  cursor:pointer;
}
.ngtext {
  text-align:center;
  font-size:125%;
  font-weight:bold;
  color:#f00;
  padding-bottom:10px;
}
.new_account{
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 42px;
  padding-top: 32.9px;
  line-height: 1.5;
}
.new_account span a{
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  /* color: #736639; */
  color:#333;
}
.new_account::before{
  content:"";
  display:block;
  width:90%;
  height:2px;
  /* background-color:#736639; */
  background-color:#333;
  position:absolute;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
}
.close{
  position: absolute;
  top: 15px;
  right: 22px;
}
.close a{
  font-size: 30px;
  color: rgb(115,102,57,0.5);
}
.reason{
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  /* color: #736639; */
  color:#333;
}
.arrow_down{
  text-align: center;
  margin: 4px auto 6px auto;
  font-size: 20px;
  /* color: #736639; */
  color:#333;
}
@media (max-width: 600px) {
  .main{
    width: 90%;
  }
  .email-input{
    width: 90%;
  }
  .password-input{
    width: 90%;
  }
  .foget{
    width: 90%;
  }
  .inner-item{
    margin-top: 20px;
  }
}