/*! Writen  by SCSS */
.inner_main .inner_main_bg {
  background-image: url("../images/main.jpg"); }

.sec01 {
  padding-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 40px; } }
  .sec01 .sec_ttl span.big {
    font-size: 120%; }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl span.big {
        line-height: 1.7; } }
  .sec01 .sec_ttl span.big02 {
    font-size: 150%; }
  .sec01 .sec_ttl span.small {
    font-size: 80%; }
  .sec01 .sec_ttl span.small02 {
    font-size: 70%; }
  .sec01 .sec_ttl span.anno {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 38%;
    white-space: nowrap;
    letter-spacing: -0.1em;
    transform: translateX(-25%); }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl span.anno {
        font-size: 45%;
        top: 90%; } }
  .sec01 .thum_group {
    max-width: 1040px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .sec01 .thum_group {
        flex-wrap: wrap;
        gap: 12px 0; } }
    .sec01 .thum_group a {
      position: relative;
      width: 22.12%;
      padding: 5px 0 clamp(20px, 2.5vw, 30px);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/bg_thum.jpg");
      transition: 0.3s filter ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .sec01 .thum_group a {
          width: 48%;
          padding-top: 3px;
          padding-bottom: 25px; } }
      .sec01 .thum_group a:before {
        content: "";
        position: absolute;
        inset: 0;
        top: auto;
        bottom: 15px;
        width: 6px;
        height: 6px;
        margin: auto;
        transform: rotate(45deg);
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF; }
      .sec01 .thum_group a:after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid #08284c;
        pointer-events: none; }
      body:not(.mobile) .sec01 .thum_group a:hover {
        filter: brightness(130%); }
        body:not(.mobile) .sec01 .thum_group a:hover:before {
          animation: 1s updown infinite; }
