/* ======================================================================
 setting
====================================================================== */
.p_order-furniture .intro {
  padding-top: 175px;
  padding-bottom: 220px;
}
.p_order-furniture .order-furniture-info .row {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 890px;
  margin-bottom: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_order-furniture .order-furniture-info .row .l-row {
  max-width: 410px;
  width: 100%;
}
.p_order-furniture .order-furniture-info .row .r-row {
  position: absolute;
  top: 25%;
  right: 0;
  max-width: 60vw;
  width: 100%;
}
.p_order-furniture .order-furniture-info .bg_01 {
  background-image: url(../img/order_furniture/bg01.png);
}
.p_order-furniture .order-furniture-info .bg_02 {
  background-image: url(../img/order_furniture/bg02.png);
}
.p_order-furniture .order-furniture-info .order-ttl {
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  padding: 0 0 30px;
}
.p_order-furniture .order-furniture-info .order-des {
  font-size: 18px;
  line-height: calc(32 / 18);
  color: #2B2B2E;
}
.p_order-furniture .order-furniture-info .order-txt {
  font-size: 15px;
  line-height: calc(28 / 15);
  color: #6B6967;
}
.p_order-furniture .order-furniture-info .cs-lh1 {
  line-height: 1;
  margin-bottom: 3rem;
}
.p_order-furniture .order-furniture-info .txt-indent5 {
  text-indent: -5px;
}

@media screen and (max-width: 968px) {
  .p_order-furniture .intro {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
  .p_order-furniture .order-furniture-info {
    padding: 0 4rem;
  }
  .p_order-furniture .order-furniture-info .row {
    background-size: contain;
    height: unset;
    width: auto;
    margin-bottom: 3rem;
  }
  .p_order-furniture .order-furniture-info .row .l-row {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
  .p_order-furniture .order-furniture-info .row .r-row {
    position: relative;
    max-width: 67rem;
    width: 67rem;
    transform: translateY(0);
    margin-bottom: -20rem;
    top: calc(50% - 20rem);
  }
  .p_order-furniture .order-furniture-info .row .order-btn-sp {
    margin-top: 20rem;
    text-align: center;
  }
  .p_order-furniture .order-furniture-info .order-ttl {
    font-size: 6rem;
    line-height: 1.2;
    padding: 20px 0 10px;
  }
  .p_order-furniture .order-furniture-info .order-des {
    font-size: 3rem;
    line-height: calc(44/30);
    margin-bottom: 2.5rem;
    color: #6B6967;
  }
  .p_order-furniture .order-furniture-info .order-txt {
    font-size: 2.4rem;
    line-height: calc(30/24);
    text-indent: 0;
  }
  .p_order-furniture .order-furniture-info .cs-lh1 {
    line-height: 1.5;
  }
  .p_order-furniture #modelhouse-nav {
    margin-top: 5rem;
  }
}

/*# sourceMappingURL=p_order.css.map */
