@import 'https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap';
body {
    overflow: hidden;
}
@media (min-width: 768px) {
    .pc_none {
        display: none;
    }
}
@media (max-width: 768px) {
    .sp_none {
        display: none;
    }
}
.inner {
    width: 90%;
    margin: 0 auto;
}
.txt_sippori {
    font-family: 'Shippori Mincho B1', serif;
}
.txt_color {
    color: #9d6d12;
}
.txt_red {
    color: #ac5449;
}
.cmn-ttl {
    text-align: center;
    font-size: 8vw;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.cmn-ttl .en {
    font-size: 3vw;
    display: block;
}
@media (min-width: 768px) {
    .cmn-ttl {
        font-size: 46px;
        margin-bottom: 40px;
    }
    .cmn-ttl .en {
        font-size: 16px;
    }
}
.cmn-btn {
    display: block;
    border-radius: 2px;
    background: #d79953;
    text-align: center;
    font-size: 4vw;
    font-weight: 600;
    color: #fff;
    padding: 18px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}
.cmn-btn.reserve,
.cmn-btn.more,
.cmn-btn.soudan {
    padding: 0;
}
.cmn-btn.mb {
    margin-bottom: 15px;
}
.cmn-btn:hover {
    background: #f38a21;
    opacity: 1 !important;
}
.cmn-btn::after {
    content: '';
    display: block;
    background: url('../images/btn_arrow_white.svg') no-repeat;
    background-size: contain;
    width: 20px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
.cmn-btn.more::before {
    content: '';
    display: block;
    background: url('../images/icon_house_white.svg') no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cmn-btn.reserve::before {
    content: '';
    display: block;
    background: url('../images/icon_date.svg') no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cmn-btn.soudan::before {
    content: '';
    display: block;
    background: url('../images/icon_soudan_white.svg') no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cmn-btn input[type='submit'] {
    display: block;
    font-size: 4.3vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #ea6f00;
    border: 1px solid #935218;
    padding: 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}
.cmn-btn input[type='submit']:hover {
    opacity: 1 !important;
    background: #f38a21;
}
@media (min-width: 768px) {
    .cmn-btn {
        font-size: 16px;
        padding: 25px 0;
    }
    .cmn-btn.mb {
        margin-bottom: 0;
    }
    .cmn-btn.more::before {
        left: 25px;
    }
    .cmn-btn.reserve::before {
        left: 25px;
    }
    .cmn-btn.soudan::before {
        left: 25px;
    }
    .cmn-btn input[type='submit'] {
        font-size: 16px;
        padding: 25px 0;
    }
}
.cv_area {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
    padding: 0 0 40px;
}
@media (min-width: 768px) {
    .cv_area {
        max-width: 1100px;
        margin: 0 auto;
        width: 100%;
        padding: 0 0 80px;
    }
    .cv_area .btn-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .cv_area .btn-list .cmn-btn.reserve,
    .cv_area .btn-list .cmn-btn.more,
    .cv_area .btn-list .cmn-btn.soudan {
        width: 37.5%;
    }
    .cv_area .btn-list .cmn-btn.catalog {
        width: 37.5%;
    }
}
.fv {
    background: url('../images/fv_sp.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 640px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fv__ttl {
    width: 85%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .fv {
        background: url('../images/fv_pc.jpg') no-repeat;
        background-size: cover;
        background-position: center;
        height: 700px;
    }
    .fv__ttl {
        width: 650px;
    }
}
.message {
    position: relative;
    /* background: url('../images/message_txt_sp.png') no-repeat; */
    background-size: 14%;
    background-position: right top 40px;
    padding: 60px 0;
}
.message .ttl {
    font-size: 6vw;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.7;
}
.message .txt {
    line-height: 2.2;
    width: 80%;
    text-align: justify;
}
.message .txt.mb {
    margin-bottom: 20px;
}
.message figure {
    width: 95%;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .message {
        position: relative;
        /* background: url('../images/message_txt_pc.png') no-repeat; */
        background-size: 47%;
        background-position: left top 120px;
        padding: 100px 0 180px;
    }
    .message .inner {
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 160px;
    }
    .message .ttl {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .message .txt {
        font-size: 18px;
        width: auto;
        line-height: 2.2;
    }
    .message figure {
        width: 580px;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 100px;
    }
}
.feature {
    background: url('../images/ttl_bg01.png') no-repeat;
    background-size: 100%;
    background-position: center top;
    padding: 90px 0 65px;
}
.feature__ttl {
    width: 70%;
    margin: 0 auto 40px;
}
.feature__block {
    margin-bottom: 80px;
}
.feature__block .txtarea {
    background: #fff;
    position: relative;
    top: -20px;
    z-index: 99;
    width: 90%;
    margin: 0 auto 25px;
    padding: 15px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature__block .num {
    text-align: center;
    font-size: 9.5vw;
    margin-bottom: 10px;
    line-height: 1;
    color: #c7b58b;
}
.feature__block .ttl {
    text-align: center;
    font-size: 6.8vw;
    line-height: 1.4;
    margin-bottom: 15px;
}
.feature__block .txt {
    text-align: justify;
    line-height: 1.8;
}
.feature__block .txt.mb {
    margin-bottom: 20px;
}
.feature__block .point-list figcaption {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 10px;
    width: 95%;
}
.feature__block .point-list figure:nth-of-type(1) {
    margin-left: 20px;
    margin-bottom: 40px;
}
.feature__block .point-list figure:nth-of-type(2) {
    margin-right: 20px;
}
.feature__block .point-list figure:nth-of-type(2) figcaption {
    margin: 10px 0 0 auto;
    line-height: 1.6;
}
.feature .slide-wrap {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.feature .slide-wrap .block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.feature .slide .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.feature .slide .swiper-slide {
    width: 40%;
    margin-right: 2%;
}
@media (min-width: 768px) {
    .feature {
        background: url('../images/ttl_bg_pc01.png') no-repeat;
        background-size: 100%;
        background-position: center top;
        padding: 160px 0 100px;
    }
    .feature__ttl {
        width: 830px;
        margin: 0 auto 80px;
    }
    .feature__block {
        margin-bottom: 130px;
    }
    .feature__block.block01 {
        background: url('../images/feature_txt01.svg') no-repeat;
        background-size: 32%;
        background-position: right bottom 400px;
    }
    .feature__block.block02 {
        background: url('../images/feature_txt02.svg') no-repeat;
        background-size: 5%;
        background-position: left 30px top 50px;
        margin-bottom: 90px;
    }
    .feature__block.block03 {
        background: url('../images/feature_txt03.svg') no-repeat;
        background-size: 33%;
        background-position: right top 0;
        padding-top: 90px;
    }
    .feature__block .pc-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .feature__block .pc-flex.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    }
    .feature__block figure {
        width: 58%;
    }
    .feature__block figure img {
        max-height: 570px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .feature__block .txtarea {
        max-width: 500px;
        width: 40%;
        top: auto;
        left: -40px;
        z-index: 99;
        margin: 0;
        padding: 40px 60px 40px;
        position: relative;
    }
    .feature__block .txtarea::before {
        content: '';
        display: block;
        background: url('../images/feature_txt01.png') no-repeat;
        background-size: contain;
        width: 15px;
        height: 140px;
        position: absolute;
        left: 15px;
        top: 20px;
    }
    .feature__block.block02 .txtarea {
        top: auto;
        left: auto;
        right: -40px;
    }
    .feature__block.block02 .txtarea::before {
        background: url('../images/feature_txt02.png') no-repeat;
        background-size: contain;
        left: auto;
        right: 15px;
    }
    .feature__block.block03 .txtarea::before {
        background: url('../images/feature_txt03.png') no-repeat;
        background-size: contain;
    }
    .feature__block .num {
        font-size: 60px;
        margin-bottom: 15px;
        color: #906d20;
    }
    .feature__block .ttl {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 25px;
    }
    .feature__block .txt {
        font-size: 16px;
        line-height: 2;
    }
    .feature__block .point-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 1000px;
        margin: 80px auto 0;
    }
    .feature__block .point-list figure {
        width: 47%;
    }
    .feature__block .point-list figure.mt {
        margin-top: 50px;
    }
    .feature__block .point-list figure img {
        height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .feature__block .point-list figcaption {
        width: 100%;
        font-size: 15px;
    }
    .feature__block .point-list figure:nth-of-type(1) {
        margin-left: 0;
        margin-bottom: 0;
    }
    .feature__block .point-list figure:nth-of-type(2) {
        margin-right: 0;
    }
    .feature .slide .swiper-slide {
        width: 25%;
        margin-right: 1%;
    }
}
.works {
    padding: 0 0 70px;
}
.works .swiper-works {
    overflow: visible;
}
.works .lead-txt {
    text-align: center;
    margin-bottom: 30px;
}
.works .txtarea {
    width: 80%;
    margin: 25px auto 0;
}
.works .txtarea .case-ttl {
    font-size: 5.4vw;
    margin-bottom: 15px;
    text-align: center;
}
.works .txtarea .txt {
    text-align: justify;
}
.works .mod_point {
    border: 1px solid #988350;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin: 20px auto 10px;
}
.works .mod_point .txt {
    line-height: 1.3;
    font-size: 13px;
}
.works .mod_detail {
    width: 80%;
    margin: 0 auto;
}
.works .mod_detail dl {
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
}
.works .mod_detail dl:nth-of-type(odd) {
    background: #f7f7f7;
}
.works .mod_detail dt {
    border-right: 2px solid #988350;
    width: 30%;
}
.works .mod_detail dd {
    padding-left: 20px;
}
@media (min-width: 768px) {
    .works {
        padding: 0 0 120px;
        overflow: hidden;
    }
    .works .swiper-works {
        width: 1100px;
        margin: 0 auto;
    }
    .works .lead-txt {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .works__block {
        border: 1px solid #64490d;
        border-radius: 10px;
        padding: 60px 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: 650px;
    }
    .works .case-ttl {
        font-size: 36px;
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .works .wrap-picture,
    .works .wrap-picture02,
    .works .wrap-picture03,
    .works .wrap-picture04 {
        width: 48%;
    }
    .works .wrap-detail {
        width: 48%;
    }
    .works .txtarea {
        width: 100%;
        margin: 0;
    }
    .works .txtarea .txt {
        font-size: 16px;
    }
    .works .mod_point {
        width: 100%;
    }
    .works .mod_point .txt {
        font-size: 14px;
    }
    .works .mod_detail {
        width: 100%;
    }
    .works .mod_detail dl {
        font-size: 14px;
    }
}
.voice {
    background: url('../images/ttl_bg02.png') no-repeat;
    background-size: 100%;
    background-position: center top;
    padding: 90px 0 60px;
}
.voice__block.mb {
    margin-bottom: 50px;
}
.voice .txtarea {
    width: 90%;
    margin: 15px auto 0;
}
.voice .txtarea .wrap-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.voice .txtarea .wrap-ttl .pic {
    width: 25%;
    margin-right: 25px;
}
.voice .txtarea .wrap-ttl .ttl {
    font-size: 6vw;
    line-height: 1.4;
}
.voice .txtarea .txt {
    text-align: justify;
}
@media (min-width: 768px) {
    .voice {
        background: url('../images/ttl_bg_pc02.png') no-repeat;
        background-size: 100%;
        background-position: center top;
        padding: 160px 0 100px;
    }
    .voice__block {
        border: 1px solid #64490d;
        background: #fff;
        border-radius: 10px;
        padding: 60px 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 1100px;
        margin: 0 auto;
    }
    .voice__block.mb {
        margin: 0 auto 40px;
    }
    .voice figure {
        width: 48%;
    }
    .voice .txtarea {
        width: 48%;
        margin: 0;
    }
    .voice .txtarea .wrap-ttl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .voice .txtarea .wrap-ttl .pic {
        width: 23%;
    }
    .voice .txtarea .wrap-ttl .ttl {
        font-size: 30px;
    }
    .voice .txtarea .txt {
        font-size: 16px;
    }
}
.area {
    background: #f7f7f7 url('../images/map_sp.png') no-repeat;
    background-size: 88%;
    background-position: right 10px top 20px;
    width: 100%;
    border-radius: 5px;
}
.area .inner {
    background: none;
    padding: 30px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.area .cmn-ttl {
    text-align: left;
    margin-bottom: 15px;
}
.area .lead-txt {
    text-align: left;
}
.area dl {
    border: 1px solid #d0d0d0;
    background: #fff;
    margin-top: 74vw;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.area dl dt {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}
.area dl dd {
    font-size: 13px;
}
.area small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .area {
        width: 100%;
        background: none;
        background: #f7f7f7;
    }
    .area .inner {
        max-width: 1100px;
        margin: 0 auto;
        background: #f7f7f7 url('../images/map_pc.png') no-repeat;
        background-size: contain;
        background-position: left top;
        padding: 50px 0 60px;
    }
    .area__block {
        width: 54%;
        margin: 0 0 0 auto;
    }
    .area .cmn-ttl {
        text-align: center;
        margin-bottom: 15px;
    }
    .area .lead-txt {
        text-align: center;
    }
    .area dl {
        margin-top: 20px;
        padding: 20px 20px;
    }
    .area dl dt {
        font-size: 16px;
    }
    .area dl dd {
        font-size: 14px;
    }
    .area small {
        font-size: 14px;
    }
}
.modelhouse {
    background: #b29b71 url('../images/modelhouse_bg_sp.jpg') no-repeat;
    background-size: 100%;
    background-position: center top;
    padding: 60px 0 40px;
    color: #fff;
}
.modelhouse .badge {
    width: 65%;
    margin: 0 auto 20px;
}
.modelhouse .main-ttl {
    text-align: center;
    line-height: 1.4;
    font-size: 8vw;
    margin-bottom: 20px;
}
.modelhouse .main-ttl span {
    font-size: 6vw;
}
.modelhouse .name {
    margin: 15px 0 10px;
    text-align: center;
}
.modelhouse .name span {
    font-size: 5.6vw;
    line-height: 1;
}
.modelhouse .txt {
    width: 90%;
    margin: 0 auto 40px;
}
.modelhouse .btn-list {
    width: 100%;
    margin: 0 auto;
}
.modelhouse .cv_area {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .modelhouse {
        background: #b29b71 url('../images/modelhouse_bg_pc.jpg') no-repeat;
        padding: 90px 0 90px;
    }
    .modelhouse .pc-flex {
        max-width: 1100px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .modelhouse .wrap-picture-modelhouse {
        width: 50%;
    }
    .modelhouse .txtarea {
        width: 45%;
    }
    .modelhouse .badge {
        width: 65%;
        margin: 0 auto 15px;
    }
    .modelhouse .main-ttl {
        text-align: left;
        font-size: 48px;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        line-height: 1.3;
    }
    .modelhouse .main-ttl span {
        font-size: 38px;
    }
    .modelhouse .name {
        text-align: left;
    }
    .modelhouse .name span {
        font-size: 40px;
    }
    .modelhouse .txt {
        width: 100%;
    }
    .modelhouse .btn-list {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-top: 40px;
    }
    .modelhouse .btn-list .cmn-btn {
        width: 48%;
    }
}
.others {
    background: #f7f7f7;
    padding: 50px 0;
}
.others__block {
    border: 1px solid #3c2d0d;
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.others__block.soudan {
    margin: 0 auto 25px;
}
.others__block .label {
    position: absolute;
    right: 15px;
    top: 0;
    width: 15%;
}
.others__block .point {
    position: relative;
    top: -15px;
    width: 95%;
    margin: 0 auto;
}
.others__block .ttl {
    text-align: center;
    font-size: 4.4vw;
    line-height: 1.4;
    margin-bottom: 15px;
}
.others__block .ttl span {
    font-size: 6.6vw;
}
.others__block ul {
    margin: 20px auto 20px;
}
.others__block ul li {
    font-size: 13px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.others__block ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #ac5449;
    border-radius: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (min-width: 768px) {
    .others {
        padding: 80px 0;
    }
    .others .inner {
        max-width: 1100px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .others__block {
        width: 47%;
        margin: 0;
    }
    .others__block.soudan {
        margin: 0;
    }
    .others__block .ttl {
        font-size: 24px;
    }
    .others__block .ttl span {
        font-size: 38px;
    }
    .others__block .point {
        width: 90%;
    }
    .others__block ul {
        width: 80%;
        margin: 25px auto 31px;
    }
    .others__block ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.hide-area {
    display: none;
}
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}
#modaal-title {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 20px 0;
}
.modaal-video .modaal-inner-wrapper {
    padding: 0;
}
.modaal-image .modaal-container {
    max-width: 320px !important;
    max-height: 500px !important;
}
@media (min-width: 768px) {
    .modaal-image .modaal-container {
        width: 600px !important;
    }
}
.modaal-image .modaal-container img {
    max-width: 600px !important;
}
.modaal-gallery-item img {
    max-width: 320px !important;
    max-height: 500px !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-main {
    margin-bottom: 6px;
}
.swiper-main .slide img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-thumb .thumb-medi img {
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 768px) {
    .modelhouse .swiper-main .slide img {
        height: 380px;
    }
    .modelhouse .swiper-thumb .thumb-medi img {
        height: 120px;
    }
}
.swiper-button-prev,
.swiper-button-next {
    height: 30px !important;
    width: 30px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '' !important;
    height: 30px !important;
    margin: auto;
    width: 30px !important;
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-prev {
    left: 0 !important;
}
@media (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        height: 40px !important;
        width: 40px !important;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: '' !important;
        height: 40px !important;
        margin: auto;
        width: 40px !important;
    }
    .swiper-button-next {
        right: -25px !important;
    }
    .swiper-button-prev {
        left: -25px !important;
    }
    .sub-controller .swiper-button-prev,
    .sub-controller .swiper-button-next {
        height: 35px !important;
        width: 35px !important;
    }
    .sub-controller .swiper-button-prev::after,
    .sub-controller .swiper-button-next::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: '' !important;
        height: 35px !important;
        margin: auto;
        width: 35px !important;
    }
    .sub-controller .swiper-button-next {
        right: 10px !important;
    }
    .sub-controller .swiper-button-prev {
        left: 10px !important;
    }
}
.swiper-button-prev::after {
    background-image: url('../images/swiper_arrow_prev.jpg');
}
.swiper-button-next::after {
    background-image: url('../images/swiper_arrow_next.jpg');
}
.sub-controller .swiper-button-prev::after {
    background-image: url('../images/swiper_arrow_prev02.png');
}
.sub-controller .swiper-button-next::after {
    background-image: url('../images/swiper_arrow_next02.png');
}
.works-pagination {
    bottom: -30px !important;
}
#common-hub-top {
    display: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8901960784);
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#colorbox {
    outline: 0;
}
.cboxIframe {
    background: #fff;
}
#cboxCurrent {
    display: none;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}
#cboxPrevious {
    position: absolute;
    top: 50%;
    left: -80px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 30px;
    height: 50px;
    background-image: url(../images/yazirushi.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media (min-width: 768px) {
    #cboxPrevious {
        width: 55px;
        height: 90px;
    }
}
#cboxNext {
    position: absolute;
    top: 50%;
    right: -80px;
    -webkit-transform: translatey(-50%) rotate(180deg);
    -ms-transform: translatey(-50%) rotate(180deg);
    transform: translatey(-50%) rotate(180deg);
    width: 30px;
    height: 50px;
    background-image: url(../images/yazirushi.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media (min-width: 768px) {
    #cboxNext {
        width: 55px;
        height: 90px;
    }
}
#cboxClose {
    position: absolute;
    top: 0;
    right: -80px;
    width: 30px;
    height: 30px;
    background-image: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media (min-width: 768px) {
    #cboxClose {
        width: 50px;
        height: 50px;
    }
}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
@media screen and (max-width: 1000px) {
    #cboxPrevious {
        left: 0px;
    }
    #cboxNext,
    #cboxClose {
        right: 0px;
    }
    #cboxClose {
        top: -35px;
    }
}
#common-hub .btn_form .btn {
    border-radius: 100vh;
}

.cv_area .cmn-btn {
    margin: 0 15px;
}

@media (max-width: 768px) {
    .cv_area .cmn-btn {
        margin: 0 0 20px;
    }
}
