.pg-appinfo .p-bnr__item {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.pg-appinfo .p-bnr__item--active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.pg-appinfo__body {
  position: relative;
}

.pg-appinfo__body:nth-child(2) {
  padding: 0 0 5.33333vw 0;
}

.pg-appinfo__refresh {
  width: 13.33333vw;
  position: absolute;
  top: 5.33333vw;
  right: -0.8vw;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.pg-appinfo__refresh input {
  display: none;
}

.pg-appinfo__return {
  width: 13.33333vw;
  position: fixed;
  z-index: 9998;
  top: 5.33333vw;
  right: 4.53333vw;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.pg-appinfo__slider {
  max-width: 900px;
}

.pg-appinfo__category {
  padding: 0.1em 0.4em 0.1em 0.2em;
  border-radius: 4px;
  font-size: 0.8em;
  color: #000000;
  font-weight: 700;
  font-style: italic;
}

.pg-appinfo__category.information {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff4200), to(#ffbc00));
  background: linear-gradient(0deg, #ff4200, #ffbc00);
}

.pg-appinfo__category.official {
  background: -webkit-gradient(linear, left bottom, left top, from(#5bff00), to(#fbff00));
  background: linear-gradient(0deg, #5bff00, #fbff00);
}

.pg-appinfo__category.defect, .pg-appinfo__category.maintenance, .pg-appinfo__category.others {
  background: #d1d1d1;
}

.pg-appinfo__category.campaign {
  background: #ffbc00;
}

.pg-appinfo__category.event {
  background: #5bff00;
}

.pg-appinfo__category.shop {
  background: -webkit-gradient(linear, left bottom, left top, from(#cccccc), to(#f2f2f2));
  background: linear-gradient(0deg, #cccccc, #f2f2f2);
}

.pg-appinfo__category.battle {
  background: #ff3b00;
}

.pg-appinfo__category[class$="-gray"] {
  background: #d1d1d1;
}

.pg-appinfo__category[class$="-red"] {
  background: #ff3b00;
}

.pg-appinfo__category[class$="-orange"] {
  background: #ffbc00;
}

.pg-appinfo__category[class$="-green"] {
  background: #5bff00;
}

.pg-appinfo__category[class$="-yellow"] {
  background: #fbff00;
}

.pg-appinfo__category[class$="-blue"] {
  background: #22d2ff;
}

.pg-appinfo__category[class$="-purple"] {
  background: #fa5eff;
}

.pg-appinfo__tab {
  background: #f2f2f2;
  border-radius: 10px;
  -webkit-box-pack: center;
          justify-content: center;
}

.pg-appinfo .tab {
  padding: 1%;
}

.pg-appinfo .tab__item--half {
  padding: 1%;
}

.pg-appinfo .tab__item a {
  display: block;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 750px) {
  .pg-appinfo__refresh {
    width: 100px;
    top: 60px;
    right: -6px;
  }
  .pg-appinfo__return {
    width: 100px;
    top: 40px;
    right: 34px;
  }
  .pg-appinfo__body {
    position: relative;
  }
  .pg-appinfo__body:nth-child(2) {
    padding: 0 0 40px 0;
  }
  .pg-appinfo__category {
    top: 20px;
    right: 20px;
  }
}

/*# sourceMappingURL=map/appinfo.css.map */
