@charset "UTF-8";
html {
  font-size: 62.5%;
  line-height: 1;
  font-weight: 400;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.login-password-protected #login {}
.login-password-protected {
  min-height: 100vh;
  background: #000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: #fff;
}
/* 背景（JSが ::before/::after に画像を入れる） */
.login-password-protected::before, .login-password-protected::after {
  content: "";
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: 0;
}
.login-password-protected::after {
  opacity: 0;
  transition: opacity 1.6s ease;
}
.login-password-protected.pp-fadein::after {
  opacity: 1;
}
/* 暗幕 */
.login-password-protected .pp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
}
/* 中央のログイン枠 */
.login-password-protected #login {
  width: min(520px, 86vw);
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
/* ロゴ（文字） */
.login-password-protected #login h1 a {
  background: none !important;
  text-indent: 0;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 34px;
  line-height: 1;
  letter-spacing: .18em;
  color: #fff !important;
  font-weight: 300;
}
/* フォーム枠を透明に */
.login-password-protected #loginform {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 30px 0 0;
}
/* 入力欄（白線） */
.login-password-protected #password_protected_pass {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  border-radius: 0 !important;
  color: #fff !important;
  height: 70px;
  padding: 0 2rem;
  box-shadow: none !important;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
/* placeholder色 */
.login-password-protected #password_protected_pass::placeholder {
  color: rgba(255, 255, 255, 1);
  letter-spacing: .08em;
}
/* 目アイコン（パス表示） */
.login-password-protected #pp-hide-show-password {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  color: #fff !important;
  height: 54px;
  border-left: none !important;
  border-radius: 0 !important;
}
/* ボタン */
.login-password-protected #wp-submit {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 120%;
  padding: 0 2rem;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-weight: 300;
  letter-spacing: .18em;
  box-shadow: none !important;
  text-shadow: none !important;
}
/* ボタン下テキスト */
.login-password-protected .pp-below-text {
  text-align: center;
  line-height: 2em;
  font-size: 1.4rem;
}
.login-password-protected .pp-below-title {
  text-align: center;
}
#pp-hide-show-password {
  display: none;
}
.pp-form-group {
  position: relative;
}
.submit {
  position: absolute;
  top: 0;
  right: 0;
}
.pp-gate-title {
  margin-bottom: 5rem;
}
.pp-gate-title .b {
  font-size: 3rem;
  display: block;
  line-height: 1em;
}
.pp-gate-title .s {
  font-size: 1.6rem;
  display: block;
  line-height: 1em;
  margin-top: 1rem;
}
.login-password-protected .pp-below-text {
  margin-top: 1rem;
}
input::placeholder {
  opacity: 1;
  color: #fff;
}
.login .notice-error {
  color: #d63638;
}
@media screen and (max-width: 767px) {
  #login form p {
    text-align: left;
  }
  .login-password-protected {
    height: 100svh !important;
  }
}