.playing-box .box-wrap section {
  display: none;
}
.playing-box .box-wrap section.on {
  display: block;
}
.playing-box .box-wrap section article {
  margin-bottom: 60px;
}
.playing-box .box-wrap section article > ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.playing-box .box-wrap section article > ul li {
  width: calc(25% - 15px);
}
.playing-box .box-wrap section article > ul li figure {
  position: relative;
}
.playing-box .box-wrap section article > ul li figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.playing-box .box-wrap section article > ul li figure img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.playing-box .box-wrap section article .box-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  margin-bottom: 40px;
}
.playing-box .box-wrap section article .box-title > p {
  margin-right: 20px;
}
.playing-box .box-wrap section article .box-title ul.qqq {
  display: flex;
}
.playing-box .box-wrap section article .box-title ul.qqq li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.playing-box .box-wrap section article .box-title ul.qqq li:not(:last-child) {
  margin-right: 20px;
}
.playing-box .box-wrap section article .box-title ul.qqq li b {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
}
.playing-box .box-wrap section article .box-title ul.qqq li b.iq {
  background-color: #ee6b7e;
}
.playing-box .box-wrap section article .box-title ul.qqq li b.eq {
  background-color: #3f4a85;
}
.playing-box .box-wrap section article .box-title ul.qqq li b.mq {
  background-color: #69c470;
}
.playing-box .box-wrap section article .box-title ul.qqq li b.sq {
  background-color: #ee6bb5;
}
.playing-box .box-wrap section article .box-title ul.qqq li b.sq2 {
  background-color: #6b96ee;
}
.playing-box .box-wrap section article .box-title ul.qqq li b.cq {
  background-color: #f4cb4e;
}
.playing-box .box-wrap section article .box-title ul.qqq li b.aq {
  background-color: #0d81da;
}
.playing-box .box-wrap section article .box-title ul.qqq li span {
  font-size: 12px;
  color: #888;
  text-align: center;
}
.playing-box .box-wrap section article .box-information {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.playing-box .box-wrap section article .box-information dl {
  font-size: 0.875rem;
  display: flex;
  line-height: 1.4em;
}
.playing-box .box-wrap section article .box-information dl dt {
  width: 40px;
  margin-bottom: 24px;
  color: #666;
}
.playing-box .box-wrap section article .box-information dl dd {
  width: calc(100% - 40px);
}
.playing-box .box-wrap section article .box-information dl.halfdl dd {
  width: calc(50% - 40px);
  max-width: 300px;
}

.play-paging {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-paging div {
  display: flex;
}
.play-paging a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Montserrat", sans-serif;
  color: #666;
}
.play-paging a.on {
  color: #317cee;
  font-weight: bold;
}

@media (max-width: 768px) {
  .playing-box .box-wrap section article {
    margin-bottom: 40px;
  }
  .playing-box .box-wrap section article > ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .playing-box .box-wrap section article > ul li {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
  .playing-box .box-wrap section article > ul li:nth-of-type(2n - 1) {
    margin-right: 10px;
  }
  .playing-box .box-wrap section article .box-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .playing-box .box-wrap section article .box-title > p {
    margin-right: 0;
    margin-bottom: 14px;
    font-size: 1.25rem;
  }
  .playing-box .box-wrap section article .box-title ul.qqq li:not(:last-child) {
    margin-right: 12px;
  }
  .playing-box .box-wrap section article .box-information {
    padding-bottom: 15px;
  }
  .playing-box .box-wrap section article .box-information dl {
    font-size: 1rem;
  }
  .play-paging {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=playingbox.css.map */