html{
    font-family: Rubik;
}
.container{
    max-width: 1440px;
    padding-top: 120px;
    margin: 0 auto;
}
/* header */
.header{
    height: 120px;
    padding: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: #e6e6e6 solid 1px;
    z-index: 999;
}
.header .header-container{
    max-width: 1440px;
    margin: 0 auto;
}
.header .logo{
    width: 60px;
    height: 60px;
    background-image: url('../sudokufiles/icon_App_Icon@3x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -1000px;
    float: left;
}
.header .logo-name{
    font-size: 24px;
    line-height: 60px;
    text-indent: 20px;
    float: left;
}
.header .header-link{
    height: 60px;
    float: right;
}
.header .header-link a{
    display: inline-block;
    margin: 15px 20px 15px 30px;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.header .header-link a.link-fb{
    background-image: url('../sudokufiles/icon_Facebook@3x.png');
}
.header .header-link a.link-email{
    background-image: url('../sudokufiles/icon_Mail@3x.png');
}
/* first screen */
.section-main{
    padding: 80px 70px;
    background-image: url('../sudokufiles/bar_bkg.jpg');
    background-repeat: no-repeat;
    background-position: 0 40px;
    background-size: 100% 100%;
}
.section-main .left{
    padding: 30px 0 0 30px;
    width: 46%;
    float: left;
}
.section-main .left .title{
    line-height: 80px;
    font-size: 40px;
    font-weight: bold;
}
.section-main .left .content{
    color: #292929;
    font-size: 28px;
    line-height: 40px;
}
.section-main .left .store-link{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.section-main .left .store-link a{
    display: inline-block;
    width: 46%;
    max-width: 210px;
    height: 80px;
    max-height: 80px;
    margin-right: 36px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.section-main .left .store-link a:last-child{
    margin-right: 0;
}
.section-main .left .store-link a.appstore{
    background-image: url('../sudokufiles/button_App_Store@3x.png')
}
.section-main .left .store-link a.googleplay{
    background-image: url('../sudokufiles/button_Google_Play@3x.png')
}
.section-main .right{
    width: 54%;
    min-height: 480px;
    height: auto;
    background-image: url('../sudokufiles/img_Phone@3x.png');
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center;
    float: right;
}

/* section list show 4 feature */
.section-repeat{
    margin-top: 180px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.section-repeat:nth-child(2){
    margin-top: 0;
}
.section-repeat .theme-img{
    width: 50%;
    min-height: 480px;
    height: auto;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.section-repeat .theme-content{
    width: 50%;
    padding: 0 30px;
}
.section-repeat .theme-content .icon{
    margin-top: 200px;
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.section-repeat .theme-content .title{
    margin-top: 30px;
    line-height: 42px;
    font-size: 36px;
    font-weight: bold;
}
.section-repeat .theme-content .content{
    margin-top: 40px;
    line-height: 32px;
    font-size: 24px;
}
.section-repeat .theme-content .content:last-child{
    margin-bottom: 105px;
}
.icon.gameplay{
    background-image: url('../sudokufiles/icon_Gameplay@3x.png');
}
.theme-img.gameplay{
    background-image: url('../sudokufiles/img_Gameplay@3x.jpg');
}

.icon-blue-fb{
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../sudokufiles/icon_Facebook_Blue@3x.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
/* footer */
.footer{
    position: relative;
    margin-top: 200px;
    padding: 0 80px;
    min-height: 300px;
}
.footer .line{
    border-top: 2px solid #292929;
}
.footer .footer-nav{
    color: #292929;
    font-weight: bold;
    margin-top: 40px;
    font-size: 18px;
    line-height: 22px;
    float: left;
}
.footer .footer-nav li:first-child{
    margin-bottom: 10px;
}
.footer .footer-nav li{
    margin-bottom: 10px;
}
.footer .footer-nav li a{
    color: #292929;
    
}
.footer .store-link{
    margin-top: 40px;
    float: right;
}
.footer .store-link a{
    display: inline-block;
    width: 160px;
    height: 80px;
    margin-right: 36px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.footer .store-link a:last-child{
    margin-right: 0;
}
.footer .store-link a.appstore{
    background-image: url('../sudokufiles/button_App_Store@3x.png')
}
.footer .store-link a.googleplay{
    background-image: url('../sudokufiles/button_Google_Play@3x.png')
}
.footer .copyright{
    font-size: 18px;
    line-height: 22px;
    color: #9B9B9B;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}