@charset "UTF-8";
/*-------------------------------------------------*/
h2.toptitle{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3em;
}

/*-------------おしらせ---------------*/
section.top_intro{
  background: linear-gradient(30deg, rgba(244, 240, 241, 1) 50%, rgba(244, 229, 232, 1) 50.1%);
  padding: 3em 0;
}
.news_wrap{
  width: 98%;
  margin: 0 auto 3em;
  max-width: 1600px;
  align-items: stretch;
}
.news_wrap .news_item{
  width: 23%;
  height: 400px;
  border-radius: 10px;
  padding: 10px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 690px) {
  .news_wrap .news_item{
    width: 49%;
    margin-bottom: 20px;
    height: auto;
  }
}
.news_wrap .news_item::before{
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: linear-gradient(3356deg, rgba(244, 201, 211, 1) 0% ,rgba(248, 175, 166, 1) 50%, rgba(244, 201, 211, 1) 100%);
  transition: 0.3s;
}
.news_wrap .news_item:hover::before{
  left: 0%;
}
.news_wrap .news_item .imgbox{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background: #ffffff;
  position: relative;
}
.news_wrap .news_item .imgbox .cat{
  position: absolute;
  left: 6px;
  top: 6px;
  border: solid 4px #f4c9d3;
  border-radius: 10px;
  padding:0 6px;
  font-size: 1.4rem;
  color: #666666;
}
.news_wrap .news_item .textbox{
  position: relative;
}


section.top_intro .top_about{
  background: #ffffff;
  position: relative;
  width: 96%;
  max-width: 1200px;
  padding: 40px;
  margin: 6em auto 3em;
  z-index: 1;
}
section.top_intro .top_about::before{
  content: "";
  border: 3px dashed #f4e292;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  z-index: -2;
  left: 20px;
  top: 20px;
}
section.top_intro .top_about h2{
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 40px;
}
section.top_intro .top_about p{
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
section.top_intro .top_about  .flex{
  width: 80%;
  margin: 3em auto;
}
section.top_intro .top_about #sdpyon{
  position: absolute;
  left: -60px;
  top: -60px;
  width: 270px;
  height: auto;
  z-index: -1;
}

section.top_intro .top_about #sdwanpo{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 250px;
  height: auto;
  z-index: -1;
}
/*ホームページ制作*/
section.top_homepage{
  background: #f4ecc9;
  padding: 6em 0;
}
section.top_homepage>.flex{
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
section.top_homepage{
  position: relative;
  z-index: 0;
}
section.top_homepage .textbox p{
  text-align: center;
  margin-bottom: 30px;
}
section.top_homepage .imgbox{
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 620px) {
  section.top_homepage .textbox{
    margin-top: 100%;
  }
  section.top_homepage .imgbox{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 2em;
    left: 0;
  }
}
/*ゲーム制作*/
section.top_games{
  background: #c9f0f4;
  padding: 3em 0;
}
section.top_games .textbox p{
  text-align: center;
}