@keyframes updown {
  0%,100% {
    transform: rotate(45deg) translate(0, 0); }
  50% {
    transform: rotate(45deg) translate(-5px, -5px); } }
      .sec01 .thum_group a .type_ldk {
        align-items: baseline;
        justify-content: center; }
        .sec01 .thum_group a .type_ldk .type {
          display: flex;
          align-items: baseline;
          font-size: clamp(13px, 1.667vw, 20px);
          color: #e8c98a; }
          @media screen and (max-width: 480px) {
            .sec01 .thum_group a .type_ldk .type {
              font-size: 3.4vw; } }
          .sec01 .thum_group a .type_ldk .type .big {
            font-size: 350%;
            line-height: 1; }
        .sec01 .thum_group a .type_ldk .ldk {
          padding-left: 10px;
          margin-left: 10px;
          border-left: 1px solid #FFF;
          display: flex;
          align-items: baseline;
          font-size: clamp(18px, 2.167vw, 26px);
          color: #FFF;
          line-height: 1; }
          @media screen and (max-width: 480px) {
            .sec01 .thum_group a .type_ldk .ldk {
              font-size: 5vw; } }
          .sec01 .thum_group a .type_ldk .ldk .big {
            font-size: 160%;
            line-height: 0.8; }
      .sec01 .thum_group a .plan_type {
        text-align: center;
        padding: 3px 0;
        margin-top: 5px;
        font-size: clamp(10px, 1.25vw, 15px);
        font-weight: 600;
        color: #FFF;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 50%, rgba(0, 0, 0, 0) 100%); }
        @media screen and (max-width: 480px) {
          .sec01 .thum_group a .plan_type {
            font-size: 3vw; } }
  .sec01 .floor_group {
    margin: 60px auto 0;
    justify-content: center;
    align-items: center;
    column-gap: 5%;
    max-width: 1100px; }
    @media screen and (max-width: 480px) {
      .sec01 .floor_group {
        margin-top: 45px;
        margin: 45px auto 0;
        flex-direction: column;
        row-gap: 15px; } }
    .sec01 .floor_group .floor_img {
      width: 45.55%; }
      @media screen and (max-width: 480px) {
        .sec01 .floor_group .floor_img {
          width: 100%; } }
    .sec01 .floor_group .floor_txt {
      width: 50%; }
      @media screen and (max-width: 480px) {
        .sec01 .floor_group .floor_txt {
          width: 100%; } }
      .sec01 .floor_group .floor_txt .sec_ttl {
        margin-bottom: 10px;
        text-align: left; }
      .sec01 .floor_group .floor_txt .read {
        line-height: 2em; }

.sec02 .type_group {
  flex-direction: column; }
  .sec02 .type_group .type_group_in {
    padding-bottom: clamp(60px, 10vw, 130px); }
    @media screen and (max-width: 480px) {
      .sec02 .type_group .type_group_in {
        padding-bottom: 50px; } }
    .sec02 .type_group .type_group_in:last-of-type {
      padding-bottom: clamp(40px, 6.667vw, 80px); }
    .sec02 .type_group .type_group_in .detail_band {
      margin-bottom: clamp(30px, 3.334vw, 40px);
      color: #FFF; }
      .sec02 .type_group .type_group_in .detail_band .detail_in {
        width: fit-content;
        padding: 20px clamp(30px, 4.167vw, 50px);
        justify-content: center;
        align-items: center;
        letter-spacing: normal;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/bg_type_box.jpg"); }
        @media screen and (max-width: 480px) {
          .sec02 .type_group .type_group_in .detail_band .detail_in {
            justify-content: center;
            flex-wrap: wrap;
            padding: 20px; } }
        .sec02 .type_group .type_group_in .detail_band .detail_in .type_box {
          align-items: center;
          column-gap: 20px;
          justify-content: center; }
          @media screen and (max-width: 480px) {
            .sec02 .type_group .type_group_in .detail_band .detail_in .type_box {
              flex-direction: column;
              row-gap: 10px; } }
          .sec02 .type_group .type_group_in .detail_band .detail_in .type_box .type_name {
            display: flex;
            align-items: baseline;
            font-size: clamp(18px, 2vw, 24px);
            color: #e8c98a; }
            @media screen and (max-width: 480px) {
              .sec02 .type_group .type_group_in .detail_band .detail_in .type_box .type_name {
                font-size: 5.4vw; } }
            .sec02 .type_group .type_group_in .detail_band .detail_in .type_box .type_name .big {
              font-size: 350%;
              line-height: 0.8; }
              @media screen and (max-width: 480px) {
                .sec02 .type_group .type_group_in .detail_band .detail_in .type_box .type_name .big {
                  font-size: 300%; } }
          .sec02 .type_group .type_group_in .detail_band .detail_in .type_box .plan_type {
            border-top: 1px solid #FFF;
            border-bottom: 1px solid #FFF;
            text-align: center;
            padding: 5px 15px 3px;
            font-size: clamp(12px, 1.5vw, 18px);
            font-weight: 600;
            color: #FFF; }
            @media screen and (max-width: 480px) {
              .sec02 .type_group .type_group_in .detail_band .detail_in .type_box .plan_type {
                font-size: 3.5vw;
                padding: 5px 10px; } }
        .sec02 .type_group .type_group_in .detail_band .detail_in .ldk {
          font-size: clamp(26px, 2.834vw, 34px);
          padding: 0 clamp(30px, 3.334vw, 40px);
          margin: 0 clamp(30px, 3.334vw, 40px);
          border-right: 1px solid #FFF;
          border-left: 1px solid #FFF; }
          @media screen and (max-width: 480px) {
            .sec02 .type_group .type_group_in .detail_band .detail_in .ldk {
              font-size: 7vw;
              padding-right: 0;
              margin-right: 0;
              border-right: none;
              padding-left: 20px;
              margin-left: 20px; } }
          .sec02 .type_group .type_group_in .detail_band .detail_in .ldk .big {
            font-size: 150%;
            line-height: 0.8; }
          .sec02 .type_group .type_group_in .detail_band .detail_in .ldk .sub {
            display: block;
            font-size: 58%;
            line-height: 1.2; }
            @media screen and (max-width: 480px) {
              .sec02 .type_group .type_group_in .detail_band .detail_in .ldk .sub {
                font-size: 50%; } }
        .sec02 .type_group .type_group_in .detail_band .detail_in .area_group {
          flex-direction: column;
          justify-content: center;
          row-gap: 5px; }
          @media screen and (max-width: 480px) {
            .sec02 .type_group .type_group_in .detail_band .detail_in .area_group {
              width: 100%;
              text-align: center;
              border-top: 1px solid #FFF;
              padding-top: 10px;
              margin-top: 15px; } }
          .sec02 .type_group .type_group_in .detail_band .detail_in .area_group .area_txt {
            font-size: clamp(14px, 1.5vw, 18px); }
            .sec02 .type_group .type_group_in .detail_band .detail_in .area_group .area_txt span {
              display: inline-block;
              line-height: 1; }
              .sec02 .type_group .type_group_in .detail_band .detail_in .area_group .area_txt span.big {
                font-size: 283%;
                margin-left: 5px; }
              .sec02 .type_group .type_group_in .detail_band .detail_in .area_group .area_txt span.big02 {
                font-size: 188%; }
              .sec02 .type_group .type_group_in .detail_band .detail_in .area_group .area_txt span.small {
                font-size: 94%; }
    .sec02 .type_group .type_group_in .draw_image {
      width: fit-content;
      margin: 0 auto;
      position: relative; }
      .sec02 .type_group .type_group_in .draw_image .draw_box {
        position: relative; }
        .sec02 .type_group .type_group_in .draw_image .draw_box .draw {
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          pointer-events: none;
          transition: 0.3s all ease-in-out 0s; }
          .sec02 .type_group .type_group_in .draw_image .draw_box .draw.active {
            position: relative;
            opacity: 1;
            pointer-events: all; }
      .sec02 .type_group .type_group_in .draw_image .hanrei_group {
        position: absolute;
        inset: 0;
        left: 20%;
        top: auto;
        bottom: 20px;
        justify-content: center;
        column-gap: 20px; }
        .sec02 .type_group .type_group_in .draw_image .hanrei_group .hanrei {
          align-items: center;
          column-gap: 5px;
          font-size: clamp(12px, 1.167vw, 14px); }
    .sec02 .type_group .type_group_in .change_btn_group {
      max-width: 740px;
      margin: clamp(20px, 2.5vw, 30px) auto clamp(30px, 5.417vw, 65px); }
      .sec02 .type_group .type_group_in .change_btn_group .change_btn {
        position: relative;
        width: 47.3%;
        border-radius: 50vw;
        padding: 20px 10px;
        text-align: center;
        font-size: clamp(18px, 1.667vw, 20px);
        color: #FFF;
        line-height: 1.2; }
        .sec02 .type_group .type_group_in .change_btn_group .change_btn small {
          font-size: 0.8em;
          display: block;
          margin-top: 5px;
          text-align: center; }
        @media screen and (max-width: 480px) {
          .sec02 .type_group .type_group_in .change_btn_group .change_btn {
            font-size: 4vw;
            padding: 10px 5px; } }
        .sec02 .type_group .type_group_in .change_btn_group .change_btn.basic {
          background: #092a58; }
          .sec02 .type_group .type_group_in .change_btn_group .change_btn.basic:after {
            background: #092a58; }
        .sec02 .type_group .type_group_in .change_btn_group .change_btn.furniture {
          background: linear-gradient(70deg, #670c28 0%, #bb547a 100%); }
          .sec02 .type_group .type_group_in .change_btn_group .change_btn.furniture:after {
            background: #9f3c5f; }
        .sec02 .type_group .type_group_in .change_btn_group .change_btn:after {
          content: "";
          position: absolute;
          inset: 0;
          top: auto;
          bottom: calc(100% - 1px);
          width: 15px;
          margin: auto;
          aspect-ratio: 1/0.8;
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          opacity: 0;
          transition: 0.3s opacity ease-in-out 0s; }
        .sec02 .type_group .type_group_in .change_btn_group .change_btn.active:after {
          opacity: 1; }
    .sec02 .type_group .type_group_in .plan_merit {
      max-width: 1140px;
      margin: 0 auto;
      flex-wrap: wrap;
      gap: clamp(15px, 1.667vw, 20px) 0; }
      @media screen and (max-width: 480px) {
        .sec02 .type_group .type_group_in .plan_merit {
          flex-direction: column;
          gap: 10px 0; } }
      .sec02 .type_group .type_group_in .plan_merit .merit_txt {
        width: 49.13%;
        background: rgba(191, 208, 243, 0.5);
        position: relative;
        font-size: clamp(14px, 1.667vw, 20px);
        color: #092a58;
        text-align: center;
        padding: 15px 5px; }
        @media screen and (max-width: 820px) {
          .sec02 .type_group .type_group_in .plan_merit .merit_txt {
            font-size: 1.7vw; } }
        @media screen and (max-width: 480px) {
          .sec02 .type_group .type_group_in .plan_merit .merit_txt {
            width: 100%;
            padding: 15px 10px;
            font-size: 14px; } }
        .sec02 .type_group .type_group_in .plan_merit .merit_txt.full {
          width: 100%; }
        .sec02 .type_group .type_group_in .plan_merit .merit_txt:after {
          content: "";
          position: absolute;
          inset: 3px;
          border: 1px solid #092a58;
          pointer-events: none; }
