/*=============================================================
 01_base
=============================================================*/
#news {
  padding-bottom: 115px;
}
@media only screen and (max-width: 768px) {
  #news {
    padding-bottom: 15.3125vw;
  }
}
#news .ttl-box h1 {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #news .ttl-box h1 {
    width: 40.3125vw;
    margin-left: 0;
  }
}
#news .btn-back {
  padding-top: 30px;
  margin-bottom: 174px;
}
@media only screen and (max-width: 768px) {
  #news .btn-back {
    padding-top: 0;
    margin-bottom: 16.5625vw;
  }
}
#news .select {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  #news .select {
    width: 93.75vw;
    margin: 0 auto 10.3125vw;
  }
}
#news .select ul {
  display: flex;
  width: 1110px;
  margin: 0 auto;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #news .select ul {
    width: auto;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 -0.9375vw;
  }
}
#news .select ul li {
  position: relative;
  width: 175px;
  margin: 0 5px;
  border: 1.5px solid #64507C;
  border-radius: 30px;
  padding: 6px 0 7px;
  margin: 0 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #news .select ul li {
    width: 30vw;
    margin: 0 0.9375vw 2.8125vw;
  }
}
#news .select ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #000;
  transition: all 0.3s ease;
}
#news .select ul li a {
  color: #64507C;
  text-decoration: none;
  transition: all 0.3s ease;
}
#news .select ul li p {
  font-size: 17px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #news .select ul li p {
    font-size: 2.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .select ul li.all {
    margin: 0 33.4375vw 2.8125vw;
  }
}
#news .select ul li.info {
  border-color: #FD95D4;
  padding-left: 2px;
}
#news .select ul li.info::after {
  background-color: #FD95D4;
}
#news .select ul li.comic {
  border-color: #79D5B8;
}
#news .select ul li.comic::after {
  background-color: #79D5B8;
}
#news .select ul li.music {
  border-color: #CFB1F8;
}
#news .select ul li.music::after {
  background-color: #CFB1F8;
}
#news .select ul li.movie {
  border-color: #FF9393;
}
#news .select ul li.movie::after {
  background-color: #FF9393;
}
#news .select ul li.goods {
  border-color: #FFAC5A;
}
#news .select ul li.goods::after {
  background-color: #FFAC5A;
}
#news .select ul li.active, #news .select ul li:hover {
  background-color: #64507C;
}
#news .select ul li.active::after, #news .select ul li:hover::after {
  background-color: #fff;
}
#news .select ul li.active p, #news .select ul li:hover p {
  color: #fff;
}
#news .select ul li.active.info, #news .select ul li:hover.info {
  background-color: #FD95D4;
}
#news .select ul li.active.info::after, #news .select ul li:hover.info::after {
  background-color: #fff;
}
#news .select ul li.active.comic, #news .select ul li:hover.comic {
  background-color: #79D5B8;
}
#news .select ul li.active.comic::after, #news .select ul li:hover.comic::after {
  background-color: #fff;
}
#news .select ul li.active.music, #news .select ul li:hover.music {
  background-color: #CFB1F8;
}
#news .select ul li.active.music::after, #news .select ul li:hover.music::after {
  background-color: #fff;
}
#news .select ul li.active.movie, #news .select ul li:hover.movie {
  background-color: #FF9393;
}
#news .select ul li.active.movie::after, #news .select ul li:hover.movie::after {
  background-color: #fff;
}
#news .select ul li.active.goods, #news .select ul li:hover.goods {
  background-color: #FFAC5A;
}
#news .select ul li.active.goods::after, #news .select ul li:hover.goods::after {
  background-color: #fff;
}
#news .block {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #news .block {
    width: 93.75vw;
  }
}
#news .block .news-list {
  margin: 0 -26px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list {
    margin: 0 -1.71875vw;
  }
}
#news .block .news-list ul {
  display: flex;
  flex-wrap: wrap;
}
#news .block .news-list ul li {
  position: relative;
  width: 365px;
  height: 367px;
  margin: 0 26px 75px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li {
    width: 45.15625vw;
    height: 57.34375vw;
    margin: 0 1.71875vw 10.15625vw;
  }
}
#news .block .news-list ul li.new::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -28px;
  left: -20px;
  background: url("../img/icon/new.svg") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li.new::before {
    width: 9.375vw;
    height: 9.375vw;
    top: -4.0625vw;
    left: -2.34375vw;
  }
}
#news .block .news-list ul li a {
  display: block;
  text-decoration: none;
  color: #64507C;
}
#news .block .news-list ul li a:hover .thumb img {
  transform: scale(1.05);
}
#news .block .news-list ul li .thumb {
  border-radius: 20px;
  width: 100%;
  height: 228px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li .thumb {
    border-radius: 3.125vw;
    margin-bottom: 2.34375vw;
  }
}
#news .block .news-list ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
#news .block .news-list ul li .wrap-flex {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li .wrap-flex {
    margin-bottom: 1.25vw;
  }
}
#news .block .news-list ul li .day {
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li .day {
    font-size: 3.125vw;
    margin-right: 1.875vw;
  }
}
#news .block .news-list ul li .category {
  position: relative;
  width: 135px;
  border: 1.5px solid #000;
  padding: 2px 0 2px 4px;
  border-radius: 30px;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li .category {
    width: 22.03125vw;
    padding: 0.3125vw 0 0.3125vw 0.625vw;
    border-radius: 7.8125vw;
  }
}
#news .block .news-list ul li .category::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li .category::after {
    width: 1.5625vw;
    height: 1.5625vw;
    left: 0.9375vw;
    border-radius: 3.125vw;
  }
}
#news .block .news-list ul li .category p {
  font-size: 14px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li .category p {
    font-size: 2.1875vw;
  }
}
#news .block .news-list ul li .category.info {
  border-color: #FD95D4;
}
#news .block .news-list ul li .category.info::after {
  background-color: #FD95D4;
}
#news .block .news-list ul li .category.comic {
  border-color: #79D5B8;
}
#news .block .news-list ul li .category.comic::after {
  background-color: #79D5B8;
}
#news .block .news-list ul li .category.music {
  border-color: #CFB1F8;
}
#news .block .news-list ul li .category.music::after {
  background-color: #CFB1F8;
}
#news .block .news-list ul li .category.movie {
  border-color: #FF9393;
}
#news .block .news-list ul li .category.movie::after {
  background-color: #FF9393;
}
#news .block .news-list ul li .category.goods {
  border-color: #FFAC5A;
}
#news .block .news-list ul li .category.goods::after {
  background-color: #FFAC5A;
}
#news .block .news-list ul li .text {
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 768px) {
  #news .block .news-list ul li .text {
    font-size: 2.5vw;
  }
}
#news .block .news-detail .news-ttl-box {
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .news-ttl-box {
    margin-bottom: 5.9375vw;
  }
}
#news .block .news-detail .news-ttl-box .wrap-flex {
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .news-ttl-box .wrap-flex {
    margin-bottom: 2.34375vw;
  }
}
#news .block .news-detail .news-ttl-box time {
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  margin-right: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .news-ttl-box time {
    font-size: 3.75vw;
    margin-right: 3.125vw;
  }
}
#news .block .news-detail .news-ttl-box .category {
  position: relative;
  width: 111px;
  border: 1.5px solid #000;
  padding: 2px 0 2px 4px;
  border-radius: 30px;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .news-ttl-box .category {
    width: 22.03125vw;
    padding: 0.3125vw 0 0.3125vw 0.625vw;
    border-radius: 7.8125vw;
  }
}
#news .block .news-detail .news-ttl-box .category::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .news-ttl-box .category::after {
    width: 1.5625vw;
    height: 1.5625vw;
    left: 0.9375vw;
    border-radius: 3.125vw;
  }
}
#news .block .news-detail .news-ttl-box .category p {
  font-size: 14px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .news-ttl-box .category p {
    font-size: 2.1875vw;
  }
}
#news .block .news-detail .news-ttl-box .category.info {
  border-color: #FD95D4;
}
#news .block .news-detail .news-ttl-box .category.info::after {
  background-color: #FD95D4;
}
#news .block .news-detail .news-ttl-box .category.comic {
  border-color: #79D5B8;
}
#news .block .news-detail .news-ttl-box .category.comic::after {
  background-color: #79D5B8;
}
#news .block .news-detail .news-ttl-box .category.music {
  border-color: #CFB1F8;
}
#news .block .news-detail .news-ttl-box .category.music::after {
  background-color: #CFB1F8;
}
#news .block .news-detail .news-ttl-box .category.movie {
  border-color: #FF9393;
}
#news .block .news-detail .news-ttl-box .category.movie::after {
  background-color: #FF9393;
}
#news .block .news-detail .news-ttl-box .category.goods {
  border-color: #FFAC5A;
}
#news .block .news-detail .news-ttl-box .category.goods::after {
  background-color: #FFAC5A;
}
#news .block .news-detail .news-ttl-box h1 {
  font-size: 34px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .news-ttl-box h1 {
    font-size: 5.3125vw;
  }
}
#news .block .news-detail .con h2 {
  width: auto;
  padding: 0;
  line-height: 1.2;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 0.8em;
  text-align: unset;
  color: #f618af;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con h2 {
    font-size: 4.6875vw;
  }
}
#news .block .news-detail .con h2::before, #news .block .news-detail .con h2::after {
  display: none;
}
#news .block .news-detail .con h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 1.3em;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con h3 {
    font-size: 4.0625vw;
  }
}
#news .block .news-detail .con h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/news/h3_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con h3::before {
    top: 0.3125vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
