/*! Writen  by SCSS */
body:not(#limited_login) footer .bottom_cv_wrap,
body:not(#limited_login) .entry_wrap {
  display: none; }

.limited_main_wrap {
  background: url("../images/main.jpg") center/cover no-repeat; }
  .limited_main_wrap .limited_lead_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .limited_main_wrap .limited_lead_wrap .limited_head {
      text-align: center;
      font-size: clamp(28px, 4.19vw, 52px);
      line-height: 1;
      margin-bottom: 0.6em; }
    .limited_main_wrap .limited_lead_wrap .lead {
      font-size: clamp(16px, 2.09vw, 26px); }
  .limited_main_wrap .info_main_box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
    @media screen and (max-width: 480px) {
      .limited_main_wrap .info_main_box {
        margin-bottom: 30px;
        margin-top: 30px; } }
    .limited_main_wrap .info_main_box .info_main {
      display: flex;
      justify-content: center;
      align-items: center; }
      .limited_main_wrap .info_main_box .info_main:before, .limited_main_wrap .info_main_box .info_main:after {
        content: "";
        width: 80px;
        background: #FFF;
        height: 1px; }
        @media screen and (max-width: 480px) {
          .limited_main_wrap .info_main_box .info_main:before, .limited_main_wrap .info_main_box .info_main:after {
            width: 30px; } }
      .limited_main_wrap .info_main_box .info_main p {
        padding: 0 20px;
        line-height: 1.2;
        font-size: clamp(40px, 4.03vw, 54px);
        font-size: clamp(13px, 1.66vw, 17px);
        letter-spacing: 0.2em;
        font-weight: bold;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 480px) {
          .limited_main_wrap .info_main_box .info_main p {
            font-size: 8.2vw;
            font-size: 3.2vw;
            padding: 0 10px; } }
      .limited_main_wrap .info_main_box .info_main .text_min {
        display: inline-block;
        font-size: 0.6em; }
        @media screen and (max-width: 480px) {
          .limited_main_wrap .info_main_box .info_main .text_min {
            font-size: 0.8em; } }
      .limited_main_wrap .info_main_box .info_main .text_m_min {
        display: inline-block;
        font-size: 0.5em; }
        @media screen and (max-width: 480px) {
          .limited_main_wrap .info_main_box .info_main .text_m_min {
            font-size: 0.6em; } }
    .limited_main_wrap .info_main_box .info_sub {
      font-size: clamp(26px, 2.58vw, 35px);
      font-size: clamp(26px, 4.49vw, 46px);
      font-feature-settings: "palt";
      letter-spacing: 0.05em; }
      @media screen and (max-width: 480px) {
        .limited_main_wrap .info_main_box .info_sub {
          font-size: 5.4vw;
          margin-bottom: 0.6em; } }
      .limited_main_wrap .info_main_box .info_sub i {
        font-style: normal; }
        .limited_main_wrap .info_main_box .info_sub i.small {
          position: static;
          font-size: 70%; }
    .limited_main_wrap .info_main_box .infor_box {
      width: fit-content;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        .limited_main_wrap .info_main_box .infor_box {
          display: flex;
          flex-direction: column;
          row-gap: 10px; } }
      .limited_main_wrap .info_main_box .infor_box > div {
        display: flex;
        align-items: baseline;
        text-align: left;
        font-size: clamp(14px, 1.04vw, 15px);
        color: #FFF; }
        @media screen and (max-width: 480px) {
          .limited_main_wrap .info_main_box .infor_box > div {
            font-size: 13px;
            flex-direction: column;
            row-gap: 5px; } }
        .limited_main_wrap .info_main_box .infor_box > div dt {
          flex-shrink: 0; }
  .limited_main_wrap .cv_wrap {
    max-width: 800px;
    width: 100%;
    margin-top: clamp(25px, 3.34%, 40px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .limited_main_wrap .cv_wrap {
        margin-top: 20px;
        max-width: 360px;
        display: block; } }
    .limited_main_wrap .cv_wrap .cv_box {
      width: 47.5%; }
      @media screen and (max-width: 768px) {
        .limited_main_wrap .cv_wrap .cv_box {
          width: 48%; } }
      @media screen and (max-width: 480px) {
        .limited_main_wrap .cv_wrap .cv_box {
          width: 100%; }
          .limited_main_wrap .cv_wrap .cv_box:first-child {
            margin-bottom: 15px; } }
      .limited_main_wrap .cv_wrap .cv_box a {
        width: 100%;
        height: 100%;
        padding: 1.25em 0.5em; }
        @media screen and (max-width: 768px) {
          .limited_main_wrap .cv_wrap .cv_box a {
            padding: 1em 0.5em; } }

.sec_login {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  padding-top: clamp(25px, 4.17%, 50px);
  padding-bottom: clamp(80px, 10%, 120px); }
  .sec_login .cap_l {
    max-width: 620px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.login_wrap {
  margin-top: clamp(25px, 3.34%, 40px);
  margin-bottom: 10px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .login_wrap {
      display: block; } }
  .login_wrap .pass_l {
    width: 48.39%; }
    @media screen and (max-width: 480px) {
      .login_wrap .pass_l {
        width: 100%;
        margin-bottom: 10px; } }
    .login_wrap .pass_l .password {
      width: 100%;
      padding: 0.5em 1em;
      display: block;
      vertical-align: middle;
      box-sizing: border-box;
      font-size: clamp(16px, 2.87vw, 20px);
      font-family: inherit;
      outline: none;
      border: none;
      border-radius: 10px;
      box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.5); }
  .login_wrap .login_button {
    height: 100%;
    width: 50%; }
    @media screen and (max-width: 480px) {
      .login_wrap .login_button {
        width: 100%; } }
    .login_wrap .login_button input {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative;
      border-radius: 0px;
      width: 100%;
      box-sizing: border-box;
      font-weight: 400;
      letter-spacing: 0.2em;
      font-size: clamp(16px, 2.87vw, 20px);
      padding: 0.5em 1px;
      border-radius: 10px;
      border: none;
      color: #fff;
      background: linear-gradient(0deg, #6f5f40 0%, #bbad94 100%);
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        .login_wrap .login_button input:hover {
          opacity: 0.7; } }
      @media screen and (max-width: 480px) {
        .login_wrap .login_button input {
          width: 100%; } }

.limited_lead_wrap {
  padding-top: clamp(60px, 8.34%, 100px);
  padding-bottom: clamp(60px, 8.34%, 100px); }
  @media screen and (max-width: 480px) {
    .limited_lead_wrap {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .limited_lead_wrap .limited_head {
    font-size: clamp(24px, 3.06vw, 40px);
    line-height: 1;
    letter-spacing: 0.1em; }
  .limited_lead_wrap .limited_lead {
    margin-top: 1em;
    font-size: clamp(14px, 1.53vw, 20px);
    line-height: 1.6; }

.content_head {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: clamp(18px, 2.5vw, 29px);
  gap: 0 0.86em;
  margin-bottom: 1.37em; }
  @media screen and (max-width: 480px) {
    .content_head {
      font-size: 22px;
      gap: 0 0.5em; } }
  .content_head .text {
    flex-shrink: 0; }
  .content_head::before, .content_head::after {
    content: "";
    width: 100%;
    height: 1px; }
  .content_head::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .content_head::after {
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }

.sec_limited_content .inner {
  max-width: 800px; }
  .sec_limited_content .inner .limited_list {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px 0;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 480px) {
      .sec_limited_content .inner .limited_list {
        max-width: 344px;
        flex-direction: column;
        gap: 30px 0; } }
    .sec_limited_content .inner .limited_list .item {
      width: 48.46%; }
      @media screen and (max-width: 480px) {
        .sec_limited_content .inner .limited_list .item {
          width: 100%; } }
      .sec_limited_content .inner .limited_list .item a {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px 0;
        transition: opacity 0.3s ease-in-out; }
        @media (hover: hover) {
          .sec_limited_content .inner .limited_list .item a:hover {
            opacity: 0.7; } }
        .sec_limited_content .inner .limited_list .item a .text_box {
          text-align: center; }
          .sec_limited_content .inner .limited_list .item a .text_box .item_head {
            font-size: clamp(17px, 2.93vw, 22px);
            line-height: 1;
            letter-spacing: 0.1em;
            background: linear-gradient(90deg, rgba(190, 158, 127, 0) 0%, #be9e7f 50%, rgba(190, 158, 127, 0) 100%);
            padding: 0.72em 0.1em;
            margin-bottom: 1em; }
            @media screen and (max-width: 480px) {
              .sec_limited_content .inner .limited_list .item a .text_box .item_head {
                font-size: 22px; } }
          .sec_limited_content .inner .limited_list .item a .text_box .more {
            font-size: clamp(14px, 2.53vw, 19px);
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            gap: 0 0.5em; }
            @media screen and (max-width: 480px) {
              .sec_limited_content .inner .limited_list .item a .text_box .more {
                font-size: 19px; } }
            .sec_limited_content .inner .limited_list .item a .text_box .more .arrow {
              line-height: 0;
              width: 0.78em; }
      .sec_limited_content .inner .limited_list .item:nth-child(3) {
        margin-left: auto;
        margin-right: auto; }

.login_content {
  padding-bottom: clamp(40px, 6.67%, 80px); }
  .login_content .limited_list a {
    pointer-events: none; }

.limited_top {
  padding-top: clamp(60px, 8.34%, 100px);
  padding-bottom: clamp(40px, 6.67%, 80px); }

.limited_inner_bottom {
  padding-top: clamp(60px, 9.17%, 110px);
  padding-bottom: clamp(60px, 9.17%, 110px);
  position: relative;
  background: #485157; }
  .limited_inner_bottom::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 36px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.limited_map_wrap {
  margin-top: clamp(40px, 6.67%, 80px); }
  .limited_map_wrap .map_wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px 0; }

/*# sourceMappingURL=limited.css.map */
