@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 62.5%; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  background-color: #000;
  color: #222;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  body.font-family-mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; }

a {
  text-decoration: none;
  color: inherit; }

.mb {
  margin-bottom: 16px; }
  @media only screen and (min-width: 993px) {
    .mb {
      margin-bottom: 20px; } }

.mt {
  margin-top: 16px; }
  @media only screen and (min-width: 993px) {
    .mt {
      margin-top: 20px; } }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

.ntv-globalHeader {
  background-color: #171d1e;
  height: 60px;
  position: relative; }
  .ntv-globalHeader-logo {
    display: block;
    width: 90px;
    height: 50px;
    margin-top: 5px;
    margin-left: 0;
    padding: 0px 0 0 14px;
    background: #171d1e url(../images/logo/ntv_white.svg) no-repeat center;
    background-size: 50px auto;
    position: absolute;
    z-index: 5;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
    float: left;
    border-right: 1px solid #4c4c4c;
    pointer-events: none; }
  .ntv-globalHeader-nav {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0;
    padding-left: 90px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
    -webkit-overflow-scrolling: touch;
    scrollbar-base-color: #fff;
    overflow: hidden; }
    .ntv-globalHeader-nav::-webkit-scrollbar {
      width: 0;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: 0; }
    .ntv-globalHeader-nav::-webkit-scrollbar-track {
      background: transparent; }
    .ntv-globalHeader-nav::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.5); }
    .ntv-globalHeader-nav > ul {
      display: block;
      white-space: nowrap;
      height: 80px;
      overflow-x: scroll; }
      .ntv-globalHeader-nav > ul > li {
        display: inline-block; }
        .ntv-globalHeader-nav > ul > li:first-child {
          padding-left: 10px; }
        .ntv-globalHeader-nav > ul > li:last-child {
          padding-right: 10px; }
        .ntv-globalHeader-nav > ul > li a {
          display: block;
          padding: 0 5px;
          line-height: 60px; }
  .ntv-globalHeader .ntv-globalHeader-search, .ntv-globalHeader .ntv-globalHeader-calendar {
    display: inline-block;
    background-color: #3A3F40;
    width: 105px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #FFF;
    border-radius: 3px;
    text-align: center; }
    .ntv-globalHeader .ntv-globalHeader-search, .ntv-globalHeader .ntv-globalHeader-calendar {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .ntv-globalHeader .ntv-globalHeader-search:hover, .ntv-globalHeader .ntv-globalHeader-calendar:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .ntv-globalHeader .ntv-globalHeader-search > i, .ntv-globalHeader .ntv-globalHeader-calendar > i {
      font-size: 30px;
      vertical-align: middle;
      margin-right: 10px; }
    .ntv-globalHeader .ntv-globalHeader-search > span, .ntv-globalHeader .ntv-globalHeader-calendar > span {
      display: inline-block;
      padding-right: 10px;
      vertical-align: middle; }
  .ntv-globalHeader-search {
    right: 125px; }
  .ntv-globalHeader-calendar {
    right: 10px; }

.ntv-emergency {
  width: 1060px;
  margin: 0 auto 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.6px; }
  .ntv-emergency a {
    display: block;
    text-align: center;
    color: #dd1e34;
    border: 3px solid #dd1e34;
    padding: 15px; }
    .ntv-emergency a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .ntv-emergency a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.ntv-pageTop {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px; }
  .ntv-pageTop a {
    display: block;
    position: fixed;
    right: 20px;
    bottom: -60px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100; }
    .ntv-pageTop a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .ntv-pageTop a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .ntv-pageTop a:after {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 24.5px auto auto;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

body {
  background-color: #fff;
  color: #222; }

.main-wrapper {
  width: 100%;
  min-width: 1140px;
  padding-top: 20px;
  overflow: hidden; }

.top-wrapper {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif; }

.top-jack-area {
  width: 1050px;
  margin: 0 auto 20px; }
  .top-jack-area-inner {
    overflow: hidden; }
  .top-jack-area a {
    display: block; }
    .top-jack-area a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-jack-area a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.top-jack-banner {
  display: none; }
  .top-jack-banner-img {
    display: block;
    width: 100%;
    padding-top: 14.28%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; }

.top-jack-mainV {
  overflow: hidden; }
  .top-jack-mainV-img {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; }

.top-jack-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  padding: 14px 30px 14px 15px;
  position: relative; }
  .top-jack-text:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #c7d0d1;
    border-right: 3px solid #c7d0d1;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.top-main-area [class*="-inner"] {
  width: 1060px;
  margin: 0 auto; }

.top-main-area [class*="-item"] a {
  display: block; }
  .top-main-area [class*="-item"] a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .top-main-area [class*="-item"] a:hover {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.top-main-area [class*="-img"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.top-adjustBox {
  margin: 10px auto; }
  .top-adjustBox.line {
    margin-top: 0 !important;
    border-bottom: 1px solid #d8dedf; }
  .top-box-inner .top-adjustBox {
    display: table; }

.top-box:not(:first-of-type) {
  margin: 60px auto; }

.top-box-header {
  position: relative;
  margin-bottom: 20px; }

.top-title {
  font-size: 32px;
  font-size: 3.2rem;
  color: #dd1e34;
  line-height: 1;
  font-family: "FOT-UD角ゴ_スモール Pr6N B", sans-serif;
  letter-spacing: normal; }
  .top-title span {
    display: inline-block; }
  .top-title .sub {
    margin-left: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #4d5456;
    font-family: "FOT-UD角ゴC80 Pro DB", sans-serif;
    vertical-align: middle; }

.top-subTitle {
  margin-bottom: 10px;
  color: #dd1e34;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-UD角ゴ_スモール Pr6 DB", sans-serif; }

.top-btns {
  font-size: 0;
  text-align: right;
  font-family: "FOT-UD角ゴ_スモール Pr6 M", sans-serif; }
  .top-btns a {
    display: inline-block;
    width: 130px;
    padding: 4px;
    background-color: #333;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    z-index: 100; }
    .top-btns a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-btns a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .top-btns a:not(:first-of-type) {
      margin-left: 10px; }
    .top-btns a.detail {
      background-color: #dd1e34; }

.top-mainV-area {
  padding: 0; }

.top-mainV-inner {
  width: 100% !important; }

.top-mainV-news24 {
  width: 750px;
  margin: 0 auto; }

.top-mainV-slider {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  background-color: #f4f8fa; }
  .top-mainV-slider .slick-nav {
    position: absolute;
    top: 455px;
    left: 50%;
    display: block;
    width: 800px;
    padding: 0;
    margin: 0 0 0 -400px;
    list-style: none;
    font-size: 0;
    text-align: center; }
  .top-mainV-slider .slick-nav li {
    position: relative;
    display: inline-block;
    height: 4px;
    padding: 0;
    cursor: pointer; }
    .top-mainV-slider .slick-nav li:not(:first-child) {
      margin-left: 4px; }
  .top-mainV-slider .slick-nav li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d8dedf; }
  .top-mainV-slider .slick-nav li.slick-active button {
    background: #dd1e34; }
  .top-mainV-slider .slick-prev, .top-mainV-slider .slick-next {
    width: 30px;
    height: 30px;
    top: 225px;
    z-index: 50; }
    .top-mainV-slider .slick-prev, .top-mainV-slider .slick-next {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-mainV-slider .slick-prev:hover, .top-mainV-slider .slick-next:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .top-mainV-slider .slick-prev:before,
  .top-mainV-slider .slick-next:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .top-mainV-slider .slick-prev {
    left: 50%;
    margin-left: -450px; }
    .top-mainV-slider .slick-prev:before {
      left: 10px; }
  .top-mainV-slider .slick-next {
    right: 50%;
    margin-right: -450px; }
    .top-mainV-slider .slick-next:before {
      right: 10px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .top-mainV-slider .slick-list {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: calc(50% - 400px) !important;
    padding-left: -webkit-calc(50% - 400px) !important;
    padding-right: calc(50% - 400px) !important;
    padding-right: -webkit-calc(50% - 400px) !important;
    position: relative; }
    .top-mainV-slider .slick-list a {
      pointer-events: none;
      outline: none; }
    .top-mainV-slider .slick-list .slick-current a {
      pointer-events: all; }

.top-mainV-item {
  max-width: 800px;
  min-height: 470px;
  margin: 0 1px;
  position: relative;
  outline: none; }
  .top-mainV-item.slick-current:before {
    display: none; }

.top-mainV-link {
  position: static; }

.top-mainV-data {
  width: 100%;
  margin-top: 20px;
  padding: 0 5px; }

.top-mainV-onair {
  margin-bottom: 3px;
  color: #dd1e34;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.6px; }

.top-mainV-title {
  color: #212121;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.8px; }

.top-mainV-img-wrapper {
  display: block;
  width: 100%;
  padding-top: 450px;
  position: relative;
  overflow: hidden; }
  .top-mainV-img-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50; }
    .slick-current .top-mainV-img-wrapper:before {
      display: none; }

.top-mainV-img {
  display: block;
  width: calc(100% + 4px);
  padding-top: calc(450px + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  pointer-events: none; }

.top-mainV-movie {
  height: 450px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .top-mainV-item:only-child .top-mainV-movie {
    margin-top: 20px; }
  .top-mainV-movie-btn {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../images/top/mainV-movie_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
    position: absolute !important;
    top: 20px;
    left: 20px;
    z-index: 40; }
    .top-mainV-movie-btn {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-mainV-movie-btn:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .top-mainV-movie iframe {
    width: 100%;
    height: 100%; }

.top-nowonair-area {
  min-height: 325px;
  margin: 75px auto -30px !important; }
  .top-nowonair-area .top-box-header {
    text-align: center;
    top: -18px;
    top: -1.8rem; }
    .top-nowonair-area .top-box-header .top-btns {
      margin-top: -20px; }

.top-nowonair-date {
  display: block !important;
  width: 180px;
  margin: 10px auto;
  padding: 5px;
  background-color: #f6f6f6;
  border-radius: 4px;
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.8px;
  text-align: center;
  font-family: "FOT-UD角ゴC80 Pro R", sans-serif; }

.top-nowonair-program {
  width: 275px;
  height: 154px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 30; }
  .top-nowonair-program:first-of-type {
    left: -148px; }
  .top-nowonair-program:last-of-type {
    right: -475px; }
  .top-nowonair-program a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/nowonair-program.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #c7d0d1;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px; }
    .top-nowonair-program a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-nowonair-program a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.top-nowonair-slider {
  width: 990px;
  margin: -60px auto 0; }
  .top-nowonair-slider .slick-prev, .top-nowonair-slider .slick-next {
    width: 35px;
    height: 154px;
    margin-top: 7px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 50; }
    .top-nowonair-slider .slick-prev, .top-nowonair-slider .slick-next {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-nowonair-slider .slick-prev:hover, .top-nowonair-slider .slick-next:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .top-nowonair-slider .slick-prev.slick-disabled, .top-nowonair-slider .slick-next.slick-disabled {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      pointer-events: none; }
  .top-nowonair-slider .slick-prev:before,
  .top-nowonair-slider .slick-next:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-top: 4px solid #dd1e34;
    border-right: 4px solid #dd1e34;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .top-nowonair-slider .slick-prev:before.slick-disabled,
    .top-nowonair-slider .slick-next:before.slick-disabled {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .top-nowonair-slider .slick-prev {
    left: -35px; }
    .top-nowonair-slider .slick-prev:before {
      left: 13px; }
  .top-nowonair-slider .slick-next {
    right: -35px; }
    .top-nowonair-slider .slick-next:before {
      right: 13px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .top-nowonair-slider .slick-list {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 45px !important;
    padding-bottom: 30px !important;
    padding-left: calc(50% - 174px) !important;
    padding-left: -webkit-calc(50% - 174px) !important;
    padding-right: calc(50% - 174px) !important;
    padding-right: -webkit-calc(50% - 174px) !important;
    position: relative; }
  .top-nowonair-slider .slick-track {
    margin-left: -26px; }
  .top-nowonair-slider .slick-slide {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.top-nowonair-item {
  height: 225px;
  margin: 0 -52px 0 0;
  position: relative; }
  .top-nowonair-item.slick-current {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .top-nowonair-item:not(.slick-current) {
    -webkit-transform: scale(0.687);
            transform: scale(0.687); }

.top-nowonair-onair {
  display: block;
  padding: 8px;
  background-color: #b6bcbd;
  color: #fff;
  font-size: 18.5px;
  font-size: 1.85rem;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }
  .top-nowonair-onair .time {
    display: inline-block; }
    .top-nowonair-onair .time > span {
      padding-right: .5em; }
    .top-nowonair-onair .time > br {
      display: none; }
  .top-nowonair-onair.now {
    background-color: #dd1e34; }
  .slick-current .top-nowonair-onair {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.6px;
    top: -40px;
    left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .slick-current .top-nowonair-onair .time > span {
      padding-right: 0;
      display: inline-block;
      margin-bottom: 7px; }
    .slick-current .top-nowonair-onair .time > br {
      display: inline; }
    .slick-current .top-nowonair-onair.now {
      background-color: rgba(234, 13, 40, 0.95); }
      .slick-current .top-nowonair-onair.now:before {
        content: 'NOW';
        display: block;
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.75px;
        text-align: center; }
      .slick-current .top-nowonair-onair.now .time {
        margin-top: 7px; }
        .slick-current .top-nowonair-onair.now .time > span,
        .slick-current .top-nowonair-onair.now .time > br {
          display: none; }

.top-nowonair-data {
  width: 100%;
  padding: 25px 17px 17px 17px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20; }
  .slick-current .top-nowonair-data {
    font-size: 16px;
    font-size: 1.6rem;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)); }

.top-nowonair-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.8px; }

.top-nowonair-img {
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  background-color: #222;
  position: relative; }
  .top-nowonair-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .slick-current .top-nowonair-img:before {
    display: none; }
  .slick-current .top-nowonair-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }

.top-movie-area {
  background-color: #171d1e;
  margin: 0;
  padding: 60px 0 50px; }
  .top-movie-area .top-title {
    color: #fff; }
    .top-movie-area .top-title .sub {
      color: #dd1e34; }

.top-movie-list {
  width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.top-movie-item {
  width: 257px;
  position: relative; }
  .top-movie-item:nth-child(1) {
    width: 360px;
    margin: 0 0 0 170px; }
  .top-movie-item:nth-child(2) {
    width: 360px;
    margin: 0 170px 0 17px; }
  .top-movie-item:nth-child(n+3) {
    margin-top: 30px; }
  .top-movie-item:nth-child(n+4) {
    margin-left: 17px; }

.top-movie-img-wrapper {
  display: block;
  width: 100%;
  padding-top: 143px;
  position: relative;
  overflow: hidden; }
  .top-movie-item:nth-child(n):not(:nth-child(n+3)) .top-movie-img-wrapper {
    display: block;
    width: 100%;
    padding-top: 200px;
    position: relative;
    overflow: hidden; }

.top-movie-img {
  display: block;
  width: calc(100% + 4px);
  padding-top: calc(143px + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important; }
  .top-movie-item:nth-child(n):not(:nth-child(n+3)) .top-movie-img {
    display: block;
    width: calc(100% + 4px);
    padding-top: calc(200px + 4px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .top-movie-img:before, .top-movie-img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 30; }
  .top-movie-img:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 29px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-left: 7px; }
  .top-movie-img:after {
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%; }

.top-movie-tag {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  margin-top: 10px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain; }
  .top-movie-tag.hulu {
    background-image: url(../images/top/movie-hulu.png); }
  .top-movie-tag.tada {
    background-image: url(../images/top/movie-tada.png); }
  .top-movie-tag.tver {
    background-image: url(../images/top/movie-tver.png); }
  .top-movie-tag.youtube {
    background-image: url(../images/top/movie-youtube.png); }
  .top-movie-tag.televiva {
    background-image: url(../images/top/movie-televiva.png); }
  .top-movie-tag.gls {
    background-image: url(../images/top/movie-gls.png); }
  .top-movie-item:nth-child(n):not(:nth-child(n+3)) .top-movie-tag {
    margin-top: 5px;
    height: 26px; }

.top-movie-text {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.75px; }
  .top-movie-item:nth-child(n):not(:nth-child(n+3)) .top-movie-text {
    margin-top: 10px; }

.top-information-area .top-adjustBox {
  margin: 0 auto; }
  .top-information-area .top-adjustBox:after {
    content: "";
    display: block;
    clear: both; }

.top-information-area .top-adBanner-area {
  width: 300px;
  float: right;
  position: relative; }
  .top-information-area .top-adBanner-area a {
    display: block; }
    .top-information-area .top-adBanner-area a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-information-area .top-adBanner-area a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .top-information-area .top-adBanner-area a img {
      display: block;
      max-width: 300px;
      margin: 0 auto; }

.top-information-body {
  width: 700px;
  margin: 0 auto;
  float: left; }
  .top-information-body a {
    display: block; }
    .top-information-body a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-information-body a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.top-information-pickup:after {
  content: "";
  display: block;
  clear: both; }

.top-information-pickup-img-wrapper {
  display: block;
  width: 160px;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
  float: left; }

.top-information-pickup-img {
  display: block;
  width: calc(160px + 4px);
  padding-top: calc(90px + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important; }

.top-information-pickup-title {
  margin-left: 180px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0095d8;
  font-weight: bold; }

.top-information-pickup-text {
  margin-left: 180px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #222;
  word-break: break-all; }

.top-information-list-area {
  margin-top: 10px; }

.top-information-list-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 12px 20px; }
  .top-information-list-item:after {
    content: "";
    display: block;
    clear: both; }
  .top-information-list-item:nth-child(odd) {
    background-color: #f4f8fa; }

.top-information-list-date {
  width: 110px;
  float: left;
  color: #0095d8; }

.top-information-list-text {
  margin-left: 110px;
  word-break: break-all;
  color: #222; }

.top-recommend-area .top-adjustBox {
  margin: 0 auto; }
  .top-recommend-area .top-adjustBox:after {
    content: "";
    display: block;
    clear: both; }

.top-recommend-area .top-adBanner-area {
  width: 300px;
  float: right;
  position: relative;
  top: -20px; }
  .top-recommend-area .top-adBanner-area a {
    display: block; }
    .top-recommend-area .top-adBanner-area a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-recommend-area .top-adBanner-area a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .top-recommend-area .top-adBanner-area a img {
      display: block;
      max-width: 300px;
      margin: 0 auto; }

.top-recommend-program {
  margin: 0 auto 20px; }
  .top-recommend-program-list {
    font-size: 0; }
  .top-recommend-program-item {
    display: inline-block;
    width: 255px;
    vertical-align: top; }
    .top-recommend-program-item:not(:first-child) {
      margin-left: 13px; }
    .top-recommend-program-item:nth-child(n+5) {
      margin-top: 20px; }
    .top-recommend-program-item:nth-child(4n+1) {
      margin-left: 0; }
    .top-recommend-program-item a {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .top-recommend-program-img-wrapper {
    display: block;
    width: 255px;
    padding-top: 143px;
    position: relative;
    overflow: hidden;
    border: solid 1px #e6ebee; }
  .top-recommend-program-img {
    display: block;
    width: calc(255px + 4px);
    padding-top: calc(143px + 4px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important; }
  .top-recommend-program-title {
    margin-top: 10px;
    color: #0095d8;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }
  .top-recommend-program-onair {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

.top-recommend-article {
  margin: 0 auto 20px; }
  .top-recommend-article-list {
    font-size: 0; }
  .top-recommend-article-item {
    display: inline-block;
    width: 255px;
    vertical-align: top; }
    .top-recommend-article-item:not(:first-child) {
      margin-left: 13px; }
    .top-recommend-article-item:nth-child(n+5) {
      margin-top: 20px; }
    .top-recommend-article-item:nth-child(4n+1) {
      margin-left: 0; }
  .top-recommend-article-img-wrapper {
    display: block;
    width: 255px;
    padding-top: 143px;
    position: relative;
    overflow: hidden;
    border: solid 1px #e6ebee; }
  .top-recommend-article-img {
    display: block;
    width: calc(255px + 4px);
    padding-top: calc(143px + 4px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important; }
  .top-recommend-article-title {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }
  .top-recommend-article-data {
    margin-top: 10px;
    color: #0095d8;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.top-topics-area {
  background-color: #f4f8fa;
  padding: 40px 0 50px; }
  .top-topics-area .top-box-header:after {
    content: "";
    display: block;
    clear: both; }
  .top-topics-area .top-title {
    float: left;
    width: 188px;
    height: 32px; }
    .top-topics-area .top-title > a {
      display: block;
      width: 100%;
      height: 32px;
      background-image: url(../images/top/topics-logo.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0px;
      background-size: contain; }
      .top-topics-area .top-title > a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .top-topics-area .top-btns {
    margin-top: 1px;
    float: right; }
    .top-topics-area .top-btns a {
      width: 180px; }

.top-topics-list {
  font-size: 0; }

.top-topics-item {
  display: inline-block;
  width: 255px;
  vertical-align: top; }
  .top-topics-item:not(:first-child) {
    margin-left: 13px; }
  .top-topics-item:nth-child(n+5) {
    margin-top: 20px; }
  .top-topics-item:nth-child(4n+1) {
    margin-left: 0; }

.top-topics-img-wrapper {
  display: block;
  width: 255px;
  padding-top: 143px;
  position: relative;
  overflow: hidden;
  border: solid 1px #e6ebee; }

.top-topics-img {
  display: block;
  width: calc(255px + 4px);
  padding-top: calc(143px + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important; }

.top-topics-title {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4; }

.top-topics-data {
  margin-top: 10px;
  color: #0095d8;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.top-present-area {
  display: table-cell;
  width: 530px;
  max-width: 530px;
  padding-right: 30px;
  border-right: 1px solid #c7d0d1;
  vertical-align: top; }
  .top-present-area .top-box-header:after {
    content: "";
    display: block;
    clear: both; }
  .top-present-area .top-title {
    float: left; }
  .top-present-area .top-btns {
    margin-top: 2px;
    float: right; }
    .top-present-area .top-btns a {
      width: 140px; }

.top-present-inner {
  width: 100% !important; }

.top-present-item a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.top-present-img {
  height: 280px; }

.top-present-detail {
  margin-top: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.top-present-title {
  color: #0095d8;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.76px; }

.top-present-text {
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.6px; }

.top-present-date {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.6px; }

.top-announcer-area {
  display: table-cell;
  width: 530px;
  max-width: 530px;
  padding-left: 30px;
  vertical-align: top; }
  .top-announcer-area .top-box-header:after {
    content: "";
    display: block;
    clear: both; }
  .top-announcer-area .top-title {
    float: left; }
  .top-announcer-area .top-btns {
    margin-top: 2px;
    float: right; }
    .top-announcer-area .top-btns a {
      width: 140px; }

.top-announcer-inner {
  width: 100% !important; }

.top-announcer-item a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.top-announcer-detail {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.top-announcer-title {
  color: #0095d8;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.76px; }

.top-announcer-text {
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.top-announcer-data {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.6px; }
  .top-announcer-data .contents {
    display: inline; }
  .top-announcer-data .date {
    display: inline;
    position: relative; }
    .top-announcer-data .date:before {
      content: '|';
      display: inline;
      margin: 0 5px;
      font-size: 15px;
      font-size: 1.5rem; }

.top-announcer-img {
  height: 280px; }

.top-ranking-area .top-box-header {
  margin-bottom: 35px; }
  .top-ranking-area .top-box-header:after {
    content: "";
    display: block;
    clear: both; }

.top-ranking-area .top-title {
  float: left; }

.top-ranking-area .top-btns {
  margin-top: 2px;
  float: right; }
  .top-ranking-area .top-btns a {
    width: 180px; }

.top-ranking-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.top-ranking-item {
  width: 200px;
  counter-increment: ranking;
  white-space: normal;
  position: relative; }
  .top-ranking-item:nth-child(n):not(:nth-child(n+4)):before {
    background-color: #dd1e34; }
  .top-ranking-item:before {
    content: counter(ranking);
    display: block;
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
    background-color: #333333;
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.4px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.top-ranking-img-wrapper {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  border: solid 1px #ebf3f4; }

.top-ranking-img {
  display: block;
  width: calc(200px + 4px);
  padding-top: calc(120px + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important; }

.top-ranking-data {
  padding: 5px;
  color: #0095d8;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.3px; }

.top-news24-area {
  background-color: #f4f8fa;
  margin-bottom: 0 !important;
  padding: 40px 0 50px; }
  .top-news24-area .top-box-header:after {
    content: "";
    display: block;
    clear: both; }
  .top-news24-area .top-title {
    float: left;
    width: 195px;
    height: 32px; }
    .top-news24-area .top-title > a {
      display: block;
      width: 100%;
      height: 32px;
      background-image: url(../images/top/news24-logo.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0px;
      background-size: contain; }
      .top-news24-area .top-title > a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .top-news24-area .top-btns {
    margin-top: 1px;
    float: right; }
    .top-news24-area .top-btns a {
      width: 140px; }

.top-news24-list {
  font-size: 0; }

.top-news24-item {
  display: inline-block;
  width: 257px;
  vertical-align: top; }
  .top-news24-item:not(:first-child) {
    margin-left: 10px; }

.top-news24-img {
  width: 257px;
  height: 145px;
  border: solid 1px #e6ebee; }

.top-news24-title {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4; }

.top-news24-data {
  margin-top: 10px;
  color: #0095d8;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.8px; }

.top-sns-area {
  display: table-cell;
  width: 360px;
  padding: 30px 0 40px;
  text-align: center;
  vertical-align: top;
  position: relative; }
  .top-sns-area:after {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 24px;
    right: 0;
    background-color: #d8dedf; }

.top-sns-inner {
  width: 100% !important; }

.top-sns-title {
  text-align: center; }

.top-sns-list {
  font-size: 0;
  vertical-align: middle;
  text-align: center; }

.top-sns-link {
  display: inline-block;
  margin-left: 0; }

.top-sns-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px; }
  .top-sns-item.twitter {
    background-color: #1da1f2;
    background-image: url(../images/sns/icon/twitter.png); }
  .top-sns-item.facebook {
    background-color: #1877f2;
    background-image: url(../images/sns/icon/facebook.png); }
  .top-sns-item.line {
    background-color: #00b900;
    background-image: url(../images/sns/icon/line.png); }
  .top-sns-item.instagram {
    background-image: url("../images/sns/icon/instagram.png"), -webkit-linear-gradient(315deg, #BC32A4 0%, #E03768 50%, #F67C33 100%);
    background-image: url("../images/sns/icon/instagram.png"), linear-gradient(135deg, #BC32A4 0%, #E03768 50%, #F67C33 100%); }
  .top-sns-item.tiktok {
    background-color: #000000;
    background-image: url(../images/sns/icon/tiktok.png); }
  .top-sns-item + .top-sns-item {
    margin-left: 15px; }

.top-media-area {
  display: table-cell;
  width: 700px;
  padding: 30px 0 40px;
  text-align: center;
  vertical-align: top; }

.top-media-inner {
  width: 100% !important; }

.top-media-title {
  text-align: center; }

.top-media-list {
  font-size: 0;
  vertical-align: middle; }

.top-media-item {
  display: inline-block; }
  .top-media-item:not(:first-child) {
    margin-left: 20px; }
  .top-media-item a {
    display: block;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px; }
    .top-media-item a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-media-item a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .top-media-item.bs a {
    width: 64px;
    background-image: url(../images/top/media-bs.png); }
  .top-media-item.plus a {
    width: 70px;
    background-image: url(../images/top/media-plus.png); }
  .top-media-item.g a {
    width: 95px;
    background-image: url(../images/top/media-g.png); }
  .top-media-item.tver a {
    width: 46px;
    background-image: url(../images/top/media-tver.png); }
  .top-media-item.topics a {
    width: 110px;
    background-image: url(../images/top/media-topics.png);
    background-size: auto 30px; }
  .top-media-item.televiva a {
    width: 103px;
    background-image: url(../images/top/media-televiva.png); }

.top-links-area {
  margin: 60px auto 50px !important; }

.top-links-list {
  font-size: 0; }

.top-links-item {
  display: inline-block;
  width: 258px;
  vertical-align: middle; }
  .top-links-item:not(:first-child) {
    margin-left: 9px; }
  .top-links-item:nth-child(n+5) {
    margin-top: 12px; }
  .top-links-item:nth-child(4n+1) {
    margin-left: 0; }
  .top-links-item a {
    display: block;
    border: solid 1px #d9dedf; }
    .top-links-item a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-links-item a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .top-links-item a img {
      display: block;
      width: 100%; }

.top-announce-area {
  margin: 50px auto !important; }

.top-announce-item:not(:first-child) {
  margin-top: 10px; }

.top-announce-item a {
  display: inline !important;
  color: #7f888a;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: underline; }
  .top-announce-item a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .top-announce-item a:hover {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.top-info-area {
  background-color: #f0f0f0; }

.top-info-inner {
  padding: 50px 0;
  font-size: 0; }

.top-info-box {
  display: inline-block;
  width: 256px;
  vertical-align: top; }
  .top-info-box:not(:first-of-type) {
    margin-left: 12px; }

.top-info-title {
  margin-bottom: 10px;
  color: #dd1e34;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.7px; }

.top-info-list {
  font-size: 0; }

.top-info-item:not(:first-child) {
  margin-top: 5px; }

.top-info-item a {
  display: inline !important;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.5px; }
  .top-info-item a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .top-info-item a:hover {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.top-company-area {
  background-color: #434141; }

.top-company-inner {
  padding: 50px 0; }

.top-company-box {
  font-size: 0; }

.top-company-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.7px; }

.top-company-list {
  display: inline-block;
  width: 256px;
  font-size: 0;
  vertical-align: top; }
  .top-company-list:not(:first-of-type) {
    margin-left: 12px; }

.top-company-item:not(:first-child) {
  margin-top: 5px; }

.top-company-item a {
  display: inline !important;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.5px; }
  .top-company-item a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .top-company-item a:hover {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.top-guide-area {
  background-color: #434141;
  border-top: 1px solid #fff; }

.top-guide-inner {
  padding: 40px 115px; }

.top-guide-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.7px; }

.top-guide-list {
  font-size: 0;
  text-align: center; }

.top-guide-item {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .top-guide-item:not(:first-child) {
    margin-left: 50px; }
  .top-guide-item:not(:first-child):before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    height: 1.5rem;
    border-left: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .top-guide-item a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.5px; }
    .top-guide-item a {
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      .top-guide-item a:hover {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.top-footer-area {
  width: 100%;
  background-color: #000;
  color: #fff; }
  .top-footer-area [class*="-inner"] {
    width: 1060px;
    margin: 0 auto; }

.top-footer-copyright {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-align: center; }

@media print {
  .top-jack-area,
  .top-mainV-area {
    display: none; } }

[lazy=loading] {
  background-image: url(/assets/images/common/loading.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto 35% !important;
  background-color: #ccc !important; }

/*# sourceMappingURL=../../sourcemaps/top_desktop.css.map */
