@charset "utf-8";
/* CSS Document */

@-moz-keyframes main-scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes main-scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes main-scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*============================
mainimg
============================*/


#videoArea {
    position: relative;
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 90px;
}

#videoArea .videoCopy {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 108px;
    margin-left: -50%;
    text-align: center;
}

.inner {
    position: relative;
    height: 100%;
    padding: 0;
    z-index: 0;
}

.bx-wrapper,
.bx-viewport,
.inner ul,
.inner li {
    height: 100%;
}

#slidelist li {
    -webkit-animation: main-scale 5s linear infinite;
    -moz-animation: main-scale 5s linear infinite;
    animation: main-scale 5s linear infinite;
}

#topslide01 {
    background: url(../images/mv01.jpg) no-repeat center center;
    background-size: cover;
}

#topslide02 {
    background: url(../images/mv02.jpg) no-repeat center center;
    background-size: cover;
}

#topslide03 {
    background: url(../images/mv03.jpg) no-repeat center center;
    background-size: cover;
}

/*============================
#content
============================*/
#content {
    padding: 0;
    color: #000;
    text-align: center;
}

.top_title01 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
}

.top_sect01 {
    margin-bottom: 130px;
}

.top_sect02 {
    margin-bottom: 95px;
}

.top_sect03 {
    margin-bottom: 95px;
}

.top_sect04 {
    background: url(../images/contact_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 85px 0 80px 0;
}


/*single right littlebox icon*/
.lb-singleright {
    position: absolute;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    background-color: transparent !important;
    right: 20px;
}

.lb-singleright::before {
    position: absolute;
    content: "";
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: transparent !important;
    border-right: 2px solid #c4c4c4;
    border-top: 2px solid #c4c4c4;
    margin-left: 3px;
    margin-top: 9px;
}
.top_btn01 {
    text-decoration: none !important;
    display: inline-block;
    padding: 0.8em 0 1.1em;
    border: 1px solid #c4c4c4;
    text-align: center;
    font-size: 17px;
    position: relative;
    width: 170px;
    height: 25px;
    transition: all .3s;
    background: #fff;
}

.top_sect04 .top_btn01 {
    border: none !impotant;
    text-align: center;
    font-size: 17px;
    position: relative;
    width: 170px;
    height: 25px;
    transition: all .3s;
    background: #fff;
}

.top_btn01::before,
.top_btn01::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
    content: '';
    transition: all .3s;
}

.top_btn01::before {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: scale(0, 1);
}

.top_btn01::after {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    transform: scale(1, 0);
}

.top_sect04 .top_btn01:hover {
    color: #fff;
    background: #000;
}

.top_btn01:hover::after,
.top_btn01:hover::before {
    transform: scale(1);
}


.top_btn01 .text {
    width: 170px;
    text-align: center;
}




.top_btn01:hover .lb-singleright::before {
    position: absolute;
    content: "";
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: transparent !important;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    margin-left: 3px;
    margin-top: 9px;
}

.top_sect04 .top_btn01:hover .lb-singleright::before {
    position: absolute;
    content: "";
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: transparent !important;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-left: 3px;
    margin-top: 9px;
}

.works_list {
    width: 1140px;
    margin: 0 auto 85px;
    text-align: left;
}

.works_list li {
    display: block;
    float: left;
    width: 380px;
    height: 380px;
    margin: 0;
    padding: 0;
}


@media screen and (max-width: 1140px) {
    html,body {
        overflow-x: hidden;
    }
    #videoArea {
    height: calc(100vh - 100px) !important;
}
    .top_sect03 img {
        max-width: 100%;
    }
    .textarea01 {
        padding: 0 10%;
    }
    .textarea02 {
        padding: 0 10%;
    }
    .works_list {
        width: 100%;
        margin: 0 auto 85px;
        text-align: left;
    }

    .works_list li {
        display: block;
        float: left;
        width: 33.3%;
        height: auto;
        margin: 0;
        padding: 0;
    }

}
@media screen and (max-width: 840px) {
    #content {
        font-size: 14px;
    }

    .top_title01 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .top_sect01,
    .top_sect02,
    .top_sect03{
    }
    .top_btn01 {
        padding: 0.9em 0 1em;
        font-size: 15px;
    }
}


