@charset "utf-8";

/* =======================================

	 TOP

======================================= */
/* 共通
--------------------------- */
h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.bx-wrapper .bx-prev {
  left: -70px;
}

.bx-wrapper .bx-next {
  right: -70px;
}

.bx-wrapper .bx-viewport ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.item_container {
  position: relative;
}

.item_container .btn_more {
  position: absolute;
  top: 0;
  right: 10px;
}

.slider_container .slider.item_list .item a {
  display: block;
  overflow: hidden;
  max-height: 250px;
  border-radius: 4px;
  color: #000;
  box-shadow: 0 0 5px #ccc;
}

#kv .slider li.disable-slide {
  opacity: 0.4;
}

#topics .slider_container .slider.item_list .item a:hover {
  box-shadow: 0 2px 10px #000;
  opacity: .8;
}

#topics .slider_container .slider.item_list .item a {
  display: block;
  overflow: hidden;
  max-height: 250px;
  border-radius: 4px;
  color: #000;
  box-shadow: 0 0 5px #000;
}

.slider_container .slider.item_list .item a:hover {
  box-shadow: 0 2px 10px #bbb;
  opacity: .8;
}

.slider.item_list .item .item__txt {
  padding: 16px;
  border-radius: 0 0 4px 4px;
  min-height: 110px;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
}

.slider.item_list .item .item__txt .item__txt__cat {
  height: 25px;
  overflow: hidden;
  font-size: 14px;
}

.item__txt__info_1__sub span {
  font-weight: bold;
}

.ico_info {
  width: 90px;
  padding: 2px 8px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}

.cat_1 .ico_info {
  background: rgba(236, 64, 122, 0.8);
  color: #fff;
}

.cat_2 .ico_info {
  background: rgba(255, 255, 255, 0.8);
}

.cat_2 .ico_info img {
  width: 44px !important;
  height: 18px !important;
  margin-top: 3px !important;
}

.cat_3 .ico_info {
  background: rgba(112, 205, 46, 0.8);
  color: #fff;
}

.cat_4 .ico_info {
  background: rgba(38, 166, 154, 0.8);
  color: #fff;
}

.cat_5 .ico_info {
  background-color: rgba(255, 167, 38, 0.8);
  color: #fff;
}

.cat_6 .ico_info {
  background: rgba(66, 165, 245, 0.8);
  color: #fff;
}

.cat_7 .ico_info {
  background: rgba(48, 50, 179, 0.8);
  color: #fff;
}

.slider__cst .slider_container {
  position: relative;
}

.slider__cst .btn_slider a {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 50%;
  height: 25px;
  margin-top: -25px;
  outline: 0;
}

.slider__cst .btn_slider a.bx-prev {
  left: 10px;
}

.slider__cst .btn_slider a.bx-next {
  right: 10px;
}

.slider__cst .btn_slider .icon_svg {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #131313;
  fill: #fff;
}

.slider__cst .btn_slider a.bx-prev.disabled:hover {
  opacity: 1;
  cursor: default;
}

.slider__cst .btn_slider a.bx-next.disabled:hover {
  opacity: 1;
  cursor: default;
}

.slider__cst .btn_slider .disabled .icon_svg {
  display: none;
}

/* スライダー
--------------------------- */
#kv {
  min-width: 1000px;
  height: 617px;
  background: #131313;
  overflow: hidden;
}

#kv .slider_wrap {
  margin: 12px auto 0;
}

#kv .swiper-wrapper {
  padding-bottom: 45px;
}

#kv .swiper-slide {
  width: 1000px;
  background: transparent !important;
  border: 0;
  height: 560px !important;
  margin: 0 5px;
  opacity: 0.4;
}

#kv .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#kv .item {
  max-height: 100%;
  height: 560px;
  border-radius: 0;
  box-shadow: none;
}

#kv .item a {
  display: block;
}

#kv .item a:hover {
  opacity: 0.8;
  /*filter: brightness(110%);*/
}

#kv .item img {
  border-radius: 0;
}

#kv .item .item__txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 162px;
  max-height: 162px;
  padding: 35px;
  border-radius: 0;
  background: -moz-linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0.9) 70%, rgba(19, 19, 19, 1.0) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0.9) 70%, rgba(19, 19, 19, 1.0) 100%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(20, 20, 20, 0.9) 70%, rgba(19, 19, 19, 1.0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  color: #fff;
}

#kv .item .item__txt .item__txt__info_1 {
  width: 20%;
}

#kv .item .item__txt .item__txt__info_1 .ico_info {
  width: 150px;
  padding: 8px 20px;
  margin: 0 0 20px;
  font-size: 24px;
}

