@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext');
html {
  position: relative;
  overflow-x: hidden !important;
}
body {
  font-family: 'Quicksand', sans-serif;
}
a,
a:hover {
  text-decoration: none;
}*/



#daily-report .live-card-slider-body {
  
}

#daily-report .wrapper {
    /*max-width: 1100px;
    overflow-x: hidden;*/
  overflow: hidden;
  padding-top: 0;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative;
}


#daily-report .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/*#daily-report .background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#daily-report .background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg,rgba(209,0,42,0.6) 0%,#0e5dc4 100%);
  opacity: 0.9;
}
#daily-report .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}*/
#daily-report .item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  /*top: 0px;*/
  /*background: #fff;*/
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
  opacity: 0;
  transition: all 0.3s;
  left: -30px;
}
#daily-report .item-bg.active {
  left: 0;
  top: 0;
  opacity: 1;
}

#daily-report .news-slider {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  #daily-report .news-slider {
    max-width: 1000px;
  }
}
@media screen and (max-width: 576px) {
  #daily-report .news-slider {
    margin-top: 45px;
  }
}
#daily-report .news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
#daily-report .news-slider__item {
  width: 360px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  #daily-report .news-slider__item {
    width: 340px;
  }
}
#daily-report .news-slider__item.swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
#daily-report .news-slider__item.swiper-slide-active,
#daily-report .news-slider__item.swiper-slide-prev,
#daily-report .news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
#daily-report .news-slider__ctr {
  position: relative;
  z-index: 12;
}
#daily-report .news-slider__arrow {
  background: #fff;
  border: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}
#daily-report .news-slider__arrow:focus {
  outline: none !important;
}
#daily-report .news-slider__arrow .icon-font {
  display: inline-flex;
}
#daily-report .news-slider__arrow.news-slider-prev {
  left: 15px;
  transform: translateY(-50%);
}
#daily-report .news-slider__arrow.news-slider-next {
  right: 15px;
  transform: translateY(-50%);
}
#daily-report .news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}
#daily-report .news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
#daily-report .news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  width: 100px;
  transition-delay: 0s;
}
@media screen and (max-width: 576px) {
  #daily-report .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}
#daily-report .news__item {
  padding: 40px;
  color: #fff;
  border-radius: 10px;
  /*display: block;*/
  transition: all 0.3s;
  /*swiper高さそろえる*/
  height: 100%;
  display: flex;
  flex-direction: column;
}
#daily-report .news__item.active {
  background-color: #ffffff;
}
/*#daily-report .swiper-slide-active .news__item {
  background-color: #ffffff;
}*/
#daily-report .news__item:hover {
  background-color: #ffffff;
}


@media screen and (min-width: 800px) {
  #daily-report .news__item:hover {
    color: #222;
    transition-delay: 0.1s;
    /*background-color: #ffffff;*/
  }
  #daily-report .news__item:hover .news-date,
  #daily-report .news__item:hover .news__title,
  #daily-report .news__item:hover .news__txt {
    opacity: 1;
    transition-delay: 0.1s;
  }
  #daily-report .news__item:hover .news__img {
    box-shadow: none;
  }
}
#daily-report .news__item.active {
  color: #222;
}
#daily-report .news__item.active .news-date,
#daily-report .news__item.active .news__title,
#daily-report .news__item.active .news__txt {
  opacity: 1;
}
#daily-report .news__item.active .news__img {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  #daily-report .news__item {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  #daily-report .news__item {
    padding: 20px;
  }
}
#daily-report .news-date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  #daily-report .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}
#daily-report .news-date__title {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #daily-report .news-date__title {
    margin-right: 10px;
  }
}
#daily-report .news-date__txt {
  font-size: 16px;
}
#daily-report .news__title {
  font-size: 25px;
  font-weight: bold;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  #daily-report .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#daily-report .news__txt {
  margin: 10px 0 30px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
#daily-report .news__img {
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
  height: 200px;
  /*margin-top: 30px;*/
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;
  /*動画の場合追加*/
  margin-top: auto;
}
@media screen and (max-width: 576px) {
  #daily-report .news__img {
    height: 180px;
    margin-top: 20px;
  }
}
#daily-report .news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: auto;
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}
#daily-report a:hover .news__img img {
  opacity: 1;
}

