@charset "UTF-8";
.floating {
  animation: floating 5s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
  filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  transition: all 0.5s ease-in-out;
}

@keyframes floating {
  0% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
  50% {
    transform: translateY(15px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  }
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
}
.wrap {
  overflow: hidden;
}

.login_wrapp {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .login_wrapp {
    margin-bottom: 60px;
  }
}

.head_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 100px 0 110px;
  background: #fff url(../img/login_mv.webp) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  .head_wrapper {
    z-index: 3;
    padding: 90px 0 50px;
    background: #fff url(../img/login_mv_sp.webp) no-repeat center top/cover;
  }
}
.head_wrapper .head_bg_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.head_wrapper .head_bg_top::before, .head_wrapper .head_bg_top::after {
  content: "";
  position: absolute;
  top: 0;
}
.head_wrapper .head_bg_top::before {
  left: 0;
  width: 45vw;
  max-width: 520px;
  aspect-ratio: 520/250;
  background: url(../../limited/img/limited_mvBg01.webp) no-repeat center top/cover;
}
.head_wrapper .head_bg_top::after {
  right: 0;
  width: 45vw;
  max-width: 520px;
  aspect-ratio: 520/250;
  background: url(../../limited/img/limited_mvBg02.webp) no-repeat center top/cover;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_bg_top::before {
    width: 100%;
    max-width: inherit;
    aspect-ratio: 700/193;
    background: url(../../limited/img/limited_mvBg01_sp.png) no-repeat center top/cover;
  }
  .head_wrapper .head_bg_top::after {
    content: none;
  }
}
.head_wrapper .head_content {
  max-width: 655px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 30px 30px;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_content {
    padding: 25px 4% 5px;
  }
}
.head_wrapper .head_content .head_title {
  position: relative;
  font-size: 35px;
  margin-bottom: 10px;
  letter-spacing: 0.275em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.head_wrapper .head_content .head_title.contents_title {
  font-size: 35px;
  margin-bottom: 10px;
}
.head_wrapper .head_content .head_title.contents_title span {
  font-size: 0.6em;
  letter-spacing: 0.05em;
}
.head_wrapper .head_content .head_title span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  gap: 0.75em;
}
.head_wrapper .head_content .head_title span::before {
  position: static;
}
.head_wrapper .head_content .head_title span::after {
  position: static;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_content .head_title {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.15em;
  }
  .head_wrapper .head_content .head_title span {
    letter-spacing: 0.02em;
    gap: 0.5em;
  }
  .head_wrapper .head_content .head_title span::before, .head_wrapper .head_content .head_title span::after {
    width: 2.5em;
  }
}
.head_wrapper .head_content p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_content p {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.head_wrapper .head_content .loginFormBox {
  width: 100%;
  max-width: 400px;
  width: 80%;
  max-width: 610px;
  margin: 0 auto 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_content .loginFormBox {
    width: 90%;
  }
}
.head_wrapper .head_content .loginFormBox .loginForm {
  font-size: 2.1rem;
}
.head_wrapper .head_content .loginFormBox .form_area {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.head_wrapper .head_content .loginFormBox .loginForm .pass {
  width: 70%;
  height: 55px;
  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;
  border: none;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_content .loginFormBox .loginForm .pass {
    height: 40px;
  }
}
.head_wrapper .head_content .loginFormBox .loginForm .pass input {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0 20px;
  background-color: #f2f2f2;
  border-style: none;
  font-size: 16px;
  font-family: sans-serif;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_content .loginFormBox .loginForm .pass input {
    padding: 0 15px;
  }
}
.head_wrapper .head_content .loginFormBox .loginForm .pass input::placeholder {
  opacity: 0.5;
  line-height: 100%;
}
.head_wrapper .head_content .loginFormBox .loginForm .pass input:focus::-webkit-input-placeholder {
  color: transparent;
}
.head_wrapper .head_content .loginFormBox .loginForm .pass input:focus::-moz-placeholder {
  color: transparent;
}
.head_wrapper .head_content .loginFormBox .loginForm .pass input:focus::-ms-input-placeholder {
  color: transparent;
}
.head_wrapper .head_content .loginFormBox .loginForm .pass input:focus::placeholder {
  color: transparent;
}
.head_wrapper .head_content .loginFormBox .loginForm .login_button {
  width: 27%;
  height: 55px;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_content .loginFormBox .loginForm .login_button {
    height: 40px;
  }
}
.head_wrapper .head_content .loginFormBox .loginForm .login_button .lim_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 50px;
  text-align: center;
  background: #666;
  border: 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: var(--f-en);
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_content .loginFormBox .loginForm .login_button .lim_btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.head_wrapper .head_content .loginFormBox .loginForm .login_button .lim_btn:hover {
  background: #07518c;
}
.head_wrapper .head_caption {
  position: absolute;
  bottom: 0.75em;
  right: 1em;
  color: #222;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .head_wrapper .head_caption {
    bottom: 0.5em;
    right: 0.75em;
    font-size: 9px;
  }
}

.login_wrapp_in {
  position: relative;
  padding: 75px 0 85px;
  background: #f8f9fa;
}
@media only screen and (max-width: 768px) {
  .login_wrapp_in {
    padding: 30px 0 55px;
  }
}

.limited_contents {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 5% 55px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .limited_contents {
    padding: 20px 0 25px;
    margin: 0 5%;
  }
}
.limited_contents .head_title {
  position: relative;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.275em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.limited_contents .head_title span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  gap: 0.75em;
}
.limited_contents .head_title span::before {
  position: static;
}
.limited_contents .head_title span::after {
  position: static;
}
@media only screen and (max-width: 768px) {
  .limited_contents .head_title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
  .limited_contents .head_title span {
    letter-spacing: 0.02em;
    gap: 0.5em;
  }
  .limited_contents .head_title span::before, .limited_contents .head_title span::after {
    width: 2.5em;
  }
}
.limited_contents::after {
  content: "";
  position: absolute;
  bottom: max(-100px, -10vw);
  right: -15px;
  width: min(20vw, 195px);
  aspect-ratio: 195/156;
  background: url(../img/login_bg04.webp) no-repeat center top/cover;
}
.limited_contents .limited_contents_box {
  padding: 0 5%;
}
.limited_contents .limited_contents_box .limited_contents_title {
  font-size: 23px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .limited_contents .limited_contents_box .limited_contents_title {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}
.limited_contents .limited_contents_box .limited_contents_list {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .limited_contents .limited_contents_box .limited_contents_list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.limited_contents .limited_contents_box .limited_contents_list li {
  flex: 1;
  aspect-ratio: 265/220;
}
@media only screen and (max-width: 768px) {
  .limited_contents .limited_contents_box .limited_contents_list li {
    flex: none;
    aspect-ratio: 265/240;
    width: calc(50% - 4px);
  }
}
.limited_contents .limited_contents_box .limited_contents_list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .limited_contents .limited_contents_box .limited_contents_list li a:hover {
    opacity: 0.8;
    filter: brightness(1.15);
  }
}
.limited_contents .limited_contents_box .limited_contents_list li a::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.55);
}
.limited_contents .limited_contents_box .limited_contents_list li a h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: min(1.65vw, 14px);
  line-height: 1.75;
}
.limited_contents .limited_contents_box .limited_contents_list li a h3 span {
  display: block;
  font-size: min(1.75vw, 20px);
  font-family: var(--f-en);
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .limited_contents .limited_contents_box .limited_contents_list li a h3 {
    margin-bottom: 8px;
    font-size: 2.75vw;
  }
  .limited_contents .limited_contents_box .limited_contents_list li a h3 span {
    font-size: 2.75vw;
  }
}
.limited_contents .limited_contents_box .limited_contents_list li a .viewmore {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  width: 150px;
  padding: 0.5em 1em 0.6em;
  border-radius: 99em;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.limited_contents .limited_contents_box .limited_contents_list li a .viewmore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: url(../../common/images/top/brn_gradient.webp);
  background-size: 100% auto;
  background-position: left 30%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .limited_contents .limited_contents_box .limited_contents_list li a .viewmore {
    width: 70%;
    font-size: 2.65vw;
  }
}
.limited_contents .limited_contents_box .limited_contents_list li a .figcaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.35em;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .limited_contents .limited_contents_box .limited_contents_list li a .figcaption {
    font-size: 9px;
  }
}
.limited_contents .limited_contents_box .limited_contents_list li.limited_redevelopment a {
  background: url(../../limited/img/limited_img01.jpg) no-repeat center top/cover;
}
.limited_contents .limited_contents_box .limited_contents_list li.limited_view a {
  background: url(../../limited/img/limited_img02.jpg) no-repeat center top/cover;
}
.limited_contents .limited_contents_box .limited_contents_list li.limited_plan a {
  background: url(../../limited/img/limited_img03.jpg) no-repeat center top/cover;
}
.limited_contents .limited_contents_box .limited_contents_list li.commingsoon a {
  pointer-events: none;
  color: #ccc;
}
.limited_contents .limited_contents_box .limited_contents_list li.commingsoon a::before {
  background: rgba(0, 0, 0, 0.75);
}
.limited_contents .limited_contents_box .limited_contents_list li.commingsoon a .viewmore {
  background: rgba(89, 89, 89, 0.3);
  color: #ddd;
}
.limited_contents .limited_contents_box .limited_contents_list li.commingsoon a .viewmore::before {
  background-image: none;
  background: rgba(255, 255, 255, 0.2);
}

