/* ===================================================================
common
=================================================================== */
/* ===================================================================
mixins
=================================================================== */
/* ===================================================================
top-common
=================================================================== */
#top .common-contents-wrapper {
  padding: 0;
}

#top .common-button {
  min-width: 200px;
}

@media only screen and (min-width: 768px) {
  #top .common-button {
    min-width: 140px;
  }
}

#top .common-recommend {
  padding-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  #top .common-footer:before {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  #top .common-footer-banner__list {
    padding-top: 30px;
  }
}

/* ===================================================================
top-notice
=================================================================== */
.top-notice {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .top-notice {
    padding: 40px;
  }
}

.top-notice__inner {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .top-notice__inner {
    max-width: 875px;
    margin: 0 auto;
  }
}

.top-notice__link {
  display: block;
}

.top-notice__link:nth-child(n+2) {
  margin-top: 1em;
}

/* ===================================================================
top-slider
=================================================================== */
.top-slider .slick-list {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 992px) {
  .top-slider .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.top-slider__card {
  display: block;
  position: relative;
  margin: 4% 5%;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (min-width: 992px) {
  .top-slider__card {
    margin: 4% 6%;
  }
}

.top-slider__card:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s ease;
}

.slick-center .top-slider__card:after {
  opacity: 0;
}

.top-slider__card:hover {
  opacity: 1 !important;
}

.slick-center .top-slider__card {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  box-shadow: 0px 8.69565px 17.3913px 0 rgba(0, 0, 0, 0.15);
}

.top-slider__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
}

.top-slider__overlay {
  width: 100%;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  color: #fff;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .top-slider__overlay {
    padding: 25px 30px;
  }
}

.top-slider__date {
  font-size: 0.8695rem;
  font-weight: bold;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .top-slider__date {
    font-size: 1.4rem;
  }
}

.slick-center .top-slider__date {
  opacity: 1;
}

.top-slider__title {
  font-size: 1.2173rem;
  font-weight: bold;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .top-slider__title {
    margin-top: 5px;
    font-size: 1.7rem;
  }
}

.slick-center .top-slider__title {
  opacity: 1;
}

.top-slider .slick-slider {
  margin-bottom: 0;
}

.top-slider .slick-arrow {
  width: 40px;
  height: 50px;
  z-index: 5;
}

.top-slider .slick-arrow:before {
  display: none;
}

.top-slider .slick-arrow div {
  width: 38px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

.top-slider .slick-arrow div:before, .top-slider .slick-arrow div:after {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 2px center;
          transform-origin: 2px center;
}

.top-slider .slick-arrow div:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-slider .slick-arrow div:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-slider .slick-prev {
  left: 6%;
}

.top-slider .slick-next {
  right: 6%;
}

.top-slider .slick-next div {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-slider .slick-dots {
  bottom: 0px;
}

.top-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 23px;
  height: 23px;
}

@media only screen and (min-width: 992px) {
  .top-slider .slick-dots li {
    width: 30px;
    height: 30px;
  }
}

.top-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.top-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d8d8d8;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) {
  .top-slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}

.top-slider .slick-dots li.slick-active button:before {
  background-color: #ff2355;
  opacity: 1;
}

/* ===================================================================
top-nowonair
=================================================================== */
@font-face {
  font-family: "MotoyaAr04pMaruN";
  src: url("//fonts.bangumi.org/motoya/mr3_arpH.woff") format("woff");
}

.top-nowonair {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .top-nowonair {
    padding-top: 60px;
  }
}

.top-nowonair .common-block-wrapper {
  position: relative;
}