#news .block .news-detail .con h4 {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con h4 {
    font-size: 3.4375vw;
  }
}
#news .block .news-detail .con p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con p {
    font-size: 3.125vw;
  }
}
#news .block .news-detail .con strong {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con strong {
    font-size: 3.4375vw;
  }
}
#news .block .news-detail .con figure {
  margin-bottom: 40px;
  text-align: center;
}
#news .block .news-detail .con img {
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con img {
    border-radius: 3.125vw;
    height: auto;
  }
}
#news .block .news-detail .con a {
  color: #EB5A91;
  text-decoration: none;
  transition: all 0.3s ease;
}
#news .block .news-detail .con a:hover {
  text-decoration: underline;
}
#news .block .news-detail .con .wp-block-button {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con .wp-block-button {
    width: 46.875vw;
  }
}
#news .block .news-detail .con .wp-block-button a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 16px 0;
  background-color: #EB5A91;
  border-radius: 100px;
  border: 3px solid #EB5A91;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con .wp-block-button a {
    font-size: 4.0625vw;
    padding: 2.5vw 0;
    border-radius: 15.625vw;
    box-shadow: 0.46875vw 0.625vw 0 #64507C;
  }
}
#news .block .news-detail .con .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/icon/arrow_white.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .block .news-detail .con .wp-block-button a::after {
    right: 3.75vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
