.general-section .inner {
  max-width: 1300px;
}

.mv-copy {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.mv-copy-en {
  font-size: 5vw;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv-copy-en {
    font-size: 8vw;
  }
}
.mv-copy-en::before, .mv-copy-en::after {
  border-bottom: 1px solid;
  content: "";
  position: absolute;
}
.mv-copy-en::before {
  bottom: 35px;
  left: -48px;
  right: 0;
}
.mv-copy-en::after {
  bottom: 30px;
  left: 0;
  right: -48px;
}
.mv-copy-ja {
  font-size: 3vw;
}
@media screen and (max-width: 767px) {
  .mv-copy-ja {
    font-size: 5vw;
  }
}

.modelroom-heading {
  color: #36787E;
  font-size: 4.8rem;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 3px;
}

.modelroom-note {
  margin-top: 60px;
  line-height: 2;
  font-size: 2.2rem;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .modelroom-heading {
    font-size: 6.5vw;
    text-align: center;
    margin-bottom: 25px;
  }
  .modelroom-sub-heading {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
  .modelroom-sub-note {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.tabs {
  justify-content: space-between;
}
.tabs li {
  width: 48.4615384615%;
}
.tabs li a {
  border: 1px solid #36787E;
  color: #36787E;
  display: block;
  font-size: 5rem;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tabs li a {
    font-size: 5vw;
  }
}
.tabs li a .num {
  font-size: 148%;
  font-style: italic;
  line-height: 1;
  padding: 0 10px;
}
.tabs li a .fz_s {
  font-size: 50%;
}
.tabs li a:hover, .tabs li.active a {
  background: #36787E;
  color: #fff;
}

.style-title {
  color: #36787E;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .style-title {
    font-size: 5vw;
  }
}
.style-title .num {
  font-size: 148%;
  font-style: italic;
  padding: 0 10px;
}
.style-title .fz_s {
  font-size: 50%;
}

#style01 {
  background: url(../images/special_modelroom/bg01.webp) no-repeat center;
  background-size: cover;
}

#style02 {
  background: url(../images/special_modelroom/bg02.webp) no-repeat center;
  background-size: cover;
}

.style-img {
  justify-content: space-between;
}
.style-img li {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .style-img li {
    margin-top: 30px;
  }
}
.style-img li .zoom-btn {
  bottom: 4px;
  height: 60px;
  position: absolute;
  right: 4px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .style-img li .zoom-btn {
    height: 40px;
    width: 40px;
  }
}
.style-img .style-full {
  width: 100%;
}
.style-img .style-large {
  width: 59.6153846154%;
}
.style-img .style-small {
  width: 37.3076923077%;
}
.style-img .style-half {
  width: 48.4615384615%;
}/*# sourceMappingURL=special_modelroom.css.map */