/* ---------------------------------
 バナー
--------------------------------- */
/* ドラマのバナーサイズは670×160に統一（ティザー、本サイト共通） */
.teaser-banner-area{
  width: 100%;
  padding: 10px 0;
}
.teaser-banner-area ul li{
  margin: 10px;
  line-height: 0;
}
.teaser-banner-area ul li a{
}
.teaser-banner-area ul li a img{
  width: 100%;
}
@media screen and (min-width: 993px) {
  .teaser-banner-area{
    padding: 0;
  }
  .teaser-banner-area ul li{
    margin: 10px 0;
  }
}

/* TVerお気に入り登録バナーのスタイルを変更したい場合は以下に記載する */
.tver-favorite-banner img {
  /* border: 1px solid #000; */
  /* border-radius: 10px; */
}

/* ---------------------------------
 SNS
--------------------------------- */
.teaser-topsns{
  padding: 15px;
}
.teaser-topsns .teaser-topsns-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teaser-topsns .teaser-topsns-list li{
  width: 40px;
  margin-left: 20px;
  line-height: 1;
}
.teaser-topsns  .teaser-topsns-list li:first-child{
  margin-left: 0px;
}
.teaser-topsns .teaser-topsns-list li img{
  width: 100%;
}
.teaser-topsns .teaser-topsns-list li a{
  transition: .3s;
}
.teaser-topsns .teaser-topsns-list li a:hover{
  opacity: .75;
}

@media screen and (min-width : 601px){
  .teaser-topsns {
    padding: 20px 15px;
  }

  .teaser-topsns .teaser-topsns-list li{
    width: 60px;
  }
}

/* ---------------------------------
 NEWS
--------------------------------- */
#news .news-list {
  padding: 0;
}
#news .news-list .news-slide {
  margin: 0;
}
#news .news-list .news-item {
  padding: 10px;
  margin-bottom: 10px;
}
#news .news-list .news-item:last-child {
  margin-bottom: 0;
}
#news .news-list a {
  display: flex;
}
#news .news-list .news-item-img {
  width: 100px;
  display: inline-block;
}
#news .news-list .news-item-text {
  margin-left: 15px;
  flex: 1;
}
#news .news-list .news-item-text .news-item-text-date {
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #E0004F;
}
#news .news-list .news-item-text .news-item-text-date span {
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 5px;
}
#news .news-list .news-item-text .news-item-text-date .category {
  display: inline-block;
  min-width: 75px;
  margin-right: 10px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #D52865;
}
#news .news-list .news-item-text .news-item-text-title {
  font-size: 1.4rem;
  margin-bottom: 0;
}
#news .slick-dots button {
  display: none;
}
#news .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#news .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #a5a5a5;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
#news .slick-dots li.slick-active {
  background-color: #C1266C;
}
#news .news-list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  background-image: url(../images/slick-arrow.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
}
#news .news-list .slick-prev {
  height: 30px;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
#news .news-list .slick-next {
  height: 30px;
  right: 0;
}
#news .news-list .slick-disabled {
  display: none !important;
}
#news.teaser-block .teaser-block-inner{
  padding: 0 5px;
}

@media screen and (min-width: 993px) {
  #news .news-list .slick-prev {
    left: 0;
  }
  #news .news-list .slick-next {
    right: 0;
  }
  #news.teaser-block .teaser-block-inner{
    padding: 0 20px;
  }
  #news .news-list .news-item-img {
    width: 130px;
  }
}

@media screen and (min-width: 601px) {
  #news .news-list .news-item {
    padding: 20px;
  }
  #news .news-list .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

/* ---------------------------------
モーダル
--------------------------------- */
.modal-video .modal-video-body {
  max-width: 1050px;
  padding: 0 15px;
}

.modal-video .modal-video-close-btn {
  width: 30px;
  top: -30px;
  right: 0;
  cursor: pointer;
}

