  article {
  padding-bottom: 24rem;
}

@media screen and (max-width: 767px) {
  article {
    padding-bottom: 12rem;
  }
}
.intro {
  text-align: center;
  padding-bottom: 10rem;
}
.intro h3 {
  color: #00B0C1;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.8rem;
}
.intro p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .intro {
    padding-bottom: 7rem;
  }
  .intro h3 {
    line-height: 1.5;
    margin-bottom: 4.8rem;
  }
}
.link {
  width: 102.4rem;
  margin: 0 auto;
}
.link .link_item a {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: block;
}
.link .link_item a.movie_link:after {
  content: "";
  width: 10rem;
  height: 10rem;
  background: url(/saiyo/images/numatalk/icon_play.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.link .link_item a:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
.link .link_item a .txt {
  position: absolute;
  z-index: 3;
  left: 5.5rem;
  bottom: 4rem;
  color: #fff;
}
.link .link_item a .txt .txt01 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.link .link_item a .txt .num01 {
  width: 7.644rem;
}
.link .link_item a .txt .num02 {
  width: 7.945rem;
}
.link .link_item a .txt .num03 {
  width: 7.889rem;
}
.link .link_item a .txt .txt02 {
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
}
.link .link_item + .link_item {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .link {
    width: 31rem;
  }
  .link .link_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link .link_item a.movie_link:after {
    content: "";
    width: 10rem;
    height: 10rem;
    background: url(/saiyo/images/numa-talk/icon_play.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .link .link_item a:before {
    display: none;
  }
  .link .link_item a .pic {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .link .link_item a .txt {
    margin-top: -1.2rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #00B0C1;
    border-radius: 0 0 1rem 1rem;
    padding: 1.5rem;
  }
  .link .link_item a .txt .txt02 {
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
@media screen and (max-width: 1364px) {
  .cover:after {
    right: -3rem;
  }
}