/*動画の場合*/
#daily-report .news__img.img-movie {
  position: relative;
}
#daily-report .news__img.img-movie::after {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url("../../../../images/2023/index/cardslide/icon-play.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*swiper 高さそろえる*/
#daily-report .swiper-wrapper { align-items: stretch!important; }
#daily-report .swiper-slide{ height: auto; }



/** 下のサムネ一覧
----------------------------***/
#daily-report .live-card-list {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}


#daily-report .live-card-list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*margin-right: -25px;*/
}

#daily-report .live-card-list > ul li {
  min-width: 120px;
  height: 120px;
  width: calc((100% - (25px * 6)) / 7 );
  margin-right: 25px;
  margin-bottom: 20px;
}
#daily-report .live-card-list > ul li:nth-of-type(7n) {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  #daily-report .live-card-list > ul li {
    width: calc((100% - (20px * 5)) / 6 );
    margin-right: 20px;
  }
  #daily-report .live-card-list > ul li:nth-of-type(7n) {
    margin-right: 20px;
  }
  #daily-report .live-card-list > ul li:nth-of-type(6n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 870px) {
  #daily-report .live-card-list > ul li {
    width: calc((100% - (10px * 4)) / 5 );
    margin-right: 10px;
    min-width: inherit;
  }
  #daily-report .live-card-list > ul li:nth-of-type(7n) {
    margin-right: 10px;
  }
  #daily-report .live-card-list > ul li:nth-of-type(6n) {
    margin-right: 10px;
  }
  #daily-report .live-card-list > ul li:nth-of-type(5n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 575px) {
  #daily-report .live-card-list > ul li {
    width: calc((100% - (10px * 3)) / 4 );
    margin-right: 10px;
    min-width: inherit;
  }
  #daily-report .live-card-list > ul li:nth-of-type(7n) {
    margin-right: 10px;
  }
  #daily-report .live-card-list > ul li:nth-of-type(6n) {
    margin-right: 10px;
  }
  #daily-report .live-card-list > ul li:nth-of-type(5n) {
    margin-right: 10px;
  }
  #daily-report .live-card-list > ul li:nth-of-type(4n) {
    margin-right: 0px;
  }
}


#daily-report .live-card-list > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#daily-report .live-card-list > ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #000000;
  border-radius: 5px;
  z-index: 5;
  transition: all 0.3s ease;
}

#daily-report .live-card-list > ul li a:hover::before {
  border: 5px solid #00763C;
  transition: all 0.3s ease;
}





#daily-report .live-card-list > ul li a p:nth-of-type(1) {
  position: relative;
  font-size: 3.0rem;
  font-weight: 500;
  color: #ffffff;
  z-index: 4;
}
#daily-report .live-card-list > ul li a p:nth-of-type(2) {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  z-index: 4;
  font-family: 'Roboto', sans-serif;
}

#daily-report .live-card-list > ul li a p:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#daily-report .live-card-list > ul li a p:nth-of-type(3):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A5A5A5;
  mix-blend-mode: multiply;
  border-radius: 5px;
  z-index: 2;
}

#daily-report .live-card-list > ul li a p:nth-of-type(3) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
#daily-report .live-card-list > ul li a:hover p:nth-of-type(3) img {
  opacity: 1;
}


/**********************************************************************/












/*========================================================
single
=============================================================*/

#daily-report-single {
  color: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}

#daily-report-single .daily-report-body {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #daily-report-single {
    padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
  }
}


#daily-report-single .news-date {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  #daily-report-single .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}
#daily-report-single .news-date__title {
  display: inline;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #daily-report-single .news-date__title {
    margin-right: 10px;
  }
}
#daily-report-single .news-date__txt {
  font-size: 16px;
  position: relative;
  top: -10px;
}
#daily-report-single .news__title {
  font-size: 25px;
  font-weight: 500;
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  #daily-report-single .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#daily-report-single .news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: 1;
  transition: opacity 0.3s;
}
#daily-report-single .news__img {
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
  /*height: 200px;*/
  margin-top: 30px;
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;
}
@media screen and (max-width: 576px) {
  #daily-report-single .news__img {
    height: 180px;
    margin-top: 20px;
  }
}
#daily-report-single .news__img img {
  max-width: 100%;
  border-radius: 10px;
  /*height: 100%;*/
  width: 100%;
}



/**********************************************
スクロールバーのカスタマイズ
***********************************************/
/*全体の幅*/
::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの全体後ろ*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(96, 96, 96, 1);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(0, 0, 0, .3);
}


