@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,500,700");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?qbk5wu");
  src: url("fonts/icomoon.eot?qbk5wu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qbk5wu") format("truetype"), url("fonts/icomoon.woff?qbk5wu") format("woff"), url("fonts/icomoon.svg?qbk5wu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Flashing */
.series-group {
  margin-top: 40px; }
  .series-group:first-of-type {
    margin-top: 0; }
  .series-group[data-hide="true"] {
    display: none; }
  .series-group .series-list[data-hide="true"] {
    display: none; }
  @media screen and (max-width: 767px) {
    .series-group .series-list {
      margin-top: 5px; }
      .series-group .series-list:first-of-type {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .series-group .series-list__body {
      display: grid;
      gap: 5px;
      grid-template-columns: 1fr 1fr; } }
  .series-group .series-list__element {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .series-group .series-list__element {
        margin-bottom: 0; }
        .series-group .series-list__element > span {
          padding: 5px; } }
  @media screen and (max-width: 767px) {
    .series-group .series-list__ph {
      width: 100%; } }

.page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: url(../tcg/img/icon_pagetop.png) no-repeat;
  background-size: 100%;
  cursor: pointer; }

.page_top:hover {
  opacity: 0.6 !important; }