/*! Writen  by SCSS */
body.modal_open {
  overflow: hidden; }

footer {
  background: url("../images/limited/bg.jpg") top center; }

.f_list_wrap {
  background: #fff; }

.breadlist {
  display: none; }

.contents_wrap {
  background: url("../images/limited/bg.jpg") bottom center;
  padding-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .contents_wrap {
      padding-bottom: 40px; } }

.sec {
  padding: 0; }
  .sec.first_sec {
    padding-top: 90px;
    padding-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .sec.first_sec {
        padding-top: 50px;
        padding-bottom: 30px; } }

.page_ttl_wrap .page_ttl {
  font-size: clamp(30px, 5.455vw, 60px);
  margin: 0 auto;
  color: #a09666; }
  @media screen and (max-width: 480px) {
    .page_ttl_wrap .page_ttl {
      font-size: calc(28vw / 3.9); } }
  .page_ttl_wrap .page_ttl .en {
    margin-bottom: 0.2em; }
  .page_ttl_wrap .page_ttl .ja {
    font-size: clamp(14px, 1.728vw, 19px); }
    @media screen and (max-width: 480px) {
      .page_ttl_wrap .page_ttl .ja {
        font-size: calc(14vw / 3.9); } }

.read {
  font-size: clamp(12px, 1.637vw, 18px);
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 2.4;
  color: #3e3a39;
  margin-bottom: 65px; }
  @media screen and (max-width: 480px) {
    .read {
      font-size: calc(12.5vw / 3.9);
      line-height: 2;
      letter-spacing: 0.01em;
      margin-bottom: 40px; } }

.login_form {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .login_form {
      margin-bottom: 20px; } }

form {
  overflow: hidden;
  max-width: 670px;
  margin: 0 auto;
  display: flex; }
  @media screen and (max-width: 480px) {
    form {
      display: block;
      margin-bottom: 20px; } }

form .password {
  border: 1px solid #d6d6d6;
  border-right: none;
  width: calc(480% / 6.7);
  line-height: 38px;
  padding: 4px 20px;
  height: 74px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
  font-family: inherit; }

::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.1em;
  font-family: inherit; }

.login_form form p {
  border: 1px solid #d6d6d6;
  border-left: none;
  cursor: pointer;
  position: relative;
  height: 74px;
  line-height: 44px;
  width: calc(190% / 6.7);
  padding: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  letter-spacing: normal;
  transition: 0.3s all ease-in-out 0s;
  background: linear-gradient(0deg, #a98015, #bd9f4c);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em; }

.login_form form p span {
  position: relative;
  z-index: 2; }

.login_form form p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: -50%;
  background: linear-gradient(0deg, #a98015, #bd9f4c); }

.login_form form p:hover:before {
  transition: all 0.5s ease-in-out 0s;
  left: 100%; }

.login_form form p:hover {
  animation: color 0.5s ease 0s both; }

@media screen and (max-width: 767px) {
  .login_form {
    padding: 0 20px; }

  .login_form > p {
    font-size: 15px; }

  form .password {
    width: 100%;
    font-size: 15px;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    height: 50px; }

  ::-webkit-input-placeholder {
    font-size: 16px; }

  .login_form form p {
    border: 1px solid #d6d6d6;
    border-top: none;
    width: auto;
    height: 50px; } }
.read.mb {
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .read.mb {
      margin-bottom: 30px; } }

.cttl {
  font-size: clamp(12px, 3.455vw, 38px);
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  padding: 0.4em 0.5em;
  color: #fff;
  background: linear-gradient(90deg, rgba(160, 150, 102, 0), #a09666, #a09666, rgba(160, 150, 102, 0));
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .cttl {
      font-size: calc(18vw / 3.9);
      margin-bottom: 30px; } }

.sttl {
  font-size: clamp(12px, 3.819vw, 42px);
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 480px) {
    .sttl {
      font-size: calc(21vw / 3.9); } }

.co {
  font-size: clamp(12px, 3.364vw, 37px);
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  color: #919191; }
  @media screen and (max-width: 480px) {
    .co {
      font-size: calc(16vw / 3.9); } }

.mov {
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .mov {
      margin-bottom: 30px; } }
  .mov .mov_cap {
    font-size: clamp(11px, calc(14vw / 11), 14px);
    font-size: clamp(13px, calc(17vw / 11), 17px);
    text-align: center;
    margin-bottom: 0.8em;
    font-weight: bold; }
  .mov .movie {
    position: relative;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .mov .movie {
        width: calc(100% + 40px);
        margin: 0 -20px; } }
    .mov .movie video {
      width: 100%; }
    .mov .movie .dm {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .mov .movie .dm p {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
        padding: 0.8em;
        line-height: 1; }

.report_cnt {
  margin-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .report_cnt {
      margin-bottom: 60px; } }
  .report_cnt .sttl {
    font-size: clamp(12px, 3.273vw, 36px); }
    @media screen and (max-width: 480px) {
      .report_cnt .sttl {
        font-size: calc(19vw / 3.9); } }
  .report_cnt .report_cap {
    font-size: clamp(13px, calc(17vw / 11), 17px);
    text-align: center;
    margin-bottom: 0.8em;
    font-weight: bold; }
  .report_cnt .modal_btn {
    padding: 10px 0; }
    @media screen and (max-width: 480px) {
      .report_cnt .modal_btn {
        padding: 0;
        width: 87%; } }
  .report_cnt .alpha {
    max-width: 460px;
    margin: 0 auto; }
  .report_cnt .report_sum {
    padding: 10px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 480px) {
      .report_cnt .report_sum {
        width: calc(100% - 60px); } }

footer ul.footernavi {
  display: none; }

.contents_wrap {
  padding-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .contents_wrap {
      padding-bottom: 30px; } }

body#limited .contents_wrap {
  padding-bottom: 0; }
  @media screen and (max-width: 480px) {
    body#limited .contents_wrap {
      padding-bottom: 0; } }
body#limited .info {
  padding-top: 45px; }
  @media screen and (max-width: 480px) {
    body#limited .info {
      padding-top: 30px; } }
  body#limited .info .inner .t1 {
    color: #679c9a;
    text-align: center;
    font-size: clamp(18px, 2.417vw, 29px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.12em; }
    @media screen and (max-width: 480px) {
      body#limited .info .inner .t1 {
        font-size: calc(18vw / 3.9);
        line-height: 1.8;
        letter-spacing: 0.08em; } }
  body#limited .info .inner .t2 {
    text-align: center;
    font-size: clamp(13px, 1.834vw, 22px);
    font-weight: 500;
    line-height: 3;
    letter-spacing: 0.12em;
    margin-bottom: 3.6em; }
    @media screen and (max-width: 480px) {
      body#limited .info .inner .t2 {
        font-size: calc(16vw / 3.9);
        line-height: 2;
        letter-spacing: 0.08em; } }
  body#limited .info .inner .t3 {
    text-align: center;
    font-size: clamp(20px, 4.167vw, 50px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 1.3em; }
    @media screen and (max-width: 480px) {
      body#limited .info .inner .t3 {
        font-size: calc(26vw / 3.9);
        margin-bottom: 1em; } }
  body#limited .info .inner .t2 {
    margin-bottom: 1.2em;
    line-height: 1.6;
    margin-bottom: 1.4em; }
    @media screen and (max-width: 480px) {
      body#limited .info .inner .t2 {
        line-height: 1.6; } }
    body#limited .info .inner .t2.s {
      font-size: clamp(13px, 1.667vw, 20px);
      margin-bottom: 2.2em; }
      @media screen and (max-width: 480px) {
        body#limited .info .inner .t2.s {
          font-size: calc(14vw / 3.9); } }
  body#limited .info .inner .t3 {
    font-size: clamp(20px, 3.834vw, 46px);
    color: #679c9a;
    margin-bottom: .5em;
    line-height: 1.3; }
    @media screen and (max-width: 480px) {
      body#limited .info .inner .t3 {
        font-size: calc(22vw / 3.9); } }
  body#limited .info .btn_wrap {
    padding-inline: 20px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    column-gap: clamp(20px, 4.167vw, 50px); }
    @media screen and (max-width: 480px) {
      body#limited .info .btn_wrap {
        flex-direction: column;
        row-gap: 20px; } }
    body#limited .info .btn_wrap .btn_item {
      width: 33.34%;
      width: 36.85%; }
      @media screen and (max-width: 480px) {
        body#limited .info .btn_wrap .btn_item {
          width: 100%; } }
      body#limited .info .btn_wrap .btn_item .txt {
        margin-bottom: .6em;
        line-height: 1;
        font-size: clamp(15px, 1.751vw, 21px);
        font-weight: bold; }
      body#limited .info .btn_wrap .btn_item .btn a {
        display: block;
        width: 100%;
        color: #fff;
        background: linear-gradient(to top, #71aab3, #93bd93);
        position: relative;
        font-size: clamp(15px, 1.834vw, 22px);
        height: 70px;
        line-height: 1;
        letter-spacing: 0.1em;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #71706d;
        color: #fff; }
        @media screen and (max-width: 768px) {
          body#limited .info .btn_wrap .btn_item .btn a {
            height: 65px;
            margin-inline: auto;
            max-width: 100%; } }
        body#limited .info .btn_wrap .btn_item .btn a::before {
          content: "";
          position: absolute;
          top: 3px;
          left: 3px;
          width: calc(100% - 6px);
          height: calc(100% - 6px);
          border: solid 1px #fff;
          pointer-events: none; }
      body#limited .info .btn_wrap .btn_item .btn.color02 a {
        background: #961e35; }
