@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
@media screen and (max-width: 960px) {
  body {
    font-weight: 400; } }

/*==========================================
 共通
===========================================*/
.bg_gray {
  background: #ededed; }

.build-wrap {
  margin-inline: auto; }
  @media screen and (min-width: 768px) {
    .build-wrap {
      max-width: clamp(1rem, 54.1666666667vw, 104rem); } }
  @media screen and (max-width: 767px) {
    .build-wrap {
      max-width: 100%; } }

.wrapW, .wrap {
  width: 100%;
  padding-inline: clamp(1rem, 10.4166666667vw, 20rem); }
  @media screen and (max-width: 1200px) {
    .wrapW, .wrap {
      padding-inline: clamp(1rem, 8.3333333333vw, 10rem); } }
  @media screen and (max-width: 767px) {
    .wrapW, .wrap {
      padding-inline: 8%; } }

.wrapVW {
  max-width: 100%; }

.build_style .slick-slider .slick-dots li {
  margin: 0 2.5px; }
  .build_style .slick-slider .slick-dots li button::before {
    color: #fff;
    opacity: 1; }
  .build_style .slick-slider .slick-dots li.slick-active button::before {
    color: #b6ad8b; }
.build_style .slick-slider .slick-arrow {
  width: clamp(15px, 2vw, 20px);
  aspect-ratio: 20/40;
  height: auto;
  top: min(30vw, 300px); }
  .build_style .slick-slider .slick-arrow::before {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .build_style .slick-slider .slick-arrow.slick-next {
    right: calc(0px - clamp(25px,4vw,40px)); }
    .build_style .slick-slider .slick-arrow.slick-next::before {
      background-image: url("../img/build_style/arw-slideR.svg") !important; }
  .build_style .slick-slider .slick-arrow.slick-prev {
    left: calc(0px - clamp(25px,4vw,40px)); }
    .build_style .slick-slider .slick-arrow.slick-prev::before {
      background-image: url("../img/build_style/arw-slideL.svg") !important; }
.build_style .btnBlock-cnv {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
  width: 100%;
  font-size: clamp(1.2rem, 1.25vw, 2.4rem); }
  @media screen and (max-width: 767px) {
    .build_style .btnBlock-cnv {
      font-size: clamp(1.2rem, 2.6075619296vw, 2.4rem); } }
  .build_style .btnBlock-cnv li {
    width: 48%;
    text-align: center; }
    .build_style .btnBlock-cnv li a {
      display: block;
      background: #b6ad8b;
      color: #fff;
      padding: 1.5em 0; }
      @media screen and (max-width: 767px) {
        .build_style .btnBlock-cnv li a {
          padding: 0.75em 0; } }
      @media (hover: hover) {
        .build_style .btnBlock-cnv li a:hover {
          background: #04DFA7; } }
.build_style .BSbasic-txt {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 2;
  text-wrap: pretty; }
  @media screen and (max-width: 767px) {
    .build_style .BSbasic-txt {
      line-height: 1.6; } }
  .build_style .BSbasic-txt p {
    line-height: 2;
    font-size: clamp(1.4rem, 0.9375vw, 1.689rem); }
    @media screen and (max-width: 960px) {
      .build_style .BSbasic-txt p {
        font-size: clamp(1.4rem, 1.875vw, 1.689rem); } }
    @media screen and (max-width: 767px) {
      .build_style .BSbasic-txt p {
        font-size: clamp(1.4rem, 2.3468057366vw, 1.689rem); } }
    @media screen and (max-width: 375px) {
      .build_style .BSbasic-txt p {
        font-size: clamp(1.4rem, 2.3468057366vw, 1.689rem); } }
    .build_style .BSbasic-txt p:not(:last-child) {
      margin-bottom: 1em; }
  .build_style .BSbasic-txt .ark {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem); }
    .build_style .BSbasic-txt .ark li {
      text-indent: -1em;
      padding-left: 1em; }
.build_style .youtube-wrap {
  width: 100%;
  margin: 0 auto; }
  .build_style .youtube-wrap iframe {
    width: 100%;
    aspect-ratio: 1040/ 585; }
.build_style .block-ctsttl {
  color: #b6ad8b; }
  .build_style .block-ctsttl .sec-ttl {
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: clamp(1.2rem, 2.6041666667vw, 5rem); }
    @media screen and (max-width: 767px) {
      .build_style .block-ctsttl .sec-ttl {
        font-size: clamp(1.2rem, 6.518904824vw, 5rem); } }
    .build_style .block-ctsttl .sec-ttl::after {
      content: "";
      display: block;
      height: 3px;
      background: #b6ad8b;
      margin: 0 auto;
      width: clamp(1.4rem, 8.8541666667vw, 17rem); }
      @media screen and (max-width: 767px) {
        .build_style .block-ctsttl .sec-ttl::after {
          width: clamp(1.4rem, 22.1642764016vw, 17rem); } }
  .build_style .block-ctsttl .sec-subttl {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    margin-top: 1em; }
.build_style .simulation-btnArea {
  letter-spacing: 0.1em;
  text-align: center;
  font-size: clamp(1.2rem, 1.25vw, 2.4rem); }
  @media screen and (max-width: 767px) {
    .build_style .simulation-btnArea {
      font-size: clamp(1.2rem, 3.9113428944vw, 2.4rem); } }
  .build_style .simulation-btnArea.bgGray {
    padding-block: clamp(1rem, 5.2083333333vw, 10rem); }
    @media screen and (max-width: 767px) {
      .build_style .simulation-btnArea.bgGray {
        padding-block: clamp(1rem, 13.037809648vw, 10rem); } }
  .build_style .simulation-btnArea .btn {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background: #b6ad8b;
    color: #fff;
    padding: 1.5em 3em;
    text-align: center;
    font-size: clamp(1.2rem, 1.25vw, 2.4rem); }
    @media screen and (max-width: 767px) {
      .build_style .simulation-btnArea .btn {
        font-size: clamp(1.2rem, 3.1290743155vw, 2.4rem);
        padding: 0.75em 1em;
        width: 100%; } }
    @media (hover: hover) {
      .build_style .simulation-btnArea .btn:hover {
        background: #04DFA7; } }
  .build_style .simulation-btnArea.bgGray {
    background: #999; }
.build_style .sec-fv {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1920 / 1000;
  padding-inline: clamp(1rem, 6.7708333333vw, 13rem);
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .build_style .sec-fv {
      flex-direction: column;
      aspect-ratio: 590 / 415;
      min-height: min(100vw, 800px);
      min-height: inherit;
      height: auto;
      padding: 0;
      background: none !important; } }
  .build_style .sec-fv .fv-mainimgSP {
    display: none; }
    @media screen and (max-width: 767px) {
      .build_style .sec-fv .fv-mainimgSP {
        display: block; } }
    .build_style .sec-fv .fv-mainimgSP img {
      width: 100%;
      height: 85vw;
      object-fit: cover; }
  .build_style .sec-fv .fv-inner {
    background: rgba(255, 255, 255, 0.75);
    color: #b6ad8b;
    display: block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .build_style .sec-fv .fv-inner {
        max-width: clamp(0rem, 29.1666666667vw, 54.3rem);
        aspect-ratio: 543 / 548;
        padding: clamp(0rem, 4.6875vw, 9rem) clamp(0rem, 3.125vw, 6rem) clamp(0rem, 4.1666666667vw, 8rem) clamp(0rem, 3.125vw, 6rem); } }
    @media screen and (max-width: 767px) {
      .build_style .sec-fv .fv-inner {
        box-shadow: 0px 10px 15px 0px rgba(204, 204, 204, 0.5);
        scale: 1.0;
        max-width: 90%;
        margin-top: -19%;
        background: rgba(255, 255, 255, 0.9);
        padding: clamp(0rem, 7.0404172099vw, 5.4rem) clamp(0rem, 8.8657105606vw, 6.8rem) clamp(0rem, 9.3872229465vw, 7.2rem) clamp(0rem, 9.3872229465vw, 7.2rem); } }
  .build_style .sec-fv .fv-ttl {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin-bottom: clamp(1rem, 1.5625vw, 3rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-fv .fv-ttl {
        margin-bottom: clamp(1rem, 3.9113428944vw, 3rem); } }
    .build_style .sec-fv .fv-ttl::after {
      content: "";
      display: block;
      width: clamp(1rem, 4.4270833333vw, 8.5rem);
      height: 3px;
      background: #b6ad8b;
      margin-top: 0.3em; }
      @media screen and (max-width: 767px) {
        .build_style .sec-fv .fv-ttl::after {
          width: clamp(1rem, 11.0821382008vw, 8.5rem); } }
    .build_style .sec-fv .fv-ttl .sec-ttl-en {
      font-size: clamp(1.2rem, 2.8645833333vw, 5.5rem);
      font-weight: 500;
      line-height: 1;
      margin-bottom: 0.15em; }
      @media screen and (max-width: 767px) {
        .build_style .sec-fv .fv-ttl .sec-ttl-en {
          font-size: clamp(1.2rem, 7.1707953064vw, 5.5rem); } }
    .build_style .sec-fv .fv-ttl .sec-ttl-ja {
      font-size: clamp(1.2rem, 1.0416666667vw, 2rem); }
      @media screen and (max-width: 767px) {
        .build_style .sec-fv .fv-ttl .sec-ttl-ja {
          font-size: clamp(1.2rem, 2.6075619296vw, 2rem); } }
  .build_style .sec-fv .BS-ttl {
    font-size: clamp(1.2rem, 2.2916666667vw, 4.4rem);
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .build_style .sec-fv .BS-ttl {
        margin-bottom: 0.25em;
        font-size: clamp(1.2rem, 5.2151238592vw, 4rem); } }
  .build_style .sec-fv .fv-price {
    font-size: clamp(1.2rem, 2.0833333333vw, 4rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-fv .fv-price {
        font-size: clamp(1.2rem, 5.2151238592vw, 4rem); } }
    .build_style .sec-fv .fv-price .num {
      font-size: clamp(1.2rem, 2.1875vw, 4.2rem); }
      @media screen and (max-width: 767px) {
        .build_style .sec-fv .fv-price .num {
          font-size: clamp(1.2rem, 5.4758800522vw, 4.2rem); } }
    .build_style .sec-fv .fv-price .zei {
      font-size: clamp(1.2rem, 2.1875vw, 4.2rem); }
      @media screen and (max-width: 767px) {
        .build_style .sec-fv .fv-price .zei {
          font-size: clamp(1.2rem, 3.1290743155vw, 2.4rem); } }
  .build_style .sec-fv .fv-cnv {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.05em;
    margin-top: clamp(1rem, 1.5625vw, 3rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-fv .fv-cnv {
        margin-top: clamp(1rem, 3.9113428944vw, 3rem); } }
    .build_style .sec-fv .fv-cnv li {
      width: 48%;
      text-align: center; }
      .build_style .sec-fv .fv-cnv li a {
        display: block;
        background: #b6ad8b;
        color: #fff;
        padding: 0.5em 0;
        font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem); }
        @media screen and (max-width: 767px) {
          .build_style .sec-fv .fv-cnv li a {
            font-size: clamp(1.2rem, 3.3898305085vw, 2.6rem); } }
        @media (hover: hover) {
          .build_style .sec-fv .fv-cnv li a:hover {
            background: #04DFA7; } }
.build_style .sec-lead {
  margin-top: clamp(60px, 14vw, 250px);
  color: #b6ad8b; }
  .build_style .sec-lead .lead-row {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .build_style .sec-lead .lead-row {
        flex-direction: column; } }
    .build_style .sec-lead .lead-row .lead-head {
      width: 47%; }
      @media screen and (max-width: 960px) {
        .build_style .sec-lead .lead-row .lead-head {
          width: 100%;
          max-width: none; } }
    .build_style .sec-lead .lead-row .lead-body {
      width: 52%; }
      @media screen and (max-width: 960px) {
        .build_style .sec-lead .lead-row .lead-body {
          margin-top: 40px;
          width: 100%; } }
  .build_style .sec-lead .lead-ttl {
    font-size: clamp(2rem, 2.0833333333vw, 3.6rem);
    margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .build_style .sec-lead .lead-ttl {
        font-size: clamp(2rem, 4.1720990874vw, 3.2rem);
        margin-bottom: 1.5em; } }
    @media screen and (max-width: 375px) {
      .build_style .sec-lead .lead-ttl {
        font-size: clamp(1.4rem, 4.6936114733vw, 3.2rem); } }
  .build_style .sec-lead .BSbasic-txt {
    max-width: clamp(1rem, 30.854167vw, 51.4rem);
    width: 100%;
    margin-inline: 0 auto; }
    @media screen and (max-width: 960px) {
      .build_style .sec-lead .BSbasic-txt {
        max-width: none; } }
  .build_style .sec-lead .lead-img li img {
    width: 100%; }
  .build_style .sec-lead .lead-img.style01 li:nth-of-type(1) {
    width: 70%;
    margin: 0 auto 6%; }
    @media screen and (max-width: 767px) {
      .build_style .sec-lead .lead-img.style01 li:nth-of-type(1) {
        margin: 0 auto 2%; } }
  .build_style .sec-lead .lead-img.style01 li:nth-of-type(2) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 1490px) {
      .build_style .sec-lead .lead-img.style01 li:nth-of-type(2) {
        margin-left: 0; } }
    @media screen and (min-width: 768px) {
      .build_style .sec-lead .lead-img.style01 li:nth-of-type(2) {
        margin-left: -15%; } }
    @media screen and (max-width: 767px) {
      .build_style .sec-lead .lead-img.style01 li:nth-of-type(2) {
        justify-content: center; } }
    .build_style .sec-lead .lead-img.style01 li:nth-of-type(2) img:nth-of-type(1) {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .build_style .sec-lead .lead-img.style01 li:nth-of-type(2) img:nth-of-type(1) {
          width: 48%; } }
    .build_style .sec-lead .lead-img.style01 li:nth-of-type(2) img:nth-of-type(2) {
      width: 48%;
      margin-top: 10%;
      margin-right: 6%; }
      @media screen and (max-width: 767px) {
        .build_style .sec-lead .lead-img.style01 li:nth-of-type(2) img:nth-of-type(2) {
          margin-right: 2%;
          width: 48%; } }
  .build_style .sec-lead .lead-img.style02 {
    flex-direction: row-reverse; }
    .build_style .sec-lead .lead-img.style02 li:nth-of-type(1) {
      width: 70%;
      margin: 0 5% 4% auto; }
    .build_style .sec-lead .lead-img.style02 li:nth-of-type(2) {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .build_style .sec-lead .lead-img.style02 li:nth-of-type(2) img:nth-of-type(1) {
        width: 48%; }
      .build_style .sec-lead .lead-img.style02 li:nth-of-type(2) img:nth-of-type(2) {
        width: 48%; }
.build_style .sec-plan {
  color: #b6ad8b;
  margin-top: clamp(120px, 25vw, 250px);
  padding-bottom: clamp(120px, 20vw, 180px); }
  .build_style .sec-plan .plan-list {
    margin: clamp(40px, 6vw, 60px) auto 0; }
    @media screen and (min-width: 768px) {
      .build_style .sec-plan .plan-list {
        max-width: 90%; } }
    .build_style .sec-plan .plan-list .plan-item {
      font-size: clamp(1.6rem, 1.8vw, 1.8rem); }
      .build_style .sec-plan .plan-list .plan-item a {
        display: block;
        color: #b6ad8b;
        padding: 30px 4%; }
      .build_style .sec-plan .plan-list .plan-item .item-img-wrap {
        position: relative; }
      .build_style .sec-plan .plan-list .plan-item .search_icon {
        position: absolute;
        right: 2%;
        bottom: 2%;
        border-radius: 50%;
        background: #eee;
        aspect-ratio: 1;
        width: 2.5em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        pointer-events: none; }
      .build_style .sec-plan .plan-list .plan-item .item-img {
        background: #fff; }
        .build_style .sec-plan .plan-list .plan-item .item-img img {
          width: 100%;
          object-fit: scale-down;
          aspect-ratio: 1.9425; }
      .build_style .sec-plan .plan-list .plan-item .item-body {
        text-align: center;
        margin-top: clamp(25px, 4vw, 40px); }
      .build_style .sec-plan .plan-list .plan-item .item-data {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: clamp(1.2rem, 0.9375vw, 1.8rem); }
        @media screen and (max-width: 767px) {
          .build_style .sec-plan .plan-list .plan-item .item-data {
            font-size: clamp(1.2rem, 2.3468057366vw, 1.8rem); } }
        .build_style .sec-plan .plan-list .plan-item .item-data li:not(:last-child) {
          margin-right: 1em; }
      .build_style .sec-plan .plan-list .plan-item .item-price {
        margin-top: 0.8em;
        font-size: clamp(1.2rem, 2.1875vw, 4.2rem); }
        @media screen and (max-width: 767px) {
          .build_style .sec-plan .plan-list .plan-item .item-price {
            font-size: clamp(1.2rem, 5.4758800522vw, 4.2rem); } }
        .build_style .sec-plan .plan-list .plan-item .item-price .sml {
          font-size: clamp(1.2rem, 1.25vw, 2.4rem); }
          @media screen and (max-width: 767px) {
            .build_style .sec-plan .plan-list .plan-item .item-price .sml {
              font-size: clamp(1.2rem, 3.1290743155vw, 2.4rem); } }
.build_style .sec-design {
  color: #b6ad8b;
  overflow: hidden;
  margin-top: clamp(1rem, 13.0208333333vw, 25rem);
  padding-bottom: clamp(1rem, 9.375vw, 18rem); }
  @media screen and (max-width: 767px) {
    .build_style .sec-design {
      margin-top: clamp(1rem, 32.5945241199vw, 25rem);
      padding-bottom: clamp(1rem, 23.4680573664vw, 18rem); } }
  .build_style .sec-design .design-list {
    width: 100%;
    margin: clamp(1rem, 3.125vw, 6rem) auto;
    max-width: clamp(1rem, 69.7916666667vw, 134rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-design .design-list {
        margin: clamp(1rem, 7.8226857888vw, 6rem) auto;
        max-width: clamp(1rem, 174.7066492829vw, 134rem); } }
    @media screen and (max-width: 1200px) {
      .build_style .sec-design .design-list {
        width: 82%;
        margin-inline: auto; } }
    @media screen and (min-width: 1201px) {
      .build_style .sec-design .design-list .slick-list {
        overflow: visible; } }
    .build_style .sec-design .design-list .slick-arrow {
      top: min(15vw, 170px); }
      @media screen and (max-width: 767px) {
        .build_style .sec-design .design-list .slick-arrow {
          top: min(25vw, 210px); } }
      @media screen and (min-width: 1201px) {
        .build_style .sec-design .design-list .slick-arrow.slick-next {
          right: -0.5%; } }
      @media screen and (min-width: 1201px) {
        .build_style .sec-design .design-list .slick-arrow.slick-prev {
          left: -0.5%; } }
    .build_style .sec-design .design-list .design-item {
      margin: 0 clamp(10px, 2vw, 20px); }
      .build_style .sec-design .design-list .design-item .item-img img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1.5; }
      .build_style .sec-design .design-list .design-item .item-body {
        margin-top: clamp(15px, 3vw, 30px);
        text-align: center; }
      .build_style .sec-design .design-list .design-item .item-ttl {
        font-size: clamp(1.2rem, 1.0416666667vw, 2rem); }
        @media screen and (max-width: 767px) {
          .build_style .sec-design .design-list .design-item .item-ttl {
            font-size: clamp(1.2rem, 2.6075619296vw, 2rem); } }
      .build_style .sec-design .design-list .design-item .item-price {
        font-size: clamp(1.2rem, 1.1458333333vw, 2.2rem); }
        @media screen and (max-width: 767px) {
          .build_style .sec-design .design-list .design-item .item-price {
            font-size: clamp(1.2rem, 2.8683181226vw, 2.2rem); } }
        .build_style .sec-design .design-list .design-item .item-price .sml {
          font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem); }
          @media screen and (max-width: 767px) {
            .build_style .sec-design .design-list .design-item .item-price .sml {
              font-size: clamp(1.2rem, 2.0860495437vw, 1.6rem); } }
  .build_style .sec-design .BSbasic-txt {
    max-width: clamp(1rem, 48.9583333333vw, 134rem);
    margin-inline: auto; }
    @media screen and (max-width: 767px) {
      .build_style .sec-design .BSbasic-txt {
        max-width: clamp(1rem, 174.7066492829vw, 134rem);
        width: 92%;
        margin-inline: auto; } }
.build_style .sec-skeleton {
  padding-bottom: clamp(1.2rem, 13.0208333333vw, 25rem); }
  @media screen and (max-width: 767px) {
    .build_style .sec-skeleton {
      padding-bottom: clamp(1.2rem, 32.5945241199vw, 25rem); } }
  .build_style .sec-skeleton .block-ctsttl {
    color: #000; }
    .build_style .sec-skeleton .block-ctsttl .sec-ttl {
      font-size: clamp(1.2rem, 2.9166666667vw, 5.6rem); }
      @media screen and (max-width: 1200px) {
        .build_style .sec-skeleton .block-ctsttl .sec-ttl {
          font-size: clamp(1.2rem, 4.6666666667vw, 5.6rem); } }
      @media screen and (max-width: 767px) {
        .build_style .sec-skeleton .block-ctsttl .sec-ttl {
          font-size: clamp(1.2rem, 7.3011734029vw, 5.6rem); } }
      .build_style .sec-skeleton .block-ctsttl .sec-ttl::after {
        display: none; }
  .build_style .sec-skeleton .skeleton-lead {
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: clamp(1.2rem, 3.125vw, 6rem);
    font-size: clamp(1.2rem, 2.5vw, 4.8rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-skeleton .skeleton-lead {
        margin-bottom: clamp(1.2rem, 7.8226857888vw, 6rem);
        font-size: clamp(1.2rem, 6.258148631vw, 4.8rem); } }
    .build_style .sec-skeleton .skeleton-lead .sml {
      display: block;
      font-weight: normal;
      font-size: clamp(1.2rem, 0.9375vw, 1.8rem); }
      @media screen and (max-width: 767px) {
        .build_style .sec-skeleton .skeleton-lead .sml {
          font-size: clamp(1.2rem, 2.3468057366vw, 1.8rem); } }
  .build_style .sec-skeleton .skeleton-ctsWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .build_style .sec-skeleton .skeleton-ctsWrap .skeleton-ctsBlock {
      width: 45%; }
      @media screen and (max-width: 1200px) {
        .build_style .sec-skeleton .skeleton-ctsWrap .skeleton-ctsBlock {
          width: 48%; } }
      @media screen and (max-width: 767px) {
        .build_style .sec-skeleton .skeleton-ctsWrap .skeleton-ctsBlock {
          width: 100%; }
          .build_style .sec-skeleton .skeleton-ctsWrap .skeleton-ctsBlock:nth-of-type(n+2) {
            margin-top: 40px; } }
  .build_style .sec-skeleton .skeleton-main .main-txt {
    margin-top: clamp(1.2rem, 4.1666666667vw, 8rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-skeleton .skeleton-main .main-txt {
        margin-top: clamp(1.2rem, 10.4302477184vw, 8rem); } }
  .build_style .sec-skeleton .skeleton-list .skeleton-item:nth-of-type(n+2) {
    margin-top: clamp(1.2rem, 5.2083333333vw, 10rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-skeleton .skeleton-list .skeleton-item:nth-of-type(n+2) {
        margin-top: clamp(1.2rem, 13.037809648vw, 10rem); } }
  .build_style .sec-skeleton .skeleton-list .skeleton-item .item-ttl {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    text-align: center;
    background: #ededed;
    padding: 0.2em 0;
    margin-bottom: clamp(20px, 4vw, 40px);
    font-size: clamp(1.2rem, 1.25vw, 2.4rem);
    margin-bottom: clamp(1.2rem, 2.0833333333vw, 4rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-skeleton .skeleton-list .skeleton-item .item-ttl {
        font-size: clamp(1.2rem, 3.1290743155vw, 2.4rem);
        margin-bottom: clamp(1.2rem, 5.2151238592vw, 4rem); } }
  .build_style .sec-skeleton .skeleton-list .skeleton-item .item-row {
    display: flex;
    justify-content: space-between; }
  .build_style .sec-skeleton .skeleton-list .skeleton-item .item-img {
    width: 48%;
    text-align: center; }
  .build_style .sec-skeleton .skeleton-list .skeleton-item .item-txt {
    width: 48%; }
  .build_style .sec-skeleton .BSbasic-txt {
    font-size: clamp(1.2rem, 0.9375vw, 1.8rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-skeleton .BSbasic-txt {
        font-size: clamp(1.2rem, 2.3468057366vw, 1.8rem); } }
.build_style .sec-features .features-head {
  background: #fff;
  color: #b6ad8b;
  padding: clamp(1.2rem, 7.8125vw, 15rem) clamp(1.2rem, 7.8125vw, 15rem); }
  @media screen and (max-width: 767px) {
    .build_style .sec-features .features-head {
      padding: clamp(1.2rem, 19.556714472vw, 15rem) clamp(1.2rem, 6.518904824vw, 5rem); } }
.build_style .sec-features .features-lead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .build_style .sec-features .features-lead .lead-left {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .build_style .sec-features .features-lead .lead-left {
        width: 100%; } }
  .build_style .sec-features .features-lead .lead-right {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .build_style .sec-features .features-lead .lead-right {
        width: 100%;
        margin-top: 40px; } }
  .build_style .sec-features .features-lead .features-mainimg {
    text-align: right;
    margin-inline: auto;
    max-width: clamp(1rem, 24.84375vw, 47.7rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-features .features-lead .features-mainimg {
        max-width: clamp(1rem, 62.1903520209vw, 47.7rem);
        text-align: center; } }
.build_style .sec-features .features-ttl {
  width: 90%;
  padding: 0 0 0.5em;
  max-width: clamp(1rem, 22.03125vw, 42.3rem);
  font-size: clamp(1.2rem, 2.1875vw, 4.2rem);
  margin: 0 auto clamp(1rem, 4.1666666667vw, 8rem); }
  @media screen and (max-width: 1200px) {
    .build_style .sec-features .features-ttl {
      font-size: clamp(1.2rem, 3vw, 3.6rem); } }
  @media screen and (max-width: 767px) {
    .build_style .sec-features .features-ttl {
      max-width: clamp(1rem, 55.149934811vw, 42.3rem);
      font-size: clamp(1.2rem, 5.4758800522vw, 4.2rem);
      margin: 0 auto clamp(1rem, 10.4302477184vw, 8rem); } }
  @media screen and (max-width: 576px) {
    .build_style .sec-features .features-ttl {
      font-size: clamp(1.2rem, 7.2916666667vw, 4.2rem); } }
  .build_style .sec-features .features-ttl::after {
    content: "";
    position: relative;
    top: 0.5em;
    display: block;
    width: 100%;
    height: 3px;
    background: #b6ad8b; }
.build_style .sec-features .BSbasic-txt {
  font-size: clamp(1.2rem, 1.1458333333vw, 2.2rem); }
  @media screen and (max-width: 767px) {
    .build_style .sec-features .BSbasic-txt {
      font-size: clamp(1.2rem, 2.8683181226vw, 2.2rem); } }
.build_style .sec-features .features-list .features-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: clamp(25px, 10vw, 100px); }
  .build_style .sec-features .features-list .features-item:nth-of-type(2n) {
    flex-direction: row-reverse; }
  .build_style .sec-features .features-list .features-item .item-head {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 45%; }
    @media screen and (max-width: 767px) {
      .build_style .sec-features .features-list .features-item .item-head {
        width: 100%;
        height: 75vw;
        min-height: 300px; } }
    .build_style .sec-features .features-list .features-item .item-head.headImg {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 min(4%, 60px); }
  .build_style .sec-features .features-list .features-item .item-body {
    width: 55%;
    background: #999;
    color: #fff;
    padding: clamp(1rem, 7.8125vw, 15rem) clamp(1rem, 5.2083333333vw, 10rem);
    min-height: clamp(1rem, 33.2291666667vw, 63.8rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-features .features-list .features-item .item-body {
        padding: clamp(1rem, 19.556714472vw, 15rem) clamp(1rem, 13.037809648vw, 10rem); } }
    @media screen and (max-width: 767px) {
      .build_style .sec-features .features-list .features-item .item-body {
        width: 100%;
        padding: clamp(40px, 15vw, 150px) min(4%, 100px); } }
  .build_style .sec-features .features-list .features-item .item-img img {
    width: 100%; }
  .build_style .sec-features .features-list .features-item .item-imgCap {
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    text-indent: -1em;
    padding-left: 1em; }
  .build_style .sec-features .features-list .features-item .item-ttl {
    letter-spacing: 0.3em;
    margin-bottom: 1.5em;
    font-weight: 500;
    font-size: clamp(1.2rem, 1.875vw, 3.6rem); }
    @media screen and (max-width: 1200px) {
      .build_style .sec-features .features-list .features-item .item-ttl {
        font-size: clamp(1.2rem, 3vw, 3.6rem); } }
    @media screen and (max-width: 767px) {
      .build_style .sec-features .features-list .features-item .item-ttl {
        font-size: clamp(1.2rem, 4.6936114733vw, 3.6rem); } }
    @media screen and (max-width: 576px) {
      .build_style .sec-features .features-list .features-item .item-ttl {
        font-size: clamp(1.2rem, 5.2083333333vw, 3.6rem); } }
  .build_style .sec-features .features-list .features-item .BSbasic-txt {
    font-size: clamp(1.2rem, 1.1458333333vw, 2.2rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-features .features-list .features-item .BSbasic-txt {
        font-size: clamp(1.2rem, 2.8683181226vw, 2.2rem); } }
    .build_style .sec-features .features-list .features-item .BSbasic-txt .ark {
      font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem); }
      @media screen and (max-width: 767px) {
        .build_style .sec-features .features-list .features-item .BSbasic-txt .ark {
          font-size: clamp(1.2rem, 2.0860495437vw, 1.6rem); } }
.build_style .sec-lineup {
  margin-top: clamp(1rem, 13.0208333333vw, 25rem); }
  @media screen and (max-width: 767px) {
    .build_style .sec-lineup {
      margin-top: clamp(1rem, 32.5945241199vw, 25rem); } }
  .build_style .sec-lineup .lineup-item a {
    display: block;
    color: #b6ad8b;
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: clamp(1rem, 4.6875vw, 9rem) 4%; }
    @media screen and (max-width: 767px) {
      .build_style .sec-lineup .lineup-item a {
        padding: clamp(1rem, 11.7340286832vw, 9rem) 4%; } }
    @media (hover: hover) {
      .build_style .sec-lineup .lineup-item a:hover .item-more {
        background: #b6ad8b;
        color: #fff; } }
    @media screen and (max-width: 767px) {
      .build_style .sec-lineup .lineup-item a {
        background-size: cover; } }
  .build_style .sec-lineup .lineup-item .item-inner {
    background: rgba(255, 255, 255, 0.85);
    max-width: 92%;
    width: 80%;
    margin: 0 auto;
    padding: clamp(30px, 8vw, 90px) 4%;
    text-align: center; }
  .build_style .sec-lineup .lineup-item .item-ttl {
    letter-spacing: 0.05em;
    font-size: clamp(1.2rem, 2.1875vw, 4.2rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-lineup .lineup-item .item-ttl {
        font-size: clamp(1.2rem, 5.4758800522vw, 4.2rem); } }
  .build_style .sec-lineup .lineup-item .item-price {
    font-size: clamp(1.2rem, 1.5625vw, 3rem); }
    @media screen and (max-width: 767px) {
      .build_style .sec-lineup .lineup-item .item-price {
        font-size: clamp(1.2rem, 3.9113428944vw, 3rem); } }
    .build_style .sec-lineup .lineup-item .item-price .font_accent3 {
      font-size: clamp(1.2rem, 1.7708333333vw, 3.4rem); }
      @media screen and (max-width: 767px) {
        .build_style .sec-lineup .lineup-item .item-price .font_accent3 {
          font-size: clamp(1.2rem, 4.4328552803vw, 3.4rem); } }
  .build_style .sec-lineup .lineup-item .item-more {
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0.1em;
    border: 2px solid #b6ad8b;
    color: #b6ad8b;
    border-radius: 100vmax;
    max-width: 98px;
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
    padding: 0.3em 0;
    transition: 0.3s ease-in-out; }
  .build_style .sec-lineup .block-ctsttl .sec-ttl {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    position: relative; }
    .build_style .sec-lineup .block-ctsttl .sec-ttl::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      bottom: 0;
      width: clamp(1rem, 4.4270833333vw, 8.5rem); }
      @media screen and (max-width: 767px) {
        .build_style .sec-lineup .block-ctsttl .sec-ttl::after {
          width: clamp(1rem, 11.0821382008vw, 8.5rem); } }
.build_style .sec-other .other-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .build_style .sec-other .other-list .other-item {
    width: 48%; }
    @media screen and (max-width: 576px) {
      .build_style .sec-other .other-list .other-item {
        width: 100%; }
        .build_style .sec-other .other-list .other-item:nth-of-type(n+2) {
          margin-top: 25px; } }
    .build_style .sec-other .other-list .other-item a {
      display: block;
      position: relative;
      padding: clamp(40px, 12vw, 120px) 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: clamp(1rem, 6.25vw, 12rem); }
      .build_style .sec-other .other-list .other-item a::before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 15% 50%);
        background: rgba(0, 0, 0, 0.64);
        transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .build_style .sec-other .other-list .other-item a:hover::before {
          background: black; } }
    .build_style .sec-other .other-list .other-item .sec-ttl {
      font-size: clamp(1.2rem, 2.6041666667vw, 5rem); }
      @media screen and (max-width: 576px) {
        .build_style .sec-other .other-list .other-item .sec-ttl {
          font-size: clamp(1.2rem, 6.25vw, 3.6rem); } }
    .build_style .sec-other .other-list .other-item .block-ctsttl {
      position: relative;
      color: #fff; }
      .build_style .sec-other .other-list .other-item .block-ctsttl .sec-ttl::after {
        background: #fff; }

.BSbottomLink .BSbottomLink-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 960px) {
    .BSbottomLink .BSbottomLink-list {
      justify-content: space-between; } }
  .BSbottomLink .BSbottomLink-list .BSbottomLink-item {
    width: calc(96%/3);
    font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem); }
    @media screen and (max-width: 767px) {
      .BSbottomLink .BSbottomLink-list .BSbottomLink-item {
        font-size: clamp(1.2rem, 2.0860495437vw, 1.6rem); } }
    @media screen and (min-width: 768px) {
      .BSbottomLink .BSbottomLink-list .BSbottomLink-item:nth-of-type(n+2) {
        margin-left: 2%; } }
    @media screen and (max-width: 960px) {
      .BSbottomLink .BSbottomLink-list .BSbottomLink-item {
        width: 100%; }
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item:nth-of-type(n+2) {
          margin-top: 4%; }
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item:nth-of-type(n+3) {
          margin-top: 4%; }
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item:nth-of-type(odd):last-child {
          width: 100%; } }
    .BSbottomLink .BSbottomLink-list .BSbottomLink-item a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: #f4f4f4;
      height: 100%;
      padding: clamp(3rem, 3.125vw, 6rem) 10%; }
      @media screen and (max-width: 767px) {
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item a {
          padding: clamp(3rem, 7.8226857888vw, 6rem) 10%; } }
      @media (hover: hover) {
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item a:hover .item-more {
          background: #b6ad8b;
          color: #fff; } }
    .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-ttl {
      text-align: center;
      color: #b6ad8b;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0.5em;
      font-size: clamp(1.2rem, 2.1666666667vw, 2.6rem); }
      @media screen and (min-width: 768px) {
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-ttl {
          min-height: 3em; } }
      @media screen and (max-width: 1200px) {
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-ttl {
          font-size: clamp(1.2rem, 2.6666666667vw, 3.2rem); } }
      @media screen and (max-width: 767px) {
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-ttl {
          font-size: clamp(1.2rem, 5.2083333333vw, 3rem); } }
    .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-txt {
      text-align: center;
      font-size: clamp(1.2rem, 1.1458333333vw, 2rem); }
      @media screen and (max-width: 1200px) {
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-txt {
          font-size: clamp(1.2rem, 1.8333333333vw, 2.2rem); } }
      @media screen and (max-width: 767px) {
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-txt {
          text-align: left;
          font-size: clamp(1.2rem, 4.1666666667vw, 2.2rem); } }
    .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-img {
      margin-top: 20px; }
      @media screen and (max-width: 960px) {
        .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-img {
          display: none; } }
      .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-img img {
        width: 100%;
        height: clamp(70px, 10vw, 100px);
        object-fit: scale-down; }
    .BSbottomLink .BSbottomLink-list .BSbottomLink-item .item-more {
      font-family: "futura-pt", sans-serif;
      letter-spacing: 0.1em;
      border: 2px solid #b6ad8b;
      color: #b6ad8b;
      border-radius: 100vmax;
      max-width: 98px;
      width: 100%;
      margin: 25px auto 0;
      text-align: center;
      padding: 0.3em 0;
      transition: 0.3s ease-in-out; }

/*==========================================
 BASIC
===========================================*/
@media screen and (min-width: 961px) {
  .page-basic .sec-lead .lead-row .lead-body {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: -9%; } }

/*# sourceMappingURL=build_style.css.map */
