@charset "utf-8";



/* main */

.header-img img{
    position: relative;
    width: 100%
  }
  .header-text{
    position: absolute;
    top: 850px;
    left: 300px;
    width: 80%;
    z-index: 1;
  }

.main-img img{
    width: 100%;
    position: relative;
}
.main-text{
    width: 60%;
    position: absolute;
    top: 2300px;
    left: 450px;
}

.index-feature{
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    width: 930px;
    margin: 50px auto 0;
}
.enjoy-img{
    width: 1000%;
}
.index-feature-text{
    background: #000;
    padding: 20px;
    line-height: 1.5;
    width: 10000px;
}

.index-feature-reverse{
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    width: 1000px;
    margin: 50px auto 0;
    margin-bottom: 50px;
}
.reverse-game-text{
    display: flex;
    flex-wrap: wrap;
    background: #000;
    padding: 20px 20px 0 20px;
}
.reverse-img{
    width: 1000%;
    
}
.index-feature-text-reverse{
    background: #000;
    padding: 20px;

    line-height: 1.5;;
    
}


