html {
    -webkit-font-smoothing: antialiased;
    font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    height: 100%;
    position: static;
    z-index: 0;
}
html,
body {
    position: relative;
    /* height: 100%; */
    background-color: #f8f0f0;
}

a{
    text-decoration: none;
}

body {
  /* background: #eee; */
  margin: 0 auto;
  /* max-width: 640px; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
}
img {
    width: 100%;
}

.header{
    /* background-color: #15192c; */
    width: 100%;
}

.header-box {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 16px 8px 120px;
    margin-bottom: 16px;
}

.banner-mobile-box, .games-box, .about-box, .score-box, .ment-box, .footer-box{
    margin: 0 auto;
    max-width: 1000px;
}
.header-logo{
    width: 148px;
    position: relative;
}

.logos{
    position: absolute;
    width: 120px;
    left: 14px;
    top: 20px;
}

.banner-mobile{
    position: relative;
    width: 100%;
}

.banner-mobile-bg{
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
}

.banner-mobile-bg img {
    /* width: 100%; */
    display: block;
    max-width: 1416px;
    margin: 0 auto;
}

.banner-mobile-btn {
    position: absolute;
    bottom: 20px;
    width: 140px;
    right: 20%;
}
.games-box {
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.games-box-item {
    margin: 0 10px;
}

.about-box, .score-box, .ment-box {
    padding: 20px;
    box-sizing: border-box;
}

.about-box-img, .about-box-img2, .about-box-img img, .about-box-img2 img {
    width: 100%;
}

.about-box-img2{
    margin-top: 40px;
}

.score-box-title{
    padding: 30px 20%;
}

.score-box-bg{
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
}

.score-box-bg img {
    /* width: 100%; */
    display: block;
    max-width: 1416px;
    margin: 0 auto;
}

.ment-box{
    padding-top: 60px;
}


.footer{
    margin-top: 40px;
    padding-bottom: 20px;
    color: #999;
    text-align: center;
}

@media screen and (max-width: 480px){
    .header-box {
        margin: 0 auto;
        max-width: 1000px;
        padding: 0 8px 8px;
    }
    .banner-mobile{
        display: block;
    }
    .banner-pc {
        display: none;
    }
    .header-logo{
        width: 100px;
    }
    .logos{
        width: 80px;
        left: 10px;
        top: 15px;
    }
    .prodcuct-box {
        padding: 12px 16px;
    }
    .banner-mobile-bg{
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .banner-mobile-bg img {
        width: 520px;
    }
    
    .banner-mobile-btn {
        width: 100px;
    }
    .score-box-title{
        padding: 20px 14%;
    }

    .score-box-bg{
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .score-box-bg img {
        width: 520px;
    }
    
}

@media screen and (max-width: 375px){
    .banner-mobile-box-text span{
        font-size: 14px;
    }
    .banner-mobile-bg img {
        width: 460px;
    }
    .score-box-bg img {
        width: 460px;
    }
    
}
