@charset "UTF-8";
.pre-inc {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  position: relative;
  padding-bottom: 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc {
    width: 100%;
    position: relative;
  }
}
.pre-inc h4 {
  font-size: min(5.5vw, 30px);
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.pre-inc .limited_base {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-image: url(../images/limited/limited_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pre-inc .limited_base {
    height: auto;
    padding: 40px 0;
    background-image: url(../images/limited/limited_bg_sp.jpg);
  }
}
.pre-inc .limited_base .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
}
.pre-inc .limited_base .login_wrapp {
  width: 98%;
  position: relative;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);*/
  z-index: 2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .limited_base .login_wrapp {
    height: auto;
    position: relative;
    width: 98%;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
  }
}
.pre-inc .limited_base .login_wrapp h3 {
  font-size: min(6.5vw, 50px);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.pre-inc .limited_base .login_wrapp h3 span {
  display: block;
  font-size: 50%;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0em;
}
.pre-inc .limited_base .login_wrapp .login_text {
  line-height: 200%;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .limited_base .login_wrapp .login_text {
    font-size: min(2.7vw, 14px);
  }
}
.pre-inc .limited_base .login_wrapp .loginFormBox {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.pre-inc .limited_base .login_wrapp .loginFormBox .pass {
  width: 100%;
  height: 44px;
  color: #333;
  text-align: left;
  background: #fff;
  box-sizing: content-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
  margin: 0 auto 30px;
  border: none;
}
.pre-inc .limited_base .login_wrapp .loginFormBox .pass input {
  width: 100%;
  text-align: center;
  padding: 0.9em;
  background-color: #FFFFFF;
  border-style: none;
  box-sizing: border-box;
  font-size: 20px;
}
.pre-inc .limited_base .login_wrapp .loginFormBox .pass input::placeholder {
  color: #ccc;
}
.pre-inc .limited_base .login_wrapp .loginFormBox .signin button {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 50px;
  text-align: center;
  background: #666666;
  padding: 5px;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pre-inc .limited_base .login_wrapp .loginFormBox .signin button:hover {
  opacity: 0.8;
  letter-spacing: 0.4em;
}
.pre-inc .open_contents {
  background: #fff;
  padding: 60px 0;
}
.pre-inc .open_contents ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .open_contents ul {
    width: 80%;
    display: block;
  }
}
.pre-inc .open_contents ul li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .open_contents ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pre-inc .open_contents ul li figure {
  position: relative;
}
.pre-inc .open_contents ul li figure .new {
  position: absolute;
  font-size: 12px;
  padding: 0.6em 1em;
  line-height: 1;
  background: #ef1212;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 4;
}
.pre-inc .open_contents ul li .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 11px;
  text-shadow: 0 0 15px #000000, 0 0 15px #000000, 0 0 15px #000000;
}
.pre-inc .open_contents ul li .cap.bk {
  color: #000;
  font-size: 11px;
  text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff;
}
.pre-inc .open_contents ul li h5 {
  font-size: min(3.3vw, 30px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #2e3192;
}
@media screen and (max-width: 767px) {
  .pre-inc .open_contents ul li h5 {
    font-size: min(7vw, 70px);
  }
}
.pre-inc .open_contents ul li p {
  font-size: min(1.6vw, 20px);
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pre-inc .open_contents ul li p {
    font-size: min(3.5vw, 20px);
  }
}
.pre-inc .open_contents ul li p sup {
  font-size: 60%;
}
.pre-inc .after_contents {
  background: #e8e8f3;
  padding: 60px 0;
  text-align: center;
}
.pre-inc .after_contents ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.pre-inc .after_contents ul li {
  width: 32%;
  text-align: center;
  font-size: min(6vw, 40px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #2e3192;
  border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .pre-inc .after_contents ul li {
    width: 80%;
    border-right: none;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.pre-inc .after_contents ul li:last-child {
  border-right: none;
}
.pre-inc .after_contents ul li span {
  display: block;
  font-size: min(3.5vw, 20px);
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0em;
  color: #000;
  font-weight: 600;
}
.pre-inc .after_contents ul li span sup {
  font-size: 60%;
}
.pre-inc .flow_contents {
  background: #e8e8f3;
  padding: 60px 0;
  text-align: center;
}
.pre-inc .flow_contents .flow_image {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 80px;
}
.pre-inc .flow_contents .entry_title {
  color: #2e3192;
  font-size: min(5.3vw, 30px);
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 20px;
}
.pre-inc {
  /********トップページコンテンツ*********/
}
.pre-inc .lm_top_contents {
  padding: 0px 0;
}
.pre-inc .lm_top_contents ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .lm_top_contents ul {
    width: 80%;
    display: block;
  }
}
.pre-inc .lm_top_contents ul li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .lm_top_contents ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pre-inc .lm_top_contents ul li a {
  color: #fff;
  display: block;
  position: relative;
}
.pre-inc .lm_top_contents ul li a:hover {
  opacity: 1;
}
.pre-inc .lm_top_contents ul li a:hover .link_icon {
  transform: scale(0.8);
  margin: 10px auto 0;
}
.pre-inc .lm_top_contents ul li figure {
  position: relative;
}
.pre-inc .lm_top_contents ul li .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 11px;
  text-shadow: 0 0 15px #000000, 0 0 15px #000000, 0 0 15px #000000;
}
.pre-inc .lm_top_contents ul li .cap.bk {
  color: #000;
  font-size: 11px;
  text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff;
}
.pre-inc .lm_top_contents ul li h5 {
  font-size: min(3.3vw, 30px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .lm_top_contents ul li h5 {
    font-size: min(7vw, 70px);
  }
}
.pre-inc .lm_top_contents ul li p {
  font-size: min(1.6vw, 20px);
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pre-inc .lm_top_contents ul li p {
    font-size: min(3.5vw, 20px);
  }
}
.pre-inc .lm_top_contents ul li p sup {
  font-size: 60%;
}
.pre-inc .lm_top_contents ul li .link_icon {
  width: 15%;
  margin: 10px auto 0;
  transition: all 1s ease-out;
}
.pre-inc {
  /***ボタン***/
}
.pre-inc .entry_bt {
  width: 70%;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pre-inc .entry_bt {
    width: 90%;
    max-width: 480px;
  }
}
.pre-inc .entry_bt a {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  background: #2e3192;
  font-family: "Oswald", sans-serif;
  font-size: min(6.8vw, 25px);
  padding: 15px;
  letter-spacing: -0.05em;
  line-height: 150%;
}
.pre-inc .entry_bt a::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(130%, -50%);
  z-index: 2;
  background-image: url(../images/top/button_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .pre-inc .entry_bt a::before {
    transform: translate(160%, -50%);
  }
}
.pre-inc .entry_bt a::after {
  background: #170445;
  border-radius: 50px;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: 1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.pre-inc .entry_bt a span {
  position: relative;
  z-index: 3;
}
.pre-inc .entry_bt a:hover {
  opacity: 1;
}
.pre-inc .entry_bt a:hover::after {
  opacity: 0.8;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.4s, transform 0.4s ease-in-out;
}
.pre-inc .entry_bt.general_bt {
  max-width: 400px;
}
.pre-inc .entry_bt.general_bt a {
  background: #4d4d4d;
  font-family: "Zen Kaku Gothic New";
  font-size: min(5.8vw, 20px);
  padding: 20px 10px;
  letter-spacing: 0.1em;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .pre-inc .entry_bt.general_bt a {
    font-size: min(3.8vw, 16px);
  }
}
.pre-inc .entry_bt.general_bt a::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(100%, -50%);
}
.pre-inc .entry_bt.general_bt a::after {
  background: #171718;
}
.pre-inc .lm_top_contents ul li .new {
  position: absolute;
  font-size: 12px;
  padding: 0.6em 1em;
  line-height: 1;
  background: #ef1212;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 4;
}
.pre-inc .lm_top_contents ul li a.csoon {
  pointer-events: none;
}
.pre-inc .lm_top_contents ul li.soon h5, .pre-inc .lm_top_contents ul li.soon p {
  color: #666;
}
.pre-inc .lm_top_contents ul li.soon .link_icon {
  opacity: 0.4;
}
.pre-inc .lm_top_contents ul li.soon figure {
  position: relative;
  display: block;
}
.pre-inc .lm_top_contents ul li div.soon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8117647059);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=limited_top.css.map */