@charset "UTF-8";
.ntv-wrapper:has(.genre-notice) .genre-tver-ranking {
  margin-top: 0;
}
@media only screen and (min-width : 993px) {
  .ntv-wrapper:has(.genre-notice) .genre-tver-ranking {
    margin-top: 20px;
  }
}

.genre-notice {
  display: block;
  max-width: 1024px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width : 993px) {
  .genre-notice {
    padding: 24px 0;
  }
}
.genre-notice__inner {
  padding: 16px;
  margin: 0 10px;
  background-color: #fff;
  border: solid 1px #4c4c4c;
}
@media only screen and (min-width : 993px) {
  .genre-notice__inner {
    padding: 20px;
    margin: 0;
  }
}
.genre-notice-text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (min-width : 993px) {
  .genre-notice-text {
    font-size: 1.4rem;
    line-height: 21px; /* 150% */
  }
}
.genre-notice-text > a {
  text-decoration: underline;
}
.genre-wrapper {
  background-color: #fff;
  line-height: 1.3;
}
@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-top: 30px;
  padding-top: 30px;
}
@media only screen and (min-width : 993px) {
  .genre-wrapper--under-tver-ranking {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.genre-nav {
  background-color: #E7EBED;
}
.genre-nav-inner {
  width: auto;
  display: flex;
  padding: 5px 0;
  margin-top: 0;
}
@media only screen and (min-width : 993px) {
  .genre-nav-inner {
    margin-bottom: 20px;
  }
}
.genre-nav-item {
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "FOT-UD角ゴ_スモール Pr6 R", sans-serif;
}
.genre-nav-item:not(:first-child) {
  border-left: solid 1px #c7cfd1;
}
@media only screen and (min-width : 993px) {
  .genre-nav-item {
    font-size: 1.5rem;
    height: 50px;
  }
}
.genre-nav-item a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width : 993px) {
  .genre-nav-item a {
    padding: 15px 5px;
  }
  .genre-nav-item a:hover {
    opacity: 0.6;
  }
}
.genre-nav-item a.no-link {
  pointer-events: none;
  opacity: 0.5;
}
.genre-subNav {
  margin-top: 10px;
  padding: 0 10px;
}
@media only screen and (min-width : 993px) {
  .genre-subNav {
    margin-top: 20px;
    padding: 0;
  }
}
.genre-subNav-inner {
  display: flex;
  justify-content: space-between;
}
.genre-subNav-item {
  width: 100%;
}
.genre-subNav-item:nth-child(n+2) {
  margin-left: 5px;
}
@media only screen and (min-width : 993px) {
  .genre-subNav-item:nth-child(n+2) {
    margin-left: 10px;
  }
}
.genre-subNav-item a {
  display: block;
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  border: 1px solid #c7d0d1;
  border-radius: 2px;
  font-weight: bold;
}
@media only screen and (min-width : 993px) {
  .genre-subNav-item a {
    padding: 15px;
  }
}
.genre-subNav-item a.no-link {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width : 992px) {
  .genre-subNav.col-5 .genre-subNav-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .genre-subNav.col-5 .genre-subNav-item {
    width: calc((100% - 21px) / 5);
  }
  .genre-subNav.col-5 .genre-subNav-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .genre-subNav.col-5 .genre-subNav-item:nth-child(n+6) {
    margin-top: 5px;
  }
}
.genre-title {
  background-color: #e90d27;
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  line-height: 1;
}
.genre-subTitle {
  font-size: 1.2rem;
  padding: 10px;
  background-color: #E6EBEE;
  margin-top: 10px;
}
@media only screen and (min-width : 993px) {
  .genre-subTitle {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.genre-pickup {
  margin: 10px 10px 15px;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
}
.genre-pickup a {
  display: block;
  overflow: hidden;
}
.genre-pickup-img {
  border: solid 1px #e6ebee;
}
.genre-pickup-img > figure {
  display: block;
  width: 100%;
  padding-top: 56.4285714286%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.genre-pickup-title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.genre-pickup-date {
  color: #e90d27;
  font-size: 1.4rem;
  font-weight: bold;
}
.genre-pickup-text {
  font-size: 1.2rem;
  color: #666;
}
.genre-pickup-link {
  text-align: center;
}
.genre-pickup-link > button {
  display: inline-block;
  color: #fff;
  background-color: #333;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  border: none;
}
@media only screen and (max-width : 992px) {
  .genre-pickup-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.4285714286%;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.85) 100%);
  }
  .genre-pickup-title > p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
  }
  .genre-pickup-date {
    margin-top: 10px;
  }
  .genre-pickup-text {
    margin-top: 5px;
  }
  .genre-pickup-link {
    margin-top: 15px;
  }
}
@media only screen and (min-width : 601px) {
  .genre-pickup-title {
    font-size: 2.5rem;
  }
  .genre-pickup-date {
    font-size: 1.8rem;
  }
  .genre-pickup-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width : 993px) {
  .genre-pickup {
    margin: 20px 0px 30px 0px;
  }
  .genre-pickup-img {
    float: left;
    width: 49%;
  }
  .genre-pickup-title, .genre-pickup-date, .genre-pickup-text, .genre-pickup-link {
    margin-left: 51%;
    margin-top: 10px;
  }
  .genre-pickup-title {
    color: #000;
    margin-top: 0;
  }
}
.genre-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 10px 10px 15px;
}
@media only screen and (min-width : 993px) {
  .genre-list {
    padding: 20px 0 30px;
  }
}
.genre-list-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 56.4285714286%;
  border: solid 1px #e6ebee;
}
@media only screen and (max-width : 992px) {
  .genre-list-item {
    width: calc(50% - 5px);
  }
  .genre-list-item:nth-child(2n) {
    margin-left: 10px;
  }
  .genre-list-item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media only screen and (min-width : 993px) {
  .genre-list-item {
    width: calc((100% - 40px) / 4);
  }
  .genre-list-item:not(:nth-child(4n+1)) {
    margin-left: 13px;
  }
  .genre-list-item:nth-child(n+5) {
    margin-top: 13px;
  }
}
.genre-list-item img {
  display: block;
  width: 100%;
}
.genre-list-item a {
  display: block;
}
.genre-list-item figcaption > h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (min-width : 601px) {
  .genre-list-item figcaption > h3 {
    font-size: 1.6rem;
  }
}
.genre-list-item figcaption > div {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #666;
  margin-top: 5px;
}
@media only screen and (min-width : 601px) {
  .genre-list-item figcaption > div {
    font-size: 1.4rem;
  }
}
.genre-backnumberList {
  padding: 20px 10px;
  font-size: 12px;
}
@media only screen and (min-width : 601px) {
  .genre-backnumberList {
    font-size: 16px;
  }
}
.genre-backnumberList-item {
  display: block;
  position: relative;
  padding-left: 20px;
}
.genre-backnumberList-item:before {
  content: "";
  display: block;
  border-left: 7px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
}
.genre-backnumberList-item:not(:first-child) {
  margin-top: 10px;
}
.genre-backnumberList-item a {
  display: block;
}
.genre-link {
  padding: 20px 10px;
}
@media only screen and (min-width : 993px) {
  .genre-link {
    padding: 30px 10px;
  }
}
.genre-btn {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  color: #000;
  background-color: #E6EBEE;
  border-radius: 2px;
}
.genre-ad {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width : 992px) {
  .genre-ad {
    flex-wrap: wrap;
    background-color: #F0F0F0;
    padding: 10px 0;
  }
}
@media only screen and (min-width : 993px) {
  .genre-ad {
    padding: 20px 0;
  }
}
.genre-ad > div {
  display: block;
  width: 320px;
  padding: 10px;
}
.genre-ad-small-sp > div {
  width: 320px;
  margin: 0 auto;
  padding: 15px 0;
  line-height: 0;
  position: relative;
}
@media only screen and (min-width : 993px) {
  .genre-ad-small-sp > div {
    padding: 30px 0;
  }
}
.genre-ad-small-sp > div:before {
  content: "";
  display: block;
  width: 100vw;
  min-width: 320px;
  max-width: 984px;
  border-top: 1px solid #efefef;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

[data-genre-lazy] {
  background-color: #ccc;
  background-image: url(/assets/images/common/loading.gif);
  background-size: auto 35%;
}
