.sp {display: none;}

.modelhouse-page p {line-height: 1.8;}
.fbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.fb-center  { justify-content: center; }
.fb-between { justify-content: space-between; }
.modelhouse-main {
  background: url(../img/modelhouse/main-pc.png)no-repeat;
  background-size: 100%;
  padding: 108px 0;
}
.modelhouse-main img {
  max-width: 1282px;
  margin: 0 auto;
  display: block;
}
.modelhouse-main .model-btn {
  width: 800px;
  text-align: center;
  margin: 30px auto 0;
}
.modelhouse-slide {
  overflow: hidden;
  width: 100%;
}
.slide-btn-prev {
  left: -80px;
  background-image: url(../img/modelhouse/prev.png);
}
.slide-btn-next {
  right: -80px;
  background-image: url(../img/modelhouse/next.png);
}
.thumbs-swiper {
  margin-top: 20px;
}
.swiper-slide-thumb-active {
  border: solid 4px #d61518;
}
.sec--madori {
  margin: 100px 0;
}
.sec--madori .img {
  width: 43%;
}
.sec--madori .tx {
  width: 53%;
}
.sec--madori .tx .type {
  background: #fcf9d9;
  padding: 10px 15px;
  margin-bottom: 10px;
  align-items: center;
}
.sec--madori .tx .type h4 {
  color: #d61518;
  font-weight: bold;
  width: 20%;
}
.sec--madori .tx .type p {
  width: 80%;
  line-height: 1.5;
}


.craftsman-tit {
  font-size: 38px;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.craftsman-tit::before {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/modelhouse/tit-obj-l.png)no-repeat;
  background-size: 100%;
}
.craftsman-tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/modelhouse/tit-obj-r.png)no-repeat;
  background-size: 100%;

}
.craftsman-tit span {
  color: #d61518;
}
.craftsman-tit span span {
  position: relative;
}
.craftsman-tit span span::before {
  content: "●";
  font-size: 13px;
  position: absolute;
  top: -1.6em;
  left: 0.9em;
  color: #f4e827;
}

.craft-bf-af {
  font-size: 31px;
  margin-bottom: 50px;
}
.craft-bf-af .before {
  width: 42%;
  position: relative;
  color: #727171;
}
.craft-bf-af .before::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 60px;
  right: -20px;
  background: url(../img/modelhouse/arow-bfaf.png)no-repeat;
  background-size: 100%;
}
.craft-bf-af .after {
  width: 55%;
  color: #d61518;
}

