html,body{
    overflow-y: auto;
}


.cursor{
    display: none;
    cursor: none;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-image: url(../image/main/icon-close.png);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%,-50%);
    border-radius: 50px;
    border: 1px solid #fff;
}


.s1{
    text-align: center;
    padding: 192px 96px;
    box-sizing: border-box;
}
.s1 h1{
    font-size: 300px;
    color: rgba(65,86,110,0.3);
    letter-spacing: 25px;
}
.s1 p{
    width: 83.33333%;
    margin: auto;
    font-size: 70px;
    letter-spacing: 6px;
    color: #41566e;
    line-height: 120px;
    margin-bottom: 96px;
}
.s1 p span{
    display: inline-block;
    color: rgba(255,255,255,0.8);
    opacity: .5;
}
.s1 .title{
    position: relative;
    display: inline-block;
    font-size: 80px;
    letter-spacing: 7px;
}
.s1 .title span{
    position: relative;
    
}
.s1 a{
    display: inline-block;
    margin: 48px auto 0;
    font-size: 18px;
    padding: 12px;
    background-color: rgba(179,9,37,0.5);
}
.s2{
    padding-top: 192px;
}
.s2 h1{
    color: rgba(65,86,110,0.3);
    font-size: 300px;
    letter-spacing: 25px;
    z-index: 1;
}
.s2 p{
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 4rem;
    padding: 60px 16.6666%;
}
.s2 img{
    width: 100%;
}
.s3{
    position: relative;
    min-height: 50vh;
    padding: 192px 0 384px 0;
}
.s3 .table-cell div{
    text-align: left;
    width: 49.9998%;
    margin-left: 41.6665%;
    position: relative;
    z-index: 1;
    margin-bottom: 240px;
}
.s3 .table-cell h1, .s3 .table-cell h2{
    font-size: 130px;
    letter-spacing: 10px;
    line-height: 180px;
}
.s3 .table-cell h2, .s3 .table-cell h3, .s3 .table-cell h4{
    margin-left: 29%;
}
.s3 .table-cell h3{
    color: #c12238;
    font-size: 60px;
}
.s3 .table-cell h4{
    font-size: 20px;
}
.s3 .bg{
    width: 74.9997%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}
.s3 .bg img{
    width: 100%;
}
.s3 .bg div{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.s3 .bg b{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../image/main/icon-play.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 20px;
}
.s4{
    margin-top: 200px;
}
.s4 img{
    display: block;
    width: 100%;
}
.s4 p{
    font-size: 50px;
    letter-spacing: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}





@media only screen and (max-width: 1366px){
    
    .s1 h1, .s2 h1{
        font-size: 200px;
    }
    .s1 p{
        font-size: 42px;
        line-height: 70px;
    }
    .s3 .table-cell h1, .s3 .table-cell h2{
        font-size: 80px;
        line-height: 120px;
    }
    .s3 .table-cell div{
        margin-bottom: 0;
    }
    .s3 .table-cell h3{
        font-size: 40px;
    }
    .s3 .table-cell h4{
        font-size: 16px;
    }
    
    
}














