@charset "utf-8";

/* リセットCSS */
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* 共通設定 */
body {
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background-color: #444;
}

img {
  max-width: 100%;
  /* 親要素より大きくならない設定 */
}








/* ここから自分用 */


/* header */ 

.header-site-menu ul{
    display: flex;
    justify-content: space-between;
}
  
  .header-site-menu li{
  font-weight: bold;
  display: inline-block;
  padding: 5px 30px 2px 27px;
  font-size: 24px;
  background: #000;
  line-height: 1.2;
  width: 100%;
  
  }
  
  .header-img img{
    position: relative;
    width: 100%
  }
  .header-text{
    position: absolute;
    top: 350px;
    left: 15%;
    width: 80%;
    z-index: 1;
  }
  
  /* footer */
  footer{
      background: #000;
  }
  
  .footer-inner{
      display: flex;
      justify-content: center;
      justify-content: space-between;
      padding: 30px 30px 0;
  }
  
  
  .footer-site-menu{
      font-weight: bold;
      display: inline-block;
      padding: 5px 30px 2px 27px;
      font-size: 24px;
      background: #000;
      line-height: 1.2;
      letter-spacing: 0;
      width: 250px;
  }
  
  .sns-logo{
      display: flex;
      width: 300px;
      justify-content: space-between;
      align-items: center;
  }
  .company-logo{
      display: flex;
      align-items: center;
  }
  
  .copyright{
      display: flex;
      justify-content: center;
  }






/* main */


.game-text{
  width: 60%;
  position: absolute;
  top: 500px;
  left: 550px;
}


  .icon-item {
  background: #222;
  border-radius: 1rem;
  text-align: center;
  padding: 1rem;
  }
.icon-grid{
  display: flex
}

  .icon-item img {
  border-radius: 1rem;
  height: 120px;
  object-fit: cover;
  }
  .icon-item span {
  display: block;
  margin-top: 0.5rem;
  color: #f6a;
  font-weight: bold;
  }
  
  
  .content {
  max-width: 10000px;
  margin: 0 auto;
  padding: 2rem 1rem;
  }



  .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4rem;
  }
  .block.reverse { flex-direction: row-reverse; }
  .block .text {
  flex: 1;
  padding: 1rem;
  }
  .block .text h2 {
  font-size: 2rem;
  color: #f6a;
  margin-bottom: 0.5rem;
  }
  .block .text ul { margin-left: 1.5rem; }
  .block .image {
  flex: 1;
  padding: 1rem;
  }
  .block .image img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  }

  







  section {
    background-color: #1e1e1e;
    margin: 3em auto;
    padding: 2em 3em;
    border-radius: 10px;
    width: 80%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }

.icons{
  width: 700px;
}

.intro p{
  display: flex;
  justify-content: center;
  line-height: 3;
  text-align: center;
}

  h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
    color: #f5c94c;
    letter-spacing: 2px;
  }

  .content p{
    line-height: 2;
  }