/* ---------------------------------
 動画
--------------------------------- */
#movie .movie-sub {
  position: relative;
  margin: 15px 15px 0;
}
#movie .movie-sub .slick-list {
  width: 100%;
}
#movie .movie-sub .slick-slide {
  margin: 0 5px;
  cursor: pointer;
  padding: 10px 0;
}
#movie .movie-sub .new {
  position: absolute;
  top: 1px;
  left: 5px;
  z-index: 2;
  display: block;
  width: 50px;
}
#movie .movie-sub .new span {
  display: block;
  padding-top: 60.9756097561%;
  content: "";
  background-image: url(../images/icon_new.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#movie .movie-sub .movie-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#movie .movie-sub .movie-thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/movie-icon-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
  content: "";
}
#movie .movie-sub .text-box {
  padding: 0;
}
#movie .movie-sub .item-title {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}
#movie .movie-sub .date {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #f5f5f5;
}
#movie .movie-sub .slick-arrow {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  background-image: url(../images/slick-arrow.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
}
#movie .movie-sub .slick-prev {
  left: -20px;
  transform: rotate(180deg);
  top: -5%;
}
#movie .movie-sub .slick-next {
  right: -20px;
}
#movie .movie-sub .slick-disabled {
  display: none !important;
}

@media screen and (min-width: 601px) {
  #sect-movie.teaser-block .movie-sub {
    margin: 20px 15px 0;
  }
  #movie .movie-sub .text-box {
    padding: 0 5px;
    margin-top: 10px;
  }
  #movie .movie-sub .item-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #movie .movie-sub .date {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #movie .movie-sub .slick-arrow {
    width: 40px;
    top: 50%;
  }
  #movie .movie-sub .slick-prev {
    left: -15px;
    top: 0;
  }
  #movie .movie-sub .slick-next {
    right: -15px;
  }
}

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */

#topics.drama-area {
  padding: 0;
  margin: 0;
}
#topics .drama-box-title {
  display: none;
}

#topics .drama-box-body{
  background: transparent;
}

#topics .topics-item {
  border: none;
}

/* ボタン */
#topics .drama-btn.btn-more {
  color: #ffffff;
  background: #CF0C50;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.50);
  border-radius: 4px;
  padding: 1em 1em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}
  #topics .topics-btn {
    padding: 0;
    margin: 15px 0 0;
  }

@media screen and (max-width: 992px) {
  #topics .topics-btn {
    margin: 20px 0 0;
  }
}

/* リスト */
@media screen and (min-width: 993px) {
  #topics .topics-item {
    width: 49%;
  }
  #topics .topics-item:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  #topics .topics-item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  #topics .topics-item:nth-of-type(2n) {
    margin-left: 2%;
  }
}

/* ---------------------------------
 関連バナー
--------------------------------- */
#sect-related.teaser-block .related-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
#sect-related.teaser-block .related-list li{
  width: 100%;
  line-height: 1;
  margin-bottom: 10px;
}
#sect-related.teaser-block .related-list:last-child{
  margin-bottom: 0;
}
#sect-related.teaser-block .related-list li img{
  width: 100%;
}

@media screen and (min-width : 601px){
  #sect-related.teaser-block .related-list{
    padding: 0;
  }
  #sect-related.teaser-block .related-list li::nth-child(2n){
    margin-left: 10px;
  }
  #sect-related.teaser-block .related-list li{
    width: calc(50% - 5px);
  }
}

/*====================================================================
モーダル
====================================================================*/
.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie-modal__box {
  width: 100%;
  max-height: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 993px) {
  .movie-modal__box {
    max-width: 100%;
    padding-top: 15vh;
    max-width: 640px;
  }
}

@media screen and (max-width: 600px) {
  .is-fixed{
    padding: 40px 20px 50px;
  }
  .movie-modal__box {
    padding-top: 0;
  }
}

.movie-modal__box__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 993px) {
  .movie-modal__box__inner {
    max-width: 640px;
  }
}

.movie-modal__top {
  position: relative;
  width: 100%;

  /* mp4動画を使用する場合はコメントアウト */
  height: 0;
  padding-bottom: 56.25%;
}

.movie-modal__box__inner .movie-modal__top video{
  z-index: 10;
  width: 100%;
  height: 100%;
}

.movie-modal__box__inner .movie-modal__top iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-modal__bottom {
  color: #fff;
  margin-top: 10px;
}

/* ×ボタン */
.movie-modal__close {
  right: 0px;
  padding: 0;
  text-align: right;
}

.movie-modal__close > button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.movie-modal__close > button::before,
.movie-modal__close > button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 28px;
  height: 3px;
  margin: auto;
  content: '';
  background: #ffffff;
  transform: rotate(-45deg);
}

.movie-modal__close > button::after {
  transform: rotate(45deg);
}

/* jsで付け外し */
.display-none{
  display: none;
}
