@font-face {
  font-family: WeissStd;
  src: url(../font/WeissStd.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Amiri", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
  background: #2a2d2e;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.loading__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 16;
  background: #2a2d2e;
  transition: 1s;
}
.loading__wrapper.disible {
  opacity: 0;
  visibility: hidden;
}
.loading__wrapper .catch__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading__wrapper .catch__text.visible .logo {
  animation: fadeIn 0.5s forwards;
}
.loading__wrapper .catch__text.visible .c__txt {
  animation: fadeIn 0.5s forwards;
}
.loading__wrapper .catch__text .logo {
  width: 151rem;
  display: flex;
  opacity: 0;
}
.loading__wrapper .catch__text .c__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.16em;
  line-height: 52.22rem;
  margin-top: 45rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  animation-delay: 0.5s !important;
}

header {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 13;
}
header .sp-menu {
  background: #2a2d2e;
  width: 60rem;
  height: 60rem;
  position: relative;
  cursor: pointer;
}
header .sp-menu.open span:nth-child(1) {
  top: 29rem;
  transform: translate(-50%) rotate(45deg);
}
header .sp-menu.open span:nth-child(2) {
  width: 0;
}
header .sp-menu.open span:nth-child(3) {
  top: 29rem;
  transform: translate(-50%) rotate(-45deg);
}
header .sp-menu span {
  width: 26rem;
  height: 0;
  border-top: 1rem solid #fff;
  position: absolute;
  left: 50%;
  top: 21rem;
  transform: translate(-50%);
  transition: 0.3s;
}
header .sp-menu span + span {
  top: 29rem;
}
header .sp-menu span + span + span {
  top: 36rem;
}
header .contact__items {
  width: 60rem;
}
header .contact__items .c__item {
  width: 100%;
  height: 150rem;
  background: #bb8740;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .contact__items .c__item:last-child {
  background: #747779;
}
header .contact__items .c__item span {
  font-weight: 500;
  color: white;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
}

.hambeg__menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  background: rgba(42, 45, 46, 0.96);
  justify-content: center;
  align-items: center;
  display: none;
}
.hambeg__menu.open {
  display: flex;
  animation: fadeIn 0.5s forwards;
}
.hambeg__menu .logo__info .logo {
  width: 82rem;
  display: flex;
  margin: auto;
  margin-bottom: 18rem;
}
.hambeg__menu .logo__info .c__txt {
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
  text-align: center;
  color: #fff;
}
.hambeg__menu .menu__content {
  margin-left: 200rem;
}
.hambeg__menu .menu__content ul li {
  margin: 17rem 0;
}
.hambeg__menu .menu__content ul li:nth-child(4) {
  opacity: 0.5;
  pointer-events: none;
}
.hambeg__menu .menu__content ul li .section-title {
  display: block;
}
.hambeg__menu .menu__content ul li .section-title .en__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 21rem;
  line-height: 2.5;
}
.hambeg__menu .menu__content ul li .section-title .en__txt:after {
  bottom: 2rem;
}
.hambeg__menu .menu__content ul li .section-title .ja__txt {
  font-family: WeissStd;
  font-size: 11rem;
  line-height: 1;
}
.hambeg__menu .menu__content ul li .sub__menu {
  margin-top: 20rem;
}
.hambeg__menu .menu__content ul li .sub__menu a {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.1em;
  line-height: 33rem;
  text-align: left;
  color: #fff;
  display: block;
}

.frontview {
  width: calc(100% - 60rem);
  display: flex;
  position: relative;
}
.frontview .style__mcark__half {
  width: 900rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -110rem;
  transform: translate(-50%);
}
.frontview .style__mark {
  width: 900rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -110rem;
  transform: translate(-50%);
  mix-blend-mode: overlay;
}
.frontview .catch__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 130rem;
  top: 130rem;
}
.frontview .catch__text .logo {
  width: 151rem;
  display: flex;
}
.frontview .catch__text .c__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.16em;
  line-height: 52.22rem;
  margin-top: 45rem;
  text-align: center;
  color: #1b1919;
}
.frontview .about__catch {
  font-weight: 500;
  font-size: 38rem;
  letter-spacing: 0.16em;
  line-height: 65rem;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 17.5520833333%;
  top: 43%;
  transform: translateY(-50%);
}

.section-title.--wp .en__txt:after {
  border-color: white;
}
.section-title.black .en__txt {
  color: #1b1919;
}
.section-title.black .ja__txt {
  color: #1b1919;
}
.section-title .en__txt {
  font-family: WeissStd;
  font-weight: normal;
  font-size: 60rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #fff;
  position: relative;
}
.section-title .en__txt:after {
  content: "";
  width: 25.05rem;
  height: 0rem;
  background: transparent;
  border-top: 1rem solid #e88631;
  position: absolute;
  left: 0;
  bottom: -10rem;
}
.section-title .ja__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 15rem;
  text-align: left;
  color: #fff;
}

