<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&amp;display=swap");
#wrapper {
  font-family: 'BIZ UDPGothic', sans-serif;
  border: 4px solid #dc0429;
  border-top: 0;
  padding-bottom: 0;
  min-width: 1080px;
  box-sizing: border-box;
  position: relative; }
  #wrapper::before {
    content: '';
    position: fixed;
    bottom: -80px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: url(../common-img/circle.png) no-repeat center top;
    background-size: contain;
    -webkit-animation: loop 40s linear infinite;
    animation: loop 40s linear infinite;
    will-change: transform;
    opacity: 0.2; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes loop {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
  #wrapper .section-mv-bottom-area {
    position: relative;
    z-index: 3;
    width: 58.5%;
    margin: -20px auto 20px; }
    #wrapper .section-mv-bottom-area .bangumi-info-wrap .bangumi-name {
      display: none; }
  #wrapper .top-contents-box {
    box-shadow: none !important; }
  #wrapper .h3-ttl-a {
    position: relative;
    padding: 10px 40px;
    margin-left: -40px;
    margin-right: -40px;
    border-bottom: 1px solid #dc0429; }
  #wrapper .aside-container {
    position: relative;
    z-index: 3; }
  #wrapper #main-container {
    position: relative;
    border: 2px solid #dc0429;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 40px;
    z-index: 1; }
    #wrapper #main-container .mv {
      position: relative;
      z-index: 2; }
      #wrapper #main-container .mv::before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(50% + 160px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 110%;
        background: #dc0429;
        border: 4px solid #fff;
        border-top: 0;
        border-bottom: 0;
        z-index: -1;
        box-sizing: border-box; }
      #wrapper #main-container .mv::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 110%;
        border: 2px solid #fff;
        border-top: 0;
        border-bottom: 0; }
    @media screen and (max-width: 1088px) {
      #wrapper #main-container .mv::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -4px; } }
    @media screen and (max-width: 1080px) {
      #wrapper #main-container .mv::before {
        width: 1080px;
        left: -4px;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
    #wrapper #main-container .h2-ttl {
      position: relative;
      margin: 150px 0 40px;
      letter-spacing: 0.25em;
      font-size: 40px;
      line-height: 1.2;
      text-indent: 0.25em;
      color: #dc0429; }
      #wrapper #main-container .h2-ttl::before {
        content: '';
        position: absolute;
        top: 60%;
        left: 40%;
        -webkit-transform: translate(-50%, -50%) rotate(22deg);
        transform: translate(-50%, -50%) rotate(22deg);
        width: 32px;
        height: 160px;
        border: 2px solid #dc0429;
        opacity: 0.2;
        z-index: -1; }
      #wrapper #main-container .h2-ttl::after {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: #dc0429; }
    #wrapper #main-container .contents-bg-color {
      position: relative; }
    #wrapper #main-container #section-onair {
      position: relative;
      z-index: 2; }
      #wrapper #main-container #section-onair::before {
        content: '';
        position: absolute;
        top: -80px;
        left: calc(50% + 160px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: calc(100% + 140px);
        background: #dc0429;
        border: 4px solid #fff;
        border-top: 0;
        border-bottom: 0;
        z-index: -1;
        box-sizing: border-box; }
      #wrapper #main-container #section-onair::after {
        content: '';
        position: absolute;
        top: -80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: calc(100% + 140px);
        border: 2px solid #fff;
        border-top: 0;
        border-bottom: 0; }
      #wrapper #main-container #section-onair .h2-ttl {
        color: #fff; }
        #wrapper #main-container #section-onair .h2-ttl::before {
          left: 36.5%;
          border: 2px solid #fff;
          opacity: 0.4; }
        #wrapper #main-container #section-onair .h2-ttl::after {
          background: #fff; }
    @media screen and (max-width: 1088px) {
      #wrapper #main-container #section-onair::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -4px; } }
    @media screen and (max-width: 1080px) {
      #wrapper #main-container #section-onair::before {
        width: 1080px;
        left: -4px;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
    #wrapper #main-container .btn-box a {
      border-radius: 4px; }
    #wrapper #main-container .btn-box .btn-more-anchor {
      border-radius: 4px; }
  @media screen and (max-width: 1088px) {
    #wrapper #main-container {
      border-left: 0; } }
  #wrapper .h1-ttl-box .date {
    color: #dc0429; }
  #wrapper .api-bnr-vod-d, #wrapper section.api-bnr-a {
    padding: 0 20px; }
  #wrapper #section-intro .text-box .read-box {
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
    letter-spacing: 0.25em;
    line-height: 40px; }
    #wrapper #section-intro .text-box .read-box .u-font-size-l {
      color: #dc0429; }
    #wrapper #section-intro .text-box .read-box .u-font-size-ll {
      font-size: 180% !important;
      margin: 0 4px;
      padding: 6px 8px 6px 10px;
      color: #fff;
      background: #dc0429; }

#nav-wrap .api-nav-main &gt; div a {
  border-radius: 0; }
  #nav-wrap .api-nav-main &gt; div a::after {
    height: 100%; }

#common-footer {
  position: relative;
  z-index: 2; }

.api-bnr-vod-a &gt; div {
  background: rgba(220, 4, 41, 0.2); }

#page-up {
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #page-up:hover {
    bottom: 50px; }
  #page-up img {
    width: 100%;
    height: auto; }

body.second #wrapper .wrap-container {
  padding-top: 0; }

body.second #wrapper .aside-container {
  padding-top: 20px; }

body.second #wrapper .second-box {
  padding: 40px; }

body.second #wrapper #main-container .second-header {
  background: #dc0429;
  position: relative;
  z-index: 2; }
  body.second #wrapper #main-container .second-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% + 160px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100vw - 8px);
    height: 110%;
    background: #dc0429;
    border: 4px solid #fff;
    border-top: 0;
    border-bottom: 0;
    z-index: -1; }
  body.second #wrapper #main-container .second-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 110%;
    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 0;
    z-index: -1; }
  body.second #wrapper #main-container .second-header .bangumi-name {
    margin-top: 0;
    padding: 20px;
    display: block; }
    body.second #wrapper #main-container .second-header .bangumi-name a {
      color: #fff;
      letter-spacing: 0.25em; }

body.second #wrapper #main-container .news-list-box-second li a .text-box .date {
  color: #dc0429; }

body.second #wrapper #main-container .h2-ttl::before {
  left: 37%; }

.api-bnr-vod-b{
  padding:0 20px; }</pre></body></html>