#kv .item .item__txt .item__txt__info_1 .item__txt__info_1__sub {
  font-size: 24px;
  line-height: 1.2;
}

#kv .item .item__txt .item__txt__info_2 {
  width: 80%;
  /* padding-left: 10px; */
  text-align: right;
}

#kv .item .item__txt .item__txt__info_2 .item__txt__ttl {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: #000 0px 2px 10px;
}

#kv .item .item__txt .item__txt__info_2 .item__txt__info_2__sub {
  font-size: 20px;
}

#kv .item .item__img {
  height: 560px;
}

#kv .swiper-container .swiper-pagination-bullet {
  width: 140px;
  height: 4px;
  border-radius: 0;
  background: #9d9d9d;
  opacity: 1;
  cursor: pointer;
}

#kv .swiper-container .swiper-pagination-bullet-active,
#kv .swiper-container .swiper-pagination-bullet:hover,
#kv .swiper-container .swiper-pagination-bullet:focus {
  background: #1a73e8;
}

#kv .swiper-container .swiper-button-prev,
#kv .swiper-container .swiper-button-next {
  width: 80px;
  height: 80px;
  margin-top: -70px;
  background-image: none;
}

#kv .swiper-container .swiper-button-prev {
  left: 40px;
}

#kv .swiper-container .swiper-button-next {
  right: 40px;
}

#kv .swiper-container .swiper-button-prev .icon_svg,
#kv .swiper-container .swiper-button-next .icon_svg {
  width: 80px;
  height: 80px;
  fill: #fff;
}

#kv .item .play_btn {
  background-image: url(/common/images/icon/icon_play.png);
  background-repeat: no-repeat;
  background-size: 60px;
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 3%;
  width: 60px;
  height: 60px;
  display: block;
}

/* 番組表
--------------------------- */
#timetable {
  background: #fff;
}

#timetable_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0 5px 20px;
}

#timetable_container a {
  color: #333;
}

#timetable_container .ico_noa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 200px;
  color: #d50000;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

#timetable_container .ico_noa .icon_svg {
  width: 20px;
  height: 24px;
  margin-left: 10px;
  fill: #d50000;
}

#timetable_container .bx-wrapper {
  width: 720px;
  font-size: 24px;
  text-align: center;
}

#timetable_container .btn_more {
  width: 320px;
  padding-right: 10px;
  text-align: right;
}

#timetable_container .btn_more a {
  display: inline-block;
  color: #fff;
}

#timetable_container .btn_slider a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#timetable_container .btn_slider .icon_svg {
  width: 40px;
  height: 40px;
  /* padding-top: 8px; */
}

#timetable_container .bx-wrapper li span {
  white-space: nowrap;
  display: block;
}

#timetable_container .bx-wrapper li.displayOff span {
  opacity: 0;
}

/* おすすめエリア
--------------------------- */
#recommend {
  padding: 0 0 40px;
  background: #131313;
}

#recommend .item_list .item {
  width: calc((100% / 3) - 7px);
}

#recommend .item_list .nml:nth-child(3n+ 2) {
  margin-left: 0;
}

.no_column.item_list .nml:nth-child(odd) {
  margin-left: 10px;
}

#recommend .item_list .item.sp {
  display: none;
}

#recommend .item_list .item .item__txt__info_1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

#recommend .item_list .item .item__txt__info_1 .ico_info {
  margin-right: 10px;
  font-size: 15px;
}

#recommend .item_list .item .item__txt__info_1 .item__txt__info_1__sub {
  font-size: 15px;
  font-weight: 600;
}

#recommend .item_list .item .item__txt__ttl {
  font-size: 18px;
  font-weight: bold;
}

#recommend .item_list .item .item__txt__info_2 .item__txt__ttl {
  overflow: hidden;
}

#recommend .item_list .item .item__txt__info_2 .item__txt__info_2__sub {
  height: 25px;
  overflow: hidden;
}

/* バナーエリア
--------------------------- */
#top_bnr {
  padding: 40px 0;
  background: #555;
}

#top_bnr .bx-wrapper {
  width: 1090px;
  margin: 0 auto;
}

#top_bnr .bx-wrapper .bx-viewport {
  padding: 5px;
}

#top_bnr .item_list .item .item__img {
  overflow: hidden;
}

#top_bnr .item_list .item .item__img img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

#top_bnr .item_list .item {
  width: 245px;
  box-shadow: 0 0 5px #333;
}

/* FNNニュース
--------------------------- */
#fnnjp {
  padding: 55px 0;
  background: #f5f5f5;
}

#fnnjp h2 {
  width: 225px;
  margin: 0 auto 30px;
}

