/*==================================
 variable
===================================*/
.section .secText {
  width: 91%;
  margin: 6% auto 3%;
  font-size: 1.8rem;
}

@media (max-width: 760px) {
  .section .secText {
    font-size: 2.4rem;
  }
}

@media (max-width: 560px) {
  .section .secText {
    font-size: 3rem;
  }
}

.section01 .sectionInner {
  padding-bottom: 0;
}

.section02 {
  padding: 0;
}

.titlelist {
  margin-top: -70px;
  padding: 0 0 160px;
  background-repeat: repeat;
  background-image: url(../images/section-bg.png);
}

.titlelist.-black {
  margin-top: 0 !important;
  background-color: #eeeeee;
}

.titlelist.-blue {
  background-color: #dbebf2;
}

.titlelist.-yellow {
  background-color: #f6f4e8;
}

.titlelist.-red {
  background-color: #f2e4e5;
}

@media (max-width: 1100px) {
  .titlelist {
    margin-top: -7%;
    padding: 0 0 15%;
  }
}

.titlelist.-black .titleWrap:before {
  background-image: url(../images/titlelist/sec02-title-bg01.png);
}

.titlelist.-blue .titleWrap:before {
  background-image: url(../images/titlelist/sec02-title-bg02.png);
}

.titlelist.-yellow .titleWrap:before {
  background-image: url(../images/titlelist/sec02-title-bg03.png);
}

.titlelist.-red .titleWrap:before {
  background-image: url(../images/titlelist/sec02-title-bg04.png);
}

.titlelist .titleWrap {
  position: relative;
  z-index: 0;
  margin: 70px 0 0;
}

.titlelist .titleWrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: auto 108%;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .titlelist .titleWrap {
    margin: 7% 0 0;
  }
}

.titlelist .titleWrap .sectionInner {
  padding: 0;
}

.titlelist .titleWrap .titlelistBadge {
  position: absolute;
  z-index: 1;
  display: block;
  top: 47%;
  left: 4%;
  max-width: 198px;
  width: 18%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.titlelist .titleWrap .title {
  max-width: 762px;
  width: 76.2%;
  margin: 0 0 0 23%;
  padding: 2.2% 0px;
}

.titlelist .gamesWrap {
  max-width: 920px;
  width: 92%;
  margin: 50px auto 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .titlelist .gamesWrap {
    margin: 5% auto 0;
  }
}

.titlelist .gamesWrap .game {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 394px;
  width: 43%;
  margin: 5% 3% 0;
  padding: 0 0 8%;
}

@media (max-width: 760px) {
  .titlelist .gamesWrap .game {
    padding: 0 0 12%;
  }
}

.titlelist .gamesWrap .game a {
  width: 100%;
}

.titlelist .gamesWrap .game .gametitle {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 8%;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .titlelist .gamesWrap .game .gametitle {
    min-height: 12%;
    font-size: 2.4rem;
  }
}

@media (max-width: 560px) {
  .titlelist .gamesWrap .game .gametitle {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=titlelist.css.map */