.mv_text {
  width: 300px;
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mv_title {
  width: 55%;
  margin: 0 auto;
}
.mv_p1 {
  line-height: 1;
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.mv_p2 {
  line-height: 1.5;
  font-size: 12px;
  margin-top: 25px;
  text-align: center;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
@media (min-width: 580px) {
  .mv_text {
    bottom: auto;
    top: 17%;
    width: 400px;
  }
}
@media (min-width: 900px) {
  .mv_title {
    width: 300px;
  }
  .mv_p1 {
    font-size: 20px;
    margin-top: 40px;
  }
  .mv_p2 {
    margin-top: 40px;
    font-size: 14px;
  }
}

.passwd {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.passwd_input {
  display: block;
  width: 67.4418604651%;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  padding: 6px;
  text-align: center;
}
.passwd_submit {
  display: block;
  width: 30.2325581395%;
  background: #aa965c;
  color: #FFF;
}

.entry {
  margin-top: 30px;
}
.entry_a {
  margin: 12px auto 0;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  background: #830009;
  color: #FFF;
  width: 100%;
  max-width: 430px;
  height: 50px;
  line-height: 50px;
  box-shadow: 5px 5px 10px rgba(35, 24, 21, 0.75);
}