.modelroom-contents img{
    width: 100%;
    height: auto;
}
.general-section .intro-lead{
        padding: 180px 0 160px;
    }
.general-section .inner {
    max-width: 1400px;
}
.sec--textbox{
    padding: 50px 0;
}
.sec--boxx-side{
    gap: 70px;
}
.background-visible-section{
    background:#efebd6;
    margin-top: 100px;
    padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
    .sec--img {
        margin-bottom: 0px;
    }
    .sec--box {
        gap: 16px;
        flex-direction: column-reverse;
    }
    .sec--box--2 {
        flex-direction: column-reverse;
        gap: 16px;
    }
    .general-section .inner{
        padding: 32px 16px 32px;
        width: 100%;
    }
    .sec--textbox {
        padding: 0px 0px;
    }
    .sec--box:has(.sec--box--2+.sec--box--2) {
        gap: 50px;
    }
    .general-section .intro-lead{
        padding: 48px 0;
    }
    .background-visible-section{
        background:#efebd6;
        margin-top: 20px;
        padding: 52px 0 20px;
    }

}
.modelroom-contents .modelroom-icon{
    width: 10%;
}
.sec--barrierfree{
    margin-bottom: 10px;
    
}
.sec--barrierfree .sec--title{
    margin-bottom: 0px;
    white-space: nowrap;
}
.page-mv-text{
    font-size: 5rem;
    left: 0;
    letter-spacing: -0.01em;
    line-height: 1.2;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
    top: 70px;
    z-index: 1;
}
.caslon{
    font-size: 7rem;
}    
@media screen and (max-width: 767px) {
    .page-mv-text {
        font-size: 2rem;
        top: 20px;
    }
    .caslon{
        font-size: 3rem;
    }    
}
.page-mv .img-wrapper .caption {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .sec--box--1,.sec--box--2{
        padding: 0px 16px;
    }
}
.container .page-lead {
    color: var(--green);
    font-size: 3.4rem;
    line-height: 1.5;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .container .page-lead {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
}
.sec--lead{
    font-size: 2rem;
}
@media screen and (max-width: 767px) {
    .sec--lead {
        font-size: 16px;
    }
}


.modelroom .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  max-width: none;
  z-index: 10000;
  -webkit-transition: none;
  transition: none;
  transform: none;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modelroom .modal .modal-content {
  position: absolute;
  max-width: 1040px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-content a.js-modal-close {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px auto 0;
  color: #FFF;
}
.modal-content a.js-modal-close span {
  background: #fff;
  color: #000;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1px;
}

.zoom-icon{
    position: relative;
}
.zoom-icon::before{
    content: "";
    mask: url(../images/modelroom/zoom-icon.png) no-repeat center / contain;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom:16px;
    left: 16px;
    /* translate:0% -50%; */
    background: #fff;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .zoom-icon::before{
    width: 25px;
    height: 25px;
    bottom:5px;
    left: 5px;
    /* translate:0% -50%; */
    background: #fff;
    z-index: 2;
}
}