.top-nowonair .common-title {
  margin-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
  .top-nowonair .common-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991.98px) {
  .top-nowonair-slider__list {
    padding: 0;
  }
  .top-nowonair-slider__list .slick-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .top-nowonair-slider__card {
    display: block;
    position: relative;
    margin: 43% 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  .slick-center .top-nowonair-slider__card {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    z-index: 10;
  }
  .top-nowonair-slider__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity .1s ease;
  }
  .slick-center .top-nowonair-slider__card::after {
    opacity: 0;
  }
  .top-nowonair-slider__image {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
  }
  .slick-center .top-nowonair-slider__image {
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.15);
  }
  .top-nowonair-slider__overlay {
    display: none;
  }
  .top-nowonair-slider__date {
    display: -ms-grid;
    display: grid;
    place-items: center;
    opacity: 0;
    color: #fff;
    padding: 4px 6px;
    letter-spacing: .04em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 6.4px;
    font-weight: bold;
    line-height: 1;
    transition: all .2s ease-out;
  }
  .slick-center .top-nowonair-slider__date {
    opacity: 1;
    background-color: #149bf0;
    border-radius: 25px;
    top: -12px;
    left: -6px;
  }
  .top-nowonair-slider__title {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "MotoyaAr04pMaruN";
  }
}

@media only screen and (min-width: 992px) {
  .top-nowonair-slider__list {
    padding: 0 60px;
  }
  .top-nowonair-slider__item.slick-center {
    z-index: 10;
  }
  .top-nowonair-slider__card {
    display: block;
    position: relative;
    margin: 40px 2% 30px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  }
  .slick-center .top-nowonair-slider__card {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 10;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
  }
  .top-nowonair-slider__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity .3s ease;
  }
  .slick-center .top-nowonair-slider__card::after {
    opacity: 0;
  }
  .top-nowonair-slider__card:hover {
    opacity: 1 !important;
  }
  .top-nowonair-slider__image {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
  }
  .top-nowonair-slider__overlay {
    width: 100%;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    color: #fff;
    z-index: 5;
  }
  .top-nowonair-slider__date {
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 1.8rem;
    font-weight: bold;
    transition: all .3s ease;
  }
  .slick-center .top-nowonair-slider__date {
    background-color: #149bf0;
    border-radius: 25px;
    top: -35px;
    left: -20px;
  }
  .top-nowonair-slider__title {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "MotoyaAr04pMaruN";
  }
}

.top-nowonair-slider .slick-arrow {
  width: 22px;
  height: 50px;
  z-index: 5;
  margin-top: -10px;
}

.top-nowonair-slider .slick-arrow:before {
  display: none;
}