body#limited .info2 {
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    body#limited .info2 {
      margin-bottom: 40px; } }
  body#limited .info2 .btn_wrap {
    padding-inline: 20px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    column-gap: clamp(20px, 4.167vw, 50px); }
    @media screen and (max-width: 480px) {
      body#limited .info2 .btn_wrap {
        flex-direction: column;
        row-gap: 20px;
        padding: 0; } }
    body#limited .info2 .btn_wrap .btn_item {
      width: 33.34%;
      width: 42.11%; }
      @media screen and (max-width: 480px) {
        body#limited .info2 .btn_wrap .btn_item {
          width: 100%; } }
      body#limited .info2 .btn_wrap .btn_item .txt {
        margin-bottom: .6em;
        line-height: 1;
        font-size: clamp(15px, 1.751vw, 21px);
        font-weight: bold; }
      body#limited .info2 .btn_wrap .btn_item .btn a {
        display: block;
        width: 100%;
        color: #fff;
        background: linear-gradient(to top, #71aab3, #93bd93);
        position: relative;
        font-size: clamp(15px, 1.834vw, 22px);
        font-size: clamp(15px, 2.334vw, 28px);
        height: 100px;
        line-height: 1;
        letter-spacing: 0.1em;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #71706d;
        color: #fff; }
        @media screen and (max-width: 768px) {
          body#limited .info2 .btn_wrap .btn_item .btn a {
            height: 65px;
            margin-inline: auto;
            max-width: 100%;
            font-size: clamp(18px, 2.334vw, 28px); } }
        body#limited .info2 .btn_wrap .btn_item .btn a::before {
          content: "";
          position: absolute;
          top: 3px;
          left: 3px;
          width: calc(100% - 6px);
          height: calc(100% - 6px);
          border: solid 1px #fff;
          pointer-events: none; }
      body#limited .info2 .btn_wrap .btn_item .btn.color02 a {
        background: #194d91; }