#news .block .news-detail .con .wp-block-button a span {
  position: relative;
  z-index: 2;
}
#news .block .news-detail .con .wp-block-button:hover a {
  color: #64507C;
  background-color: #fff;
}
#news .block .news-detail .con .wp-block-button:hover a::after {
  background: url("../img/icon/arrow_dark.svg") no-repeat top center;
  background-size: contain;
}
#news .relation-list {
  position: relative;
}
#news .relation-list .swiper-button-prev, #news .relation-list .swiper-button-next {
  top: 65%;
  width: 80px;
  height: 80px;
  background: url("../img/top/news/arrow.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #news .relation-list .swiper-button-prev, #news .relation-list .swiper-button-next {
    top: 67%;
    width: 12.5vw;
    height: 12.5vw;
    outline: none;
  }
}
#news .relation-list .swiper-button-prev::after, #news .relation-list .swiper-button-next::after {
  display: none;
}
#news .relation-list .swiper-button-prev {
  left: calc(50% - 655px);
  transform: scale(-1, -1);
}
@media only screen and (max-width: 1344px) {
  #news .relation-list .swiper-button-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #news .relation-list .swiper-button-prev {
    left: 2.34375vw;
  }
}
#news .relation-list .swiper-button-next {
  right: calc(50% - 655px);
}
@media only screen and (max-width: 1344px) {
  #news .relation-list .swiper-button-next {
    right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #news .relation-list .swiper-button-next {
    right: 2.34375vw;
  }
}
#news .relation-list .swiper-button-disabled {
  opacity: 0;
}
#news .relation-box {
  margin-bottom: 58px;
  min-width: 1100px;
}
@media only screen and (max-width: 768px) {
  #news .relation-box {
    margin-bottom: 8.75vw;
    min-width: unset;
  }
}
#news .relation-box.swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 58px;
  overflow: inherit !important;
}
@media only screen and (max-width: 768px) {
  #news .relation-box.swiper {
    max-width: 57.8125vw;
    margin-bottom: 8.75vw;
  }
}
#news .relation-box ul.center {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul.center {
    justify-content: left;
  }
}
#news .relation-box ul.center li:last-child {
  margin-right: 0 !important;
}
#news .relation-box ul li {
  position: relative;
  border: 3px solid #64507C;
  border-radius: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li {
    margin: 0;
    border-radius: 3.75vw;
    border-width: 0.46875vw;
    min-width: 56.875vw;
  }
}
#news .relation-box ul li.active {
  border-color: #EB5A91;
}
#news .relation-box ul li.new::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: -25px;
  left: -25px;
  background: url("../img/icon/new.svg") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li.new::before {
    width: 13.59375vw;
    height: 12.5vw;
    top: -3.90625vw;
    left: -3.90625vw;
  }
}
#news .relation-box ul li .thumb {
  position: relative;
  height: 9.3vw;
  min-height: 174px;
  max-height: 174px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1100px) {
  #news .relation-box ul li .thumb {
    height: 156px;
    min-height: unset;
  }
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li .thumb {
    height: 33.125vw;
    margin-bottom: 2.34375vw;
    max-height: unset;
  }
}
#news .relation-box ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
#news .relation-box ul li .txt-box {
  padding: 0 18px;
  height: 120px;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li .txt-box {
    height: 18.28125vw;
  }
}
#news .relation-box ul li .txt-box .wrap-flex {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li .txt-box .wrap-flex {
    margin-bottom: 1.875vw;
  }
}
#news .relation-box ul li .txt-box time {
  font-size: 20px;
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li .txt-box time {
    font-size: 3.75vw;
  }
}
#news .relation-box ul li .txt-box .category {
  position: relative;
  width: 108px;
  font-size: 14px;
  line-height: 1;
  padding: 3px 0 4px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  border: 1px solid #64507C;
  border-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li .txt-box .category {
    width: 17.1875vw;
    font-size: 2.1875vw;
  }
}
#news .relation-box ul li .txt-box .category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background-color: #64507C;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li .txt-box .category::before {
    left: 0.625vw;
    width: 1.40625vw;
    height: 1.40625vw;
    border-radius: 1.5625vw;
  }
}
#news .relation-box ul li .txt-box .category.info {
  border-color: #FD95D4;
}
#news .relation-box ul li .txt-box .category.info::before {
  background-color: #FD95D4;
}
#news .relation-box ul li .txt-box .category.comic {
  border-color: #79D5B8;
}
#news .relation-box ul li .txt-box .category.comic::before {
  background-color: #79D5B8;
}
#news .relation-box ul li .txt-box .category.music {
  border-color: #CFB1F8;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li .txt-box .category.music {
    padding-left: 0.78125vw;
  }
}
#news .relation-box ul li .txt-box .category.music::before {
  background-color: #CFB1F8;
}
#news .relation-box ul li .txt-box .category.movie {
  border-color: #FF9393;
}
#news .relation-box ul li .txt-box .category.movie::before {
  background-color: #FF9393;
}
#news .relation-box ul li .txt-box .category.goods {
  border-color: #FFAC5A;
}
#news .relation-box ul li .txt-box .category.goods::before {
  background-color: #FFAC5A;
}
#news .relation-box ul li .txt-box .text {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 768px) {
  #news .relation-box ul li .txt-box .text {
    font-size: 2.8125vw;
    line-height: 1.5;
  }
}
#news .relation-box ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #64507C;
  overflow: hidden;
  border-radius: 18px;
}
#news .relation-box ul li:hover {
  border-color: #EB5A91;
}
#news .relation-box ul li:hover .thumb img {
  transform: scale(1.1);
}
#news .relation-box .swiper {
  width: 100%;
  height: 100%;
}
#news .relation-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#news .relation-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}