.anime-genre-movie-contents {
  align-items: center;
  background: #171d1e;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding: 10px;
}
@media only screen and (min-width: 993px) {
  .anime-genre-movie-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 60px;
    padding: 40px 100px;
  }
}
.anime-genre-movie-area {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .anime-genre-movie-area {
    flex: 1 1;
    max-width: 600px;
  }
}
.anime-genre-movie-data {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.anime-genre-movie-data iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.genre-wrapper {
  background-color: #fff;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 993px) {
  .genre-wrapper {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.genre-wrapper a {
  transition: opacity 0.1s;
}
.genre-wrapper a:hover {
  opacity: 0.6;
}
.genre-wrapper--under-tver-ranking {
  margin-bottom: 40px;
  margin-top: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 993px) {
  .genre-wrapper--under-tver-ranking {
    margin-bottom: 60px;
    padding-top: 30px;
  }
}
.genre-nav {
  background-color: transparent;
}
.genre-nav-inner {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 993px) {
  .genre-nav-inner {
    gap: 20px;
    margin-bottom: 60px;
  }
}
.genre-nav-item {
  background-color: #e90d27;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(92, 92, 92, 0.1);
  color: #fff;
  flex-grow: 1;
  font-family: FOT-UD角ゴ_スモール Pr6 R, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 100%;
  max-width: 112px;
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .genre-nav-item {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    max-width: 315px;
  }
}
.genre-nav-item a {
  display: block;
  padding: 15px 5px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .genre-nav-item a {
    padding: 20px 5px;
  }
  .genre-nav-item a:hover {
    opacity: 0.6;
  }
}
.anime-genre-title {
  color: #e90d27;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .anime-genre-title {
    font-size: 2rem;
  }
}
.anime-genre-list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 10px;
  list-style: none;
  padding: 20px 0 40px;
}
@media only screen and (min-width: 993px) {
  .anime-genre-list {
    gap: 30px 20px;
    padding: 30px 0 60px;
  }
}
.anime-genre-box-other .anime-genre-list {
  padding: 20px 0 0;
}
@media only screen and (min-width: 993px) {
  .anime-genre-box-other .anime-genre-list {
    padding: 30px 0 0;
  }
}
.anime-genre-list-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e6ebee;
  padding-top: 140.983607%;
  width: 100%;
}
.anime-genre-list-img-area,
.anime-genre-list-img-area--anichu,
.anime-genre-list-img-area--friday-anime-night {
  border: 1px solid #e6ebee;
  padding: 10px;
  position: relative;
}
@media only screen and (min-width: 993px) {
  .anime-genre-list-img-area,
  .anime-genre-list-img-area--anichu,
  .anime-genre-list-img-area--friday-anime-night {
    padding: 20px;
  }
}
.anime-genre-list-img-area--anichu {
  background: #e2f6ff;
}
.anime-genre-list-img-area--friday-anime-night {
  background: #fff0c5;
}
.anime-genre-list-item-on-air img {
  display: block;
  width: 100%;
}
.anime-genre-list-item-on-air a {
  display: block;
}
.anime-genre-list-item-on-air figcaption > h3 {
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 10px;
}
@media only screen and (min-width: 601px) {
  .anime-genre-list-item-on-air figcaption > h3 {
    font-size: 1.8rem;
  }
}
.anime-genre-list-item-on-air figcaption > div {
  color: #222;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 140%;
  margin-top: 5px;
}
@media only screen and (min-width: 601px) {
  .anime-genre-list-item-on-air figcaption > div {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .anime-genre-list-item-on-air {
    width: calc(50% - 5px);
  }
  .anime-genre-list-item-on-air:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .anime-genre-list-item-on-air {
    margin-bottom: 10px;
    width: calc(33.33333% - 13.33333px);
  }
  .anime-genre-list-item-on-air:nth-child(n + 4) {
    margin-top: 30px;
  }
}
.anime-genre-list-item figcaption > h3 {
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 10px;
}
@media only screen and (min-width: 601px) {
  .anime-genre-list-item figcaption > h3 {
    font-size: 1.6rem;
  }
}
.anime-genre-list-item figcaption > div {
  color: #222;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 140%;
  margin-top: 5px;
}
@media only screen and (min-width: 601px) {
  .anime-genre-list-item figcaption > div {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .anime-genre-list-item {
    width: calc(50% - 5px);
  }
  .anime-genre-list-item:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .anime-genre-list-item {
    width: calc(25% - 15px);
  }
  .anime-genre-list-item:nth-child(n + 5) {
    margin-top: 30px;
  }
}
.anime-genre-link {
  padding: 40px 10px;
}
@media only screen and (min-width: 993px) {
  .anime-genre-link {
    padding: 60px 10px;
  }
}
.icon-anichu {
  background-image: url(/anime/images/badge-anichu.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: 0.8px solid #9db9c7;
  border-radius: 50%;
  box-sizing: border-box;
  height: 40px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 40px;
  z-index: 1;
}
@media only screen and (min-width: 993px) {
  .icon-anichu {
    border: 1px solid #9db9c7;
    height: 50px;
    left: -10px;
    top: -10px;
    width: 50px;
  }
}
.icon-friday-anime-night {
  background-image: url(/anime/images/badge-fran.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: 0.8px solid #f1b401;
  border-radius: 50%;
  box-sizing: border-box;
  height: 40px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 40px;
  z-index: 1;
}
@media only screen and (min-width: 993px) {
  .icon-friday-anime-night {
    border: 1px solid #f1b401;
    height: 50px;
    left: -10px;
    top: -10px;
    width: 50px;
  }
}
[data-genre-lazy] {
  background-color: #ccc;
  background-image: url(/assets/images/common/loading.gif);
  background-size: auto 35% !important;
}
.genre-tver-ranking {
  margin-bottom: 60px;
}
@media only screen and (min-width: 993px) {
  .genre-tver-ranking {
    margin-bottom: 80px;
  }
}
