@charset "utf-8";
main {
    width: 100%;
    margin: auto;
    background: #0d0015;
    color: #fff;
}
.ft10 {
    font-size: 10px;
    letter-spacing: .1em;
    margin: 20px auto 0;
}
#mv_modelroom {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
#mv_modelroom figure {}
#mv_modelroom img {
    width: 100%;
}
.linkWrap {
    width: 94%;
    max-width: 1200px;
    position: relative;
    margin: auto;
}
.linkWrap .page_ttl {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    max-width: 364px;
}
.linkWrap .page_ttl img {
    height: 155px;
    max-width: 364px;
}
.linkWrap ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
}
.linkWrap li {
    width: 50%;
    max-width: 200px;
}
.linkWrap a {
    display: block;
    width: 100%;
    height: 100%;
}
.linkWrap a img {
    width: 100%;
}
.modelroomGallery {
    position: relative;
    z-index: 0;
}
.modelroom_concept {
    width: 94%;
    max-width: 1200px;
    margin: 125px auto 0;
}
.modelroom_concept h3 {
    width: 94%;
    max-width: 820px;
    margin: auto;
}
.modelroom_concept img {
    width: 100%
}
#slideshow {
    margin: 0 auto;
    width: 1200px;
    text-align: left;
}
#slideshow div {
    width: 1200px;
    height: 840px;
    overflow: hidden;
    position: relative;
}
#slideshow div div {
    top: 0;
    left: 0;
    position: absolute;
}
#slideshow div div img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#slideshow .active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
.thumBox {
    width: 1200px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
}
.thumBox ul {
    width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    margin: auto;
    background: #14143C;
}
.thumBox ul::after{
    content: "";
    display: block;
    clear: both;
}
.thumBox ul li {
    float: left;
    margin-left: 10px;
    width: 120px;
}

.thumBox ul li img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.modelroom_caution {
    width:94%;
    max-width: 1200px;
    margin: 185px auto 0;
}
.modelroom_caution .ft10 {
}
@media screen and (max-width:480px) {
    #mv_modelroom {
        width: 100%;
        height: 30vh;
    }
    #mv_modelroom figure {
        width: 100%;
        height: 100%;
    }
    #mv_modelroom img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .linkWrap .page_ttl img {
        width: 100%;
        height: auto;
    }
    .modelroom_caution {
        margin: 40px auto 0;
    }
    .linkWrap ul {
        position: static;
        margin: auto;
        padding: 1rem;
    }
    .linkWrap ul li {
        width: 48%;
    }
    #slideshow{
        width: 300px;
        height: auto;
        margin: auto;
    }
    #slideshow div{
        width: 300px;
        height: 210px;
        margin: auto;
    }
    #slideshow div img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .thumBox{
        width: 100%;
    }
    .thumBox ul{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .thumBox ul li,.thumBox ul li:first-child{
        width: calc((100% - 30px)/3);
        float: none;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}