.set_wrapp {
  position: relative;
  width: 100%;
}

.login_flow_wrapp {
  position: relative;
  z-index: 2;
  padding: 0px 0 90px;
}
@media only screen and (max-width: 768px) {
  .login_flow_wrapp {
    padding: 30px 0 10%;
    margin: 0 5%;
  }
}
.login_flow_wrapp .login_flow {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.login_flow_wrapp .login_flow .login_flow_title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .login_flow_wrapp .login_flow .login_flow_title {
    font-size: 18px;
    line-height: 1.65;
  }
  .login_flow_wrapp .login_flow .login_flow_title span {
    display: inline-block;
  }
}
.login_flow_wrapp .login_flow .login_flow_image {
  margin-bottom: 35px;
  transform: translateX(-2%);
}
@media only screen and (max-width: 768px) {
  .login_flow_wrapp .login_flow .login_flow_image {
    width: 106%;
    margin-bottom: 25px;
    transform: translateX(-4%);
  }
}
.login_flow_wrapp .login_flow .login_flow_text {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.6;
  color: #003b80;
}
@media only screen and (max-width: 768px) {
  .login_flow_wrapp .login_flow .login_flow_text {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.login_flow_wrapp .login_flow .login_flow_btn {
  max-width: 482px;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .login_flow_wrapp .login_flow .login_flow_btn:hover {
    filter: brightness(0.8);
  }
}
@media only screen and (max-width: 768px) {
  .login_flow_wrapp .login_flow .login_flow_btn {
    width: 90%;
  }
}

.login_wrapp_ornament {
  position: absolute;
  right: 0;
  /*top: min(52vw, 530px);*/
  bottom: 0;
  width: 30vw;
  aspect-ratio: 430/410;
}
@media only screen and (max-width: 768px) {
  .login_wrapp_ornament {
    width: 47vw;
    aspect-ratio: 320/320;
    bottom: -5%;
  }
}

.ornament_top {
  position: absolute;
  /*top: min(22vw, 330px);*/
  bottom: 0;
  left: 0;
  width: 35vw;
  aspect-ratio: 610/455;
}
@media only screen and (max-width: 768px) {
  .ornament_top {
    bottom: 10%;
    z-index: 2;
    width: min(45vw, 220px);
    aspect-ratio: 320/180;
  }
}

.ornament_bottom {
  position: absolute;
  bottom: -40px;
  left: 5%;
  width: min(18vw, 190px);
  aspect-ratio: 190/205;
}
@media only screen and (max-width: 768px) {
  .ornament_bottom {
    bottom: -35px;
    width: min(22vw, 120px);
    left: 3%;
  }
}

.ahead_text {
  text-align: center;
  margin: 50px auto 25px;
  font-size: 20px;
  line-height: 1.6;
  color: #003b80;
}
@media only screen and (max-width: 768px) {
  .ahead_text {
    margin: 30px auto 20px;
    font-size: min(3.8vw, 15px);
  }
}

.and_more {
  text-align: center;
  font-size: min(3.75vw, 20px);
  font-family: var(--f-en);
  font-weight: bold;
  margin-top: 20px;
}

/* 注釈エリア
---------------------------------------------- */
.captionArea {
  padding: 0;
}

.footerAction {
  display: none;
}/*# sourceMappingURL=login.css.map */