.login_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.login_wrap .inner {
  width: 560px;
  position: absolute;
  top: calc(50% - 350px);
  left: calc(50% - 250px);
  padding: 40px;
  border: 1px solid #26a69a;
  border-radius: 4px;
  text-align: center;
  background-color: #ffffff;
}
.login_wrap .inner .ttl {
  font-size: 130%;
  color: #26a69a;
  text-align: center;
}
.login_wrap .login_area, .login_wrap .regist_area {
  display: none;
  width: 500px;
  height: auto;
  top: calc(50% - 230px);
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
}
.login_wrap .login_area #login_box, .login_wrap .login_area #password_reset_box, .login_wrap .login_area #regist_box, .login_wrap .regist_area #login_box, .login_wrap .regist_area #password_reset_box, .login_wrap .regist_area #regist_box {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 30px 50px 40px;
  text-align: center;
  background-color: #ffffff;
}
.login_wrap .login_area #login_box input, .login_wrap .login_area #password_reset_box input, .login_wrap .login_area #regist_box input, .login_wrap .regist_area #login_box input, .login_wrap .regist_area #password_reset_box input, .login_wrap .regist_area #regist_box input {
  border: 1px solid #dddddd;
  width: 100%;
  border-radius: 4px;
  padding: 5px 10px;
  outline: 2;
  font-weight: normal;
  height: 40px;
  background-color: #ffffff;
  margin: 10px 0 0;
}
.login_wrap .login_area #login_box input:placeholder-shown, .login_wrap .login_area #password_reset_box input:placeholder-shown, .login_wrap .login_area #regist_box input:placeholder-shown, .login_wrap .regist_area #login_box input:placeholder-shown, .login_wrap .regist_area #password_reset_box input:placeholder-shown, .login_wrap .regist_area #regist_box input:placeholder-shown {
  color: #c0c0c0;
}
.login_wrap .login_area #login_box input::-webkit-input-placeholder, .login_wrap .login_area #password_reset_box input::-webkit-input-placeholder, .login_wrap .login_area #regist_box input::-webkit-input-placeholder, .login_wrap .regist_area #login_box input::-webkit-input-placeholder, .login_wrap .regist_area #password_reset_box input::-webkit-input-placeholder, .login_wrap .regist_area #regist_box input::-webkit-input-placeholder {
  color: #c0c0c0;
}
.login_wrap .login_area #login_box input:-moz-placeholder, .login_wrap .login_area #password_reset_box input:-moz-placeholder, .login_wrap .login_area #regist_box input:-moz-placeholder, .login_wrap .regist_area #login_box input:-moz-placeholder, .login_wrap .regist_area #password_reset_box input:-moz-placeholder, .login_wrap .regist_area #regist_box input:-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.login_wrap .login_area #login_box input::-moz-placeholder, .login_wrap .login_area #password_reset_box input::-moz-placeholder, .login_wrap .login_area #regist_box input::-moz-placeholder, .login_wrap .regist_area #login_box input::-moz-placeholder, .login_wrap .regist_area #password_reset_box input::-moz-placeholder, .login_wrap .regist_area #regist_box input::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
.login_wrap .login_area #login_box input:-ms-input-placeholder, .login_wrap .login_area #password_reset_box input:-ms-input-placeholder, .login_wrap .login_area #regist_box input:-ms-input-placeholder, .login_wrap .regist_area #login_box input:-ms-input-placeholder, .login_wrap .regist_area #password_reset_box input:-ms-input-placeholder, .login_wrap .regist_area #regist_box input:-ms-input-placeholder {
  color: #c0c0c0;
}
.login_wrap .login_area #login_box button, .login_wrap .login_area #password_reset_box button, .login_wrap .login_area #regist_box button, .login_wrap .regist_area #login_box button, .login_wrap .regist_area #password_reset_box button, .login_wrap .regist_area #regist_box button {
  width: 100%;
  height: 45px;
  color: #ffffff;
  text-align: center;
  font-size: 110%;
  font-weight: normal;
  background-color: #dddddd;
  border: none;
  cursor: default;
  margin-top: 10px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