.top-nowonair-slider .slick-arrow div {
  width: 22px;
  height: 4px;
  background-color: #ff2355;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

.top-nowonair-slider .slick-arrow div:before, .top-nowonair-slider .slick-arrow div:after {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background-color: #ff2355;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 2px center;
          transform-origin: 2px center;
}

.top-nowonair-slider .slick-arrow div:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-nowonair-slider .slick-arrow div:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-nowonair-slider .slick-prev {
  left: 30px;
}

.top-nowonair-slider .slick-next {
  right: 30px;
}

.top-nowonair-slider .slick-next div {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-nowonair-slider .slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.top-nowonair-slider-title-sp {
  display: block;
  padding: 0 10% 20px;
  font-weight: bold;
  font-family: "MotoyaAr04pMaruN";
}

@media only screen and (min-width: 992px) {
  .top-nowonair-slider-title-sp {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-nowonair-aside {
    border-top: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 768px) {
  .top-nowonair-aside {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-nowonair-aside__item {
    border-bottom: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 768px) {
  .top-nowonair-aside__item:first-child {
    width: calc(50% - 40px);
  }
  .top-nowonair-aside__item:nth-child(2) {
    width: 50%;
    padding-left: 40px;
    border-left: 1px solid #d8d8d8;
    margin-left: 39px;
  }
}

.top-nowonair-aside__card {
  display: block;
  position: relative;
  min-height: 40px;
}

@media only screen and (max-width: 767.98px) {
  .top-nowonair-aside__card {
    padding: 15px 0;
  }
}

.top-nowonair-aside__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 2.5px 2.5px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

@media only screen and (min-width: 768px) {
  .top-nowonair-aside__icon {
    width: 50px;
    height: 50px;
    top: 0;
  }
}

.top-nowonair-aside__icon.lazyloaded.icon--4k {
  background: url(/assets/images/top/nowonair-4k.svg) no-repeat center/contain, linear-gradient(to bottom, #e6c46f, #c8913c);
}

.top-nowonair-aside__icon.lazyloaded.icon--142 {
  background: #ff2355 url(/assets/images/top/nowonair-142ch.svg) no-repeat center/contain;
}

.top-nowonair-aside__time {
  font-weight: bold;
  color: #149bf0;
  padding-left: 50px;
}

@media only screen and (min-width: 768px) {
  .top-nowonair-aside__time {
    padding-left: 65px;
  }
}

.top-nowonair-aside__text {
  font-weight: bold;
  padding-left: 50px;
  font-family: "MotoyaAr04pMaruN";
}

@media only screen and (min-width: 768px) {
  .top-nowonair-aside__text {
    padding-left: 65px;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-nowonair-link {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .top-nowonair-link {
    position: absolute;
    top: 0;
    right: 60px;
  }
}

/* ===================================================================
top-movie
=================================================================== */
.top-movie {
  background-color: #303030;
  padding: 30px 0;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-movie {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .top-movie {
    padding: 60px 0 40px;
    margin-top: 40px;
  }
}

.top-movie .common-block-wrapper {
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .top-movie .common-block-wrapper {
    padding: 0;
  }
}

.top-movie-body__list {
  display: flex;
}

@media only screen and (max-width: 991.98px) {
  .top-movie-body__list {
    flex-wrap: wrap;
  }
}

.top-movie-body__item {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .top-movie-body__item {
    padding-bottom: 20px;
  }
  .top-movie-body__item:nth-child(2n+1) {
    background-color: #252525;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-movie-body__item {
    padding-bottom: 40px;
  }
  .top-movie-body__item:nth-child(2n+1) {
    background-color: #252525;
  }
}

@media only screen and (min-width: 992px) {
  .top-movie-body__item {
    width: calc((100% - 81px) / 3);
  }
  .top-movie-body__item:nth-child(n+2) {
    margin-left: 40px;
  }
}

.top-movie-body__title {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: block;
  margin: 0 7.4%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-movie-body__title {
    height: 100px;
    background-size: auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .top-movie-body__title {
    background-color: #252525;
  }
}

.top-movie-body__title.lazyloaded.tada {
  background-image: url(/assets/images/video/video-tada.svg);
}

.top-movie-body__title.lazyloaded.hulu {
  background-image: url(/assets/images/video/video-hulu.svg);
}

.top-movie-body__title.lazyloaded.youtube {
  background-image: url(/assets/images/video/video-youtube.svg);
}

@media only screen and (max-width: 991.98px) {
  .top-movie-slider .slick-arrow {
    display: none !important;
  }
  .top-movie-slider__item {
    position: relative;
    opacity: 0.25;
    transition: opacity .2s ease;
  }
  .top-movie-slider__item.slick-center {
    opacity: 1;
  }
  .top-movie-slider__card {
    display: flex;
    justify-content: space-between;
    margin: 0 2%;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  .top-movie-slider__card:hover {
    opacity: 1 !important;
  }
  .top-movie-slider__image {
    display: block;
    width: calc(50% - 10px);
  }
  .top-movie-slider__image > figure {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
  }
  .top-movie-slider__text {
    width: calc(50% - 10px);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .top-movie-slider-text-pc {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .top-movie-slider .slick-arrow {
    z-index: 1;
  }
  .top-movie-slider .slick-prev,
  .top-movie-slider .slick-next {
    display: block;
    width: 7%;
    height: 100%;
  }
  .top-movie-slider .slick-prev {
    left: 0;
  }
  .top-movie-slider .slick-next {
    right: 0;
  }
  .top-movie-slider .slick-prev::before,
  .top-movie-slider .slick-next::before {
    content: "";
    width: 50%;
    padding-top: calc(50% - 2px);
    height: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
  }
  .top-movie-slider .slick-prev:before {
    left: 50%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .top-movie-slider .slick-next:before {
    right: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .top-movie-slider__item {
    position: relative;
  }
  .top-movie-slider__item.slick-center {
    z-index: 1;
  }
  .top-movie-slider__card {
    display: block;
    margin: 43% 0;
    opacity: 0.25;
    transition: opacity .2s ease, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease;
    transition: transform .2s ease-out, opacity .2s ease, -webkit-transform .2s ease-out;
  }
  .top-movie-slider__card:hover {
    opacity: 1 !important;
  }
  .slick-center .top-movie-slider__card {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 1;
  }
  .top-movie-slider__image {
    display: block;
  }
  .top-movie-slider__image > figure {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
  }
  .top-movie-slider__text {
    display: none;
  }
  .top-movie-slider-text-pc {
    display: block;
    margin: 15px 7.4%;
    color: #fff;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-movie-link {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .top-movie-link {
    position: absolute;
    top: 0;
    right: 60px;
  }
}

/* ===================================================================
top-info
=================================================================== */
.top-info {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .top-info {
    padding-top: 60px;
  }
}

.top-info-contents {
  display: flex;
  flex-wrap: wrap;
}

.top-info-contents__item {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .top-info-contents__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-info-contents__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .top-info-contents__item {
    width: calc((100% - 41px) / 2);
  }
  .top-info-contents__item:nth-child(2n) {
    margin-left: 40px;
  }
}

.top-info__list {
  padding: 0 20px;
  max-height: 280px;
  border: 1px solid #d8d8d8;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) {
  .top-info__list {
    padding: 0 40px;
    height: 240px;
    max-height: auto;
  }
}

.top-info__item {
  margin-top: 20px;
}

.top-info__item:last-child {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .top-info__item {
    margin-top: 20px;
  }
  .top-info__item:first-child {
    margin-top: 40px;
  }
  .top-info__item:last-child {
    margin-bottom: 40px;
  }
}

.top-info__card {
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .top-info__card {
    flex-wrap: wrap;
  }
}

.top-info__title {
  width: 100%;
  color: #989898;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .top-info__title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .top-info__title {
    width: 110px;
  }
}

.top-info__text {
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .top-info__text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .top-info__text {
    width: calc(100% - 110px);
  }
}

/* ===================================================================
top-ranking
=================================================================== */
.top-ranking {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .top-ranking {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 991.98px) {
  .top-ranking .common-block-wrapper {
    padding: 0;
  }
}

.top-ranking .common-title {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-ranking .common-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-ranking .common-title {
    margin-bottom: 5px;
  }
}

.top-ranking-list {
  display: flex;
  counter-reset: ranking;
}

@media only screen and (max-width: 991.98px) {
  .top-ranking-list {
    overflow-x: auto;
  }
}

.top-ranking-list__item {
  flex-shrink: 0;
}

@media only screen and (max-width: 767.98px) {
  .top-ranking-list__item {
    padding: 25px 5px 5px;
  }
  .top-ranking-list__item:first-child {
    padding-left: 20px;
  }
  .top-ranking-list__item:last-child {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-ranking-list__item {
    padding: 29px 15px 10px;
  }
  .top-ranking-list__item:first-child {
    padding-left: 60px;
  }
  .top-ranking-list__item:last-child {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .top-ranking-list__item {
    width: calc((100% - 121px) / 4);
  }
  .top-ranking-list__item:nth-child(n+2) {
    margin-left: 40px;
  }
}

.top-ranking-list__card {
  display: block;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .top-ranking-list__card {
    width: 40vw;
  }
}

.top-ranking-list__card:before {
  counter-increment: ranking;
  content: counter(ranking);
  color: #fff;
  display: block;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #ff2355;
  position: absolute;
  top: -23px;
  left: -10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .top-ranking-list__card:before {
    font-size: 1.8rem;
    width: 40px;
    line-height: 40px;
    top: -29px;
    left: -24px;
  }
}

.top-ranking-list__image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
}

.top-ranking-list__overlay {
  display: none;
}

@media only screen and (min-width: 768px) {
  .top-ranking-list__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  }
}

.top-ranking-list__title {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .top-ranking-list__title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-ranking-list__title {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .top-ranking-list__title {
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
  }
}

/* ===================================================================
top-shop
=================================================================== */
.top-shop {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .top-shop {
    padding-top: 60px;
  }
}

.top-shop .common-block-wrapper {
  position: relative;
}

.top-shop-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .top-shop-list__item {
    width: calc((100% - 21px) / 2);
  }
  .top-shop-list__item:nth-child(2n) {
    margin-left: 20px;
  }
  .top-shop-list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-shop-list__item {
    width: calc((100% - 41px) / 2);
  }
  .top-shop-list__item:nth-child(2n) {
    margin-left: 40px;
  }
  .top-shop-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .top-shop-list__item {
    width: calc((100% - 121px) / 4);
  }
  .top-shop-list__item:not(:first-child) {
    margin-left: 40px;
  }
}

.top-shop-list__card {
  display: block;
  position: relative;
}

.top-shop-list__image {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #eee;
}

.top-shop-list__title {
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .top-shop-list__title {
    margin-top: 15px;
  }
}

.top-shop-list__price {
  color: #989898;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .top-shop-list__price {
    font-size: 1.4rem;
  }
}

.top-shop-site {
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 10px 15px 15px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .top-shop-site {
    padding: 15px 0;
    align-items: center;
    margin-top: 40px;
  }
}

.top-shop-site__list {
  display: flex;
  width: 100%;
  padding-top: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}

@media only screen and (min-width: 768px) {
  .top-shop-site__list {
    width: 100%;
    padding-top: 0;
    flex-wrap: nowrap;
  }
}

.top-shop-site__item {
  width: 50%;
  flex-grow: 1;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .top-shop-site__item {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .top-shop-site__item + .top-shop-site__item:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #d8d8d8;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
  }
}

.top-shop-site__item a {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .top-shop-site__item a {
    height: 55px;
  }
}

.top-shop-site__item a.hanyu {
  text-indent: 0;
  font-size: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  color: #4848da;
}

.top-shop-site__item a.shopping {
  background-size: auto 50px;
}

@media only screen and (min-width: 992px) {
  .top-shop-site__item a.shopping {
    background-size: auto 30px;
  }
}

.top-shop-site__item a.yamada {
  background-size: auto 46px;
}

@media only screen and (min-width: 768px) {
  .top-shop-site__item a.yamada {
    background-size: auto 50px;
  }
}

.top-shop-site__item a.lazyloaded.shopping {
  background-image: url(/assets/images/top/shop-logo-ntvshopping-sp.png);
}

@media only screen and (min-width: 992px) {
  .top-shop-site__item a.lazyloaded.shopping {
    background-image: url(/assets/images/top/shop-logo-ntvshopping-pc.png);
  }
}

.top-shop-site__item a.lazyloaded.yamada {
  background-image: url(/assets/images/top/shop-logo-yamada.png);
}

@media only screen and (max-width: 767.98px) {
  .top-shop-link {
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .top-shop-link {
    position: absolute;
    top: 0;
    right: 60px;
  }
}

.top-shop-link .common-button {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 18px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .top-shop-link .common-button {
    width: 150px;
    height: 50px;
    background-position: 32px center;
    background-size: auto 30px;
  }
}

.top-shop-link .common-button.lazyloaded {
  background-image: url(/assets/images/top/shop-btn-sp.png);
}

@media only screen and (min-width: 768px) {
  .top-shop-link .common-button.lazyloaded {
    background-image: url(/assets/images/top/shop-btn-pc.png);
  }
}

.top-shop-link .common-button > span {
  display: none;
}

/* ===================================================================
top-bottom-info
=================================================================== */
.top-bottom-info {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.top-bottom-info-contents {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .top-bottom-info-contents__item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-bottom-info-contents__item {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 992px) {
  .top-bottom-info-contents__item {
    width: 50%;
  }
  .top-bottom-info-contents__item:first-child {
    padding-right: 40px;
  }
  .top-bottom-info-contents__item:last-child {
    padding-left: 40px;
    border-left: 1px solid #d8d8d8;
  }
}

.top-bottom-info-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-title {
    margin-bottom: 40px;
    text-align: center;
  }
}

.top-bottom-info-title__text {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-title__text {
    font-size: 2.4rem;
  }
}

.top-bottom-info-babchoo .top-bottom-info-title__text {
  padding-left: 36px;
  color: #ff2355;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-babchoo .top-bottom-info-title__text {
    padding-left: 55px;
  }
}

.top-bottom-info-babchoo .top-bottom-info-title__text i {
  display: block;
  width: 26px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-babchoo .top-bottom-info-title__text i {
    width: 42px;
    height: 52px;
  }
}

.top-bottom-info-babchoo .top-bottom-info-title__text i.lazyloaded {
  background: url(/assets/images/top/info-babchoo.png) no-repeat center/contain;
}

.top-bottom-info-babchoo__body {
  overflow: hidden;
}

.top-bottom-info-babchoo__image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-babchoo__image {
    width: 40%;
    float: left;
  }
}

.top-bottom-info-babchoo__image a {
  display: block;
}

.top-bottom-info-babchoo__image figure {
  display: block;
  width: 100%;
  padding-top: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.top-bottom-info-babchoo__image figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-bottom-info-babchoo__image figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-bottom-info-babchoo__image figure.lazyloaded {
  background: url(/assets/images/top/info-babchoo-banner.png) no-repeat center bottom/cover;
}

.top-bottom-info-babchoo__image figure.lazyloaded:before {
  background: url(/assets/images/top/info-babchoo-banner-knock.png) no-repeat right bottom/contain;
}

.top-bottom-info-babchoo__image figure.lazyloaded:after {
  background: url(/assets/images/top/info-babchoo-banner-logo.png) no-repeat top center/contain;
}

.top-bottom-info-babchoo__timeline {
  margin-top: 20px;
  position: relative;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-babchoo__timeline {
    margin-top: 0;
    margin-left: calc(40% + 30px);
    height: 200px;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-bottom-info-shinsou .top-bottom-info-title {
    margin-bottom: 0;
  }
}

.top-bottom-info-shinsou .top-bottom-info-title__text {
  padding-left: 36px;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou .top-bottom-info-title__text {
    padding-left: 50px;
  }
}

.top-bottom-info-shinsou .top-bottom-info-title__text i {
  display: block;
  width: 26px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou .top-bottom-info-title__text i {
    width: 37px;
    height: 40px;
  }
}

.top-bottom-info-shinsou .top-bottom-info-title__text i.lazyloaded {
  background: url(/assets/images/top/info-news.png) no-repeat center/contain;
}

.top-bottom-info-shinsou__body {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .top-bottom-info-shinsou__logo {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.top-bottom-info-shinsou__image {
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
  }
}

.top-bottom-info-shinsou__image figure {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 2.5px 10px 0 rgba(0, 0, 0, 0.08);
  margin: 10px auto;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__image figure {
    width: 180px;
    padding-top: 180px;
  }
}

.top-bottom-info-shinsou__image figure.lazyloaded {
  background: url(/assets/images/top/info-shinsou-logo.jpg) no-repeat center/contain;
}

.top-bottom-info-shinsou__title {
  font-weight: bold;
  color: #149bf0;
}

@media only screen and (max-width: 767.98px) {
  .top-bottom-info-shinsou__title {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__title {
    margin-left: 140px;
  }
}

.top-bottom-info-shinsou__list {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__list {
    margin-left: 140px;
    padding-bottom: 20px;
  }
}

.top-bottom-info-shinsou__list dt,
.top-bottom-info-shinsou__list dd {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__list dt,
  .top-bottom-info-shinsou__list dd {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__list dt,
  .top-bottom-info-shinsou__list dd {
    margin-top: 20px;
  }
}

.top-bottom-info-shinsou__list dt {
  display: flex;
  align-items: center;
  color: #989898;
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__list dt {
    width: 70px;
  }
}

.top-bottom-info-shinsou__list dd {
  border-left: 1px solid #d8d8d8;
  padding-left: 20px;
  width: calc(100% - 60px);
}

.top-bottom-info-shinsou__list dd:nth-child(2) {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__list dd:nth-child(2) {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__list dd {
    width: calc(100% - 70px);
  }
}

.top-bottom-info-shinsou__timeline {
  width: 100%;
  margin-top: 20px;
  height: auto;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__timeline {
    width: auto;
    margin-top: 0;
    margin-left: calc(40% + 30px);
    height: 200px;
  }
}

.top-bottom-info-shinsou__link {
  padding: 20px 0 20px;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-shinsou__link {
    display: none;
  }
}

.top-bottom-info-btn-x {
  display: flex;
  width: 100%;
  border-radius: 4px;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-btn-x {
    font-size: 20px;
    padding: 20px;
  }
}

.top-bottom-info-btn-x img {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .top-bottom-info-btn-x img {
    width: 40px;
    height: 40px;
    margin-left: 20px;
  }
}

/* ===================================================================
top-furusato
=================================================================== */
@media only screen and (min-width: 768px) {
  .top-furusato {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-furusato-icon {
    width: 24px !important;
  }
}

@media only screen and (min-width: 768px) {
  .top-furusato-icon {
    width: 34px !important;
  }
}

.top-furusato-icon.lazyloaded {
  background: url(/assets/images/top/icon-furusato.svg) no-repeat center/contain;
}

.top-furusato-inner {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .top-furusato-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 250px;
    grid-template-rows: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .top-furusato-inner {
    -ms-grid-columns: 45% 55%;
    grid-template-columns: 45% 55%;
  }
}

@media only screen and (min-width: 992px) {
  .top-furusato-inner {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}

.top-furusato-logo {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: block;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: center center, left top;
}

.top-furusato-logo.lazyloaded {
  background-image: url(/assets/images/top/furusato-logo.png), linear-gradient(0deg, #FFE7F9 0%, #FDF8D1 100%);
}

@media only screen and (max-width: 767.98px) {
  .top-furusato-logo {
    height: 160px;
  }
}

.top-furusato-contents {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-rows: -webkit-max-content -webkit-max-content;
  -ms-grid-rows: max-content max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
}

@media only screen and (max-width: 767.98px) {
  .top-furusato-contents {
    row-gap: 20px;
    -ms-grid-columns: 280px;
    grid-template-columns: 280px;
    padding: 20px 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .top-furusato-contents {
    row-gap: 23px;
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
  }
}

.top-furusato-contents__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: YaKuHanJP, "Noto Sans JP", Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .top-furusato-contents__text {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .top-furusato-contents__text {
    font-size: 1.6rem;
  }
}

.top-furusato-contents__text span {
  color: #ff2355;
}

/* ===================================================================
top-schedule-link
=================================================================== */
.top-schedule-link {
  display: block;
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: -100px;
  transition: bottom .3s ease;
}

@media only screen and (max-width: 767.98px) {
  .top-schedule-link {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .top-schedule-link {
    right: 30px;
    bottom: -100px;
  }
}

.top-schedule-link.is-active {
  bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .top-schedule-link.is-active {
    bottom: 30px;
  }
}

.top-schedule-link__link {
  display: flex;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #eee;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .top-schedule-link__link {
    width: 75px;
    height: 75px;
  }
}

.top-schedule-link__link__inner {
  display: block;
  width: 100%;
}

.top-schedule-link [class*=common-icon-] {
  display: block;
  width: 100%;
  font-size: 2.8rem;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .top-schedule-link [class*=common-icon-] {
    font-size: 3.4rem;
  }
}

.top-schedule-link__text {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

/* ===================================================================
top-magazine
=================================================================== */
.top-magazine {
  margin-top: 30px;
  padding-block: 30px;
  background-image: url("../images/top/magazine-bg.png");
  background-repeat: repeat;
  background-size: 50%;
}

@media only screen and (min-width: 768px) {
  .top-magazine {
    margin-top: 60px;
    padding-block: 60px;
  }
}

.top-magazine .top-magazine-title {
  margin-inline: auto;
  width: 178px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .top-magazine .top-magazine-title {
    margin-bottom: 40px;
    width: 212px;
  }
}

.top-magazine .top-magazine-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.top-magazine .top-magazine-list__link-img {
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 4px;
  aspect-ratio: 224 / 126;
}

.top-magazine .top-magazine-list__link-img span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.top-magazine .top-magazine-list__link-img:hover {
  opacity: 1;
}

.top-magazine .top-magazine-list__link-img:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-magazine .top-magazine-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px 10px;
  gap: 10px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991.98px) {
  .top-magazine .top-magazine-list__header.pc-header {
    display: none;
  }
}

.top-magazine .top-magazine-list__header.sp-header {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .top-magazine .top-magazine-list__header.sp-header {
    display: flex;
  }
}

.top-magazine .top-magazine-list__link-category {
  display: inline-block;
  padding: 5px 12px 7px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
}

.top-magazine .top-magazine-list__link-category.tag-drama-movie {
  background-color: #B3DF94;
}

.top-magazine .top-magazine-list__link-category.tag-variety {
  background-color: #FAC295;
}

.top-magazine .top-magazine-list__link-category.tag-sports {
  background-color: #A4DFE2;
}

.top-magazine .top-magazine-list__link-category.tag-music {
  background-color: #F7B8B8;
}

.top-magazine .top-magazine-list__link-category.tag-anime {
  background-color: #9FD6C9;
}

.top-magazine .top-magazine-list__link-category.tag-other {
  background-color: #BDCBE2;
}

.top-magazine .top-magazine-list__date {
  font-size: 1.2rem;
}

.top-magazine .top-magazine-list__date .icon-calendar {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url("../images/icon/icon_calendar.svg") no-repeat center/contain;
  vertical-align: bottom;
}

.top-magazine .top-magazine-list__link-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-magazine .top-magazine-list__link-title:hover {
  text-decoration: underline;
  opacity: 0.6;
}

@media only screen and (max-width: 991.98px) {
  .top-magazine .top-magazine-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .top-magazine .top-magazine-list__body {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .top-magazine .top-magazine-list__link-img {
    flex-shrink: 0;
    width: 150px;
  }
  .top-magazine .top-magazine-list__disc {
    flex-grow: 1;
  }
  .top-magazine .top-magazine-list__header {
    padding-block: 0 8px;
  }
  .top-magazine .top-magazine-list__link-category {
    font-size: 1.2rem;
    padding: 4px 10px 6px;
  }
}

.top-magazine .top-magazine-button {
  text-align: center;
  margin-top: 40px;
}

.top-magazine .top-magazine-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px 16px;
  padding-inline: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.top-magazine .top-magazine-button a .icon-link {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-color: #000;
  -webkit-mask-image: url("../images/icon/icon_link.svg");
          mask-image: url("../images/icon/icon_link.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.top-magazine .top-magazine-button a:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.top-magazine .top-magazine-button a:hover .icon-link {
  background-color: #fff;
}

@media only screen and (max-width: 991.98px) {
  .top-magazine .top-magazine-button {
    margin-top: 30px;
  }
  .top-magazine .top-magazine-button a {
    padding-block: 11px 12px;
    padding-inline: 53px;
    font-size: 1.4rem;
  }
}