.plan_lead {
  text-align: center;
  font-size: clamp(18px, 3.24vw, 37px);
  line-height: 1.55;
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .plan_lead {
      margin-bottom: 25px; } }

.plan_list {
  margin-bottom: 80px;
  margin-inline: auto;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.73vw, 30px) 2.9%; }
  @media screen and (max-width: 480px) {
    .plan_list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 4%; } }
  .plan_list .item .plan_button {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease-in-out;
    padding-bottom: 20px;
    height: 100%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer; }
    @media (hover: hover) {
      .plan_list .item .plan_button:hover {
        opacity: 0.7; } }
    @media screen and (max-width: 480px) {
      .plan_list .item .plan_button {
        padding-bottom: 10px; } }
    .plan_list .item .plan_button .item_text_box {
      font-weight: 700;
      color: #fff;
      line-height: 1;
      padding: 6.67% 10px;
      text-align: center;
      flex-grow: 1; }
      @media screen and (max-width: 480px) {
        .plan_list .item .plan_button .item_text_box {
          padding: 10px; } }
      .plan_list .item .plan_button .item_text_box .brand {
        font-size: clamp(15px, 1.84vw, 21px); }
      .plan_list .item .plan_button .item_text_box .border {
        width: 30px;
        height: 1px;
        background: #fff;
        border: none;
        margin: 3.71% auto; }
        @media screen and (max-width: 480px) {
          .plan_list .item .plan_button .item_text_box .border {
            margin: 8px auto; } }
      .plan_list .item .plan_button .item_text_box .number,
      .plan_list .item .plan_button .item_text_box .ldk {
        font-size: clamp(14px, 2.01vw, 23px);
        margin-bottom: 0.7em; }
      .plan_list .item .plan_button .item_text_box .size {
        font-size: clamp(11px, 1.49vw, 17px); }
        .plan_list .item .plan_button .item_text_box .size + .size {
          margin-top: 0.5em; }
        .plan_list .item .plan_button .item_text_box .size .text_min {
          font-size: 0.6em; }
    .plan_list .item .plan_button .item_figure {
      flex-shrink: 0;
      padding-top: 2.91%;
      padding-bottom: 4.37%; }
    .plan_list .item .plan_button .more {
      flex-shrink: 0;
      font-size: clamp(10px, 0.96vw, 11px);
      line-height: 1;
      gap: 1em;
      max-width: 200px;
      width: calc(100% - 20px);
      margin-inline: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5em;
      color: #fff;
      background: #3e3a39;
      border-radius: 100vmax; }
      @media screen and (max-width: 480px) {
        .plan_list .item .plan_button .more {
          width: 80%; } }
      .plan_list .item .plan_button .more .icon {
        width: 1.5em; }
    .plan_list .item .plan_button .mdl_btn {
      max-width: 264px;
      width: 80%;
      margin: 0 auto 0; }
  .plan_list .item.item_yamato .item_text_box {
    background: #bd3141; }
  .plan_list .item.item_swedenhouse .item_text_box {
    background: #f39800; }
  .plan_list .item.item_misawa .item_text_box {
    background: #2975d6; }
  .plan_list .item.item_sekisuihouse .item_text_box {
    background: #9f3590; }
  .plan_list .item.item_sekisuiheim .item_text_box {
    background: #7cb924; }
  .plan_list .item.item_mitsui .item_text_box {
    background: #9c873d; }
  .plan_list .item.item_sumitomo .item_text_box {
    background: #18843f; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.6); }
  .modal .modal_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh; }
  .modal .modal_inner {
    position: relative;
    background: #fff;
    width: 90%;
    max-height: 90vh;
    max-width: 840px; }
    .modal .modal_inner .modal_inn {
      position: relative;
      overflow-y: auto;
      padding: 40px 0 30px;
      max-height: calc(90vh - 40px - 30px);
      width: 100%;
      overflow-y: scroll; }
      @media screen and (max-width: 480px) {
        .modal .modal_inner .modal_inn {
          padding: 40px 0 50px;
          max-height: calc(90vh - 40px - 50px); } }
    .modal .modal_inner .modal_image {
      width: 100%;
      margin: 0 auto;
      padding: 20px 0 0; }
      @media screen and (max-width: 480px) {
        .modal .modal_inner .modal_image {
          padding: 0; } }
    .modal .modal_inner .casbee_wrap {
      text-align: center;
      width: calc(100% - 40px);
      margin: 40px auto 0; }
      @media screen and (max-width: 480px) {
        .modal .modal_inner .casbee_wrap .casbee_img {
          width: 70%;
          margin: 0 auto; } }
      .modal .modal_inner .casbee_wrap .casbee_cap {
        font-size: 11px;
        line-height: 1.5; }
        @media screen and (max-width: 480px) {
          .modal .modal_inner .casbee_wrap .casbee_cap {
            font-size: 10px; } }
    .modal .modal_inner .casbee_cap {
      margin: 5px auto 0; }
    .modal .modal_inner .modal_close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
      transition: all 0.3s ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .modal .modal_inner .modal_close {
          top: 10px;
          right: 10px;
          width: 20px; } }
      .modal .modal_inner .modal_close:hover {
        opacity: 0.6; }

@media screen and (max-width: 480px) {
  .ls02_sp {
    letter-spacing: -0.02em !important; } }

/*# sourceMappingURL=limited.css.map */