.login_wrap .login_area #login_box .msg, .login_wrap .login_area #password_reset_box .msg, .login_wrap .login_area #regist_box .msg, .login_wrap .regist_area #login_box .msg, .login_wrap .regist_area #password_reset_box .msg, .login_wrap .regist_area #regist_box .msg {
  color: red;
  font-size: 90%;
}
.login_wrap .login_area #login_box .ttl, .login_wrap .login_area #password_reset_box .ttl, .login_wrap .login_area #regist_box .ttl, .login_wrap .regist_area #login_box .ttl, .login_wrap .regist_area #password_reset_box .ttl, .login_wrap .regist_area #regist_box .ttl {
  color: #26a69a;
  margin: 0px 0 20px;
  font-size: 130%;
}
.login_wrap .login_area .comp_box, .login_wrap .regist_area .comp_box {
  min-height: 274px;
  display: none;
  text-align: center;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 60px 50px 40px;
  text-align: center;
  background-color: #ffffff;
}
.login_wrap .login_area .comp_box .ttl, .login_wrap .regist_area .comp_box .ttl {
  font-size: 100% !important;
  line-height: 2;
  margin-bottom: 30px;
}
.login_wrap .login_area .comp_box .txt, .login_wrap .regist_area .comp_box .txt {
  font-size: 90%;
  color: #999;
}
.login_wrap .login_area .comp_box .link, .login_wrap .regist_area .comp_box .link {
  color: #26a69a;
  cursor: pointer;
  display: block;
  margin-top: 40px;
}
.login_wrap .login_area .comp_box .link:hover, .login_wrap .regist_area .comp_box .link:hover {
  text-decoration: underline;
}
.login_wrap .login_area .bt_close, .login_wrap .regist_area .bt_close {
  height: 40px;
  width: 40px;
  display: block;
  position: relative;
  right: -480px;
  top: 20px;
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 2px solid #26a69a;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.login_wrap .login_area .bt_close:before, .login_wrap .login_area .bt_close:after, .login_wrap .regist_area .bt_close:before, .login_wrap .regist_area .bt_close:after {
  content: '';
  height: 3px;
  width: 16px;
  display: block;
  background: #26a69a;
  position: absolute;
  top: 13px;
  left: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.login_wrap .login_area .bt_close:after, .login_wrap .regist_area .bt_close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.login_wrap .login_area .bt_close:hover, .login_wrap .regist_area .bt_close:hover {
  background-color: #26a69a;
}
.login_wrap .login_area .bt_close:hover:before, .login_wrap .login_area .bt_close:hover:after, .login_wrap .regist_area .bt_close:hover:before, .login_wrap .regist_area .bt_close:hover:after {
  background: #ffffff;
}
.login_wrap .login_area #login_box, .login_wrap .regist_area #login_box {
  display: block;
}
.login_wrap .login_area #password_reset_box, .login_wrap .regist_area #password_reset_box {
  display: none;
}
.login_wrap .login_area #bt_password_reset, .login_wrap .login_area #back_to_login, .login_wrap .regist_area #bt_password_reset, .login_wrap .regist_area #back_to_login {
  margin-top: 20px;
}
.login_wrap .sns_area li {
  text-align: center;
  font-size: 60%;
  color: #333333;
  width: 280px;
  margin: 30px auto 0;
}
.login_wrap .sns_area li a {
  border-radius: 4px;
  position: relative;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin: 10px 0 5px;
  padding-left: 10px;
}
.login_wrap .sns_area li .bt_line {
  background-color: #00b900;
  background-image: url(../img/ico_line.png);
}
.login_wrap .sns_area li .bt_fb {
  background-color: #3b5998;
  background-image: url(../img/ico_fb.png);
  background-size: 25px;
  background-position: 5px 10px;
}
.login_wrap .sns_area li .bt_tw {
  background-color: #55acee;
  background-image: url(../img/ico_tw.png);
  background-size: 25px;
}
.login_wrap .sns_notes {
  width: 100%;
  font-size: 80%;
  margin-top: 10px;
}
.login_wrap .link_area {
  width: 100%;
  margin-top: 30px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: -moz-flex;
  -moz-justify-content: center;
  display: -ms-flex;
  -ms-justify-content: center;
  display: -o-flex;
  -o-justify-content: center;
  display: flex;
  justify-content: center;
}
.login_wrap .link_area li {
  width: 180px;
}

.arrow {
  text-align: left;
  color: #26a69a;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow:hover {
  text-decoration: underline;
}
.arrow:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #26a69a;
  border-radius: 50%;
  position: absolute;
  top: 48%;
  left: 0;
  margin-top: -7px;
}
.arrow:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
}

.bt_login {
  width: 80px;
  line-height: 25px;
  font-size: 90%;
  color: #26a69a;
  text-align: center;
  background-color: #ffffff;
  letter-spacing: 0;
  border: 2px solid #26a69a;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
.bt_login:hover {
  background-color: #26a69a;
  color: #ffffff;
}

.login_overlay, .regist_overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  cursor: pointer;
}

body.login main {
  background: url(../img/top_capture_blur.png) no-repeat center top fixed;
  background-size: cover;
}
body.login main .login_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  background: none;
}
body.login main .login_wrap:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: -10px;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
body.login main .login_wrap .inner {
  width: 100%;
  position: absolute;
  top: calc(50% - 180px);
  left: 0;
  background: none;
  padding: 0px;
  border: none;
}
body.login main .login_wrap .inner .txt_area .clip_txt {
  width: 100%;
  color: rgba(255, 255, 255, 0);
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  position: relative;
  background: url(../img/top_capture_blur_b.png) no-repeat center top fixed;
  background-size: cover;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}
@-moz-document url-prefix() {
  body.login main .login_wrap .inner .txt_area .clip_txt {
    color: #26a69a;
    background: none;
  }
}
@supports (-ms-ime-align: auto) {
  body.login main .login_wrap .inner .txt_area .clip_txt {
    color: #26a69a;
  }
}
body.login main .login_wrap .inner .txt_area .small {
  font-size: 18px;
  margin: 10px 0;
}
body.login main .login_wrap .inner .sns_area {
  width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: -moz-flex;
  -moz-justify-content: center;
  display: -ms-flex;
  -ms-justify-content: center;
  display: -o-flex;
  -o-justify-content: center;
  display: flex;
  justify-content: center;
}
body.login main .login_wrap .inner .link_area {
  width: 100%;
  margin-top: 30px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: -moz-flex;
  -moz-justify-content: center;
  display: -ms-flex;
  -ms-justify-content: center;
  display: -o-flex;
  -o-justify-content: center;
  display: flex;
  justify-content: center;
}
body.login main .login_wrap .inner .link_area li {
  width: 180px;
}
