@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/sNotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-SemiBold.ttf") format("truetype");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
@media (min-width: 1300px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (min-width: 1300px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/*  ten-mincho */
/*--------------------------
 トップページ
----------------------------*/
#top-2024 {
  /*--------------------------
     共通事項
    ----------------------------*/
  /* ▼ リード文 ----*/
  /* 2clm ----*/
  /* コンテンツ ----*/
  /* コンテンツタイトル----*/
  /* btn */
  /*--------------------------
     メインビジュアル
    ----------------------------*/
  /*--------------------------
     お知らせ
    ----------------------------*/
  /*--------------------------
     新着動画
    ----------------------------*/
  /*--------------------------
     今月の特別番組＆キャンペーン,
     レギュラー番組  更新情報 共通
    ----------------------------*/
  /*--------------------------
     レギュラー番組  更新情報
    ----------------------------*/
  /*--------------------------
     今月の特別番組＆キャンペーン
    ----------------------------*/
  /*--------------------------
     サイドコンテンツ
    ----------------------------*/
}

@media (max-width: 959px) {
  #top-2024 .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 640px) {
  #top-2024 .uk-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#top-2024 .ld {
  margin-bottom: 30px;
}

#top-2024 .cnts__2clm {
  background: url(../img/common/bg_ptn.jpg) repeat center/100px 100px;
}

#top-2024 .cnts__2clm::after {
  content: '';
  background: url(../img/common/bg_stripe.png) repeat left top/70px 70px;
  width: 15%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  #top-2024 .cnts__2clm::after {
    content: none;
  }
}

@media (max-width: 640px) {
  #top-2024 .cnts__2clm > .uk-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#top-2024 .cnts__2clm .uk-flex {
  flex-wrap: wrap;
}

#top-2024 .cnts__2clm__main {
  flex-wrap: wrap;
}

#top-2024 .top-cnts {
  width: 100%;
}

#top-2024 .top-cnts__inner {
  padding: 30px 20px;
}

@media (max-width: 640px) {
  #top-2024 .top-cnts__inner {
    padding: 30px 10px;
  }
}

#top-2024 .top-cnts__list .list-box {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

#top-2024 .top-cnts__list .list-box .text {
  padding: 15px 0px 0;
}

@media (min-width: 1300px) {
  #top-2024 .top-cnts__list .list-box .text {
    padding: 15px 10px 0;
  }
}

#top-2024 .top-cnts__list .list-box .text .title {
  font-size: 1.5rem;
  font-weight: bold;
  min-height: 67.5px;
}

@media (min-width: 960px) {
  #top-2024 .top-cnts__list .list-box .text .title a:hover {
    color: #666;
  }
}

@media (max-width: 767px) {
  #top-2024 .top-cnts__list .list-box .text .title a {
    font-size: 1.4rem;
  }
}

#top-2024 .cnts-title {
  background: #004082;
  padding: 15px 20px;
  padding-left: 60px;
  color: #fff;
  font-size: 20px;
  font-family: ten-mincho, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  position: relative;
  margin: 0;
}

#top-2024 .cnts-title span {
  font-weight: bold;
  font-family: "Helvetica",sans-serif;
  display: inline-block;
  margin-right: 15px;
}

#top-2024 .cnts-title::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/common/ico_logomark.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
}

#top-2024 .cnts-title::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 32.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #004082;
  border-bottom: 0;
}

@media (max-width: 640px) {
  #top-2024 .cnts-title {
    font-size: 13px;
    padding-left: 40px;
    padding-right: 15px;
  }
  #top-2024 .cnts-title span {
    font-size: 16px;
    margin-right: 10px;
  }
  #top-2024 .cnts-title::before {
    left: 15px;
  }
  #top-2024 .cnts-title::after {
    left: 17.5px;
  }
}



#movie-search .ttl03 {
  background: #004082;
  padding: 15px 20px;
  padding-left: 60px;
  color: #fff;
  font-size: 20px;
  font-family: ten-mincho, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  position: relative;
  margin: 0;
}

#movie-search .ttl03 span {
  font-weight: bold;
  font-family: "Helvetica",sans-serif;
  display: inline-block;
  margin-right: 15px;
}

#movie-search .ttl03::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/common/ico_logomark.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
}

#movie-search .ttl03::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 32.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #004082;
  border-bottom: 0;
}