#fnnjp h2 img {
  width: 100%;
  height: auto;
}

#fnnjp .bx-wrapper {
  width: 1090px;
  margin: 0 auto;
}

#fnnjp .bx-wrapper .bx-viewport {
  padding: 5px 5px 10px;
}

#fnnjp .item_list .item {
  width: 245px;
}

/* フジテレビからのリリース
--------------------------- */
#topics {
  padding: 55px 0;
  background: #202124;
}

#topics h2 {
  color: #fff;
}

#topics .bx-wrapper {
  width: 1090px;
  margin: 0 auto;
}

#topics .bx-wrapper .bx-viewport {
  padding: 5px 5px 10px;
}

#topics .item_list .item {
  width: 245px;
  box-shadow: 0 0 0 #ccc;
}

#topics .item_list .item .item__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  overflow: hidden;
  height: 138px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
}

#topics .item_container .btn_more a {
  background: #fff;
  color: #333;
}

#topics .item_container .btn_more a .icon_svg {
  fill: #333;
}

/* アテンションバナー
--------------------------- */
#attention_bnr {
  background: #f5f5f5;
}

#attention_bnr .content {
  padding: 40px 0;
  text-align: center;
}

#attention_bnr .content ul {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#attention_bnr .content ul li+li {
  margin-left: 20px;
}

/* SNSブロック
--------------------------- */
#sns_box {
  background: #fff;
}

#sns_box .content {
  padding: 40px 0;
  text-align: center;
}

#sns_box .content div img {
  border-radius: 40px;
  box-shadow: 0 2px 5px #ccc;
}

