@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/*$point03: linear-gradient(90deg, #ebeced 0%, #fffeea 25%, #e0dacf 55%, #f4f4f4 75%, #e1dec6 100%);*/
/*$point03: linear-gradient(90deg, #b3975f 0%, #fbf5c2 25%, #cab059 70%, #fbf5c2 100%);*/
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
/* limited
*****************************************************************/
.limited {
  text-align: center;
  padding: 80px 0 100px;
  background: url("../../common/images/bg_limited.png") repeat top left/auto, linear-gradient(90deg, #b92d29 0%, #5e1214 100%);
}
@media all and (max-width: 896px) {
  .limited {
    padding: 50px 0 80px;
  }
}
.limited .area_limited {
  max-width: 1000px;
}
.limited .ttl_limited {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.2;
  background: -webkit-linear-gradient(0deg, #e5b84a 0%, #f8e794 20%, #e4a04d 65%, #e5b84a 100%);
  /* 背景色にグラデーションを指定 */
  -webkit-background-clip: text;
  /* テキストで切り抜く */
  -webkit-text-fill-color: transparent;
  /* 切り抜いた部分は背景を表示 */
}
@media all and (max-width: 896px) {
  .limited .ttl_limited {
    font-size: 3.8rem;
  }
}
.limited .decoration_ttl {
  padding-top: 10px;
}
.limited .copy_limited {
  font-size: 2.8rem;
  color: #fff;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .limited .copy_limited {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.limited .sec_limited {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .limited .sec_limited {
    margin-top: 30px;
  }
}
.limited .txt_limited {
  color: #fff;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .limited .txt_limited {
    font-size: 1.8rem;
  }
}
.limited .txt_attention {
  color: #ffe500;
  margin-bottom: 30px;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .limited .txt_attention {
    font-size: 1.8rem;
  }
}
.limited .block_password {
  margin-top: 60px;
}
.limited .ttl_password {
  font-size: 2.8rem;
  background: -webkit-linear-gradient(0deg, #e5b84a 0%, #f8e794 20%, #e4a04d 65%, #e5b84a 100%);
  /* 背景色にグラデーションを指定 */
  -webkit-background-clip: text;
  /* テキストで切り抜く */
  -webkit-text-fill-color: transparent;
  /* 切り抜いた部分は背景を表示 */
  padding-bottom: 20px;
  position: relative;
}
@media all and (max-width: 896px) {
  .limited .ttl_password {
    font-size: 2.2rem;
  }
}
.limited .ttl_password::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #e5b84a 0%, #f8e794 20%, #e4a04d 65%, #e5b84a 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.limited .btn_members, .limited .btn_request {
  max-width: 400px;
  margin: 0 auto;
}
.limited .btn_members > a, .limited .btn_request > a {
  box-sizing: border-box;
  padding: 10px 15px;
  display: block;
  background: linear-gradient(90deg, #e5b84a 0%, #f8e794 20%, #e4a04d 65%, #e5b84a 100%);
  font-size: 2.4rem;
  font-weight: 400;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .limited .btn_members > a, .limited .btn_request > a {
    font-size: 2rem;
  }
}
.limited .btn_members > a {
  padding: 15px;
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .limited .btn_members > a {
    font-size: 2.2rem;
  }
}
.limited .btn_request {
  margin-top: 20px;
}
.limited form {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.limited input {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .limited input {
    font-size: 1.6rem;
  }
}
.limited input.pwin {
  box-sizing: border-box;
  padding: 10px;
  width: 200px;
}
.limited input.btn_ent {
  box-sizing: border-box;
  padding: 10px;
  background: linear-gradient(90deg, #f8e794 10%, #ecbd6b 100%);
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