@media (max-width: 640px) {
  #movie-search .ttl03 {
    font-size: 13px;
    padding-left: 40px;
    padding-right: 15px;
  }
  #movie-search .ttl03 span {
    font-size: 16px;
    margin-right: 10px;
  }
  #movie-search .ttl03::before {
    left: 15px;
  }
  #movie-search .ttl03::after {
    left: 17.5px;
  }
}







#top-2024 .btn {
  margin: 15px auto 0;
}

#top-2024 .btn a {
  background: #333;
  font-size: 13px;
  line-height: 1.0;
  display: block;
}

@media (min-width: 960px) {
  #top-2024 .btn a:hover {
    background: #666;
    opacity: 1;
    color: #fff;
  }
}

#top-2024 .btn-all {
  width: 125px;
}

#top-2024 .btn-all a {
  padding: 6.5px 10px;
  border-radius: 13px;
}

#top-2024 .btn-more {
  width: 150px;
}

#top-2024 .btn-more a {
  padding: 13.5px 10px;
  border-radius: 20px;
}

#top-2024 .mv {
  position: relative;
  z-index: 1;
  margin: 50px 0 88px;
  width: 100%;
  /*　メインスライダー　----*/
  /* 矢印ナビ */
  /* ドットナビ */
}

@media (max-width: 959px) {
  #top-2024 .mv {
    margin: 35px 0 75px;
    order: 1;
  }
}

@media (max-width: 640px) {
  #top-2024 .mv {
    margin: 25px 0 50px;
  }
}

#top-2024 .mv__slide {
  width: calc(100% - 30px);
  margin: 0 auto;
}

#top-2024 .mv__slide .uk-slideshow-items {
  padding-top: 56.25%;
  z-index: 2;
}

@media (max-width: 640px) {
  #top-2024 .mv__slide {
    width: calc(100% - 20px);
  }
}

#top-2024 .mv .uk-slidenav {
  z-index: 10;
  width: 40px;
  height: 40px;
}

#top-2024 .mv .uk-slidenav::before {
  width: 100%;
  height: 100%;
}

#top-2024 .mv .uk-slidenav-previous {
  left: -15px;
}

#top-2024 .mv .uk-slidenav-next {
  right: -15px;
  -webkit-transform: scale(-1, 1) translate(0, -50%);
  -ms-transform: scale(-1, 1) translate(0, -50%);
  transform: scale(-1, 1) translate(0, -50%);
}

@media (max-width: 640px) {
  #top-2024 .mv .uk-slidenav {
    width: 25px;
    height: 25px;
  }
  #top-2024 .mv .uk-slidenav-previous {
    left: -10px;
  }
  #top-2024 .mv .uk-slidenav-next {
    right: -10px;
  }
}

#top-2024 .mv .uk-dotnav {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -30px;
  z-index: 99;
}

#top-2024 .mv .uk-dotnav a {
  background: rgba(51, 51, 51, 0.3);
  border: none;
}

#top-2024 .mv .uk-dotnav li.uk-active a {
  background: #333333;
}

@media (max-width: 640px) {
  #top-2024 .mv .uk-dotnav {
    bottom: -20px;
  }
  #top-2024 .mv .uk-dotnav a {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
}

#top-2024 #news {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
  z-index: 1;
  background: #fff;
  flex-wrap: wrap;
  padding: 50px 0;
  align-items: center;
  width: 100%;
}

@media (max-width: 959px) {
  #top-2024 #news {
    order: 3;
    margin-bottom: 70px;
  }
}

@media (max-width: 640px) {
  #top-2024 #news {
    margin-bottom: 60px;
    margin-top: 30px;
    padding-top: 20px;
  }
}

#top-2024 #news .news__title {
  width: 180px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

#top-2024 #news .news__title h3 {
  font-family: ten-mincho, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #top-2024 #news .news__title {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
  }
  #top-2024 #news .news__title .btn {
    margin: 20px 0;
  }
}

#top-2024 #news .news__list__wrap {
  width: calc(100% - 180px);
  position: relative;
}