/*#sns_box .content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sns_box .content ul li + li {
    margin-right: 20px;
}
#sns_box .content li.title {
    margin-right: 40px;
    font-size: 20px;
}*/
/* =======================================

	デバイス用

======================================= */
@media screen and (max-width: 750px) {

  /* 共通
  --------------------------- */
  .sp_display h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .sp_display .item_container .btn_more {
    top: inherit;
    bottom: -30px;
    right: 10px;
  }

  .sp_display .slider.item_list .item {
    margin-right: 10px !important;
  }

  .sp_display .no_column.item_list .nml:nth-child(odd) {
    margin-left: 0;
  }

  .sp_display .btn_slider {
    display: none;
  }

  .sp_display #topics .slider_container .slider.item_list .item a:hover {
    opacity: 1;
    box-shadow: 0 0 5px #000;
  }

  .sp_display .slider_container .slider.item_list .item a:hover {
    opacity: 1;
    box-shadow: 0 0 5px #ccc;
  }

  /* スライダー
  --------------------------- */
  .sp_display #kv {
    display: none;
  }

  /* 番組表
  --------------------------- */
  .sp_display #timetable {
    background: #f5f5f5;
    padding: 8px;
  }

  .sp_display #timetable .btn_slider {
    display: block;
  }

  .sp_display #timetable_container {
    padding: 8px 8px 8px 15px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
  }

  .sp_display #timetable_container .ico_noa {
    width: 18%;
    font-size: 12px;
  }

  .sp_display #timetable_container .ico_noa .icon_svg {
    width: 12px;
    height: 22px;
    margin-left: 3px;
  }

  .sp_display #timetable_container .bx-wrapper {
    width: 64%;
    font-size: 14px;
    line-height: 16px;
  }

  /* .sp_display #timetable_container .bx-wrapper li span {
        display: none;
    } */
  .sp_display #timetable_container .btn_slider .icon_svg {
    width: 25px;
    height: 25px;
    padding: 0;
  }

  .sp_display #timetable .btn_more {
    display: none;
  }

  .sp_display #timetable_container .bx-wrapper li span {
    white-space: nowrap;
    display: block;
  }

  .sp_display #timetable_container .bx-wrapper li.displayOff span {
    opacity: 0;
  }

  /* おすすめエリア
  --------------------------- */
  .sp_display #recommend {
    padding: 0;
  }

  .sp_display #recommend .item_list .item.sp_2col .item__txt__info_1 {
    margin-bottom: 3px;
  }

  .sp_display #recommend .item_list .item.sp_2col .item__txt__info_1 .item__txt__info_1__sub {
    font-size: 14px;
    line-height: 1.4;
  }

  .sp_display #recommend .item_list .item.sp_2col .item__txt__ttl {
    font-size: 14px;
    line-height: 1.4;
  }

  .sp_display #recommend .item_list .item.sp_2col.title13 .item__txt__ttl {
    font-size: 13px;
    line-height: 1.4;
  }

  .sp_display #recommend .item_list .item .item__txt__info_2 .item__txt__info_2__sub {
    font-size: 14px;
    line-height: 1.4;
  }

  .sp_display .cat_2.sp_2col .ico_info {
    width: 60px;
    padding: 2px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    background: rgba(255, 255, 255, 0.8);
  }

  .sp_display .cat_2.sp_2col .ico_info img {
    margin-top: 1px !important;
    width: 32px !important;
    height: auto !important;
  }

  /* バナーエリア
  --------------------------- */
  .sp_display #top_bnr {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 20px 10px;
  }

  .sp_display #top_bnr #top_bnr_feed {
    padding: 5px 0;
  }

  .sp_display #top_bnr .item_list {
    font-size: 0;
  }

  .sp_display #top_bnr .item_list .item {
    display: inline-block;
    width: 150px;
    height: 150px;
    font-size: 14px;
  }

  .sp_display #top_bnr .item_list .item img {
    width: 100%;
    height: auto;
  }

  /* FNNニュース
  --------------------------- */
  .sp_display #fnnjp {
    padding: 40px 0 60px;
  }

  .sp_display #fnnjp h2 {
    width: 145px;
    margin: 0 auto 10px;
  }

  .sp_display #fnnjp .slider_container {
    padding: 0 0 10px 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .sp_display #fnnjp .item_list {
    padding-bottom: 5px;
    font-size: 0;
  }

  .sp_display #fnnjp .item_list .item {
    display: inline-block;
    vertical-align: top;
    width: 245px;
    font-size: 14px;
  }

  .sp_display #fnnjp .item_list .item_btn {
    display: inline-block;
  }

  .sp_display #fnnjp .item_list .item_btn a {
    max-height: 247px;
    display: block;
    padding: 112px 0;
    color: #fff;
    vertical-align: top;
    width: 245px;
    font-size: 18px;
    text-align: center;
    background: #212121;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
  }

  .sp_display #fnnjp .item_list .item img {
    width: 100%;
    height: auto;
  }

  .sp_display #fnnjp .item_container .btn_more a {
    display: block;
    position: relative;
    padding: 0 25px 0 0;
    border-radius: 0;
    background: none;
    color: #212121;
    font-size: 16px;
    text-align: right;
  }

  .sp_display #fnnjp .item_container .btn_more a span {
    display: inline;
  }

  .sp_display #fnnjp .item_container .btn_more a .icon_svg {
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #212121;
  }

  /* フジテレビからのリリース
  --------------------------- */
  .sp_display #topics {
    padding: 40px 0 60px;
  }

  .sp_display #topics h2 {
    margin: 0 auto 16px;
  }

  .sp_display #topics .slider_container {
    padding: 0 0 10px 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .sp_display #topics .item_list {
    font-size: 0;
  }

  .sp_display #topics .item_list .item {
    display: inline-block;
    width: 245px;
    font-size: 14px;
    vertical-align: top;
  }

  .sp_display #topics .item_list .item img {
    width: 100%;
    height: auto;
  }

  .sp_display #topics .item_list .item_btn {
    display: inline-block;
    vertical-align: top;
  }

  .sp_display #topics .item_list .item_btn a {
    max-height: 247px;
    display: block;
    padding: 112px 0;
    color: #333;
    vertical-align: top;
    width: 245px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px #000;
  }

  .sp_display #topics .item_container .btn_more a {
    display: block;
    position: relative;
    padding: 0 25px 0 0;
    border-radius: 0;
    background: none;
    color: #fff;
    font-size: 16px;
    text-align: right;
  }

  .sp_display #topics .item_container .btn_more a span {
    display: inline;
  }

  .sp_display #topics .item_container .btn_more a .icon_svg {
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #fff;
  }

  /* アテンションバナー
  --------------------------- */
  .sp_display #attention_bnr .content {
    padding: 20px 0;
  }

  .sp_display #attention_bnr .content ul {
    width: 320px;
    padding: 0 14px;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sp_display #attention_bnr .content ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .sp_display #attention_bnr .content ul li:nth-of-type(odd) {
    margin-right: 4%;
  }

  .sp_display #attention_bnr .content ul li+li {
    margin-left: 0px;
  }

  .sp_display #attention_bnr .content ul li a {
    display: block;
  }

  .sp_display #attention_bnr .content ul li img {
    background-repeat: no-repeat;
    min-width: 140px !important;
    max-width: 140px !important;
    height: auto;
  }

  /* SNSブロック
  --------------------------- */
  .sp_display #sns_box .content {
    padding: 20px;
  }

  .sp_display #sns_box .content div img {
    width: 100%;
    height: 100%;
  }
}
