
/* popup */
.popup {position:absolute;z-index: 999;top: 140px;left:31%;transform: translateX(-50%);width: 550px;height: 700px;background: #fff;box-shadow: 3px 3px 3px #000;display: none;border-radius: 5px;}
.popup_content{position: relative;overflow: hidden;width:100%;height: 90%;border-top-left-radius: 5px; border-top-right-radius: 5px;}
.popup_footer{padding: 20px 15px 0;border-top: 1px solid #c1c1c1;font-size: 17px;cursor: pointer;font-weight: 700;
display: flex; justify-content:space-between; align-items: center;}
.popup_footer input{display: none;}
.popup_footer input[type="checkbox"] + label span {display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin: -3px 10px 0 0;background: url(../images/icon/icon_input.png) left top no-repeat;}
.popup_footer input[type="checkbox"]:checked + label span {background:url(../images/icon/icon_input.png)-32px top no-repeat;}
.popup_footer label{cursor: pointer;}
.popup_footer button{float: right;width: 80px;height: 30px;padding: 0 10px;font-size: 17px;line-height: 31px;text-align: center;color: #fff;border: 1px solid #616c45;background-color: #616c45;cursor: pointer;}
/* main */
footer .foot-middle .together{
    position: relative;
    overflow: hidden;
    max-width:1320px;
    margin: 0 auto;
}
.lists_wrap{
    position: relative;
    left:150px;
    height:45px;
}
.main .section .sect-title {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.lists_wrap .lists li{
    width:120px;
    margin-right:5px;
}
footer .foot-middle .together ul.lists{
    position: absolute;
    width:100%;
    padding:5px 0;
    margin:0px;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .main .section .sect-title {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .main .section .sect-title {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.main .section .sect-title h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -1.5px;
    /* text-shadow: 5px 0px 5px rgba(0, 0, 0, 0.75); */
    word-break: keep-all;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .main .section .sect-title h2 {
        font-size: 30px;
        letter-spacing: -0.8px;
    }
    .main .section .sect-title h2 br {
        display: block;
    }
}

.main .section .sect-title .desc {
    margin-top: 16px;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -1px;
    /* text-shadow: 5px 0px 5px rgba(0, 0, 0, 0.75); */
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .main .section .sect-title .desc {
        font-size: 17px;
        letter-spacing: -0.4px;
        margin-top: 8px;
    }
}

.main .section01 .main-visual {
    position: relative;
    height: 100%;
}

.main .section01 .main-visual .swiper-container {
    height: 100%;
}

.main .section01 .main-visual .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    padding: 0 85px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .main .section01 .main-visual .swiper-container .swiper-slide {
        padding: 0 50px;
    }
}

.main .section01 .main-visual .swiper-container .swiper-slide .sect-title {
    flex: 1;
    letter-spacing: -3px;
    text-align: center;
    background: rgba(0,0,0,0.4);
    padding: 50px;
}

.main .section01 .main-visual .swiper-container .swiper-slide .sect-title strong {
    font-weight: 700;
}

.main .section01 .main-visual .swiper-container .swiper-slide .sect-title .slide-desc {
    max-width: 790px;
    margin: 40px auto 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    word-break: keep-all;
    font-size:24px;
    text-align: justify;
    /* text-shadow: 5px 0px 5px rgba(0, 0, 0, 0.75); */
    letter-spacing: 0.1px;
}
.main .section01 .main-visual .swiper-container .swiper-slide .sect-title .slide-desc-left{
    max-width: 950px;
    text-align: left;

}
@media screen and (max-width: 767px) {
    .main .section01 .main-visual .swiper-container .swiper-slide .sect-title .slide-desc {
        margin: 20px auto 0;
        font-size: 20px;
        letter-spacing: -1px;
    }
}

.main .section01 .main-visual .swiper-control {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.main .section01 .main-visual .swiper-control::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
    .main .section01 .main-visual .swiper-control::before {
        left: 4px;
        right: 4px;
    }
}

.main .section01 .main-visual .swiper-control .control-btn {
    position: relative;
    display: block;
    width: 85px;
    height: 70px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .main .section01 .main-visual .swiper-control .control-btn {
        width: 50px;
        height: 40px;
    }
}

.main .section01 .main-visual .swiper-control .control-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
}

.main .section01 .main-visual .swiper-control .control-btn.prev::before {
    transform: rotate(135deg);
    margin-left: -4px;
}

.main .section01 .main-visual .swiper-control .control-btn.next {
    margin-top: 1px;
}

.main .section01 .main-visual .swiper-control .control-btn.next::before {
    transform: rotate(-45deg);
    margin-left: -12px;
}

@media screen and (max-width: 767px) {
    .main .section01 .fp-tableCell {
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .main .section02 {
        height: auto !important;
    }
}

@media screen and (min-width: 1025px) {
    .main .hover-visual-wrap {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
    }
    .main .hover-visual-wrap .col {
        position: absolute;
        display: block;
        overflow: hidden;
        top: 0;
        bottom: 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 10;
        transition: all 0.4s linear;
    }
    .main .hover-visual-wrap .col::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.4s linear;
    }
    .main .hover-visual-wrap .col:hover {
        background-size: auto 130%;
    }
    .main .hover-visual-wrap .col02:hover{
      background-size: auto 160%;
    }
    .main .hover-visual-wrap .col:hover::after {
        opacity: 1;
    }
    .main .hover-visual-wrap .col.col01, .main .hover-visual-wrap .col.col04 {
        width: 35%;
        left: 0;
        clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
        z-index: 10;
    }
    .main .hover-visual-wrap .col.col02, .main .hover-visual-wrap .col.col05 {
        width: 100%;
        z-index: 5;
    }
    .main .hover-visual-wrap .col.col03, .main .hover-visual-wrap .col.col06 {
        width: 35%;
        right: 0;
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: 10;
    }
    .main .hover-visual-wrap .col .inner {
        position: absolute;
        top: 29.62963%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
}

@media screen and (max-width: 1024px) {
    .main .hover-visual-wrap .col {
        display: block;
        position: relative;
        padding: 45px 0 60px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .main .hover-visual-wrap .col .inner {
        position: relative;
    }
}

.main .hover-visual-wrap .inner {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    /* \ */
}

@media screen and (max-width: 767px) {
    .main .hover-visual-wrap .inner {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.5px;
    }
    .main .hover-visual-wrap .inner br {
        display: none;
    }
}

.main .hover-visual-wrap .inner::before {
    content: ' ';
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto 40px;
    border-radius: 50%;
    background-color: rgba(97, 108, 69, 0.7);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
}

@media screen and (max-width: 767px) {
    .main .hover-visual-wrap .inner::before {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
        background-size: 30px;
    }
}

.main .hover-visual-wrap .col01 {
    background-image: url("/images/bg/bg-main-visual01.jpg");
}

@media screen and (max-width: 767px) {
    .main .hover-visual-wrap .col01 {
        background-image: url("/images/bg/bg-main-visual01-m.jpg");
    }
}

.main .hover-visual-wrap .col01 .inner::before {
    background-image: url("/images/icon/icon-main01.png");
}

.main .hover-visual-wrap .col02 {
    background-image: url("/images/bg/bg-main-visual02.jpg");
    background-size: auto 140%;
}

@media screen and (max-width: 767px) {
    .main .hover-visual-wrap .col02 {
        background-image: url("/images/bg/bg-main-visual02-m.jpg");
    }
}

.main .hover-visual-wrap .col02 .inner::before {
    background-image: url("/images/icon/icon-main02.png");
}

.main .hover-visual-wrap .col03 {
    background-image: url("/images/bg/bg-main-visual03.jpg");
}

@media screen and (max-width: 767px) {
    .main .hover-visual-wrap .col03 {
        background-image: url("/images/bg/bg-main-visual03-m.jpg");
    }
}

.main .hover-visual-wrap .col03 .inner::before {
    background-image: url("/images/icon/icon-main03.png");
}

.main .hover-visual-wrap .col04 {
    background-image: url("/images/bg/bg-main-visual04.jpg");
}

@media screen and (max-width: 767px) {
    .main .hover-visual-wrap .col04 {
        background-image: url("/images/bg/bg-main-visual04-m.jpg");
    }
}

.main .hover-visual-wrap .col04 .inner::before {
    background-image: url("/images/icon/icon-main04.png");
}

.main .hover-visual-wrap .col05 {
    background-image: url("/images/bg/bg-main-visual05.jpg");
}

@media screen and (max-width: 767px) {
    .main .hover-visual-wrap .col05 {
        background-image: url("/images/bg/bg-main-visual05-m.jpg");
    }
}

.main .hover-visual-wrap .col05 .inner::before {
    background-image: url("/images/icon/icon-main05.png");
}

.main .hover-visual-wrap .col06 {
    background-image: url("/images/bg/bg-main-visual06.jpg");
}

@media screen and (max-width: 767px) {
    .main .hover-visual-wrap .col06 {
        background-image: url("/images/bg/bg-main-visual06-m.jpg");
    }
}

.main .hover-visual-wrap .col06 .inner::before {
    background-image: url("/images/icon/icon-main06.png");
}

.main .section03 {
    background-image: url("/images/bg/bg-main-section03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .main .section03 {
        height: auto !important;
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .main .section03 {
        padding: 20px 0 36px;
    }
}

.main .section03 .product-slide {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .main .section03 .product-slide {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .main .section03 .product-slide {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .main .section03 .product-slide {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main .section03 .product-slide {
        margin-top: 20px;
    }
}

.main .section03 .product-slide .swiper-container {
    max-width: 1110px;
    margin: 0 auto;
}

.main .section03 .product-slide .swiper-container .swiper-slide {
    height: initial;
}

.main .section03 .product-slide .inner {
    position: relative;
    height: 100%;
    padding: 65px 20px 100px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .main .section03 .product-slide .inner {
        padding: 20px 12px 80px;
    }
}

.main .section03 .product-slide .inner .thumb {
    display: block;
    margin-bottom: 20px;
}

.main .section03 .product-slide .inner .name {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .main .section03 .product-slide .inner .name {
        font-size: 18px;
    }
}

.main .section03 .product-slide .inner .desc {
    margin-top: 20px;
    font-size: 17px;
    line-height: 26px;
    transform: skew(-0.05deg);
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .main .section03 .product-slide .inner .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.main .section03 .product-slide .inner .btns {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .main .section03 .product-slide .inner .btns {
        bottom: 20px;
    }
}

.main .section03 .product-slide .inner .btns .btn {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 5px) / 2);
    margin-left: 5px;
}

.main .section03 .product-slide .inner .btns .btn:first-child {
    margin-left: 0;
}

@media screen and (min-width: 1025px) {
    .main .section03 .product-slide .inner .btns .btn:hover {
        background: #616c45;
        border-color: #616c45;
        color: #fff;
    }
}

.main .section03 .product-slide .swiper-control {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1280px;
    transform: translateX(-50%);
}

.main .section03 .product-slide .swiper-control .control-btn {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
}

.main .section03 .product-slide .swiper-control .control-btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border: 3px solid #fff;
    border-right: none;
    border-bottom: none;
}

.main .section03 .product-slide .swiper-control .control-btn.prev {
    left: 0;
}

@media screen and (max-width: 1024px) {
    .main .section03 .product-slide .swiper-control .control-btn.prev {
        left: 10px;
    }
}

.main .section03 .product-slide .swiper-control .control-btn.prev::before {
    margin-left: -14px;
    transform: rotate(-45deg);
}

.main .section03 .product-slide .swiper-control .control-btn.next {
    right: 0;
}

@media screen and (max-width: 1024px) {
    .main .section03 .product-slide .swiper-control .control-btn.next {
        right: 10px;
    }
}

.main .section03 .product-slide .swiper-control .control-btn.next::before {
    margin-left: -10px;
    transform: rotate(135deg);
}

.main .section04 {
    position: relative;
    overflow: hidden;
}

.main .section04::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: -50%;
    background: #eee;
    transform: skewY(-10deg);
}

@media screen and (max-width: 1024px) {
    .main .section04 {
        height: auto !important;
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .main .section04 {
        padding: 20px 0 36px;
    }
    .main .section04::before {
        display: none;
    }
}

.main .section04 .fp-tableCell {
    position: relative;
}

.main .section04 .fp-tableCell .sect-title h2 {
    color: #616c45;
    text-shadow: none;
}

.main .section04 .fp-tableCell .sect-title .desc {
    color: #888;
    text-shadow: none;
}

.main .section04 .fp-tableCell .link-list-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
}

@media screen and (max-width: 1024px) {
    .main .section04 .fp-tableCell .link-list-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .main .section04 .fp-tableCell .link-list-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .main .section04 .fp-tableCell .link-list-wrap {
        margin-top: 20px;
    }
}

.main .section04 .fp-tableCell .link-list {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .main .section04 .fp-tableCell .link-list {
        display: block;
    }
}

.main .section04 .fp-tableCell .link-list li {
    width: 29.6875%;
}

@media screen and (max-width: 767px) {
    .main .section04 .fp-tableCell .link-list li {
        width: 100%;
        margin-top: 10px;
    }
}

.main .section04 .fp-tableCell .link-list li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 118.421053%;
    padding-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main .section04 .fp-tableCell .link-list li a.link01 {
    background-image: url("/images/bg/bg-main01.jpg");
}

.main .section04 .fp-tableCell .link-list li a.link02 {
    background-image: url("/images/bg/bg-main02.jpg");
}

.main .section04 .fp-tableCell .link-list li a.link03 {
    background-image: url("/images/bg/bg-main03.jpg");
}

@media screen and (max-width: 767px) {
    .main .section04 .fp-tableCell .link-list li a {
        padding: 42px 0;
        font-size: 15px;
        line-height: 16px;
        text-align: center;
        transform: skew(-0.05deg);
    }
    .main .section04 .fp-tableCell .link-list li a.link01 {
        background-image: url("/images/bg/bg-main01-m.jpg");
    }
    .main .section04 .fp-tableCell .link-list li a.link02 {
        background-image: url("/images/bg/bg-main02-m.jpg");
    }
    .main .section04 .fp-tableCell .link-list li a.link03 {
        background-image: url("/images/bg/bg-main03-m.jpg");
    }
}

.main .section04 .fp-tableCell .link-list li a::before {
    content: ' ';
    position: absolute;
    right: 23.684211%;
    left: 150px;
    bottom: 38px;
    height: 1px;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .main .section04 .fp-tableCell .link-list li a::before {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main .section04 .fp-tableCell .link-list li a::before {
        display: none;
    }
}

.main .section04 .fp-tableCell .link-list li a::after {
    content: ' ';
    position: absolute;
    right: 23.684211%;
    bottom: 46px;
    height: 1px;
    width: 24px;
    margin-right: -4px;
    background: #fff;
    transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
    .main .section04 .fp-tableCell .link-list li a::after {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main .section04 .fp-tableCell .link-list li a::after {
        position: relative;
        right: auto;
        bottom: auto;
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 6px;
        margin-top: 4px;
        margin-left: 8px;
        margin-right: 0;
        background: url("/images/icon/icon-arrow-wt.png") center no-repeat;
        transform: none;
    }
}

.main-scroll {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) skew(-0.05deg);
    padding-top: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    z-index: 100;
}

.main-scroll::before {
    content: ' ';
    position: absolute;
    left: 50%;
    width: 30px;
    height: 40px;
    margin-left: -15px;
    background: url("/images/icon/icon-scroll.png") center 0 no-repeat;
    animation-duration: 0.5s;
    animation-name: jumping;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@media screen and (max-width: 1024px) {
    .main-scroll {
        display: none !important;
    }
}

@keyframes jumping {
    from {
        top: 0;
    }
    to {
        top: 10px;
    }
}

.main-flt-btns {
    position: fixed;
    right: 30px;
    bottom: 92px;
}

@media screen and (max-width: 1024px) {
    .main-flt-btns {
        right: 20px;
        bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main-flt-btns {
        left: 12px;
        right: 12px;
    }
}

.main-flt-btns .btn-quick-contact {
    position: absolute;
    right: 100px;
    bottom: 7px;
    color: #616c45;
    font-weight: bold;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .main-flt-btns .btn-quick-contact {
        display: none !important;
    }
}

.main-flt-btns .btn-quick-contact::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-top: 7px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #616c45;
    background-image: url("/images/icon/icon-call.png");
    background-repeat: no-repeat;
    background-position: center;
}

.main-flt-btns .main-to-top {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #616c45;
    box-shadow: 3px 4px 5.58px 0.42px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .main-flt-btns .main-to-top {
        width: 40px;
        height: 40px;
    }
}

.main-flt-btns .main-to-top::before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 28px;
    margin-top: -14px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .main-flt-btns .main-to-top::before {
        height: 16px;
        margin-top: -8px;
    }
}

.main-flt-btns .main-to-top::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 17px;
    margin-left: -8px;
    margin-top: -12px;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none;
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .main-flt-btns .main-to-top::after {
        width: 9px;
        height: 9px;
        margin-left: -4px;
        margin-top: -8px;
    }
}

/*# sourceMappingURL=maps/main.css.map */

/*# swiper #*/
.swiper {
    width: 100%;
    height: 100%;
  }



  .swiper-slide img {
    display: block;
    margin:0 auto;
  }
  
