body{
  margin-top:0;
  color:#222;
}

a:hover{
  text-decoration: none;
}

.expression__index h2,h3{
  font-family: 'Sen', sans-serif;
}


.expression__index h1 {

  font-size: 58px;
  font-weight: 800;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
    flex-wrap: wrap;
    line-height: 110%;
    gap: 16px;
  margin: 0;
	 font-family: 'Zen Maru Gothic', serif;
}

.expression__index h1:before{
  content:url('../../img/game/expression_list/header-banner-img1.png');
  display: flex;

}

.expression__index h1:after{
  content:url('../../img/game/expression_list/header-banner-img2.png');
  display: flex;
 
}

.expression__index h4 span span{
  color:#FBB03B;
}


.expression__index h4{
  font-size:32px;
  font-weight: 900;
  font-family: 'Sen', sans-serif;
  line-height: 1.3;
  margin:0;
  color: #F97F0E;
}

p{
  font-size:18px;
  color:#222;        
  font-family: 'Zen Maru Gothic', serif;
  margin-bottom:0;
  line-height: 1.3;
}

.img-responsive{
  margin:0 auto;
}

.center{
  text-align: center;
}

.wrapper{
    width:calc(1200px + 32px);
    max-width:100%;
    margin:0 auto;
    padding:0 16px;
  }



.hero-section{
  background: url('../../img/index/hero-bg.jpg');
  padding:130px 0;
  min-height: 610px;
}


.content-section {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: stretch;
    margin: 60px auto 0;
    flex-wrap: wrap;
    gap: 44px;
    background: #fff;
    border-radius: 40px;
    padding: 60px 130px;
    max-width: 1180px;
}

.content-section .item {
  
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    width: 45%;
}


/*media hero banner*/

@media only screen and (max-width: 1200px){
   .expression__index h1{
    font-size: 50px;
  }
  
  .expression__index h1:before{
   margin-right: 0px;
  }
  
  .expression__index h1:after{
    margin-left: 0px;
  }
  
  .content-section{
    padding:100px;
  }
}

@media only screen and (max-width: 768px){
  .expression__index h1:before,.expression__index h1:after{
    display: none;
  }

.hero-section {
    min-height: 320px;
    padding: 60px 0 120px;
}

.hero-section .expression__index h1{
  font-size:50px;
 }

 .sec2 .expression__index h4{
  font-size: 16px;
  padding-top:20px;
  text-align: left;
 }


.content-section{
  margin-top: 24px;
  gap :24px;
  padding:40px
}





}

.btn-submit {
    border: 3px solid #31AB48;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    min-height: 53px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    width: 450px;
    padding: 0 24px;
    background: #F6FFE2;
    font-family: 'Zen Maru Gothic', serif;
    color: #31AB48;
    font-size: 18px;
    gap: 16px;
    line-height: 110%;
     transition: 1s;
}

.btn-submit:hover{
   color: #31AB48;
   opacity: 0.8;
}

.btn-submit svg{
    transition: 1s;
}

.btn-submit:hover svg{
   transform: translateX(50%);
}


/*sec2*/
.sec2{
 background: url("../../img/game/expression_list/bg.png") transparent no-repeat top center/ cover;
  margin-top:-200px;
  padding-bottom: 60px;
}

.sec2 h2{
  color:#000;
  font-size: 36px;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: bold;
    margin:0
}

.sec2 .wrapper {
    width: calc(1560px + 32px);
    margin: 0 auto;
    padding-top: 250px;
}


/*media sec2*/






@media only screen and (max-width: 768px){

  .sec2__header {
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 70px;
    margin-top: -71px;
  }

 .sec2 {
    background: url("../../img/game/expression_list/bg.png") transparent no-repeat top center/ cover;
    margin-top: -120px;
    padding-bottom: 60px;
}

.sec2 .wrapper {
    width: calc(1560px + 32px);
    margin: 0 auto;
    padding-top: 150px;
}

}

@media only screen and (max-width:600px){


  .sec2 h2 {
    width: 260px;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1;
  }

  .hero-section{
    padding:65px 0;
    min-height: 240px;
  }

 .content-section {
    flex-direction: column;
    border-radius: 24px;
    padding: 12px;
}
  
   .content-section .item{
    width: 100%;
    }
    
    .btn-submit{
  font-size: 14px;
}

.sec2 h2 {

    font-size: 24px;

}

.sec2{
 background: url("../../img/game/expression_list/bg-sp.png") transparent no-repeat top center;
    margin-top: -60px;
    padding-bottom: 60px;
}

  .sec2 .wrapper {

    padding-top:80px;
}

.expression__index h1{
  font-size: 32px;
}

.expression__index h4{
  font-size: 22px;
}
}