#top-2024 #news .news__list__wrap::before {
  content: '';
  height: calc(100% + 20px);
  width: 5px;
  background: url(../img/common/bg_line_tate.svg) repeat-y center/100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 767px) {
  #top-2024 #news .news__list__wrap {
    width: 100%;
    padding-top: 30px;
  }
  #top-2024 #news .news__list__wrap::before {
    height: 1px;
    width: calc(100% - 30px);
    background: url(../img/common/bg_line.svg) repeat-y center/100% auto;
    position: absolute;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 15px;
    right: 15px;
    top: 0;
  }
}

#top-2024 #news .news__list {
  margin: 0;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
  width: 100%;
}

@media (max-width: 959px) {
  #top-2024 #news .news__list {
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

#top-2024 #news .news__list li:nth-child(n+2) {
  margin-top: 20px;
}

#top-2024 #news .news__list li a {
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}

#top-2024 #news .news__list li a span {
  display: block;
  font-size: 1.5rem;
}

#top-2024 #news .news__list li a span.date {
  font-style: italic;
  letter-spacing: 2px;
  margin-right: 20px;
  width: 100px;
}

#top-2024 #news .news__list li a span.title {
  width: calc(100% - 190px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 1.5em;
  font-weight: bold;
}

@media (max-width: 640px) {
  #top-2024 #news .news__list li a {
    display: block;
  }
  #top-2024 #news .news__list li a span {
    width: 100% !important;
    font-size: 1.4rem !important;
  }
}

@media (max-width: 959px) {
  #top-2024 #newmovie {
    order: 2;
  }
}

@media (max-width: 640px) {
  #top-2024 #newmovie {
    padding-top: 0;
  }
}

#top-2024 #newmovie .top-cnts__inner {
  background: #EAEFF5;
  border-bottom: 1px solid #595757;
}

#top-2024 #newmovie .newmovie__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

@media (max-width: 640px) {
  #top-2024 #newmovie .newmovie__list {
    margin-left: -10px;
  }
}

#top-2024 #newmovie .newmovie__list .list-box {
  width: calc(33.33% - 15px);
  margin-left: 15px;
  background: #fff;
  /* img */
  /* テキスト情報 */
}

#top-2024 #newmovie .newmovie__list .list-box:nth-child(n+4) {
  margin-top: 15px;
}

@media (max-width: 640px) {
  #top-2024 #newmovie .newmovie__list .list-box {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  #top-2024 #newmovie .newmovie__list .list-box:nth-child(n+3) {
    margin-top: 10px;
  }
}

#top-2024 #newmovie .newmovie__list .list-box .img a {
  position: relative;
  height: 56.5%;
  display: block;
  overflow: hidden;
}

#top-2024 #newmovie .newmovie__list .list-box .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 960px) {
  #top-2024 #newmovie .newmovie__list .list-box .img a:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

#top-2024 #newmovie .newmovie__list .list-box .text {
  /* 日付とエリア*/
  /* */
}

#top-2024 #newmovie .newmovie__list .list-box .text .info01 {
  font-size: 1.1rem;
  color: #808080;
  margin-bottom: 10px;
}

#top-2024 #newmovie .newmovie__list .list-box .text .info01 .date {
  display: inline-block;
}

#top-2024 #newmovie .newmovie__list .list-box .text .info01 .place {
  display: inline-block;
  margin-left: 20px;
}

#top-2024 #newmovie .newmovie__list .list-box .text .info01 .place a {
  color: #808080;
  position: relative;
  padding-left: 15px;
}

#top-2024 #newmovie .newmovie__list .list-box .text .info01 .place a::before {
  content: '';
  background: url(../img/common/ico_pin.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 640px) {
  #top-2024 #newmovie .newmovie__list .list-box .text .info01 .place {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

#top-2024 #newmovie .newmovie__list .list-box .text .info02 {
  margin-top: 20px;
}

#top-2024 #newmovie .newmovie__list .list-box .text .info02 a {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  #top-2024 #newmovie .newmovie__list .list-box .text .info02 a {
    display: block;
  }
}

#top-2024 #newmovie .newmovie__list .list-box .text .info02 .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 10px;
  box-sizing: border-box;
}

#top-2024 #newmovie .newmovie__list .list-box .text .info02 .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top-2024 #newmovie .newmovie__list .list-box .text .info02 .program-name {
  font-size: 1.3rem;
  color: #808080;
}

@media (max-width: 767px) {
  #top-2024 #newmovie .newmovie__list .list-box .text .info02 .program-name {
    margin-top: 5px;
  }
}