.craftsman {
margin-top: 60px;
}
.craftsman .item {
  width: 23.5%;
  background: #efefef;
  margin-bottom: 50px;
}
.craftsman .item .tx {
  text-align: center;
  padding: 15px;
}
.craftsman .item .tx .type {
  background: #000;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 15px 8px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.craftsman .item .tx .name {
  font-size: 18px;
}
.craftsman .item .tx .name span {
  font-size: 14px;
}
.modelhouse-cta {
  background: #efefef;
  border: solid 5px #231815;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  margin: 80px 0;
}
.modelhouse-cta::after {
  content: "";
  display: block;
  width: 265px;
  height: 320px;
  position: absolute;
  bottom: 0;
  right: 65px;
  background: url(../img/modelhouse/cta-staff.png)no-repeat;
  background-size: 100%;
}
.modelhouse-cta .tx {
  width: 55%;
  font-size: 20px;
  position: relative;
  margin-left: 60px;
}
.modelhouse-cta .tx .tantou {
  background: #000;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
}
.modelhouse-cta .fbox {
  align-items: center;
}
.modelhouse-cta .fbox .tx1 {
  font-size: 24px;
}
.modelhouse-cta .fbox .tx2 {
  font-size: 31px;
}
.modelhouse-cta .fbox .tx3 {
  font-size: 24px;
}
.sec--warm-reform {
  background: #fcf9d9;
  padding: 80px 0;
}
.sec--warm-reform h2{
  font-size: 45px;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
  padding: 10px;
}
.sec--warm-reform h2 span {
  background: linear-gradient(transparent 50%, #ffe501 50%);
  
}
.sec--warm-reform p {
  margin-bottom: 50px;
  font-size: 18px;
}
.sec--warm-reform h2 span span {
  color: #d61518;
}
.sec--warm-reform .item {
  width: 48%;
  background: #fff;
  margin-bottom: 50px;
}
.sec--warm-reform .item h4, .sec--warm-reform .item-other h4 {
  font-size: 20px;
  text-align: center;
  padding: 25px 10px;
  line-height: 1.5;
}
.sec--warm-reform .item-other {
  width: 48%;
  background: url(../img/modelhouse/warm-bg.png)no-repeat;
  background-size: contain;
  margin-bottom: 50px;
  padding-left: 30px;
}
.sec--warm-reform .mira {
  width: 55%;
  margin: 55px auto 0px;
  display: block;
}
.sec--warm-reform .mag {
  width: 85%;
  margin: 70px auto 25px;
  display: block;
}
.sec--model-kitchen, .sec--model-bathroom, .sec--model-toiret, .sec--model-washroom {
  margin-bottom: 150px;
}
.model-area {
  background: rgba(214, 21, 24, 0.05);
}
.model-head {
  padding: 50px 0;
  margin-bottom: 80px;
}
.mh-kitchen {
  background: url(../img/modelhouse/kitchen-bg.png)no-repeat;
  background-size: cover;
}
.model-head-inner {
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 50px 30px 30px;
}
.model-tit {
  font-size: 82px;
  position: relative;
  margin-top: 75px;
}
.model-tit::before {
  content: "";
  display: block;
  width: 130px;
  height: 120px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.icon-kitchen::before {
  background: url(../img/modelhouse/icon-kitchen.png)no-repeat;
  background-size: 100%;
}
.mh-maker {
  border: solid 4px #000;
  display: inline-block;
  padding: 13px 50px;
  font-size: 42px;
  font-weight: 700;
  margin: 25px 0;
}
.model-head-inner p {
  font-size: 30px;
  font-weight: 700;
}
.model-btn {
  margin: 20px 0;
}
.model-btn a {
  display: inline-block;
  width: 60%;
  background: #d61518;
  border: solid 4px #fff;
  border-radius: 50px;
  color: #fff;
  padding: 25px 0;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.5s;
}
.model-btn a:hover {
  background: #fff;
  border: solid 4px #d61518;
  color: #d61518;
}
.model-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
}
.model-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.model-content p span {
  color: #d61518;
}
.mc-tit {
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.mc-tit .num {
  font-size: 100px;
  color: rgba(214, 21, 24, 0.35);
  font-style: italic;
  width: 13%;
}
.mc-tit .tx {
  width: 86%;
  line-height: 1.5;
  font-size: 18px;
  padding-top: 15px;
}
.mc-tit .tx span {
  color: #d61518;
}
.model-content .item {
  position: relative;
  margin-bottom: 30px;
}
.model-content .col-2 .item {
  width: 48%;
}
.model-content .col-3 .item {
  width: 32%;
}
.model-content .col-4 .item {
  width: 23%;
  font-size: 18px;
  line-height: 1.6;
}
.finger {
  background: #fff;
  border: solid 5px #d61518;
  border-radius: 50px;
  padding: 12px 20px 12px 70px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  z-index: 100;
  text-wrap: nowrap;
}
.finger-right::before {
  content: "";
  display: block;
  width: 50px;
  height: 55px;
  position: absolute;
  top: -20px;
  left: 10px;
  background: url(../img/modelhouse/finger-right.png)no-repeat;
  background-size: 100%;
}
.finger-left::before {
  content: "";
  display: block;
  width: 60px;
  height: 47px;
  position: absolute;
  top: -8px;
  left: -5px;
  background: url(../img/modelhouse/finger-left.png)no-repeat;
  background-size: 100%;
}
.finger-both {
  padding: 12px 50px 12px 50px;
  left: 62%;
  bottom: -25px;
}
.finger-both::before {
  content: "";
  display: block;
  width: 44px;
  height: 49px;
  position: absolute;
  top: -8px;
  left: -5px;
  background: url(../img/modelhouse/finger-both-left.png)no-repeat;
  background-size: 100%;
}
.finger-both::after {
  content: "";
  display: block;
  width: 44px;
  height: 49px;
  position: absolute;
  top: -8px;
  right: -5px;
  background: url(../img/modelhouse/finger-both-right.png)no-repeat;
  background-size: 100%;
}
.kitchen-01 .finger-right {
  bottom: 10px;
  right: 10px;
}
.kitchen-02 .finger-right {
  bottom: -20px;
  left: 20px;
}
.kitchen-03 .finger-right {
  bottom: -20px;
  right: 20px;
}
.kitchen-03 .finger-left {
  bottom: 10px;
  left: 360px;
}
.kitchen-05 .finger-left {
  left: 50%;
  bottom: 80px;
}
.sanko-area {
  background: rgba(214, 21, 24, 0.05);
  padding: 40px 50px 0;
  margin-top: 30px;
  position: relative;
}
.sanko {
  width: 80px;
  height: 80px;
  border: solid 5px #d61518;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -40px;
  color: #d61518;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.kitchen-05 .sanko-area .item {
  text-align: center;
  font-weight: 700;
}
.kitchen-05 .sanko-area .item:last-child {
  color: #d61518;
}
.kitchen-05 .sanko-area .item p {
  margin-bottom: 0;
  font-size: 18px;
}
.finger-only {
  border: none;
  right: -40px;
  bottom: 0px;
  background: none;
}
.finger-only::before {
  content: "";
  display: block;
  width: 50px;
  height: 55px;
  position: absolute;
  top: -8px;
  left: -10px;
  background: url(../img/modelhouse/finger-both-left.png)no-repeat;
  background-size: 100%;
}
.model-content .other {
  width: 60%;
  margin: 0 auto;
}
.point span {
  font-weight: bold;
}
.point span span {
  color: #d61518;
}
.kitchen-07 .item:first-child {
  width: 54.5%;
}
.kitchen-07 .item:last-child {
  width: 41%;
}
.kitchen-07 .finger-left {
  left: 65%;
  bottom: -25px;
}
.kitchen-08 .finger-left {
  left: 65%;
  bottom: 50px;
}
.kitchen-08 .finger-left::before {
  background: url(../img/modelhouse/finger-both-left.png)no-repeat;
  background-size: 100%;
  width: 48px;
  height: 53px;
  top: -14px;
  left: 0px;
}
.kitchen-08 .sanko-area, .kitchen-10 .sanko-area {
  background: rgba(34, 24, 21, 0.05);
}
.kitchen-08 .sanko, .kitchen-10 .sanko {
  color: #231815;
  border: solid 5px #231815;
}
.maker {
  border: solid 1px #231815;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}
.kitchen-09 .finger-left {
  left: 53%;
  top: 120px;
}
.kitchen-09 .finger-left::before {
  top: -13px;
  transform: rotate(36deg);
}
.kitchen-10 .finger-left {
  left: 38%;
  bottom: -5px;
}
.kitchen-10 .finger-left::before {
  top: -13px;
  transform: rotate(36deg);
}
.kitchen-10 .sanko-area {
  margin-top: 60px;
}
.kitchen-10 .sanko-area .fbox {
  align-items: center;
}
.kitchen-11 .finger-left {
  left: 53%;
  bottom: -20px;
}
.kitchen-11 .finger-left::before {
  top: -13px;
  transform: rotate(36deg);
}

.mh-bathroom {
  background: url(../img/modelhouse/bathroom-bg.png)no-repeat;
  background-size: cover;
}
.icon-bathroom::before {
  background: url(../img/modelhouse/icon-bathroom.png)no-repeat;
  background-size: 100%;
}
.br-01 .item:first-child {
  width: 45%;
}
.br-01 .item:last-child {
  width: 51%;
}
.bathroom-01 .fbox {
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
}
.bathroom-03 .item {
  text-align: center;
  font-size: 14px;
}
.bathroom-03 .item span {
  color: #d61518;
  font-weight: bold;
  font-size: 18px;
}
.toiret-img-01 {
  width: 60%;
  margin: 0 auto 50px;
}
.toiret-img-02 {
  width: 60%;
  margin: 30px auto;
}
.bathroom-02 .fbox {
  font-size: 18px;
  align-items: center;
  line-height: 1.5;
}
.mh-toiret {
  background: url(../img/modelhouse/toiret-bg.png)no-repeat;
  background-size: cover;
}
.icon-toiret::before {
  background: url(../img/modelhouse/icon-toiret.png)no-repeat;
  background-size: 100%;
}
.toiret-02 .finger-only {
  right: -40px;
  bottom: 50px;
}
.mh-washroom {
  background: url(../img/modelhouse/washroom-bg.png)no-repeat;
  background-size: cover;
}
.icon-washroom::before {
  background: url(../img/modelhouse/icon-washroom.png)no-repeat;
  background-size: 100%;
}
.washroom-img-01 {
  width: 35%;
  margin: 0 auto;
}

.sec--other {
  background: #e9807f;
  padding: 100px 0;
}
.other-content {
  background: #fff;
  margin-bottom: 50px;
}
.other-content h2 {
  background: #231815;
  font-size: 38px;
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.other-content .tx {
  padding: 40px;
  font-size: 18px;
}
.other-content .tx p{
  margin-bottom: 30px;
}
.other-content .fbox {
  align-items: center;
}
.other-content .item {
  width: 48%;
}

@media screen and (max-width: 1440px) {
  .modelhouse-main {
    padding: 6.4vw 0;
  }
  .modelhouse-main img {
    max-width: 80vw;
  }
  .modelhouse-main .model-btn {
    width: 70vw;
    text-align: center;
    margin: 3vw auto 0;
  }
  .craftsman-tit {
    font-size: 2.6vw;
    margin-bottom: 5vw;
  }
  .craftsman-tit::before {
    width: 3vw;
    height: 5vw;
  }
  .craftsman-tit::after {
    width: 3vw;
    height: 5vw;
  }
  .craftsman-tit span span::before {
    font-size: 1vw;
    left: 0.7vw;
  }
  .craft-bf-af {
    font-size: 2.6vw;
    margin-bottom: 4vw;
  }
  .craft-bf-af .before::after {
    width: 9vw;
    height: 9vw;
    bottom: 6vw;
    right: -1.5vw;
  }
  .craftsman .item {
    margin-bottom: 3vw;
  }
  .craftsman .item .tx {
    padding: 1.5vw 0.6vw;
  }
  .craftsman .item .tx .type {
    padding: 0.5vw 1.5vw 0.7vw;
    font-size: 1.4vw;
    margin-bottom: 1vw;
  }
  .craftsman .item .tx .name {
    font-size: 1.2vw;
  }
  .modelhouse-cta {
    padding: 2.5vw;
    margin: 7vw 0;
  }
  .modelhouse-cta .tx {
    width: 65%;
    font-size: 1.6vw;
    margin-left: 1vw;
  }
  .modelhouse-cta .tx .tantou {
    padding: 1vw 2vw;
    margin: 2vw 0;
    font-size: 2vw;
  }
  .modelhouse-cta .fbox .tx1 {
    font-size: 2vw;
  }
  .modelhouse-cta .fbox .tx2 {
    font-size: 2.4vw;
  }
  .modelhouse-cta .fbox .tx3 {
    font-size: 2vw;
  }
  .modelhouse-cta::after {
    width: 21vw;
    height: 25vw;
    right: 0vw;
  }
  .sec--warm-reform {
    padding: 7vw 0;
  }
  .sec--warm-reform h2 {
    font-size: 3vw;
    margin-bottom: 4vw;
    padding: 1vw;
  }
  .sec--warm-reform p {
    margin-bottom: 4vw;
    font-size: 1.4vw;
  }
  .sec--warm-reform .item h4, .sec--warm-reform .item-other h4 {
    font-size: 1.4vw;
    padding: 1.8vw 0.5vw;
  }
  .sec--warm-reform .item {
    width: 48%;
    margin-bottom: 4vw;
  }
  .sec--model-kitchen, .sec--model-bathroom, .sec--model-toiret, .sec--model-washroom {
    margin-bottom: 12vw;
  }
  .model-head {
    padding: 5vw 0;
    margin-bottom: 7vw;
  }
  .model-head-inner {
    padding: 5vw 2vw 2vw;
  }
  .model-tit {
    font-size: 7vw;
    margin-top: 7vw;
  }
  .model-tit::before {
    width: 12vw;
    height: 11vw;
    top: -10vw;
  }
  .mh-maker {
    padding: 1.3vw 4vw;
    font-size: 3.6vw;
    margin: 2.5vw 0;
  }
  .model-head-inner p {
    font-size: 2.4vw;
  }
  .model-btn {
    margin: 2vw 0;
  }
  .model-btn a {
    width: 60%;
    padding: 2vw 0;
    font-size: 1.8vw;
  }
  .model-content {
    padding: 3vw;
    margin-bottom: 4vw;
  }
  .mc-tit {
    margin-bottom: 2vw;
  }
  .mc-tit .num {
    font-size: 7.4vw;
  }
  .mc-tit .tx {
    font-size: 1.4vw;
    padding-top: 1vw;
  }
  .model-content .item {
    margin-bottom: 3vw;
    font-size: 1.5vw;
    line-height: 1.5;
  }
  .finger {
    padding: 1vw 1.8vw 1vw 5.5vw;
    font-size: 1.6vw;
    border: solid 0.4vw #d61518;
  }
  .finger-right::before {
    width: 4.5vw;
    height: 5vw;
    top: -2vw;
    left: 1vw;
  }
  .kitchen-01 .finger-right {
    bottom: 1vw;
    right: 1vw;
  }
  .kitchen-02 .finger-right {
    bottom: -2vw;
    left: 2vw;
  }
  .model-content p {
    font-size: 1.4vw;
    margin-bottom: 2vw;
  }
  .finger-left::before {
    width: 5vw;
    height: 4vw;
    top: -0.8vw;
    left: -0.5vw;
  }
  .kitchen-03 .finger-left {
    bottom: 1vw;
    left: 27vw;
  }
  .finger-both {
    padding: 1vw 5vw 1vw 5vw;
    left: 50%;
    bottom: -2vw;
  }
  .finger-both::before {
    width: 4vw;
    height: 4.4vw;
    top: -1vw;
    left: 0vw;
  }
  .finger-both::after {
    width: 4vw;
    height: 4.4vw;
    top: -1vw;
    right: 0px;
  }
  .kitchen-05 .finger-left {
    bottom: 7vw;
  }
  .sanko-area {
    background: rgba(214, 21, 24, 0.05);
    padding: 3vw 4vw 0;
    margin-top: 2vw;
  }
  .sanko {
    width: 7vw;
    height: 7vw;
    border: solid 0.4vw #d61518;
    left: -1vw;
    top: -4vw;
    font-size: 2vw;
  }
  .kitchen-05 .sanko-area .item p {
    font-size: 1.4vw;
  }
  .finger-only {
    border: none;
    right: -4vw;
  }
  .finger-only::before {
    width: 4.6vw;
    height: 5vw;
    top: -0.8vw;
    left: -1vw;
  }
  .kitchen-08 .finger-left {
    bottom: 4vw;
  }
  .kitchen-08 .finger-left::before {
    width: 4.4vw;
    height: 5vw;
    top: -1.8vw;
  }
  .kitchen-08 .sanko, .kitchen-10 .sanko {
    border: solid 0.4vw #231815;
  }
  .model-content .col-4 .item {
    font-size: 1.4vw;
  }
  .maker {
    padding: 0.6vw;
    font-size: 1.4vw;
    margin-bottom: 1.6vw;
  }
  .kitchen-09 .finger-left {
    top: 10vw;
  }
  .kitchen-09 .finger-left::before {
    top: -1.3vw;
  }
  .kitchen-10 .finger-left {
    bottom: -0.8vw;
  }
  .kitchen-10 .finger-left::before {
    top: -1.3vw;
  }
  .kitchen-11 .finger-left {
    bottom: -3.5vw;
    width: 318px;
    text-wrap: auto;
    line-height: 1.2;
  }
  .kitchen-11 .finger-left::before {
    top: -0.3vw;
  }
  .bathroom-03 .item span {
    font-size: 1.3vw;
  }
  .sec--other {
    padding: 9vw 0;
  }
  .other-content h2 {
    font-size: 3vw;
    padding: 2vw 0;
  }
  .other-content .tx {
    padding: 3vw;
    font-size: 1.4vw;
  }
  .other-content .tx p {
    margin-bottom: 2.5vw;
  }
}

@media screen and (max-width: 750px) {
  .sp {display: block;}
  .modelhouse-main {
    background: url(../img/modelhouse/main-sp.png)no-repeat;
    background-size: 100%;
    padding: 19vw 0;
  }
  .modelhouse-main img {
    max-width: 90vw;
  }
  .modelhouse-main .model-btn {
    width: 100vw;
    margin: 12vw auto 0;
  }
  .modelhouse-main .model-btn a {
    font-size: 4.4vw;
    padding: 5vw 0;
  }
  .sec--modelhouse .sec__in {
    width: 80vw;
  }
  .slide-btn-prev {
    left: -9vw;
  }
  .slide-btn-next {
    right: -9vw;
  }
  .sec--madori .img {
    width: 100%;
  }
  .sec--madori .tx {
    width: 100%;
    margin-top: 5vw;
  }
  .sec--madori .tx .type {
    padding: 4vw;
    margin-bottom: 4vw;
  }
  .sec--madori .tx .type h4 {
    width: 100%;
    margin: 0 0 3vw;
  }
  .sec--madori .tx .type p {
    width: 100%;
  }
  .craftsman-tit {
    font-size: 5.6vw;
    margin-bottom: 7vw;
  }
  .craftsman-tit::before {
    width: 8vw;
    height: 13vw;
  }
  .craftsman-tit::after {
    width: 8vw;
    height: 13vw;
  }
  .craftsman-tit span span::before {
    font-size: 2.5vw;
    left: 1.5vw;
  }
  .craft-bf-af {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
  .craft-bf-af .before {
    width: 90%;
    margin-bottom: 8vw;
  }
  .craft-bf-af .after {
    width: 100%;
  }
  .craft-bf-af .before::after {
    width: 25vw;
    height: 25vw;
    bottom: -7vw;
    right: -7vw;
    background: url(../img/modelhouse/arow-bfaf-sp.png)no-repeat;
    background-size: 100%;
  }
  .craftsman .item {
    width: 48%;
    margin-bottom: 4vw;
  }
  .craftsman .item .tx {
    padding: 3vw 1vw;
  }
  .craftsman .item .tx .type {
    padding: 1.2vw 3.5vw 1.3vw;
    font-size: 3.4vw;
    margin-bottom: 2vw;
  }
  .craftsman .item .tx .name {
    font-size: 3vw;
  }
  .craftsman .item .tx .name span {
    font-size: 3.2vw;
  }
  .modelhouse-cta {
    padding: 4vw;
    margin: 5vw 0;
  }
  .modelhouse-cta .tx {
    width: 100%;
    font-size: 3.6vw;
    margin-left: 0;
  }
  .modelhouse-cta .tx .tantou {
    padding: 2vw 3.5vw;
    margin: 2vw 0;
    font-size: 3.6vw;
    line-height: 1.5;
  }
  .modelhouse-cta .fbox {
    display: block;
    width: 48vw;
    text-align: center;
  }
  .modelhouse-cta .fbox .tx1 {
    font-size: 4vw;
  }
  .modelhouse-cta .fbox .tx2 {
    font-size: 6vw;
    margin: 2vw 0;
  }
  .modelhouse-cta .fbox .tx3 {
    font-size: 4vw;
  }
  .modelhouse-cta::after {
    width: 36vw;
    height: 44vw;
    right: -1vw;
  }
  .sec--warm-reform h2 {
    font-size: 6vw;
    margin-bottom: 4vw;
    padding: 1vw;
    line-height: 1.5;
  }
  .sec--warm-reform p {
    margin-bottom: 5vw;
    font-size: 4.2vw;
  }
  .sec--warm-reform .item {
    width: 100%;
    margin-bottom: 5vw;
  }
  .sec--warm-reform .item h4, .sec--warm-reform .item-other h4 {
    font-size: 4.2vw;
    padding: 4.8vw 2.5vw;
  }
  .sec--warm-reform .item-other {
    width: 100%;
    background: url(../img/modelhouse/warm-bg-sp.png)no-repeat;
    background-size: 100%;
    margin-bottom: 10vw;
    padding-left: 0px;
  }
  .sec--warm-reform .item-other h4 {
    margin-bottom: 10vw;
  }
  .sec--model-kitchen, .sec--model-bathroom, .sec--model-toiret, .sec--model-washroom {
    margin-bottom: 20vw;
  }
  .model-head {
    padding: 10vw 0;
    margin-bottom: 10vw;
  }
  .model-tit {
    font-size: 10vw;
    margin-top: 10vw;
  }
  .model-tit::before {
    width: 14vw;
    height: 12vw;
    top: -12vw;
  }
  .mh-maker {
    padding: 2.3vw 5vw;
    font-size: 5vw;
    margin: 3.5vw 0;
    border: solid 0.5vw #000;
  }
  .model-head-inner p {
    font-size: 4.8vw;
  }
  .model-btn a {
    width: 90%;
    padding: 4vw 0;
    font-size: 3.8vw;
  }
  .mc-tit .num {
    font-size: 16vw;
    text-align: center;
    width: 100%;
    font-weight: 900;
  }
  .mc-tit .tx {
    font-size: 4.8vw;
    padding-top: 1vw;
    width: 100%;
    margin-bottom: 3vw;
  }
  .model-content {
    padding: 3vw;
    margin-bottom: 10vw;
  }
  .model-content .col-2 .item {
    width: 100%;
    margin-bottom: 5vw;
  }
  .kitchen-01 .finger-right {
    bottom: 3vw;
    right: 3vw;
  }
  .finger {
    padding: 1vw 1.8vw 1vw 9.5vw;
    font-size: 3.6vw;
  }
  .finger-right::before {
    width: 8vw;
    height: 9vw;
  }
  .model-content p {
    font-size: 4.8vw;
    margin: 5vw 0;
  }
  .model-content .col-3 .item{
    width: 100%;
    margin-bottom: 5vw;
  }
  .kitchen-03 .finger-left {
    bottom: 1vw;
    left: 21vw;
  }
  .kitchen-03 .finger-left::before {
    width: 9vw;
    height: 7vw;
    top: -1.8vw;
    left: 0.5vw;
    transform: rotate(45deg);
  }
  .finger-both {
    padding: 1vw 10vw 1vw 10vw;
    left: 50%;
    bottom: -6vw;
    transform: translateX(-50%);
  }
  .finger-both::before {
    width: 8vw;
    height: 8.8vw;
    top: -4vw;
    left: 0vw;
  }
  .finger-both::before {
    width: 9vw;
    height: 9.8vw;
    top: -4vw;
    left: 2vw;
    transform: rotate(50deg);
  }
  .finger-both::after {
    width: 4vw;
    height: 4.4vw;
    top: 1vw;
    right: 0px;
    width: 9vw;
    height: 9.8vw;
    transform: rotate(125deg);
  }
  .kitchen-05 .finger-left {
    left: 15%;
  }
  .finger-left::before {
    width: 11vw;
    height: 10vw;
    top: -2.8vw;
    left: -1vw;
  }
  .kitchen-05 .finger-left {
    bottom: 12vw;
  }
  .sanko-area {
    padding: 10vw 4vw 0;
    margin-top: 5vw;
  }
  .sanko {
    width: 15vw;
    height: 15vw;
    border: solid 1vw #d61518;
    left: -1vw;
    top: -7vw;
    font-size: 5vw;
  }
  .kitchen-05 .sanko-area .item p {
    font-size: 4.4vw;
    margin: 1vw 0 1vw;
  }
  .finger-only {
    right: -3vw;
  }
  .finger-only::before {
    width: 10.6vw;
    height: 12vw;
    top: -6.8vw;
    left: -5vw;
  }
  .model-content .other {
    width: 100%;
    margin: 0 auto;
  }
  .kitchen-07 .finger-left {
    left: 44%;
    bottom: -4vw;
    width: 51vw;
    text-wrap: auto;
  }
  .kitchen-07 .finger-left::before {
    width: 11vw;
    height: 10vw;
    top: -4.8vw;
    left: -1vw;
    transform: rotate(66deg);
  }
  .kitchen-08 .finger-left {
    bottom: 5vw;
    left: 44%;
    width: 51vw;
    text-wrap: auto;
  }
  .kitchen-08 .finger-left::before {
    width: 10.4vw;
    height: 12vw;
    top: -5.8vw;
    transform: rotate(52deg);
  }
  .kitchen-08 .sanko, .kitchen-10 .sanko {
    border: solid 1vw #231815;
  }
  .model-content .col-4 .item {
    font-size: 3.4vw;
    width: 48%;
  }
  .maker {
    padding: 0.6vw;
    font-size: 3.6vw;
    margin-bottom: 1.6vw;
  }
  .kitchen-09 .finger-left {
    top: 23vw;
  }
  .kitchen-09 .finger-left::before {
    top: -2.3vw;
    width: 10vw;
    height: 10vw;
  }
  .kitchen-10 .finger-left {
    bottom: 9.2vw;
  }
  .kitchen-10 .finger-left::before {
    top: -2vw;
    width: 9.5vw;
    height: 9vw;
  }
  .kitchen-11 .finger-left {
    width: 45vw;
  }
  .model-content .item {
    font-size: 4.8vw;
  }
  .bathroom-03 .item span {
    font-size: 3.3vw;
  }
  .model-content .col-4 .item {
    font-size: 3.3vw;
  }
  .toiret-img-01 {
    width: 100%;
    margin: 0 auto 5vw;
  }
  .toiret-img-02 {
    width: 100%;
    margin: 5vw auto;
  }
  .washroom-img-01 {
    width: 70%;
    margin: 0 auto;
  }
  .sec--other {
    padding: 10vw 0;
  }
  .other-content {
    margin-bottom: 10vw;
  }
  .other-content .item {
    width: 100%;
    margin-bottom: 5vw;
  }
  .other-content h2 {
    font-size: 6vw;
    padding: 4vw 0;
    line-height: 1.3;
  }
  .other-content .tx p {
    margin-bottom: 2.5vw;
    font-size: 4.6vw;
  }
}