.section-about {
  padding: 100rem 0;
  position: relative;
}
.section-about .tb__lbl {
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.1em;
  line-height: 75.78rem;
  text-align: center;
  color: #fff;
}
.section-about .about__content {
  max-width: 1240rem;
  width: 95%;
  margin: auto;
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-about .about__content .content__text {
  width: 425rem;
}
.section-about .about__content .content__text .t__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.05em;
  line-height: 45rem;
  margin-top: 55rem;
  text-align: left;
  color: #fff;
}
.section-about .about__content .content__text .c__txt {
  width: 94%;
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  margin-top: 30rem;
  text-align: justify;
  color: #fff;
}
.section-about .about__content .content__text .readmore__btn {
  margin: 58rem 30rem 0 auto;
}
.section-about .about__content .image__part {
  width: 625rem;
}
.section-about .about__content .image__part .c__image {
  width: 100%;
  display: flex;
}
.section-about .about__content .price__text {
  margin-top: 45rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-about .about__content .price__text .price {
  display: flex;
  width: 386rem;
}
.section-about .about__content .price__text .price .pt {
  font-weight: 500;
  font-size: 26rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.section-about .about__content .price__text .price .pu {
  font-family: WeissStd;
  font-weight: normal;
  font-size: 78rem;
  letter-spacing: 0.04em;
  line-height: 0.8;
  text-align: right;
  color: #fff;
}
.section-about .about__content .price__text .p__txt {
  font-weight: 500;
  font-size: 14rem;
  line-height: 19rem;
  margin-top: 15rem;
  text-align: right;
  color: #fff;
}

.readmore__btn {
  width: 172rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.readmore__btn:hover {
  opacity: 0.7;
}
.readmore__btn .lbl {
  font-family: WeissStd;
  font-weight: normal;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 56.9rem;
  text-align: right;
  color: #fff;
}
.readmore__btn .icon {
  width: 40rem;
  display: flex;
}
.readmore__btn .icon svg {
  width: 100%;
  height: 100%;
}

.middle__image {
  width: 100%;
  display: flex;
}

.section-housedesign {
  padding: 150rem 0;
  position: relative;
  z-index: 1;
}
.section-housedesign .bg {
  width: 1580rem;
  height: 100%;
  background: #e88631;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-housedesign .house__content {
  display: flex;
  align-items: center;
}
.section-housedesign .house__content .house__images {
  display: flex;
}
.section-housedesign .house__content .house__images .h__image {
  width: 610rem;
  margin-right: 30rem;
  display: flex;
}
.section-housedesign .house__content .content__text {
  width: 375rem;
  margin-left: 30rem;
}
.section-housedesign .house__content .content__text .c__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 45rem;
  margin-top: 25rem;
  text-align: left;
  color: #fff;
}
.section-housedesign .house__content .content__text .readmore__btn {
  text-align: right;
  margin: 80rem 0 0 auto;
}

.section-work {
  padding: 80rem 0;
}
.section-work.house {
  background: #2a2d2e;
}
.section-work .work__header {
  max-width: 1250rem;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-work .work__content {
  margin-top: 55rem;
}
.section-work .work__content .work__slider {
  display: flex;
}
.section-work .work__content .work__slider .c__item {
  width: 420rem;
}
.section-work .work__content .work__slider .c__item .c__image {
  width: 100%;
  display: flex;
  position: relative;
}
.section-work .work__content .work__slider .c__item .c__image .arrow {
  width: 40rem;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-work .work__content .work__slider .c__item .c__text {
  margin-top: 15rem;
  display: flex;
}
.section-work .work__content .work__slider .c__item .c__text .num {
  font-weight: 500;
  font-size: 30rem;
  letter-spacing: 0.05em;
  line-height: 33.1rem;
  text-align: left;
  color: #fff;
}
.section-work .work__content .work__slider .c__item .c__text .txt {
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 28rem;
  text-align: left;
  color: #fff;
}
.section-work .work__content .swiper-pagination {
  position: relative;
  margin-top: 50rem;
  left: auto;
  top: auto;
}
.section-work .work__content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .section-work .work__content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 0 10rem;
  background: transparent;
  border: 1rem solid #fff;
  opacity: 1;
}
.section-work .work__content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .section-work .work__content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.section-plan {
  padding: 80rem 0 150rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.section-plan .content__text {
  width: 470rem;
}
.section-plan .content__text .t__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 45rem;
  margin-top: 25rem;
  text-align: left;
  color: #fff;
}
.section-plan .content__text .readmore__btn {
  margin: 40rem 0 0 auto;
  opacity: 0.5;
  pointer-events: none;
}
.section-plan .c__image {
  width: 550rem;
  margin-left: 115rem;
  display: flex;
}

.section-spec {
  width: 100%;
  background: white;
}
.section-spec .content__inner {
  max-width: 1130rem;
  width: 95%;
  margin: auto;
  padding: 100rem 0;
}
.section-spec .content__inner .header__part {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-spec .content__inner .header__part .readmore__btn .lbl {
  color: #1b1919;
}
.section-spec .content__inner .spec__items {
  margin-top: 70rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-spec .content__inner .spec__items .s__item {
  width: 550rem;
  margin-bottom: 30rem;
  display: flex;
  position: relative;
}
.section-spec .content__inner .spec__items .s__item:hover:after {
  opacity: 0.6;
}
.section-spec .content__inner .spec__items .s__item:hover .c__lbl {
  opacity: 1;
}
.section-spec .content__inner .spec__items .s__item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.section-spec .content__inner .spec__items .s__item .mark {
  width: 60rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.section-spec .content__inner .spec__items .s__item .c__lbl {
  width: 100%;
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.1em;
  line-height: 46rem;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.3s;
}

footer {
  padding: 90rem 0;
  background: #2a2d2e;
}
footer .c__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 44rem;
  text-align: center;
  color: #fff;
}
footer .tb__lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 28rem;
  text-align: center;
  color: #fff;
}
footer .tb__lbl.c01 {
  margin-top: 0;
}
footer .tel {
  width: 340rem;
  display: flex;
  margin: auto;
  margin-top: 10rem;
  pointer-events: none;
}
footer .contact__items {
  display: flex;
  justify-content: center;
  margin-top: 15rem;
}
footer .contact__items .c__item {
  width: 230rem;
  height: 60rem;
  margin: 0 10rem;
  border-radius: 30rem;
  background: #b26e1a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer .contact__items .c__item:last-child {
  background: #67645f;
}
footer .contact__items .c__item .lbl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.2em;
  line-height: 32rem;
  text-align: center;
  color: #fff;
}
footer .contact__items .c__item .arrow {
  width: 10rem;
  display: flex;
  position: absolute;
  right: 28rem;
  top: 50%;
  transform: translateY(-50%);
}
footer .contact__items .c__item .arrow svg {
  width: 100%;
  height: 100%;
}

.footer__bar {
  padding: 50rem 0;
  background: white;
}
.footer__bar .company__name {
  width: 383rem;
  display: flex;
  margin: auto;
}
.footer__bar .address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.5;
  margin-top: 10rem;
  text-align: center;
  color: #000;
}

.topPage {
  width: 50rem;
  display: flex;
  position: fixed;
  right: 55rem;
  bottom: 15rem;
  z-index: 2;
  transition: 0.3s;
}
.topPage:hover {
  opacity: 0.7;
}

.mv__btn {
  width: 185rem;
  display: flex;
  position: fixed;
  right: 35rem;
  bottom: 70rem;
  z-index: 2;
  transition: 0.3s;
}
.mv__btn .close__btn {
  width: 15rem;
  display: flex;
  position: absolute;
  top: 10rem;
  right: 10rem;
  z-index: 1;
  cursor: pointer;
}
.mv__btn .close__btn svg {
  width: 100%;
  height: 100%;
}

.about__wrapper {
  width: 100%;
}
.about__wrapper .about__inner {
  padding: 150rem 0;
  position: relative;
}
.about__wrapper .about__inner .bg {
  width: 50%;
  height: 100%;
  background: #a09c9c;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: 0;
}
.about__wrapper .about__inner .ab__wrapper {
  width: 82.2916666667%;
  position: absolute;
  right: 0;
  top: 100rem;
  z-index: -1;
}
.about__wrapper .about__inner .ab__wrapper .about__main {
  width: calc(100% - 390rem - 50rem);
  margin: 0 0 0 auto;
  display: flex;
}
.about__wrapper .about__inner .about__part {
  width: 82.2916666667%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.about__wrapper .about__inner .about__part .about__text {
  width: auto;
}
.about__wrapper .about__inner .about__part .about__text .t__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.05em;
  line-height: 45rem;
  margin-top: 55rem;
  text-align: left;
  color: #fff;
}
.about__wrapper .about__inner .about__part .about__text .c__txt {
  width: 400rem;
  font-weight: 500;
  font-size: 15rem;
  line-height: 33rem;
  margin-top: 55rem;
  text-align: justify;
  color: #fff;
}
.about__wrapper .about__inner .about__detail {
  margin-top: 180rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.about__wrapper .about__inner .about__detail .cp__image {
  width: 600rem;
  margin-right: 300rem;
  display: flex;
}
.about__wrapper .about__inner .about__detail .detail__text .de__image {
  width: 500rem;
  display: flex;
}
.about__wrapper .about__inner .about__detail .detail__text .c__txt {
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 0.05em;
  line-height: 40rem;
  margin-top: 55rem;
  text-align: left;
  color: #fff;
}
.about__wrapper .about__feature {
  padding: 150rem 0;
  margin-bottom: 150rem;
  background: #fff;
  position: relative;
  z-index: 0;
}
.about__wrapper .about__feature .bg {
  width: 88.5416666667%;
  height: calc(100% - 150rem);
  background: #eeecea;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about__wrapper .about__feature .t__lbl {
  font-weight: 500;
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 50rem;
  text-align: center;
  color: #000;
}
.about__wrapper .about__feature .content__inner {
  max-width: 1065rem;
  width: 95%;
  margin: auto;
  margin-top: 150rem;
  padding-bottom: 150rem;
}
.about__wrapper .about__feature .content__inner .ct__item {
  width: 100%;
  margin-bottom: 150rem;
}
.about__wrapper .about__feature .content__inner .ct__item:last-child {
  margin-bottom: 0;
}
.about__wrapper .about__feature .content__inner .ct__item .c__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__wrapper .about__feature .content__inner .ct__item .c__item .content__text {
  width: 450rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .num {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
  position: relative;
}
.about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .num:after {
  content: "";
  width: 30rem;
  height: 0rem;
  background: transparent;
  border-bottom: 1rem solid #1b1919;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translate(-50%);
}
.about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .c__text {
  width: 300rem;
}
.about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .c__text .t__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0;
  line-height: 42rem;
  text-align: left;
  color: #000;
}
.about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .c__text .c__txt {
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  margin-top: 6rem;
  text-align: justify;
  color: #000;
}
.about__wrapper .about__feature .content__inner .ct__item .c__item .c__image {
  width: 580rem;
  display: flex;
}
.about__wrapper .about__feature .content__inner .ct__item .ct__bars {
  margin-top: 60rem;
  display: flex;
  justify-content: right;
}
.about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar {
  width: 410rem;
  margin-left: 20rem;
  display: flex;
  position: relative;
}
.about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar:hover:after {
  opacity: 0.6;
}
.about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar.c01 {
  width: 580rem;
}
.about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar .mark {
  width: 60rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar .c__lbl {
  width: 100%;
  font-weight: 500;
  font-size: 22rem;
  letter-spacing: 0.1em;
  line-height: 33rem;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar .c__lbl span {
  font-size: 16rem;
  display: block;
}

.housedesign__wrapper {
  background: white;
}
.housedesign__wrapper .house__front {
  width: calc(100% - 60rem);
  height: 600rem;
  display: flex;
  position: relative;
}
.housedesign__wrapper .house__front .catch__text {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.housedesign__wrapper .house__front .catch__text .c__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 46rem;
  margin-top: 60rem;
  text-align: left;
  color: #fff;
}
.housedesign__wrapper .house__front:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.housedesign__wrapper .house__front .c__item {
  width: 50%;
  display: flex;
}
.housedesign__wrapper .content__inner {
  padding: 100rem 0;
  background: #eeecea;
}
.housedesign__wrapper .detail__text {
  width: 700rem;
  margin: auto;
  font-weight: 500;
  font-size: 15rem;
  line-height: 33rem;
  text-align: justify;
  color: #000;
}
.housedesign__wrapper .design__items {
  margin-top: 70rem;
}
.housedesign__wrapper .design__items .ds__item {
  width: 100%;
  margin-bottom: 100rem;
  padding-left: 60rem;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}
.housedesign__wrapper .design__items .ds__item:last-child {
  flex-direction: row-reverse;
  justify-content: left;
  padding-left: 0;
  padding-right: 60rem;
}
.housedesign__wrapper .design__items .ds__item:last-child .c__image {
  margin-left: 0;
  margin-right: 120rem;
}
.housedesign__wrapper .design__items .ds__item .content__text {
  width: 500rem;
}
.housedesign__wrapper .design__items .ds__item .content__text .e__title {
  font-family: WeissStd;
  font-weight: normal;
  font-size: 70rem;
  letter-spacing: 0.2em;
  line-height: 70rem;
  text-align: left;
  color: #000;
}
.housedesign__wrapper .design__items .ds__item .content__text .t__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 42rem;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}
.housedesign__wrapper .design__items .ds__item .content__text .c__txt {
  font-weight: 500;
  font-size: 15rem;
  line-height: 33rem;
  margin-top: 25rem;
  text-align: justify;
  color: #000;
}
.housedesign__wrapper .design__items .ds__item .content__text .c__thum {
  width: 100%;
  margin-top: 55rem;
  display: flex;
}
.housedesign__wrapper .design__items .ds__item .c__image {
  width: 900rem;
  margin-left: 120rem;
  display: flex;
}

.sampleplan__wrapper {
  background: white;
}
.sampleplan__wrapper .house__front {
  width: calc(100% - 60rem);
  height: 600rem;
  display: flex;
  position: relative;
}
.sampleplan__wrapper .house__front .catch__text {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sampleplan__wrapper .house__front .catch__text .c__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 46rem;
  margin-top: 60rem;
  text-align: left;
  color: #fff;
}
.sampleplan__wrapper .house__front:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.sampleplan__wrapper .content__inner {
  padding: 100rem 0;
  background: #eeecea;
}
.sampleplan__wrapper .content__inner .cat__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sampleplan__wrapper .content__inner .cat__items li {
  width: 188rem;
  height: 50rem;
  border-radius: 15rem;
  background: transparent;
  border: 1rem solid #212222;
  margin: 0 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sampleplan__wrapper .content__inner .cat__items li.active {
  background: #e27200;
  border-color: #e27200;
}
.sampleplan__wrapper .content__inner .cat__items li.active span {
  color: white;
}
.sampleplan__wrapper .content__inner .cat__items li span {
  font-weight: 500;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 31rem;
  text-align: center;
  color: #212222;
}
.sampleplan__wrapper .content__inner .plan__items {
  width: 700rem;
  margin: auto;
  margin-top: 70rem;
  display: none;
}
.sampleplan__wrapper .content__inner .plan__items.active {
  display: block;
  animation: fadeIn 0.3s forwards;
}
.sampleplan__wrapper .content__inner .plan__items .p__item {
  width: 100%;
  margin-bottom: 100rem;
  display: flex;
}
.sampleplan__wrapper .content__inner .plan__items .p__item:last-child {
  margin-bottom: 0;
}

.spec__wrapper {
  background: white;
}
.spec__wrapper .house__front {
  width: calc(100% - 60rem);
  height: 600rem;
  display: flex;
  position: relative;
}
.spec__wrapper .house__front .catch__text {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.spec__wrapper .house__front .catch__text .c__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 46rem;
  margin-top: 60rem;
  text-align: left;
  color: #fff;
}
.spec__wrapper .house__front:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.spec__wrapper .content__inner {
  padding: 100rem 0;
  background: #eeecea;
}
.spec__wrapper .content__inner .detail__text {
  width: 700rem;
  margin: auto;
  font-weight: 500;
  font-size: 15rem;
  line-height: 33rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__items {
  max-width: 1000rem;
  width: 95%;
  margin: auto;
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spec__wrapper .content__inner .spec__items .sp__item {
  width: 46%;
  margin-bottom: 40rem;
}
.spec__wrapper .content__inner .spec__items .sp__item .c__image {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.spec__wrapper .content__inner .spec__items .sp__item .c__image:hover img {
  transform: scale(1.05);
}
.spec__wrapper .content__inner .spec__items .sp__item .c__image img {
  transition: 0.3s;
}
.spec__wrapper .content__inner .spec__items .sp__item h3 {
  font-weight: 500;
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 42rem;
  margin-top: 20rem;
  padding-bottom: 6rem;
  border-bottom: 1rem solid #000;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__items .sp__item .c__txt {
  font-weight: 500;
  font-size: 19rem;
  letter-spacing: 0.05em;
  line-height: 42rem;
  margin-top: 15rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__items .sp__item .readmore__btn {
  margin: 25rem 0 0 auto;
}
.spec__wrapper .content__inner .spec__items .sp__item .readmore__btn .lbl {
  color: #1b1919;
}
.spec__wrapper .content__inner .spec__content {
  max-width: 1000rem;
  width: 95%;
  margin: auto;
}
.spec__wrapper .content__inner .spec__content .spec__detail {
  padding-bottom: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1rem solid #000;
}
.spec__wrapper .content__inner .spec__content .spec__detail.no-border {
  border-bottom: 0;
}
.spec__wrapper .content__inner .spec__content .spec__detail .content__text {
  width: 450rem;
}
.spec__wrapper .content__inner .spec__content .spec__detail .content__text h3 {
  font-weight: 500;
  font-size: 45rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 1rem solid #000;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .spec__detail .content__text .t__txt {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.05em;
  line-height: 33rem;
  margin-top: 35rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .spec__detail .content__text .c__txt {
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  margin-top: 12rem;
  text-align: justify;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .spec__detail .s__image {
  width: 500rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .economy__content {
  max-width: 1000rem;
  width: 95%;
  height: auto;
  padding: 30rem;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.spec__wrapper .content__inner .spec__content .economy__content .content__text {
  width: 470rem;
}
.spec__wrapper .content__inner .spec__content .economy__content .content__text .t__lbl {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.1em;
  line-height: 31rem;
  text-align: left;
  color: #956a19;
}
.spec__wrapper .content__inner .spec__content .economy__content .content__text .c__txt {
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.02em;
  line-height: 24rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .economy__content .c__image {
  width: 413rem;
  margin-top: 20rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .economy__content .c__lbl {
  width: 123.05rem;
  height: 26.26rem;
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.5em;
  line-height: 27.96rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff0001;
  position: absolute;
  left: 0;
  top: 0;
}
.spec__wrapper .content__inner .spec__content .line {
  width: 100%;
  height: 0;
  margin: 50rem 0;
  border-top: 1rem solid #231f20;
}
.spec__wrapper .content__inner .spec__content .p__lbl {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.1em;
  line-height: 33rem;
  margin-top: 47rem;
  text-align: center;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .p__txt {
  width: 600rem;
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  margin: auto;
  margin-top: 25rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .contruct__detail {
  width: 100%;
  margin-top: 50rem;
  padding: 25rem 25rem 7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
}
.spec__wrapper .content__inner .spec__content .contruct__detail .c__items {
  width: 360rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item {
  width: 173rem;
  margin-bottom: 18rem;
}
.spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item .c__image {
  width: 100%;
  display: flex;
  position: relative;
}
.spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item .c__image .num {
  width: 22.62rem;
  height: 22.62rem;
  background: #e54912;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 12rem;
  line-height: 17rem;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item .tb__txt {
  font-weight: 500;
  font-size: 17.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-radius: 12rem;
  margin-top: 12rem;
  padding: 6rem 0;
  text-align: center;
  color: #fff;
  background: #956a19;
}
.spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item .c__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: -0.02em;
  line-height: 18rem;
  margin-top: 8rem;
  text-align: center;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .contruct__detail .cb__mark {
  width: 560rem;
}
.spec__wrapper .content__inner .spec__content .shap__detail {
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text {
  width: 400rem;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text.c01 {
  width: 460rem;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text .cat {
  width: -moz-max-content;
  width: max-content;
  height: 33.22rem;
  padding: 0 10rem;
  border-radius: 16.61rem;
  background: #4a4443;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text .cat span {
  font-weight: 500;
  font-size: 15.67rem;
  letter-spacing: 0.35em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text h3 {
  font-weight: 500;
  font-size: 45rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-top: 12rem;
  text-align: left;
  color: #352d2a;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text h3 span {
  font-size: 33rem;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text .t__txt {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.1em;
  line-height: 35.26rem;
  margin-top: 22rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text .c__txt {
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.1em;
  line-height: 28rem;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text .j__home {
  width: 85rem;
  margin-top: 40rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .shap__detail .content__text .c__sap {
  margin-top: 15rem;
}
.spec__wrapper .content__inner .spec__content .shap__detail .c__image {
  width: 500rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .frame__text {
  width: 100%;
  height: auto;
  margin-top: 50rem;
  padding: 25rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.spec__wrapper .content__inner .spec__content .frame__text.c03 .content__text {
  width: 450rem;
}
.spec__wrapper .content__inner .spec__content .frame__text.c03 .content__text .c__kap {
  display: flex;
  margin-top: 15rem;
}
.spec__wrapper .content__inner .spec__content .frame__text.c02 .content__text {
  width: 450rem;
  margin: 10rem 0;
}
.spec__wrapper .content__inner .spec__content .frame__text.c01 .c__image {
  width: 514rem;
}
.spec__wrapper .content__inner .spec__content .frame__text.c01 .content__text {
  width: 386rem;
}
.spec__wrapper .content__inner .spec__content .frame__text .c__image {
  width: 316rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text {
  width: 600rem;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text.c02 {
  width: 204rem;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text.c01 {
  width: 500rem;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text.c01 .c__part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text.c01 .c__part .c__txt {
  width: 142rem;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text.c01 .c__part .c__sap {
  width: 335rem;
  margin-top: 15rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text .t__lbl {
  font-weight: 500;
  font-size: 19.59rem;
  padding-left: 9rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: left;
  color: #956a19;
  border-left: 2rem solid #956a19;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text .c__txt {
  font-weight: 500;
  font-size: 14rem;
  line-height: 21rem;
  margin-top: 8rem;
  margin-bottom: 12rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .frame__text .content__text .c__txt:last-child {
  margin-bottom: 0;
}
.spec__wrapper .content__inner .spec__content .kap__items {
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.spec__wrapper .content__inner .spec__content .kap__items .k__item {
  width: 480rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .back__list {
  width: 200rem;
  height: 50rem;
  margin: auto;
  margin-top: 100rem;
  border-radius: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1rem solid #1b1919;
  transition: 0.3s;
}
.spec__wrapper .content__inner .spec__content .back__list:hover {
  background: #1b1b1b;
}
.spec__wrapper .content__inner .spec__content .back__list:hover span {
  color: white;
}
.spec__wrapper .content__inner .spec__content .back__list span {
  font-family: WeissStd;
  font-weight: normal;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 56.9rem;
  text-align: center;
  color: #1b1919;
  transition: 0.3s;
}
.spec__wrapper .content__inner .spec__content .t__title {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 42.22rem;
  letter-spacing: 0.1em;
  padding-bottom: 20rem;
  margin-top: 35rem;
  border-bottom: 1rem solid #000;
  line-height: 1;
  text-align: center;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .economy__items {
  margin-top: 40rem;
}
.spec__wrapper .content__inner .spec__content .economy__items .e__item {
  width: 100%;
  margin-bottom: 50rem;
}
.spec__wrapper .content__inner .spec__content .economy__items .e__item .e__image {
  width: 260rem;
  display: flex;
  margin: auto;
  margin-bottom: 25rem;
}
.spec__wrapper .content__inner .spec__content .economy__items .e__item .ec__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20rem;
}
.spec__wrapper .content__inner .spec__content .economy__items .e__item .ec__items .ec__item {
  width: 485rem;
  display: flex;
  margin-bottom: 30rem;
}
.spec__wrapper .content__inner .spec__content .sd__title {
  font-weight: 500;
  font-size: 21rem;
  letter-spacing: 0.1em;
  line-height: 42rem;
  margin-top: 42rem;
  text-align: center;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .sp__title {
  font-weight: 500;
  font-size: 50rem;
  letter-spacing: 0.1em;
  line-height: 70rem;
  text-align: center;
  color: #e54912;
}
.spec__wrapper .content__inner .spec__content .long_life {
  width: 100%;
  margin-top: 20rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .gap__items {
  margin-top: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spec__wrapper .content__inner .spec__content .gap__items .g__item {
  margin: 0 15rem;
  display: flex;
  align-items: center;
}
.spec__wrapper .content__inner .spec__content .gap__items .g__item:last-child .pan {
  background: #4a4443;
}
.spec__wrapper .content__inner .spec__content .gap__items .g__item .pan {
  width: 108.93rem;
  height: 25.05rem;
  margin-right: 8rem;
  border-radius: 8.82rem;
  background: #de6d36;
}
.spec__wrapper .content__inner .spec__content .gap__items .g__item .txt {
  font-weight: 500;
  font-size: 14.53rem;
  letter-spacing: 0.05em;
  line-height: 29.05rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .gt__content {
  margin-top: 64rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spec__wrapper .content__inner .spec__content .gt__content.c01 {
  margin-top: 20rem;
}
.spec__wrapper .content__inner .spec__content .gt__content.c01 .g__text {
  width: 485.29rem;
  height: auto;
  border-radius: 8.82rem;
  background: #fff;
  border: 1rem solid #e54912;
}
.spec__wrapper .content__inner .spec__content .gt__content.c01 .g__text .t__lbl {
  color: #e54912;
  border-color: #e54912;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text {
  width: 227.94rem;
  height: auto;
  margin-bottom: 24rem;
  padding: 15rem 0 0;
  border-radius: 8.82rem;
  background: #fff;
  border: 1rem solid #352d2a;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .t__lbl {
  font-weight: 500;
  font-size: 24.9rem;
  letter-spacing: 0.05em;
  line-height: 43.58rem;
  padding-bottom: 5rem;
  text-align: center;
  color: #352d2a;
  border-bottom: 1rem solid #352d2a;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item {
  padding: 18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt {
  display: flex;
  align-items: center;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .tp {
  font-weight: 500;
  font-size: 28.9rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .tp span {
  font-size: 21rem;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .num {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 100.02rem;
  margin-left: 0;
  margin-top: 15rem;
  line-height: 1;
  text-align: center;
  color: #e54912;
  display: flex;
  align-items: center;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .num span {
  font-size: 40rem;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .num.c01 {
  font-size: 65rem;
  margin-top: 0;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt__txt {
  width: 220.36rem;
  font-weight: 500;
  font-size: 14.53rem;
  letter-spacing: -0.05em;
  line-height: 20.75rem;
  text-align: left;
  padding-left: 15rem;
  border-left: 1rem solid #e54912;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt__txt.c01 {
  width: 130rem;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt__txt span {
  font-size: 10rem;
  display: block;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .c__text {
  padding: 18rem;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .t__txt {
  font-weight: 500;
  font-size: 15.86rem;
  letter-spacing: 0.03em;
  line-height: 19.04rem;
  text-align: center;
  color: #130a0a;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .t__txt span {
  font-size: 30rem;
}
.spec__wrapper .content__inner .spec__content .gt__content .g__text .c__txt {
  font-weight: 500;
  font-size: 14.53rem;
  letter-spacing: 0.05em;
  line-height: 20.75rem;
  text-align: left;
  color: #000;
}
.spec__wrapper .content__inner .spec__content .frame__images {
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.spec__wrapper .content__inner .spec__content .frame__images.c02 .f__image {
  width: 100%;
}
.spec__wrapper .content__inner .spec__content .frame__images.c01 .f__image {
  width: 600rem;
  display: flex;
}
.spec__wrapper .content__inner .spec__content .frame__images.c01 .f__image:last-child {
  width: 350rem;
}
.spec__wrapper .content__inner .spec__content .frame__images .f__image {
  width: 485rem;
  display: flex;
}

.work__wrapper {
  background: white;
  padding-bottom: 100rem;
}
.work__wrapper.mb0 {
  padding-bottom: 0;
}
.work__wrapper .house__front {
  width: calc(100% - 60rem);
  height: 600rem;
  display: flex;
  position: relative;
}
.work__wrapper .house__front .catch__text {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.work__wrapper .house__front .catch__text .c__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 46rem;
  margin-top: 60rem;
  text-align: left;
  color: #fff;
}
.work__wrapper .house__front:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
.work__wrapper .house__front .c__item {
  width: 50%;
  display: flex;
}
.work__wrapper .content__wrapper {
  padding: 100rem 0 50rem;
  background: #eeecea;
}
.work__wrapper .content__inner {
  max-width: 1000rem;
  width: 95%;
  margin: auto;
}
.work__wrapper .content__inner .t__title {
  font-weight: 500;
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 50rem;
  text-align: center;
  color: #000;
}
.work__wrapper .content__inner .content__items {
  width: 100%;
  margin-top: 80rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work__wrapper .content__inner .content__items .c__item {
  width: 480rem;
  margin-bottom: 70rem;
}
.work__wrapper .content__inner .content__items .c__item .c__image {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.work__wrapper .content__inner .content__items .c__item .c__image:hover img {
  transform: scale(1.05);
}
.work__wrapper .content__inner .content__items .c__item .c__image img {
  transition: 0.3s;
}
.work__wrapper .content__inner .content__items .c__item .content__text {
  padding-top: 20rem;
}
.work__wrapper .content__inner .content__items .c__item .content__text .num {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 35rem;
  letter-spacing: 0.05em;
  line-height: 33.1rem;
  padding-right: 5rem;
  border-right: 1rem solid #000;
  display: inline-block;
  text-align: left;
  color: #000;
}
.work__wrapper .content__inner .content__items .c__item .content__text h2 {
  font-weight: 500;
  font-size: 23rem;
  letter-spacing: 0;
  line-height: 31rem;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}
.work__wrapper .content__inner .content__items .c__item .content__text .readmore__btn {
  margin: 17rem 0 0 auto;
}
.work__wrapper .content__inner .content__items .c__item .content__text .readmore__btn .lbl {
  color: #000;
}
.work__wrapper .content__inner .works__content {
  width: 100%;
  text-align: center;
  margin-bottom: 30rem;
}
.work__wrapper .content__inner .works__content .num {
  font-family: "Amiri", serif;
  font-weight: normal;
  font-size: 75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
  position: relative;
}
.work__wrapper .content__inner .works__content .num:after {
  content: "";
  width: 30rem;
  height: 0rem;
  background: transparent;
  border-bottom: 1rem solid #1b1919;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.work__wrapper .content__inner .works__content .cap__txt {
  font-weight: 500;
  font-size: 25rem;
  letter-spacing: 0.1em;
  line-height: 44rem;
  margin-top: 25rem;
  text-align: center;
  color: #000;
}
.work__wrapper .content__inner .works__content .main__image {
  width: 100%;
  margin-top: 25rem;
  display: flex;
}
.work__wrapper .content__inner .works__content .detail__txt {
  width: 700rem;
  margin: auto;
  margin-top: 25rem;
  font-weight: 500;
  font-size: 15rem;
  line-height: 30rem;
  text-align: left;
  color: #000;
}
.work__wrapper .content__inner .works__content .detail__image {
  width: 700rem;
  display: flex;
  margin: auto;
  margin-top: 25rem;
}
.work__wrapper .works__content {
  width: 100%;
}
.work__wrapper .works__content .swiper-pagination {
  width: auto;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0 220rem;
}
.work__wrapper .works__content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .work__wrapper .works__content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 0 10rem;
  background: transparent;
  border: 1rem solid #000;
  opacity: 1;
}
.work__wrapper .works__content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .work__wrapper .works__content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.work__wrapper .works__slider {
  margin-top: 50rem;
  display: flex;
}
.work__wrapper .works__slider .c__item {
  width: 700rem;
}
.work__wrapper .works__slider .c__item .c__image {
  width: 100%;
}
.work__wrapper .works__slider .c__item .c__lbl {
  font-weight: 500;
  font-size: 15rem;
  line-height: 1.5;
  margin-top: 12rem;
  text-align: center;
  color: #000;
}
.work__wrapper .slider__controls {
  margin-top: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work__wrapper .slider__controls .swiper-button-prev {
  width: 40rem;
  height: 40rem;
  background: url(../img/arrow_left.webp);
  background-size: cover;
  color: transparent;
  position: relative;
  margin: 0;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
}
.work__wrapper .slider__controls .swiper-button-next {
  width: 40rem;
  height: 40rem;
  background: url(../img/arrow_right.webp);
  background-size: cover;
  color: transparent;
  position: relative;
  margin: 0;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
}
.work__wrapper .controls {
  margin-top: 100rem;
  margin-bottom: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work__wrapper .controls .back__list {
  width: 200rem;
  height: 50rem;
  margin: 0 290rem;
  border-radius: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1rem solid #1b1919;
  transition: 0.3s;
}
.work__wrapper .controls .back__list:hover {
  background: #1b1b1b;
}
.work__wrapper .controls .back__list:hover span {
  color: white;
}
.work__wrapper .controls .back__list span {
  font-family: WeissStd;
  font-weight: normal;
  font-size: 20rem;
  letter-spacing: 0.1em;
  line-height: 56.9rem;
  text-align: center;
  color: #1b1919;
  transition: 0.3s;
}
.work__wrapper .controls .readmore__btn {
  width: 108rem;
}
.work__wrapper .controls .readmore__btn:first-child {
  flex-direction: row-reverse;
}
.work__wrapper .controls .readmore__btn .lbl {
  color: #000;
}

@media screen and (max-width: 1680px) {
  .section-housedesign .house__content .house__images .h__image {
    width: 46%;
  }
  .section-housedesign .house__content .house__images {
    width: 70%;
  }
  .section-housedesign .house__content .content__text {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8px;
  }
  .section-spec .content__inner .spec__items .s__item {
    width: 48.5%;
  }
  .section-plan .content__text {
    width: 321rem;
  }
  .section-plan .c__image {
    width: 45%;
    margin-left: 4%;
  }
  .work__wrapper .content__inner .content__items .c__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1302vw;
  }
  .frontview {
    width: 100%;
  }
  .frontview .catch__text {
    left: 50%;
    transform: translate(-50%);
  }
  .frontview .style__mark {
    width: 653rem;
    left: 50%;
    bottom: -80rem;
  }
  .frontview .style__mcark__half {
    width: 650rem;
    left: 50%;
    bottom: -80rem;
  }
  .section-about .about__content {
    width: 690rem;
    margin: auto;
    margin-top: 90rem;
    display: block;
  }
  .section-title .en__txt {
    font-size: 90rem;
  }
  .section-title .ja__txt {
    font-size: 21rem;
  }
  .section-about .about__content .content__text .t__txt {
    font-size: 37rem;
    letter-spacing: 0.05em;
    line-height: 67rem;
    margin-top: 85rem;
  }
  .section-about .about__content .content__text {
    width: 690rem;
  }
  .section-about .about__content .content__text .c__txt {
    width: 548rem;
    font-size: 23rem;
    line-height: 45rem;
    margin-top: 50rem;
  }
  .readmore__btn {
    width: 257rem;
  }
  .section-about .about__content .content__text .readmore__btn {
    margin: 68rem 0 0 auto;
  }
  .readmore__btn .lbl {
    font-size: 30rem;
  }
  .readmore__btn .icon {
    width: 60rem;
  }
  .section-about .about__content .image__part {
    width: 630rem;
    margin: auto;
    margin-top: 80rem;
  }
  .section-about .about__content .price__text {
    margin-top: 55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-about .about__content .price__text .price .pt {
    font-size: 39rem;
  }
  .section-about .about__content .price__text .price .pu {
    font-size: 117rem;
  }
  .section-about .about__content .price__text .p__txt {
    font-size: 21rem;
    line-height: 1.5;
    margin-top: 20rem;
    text-align: center;
  }
  .section-housedesign {
    padding: 90rem 0;
  }
  .section-housedesign .house__content {
    width: 680rem;
    margin: auto;
    display: block;
  }
  .section-housedesign .house__content .house__images {
    width: 100%;
    display: block;
  }
  .section-housedesign .house__content .house__images .h__image {
    width: 100%;
    margin-right: auto;
    margin-bottom: 30rem;
  }
  .section-housedesign .house__content .content__text {
    margin-left: 0;
    margin-top: 70rem;
  }
  .section-housedesign .house__content .content__text .c__txt {
    font-size: 37rem;
    letter-spacing: 0.1em;
    line-height: 67rem;
    margin-top: 45rem;
  }
  .section-work .work__header {
    width: 680rem;
    margin: auto;
    display: block;
  }
  .section-work .work__header .readmore__btn {
    margin: 0 0 0 auto;
  }
  .section-work .work__content .work__slider .c__item .c__text .num {
    font-size: 45rem;
    letter-spacing: 0.05em;
    line-height: 49rem;
  }
  .section-work .work__content .work__slider .c__item .c__text .txt {
    font-size: 27rem;
    line-height: 42rem;
  }
  .section-work .work__content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .section-work .work__content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15rem;
    height: 15rem;
  }
  .section-plan {
    width: 680rem;
    margin: auto;
    padding: 80rem 0 100rem;
    display: block;
  }
  .section-plan .content__text .t__txt {
    font-weight: 500;
    font-size: 37rem;
    letter-spacing: 0.1em;
    line-height: 67rem;
    margin-top: 42rem;
  }
  .section-plan .content__text {
    width: 100%;
  }
  .section-plan .c__image {
    width: 100%;
    margin-left: 0;
    margin-top: 70rem;
  }
  .section-spec .content__inner {
    width: 680rem;
  }
  .section-spec .content__inner .header__part {
    display: block;
  }
  .section-spec .content__inner .header__part .readmore__btn {
    margin: 0 0 0 auto;
  }
  .section-spec .content__inner .spec__items .s__item {
    width: 100%;
  }
  .section-spec .content__inner .spec__items .s__item .c__lbl {
    font-size: 35rem;
  }
  .section-spec .content__inner .spec__items .s__item .mark {
    width: 74rem;
  }
  footer .c__lbl {
    font-size: 27rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
  footer .tb__lbl {
    font-size: 21rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 40rem;
  }
  footer .tel {
    width: 425rem;
    margin-top: 15rem;
    pointer-events: all;
  }
  footer .contact__items .c__item {
    width: 310rem;
    height: 81rem;
    margin: 0 15rem;
  }
  footer .contact__items {
    margin-top: 30rem;
  }
  footer .contact__items .c__item .lbl {
    font-size: 24rem;
  }
  footer .contact__items .c__item .arrow {
    width: 14rem;
    right: 35rem;
  }
  .topPage {
    width: 59rem;
    display: flex;
    position: fixed;
    right: 20rem;
    bottom: 85rem;
  }
  .hambeg__menu .logo__info .logo {
    width: 123rem;
    margin-bottom: 30rem;
  }
  .hambeg__menu .logo__info .c__txt {
    font-size: 27rem;
    line-height: 39rem;
  }
  .hambeg__menu .menu__content ul li .section-title .en__txt {
    font-size: 31rem;
  }
  .hambeg__menu .menu__content ul li .section-title .ja__txt {
    font-size: 16rem;
  }
  .hambeg__menu .menu__content ul li {
    margin: 24rem 0;
  }
  .hambeg__menu .menu__content {
    margin-left: 100rem;
  }
  header .contact__items {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
  }
  header .contact__items .c__item {
    width: 50%;
    height: 80rem;
  }
  header .contact__items .c__item span {
    letter-spacing: 0.2em;
    writing-mode: unset;
    font-size: 26rem;
  }
  .hambeg__menu .menu__content ul li .sub__menu a {
    font-size: 21rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  header .sp-menu {
    width: 100rem;
    height: 100rem;
  }
  header .sp-menu span {
    width: 43rem;
    top: 37rem;
  }
  header .sp-menu span + span {
    top: 50rem;
  }
  header .sp-menu span + span + span {
    top: 62rem;
  }
  header .sp-menu.open span:nth-child(3) {
    top: 50rem;
  }
  header .sp-menu.open span:nth-child(1) {
    top: 50rem;
  }
  .frontview .about__catch {
    font-size: 50rem;
    letter-spacing: 0.16em;
    line-height: 84rem;
    left: 38rem;
    top: 200rem;
    transform: unset;
  }
  .about__wrapper .about__inner .about__part {
    width: 680rem;
    margin: auto;
  }
  .about__wrapper .about__inner .about__part .about__text .t__txt {
    font-size: 35rem;
    letter-spacing: 0;
    line-height: 65rem;
    margin-top: 85rem;
  }
  .about__wrapper .about__inner .about__part .about__text {
    width: 100%;
  }
  .about__wrapper .about__inner .about__part .about__text .c__txt {
    width: 570rem;
    font-weight: 500;
    font-size: 22rem;
    line-height: 49rem;
    margin-top: 75rem;
    text-align: justify;
  }
  .about__wrapper .about__inner .ab__wrapper {
    width: 680rem;
    position: relative;
    right: initial;
    top: auto;
    margin: auto;
  }
  .about__wrapper .about__inner .ab__wrapper .about__main {
    width: 100%;
    margin: 50rem auto 0;
  }
  .about__wrapper .about__inner .bg {
    width: 100%;
    height: 53%;
  }
  .about__wrapper .about__inner .about__detail {
    margin-top: 50rem;
    display: block;
  }
  .about__wrapper .about__inner .about__detail .cp__image {
    width: 680rem;
    margin: auto;
  }
  .about__wrapper .about__inner .about__detail .detail__text .de__image {
    width: 680rem;
    margin: auto;
    margin-top: 100rem;
  }
  .about__wrapper .about__inner .about__detail .detail__text .c__txt {
    width: 680rem;
    margin: auto;
    font-weight: 500;
    font-size: 33rem;
    line-height: 60rem;
    margin-top: 55rem;
  }
  .about__wrapper .about__feature {
    padding: 100rem 0;
    margin-bottom: 100rem;
  }
  .about__wrapper .about__feature .bg {
    width: 100%;
    height: calc(100% - 100rem);
  }
  .about__wrapper .about__feature .t__lbl {
    font-size: 45rem;
    line-height: 75rem;
  }
  .about__wrapper .about__feature .content__inner {
    width: 690rem;
    margin: auto;
    margin-top: 80rem;
    padding-bottom: 100rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .c__item {
    display: block;
  }
  .about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .num {
    font-size: 112rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .num:after {
    width: 45rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .c__text {
    width: 450rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .c__item .content__text {
    width: 100%;
  }
  .about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .c__text .t__txt {
    font-size: 37rem;
    line-height: 63rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .c__item .content__text .c__text .c__txt {
    font-size: 22rem;
    line-height: 45rem;
    margin-top: 45rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .c__item .c__image {
    width: 100%;
    margin-top: 60rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .ct__bars {
    margin-top: 80rem;
    display: block;
  }
  .about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar {
    width: 615rem;
    margin: auto;
    margin-bottom: 20rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar .c__lbl {
    font-size: 33rem;
    line-height: 1.5;
  }
  .about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar .c__lbl span {
    font-size: 24rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar .mark {
    width: 90rem;
  }
  .about__wrapper .about__feature .content__inner .ct__item .ct__bars .ct__bar.c01 {
    width: 680rem;
  }
  .footer__bar {
    padding: 50rem 0 100rem;
  }
  .housedesign__wrapper .house__front {
    width: 100%;
  }
  .housedesign__wrapper .house__front .section-title .en__txt {
    font-size: 60rem;
    line-height: 1.2;
  }
  .housedesign__wrapper .house__front .section-title .ja__txt {
    font-size: 14rem;
  }
  .housedesign__wrapper .detail__text {
    width: 680rem;
    margin: auto;
    font-weight: 500;
    font-size: 23rem;
    line-height: 49rem;
  }
  .housedesign__wrapper .design__items .ds__item {
    width: 680rem;
    margin: auto;
    margin-bottom: 140rem;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: right;
    flex-direction: column-reverse;
  }
  .housedesign__wrapper .design__items .ds__item .c__image {
    width: 100%;
    margin-left: 0;
  }
  .housedesign__wrapper .design__items .ds__item .content__text {
    width: 100%;
    margin-top: 55rem;
  }
  .housedesign__wrapper .design__items .ds__item .content__text .e__title {
    font-size: 105rem;
    line-height: 1;
  }
  .housedesign__wrapper .design__items .ds__item .content__text .t__txt {
    font-size: 37rem;
    letter-spacing: 0.1em;
    line-height: 66rem;
  }
  .housedesign__wrapper .design__items .ds__item .content__text .c__txt {
    font-weight: 500;
    font-size: 22rem;
    line-height: 50rem;
  }
  .housedesign__wrapper .design__items .ds__item:last-child {
    flex-direction: column-reverse;
    padding-right: 0;
  }
  .sampleplan__wrapper .house__front {
    width: 100%;
  }
  .sampleplan__wrapper .house__front .catch__text {
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    position: absolute;
    left: 40rem;
    top: 100rem;
    z-index: 1;
    display: flex;
    justify-content: left;
  }
  .sampleplan__wrapper .house__front .catch__text .section-title .en__txt {
    font-size: 78rem;
    line-height: 1;
  }
  .sampleplan__wrapper .house__front .catch__text .section-title .ja__txt {
    font-size: 18rem;
  }
  .sampleplan__wrapper .house__front .catch__text .c__txt {
    font-size: 32rem;
    letter-spacing: 0.1em;
    line-height: 58rem;
    margin-top: 40rem;
  }
  .sampleplan__wrapper .content__inner .cat__items li {
    width: 128rem;
    height: 110rem;
    border-radius: 15rem;
    background: transparent;
    border: 1rem solid #212222;
    margin: 0 5rem;
  }
  .sampleplan__wrapper .content__inner .cat__items li span {
    font-size: 30rem;
  }
  .sampleplan__wrapper .content__inner .plan__items {
    width: 680rem;
  }
  .spec__wrapper .house__front {
    width: 100%;
  }
  .spec__wrapper .house__front .section-title .en__txt {
    font-size: 78rem;
  }
  .spec__wrapper .house__front .section-title .ja__txt {
    font-size: 18rem;
  }
  .spec__wrapper .house__front .catch__text .c__txt {
    font-size: 32rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 60rem;
  }
  .spec__wrapper .house__front .catch__text {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: absolute;
    left: 40rem;
    top: 155rem;
    z-index: 1;
    display: flex;
    justify-content: left;
    align-items: baseline;
    flex-direction: column;
  }
  .spec__wrapper .content__inner .detail__text {
    width: 680rem;
    margin: auto;
    font-weight: 500;
    font-size: 23rem;
    line-height: 49rem;
    text-align: justify;
  }
  .spec__wrapper .content__inner .spec__items {
    width: 680rem;
    margin: auto;
    margin-top: 60rem;
    display: block;
  }
  .spec__wrapper .content__inner .spec__items .sp__item {
    width: 100%;
    margin-bottom: 100rem;
  }
  .spec__wrapper .content__inner .spec__items .sp__item h3 {
    font-size: 45rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 30rem;
  }
  .spec__wrapper .content__inner .spec__items .sp__item .c__txt {
    font-size: 30rem;
    letter-spacing: 0.1em;
    line-height: 63rem;
  }
  .spec__wrapper .content__inner .spec__items .sp__item .readmore__btn {
    margin: 40rem 0 0 auto;
  }
  .spec__wrapper .content__inner .spec__content {
    width: 680rem;
  }
  .spec__wrapper .content__inner .spec__content .spec__detail {
    display: block;
    padding-bottom: 80rem;
  }
  .spec__wrapper .content__inner .spec__content .spec__detail .content__text {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .spec__detail .content__text h3 {
    font-size: 67rem;
  }
  .spec__wrapper .content__inner .spec__content .spec__detail .content__text .t__txt {
    font-size: 31rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .spec__wrapper .content__inner .spec__content .spec__detail .content__text .c__txt {
    font-size: 23rem;
    line-height: 45rem;
    margin-top: 16rem;
  }
  .spec__wrapper .content__inner .spec__content .spec__detail .s__image {
    width: 100%;
    margin-top: 50rem;
  }
  .spec__wrapper .content__inner .spec__content .p__lbl {
    font-size: 32rem;
    letter-spacing: 0.1em;
    line-height: 49rem;
    margin-top: 65rem;
  }
  .spec__wrapper .content__inner .spec__content .p__txt {
    width: 100%;
    font-weight: 500;
    font-size: 23rem;
    line-height: 45rem;
    margin: auto;
    margin-top: 35rem;
  }
  .spec__wrapper .content__inner .spec__content .contruct__detail {
    width: 100%;
    margin-top: 50rem;
    padding: 55rem 40rem 12rem;
    display: block;
  }
  .spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item {
    width: 290rem;
    margin-bottom: 45rem;
  }
  .spec__wrapper .content__inner .spec__content .contruct__detail .c__items {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item .c__image .num {
    width: 37rem;
    height: 37rem;
    font-size: 25rem;
  }
  .spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item .tb__txt {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-radius: 12rem;
    margin-top: 15rem;
    padding: 7rem 0;
  }
  .spec__wrapper .content__inner .spec__content .contruct__detail .c__items .c__item .c__txt {
    font-size: 23rem;
    line-height: 30rem;
  }
  .spec__wrapper .content__inner .spec__content .contruct__detail .cb__mark {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail {
    margin-top: 120rem;
    display: block;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text .cat {
    padding: 0 20rem;
    height: 50rem;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text .cat span {
    font-size: 23rem;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text h3 {
    font-size: 67rem;
    letter-spacing: -0.05em;
    line-height: 1.2;
    margin-top: 18rem;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text .t__txt {
    font-size: 31rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text .c__txt {
    font-size: 23rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 30rem;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .c__image {
    width: 100%;
    margin-top: 40rem;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .c__image.term {
    height: 200rem;
  }
  .spec__wrapper .content__inner .spec__content .frame__text {
    width: 100%;
    height: auto;
    margin-top: 70rem;
    padding: 35rem;
    background: #fff;
    display: flex;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .c__image {
    width: 475rem;
    margin: auto;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .content__text {
    width: 100%;
    margin-top: 30rem;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .content__text .t__lbl {
    font-size: 29rem;
    padding-left: 12rem;
    letter-spacing: -0.05em;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .content__text .c__txt {
    font-size: 22rem;
    line-height: 35rem;
    margin-top: 14rem;
    margin-bottom: 30rem;
  }
  .spec__wrapper .content__inner .spec__content .frame__text.c01 .c__image {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .frame__text.c01 .content__text {
    width: 100%;
    margin-top: 50rem;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text.c01 {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text .c__sap {
    margin-top: 38rem;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .content__text.c01 .c__part {
    display: block;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .content__text.c01 .c__part .c__txt {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .content__text.c01 {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .content__text.c01 .c__part .c__sap {
    width: 502rem;
    margin: auto;
  }
  .spec__wrapper .content__inner .spec__content .frame__text .content__text.c02 {
    width: 300rem;
    display: inline-block;
  }
  .spec__wrapper .content__inner .spec__content .kap__items {
    display: block;
  }
  .spec__wrapper .content__inner .spec__content .kap__items .k__item {
    width: 100%;
    margin-bottom: 50rem;
  }
  .spec__wrapper .content__inner .spec__content .back__list {
    width: 300rem;
    height: 75rem;
  }
  .spec__wrapper .content__inner .spec__content .back__list span {
    font-size: 30rem;
  }
  .spec__wrapper .content__inner .spec__content .economy__content {
    width: 680rem;
    height: auto;
    padding: 55rem 25rem 25rem;
    display: block;
  }
  .spec__wrapper .content__inner .spec__content .economy__content .c__lbl {
    width: 184rem;
    height: 40rem;
    font-weight: 500;
    font-size: 22rem;
  }
  .spec__wrapper .content__inner .spec__content .economy__content .content__text {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .economy__content .content__text .t__lbl {
    font-size: 31rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .spec__wrapper .content__inner .spec__content .economy__content .content__text .c__txt {
    font-size: 22rem;
    letter-spacing: 0.02em;
    line-height: 36rem;
    margin-top: 15rem;
  }
  .spec__wrapper .content__inner .spec__content .economy__content .c__image {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .line {
    margin: 70rem 0;
  }
  .spec__wrapper .content__inner .spec__content .frame__text.c02 .content__text {
    width: 100%;
    margin: 20rem 0;
  }
  .spec__wrapper .content__inner .spec__content .frame__text.c03 .content__text {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .t__title {
    font-size: 63rem;
    letter-spacing: 0.1em;
    padding-bottom: 20rem;
    margin-top: 105rem;
  }
  .spec__wrapper .content__inner .spec__content .economy__items .e__item .e__image {
    width: 388rem;
  }
  .spec__wrapper .content__inner .spec__content .economy__items .e__item .ec__items {
    margin-top: 40rem;
  }
  .spec__wrapper .content__inner .spec__content .economy__items .e__item .ec__items .ec__item {
    width: 100%;
    margin-bottom: 45rem;
  }
  .spec__wrapper .content__inner .spec__content .economy__items .e__item {
    width: 100%;
    margin-bottom: 80rem;
  }
  .spec__wrapper .content__inner .spec__content .sd__title {
    font-size: 31rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 65rem;
  }
  .spec__wrapper .content__inner .spec__content .sp__title {
    font-size: 75rem;
    letter-spacing: 0.1em;
    line-height: 90rem;
    margin-top: 20rem;
  }
  .spec__wrapper .content__inner .spec__content .long_life {
    margin-top: 45rem;
  }
  .spec__wrapper .content__inner .spec__content .gap__items {
    margin-top: 30rem;
    display: block;
  }
  .spec__wrapper .content__inner .spec__content .gap__items .g__item .pan {
    width: 167rem;
    height: 37rem;
    margin-right: 14rem;
    border-radius: 11.82rem;
  }
  .spec__wrapper .content__inner .spec__content .gap__items .g__item {
    margin-bottom: 20rem;
  }
  .spec__wrapper .content__inner .spec__content .gap__items .g__item .txt {
    font-weight: 500;
    font-size: 22rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text {
    width: 319rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .t__lbl {
    font-size: 34rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .t__txt {
    font-size: 22rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .t__txt span {
    font-size: 43rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .c__txt {
    font-size: 21rem;
    letter-spacing: 0.05em;
    line-height: 30rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content.c01 .g__text {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .gt__content.c01 .g__text:nth-child(3) .p__item .pt {
    width: 485rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content.c01 .g__text:nth-child(4) .p__item .pt {
    width: 485rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .tp {
    font-size: 40rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .tp span {
    font-size: 29rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .num {
    font-size: 140rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt__txt {
    width: 280rem;
    font-size: 20rem;
    letter-spacing: -0.05em;
    line-height: 31rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt {
    width: 347rem;
    justify-content: center;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .num.c01 {
    font-size: 93rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt__txt span {
    font-size: 14rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt__txt.c01 {
    width: 160rem;
  }
  .spec__wrapper .content__inner .spec__content .gt__content .g__text .p__item .pt .num span {
    font-size: 57rem;
  }
  .spec__wrapper .content__inner .spec__content .frame__images {
    display: block;
  }
  .spec__wrapper .content__inner .spec__content .frame__images .f__image {
    width: 100%;
    margin-bottom: 35rem;
  }
  .spec__wrapper .content__inner .spec__content .shap__detail .content__text .j__home {
    width: 130rem;
  }
  .spec__wrapper .content__inner .spec__content .frame__images.c01 .f__image:last-child {
    width: 100%;
  }
  .spec__wrapper .content__inner .spec__content .frame__images.c01 .f__image {
    width: 100%;
  }
  .work__wrapper .house__front {
    width: 100%;
  }
  .work__wrapper .house__front .section-title .en__txt {
    font-size: 78rem;
    letter-spacing: 0;
  }
  .work__wrapper .house__front .section-title .ja__txt {
    font-size: 18rem;
  }
  .work__wrapper .house__front .catch__text {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: absolute;
    left: 35rem;
    top: 130rem;
    align-items: baseline;
  }
  .work__wrapper .house__front .catch__text .c__txt {
    font-size: 32rem;
    letter-spacing: 0.1em;
    line-height: 58rem;
    margin-top: 80rem;
  }
  .work__wrapper .content__inner .t__title {
    font-size: 45rem;
  }
  .work__wrapper .content__inner {
    width: 680rem;
  }
  .work__wrapper .content__inner .content__items .c__item {
    width: 100%;
    margin-bottom: 100rem;
  }
  .work__wrapper .content__inner .content__items .c__item .content__text .num {
    font-size: 52rem;
    letter-spacing: 0.05em;
    line-height: 40.1rem;
  }
  .work__wrapper .content__inner .content__items .c__item .content__text h2 {
    font-size: 34rem;
    letter-spacing: 0;
    line-height: 46rem;
    margin-top: 10rem;
  }
  .work__wrapper .content__inner .content__items .c__item .content__text .readmore__btn {
    margin: 25rem 0 0 auto;
  }
  .work__wrapper .content__inner .works__content .num {
    font-size: 112rem;
  }
  .work__wrapper .content__inner .works__content .num:after {
    width: 45rem;
  }
  .work__wrapper .content__inner .works__content .cap__txt {
    font-size: 37rem;
    letter-spacing: 0;
    line-height: 66rem;
    margin-top: 35rem;
  }
  .work__wrapper .content__inner .works__content .detail__txt {
    width: 100%;
    margin: auto;
    margin-top: 25rem;
    font-weight: 500;
    font-size: 23rem;
    line-height: 45rem;
    text-align: justify;
  }
  .work__wrapper .content__inner .works__content .detail__image {
    width: 100%;
    display: flex;
    margin: auto;
    margin-top: 35rem;
  }
  .work__wrapper .works__content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .work__wrapper .works__content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15rem;
    height: 15rem;
  }
  .work__wrapper .works__content {
    width: 100%;
    margin: auto;
  }
  .work__wrapper .works__slider .c__item .c__lbl {
    font-size: 23rem;
  }
  .work__wrapper .controls .back__list {
    width: 300rem;
    height: 75rem;
    margin: 0 25rem;
  }
  .work__wrapper .controls .back__list span {
    font-size: 30rem;
  }
  .work__wrapper .controls .readmore__btn {
    width: 160rem;
  }
  .section-about .about__content .price__text .price {
    width: 614rem;
  }
  .work__wrapper .slider__controls .swiper-button-prev {
    width: 60rem;
    height: 60rem;
  }
  .work__wrapper .slider__controls .swiper-button-next {
    width: 60rem;
    height: 60rem;
  }
  .work__wrapper .works__content .swiper-pagination {
    margin: 0 160rem;
  }
  .loading__wrapper .catch__text .logo {
    width: 196rem;
  }
  .loading__wrapper .catch__text .c__txt {
    font-size: 33rem;
  }
  .mv__btn {
    width: 220rem;
    display: flex;
    position: fixed;
    right: 15rem;
    bottom: 155rem;
  }
  .mv__btn .close__btn {
    width: 20rem;
  }
}/*# sourceMappingURL=style.css.map */