<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-wrapper &gt; .content-thambnail {
  display: none;
}
@media(min-width: 769px) {
  .latest_highlights-video-wrapper .player:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

@media all and (-ms-high-contrast: none) {
  .swiper-button-prev:after {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-bottom: solid 2px #ccc;
    border-left: solid 2px #ccc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: auto;
    left: 15px;
    margin-top: -4px;
  }

  .swiper-button-next:after {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -4px;
  }

  @media(max-width: 768px) {

    .swiper-button-prev:after,
    .swiper-button-next:after {
      top: auto;
      bottom: 25px;
    }
  }
}

@media(min-width: 1441px) {
  .slide-wrapper {
    width: 1440px;
    margin: auto;
    padding-bottom: 70px;
  }
}

@media(max-width:1440px) and (min-width:769px) {
  .slide-wrapper {
    width: calc(1440 * 100vw / 1440);
    padding-bottom: 70px;
  }
}

@media(max-width:768px) {
  .slide-wrapper {
    padding-bottom: calc(60 * 100vw / 750);
  }
}

.slide {
  width: 342px;
}

@media(max-width:1440px) and (min-width:769px) {
  .slide {
    width: calc(342 * 100vw / 1440);
  }
}

@media(max-width: 768px) {
  .slide {
    width: calc(317 * 100vw / 750);
  }
}

@media(min-width: 769px) {

  .content-thambnail .video-wrapper.latest_highlights-video-wrapper,
  .content-thambnail {
    width: 342px;
    margin: auto;
  }

  .video-wrapper.latest_highlights-video-wrapper&gt;div.player,
  .video-wrapper.latest_highlights-video-wrapper&gt;div.player&gt;div {
    width: 342px;
    height: 342px;
  }

  .video-wrapper.latest_highlights-video-wrapper&gt;div.player .video-js .vjs-tech {
    position: absolute;
    /* top: -39%;
    left: -40%;
    width: 179%;
    height: 178%; */
  }
}

.video-wrapper.latest_highlights-video-wrapper&gt;div.player .vjs-fullscreen .vjs-tech {
  top: 0 !important;
  left: 0 !important;
}

.slide-content-wrapper {
  margin: 0 34px;
}

@media(max-width:1440px) and (min-width:769px) {
  .video-wrapper.latest_highlights-video-wrapper&gt;div.player {
    width: calc(342 * 100vw / 1440);
    height: calc(342 * 100vw / 1440);
  }

  .video-wrapper.latest_highlights-video-wrapper&gt;div.player&gt;div {
    width: calc(342 * 100vw / 1440);
    height: calc(342 * 100vw / 1440);
  }

  .slide-content-wrapper {
    margin: 0 calc(34 * 100vw / 1440);
  }
}

@media(max-width: 768px) {

  .content-thambnail .video-wrapper.latest_highlights-video-wrapper,
  .content-thambnail {
    width: calc(317 * 100vw / 750);
  }

  .video-wrapper.latest_highlights-video-wrapper&gt;div.player&gt;div {
    width: calc(317 * 100vw / 750);
    height: calc(317 * 100vw / 750);
  }

  /* .slide-content-wrapper {
    margin: 0 calc(10 * 100vw / 750);
    } */
  .swiper-slide&gt;div:nth-of-type(1) {
    margin-bottom: calc(8 * 100vw / 750);
  }
}

@media(min-width: 769px) {
  .swiper-slide&gt;div {
    display: flex;
  }
}

.swiper-slide .content-thambnail.brank-content {
  margin: 0 !important;
}

.txt-box {
  background-color: #c8102e;
  color: #fff;
  width: 342px;
  height: 150px;
  padding: 30px 30px 35px;
}

@media(max-width:1440px) and (min-width:769px) {
  .txt-box {
    width: calc(342 * 100vw / 1440);
    height: calc(150 * 100vw / 1440);
    padding: calc(30 * 100vw / 1440) calc(30 * 100vw / 1440) calc(35 * 100vw / 1440);
  }

  .content-thambnail {
    width: calc(342 * 100vw / 1440);
  }
}

@media(max-width: 768px) {
  .txt-box {
    width: calc(317 * 100vw / 750);
    height: calc(170 * 100vw / 750);
    padding: calc(30 * 100vw / 750) calc(20 * 100vw / 750);
  }

  .content-thambnail {
    width: calc(317 * 100vw / 750);
  }
}

.latest_highlights_content-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: readerMedium;
}

.latest_highlights_content-copy {
  font-size: 14px;
}

.latest_highlights_content-note {
  margin-top: 6px;
  font-size: 12px;
}

@media(max-width: 1440px) and (min-width: 769px) {
  .latest_highlights_content-title {
    font-size: calc(18 * 100vw / 1440);
    margin-bottom: calc(15 * 100vw / 1440);
  }

  .latest_highlights_content-copy {
    font-size: calc(14 * 100vw / 1440);
  }

  .latest_highlights_content-note {
    margin-top: calc(6 * 100vw / 1440);
    font-size: calc(12 * 100vw / 1440);
  }
}

