@charset "UTF-8";
.sub_head {
    margin: 0 auto 0px;
}
@media (max-width: 1024px) {
}
.bg01 {
  background: url(../images/top/bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0;
  position: relative;
}


@media (max-width: 1024px) {
}
.login-form_lead {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 100px;
}
.login-form_lead h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 20px;
}
.login-form_lead p {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {

  .login-form_lead {
  padding: 0px 20px 30px;
}
.login-form_lead h4 {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.login-form_lead p {
  font-size: 14px;
  letter-spacing: 0;
}
}



.login-form_bg {
  padding: 0 0 0px;
}
.login-form {
  max-width: 960px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between; /* 左右に並べる */
  align-items: stretch;
  gap: 40px; /* 間隔 */
}
.login-left,
.login-right {
  flex: 1; /* 均等に幅を取る */
  height: 300px;
  box-sizing: border-box;
  border: 2px solid #cccccc;
  background-color: #fff;
  position: relative;
}

/* ボタンを下端に固定 */
.login-left form {
  height: 100%;
  position: relative;
}

.login-form > div h4 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  top: 20px;
  width: 100%;
  position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
}
.login-form .form_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  width: calc(100% - 40px);
}
.login-form .form_wrap .form_txt {
  width: 30%;
}
.login-form .form_wrap .form_input {
  width: 70%;
}
.login-form .form_wrap .form_input input {
  padding: 0 1rem;
  border: 0.2rem solid #ccc;
  width: 100%;
  height: 3rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #ececec;
}
.form_btn,.btn_form {
  width: calc(100% - 40px);
  margin: 20px auto 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
}


form .error{
display: none;
}
.error{
text-align: center;
margin: 0 auto 30px;
padding: 0 20px;
}

.form_btn.disabled {
    pointer-events: none; /* クリック不可 */
    opacity: 0.5;
}
.form_btn a,.form_btn input {
  font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", serif;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  background-color: #c16c3a;
}

.login-right p{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  width: calc(100% - 40px);
  font-size: 1rem;
    color: #000;
    margin: 0;
}
.btn_form {
  background: #b3993e;
    color: #fff;
  padding: 1.5rem 0;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
}
.btn_form a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  line-height: 1rem;
}
@media screen and (max-width: 1024px) {

  .login-form {
    max-width: 100%;
    padding:  0 20px;
    margin: 0 auto;
    display: block;
    gap: 40px;
}
.login-form .form_wrap {
    display: block;
}


.login-form > div h4 {
    font-size: 1.4rem;
    
}
.login-right{
  margin-top: 30px;
}
}


/* limitrd/contents.html用style */
.special-links {
  max-width: 960px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto 0;
}

.special-btn {
    margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background: #b3993e;
  transition: all 0.35s ease;
}

.special-btn{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0px;
}

.link_txt{
  padding: 40px 20px;

  position: relative;
}

.link_txt::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #fff;
  pointer-events: none;
}
.special-btn-en {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.special-btn-ja {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.cap_wrap {
    background-color: transparent;
}

@media screen and (max-width: 1024px) {
.special-links {
  padding: 0 20px;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
    .cap_wrap .cap {
        padding: 0 20px;
    }
}