@charset "UTF-8";
body {
  background: -webkit-radial-gradient(50% 0, circle, rgba(214, 234, 238, 0.5), rgba(211, 235, 239, 0.7) 33%);
  background: -moz- oldradial-gradient(50% 0, circle, rgba(214, 234, 238, 0.5), rgba(211, 235, 239, 0.7) 33%);
  background: -o-radial-gradient(50% 0, circle, rgba(214, 234, 238, 0.5), rgba(211, 235, 239, 0.7) 33%);
  background: radial-gradient(circle at 50% 0, rgba(214, 234, 238, 0.5), rgba(211, 235, 239, 0.7) 33%);
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.login-header {
  padding: 24px 30px;
}

.login-header__logo img {
  width: 153px;
}

.login-content {
  font-family: "Hiragino Sans", sans-serif;
  max-width: 480px;
  height: 556px;
  margin-bottom: 32px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  /* ワクワク公式アプリ */
  /* ボタン */
}

.login-content__tab {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.5);
}

.login-content__tab:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.login-content__tab label {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  pointer-events: auto;
}

.login-content__tab label:hover {
  color: rgba(0, 0, 0, 0.6);
}

.login-content .margin_top {
  margin-top: 10px;
}

.login-content .margin_left {
  margin-left: 10px;
}

.login-content__body {
  display: none;
  background: #fff;
  height: 406px;
  /* ログイン */
  /* 新規登録 */
}

.login-content__body .login-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0 0;
  line-height: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 276px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: rgba(249, 150, 177, 0.1);
  padding: 12px;
}

.login-content__body .login-error img {
  width: 16px;
  margin-right: 12px;
}

.login-content__body .login-error__text {
  color: #e3587e;
}

.login-content__body .login-form {
  width: 300px;
}

.login-content__body .login-form-parts__input_text {
  width: 278px;
  height: 40px;
  padding: 0 10px;
  line-height: 38px;
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.login-content__body .login-form-parts__check {
  line-height: 46px;
  color: #4a4a4a;
}

.login-content__body .login-form-parts__check input {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url("/img/renewal_login/icon_check_off.svg") no-repeat;
  -moz-background-size: 14px;
    -o-background-size: 14px;
       background-size: 14px;
  vertical-align: middle;
}

.login-content__body .login-form-parts__check input:checked {
  background: url("/img/renewal_login/icon_check_on.svg") no-repeat;
}

.login-content__body .login-form-parts__check label {
  vertical-align: middle;
}

.login-content__body .login-form-parts__link {
  line-height: 46px;
  margin-bottom: 8px;
}

.login-content__body .login-form-parts__link a {
  margin-left: 36px;
  color: rgba(0, 0, 0, 0.6);
}

.login-content__body .login-form-parts__link a:first-child {
  margin-left: 8px;
}

.login-content__body .login-form-parts__link a:hover {
  color: #f884a3;
}

.login-content__body .login-form-parts__text {
  text-align: center;
}

.login-content__body .registration-form-parts__top-text {
  text-align: center;
  margin-bottom: 34px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

.login-content__body .registration-form-parts__btn {
  display: inline-block;
  width: 144px;
}

.login-content__body .registration-form-parts__text {
  text-align: center;
}

.login-content__body .registration-form-parts__fb {
  margin-top: 26px;
}

.login-content__footer {
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  height: 100px;
}

.login-content__footer-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(155, 159, 166, 0.05);
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}

.login-content__footer .wakuwaku_app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-content__footer .wakuwaku_app-appstore img {
  width: 82px;
  height: 24px;
}

.login-content__footer .wakuwaku_app-android img {
  width: 80px;
  height: 24px;
}

.login-content__footer .wakuwaku_app__image {
  margin-right: 16px;
}

.login-content__footer .wakuwaku_app__image img {
  width: 50px;
}

.login-content__footer .wakuwaku_app__text {
  font-size: 13px;
}

.login-content__footer .wakuwaku_app__list {
  font-size: 0;
}

.login-content__footer .wakuwaku_app__list img {
  display: block;
}

.login-content__footer .wakuwaku_app__list > li {
  font-size: 16px;
  display: inline-block;
}

.login-content__footer .wakuwaku_app__list > li + li {
  margin-top: 4px;
  margin-left: 4px;
}

.login-content .btn {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  color: #fff;
  font-weight: 600;
}

.login-content .btn:hover {
  opacity: 0.85;
}

.login-content .btn--submit {
  background: #f884a3;
}

.login-content .btn--fb {
  background: #1877f2;
}

.login-content .btn--fb:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -4px 12px 0 0;
  background: url("/img/renewal_login/icon_facebook.svg") no-repeat;
  vertical-align: text-top;
}

.login-content .btn--male {
  padding: 10px;
  font-size: 14px;
}

.login-content .btn--male:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url("/img/renewal/icon_male@3x.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  vertical-align: text-top;
}

.login-content .btn--female {
  padding: 10px;
  font-size: 14px;
}

.login-content .btn--female:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url("/img/renewal/icon_female@3x.png") no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  vertical-align: text-top;
}

/* タブ切り替え */
#login-content__tab-login:checked ~ #contents-login, #login-content__tab-registration:checked ~ #contents-registration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login-content__tab-login, #login-content__tab-registration {
  display: none;
}

#login-content__tab-login_label {
  -webkit-border-radius: 10px 0 10px 0;
     -moz-border-radius: 10px 0 10px 0;
          border-radius: 10px 0 10px 0;
  -webkit-box-shadow: 0 10px 0 0 #fff;
     -moz-box-shadow: 0 10px 0 0 #fff;
          box-shadow: 0 10px 0 0 #fff;
}

#login-content__tab-login:checked ~ .login-content__tab #login-content__tab-login_label {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  -webkit-border-radius: 10px 10px 10px 0;
     -moz-border-radius: 10px 10px 10px 0;
          border-radius: 10px 10px 10px 0;
  pointer-events: none;
}

#login-content__tab-registration_label {
  -webkit-border-radius: 0 10px 0 10px;
     -moz-border-radius: 0 10px 0 10px;
          border-radius: 0 10px 0 10px;
  -webkit-box-shadow: 0 10px 0 0 #fff;
     -moz-box-shadow: 0 10px 0 0 #fff;
          box-shadow: 0 10px 0 0 #fff;
}

#login-content__tab-registration:checked ~ .login-content__tab #login-content__tab-registration_label {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  -webkit-border-radius: 10px 10px 0 10px;
     -moz-border-radius: 10px 10px 0 10px;
          border-radius: 10px 10px 0 10px;
  pointer-events: none;
}

/*# sourceMappingURL=pc_login.css.map */