#top-2024 #newmovie .btn-more {
  margin-top: 30px;
}

#top-2024 #pickup, #top-2024 #check {
  padding-top: 0;
  padding-bottom: 45px;
}

#top-2024 #pickup .top-cnts__inner, #top-2024 #check .top-cnts__inner {
  padding: 30px 0px;
}

@media (max-width: 640px) {
  #top-2024 #pickup .top-cnts__inner, #top-2024 #check .top-cnts__inner {
    padding: 30px 0px;
  }
}

#top-2024 #pickup .top-cnts__list.uk-slider, #top-2024 #check .top-cnts__list.uk-slider {
  position: relative;
  padding: 0 14px;
}

@media (max-width: 640px) {
  #top-2024 #pickup .top-cnts__list.uk-slider, #top-2024 #check .top-cnts__list.uk-slider {
    padding: 0 9px;
  }
}

#top-2024 #pickup .top-cnts__list.uk-slider ul, #top-2024 #check .top-cnts__list.uk-slider ul {
  margin-left: -15px;
}

@media (max-width: 640px) {
  #top-2024 #pickup .top-cnts__list.uk-slider ul, #top-2024 #check .top-cnts__list.uk-slider ul {
    margin-left: -10px;
  }
}

#top-2024 #pickup .top-cnts__list.uk-slider ul li, #top-2024 #check .top-cnts__list.uk-slider ul li {
  padding-left: 15px;
}

@media (max-width: 640px) {
  #top-2024 #pickup .top-cnts__list.uk-slider ul li, #top-2024 #check .top-cnts__list.uk-slider ul li {
    padding-left: 10px;
  }
}

#top-2024 #pickup .top-cnts__list.uk-slider ul li .list-box, #top-2024 #check .top-cnts__list.uk-slider ul li .list-box {
  padding-bottom: 30px;
  border: 1px solid #B2B2B2;
}

#top-2024 #pickup .top-cnts__list.uk-slider ul li a, #top-2024 #check .top-cnts__list.uk-slider ul li a {
  display: block;
  /* img */
}

#top-2024 #pickup .top-cnts__list.uk-slider ul li a .img, #top-2024 #check .top-cnts__list.uk-slider ul li a .img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
}

#top-2024 #pickup .top-cnts__list.uk-slider ul li a .img img, #top-2024 #check .top-cnts__list.uk-slider ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 960px) {
  #top-2024 #pickup .top-cnts__list.uk-slider ul li a:hover .img img, #top-2024 #check .top-cnts__list.uk-slider ul li a:hover .img img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

#top-2024 #pickup .top-cnts__list.uk-slider ul li a .text, #top-2024 #check .top-cnts__list.uk-slider ul li a .text {
  padding-top: 20px;
}

#top-2024 #pickup .top-cnts__list.uk-slider .uk-slidenav, #top-2024 #check .top-cnts__list.uk-slider .uk-slidenav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
}

@media (max-width: 640px) {
  #top-2024 #pickup .top-cnts__list.uk-slider .uk-slidenav, #top-2024 #check .top-cnts__list.uk-slider .uk-slidenav {
    width: 25px;
    height: 25px;
  }
}

#top-2024 #pickup .top-cnts__list.uk-slider .uk-slidenav::before, #top-2024 #check .top-cnts__list.uk-slider .uk-slidenav::before {
  width: 100%;
  height: 100%;
}

#top-2024 #pickup .top-cnts__list.uk-slider .uk-slidenav-previous, #top-2024 #check .top-cnts__list.uk-slider .uk-slidenav-previous {
  left: 0px;
}

#top-2024 #pickup .top-cnts__list.uk-slider .uk-slidenav-next, #top-2024 #check .top-cnts__list.uk-slider .uk-slidenav-next {
  right: 0px;
  -webkit-transform: scale(-1, 1) translate(0, -50%);
  -ms-transform: scale(-1, 1) translate(0, -50%);
  transform: scale(-1, 1) translate(0, -50%);
}

@media (max-width: 959px) {
  #top-2024 #pickup {
    order: 4;
  }
}

@media (max-width: 959px) {
  #top-2024 #check {
    order: 5;
  }
}

#top-2024 .cnts__2clm__side {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 959px) {
  #top-2024 .cnts__2clm__side {
    padding-top: 0;
  }
}
