* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 0.75rem;
  padding-bottom: 100px;
}
.loginback {
  width: 100%;
  margin-top: 10%;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loginback .textbox {
  text-align: center;
}

.loginback .textbox h1 {
  font-weight: normal;
  font-family: notom;
  font-size: 2.5em;
  word-break: keep-all;
}

.loginback .textbox p {
  margin: 1em 0;
  font-size: 1.1em;
  font-family: notor;
  letter-spacing: -1px;
  margin-bottom: 3em;
  word-break: keep-all;
}

.loginback .textbox a {
  border: 1px solid #dfdfdf;
  padding: 1em 2em;
  background: #fafafa;
  font-family: notom;
  font-size: 1.2em;
  margin: 0px 0.2em;
  border-radius: 0.5em;
  transition: all 0.3s;
}
.loginback .textbox a:hover {
  background: #3180d9;
  border: 1px solid #3180d9;
  color: #fff;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.loginback .vim {
  width: 90%;
  max-width: 800px;
  border: 1px solid #efefef;
  margin: 3em;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contWrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.register {
  margin: 3em 0;
}
.form_01 {
  font-family: notom;
}
.form_01 input {
  font-family: notom;
}
#register_form h2 {
  font-family: notob;
}
#register_form span.selicense {
  margin: 0 20px 0 5px;
}
#register_form select {
  width: 50%;
  font-family: notom;
  padding: 7px 0;
  border: 1px solid #dfdfdf;
}

.paym h1 {
  font-family: notob !important;
  font-weight: normal;
  font-size: 1.3em;
}
.hdn {
  display: none;
}

.loginBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;

  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
}
.loginBox .loginset {
  width: 90%;
  max-width: 500px;
  border: 1px solid #dfdfdf;
  background: #fff;
  position: relative;
  font-family: notom !important;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.loginBox .loginset .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  cursor: pointer;
  text-align: Center;
  line-height: 50px;
  right: 0;
  z-index: 999;
}

.headtop {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 100px;
  padding: 0 30px;
  box-sizing: border-box;
}
.headtop .htitle {
  float: left;
  font-family: notob;
  font-size: 2em;
  cursor: pointer;
}
.headtop .state {
  float: right;
}

@media screen and (max-width: 680px) {
  .loginback .textbox h1 {
    font-weight: normal;
    font-family: notom;
    font-size: 2em;
    word-break: keep-all;
  }

  .headtop {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 80px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .headtop .htitle {
    font-family: notob;
    font-size: 2em;
    display: block;
  }
}