@media(max-width: 768px) {
  .latest_highlights_content-title {
    font-size: calc(24 * 100vw / 750);
    margin-bottom: calc(15 * 100vw / 1440);
  }

  .latest_highlights_content-copy {
    font-size: calc(20 * 100vw / 750);
  }

  .latest_highlights_content-note {
    margin-top: calc(12 * 100vw / 750);
    font-size: calc(14 * 100vw / 750);
  }
}

.slick-dots {
  position: absolute;
  bottom: 0px;
}

@media(min-width: 769px) {
  .sp {
    display: none;
  }
}

@media(max-width: 768px) {
  .pc {
    display: none;
  }
}

@media(max-width: 768px) {
  .swiper-container .slick-arrow {
    visibility: unset;
    top: auto;
    /* bottom: calc(-30 * 100vw / 750); */
    bottom: -10px;
  }

  .swiper-container .slick-arrow:after {
    padding: 5px;
    border-width: 0 1px 1px 0;
  }
}

:root {
  --swiper-theme-color: #000;
}

.swiper-container {
  padding-bottom: 60px;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 40px;
  color: #ccc;
}

@media(min-width: 769px) {
  /* .swiper-button-prev,
    .swiper-button-next{
      display: none;
      } */
}

@media(min-width: 1441px) {
  .swiper-button-prev {
    right: auto;
    left: 130px;
  }

  .swiper-button-next {
    right: 130px;
    left: auto;
  }

  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 40px;
  }
}

@media(max-width: 1440px) and (min-width: 769px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: calc(40 * 100vw / 1440);
  }
}

@media(max-width: 1440px) and (min-width: 1101px) {
  .swiper-button-prev {
    right: auto;
    left: 9.5vw;
  }

  .swiper-button-next {
    right: 9.5vw;
    left: auto;
  }
}

@media(max-width: 1100px) and (min-width: 901px) {
  .swiper-button-prev {
    right: auto;
    left: 8.5vw;
  }

  .swiper-button-next {
    right: 8.5vw;
    left: auto;
  }
}

@media(max-width: 900px) and (min-width: 769px) {
  .swiper-button-prev {
    right: auto;
    left: 7.5vw;
  }

  .swiper-button-next {
    right: 7.5vw;
    left: auto;
  }
}

@media(max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    bottom: 5px;
    top: auto;
    width: 27px;
    height: 44px;
  }
  .swiper-container {
    padding-bottom: 15px;
  }
  .swiper-pagination {
    position: static;
  }
  .swiper-container-horizontal&gt;.swiper-pagination-bullets {
    margin-top: 30px;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 2.67vw;
  }
}

.swiper-container {
  text-align: left;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets {
  text-align: center;
}

.swiper-container {
  width: 1440px;
}

@media(max-width: 1440px) and (min-width: 769px) {
  .swiper-container {
    width: calc(1440 * 100vw / 1440)
  }
}

@media(max-width: 768px) {

  /* .swiper-container{
        width: calc(700 * 100vw / 750);
        width: calc(1300 * 100vw / 750);
        margin: auto;
        margin-left:calc(-275 * 100vw / 750)
        } */
  .swiper-container {
    width: 100vw;
  }

  .swiper-container .swiper-slide {
    display: flex;
    justify-content: space-around;
  }

  .swiper-container .swiper-slide.brank-content {
    justify-content: flex-start !important;
  }

  .swiper-container .swiper-slide&gt;div&gt;div.content-thambnail:nth-of-type(1) {
    margin-bottom: calc(25 * 100vw / 750)
  }
}

.latest_highlights_main-title_wrapper {
  margin: 0 auto 55px;
  width: 1080px;
}

@media(max-width: 1440px) and (min-width: 769px) {
  .latest_highlights_main-title_wrapper {
    width: calc(1080 * 100vw / 1440);
  }
}

.latest_highlights_main-title {
  font-size: 62px;
  line-height: 1;
}

@media(max-width: 1440px) and (min-width: 769px) {
  .latest_highlights_main-title {
    font-size: calc(62 * 100vw / 1440);
  }
}

.latest_highlights_main-title span {
  color: #c8102e;
  font-weight: bold;
  font-family: readerBold !important;
}

@media(max-width: 768px) {
  .latest_highlights_main-title_wrapper {
    width: 85vw;
    margin: 30px auto;
  }

  .latest_highlights_main-title {
    font-size: calc(0.2048rem + 10.22976vw);
    font-size: calc(62 * 100vw / 750);
  }
}

.vjs-poster {
  background-color: #fff !important;
}

@media(max-width: 1440px) and (min-width: 769px) {
  .img-box {
    width: calc(342 * 100vw / 1440);
  }
}

@media(max-width: 768px) {
  .img-box img {
    width: calc(317 * 100vw / 750);
  }
}

.content-thambnail {
  position: relative;
}

.content-thambnail:hover {
  opacity: 0.7;
}

.content-thambnail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none) and (max-width: 768px){
  .swiper-button-prev, .swiper-button-next {
      bottom: 0px;
      top: auto;
      width: 27px;
      height: 60px;
  }
  }</pre></body></html>