body {
    color: #fff;
    font-size: 16px;
    background: #333333;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

.container {
    max-width: 1270px;
}

@media (max-width: 767px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

ul {
    list-style: none;
}

a,
a:focus,
a:active,
a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

button,
button:focus,
button:active,
button:hover {
    outline: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

/*collapse*/
.collapse_group {
    margin-bottom: 80px;
}

.collapse_group .collapse_btn {
    display: none;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.collapse_group .collapse_btn button {
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: #fff;
    width: 100%;
    height: 40px;
    background: transparent;
    padding: 0 15px;
    text-align: left;
    position: relative;
}

.collapse_group .collapse_btn button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19.5px;
    border-left: 2px solid #fff;
}

.collapse_group .collapse_btn button i {
    float: right;
    position: relative;
    left: 11.5px;
    top: 3px;
}

.collapse_group ul {
    justify-content: center;
}

.collapse_group ul li {
    max-width: 295px;
    width: 100%;
    padding: 0 9.5px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .collapse_group {
        margin-bottom: 10px;
    }

    .collapse_group .collapse_btn {
        display: block;
    }

    .collapse_group .collapse_ct {
        position: absolute;
        z-index: 9999;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .collapse_group ul {
        display: block;
        background: #000;
        max-width: 335px;
        margin: 0 auto;
    }

    .collapse_group ul li {
        max-width: 335px;
        margin-bottom: 5px;
        padding: 0;
    }

    .collapse_group ul li a {
        border-left: 1px solid #fff;
    }
}

/* Icons Add 22-02-2021 */
.i-building {
    position: relative;
}

.i-building:before {
    content: '';
    position: absolute;
    background: url("../images/icons/building.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-building-radar {
    position: relative;
}

.i-building-radar:before {
    content: '';
    position: absolute;
    background: url("../images/icons/building-radar.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-dog {
    position: relative;
}

.i-dog:before {
    content: '';
    position: absolute;
    background: url("../images/icons/dog.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-gift {
    position: relative;
}

.i-gift:before {
    content: '';
    position: absolute;
    background: url("../images/icons/gift.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-health {
    position: relative;
}

.i-health:before {
    content: '';
    position: absolute;
    background: url("../images/icons/health.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-metro {
    position: relative;
}

.i-metro:before {
    content: '';
    position: absolute;
    background: url("../images/icons/metro.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-missing {
    position: relative;
}

.i-missing:before {
    content: '';
    position: absolute;
    background: url("../images/icons/missing.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-office {
    position: relative;
}

.i-office:before {
    content: '';
    position: absolute;
    background: url("../images/icons/office.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-officer {
    position: relative;
}

.i-officer:before {
    content: '';
    position: absolute;
    background: url("../images/icons/officer.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-one-r {
    position: relative;
}

.i-one-r:before {
    content: '';
    position: absolute;
    background: url("../images/icons/one-r.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 28px;
    top: 0.4em;
    left: 0;
}

.i-repair {
    position: relative;
}

.i-repair:before {
    content: '';
    position: absolute;
    background: url("../images/icons/repair.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-teach {
    position: relative;
}

.i-teach:before {
    content: '';
    position: absolute;
    background: url("../images/icons/teach.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-walking {
    position: relative;
}

.i-walking:before {
    content: '';
    position: absolute;
    background: url("../images/icons/walking.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-warm {
    position: relative;
}

.i-warm:before {
    content: '';
    position: absolute;
    background: url("../images/icons/warm.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

/* End add 22-03-2021 */
.i-home {
    position: relative;
}

.i-home:before {
    content: '';
    position: absolute;
    background: url("../images/icons/home.svg");
    background-repeat: no-repeat;
    height: 17px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.i-email {
    position: relative;
}

.i-email:before {
    content: '';
    position: absolute;
    background: url("../images/icons/mail.svg");
    background-repeat: no-repeat;
    height: 13px;
    width: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.i-sun {
    position: relative;
}

.i-sun:before {
    content: '';
    position: absolute;
    background: url("../images/icons/sun.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 0.4em;
    left: 0;
}

.i-call {
    position: relative;
}

.i-call:before {
    content: '';
    position: absolute;
    background: url("../images/icons/call.svg");
    background-repeat: no-repeat;
    height: 17px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.i-close {
    position: relative;
}

.i-close:before {
    content: '';
    position: absolute;
    background: url("../images/icons/close.svg");
    background-repeat: no-repeat;
    height: 9px;
    width: 9px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.i-open {
    position: relative;
}

.i-open:before {
    content: '';
    position: absolute;
    background: url("../images/icons/open.svg");
    background-repeat: no-repeat;
    height: 9px;
    width: 9px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/*Breadcrumb*/
.breadcrumb ul {
    padding: 32px 0;
}

.breadcrumb ul li {
    font-family: 'Noto Sans JP';
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 17px;
    letter-spacing: 0.05em;
    padding-right: 15px;
    position: relative;
}

.breadcrumb ul li:before {
    content: '';
    background: #828282;
    right: 7px;
    position: absolute;
    top: 50%;
    width: 1px;
    height: 17px;
    transform: translateY(-50%) rotate(10deg);
}

.breadcrumb ul li a {
    color: #828282;
}

.breadcrumb ul li span {
    color: #fff;
}

.breadcrumb ul li.active:before {
    width: 0;
}

.i-arrow-disabilities {
    position: absolute;
    width: 40px;
    height: 8px;
    top: 9px;
    right: 0;
}

.i-arrow-disabilities:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 1px;
}

.i-arrow-disabilities:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 10px;
    top: 1px;
    transform: rotate(30deg);
    right: 0;
    height: 1px;
}

@media (max-width: 375px) {
    .i-arrow-disabilities:before {
        width: 20px;
    }

    .i-arrow-disabilities:after {
        width: 8px;
    }
}

/*Title*/
.ct-page h1 {
    font-size: 3.5rem;
    color: #777777;
    text-align: center;
    font-weight: 600px;
    line-height: 1.2;
    margin-top: 20px;
}

.ct-page h1 span {
    margin: 14px 0 10px 0;
    font-size: 1.125rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
}

.ct-page .line {
    width: 247px;
    height: 6px;
    margin: 0 auto 60px auto;
    background-color: #fff;
    margin-bottom: 45px;
}

h2 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 36px;
    color: #fff;
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.5rem;
    }
}

.sm-title h2 {
    padding-top: 30px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.sm-title h3 {
    padding-top: 52px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #ffffff;
}

@media (max-width: 767px) {
    .sm-title h3 {
        padding-top: 25px;
    }
}

/*Layout*/
img {
    max-width: 100%;
    height: auto;
}

/*Button*/
.btn-white {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-white:hover {
    color: #ffffff;
}

.btn-white .btn-line:before {
    background: #ffffff;
}

.btn-black {
    border: 2px solid #fff;
    color: #fff;
}

.btn-black:hover {
    color: #fff;
}

.btn-black .btn-line:before {
    background: #fff;
}

.btn-mansion {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 0;
    background: transparent;
}

.btn-mansion .btn-line {
    position: absolute;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 1px;
}

.btn-mansion .btn-line:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    right: 0;
    top: 0;
}

.btn-mansion.active {
    border: 2px solid;
    border-image-slice: 2;
    border-width: 2px;
    /*color: #1EC656;
    background: -webkit-linear-gradient(135deg, #1EC656 0%, #1BADA9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image-source: linear-gradient(135deg, #1EC656 0%, #1BADA9 100%);*/
    color: #979797;
    border-color: #979797;
    display: inline-block;
    line-height: 1.6;
}

.btn-mansion.active .btn-line:before {
    /*background: linear-gradient(135deg, #1EC656 0%, #1BADA9 100%);*/
    background: #979797;
}

.btn-mansion:hover .btn-line:before {
    right: 100%;
    -webkit-animation: btn-line 1.2s cubic-bezier(0.6, 0, 0.2, 1) infinite 0s;
            animation: btn-line 1.2s cubic-bezier(0.6, 0, 0.2, 1) infinite 0s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.btn-sm-mansion {
    font-weight: 500;
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: 0.1em;
    max-width: 295px;
    height: 80px;
}

.btn-lg-mansion {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 17px;
    letter-spacing: 0.1em;
    max-width: 300px;
    height: 60px;
}

@-webkit-keyframes btn-line {
    0% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

@keyframes btn-line {
    0% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

.btn-contact {
    width: 100%;
    max-width: 240px;
    font-weight: 600;
    font-size: 1rem;
    color: #000;
    background: #fff;
    border-radius: 0;
    margin-right: 20px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-contact span {
    display: flex;
    padding-left: 30px;
    height: 1em;
    display: flex;
    align-items: center;
}

.btn-contact:hover {
    color: #333;
}

@media (max-width: 767px) {
    .btn-contact {
        margin-right: 10px;
        font-size: 0.875rem;
        height: 37px;
        margin-top: 10px;
    }
}

/* Product Item */
.products {
    padding-left: 7%;
}

@media (max-width: 375px) {
    .products {
        padding-left: 20px;
    }
}

.splide-item_box {
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-items {
    position: relative;
    padding-top: 6px;
    max-width: 370px;
}

.product-items .item-flash {
    position: absolute;
    top: -6px;
    right: -5px;
    margin-bottom: 0;
    z-index: 1;
    padding: 11px 6px;
    text-align: center;
    width: 100%;
    max-width: 80px;
}

.product-items .item-flash.campaign {
    left: 0;
    top: 0;
    max-width: 100px;
    padding: 5px 6px;
}
.product-items .item-flash.campaign span { line-height: 157%; }

.product-items .item-flash span {
    display: block;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 160%;
    color: #ffffff;
}

@media (max-width: 375px) {
    .product-items .item-flash {
        font-size: 0.625rem;
    }
}

.product-items .product-items_img {
    position: relative;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
    max-width: 370px;
    margin: 0 auto;
    max-height: 250px;
}

@media (max-width: 375px) {
    .product-items .product-items_img {
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.25);
    }
}

.product-items .item-price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.4375rem;
    line-height: 29px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.product-items .item-price .item-unit {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 17px;
}

@media (max-width: 375px) {
    .product-items .item-price {
        font-size: 1.125rem;
    }

    .product-items .item-price .item-unit {
        font-size: 0.625rem;
    }
}

.product-items h3 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    color: #fff;
    margin-top: 30px;
    position: relative;
    padding-right: 50px;
    margin-bottom: 15px;
}

@media (max-width: 375px) {
    .product-items h3 {
        font-size: 1.125rem;
        padding-right: 30px;
    }
}

.product-items .sdk-size {
    font-style: normal;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 17px;
    color: #fff;
    margin-bottom: 10px;
}

.product-items .des {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 160%;
    color: #fff;
}

.product-items .product-items_utilities ul li {
    padding: 0 10px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.product-items .product-items_utilities ul li span {
    padding-left: 30px;
    font-weight: 500;
    font-size: 0.75rem;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
}

/* Promotion Item */
.promotion .row {
    margin-bottom: 50px;
}

.promotion .col-md-6:nth-child(odd) {
    padding-right: 50px;
}

.promotion .col-md-6:nth-child(even) {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .promotion .col-md-6:nth-child(odd) {
        padding-right: 20px;
        padding-left: 20px;
    }

    .promotion .col-md-6:nth-child(even) {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.promotion-item .promotion-item_img {
    max-width: 570px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.promotion-item .promotion-item_cat {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-bottom: 15px;
}

.promotion-item .promotion-item_title {
    position: relative;
    height: 56px;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 30px;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.promotion-item .promotion-item_title span {
    display: block;
}

.promotion-item .promotion-item_title:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 12px;
    background: #ffffff;
    width: 40px;
    height: 1px;
}

.promotion-item .promotion-item_title:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 8px;
    height: 1px;
    top: 10px;
    background: #ffffff;
    transform: rotate(30deg);
}

@media (max-width: 767px) {
    .promotion-item .promotion-item_title {
        margin-bottom: 25px;
        font-size: 1.125rem;
        height: auto;
    }

    .promotion-item .promotion-item_title:before {
        right: 10px;
    }

    .promotion-item .promotion-item_title:after {
        right: 10px;
    }
}

.promotion-item .promotion-item_des {
    font-size: 0.875rem;
    color: #ffffff;
}

@media (max-width: 767px) {
    .promotion-item .promotion-item_des {
        padding-right: 25px;
        margin-bottom: 40px;
    }
}

.promotion-video .promotion-item_des {
    font-size: 0.875rem;
    color: #ffffff;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .promotion-video .promotion-item_des {
        padding-right: 25px;
        margin-bottom: 40px;
    }
}

/* News Item */
.news-group .col-md-6:nth-child(3n+2) .news-item {
    margin: 0 auto;
}

.news-group .col-md-6:nth-child(3n) .news-item {
    margin-left: auto;
    margin-right: 0;
}

.news-group .news-item {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .news-group .col-md-6:nth-child(3n+2) .news-item {
        margin: initial;
    }

    .news-group .col-md-6:nth-child(3n) .news-item {
        margin-left: initial;
        margin-right: initial;
    }

    .news-group .col-md-6:nth-child(2n+2) .news-item {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .news-group .col-md-6 .news-item {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 40px !important;
    }
}

.news-item {
    max-width: 370px;
}

.news-item .news-item_img {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.news-item .news-item_cat {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 15px;
}

.news-item .news-item_title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
    padding-right: 40px;
}

.news-item .news-item_title span {
    display: block;
}

.news-item .news-item_des {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 17px;
    color: #fff;
    text-align: justify;
}

@media (max-width: 767px) {
    .news-item .news-item_title {
        font-size: 1.125rem;
    }
}

.i-arrows {
    position: relative;
}

.i-arrows:before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    background: #fff;
    width: 40px;
    height: 1px;
}

.i-arrows:after {
    content: '';
    position: absolute;
    right: 0;
    width: 8px;
    height: 1px;
    top: 8px;
    background: #fff;
    transform: rotate(30deg);
}

/*Position*/
.fixed-block-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 9999999;
}

/* Width And Height*/
@media (max-width: 767px) {
    .mr-last-to-md-0 {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .w-to-md-100 {
        max-width: 100%;
    }
}

.max-w-100 {
    max-width: 100%;
}

/*Contact*/
.contact {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.contact a span.i-call {
    padding-left: 39px;
}

@media (max-width: 768px) {
    .contact a span.i-call {
        padding-left: 30px;
    }
}

@media (max-width: 374px) {
    .contact {
        display: block;
        margin: 0 auto;
        max-width: 240px;
    }

    .contact a {
        margin-bottom: 10px;
    }
}

/*Background Gradient*/
.bg-gradient-green-turquoise {
    background: linear-gradient(135deg, #1EC656 0%, #1BADA9 100%);
}

.bg-black {background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);}

.bg-gradient-orange {
    background: linear-gradient(135deg, #FF8642 0%, #FA1165 100%);
}

.bg-gradient-ovlarticle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 85%, white 100%);
}

.is-video video {
    width: 100%;
    height: 100%;
}

.menu-animation-scroll {
    position: fixed;
    z-index: 9999;
    background: #000;
    width: 100%;
    -webkit-animation-name: top-to-bottom;
            animation-name: top-to-bottom;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
}

@-webkit-keyframes top-to-bottom {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes top-to-bottom {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

.nav_menu {
    padding: 30px 50px 10px;
}

.nav_menu .navbar {
    padding: 0;
}

.nav_menu .navbar-brand {
    max-width: 208px;
}

.nav_menu .nav_menu-list {
    justify-content: flex-end;
}

.nav_menu button {
    position: relative;
    height: 30px;
    width: 30px;
}

.nav_menu button .nav-toggler-line {
    position: absolute;
    width: 22px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #fff;
    transition: all 0.7s cubic-bezier(0, 0.7, 0, 1);
    transition-delay: 0.2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.nav_menu button .nav-toggler-line:nth-child(1) {
    top: 7px;
}

.nav_menu button .nav-toggler-line:nth-child(2) {
    top: 13px;
}

.nav_menu button .nav-toggler-line:nth-child(3) {
    bottom: 7px;
}

.nav_menu button.open .nav-toggler-line:nth-child(1) {
    transform: rotateZ(45deg) translate(-3px, 12px);
}

.nav_menu button.open .nav-toggler-line:nth-child(2) {
    opacity: 0;
}

.nav_menu button.open .nav-toggler-line:nth-child(3) {
    transform: rotateZ(-45deg) translate(-4px, -12px);
}

.nav_menu .navbar-expand-lg ul.navbar-nav {
    justify-content: flex-end;
}

.nav_menu .navbar-expand-lg ul.navbar-nav li a:not(.dropdown-item) {
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0 25px;
}

@-webkit-keyframes drawer-open {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes drawer-open {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes drawer-close {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes drawer-close {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@-webkit-keyframes top-to-bottom {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes top-to-bottom {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

/*Slide Show - 23-03-2021 */
.g-slideshow {
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}

.g-slideshow:before {
    position: absolute;
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    content: '';
    left: 0;
    right: 13.5%;
    height: calc(100% - 100px);
    top: 100px;
    bottom: 0;
    z-index: -1;
}

.g-slideshow .g-slideshow_content {
    position: relative;
}

.g-slideshow .splide {
    padding-left: 14.25%;
    position: relative;
}

.g-slideshow .splide:before {
    content: '';
    position: absolute;
    background: #ffffff;
    top: 0;
    bottom: 0;
    left: 14.25%;
    right: 0;
}

.g-slideshow .splide .splide__track {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
}

.g-slideshow .splide .splide-item {
    max-height: 640px;
    padding-top: 51.2%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.g-slideshow.top-banner .splide .splide__slide:nth-child(1) .splide-item {background-position: 0% 100%;}
.g-slideshow.top-banner .splide .splide__slide:nth-child(2) .splide-item {background-position: center;}
.g-slideshow.top-banner .splide .splide__slide:nth-child(4) .splide-item {background-position: 0% 20%;}
.g-slideshow.top-banner .splide .splide__slide:nth-child(6) .splide-item {background-position: 0% 0%;}
.g-slideshow.top-banner .splide .splide__slide:nth-child(7) .splide-item {background-position: 0% 50%;}

.g-slideshow.about-banner .splide { padding-left: 0%; }
.g-slideshow.about-banner .splide:before {left: 23.2%;}
.g-slideshow.about-banner .splide .splide__track {box-shadow: none;}
/*.g-slideshow.about-banner .splide:before {content: none;}*/
.g-slideshow.about-banner .splide .splide__slide:nth-child(1) .splide-item {
    background-size: contain;
    background-position: right;
}

.g-slideshow.estates-banner .splide .splide__slide:nth-child(1) .splide-item {background-position: 0% 100%;}

.g-slideshow .splide .hide-panigation li {
    height: 0;
}

.g-slideshow .splide .hide-panigation li button {
    height: 0;
}

.g-slideshow .slideshow-text {
    position: absolute;
    bottom: 13%;
    left: 5%;
}

.g-slideshow .slideshow-text.is-txt-img {
    bottom: 3%;
    left: 5%;
}

.g-slideshow .slideshow-text h2 {
    font-weight: bold;
    font-size: 6.25rem;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.g-slideshow .slideshow-text h2 p {
    margin-bottom: 0;
}

.g-slideshow .slideshow-text h2 .des-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    line-height: 1.5;
}

.g-slideshow .sm-title .des-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    line-height: 1.5;
}
.g-slideshow .slideshow-text .img-txt {
    padding-right: 28%;
}

.g-slideshow .slideshow-text .slideshow-text_style {
    position: absolute;
    right: 35px;
    transform: rotate(-2deg);
    bottom: -96px;
}

.g-slideshow .slideshow-sub-text {
    position: absolute;
    left: 5%;
    bottom: -50px;
}

.g-slideshow .slideshow-sub-text  h3{
    padding-top: 52px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.socials-wrapper {position: absolute; left: 5%; bottom: 15px;}
.socials-wrapper ul {margin-bottom: 0; padding-left: 0;}
.socials-wrapper ul li {display: inline-block; margin: 0 10px;}
.socials-wrapper ul li:nth-child(1) {margin-left: 1px;}
.socials-wrapper ul li a {font-size: 20px;}

@media (max-width: 767px) {
    .g-slideshow {
        padding-bottom: 40px;
    }

    .g-slideshow:before {
        height: unset;
    }

    .g-slideshow .splide .splide-item {
        padding-top: 94.6%;
    }

    .g-slideshow .slideshow-text {
        bottom: 20px;
    }

    .g-slideshow .slideshow-text h2 {
        font-size: calc(48px + 62 * ((100vw - 375px) / 392));
    }

    .g-slideshow .slideshow-text h2 .des-title {
        font-size: calc(16px + 14 * ((100vw - 375px) / 392));
    }
}

@media (max-width: 440px) {
    .g-slideshow .slideshow-text h2 {
        font-size: calc(30px + 8 * ((100vw - 320px) / 54));
    }

    .g-slideshow .slideshow-text .img-txt {
        padding-right: 47% !important;
    }

    .g-slideshow .slideshow-sub-text {
        bottom: -35px;
    }

    .product-items .item-flash {padding: 11px 0;}
    .product-items .item-price {padding: 0px 10px; min-width: 130px;}

    .btn-sm-mansion { height: 40px; }
}

@media (max-width: 374px) {
    .g-slideshow .slideshow-text h2 {
        font-size: calc(25px + 8 * ((100vw - 320px) / 54));
    }

    .g-slideshow .slideshow-text h2 .des-title {
        font-size: calc(16px + 0 * ((100vw - 320px) / 54));
    }
}

/*End Slide Show - 23-03-2021 */
footer ul li a.nav-link {
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

footer .footer-top {
    position: relative;
}

footer .footer-top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 15.2%;
    top: 0;
    background: #222222;
    bottom: 0;
    z-index: -1;
}

footer .footer-top ul li {
    padding: 66px 25px;
}

footer .footer-bottom {
    position: relative;
}

footer .footer-bottom .navbar-brand {
    max-width: 166px;
    padding: 25px 0 0;
}

footer .footer-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -82px;
    background: #333333;
    bottom: 0;
    z-index: -2;
}

footer .footer-bottom .socials-wrapper {position: static;}

footer .footer-bottom .footer-bottom_list {
    margin-left: 30px;
}

footer .footer-bottom ul li {
    padding: 22px 0 0;
}

footer .footer-bottom_ct {
    display: flex;
    flex-flow: wrap;
}

footer .footer-bottom_ct .this-sp {
    display: none;
}

footer .footer-bottom_ct .footer-bottom_ct-l {
    width: 100%;
    margin-right: 1rem;
    max-width: 166px;
}

footer .footer-bottom_ct .footer-bottom_ct-r {
    width: 100%;
    flex: 0 0 86%;
    max-width: calc(100% - 487px);
    margin-left: 150px;
}

footer .footer-bottom_ct .footer-bottom_ct-r p {
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 0;
}

footer .footer-bottom_ct ul li {
    padding: 0 0 0;
}

footer .footer-bottom_ct ul li a {
    font-weight: initial;
}

footer .copyright {
    padding: 25px 0 30px;
}

footer .copyright p {
    font-weight: normal;
    font-size: 0.625rem;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 10px;
    text-align: right;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
  /* Footer */
    footer ul.nav {
        display: block;
    }

    footer .footer-top:before {
        right: 40px;
    }

    footer .footer-top ul {
        padding: 22px 0;
    }

    footer .footer-top ul li {
        padding: 0;
    }

    footer .footer-top ul li a {
        text-align: left;
        font-size: 0.75rem;
        padding: 10px 0;
    }

    footer .footer-bottom {
        padding-top: 10px;
    }

    footer .footer-bottom:before {
        top: -91px;
    }

    footer .footer-bottom .navbar {
        display: block;
        padding: 0;
    }

    footer .footer-bottom .navbar-brand {
        max-width: 124px;
        margin-bottom: 15px;
    }

    footer .footer-bottom .footer-bottom_list {
        justify-content: start;
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }

    footer .footer-bottom ul li {
        padding: 0;
    }

    footer .footer-bottom ul li a {
        text-align: left;
        font-size: 0.5625rem;
        padding: 5px 0;
        font-weight: 500;
    }

    footer .footer-bottom_ct {
        border-top: 0.5px solid #828282;
    }

    footer .footer-bottom_ct .this-pc {
        display: none;
    }

    footer .footer-bottom_ct .this-sp {
        display: block;
    }

    footer .footer-bottom_ct .footer-bottom_ct-l {
        max-width: 100%;
    }

    footer .footer-bottom_ct .footer-bottom_ct-r {
        margin-left: 0;
        margin-top: 30px;
        flex: 0 0 100%;
        max-width: calc(100% - 460px);
    }

    footer .footer-bottom_ct .footer-bottom_ct-r p {
        padding: 10px 0;
    }

    footer .footer-bottom_ct ul li {
        padding: 0 0 0;
        width: calc(50% - 15px);
        display: inline-block;
    }

    footer .footer-bottom_ct ul li a {
        font-weight: 400;
    }

    footer .footer-bottom_ct ul li:nth-child(even) {
        margin-left: 20px;
    }

    footer .copyright p {
        text-align: right;
        padding: 0 0 0;
        font-size: 0.625rem;
    }
}

@media (max-width: 767px) {
    footer .footer-bottom_ct .footer-bottom_ct-r {
        margin-left: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }

    footer .footer-bottom_ct .footer-bottom_ct-r p {
        padding: 10px 0;
    }

    footer .footer-bottom_ct ul li {
        padding: 0 0 0;
        width: calc(50% - 15px);
    }
}

/*TopPage - 23-03-2021*/
.top-page-slideshow .g-slideshow .slideshow-text h2 {
    margin-bottom: 3px;
}

.top-page-slideshow .g-slideshow .slideshow-text h2 img{
    max-width: 80%;
}

.news-box .news-box_list {
    padding: 82px 100px;
}

.news-box .news-box_list h2 {
    text-align: center;
    margin-bottom: 80px;
}

.news-box .news-box_list table {
    margin-bottom: 60px;
}

.news-box .news-box_list table tr th {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 17px;
    color: #fff;
    border-top: none;
    border-bottom: 1px solid #E0E0E0;
    width: 20%;
    padding: 30px 0;
}

.news-box .news-box_list table tr td {
    padding: 30px 20px;
    color: #fff;
    border-top: none;
    border-bottom: 1px solid #828282;
}

.news-box .news-box_list .newx-box_item h4 {
    font-weight: 600;
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    padding-right: 40px;
}

.news-box .news-box_list .newx-box_item h4 span {
    top: 5px;
    right: -20px;
}

.news-box .news-box_list .newx-box_item p {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    padding-right: 40px;
}

.news-box .news-box_list .newx-box_item p span {
    top: 5px;
    right: -20px;
}

.lists-bg-gray {
    position: relative;
    margin-bottom: 130px;
}

.lists-bg-gray:before {
    content: '';
    position: absolute;
    top: 0;
    height: 460px;
    left: 14%;
    right: 0;
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    z-index: -1;
}

.lists-bg-gray h2 {
    padding-top: 100px;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 160px;
}

.gray-right:before {
    left: 14%;
    right: 0;
}

@media (max-width: 767px) {
    .gray-right:before {
        left: 30px;
    }
}

.gray-left:before {
    right: 14%;
    left: 0;
}

@media (max-width: 767px) {
    .gray-left:before {
        right: 30px;
    }
}

.section-top-page-content .g-slideshow {
    padding-bottom: 80px;
}

.section-top-page-content .g-slideshow:before {
    right: 11.8%;
}

.section-top-page-content .g-slideshow .slideshow-text {
    bottom: 30px;
}

.section-top-page-content .top-page-content_des {
    margin-top: 50px;
}

.section-top-page-content .top-page-content_des h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 35px;
}

.section-top-page-content .top-page-content_des p {
    max-width: 754px;
    font-size: 0.875rem;
    color: #ffffff;
}

.section-top-page-content .promotion {
    margin-top: 80px;
}

.section-top-page-content .promotion .content {
    color:#fff;
    width: calc(100% - 11.9%);
}

.section-top-page-content .promotion .content h3 {
    margin-bottom: 16px;
}

.section-top-page-content .promotion .promotion-item {
    margin-bottom: 60px;
}

.section-top-page-content .promotion-video {
    margin-bottom: 30px;
}

.section-top-page-content .promotion-video h3 {
    color: #ffffff;
    padding-right: 5px;
    margin-bottom: 16px;
}

.section-top-page-content .promotion-video p {
    font-size: 0.875rem;
    line-height: 200%;
    color: #ffffff;
    margin-bottom: 20px;
    padding-right: 25px;
}

.section-top-page-content .promotion-video p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section-virtual .virtual:before {
        height: 38%;
    }
}

.section-virtual .virtual-video, .section-virtual .virtual-text {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section-virtual .virtual-text p {
        font-size: 0.875rem;
        letter-spacing: -0.2px;
    }
}

.section-virtual .btn-mansion {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .section-virtual .btn-mansion {
        margin-top: 60px;
    }
}

.section-virtual p {
    margin-bottom: 0;
}

.section-top-page-services .news-group .news-item {
    max-width: 570px;
}

.section-top-page-services .news-group .news-item .news-item_ct {
    margin-bottom: 30px;
}

.section-top-page-services .news-group .col-md-6:nth-child(even) .news-item {
    margin: 0 0 0 auto;
}

.section-top-page-services .news-group .col-md-6:nth-child(odd) .news-item {
    margin: 0 auto 0 0;
}

/*TopPage - 23-03-2021*/
.owned-property_product .col-md-6:nth-child(3n+2) .product-items {
    margin: 0 auto;
}

.owned-property_product .col-md-6:nth-child(3n) .product-items {
    margin-left: auto;
    margin-right: 0;
}

.owned-property_product .product-items {
    margin-bottom: 60px;
}

.none_splide {
    padding-left: 14.25%;
    position: relative;
}

.section_contact_page {
    /*background: #F2F2F2;*/
    padding: 80px 0 100px;
}

.section_contact_page .box_contact {
    background: #333333;
    border-radius: 10px;
    padding: 60px 100px;
}

.section_contact_page .box_contact_top {
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 75px;
}

.section_contact_page .box_contact_top p {
    margin-bottom: 0;
    font-size: 1.5em;
    text-align: right;
    font-weight: 600;
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding-top: 10px;
    margin-top: 10px;
}

.section_contact_page .box_contact_top p span {
    font-size: 0.75em;
}

.section_contact_page .box_contact_top .top_contact_img {
    width: 100%;
    height: 179px;
    overflow: hidden;
    border-radius: 3px;
}

.section_contact_page .box_contact_top .top_contact_img img {
    width: 100%;
    height: 179px;
    -o-object-fit: cover;
       object-fit: cover;
}

.section_contact_page .box_contact_top .box_top_contact_content {
    padding-left: 20px;
}

.section_contact_page .box_contact_top .box_top_contact_content .table {
    color: #fff;
}

.section_contact_page .box_contact_top .box_top_contact_content h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 10px;
}

.section_contact_page .box_contact_top .box_top_contact_content .table th, .section_contact_page .box_contact_top .box_top_contact_content .table td {
    padding: 5px;
    border: none;
    font-size: 0.875em;
}

.section_contact_page .box_body_contact {
    font-size: 0.875em;
}

.section_contact_page .box_body_contact .title {
    text-align: center;
    margin-bottom: 60px;
}

.section_contact_page .box_body_contact .frm_contact label {
    margin-bottom: 0;
    font-weight: 600;
}

.section_contact_page .box_body_contact .frm_contact label.custom-control-label {
    font-weight: 300;
    line-height: 1.8em;
}

.section_contact_page .box_body_contact .frm_contact .mustbe {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    font-size: 0.75em;
}

.section_contact_page .box_body_contact .frm_contact .btnzipcode {
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    font-weight: 500;
    opacity: 1;
    padding-left: 0;
}

.section_contact_page .box_body_contact .frm_contact .btnzipcode i {
    position: relative;
    top: -2px;
}

.section_contact_page .box_body_contact .form-group {
    margin-bottom: 40px;
}

.section_contact_page .box_body_contact .form-control {
    height: calc(1.5em + .75rem + 4px);
}

.section_contact_page .box_body_contact .form-control:focus {
    box-shadow: 0 0 0 0.2rem #4caf5061;
}

.section_contact_page .box_body_contact textarea.form-control {
    height: 140px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.section_contact_page .box_body_contact .custom-select {
    background: #fff url("../images/1x/i_down_black.svg") no-repeat right 0.75rem center/20px 20px;
}

.section_contact_page .box_body_contact .btn-mansion.btn_confirm {
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    max-width: 398px;
    font-size: 1.3em;
    font-weight: 500;
}

.section_contact_page .box_body_contact .btn-mansion.btn_confirm.btn-black {
    border: none;
    color: #fff;
}

.section_contact_page .box_body_contact .btn-mansion.btn_confirm.btn-black .btn-line::before {
    background: #fff;
}

.section_contact_page .box_body_contact .btn-mansion.btn_back, .section_contact_page .box_body_contact .btn-mansion.btn_send {
    background: #D8D8D8;
    color: #fff;
    max-width: 295px;
    border-radius: 0;
    display: inline-flex;
    margin-right: 22px;
    font-size: 1.3em;
    font-weight: 500;
}

.section_contact_page .box_body_contact .btn-mansion.btn_send {
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    margin-right: 0;
}

.section_contact_page .box_body_contact .link_policy {
    text-decoration: underline;
    font-weight: 500;
    color: #2F80ED;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: #fff;
    border-color: #828282;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:url(%23SVGID_1_);%7d %3c/style%3e%3clinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='0' y1='6' x2='12' y2='6'%3e%3cstop offset='0' style='stop-color:%231EC656'/%3e%3cstop offset='1' style='stop-color:%231BADA9'/%3e%3c/linearGradient%3e%3ccircle class='st0' cx='6' cy='6' r='6'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 8 8' style='enable-background:new 0 0 8 8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:url(%23SVGID_1_);%7d %3c/style%3e%3clinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='0' y1='4' x2='8' y2='4'%3e%3cstop offset='0' style='stop-color:%231EC656'/%3e%3cstop offset='1' style='stop-color:%231BADA9'/%3e%3c/linearGradient%3e%3cpath class='st0' d='M6.6,0.8L3,4.4L1.4,2.8L0,4.3l3,3l5-5.1L6.6,0.8z'/%3e%3c/svg%3e ");
}

.box_completed {
    text-align: center;
    border-radius: 10px;
    background: #333333;
    padding: 60px 130px;
}

.box_completed h2 {
    font-size: 1.5em;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(16, 39, 70, 0.2);
    margin-bottom: 30px;
}

.box_completed p, .box_completed small {
    font-weight: 300;
}

.box_completed h2 {
    font-size: 1.5em;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(16, 39, 70, 0.2);
    margin-bottom: 30px;
}

.box_completed .btn_back {
    background: linear-gradient(135deg, #1EC656 0%, #1BADA9 100%);
    font-size: 1.125em;
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
}

.box_completed p, .box_completed small {
    font-weight: 300;
}

@media (max-width: 768px) {
    .section_contact_page {
        background: #000;
        padding: 30px 0;
    }

    .section_contact_page .box_contact {
        padding: 10px;
    }

    .section_contact_page .box_body_contact .frm_contact label {
        margin-bottom: 10px;
    }

    .section_contact_page .box_body_contact .frm_contact .mustbe {
        position: relative;
        top: -2px;
        margin-left: 5px;
    }

    .section_contact_page .box_body_contact .frm_contact.frm_comfirm p {
        margin-bottom: 0;
    }

    .section_contact_page .box_body_contact .btn-mansion.btn_back, .section_contact_page .box_body_contact .btn-mansion.btn_send {
        max-width: 155px;
    }

    .box_completed {
        padding: 30px 0;
    }
}

@media (max-width: 320px) {
    .section_contact_page .box_body_contact .btn-mansion.btn_back, .section_contact_page .box_body_contact .btn-mansion.btn_send {
        max-width: 125px;
    }
}

.main_aboutservices {
    overflow: hidden;
    margin-bottom: 80px;
}

.main_aboutservices section {
    padding: 80px 0;
}

.main_aboutservices section:nth-of-type(2n) .aboutservices_top {
    padding-top: 0;
}

.main_aboutservices section:nth-of-type(2n) .aboutservices_top::before {
    left: 107px;
    right: 0;
    bottom: -103px;
    height: 150%;
}

.main_aboutservices section:nth-of-type(2n) .aboutservices_top::after {
    bottom: -100px;
    right: inherit;
}

.main_aboutservices section:nth-of-type(3) {
    padding-top: 0;
}

.main_aboutservices section:nth-of-type(3) ul.box_aboutservices li {
    width: 50%;
    background: #000;
    text-align: left;
}

.main_aboutservices section:nth-of-type(3) ul.box_aboutservices li .box_aboutservices_item .box_aboutservices_item_img {
    width: 100%;
    height: 250px;
}

.main_aboutservices section:nth-of-type(3) ul.box_aboutservices li .box_aboutservices_item .box_aboutservices_item_img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.main_aboutservices section:nth-of-type(4) .aboutservices_top::before {
    bottom: -143px;
    height: 190%;
}

.main_aboutservices section .aboutservices_top {
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.main_aboutservices section .aboutservices_top::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 107px;
    bottom: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
}

.main_aboutservices section .aboutservices_top::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 107px;
    bottom: -130px;
    width: 200%;
    height: 100%;
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
}

.main_aboutservices section .aboutservices_top h2 {
    margin-bottom: 45px;
    font-size: 1.5em;
    letter-spacing: 0.02em;
}

.main_aboutservices section .aboutservices_top h3 {
    font-size: 1em;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.main_aboutservices section .aboutservices_top p {
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.main_aboutservices section .aboutservices_top p:last-child {
    margin-bottom: 0;
}

.main_aboutservices section .box_beforeafter {
    padding: 15px 30px;
    background: #fff;
}

.main_aboutservices section ul.box_aboutservices {
    padding: 0;
    margin: 0;
    display: flex;
}

.main_aboutservices section ul.box_aboutservices li {
    margin-right: 65px;
    width: 33.33%;
}

.main_aboutservices section ul.box_aboutservices li:last-child {
    margin-right: 0;
}

.main_aboutservices section ul.box_aboutservices li .box_aboutservices_item .box_aboutservices_item_img {
    margin-bottom: 30px;
}

.main_aboutservices section ul.box_aboutservices li .box_aboutservices_item p {
    font-size: 0.875em;
    line-height: 1.8em;
}

.main_aboutservices section ul.box_aboutservices li .box_aboutservices_item p.sub_title {
    font-size: 0.75em;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.main_aboutservices section ul.box_aboutservices li .box_aboutservices_item p.description {
    font-size: 0.875em;
}

.main_aboutservices section ul.box_aboutservices li .box_aboutservices_item h2 {
    font-size: 1.25em;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .g-slideshow .slideshow-text.slideshow-text_aboutservice h2 {
        text-transform: uppercase;
    }

    .g-slideshow .slideshow-text.slideshow-text_aboutservice h2 span {
        text-transform: none;
    }

    .sm-title.sm-title_aboutservice h3 {
        font-size: 1.125em;
    }

    .main_aboutservices section {
        padding: 0;
        margin-top: 80px;
        position: relative;
    }

    .main_aboutservices section::before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 30px;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    }

    .main_aboutservices section:nth-of-type(2n) .aboutservices_top {
        padding-top: 60px;
    }

    .main_aboutservices section:nth-of-type(3) ul.box_aboutservices li {
        width: 100%;
        background: transparent;
    }

    .main_aboutservices section .aboutservices_top {
        padding: 60px 0;
    }

    .main_aboutservices section .aboutservices_top::after, .main_aboutservices section .aboutservices_top::before {
        display: none;
    }

    .main_aboutservices section .aboutservices_top h2 {
        font-size: 1.25em;
        margin-bottom: 30px;
    }

    .main_aboutservices section ul.box_aboutservices {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    .main_aboutservices section ul.box_aboutservices li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .main_aboutservices section ul.box_aboutservices li .box_aboutservices_item h2 {
        font-size: 1.125em;
    }

    .main_aboutservices section ul.box_aboutservices li .box_aboutservices_item p.description {
        margin-bottom: 0;
    }
}

.about-us .line {
    background-color: #e1e1e1;
}

.about-us_table {
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.about-us_table table tr:nth-child(odd) {
    background-color: #e1e1e1;
}

.about-us_table table tr th, .about-us_table table tr td {
    vertical-align: middle;
}

.about-us_table table tr th p, .about-us_table table tr td p {
    margin-bottom: 0;
}

.about-us_table table tr th {
    font-weight: 600px;
    clear: both;
    width: 32%;
    padding: 13px 4%;
    text-align: right;
    border-right: 1px solid #c0c0c0;
}

.about-us_table table tr td {
    width: 52%;
    padding: 13px 4%;
    position: relative;
    font-weight: normal;
    font-size: 0.875rem;
}

#gtx-trans {
    background-color: whitesmoke;
    box-sizing: content-box;
    cursor: pointer;
    height: 19px;
    width: 19px;
    z-index: 2147483647;
    border-width: 1px;
    border-style: solid;
    border-color: gainsboro;
    -o-border-image: initial;
       border-image: initial;
    border-radius: 5px;
    padding: 3px;
    position: absolute;
    left: -19px;
    top: 86px;
}

/* Detail page */
.section-slideshow-details .splide .floor_plan .splide-item {
    background-size: contain;
    margin: 0 20px;
}

.section-slideshow-details .splide-item_box {
    position: absolute;
    bottom: 0;
    padding-left: 14.25%;
    width: 100%;
}

.section-slideshow-details .product-items {
    padding-top: unset;
    max-width: 310px;
    width: 100%;
}

.section-slideshow-details .product-items.info {
    max-width: 140px;
}

.section-slideshow-details .product-items .item-price {
    font-size: 1.875rem;
    line-height: 36px;
    right: 0;
    text-align: center;
}

.section-slideshow-details .product-items .item-unit {
    font-size: 1.125rem;
}

.section-slideshow-details .product-items .item_construction-status {
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
}

.section-slideshow-details .product-items .bg-turquoise {
    background: linear-gradient(135deg, #1EC656 0%, #1BADA9 100%);
}

.section-slideshow-details .product-items .bg-redpink {
    background: linear-gradient(135deg, #FF8642 0%, #FA1165 100%);
}

.section-slideshow-details .sm-title {
    width: calc(100% - 7.5%);
}

.section-slideshow-details .sm-title h3 {
    display: inline-block;
}

.section-slideshow-details .contact-info {
    display: flex;
    float: right;
    padding-top: 36px;
    margin-right: 32px;
    width: 44%;
    justify-content: flex-end;
}

.section-slideshow-details .contact-info .contact-info_home,
  .section-slideshow-details .contact-info .contact-info_email {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.section-slideshow-details .contact-info .contact-info_home i,
    .section-slideshow-details .contact-info .contact-info_email i {
    margin-right: 30px;
}

.section-slideshow-details .contact-info .contact-info_home {
    max-width: 206px;
    margin-right: 0;
    background: #000;
}

.section-slideshow-details .contact-info .contact-info_home .i-home:before {background: url(../images/icons/home-w.svg);}

.section-slideshow-details .contact-info .contact-info_home i {
    top: 5.5px;
}

.section-slideshow-details .contact-info .contact-info_email {
    max-width: 157px;
    margin-right: 10px;
    background: #000;
}
.section-slideshow-details .contact-info .contact-info_email .i-email:before {background: url(../images/icons/mail-w.svg);}

.section-slideshow-details .contact-info .contact-info_email i {
    top: 6.5px;
}

.view-more {
    height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -50px;
    display: flex;
    justify-content: center;
}

.view-more span {
    display: block;
}

.detail-group {
    padding-left: 55px;
    padding-right: 55px;
}

.detail_title {
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.detail_des {
    font-weight: 300;
    font-size: 0.875rem;
    color: #fff;
    text-align: justify;
    margin-bottom: 58px;
    position: relative;
}

.detail_slider {
    margin-bottom: 100px;
    position: relative;
}

.detail_slider .detail_primary_splide-slider {
    position: relative;
}

.detail_slider .detail_primary_splide-slider .detail_slide-box {
    padding-left: 50px;
    padding-right: 50px;
}

.detail_slider .detail_primary_splide-slider .splide__arrow {
    top: 38%;
    width: 40px;
    height: 40px;
    background: #ffffff;
    opacity: 1;
}

.detail_slider .detail_primary_splide-slider .splide__arrow--prev {
    left: 29px;
}

.detail_slider .detail_primary_splide-slider .splide__arrow--next {
    right: 29px;
}

.detail_slider .detail_primary_splide-slider .detail_slide-img {
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
}

.detail_slider .details_slide-txt {
    margin: 20px 0;
}

.detail_slider .details_slide-txt p {
    font-size: 0.875rem;
    text-align: center;
    color: #333333;
    margin-bottom: 0;
}

.detail_slider .detail_splide-slider {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.detail_slider .detail_splide-slider .splide__slide {
    overflow: hidden;
}

.detail_slider .detail_splide-slider .splide__slide.is-active {
    border: none;
}

.detail_slider .detail_splide-slider .splide__list {
    display: flex;
}

/* Box Table */
.detail-utilities_overview {
    background: #000;
    padding-left: 0;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.detail-utilities_overview .box {
    display: inline-block;
    border-bottom: 1px solid #EEEEEE;
}

.detail-utilities_overview .box-full {
    width: 100%;
}

.detail-utilities_overview .box-half-lg {
    width: 50%;
}

.detail-utilities_overview span {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 6px 20px;
    font-size: 0.875rem;
}

.detail-utilities_overview span.title {
    float: left;
    width: 100%;
    max-width: 180px;
    color: #ffffff;
    font-weight: 600;
}

.detail-utilities_overview .box.box-half-lg.r span.title{
    border-left: 1px solid #eeeeee;
}

.detail-utilities_overview span.des {
    background: #000;
    color: #fff;
    border-left: 1px solid #eeeeee;
}

.detail-group .motoduke {
    color: #666666;
}

.detail-map {padding: 0 55px;}

.detail-utilities_title {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #fff;
    background: #222222;
    padding: 10px 20px;
    margin-top: 80px;
    margin-bottom: 20px;
}

.detail-utilities_info {
    margin-bottom: 80px;
}

.detail-utilities_info table td,
  .detail-utilities_info table th {
    border-top: 1px solid #e0e0e0;
    vertical-align: middle;
    padding: 16.5px 20px;
}

.detail-utilities_info table td {
    font-size: 0.875rem;
    color: #fff;
}

.detail-utilities_info table td p {
    margin-bottom: 0;
}

.detail-utilities_info table td .product-items {
    max-width: 100%;
}

.detail-utilities_info table td .item-price {
    font-weight: 500;
    font-size: 1.875rem;
    color: #fff;
}

.detail-utilities_info table td .item-unit {
    font-weight: 500;
    font-size: 1.125rem;
    color: #fff;
}

.detail-utilities_info table th {
    border-right: 1px solid #e0e0e0;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    background: #000;
}

.detail-utilities_info table tr:last-child td {
    padding: 0;
}

.detail-utilities_advantages {
    margin-bottom: 80px;
}

.detail-utilities_advantages .detail-utilities_advantages_img {
    margin-bottom: 20px;
}

.detail-utilities_advantages ul {
    padding-left: 0;
}

.detail-utilities_advantages ul li {
    font-size: 1.125rem;
    color: #fff;
}

.detail-utilities_plan {
    margin-bottom: 94px;
    text-align: center;
}

.detail-utilities_plan img {width: 50%}

.detail-utilities_plan .block_img {margin-bottom: 25px; height: 100%;}
.detail-utilities_plan .block_img.full img {width: 50%}
.detail-utilities_plan .block_img.half img {width: 100%}
.detail-utilities_plan .block_img_comment {
    color: #fff;
    background-color: #4f4f4f;
    padding: 12px;
}
.detail-utilities_plan .block_img_comment p {margin-bottom: 0; font-size: 0.8rem;}

.detail-utilities_plan .wrapper {
    display: flex;
    flex-direction: column;
}

.detail-utilities_plan table td {
    width: 50%;
    vertical-align: baseline;
}

.detail-utilities_map {
    margin-bottom: 80px;
}

.detail-utilities_map .map {filter: grayscale(100%);}

.detail-utilities_relative .products {
    padding-left: 0;
}

@media (max-width: 991px) {
  /*Detail Page*/
    .section-slideshow-details .product-items {
        padding-top: unset;
    }

    .section-slideshow-details .sm-title {
        width: calc(100% - 7.5%);
    }

    .section-slideshow-details .sm-title h3 {
        display: inline-block;
    }

    .section-slideshow-details .contact-info {
        float: unset;
        justify-content: unset;
        width: 100%;
    }

    .section-slideshow-details .contact-info .contact-info_home,
    .section-slideshow-details .contact-info .contact-info_email {
        font-weight: 600;
        font-size: 1rem;
        letter-spacing: 0.1em;
        color: #ffffff;
    }

    .section-slideshow-details .contact-info .contact-info_home i,
      .section-slideshow-details .contact-info .contact-info_email i {
        margin-right: 30px;
    }

    .section-slideshow-details .contact-info .contact-info_home {
        max-width: 206px;
        margin-right: 0;
    }

    .section-slideshow-details .contact-info .contact-info_home i {
        top: 5.5px;
    }

    .section-slideshow-details .contact-info .contact-info_email {
        max-width: 157px;
        margin-right: 10px;
    }

    .section-slideshow-details .contact-info .contact-info_email i {
        top: 6.5px;
    }
  /* Box Table */
    .detail-utilities_overview {
        background: #000;
        padding-left: 0;
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
    }

    .detail-utilities_overview .box {
        display: inline-block;
        border-bottom: 1px solid #EEEEEE;
    }

    .detail-utilities_overview .box-full {
        width: 100%;
    }

    .detail-utilities_overview .box-half-lg {
        width: 100%;
    }

    .detail-utilities_overview span {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        padding: 6px 20px;
        font-size: 0.75rem;
    }

    .detail-utilities_overview span.title {
        max-width: 135px;
    }
}

@media (max-width: 767px) {
    .section-slideshow-details .product-items {
        max-width: 156px;
    }

    .section-slideshow-details .product-items.info {
        max-width: 120px;
    }

    .section-slideshow-details .product-items .item-price {
        font-size: 1.5rem;
        padding: 5px 7px;
    }

    .section-slideshow-details .product-items .item-unit {
        font-size: .875rem;
    }
  /* Detail Page */
    .detail_title {
        font-size: 1rem;
    }

    .detail_title span {
        display: block;
    }

    .detail-group {
        padding-right: 0;
        padding-left: 0;
    }

    .detail-utilities_advantages ul li {
        font-size: 0.875rem;
    }

    .detail_slider {
        margin-bottom: 20px;
    }

    .detail_slider .detail_primary_splide-slider .detail_slide-box {
        padding-left: 0;
        padding-right: 0;
    }

    .detail_slider .detail_primary_splide-slider .splide__arrow--prev {
        left: 0;
    }

    .detail_slider .detail_primary_splide-slider .splide__arrow--next {
        right: 0;
    }

    .detail_slider .details_slide-txt {
        margin: 20px 0;
    }

    .detail_slider .details_slide-txt p {
        font-size: 0.875rem;
        text-align: center;
        color: #333333;
        margin-bottom: 0;
    }

    .detail_slider .detail_splide-slider {
        max-width: 334px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .detail_slider .detail_splide-slider .splide__slide {
        display: inline-block;
        margin-bottom: 10px;
    }

    .detail_slider .detail_splide-slider .splide__slide.is-active {
        border: none;
    }

    .detail_slider .detail_splide-slider .splide__list {
        /*display: block;*/
        /*max-width: 100%;*/
        text-align: center;
    }

    .detail-utilities_info table td .item-price {
        font-size: 1.5rem;
    }

    .detail-utilities_info table td .item-unit {
        font-size: 0.875rem;
    }

    .detail-utilities_info table th {
        font-size: 0.875rem;
        width: 100px;
        padding: 12.5px 15px;
    }

    .detail-utilities_info table tr:last-child td {
        padding: 0;
    }

    .section-detail-contact {
        margin: 15px 0;
    }

    .details-contact {
        padding: 10px 0;
    }

    .detail-map {padding: 0}

    .detail-utilities_plan img {width: 65%}
}

@media (max-width: 428px) {
    .detail-utilities_plan .wrapper {margin-top: 40px;}
    .detail-utilities_plan .wrapper:first-child {margin-top: 0;}

    .detail-utilities_plan {margin-bottom: -100px;}
    .detail-utilities_plan table td {display: block; width: 100%;}
}

@media (max-width: 374px) {
    .section-slideshow-details .product-items .item-price {
        font-size: 1.125rem;
    }

    .section-slideshow-details .product-items .item-unit {
        font-size: .875rem;
    }
}

/* End Detail page */
.policy-page {
    clear: both;
    margin: 55px 30px 30px 30px;
    overflow: hidden;
}

.policy-page .ct-page .line {
    background-color: #e1e1e1;
}

.policy-ct {
    text-align: justify;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    font-size: 0.875rem;
    font-family: 'Noto Sans JP';
}

.policy-ct ul {
    padding-left: 0;
}

.policy-ct ul li a:hover {
    text-decoration: underline;
}

.policy-ct h3 {
    padding: 0 0 13px 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    line-height: 1.3em;
    font-size: 0.875rem;
}

.policy-ct p {
    margin: 0 0 30px 0;
    text-align: justify;
    font-weight: normal;
}

.policy-ct p:last-child {
    margin-bottom: 80px;
}

.policy-ct .policy-ct_top {
    margin-bottom: 80px;
}

/* About Logmansion 23-01-2021*/
/*.section-about .about .about_img {
    max-height: 480px;
}

.section-about .about:nth-child(1) .about_img {max-height: initial;}
.section-about .about:nth-child(2) .about_img {max-height: initial;}*/

/*.section-about .about:nth-child(1) .about_img img {height: 480px; width: 100%; object-fit: cover;}
.section-about .about:nth-child(2) .about_img img {height: 480px; width: 100%; object-fit: cover;}*/

.section-about h2 {
    text-align: center;
    margin-bottom: 44px;
}

.section-about .title-des {
    font-weight: 300;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
    margin-bottom: 72px;
}

.section-about .news-item .news-item_title {
    padding-right: 0;
}

.section-about .note {
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 200%;
    color: #fff;
    text-align: left;
}

.about {
    position: relative;
    margin-bottom: 100px;
}

.about:last-child {
    margin-bottom: 200px;
}

.about .about_des-img {
    max-width: 503px;
    margin-top: 118px;
}

.about .about_des-img.right {
    margin-left: auto;
}

.about_des {
    position: relative;
    z-index: 2;
}

.about_des.left {padding-left: 15px;}
.about_des.right {padding-right: 15px;}

.about_des:before {
    content: '';
    position: absolute;
    top: -100px;
    bottom: -50px;
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    z-index: -1;
}

.about_des.right:before {
    right: 0;
    left: -100px;
}

.about_des.left:before {
    right: -100px;
    left: 0;
}

.about_des p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 2.4;
    margin-bottom: 0;
    letter-spacing: -0.1px;
}

.about_des .about_des_title-sm {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 30px;
    line-height: auto;
}

.about_des h3 {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 60px;
}

.about_des h3 span {
    display: block;
}

.about_planning {
    position: relative;
    margin-bottom: 230px;
}

.about_planning:before {
    content: '';
    position: absolute;
    top: -200px;
    right: 14%;
    bottom: 32%;
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    left: 0;
    z-index: -1;
}

.about_kitchin {
    position: relative;
    margin-bottom: 230px;
}

.about_kitchin:before {
    content: '';
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 50%;
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    left: 14%;
    z-index: -1;
}

.about_comforts {
    position: relative;
    margin-bottom: 130px;
}

.about_comforts:before {
    content: '';
    position: absolute;
    top: -100px;
    right: 14%;
    bottom:-3%;
    background: linear-gradient(103.5deg, #222222 0%, #222222 0.01%, #111111 100%);
    left: 0;
    z-index: -1;
}

.about_commitment {
    margin-bottom: 100px;
}

.about_commitment h4 {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.about_commitment .about_commitment_box-img p {
    color: #947B4B;
    text-align: center;
}

.about_commitment .about_commitment_box-des {
    max-width: 818px;
}

.about_commitment .about_commitment_box-des p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 50px;
}

.about_commitment .about_commitment_box-des .sm-title {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 2;
    color: #947B4B;
    margin-bottom: 20px;
}

.about_commitment .about_commitment_box-des ul {
    margin-bottom: 80px;
    justify-content: center;
}

.about_commitment .about_commitment_box-des ul li {
    border: 2px solid #947B4B;
    color: #947B4B;
    border-radius: 5%;
    height: 150px;
    width: 150px;
    margin-right: 20px;
    padding: 47px 33px;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}

.about_commitment .about_commitment_box-des ul li:last-child {
    margin-right: 0;
}

.about_commitment .about_commitment_box-des ul li p {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.40;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.about_commitment .about_commitment_box-img {
    background: #fff;
    padding: 5px 8px;
}

@media (max-width: 991px) {
    .section-about .title-des {
        font-size: 1rem;
    }

    .section-about .title-des span {
        display: block;
    }

    .about {
        margin-bottom: 60px;
    }

    .about:last-child {
        margin-bottom: 90px;
    }

    .about .about_img {
        margin-bottom: 30px;
    }

    .about_des:before {
        background: transparent;
    }

    .about_des.right:before {
        right: unset;
        left: unset;
    }

    .about_des.left:before {
        right: unset;
        left: unset;
    }

    .about_des p {
        font-size: 0.875rem;
    }

    .about_des .about_des_title-sm {
        margin-bottom: 20px;
        font-size: 0.75rem;
    }

    .about_des h3 {
        margin-bottom: 30px;
        font-size: 1.125rem;
    }

    .about_planning {
        margin-bottom: 140px;
    }

    .about_planning:before {
        top: -60px;
        bottom: 8.6%;
        left: 0;
        right: 30px;
    }

    .about_kitchin {
        margin-bottom: 80px;
    }

    .about_kitchin:before {
        top: -60px;
        left: 30px;
        right: 0;
        bottom: 30%;
    }

    .about_comforts {
        margin-bottom: 80px;
    }

    .about_comforts:before {
        top: -2%;
        bottom: -2%;
        left: 0;
        right: 30px;
    }

    .about_commitment {
        margin-bottom: 80px;
    }

    .about_commitment .about_commitment_box {
        margin-bottom: 60px;
    }

    .about_commitment h4 {
        font-size: 1.125rem;
        margin-bottom: 30px;
    }

    .about_commitment .about_commitment_box-img {
        margin-left: 20px;
    }

    .about_commitment .about_commitment_box-des p {
        font-size: 0.875rem;
        margin-bottom: 30px;
    }

    .about_commitment .about_commitment_box-des .sm-title {
        font-size: 0.875rem;
    }

    .about_commitment .about_commitment_box-des ul {
        margin-bottom: 30px;
    }

    .about_commitment .about_commitment_box-des ul li {
        height: 75px;
        width: 75px;
        padding: 11px 5px;
        margin-right: 5px;
    }

    .about_commitment .about_commitment_box-des ul li p {
        font-size: 0.625rem;
    }

    .about_commitment .about_commitment_box-des ul li p span {
        display: block;
    }
}

/* End About Logmansion 23-01-2021*/
.vr-page-slideshow .splide--fade > .splide__track > .splide__list > .splide__slide {
    top: 5px;
}

.vr-page-slideshow .g-slideshow .slideshow-text {
    bottom: 13%;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .vr-page-slideshow .g-slideshow .slideshow-text {
        bottom: 19%;
    }
}

@media (max-width: 767px) {
    .vr-page-slideshow .g-slideshow .slideshow-text {
        bottom: 70px;
    }
}

.vr-page h2, .vr-compare h2 {
    margin-bottom: 45px;
}

.vr-page .product-items, .vr-compare .product-items {
    margin-bottom: 60px;
}

.vr-page .vr-iframe, .vr-compare .vr-iframe {
    height: 250px;
}

.vr-page .product-items, .vr-compare .product-items {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .vr-page.lists-bg-gray h2, .vr-compare.lists-bg-gray h2 {
        font-size: 1.25rem;
    }

    .vr-page:before {
        right: 0;
        left: 30px;
        height: 15%;
    }
}

.vr-compare {
    text-align: center;
}

.vr-compare .vr-before {
    padding-right: 35px;
}

.vr-compare .vr-after {
    position: relative;
    padding-left: 35px;
}

.vr-compare .vr-after:before {
    content: '';
    position: absolute;
    background-image: url("../images/icons/arrow-compare-right.svg");
    width: 50px;
    height: 50px;
    top: 42%;
    transform: translateY(-50%);
    left: -41px;
}

.vr-compare .product-items h3 {
    font-size: 1.5rem;
    padding-right: 0;
}

@media (max-width: 767px) {
    .vr-compare:before {
        left: 30px;
        height: 55%;
    }

    .vr-compare .vr-before {
        padding-right: 0px;
        margin-bottom: 90px;
    }

    .vr-compare .vr-after {
        padding-left: 0px;
    }

    .vr-compare .vr-after:before {
        left: calc(50% - 25px);
        transform: rotate(90deg) translate(-50%, 0);
        top: -40px;
    }
}

.vr-attr {
    display: flex;
    flex-wrap: wrap;
}

.vr-attr .vr-bd {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 14px;
    border-radius: 2px;
    padding: 5px 15px;
    margin-right: 9px;
    margin-bottom: 10px;
}

.vr-attr .bd-black {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.vr-attr .bd-green {
    /*background: #FFFFFF;*/
    border: 1px solid #219653;
    color: #219653;
}

.vr-attr .bd-orange {
    /*background: #FFFFFF;*/
    border: 1px solid #F2994A;
    color: #F2994A;
}

.vr-des {
    margin-bottom: 60px;
}

.vr-des p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 200%;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .vr-des p {
        text-align: left;
        font-size: 0.875rem;
    }
}

@media (max-width: 440px){
    .detail-utilities_overview .box {display: flex;}
    .detail-utilities_overview span.title {display: block; padding: 6px 15px; width: 37%; min-width: 37%; }
    .detail-utilities_overview span.des {display: block; padding: 6px 15px; width: calc(100% - 37%); overflow-wrap: anywhere;}
    .detail-utilities_plan img {width: 80%}
    .detail-utilities_overview .box.box-half-lg.r span.title {border-left: none;}

    .section-top-page-content .promotion {margin-top: 30px;}
    .section-top-page-content .promotion .content h3 {font-size: 1.125rem;}

    .sm-title h2 {font-size: calc(30px + 2 * ((100vw - 320px) / 54));}
    .sm-title h3 {font-size: 1rem; padding-top: 15px; line-height: 22px;}

    .g-slideshow .splide:before {bottom: 1px;}

    .g-slideshow.top-banner .splide .splide__slide:nth-child(1) .splide-item {background-position: 80% 0%;}
    .g-slideshow.top-banner .splide .splide__slide:nth-child(2) .splide-item {background-position: right;}
    .g-slideshow.top-banner .splide .splide__slide:nth-child(3) .splide-item {background-position: 35% 0;}
    .g-slideshow.top-banner .splide .splide__slide:nth-child(4) .splide-item {background-position: left;}
    .g-slideshow.top-banner .splide .splide__slide:nth-child(6) .splide-item {background-position: 85% 0%;}
    .g-slideshow.top-banner .splide .splide__slide:nth-child(7) .splide-item {background-position: center;}

    .g-slideshow.top-about-image .splide .splide-item {background-position: 80% 0%;}

    .g-slideshow.about-banner .splide { padding-left: 14%; }
    .g-slideshow.about-banner .splide:before {left: 14.25%;}
    .g-slideshow.about-banner .splide .splide__track {box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);}
    .g-slideshow.about-banner .splide .splide__slide:nth-child(1) .splide-item {
        background-size: cover;
        background-position: left;
    }

    .g-slideshow.estates-banner .splide .splide__slide:nth-child(1) .splide-item {background-position: 25% 0%;}
    .g-slideshow.services-banner .splide .splide__slide:nth-child(1) .splide-item {background-position: left;}
    .g-slideshow.contact-banner .splide .splide__slide:nth-child(1) .splide-item {background-position: right;}

    .section-about .about:nth-child(1) .about_img img {height: initial; width: 100%; object-fit: initial;}
    .section-about .about:nth-child(2) .about_img img {height: initial; width: 100%; object-fit: initial;}
    .section-about .about_planning .news-item .news-item_ct,
    .section-about .about_comforts .news-item .news-item_ct {padding-right: 25px;}
    .section-about .about_kitchin .news-item .news-item_ct {padding-left: 25px;}
    .section-about .about_kitchin:before{bottom: 0%;}
    .about_des.left {padding-left: 0;}
    .about_des.right {padding-right: 0;}

    .about_commitment .about_commitment_box-des ul li p {
        font-size: 0.5rem;
    }
}

.campaign-items {
    font-size: 15px;
    line-height: 29px;
    font-weight: bold;
    position: relative;
    left: 15px;
    top: 0px;
    padding: 13px 20px 8px 20px;
    color: #000;
    white-space: nowrap;
}

.btn_completed_wrap {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.btn_completed_wrap a {
    color: #fff !important;
}