@charset "UTF-8";
/*==================================
共通設定
==================================*/
/*変更箇所*/
:root {
  --neon:#DEFF00;
  --darkneon:#C7E400;
  --pink: #EE429C;
  --pinkdark: #AE226B;
}

.sp_block {
  display: none;
}

.ntv-main img {
  width: 100%;
  vertical-align: bottom;
}

.btn {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--neon);
  border-radius: 25px;
  line-height: 50px;
  font-size: 1.6rem;
  box-shadow: 0px 5px 0px var(--darkneon);
}

.btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid var(--pink);
  border-right: 3px solid var(--pink);
  transform: rotate(45deg);
}

.btn:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: none;
}

/*==================================
Layout
==================================*/
/* #ntv {
  position: relative;
  z-index: 0;
} */

.ntv-wrapper {
  display: block;
  word-break: break-all;
  background: url(../images/common/bg.png);
}

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}

.teaser-contents {
  box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

/* ブロック */
.teaser-block{
  padding-top: 30px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 40px;
  clear: both;
}

.teaser-block-inner{
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
}

/*====================================================================
MV+放送時間
====================================================================*/
.teaser-main-mainImg {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}

.teaser-main-mainImg::before,
.teaser-main-mainImg::after {
  content: "";
  position: absolute;
  bottom: 0px;
  border-style: solid;
}

.teaser-main-mainImg::after {
  right: -20px;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent var(--pinkdark);
}

.teaser-main-mainImg::before {
  left: -20px;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent var(--pinkdark) transparent;
}

.teaser-main-onair{
  padding: 10px 60px;
  background-color: var(--pink);
}

/*====================================================================
メニュー設定
====================================================================*/
.teaser-main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}

.teaser-main-nav ul li {
  width: 32.5%;
  text-align: center;
  margin-bottom: 5px;
}

.teaser-main-nav ul li img {
  height: 40px;
}

.teaser-main-nav ul li a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
}

.teaser-main-nav ul li a::before {
  content: "";
  width: 12%;
  height: 30px;
  position: absolute;
  background: url(../images/nav/current.svg) no-repeat;
  left: 10px;
  top: -10px;
  opacity: 0;
  transition: all .25s;
}

.teaser-main-nav ul li a:hover::before {
  top: -3px;
  opacity: 1;
}

/*====================================================================
タイトルまわり
====================================================================*/
.teaser-block-title {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
}

.ribbon {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

/*三角リボン*/
.ribbon-tr {
  width: 100%;
  top: 30px;
  left: -20px;
  pointer-events: none
}

.ribbon-tr::before, .ribbon-tr::after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: -1;
  background: var(--pinkdark);
}

.ribbon-tr::after {
  bottom: 0;
}

.ribbon-tr > .teaser-block-title {
  padding-top: 28%;
}

#news .teaser-block-title {
  background-image: url(../images/ttl/ttl-news.svg);
}

#staff .teaser-block-title {
  background-image: url(../images/ttl/ttl-staff.svg);
}

/*半円リボン*/
.ribbon-circle {
  width: 25%;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.ribbon-circle::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 20px;
  height: 10px;
  z-index: -1;
  background: var(--pinkdark);
  transform: skewX(45deg);
}

.ribbon-circle > .teaser-block-title {
  padding-top: 55%;
}

#movie .teaser-block-title {
  background-image: url(../images/ttl/ttl-movie.svg);
}

#cast .teaser-block-title {
  background-image: url(../images/ttl/ttl-cast.svg);
}

#topics .teaser-block-title {
  background-image: url(../images/ttl/ttl-topics.svg);
}

/*四角リボン*/
.ribbon-square {
  width: 37%;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.ribbon-square::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 20px;
  height: 10px;
  z-index: -1;
  background: var(--pinkdark);
  transform: skewX(45deg);
}

.ribbon-square > .teaser-block-title {
  padding-top: 35.5%;
}

#intro .teaser-block-title {
  background-image: url(../images/ttl/ttl-intro.svg);
}

#original .teaser-block-title {
  background-image: url(../images/ttl/ttl-original.svg);
}

#sns .teaser-block-title {
  background-image: url(../images/ttl/ttl-sns.svg);
}

/*====================================================================
新着情報
====================================================================*/
#news {
  width: calc(100% - 20px);
  float: right;
}

#news .teaser-block-inner{
  min-height: 250px;
}

#news .news-list {
  padding-left: 24%;
  font-weight: bold;
  line-height: 150%;
}

#news .news-item:not(:nth-last-of-type(1)) {
  margin-bottom: 25px;
}

#news .news-list a {
  display: flex;
  align-items: flex-start;
}

#news .news-list a:hover {
  transition: opacity .25s;
	opacity: .65;
}

#news .news-list .news-item-img {
  width: 160px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex;
}

#news .news-list .news-item-text {
  margin-left: 15px;
  flex: 1;
}

#news .news-list .news-item-text .news-item-text-date {
  margin-bottom: 5px;
  color: var(--pink);
}

#news .news-list .news-item-text .news-item-text-title {
  font-size: 1.6rem;
  margin-bottom: 0;
}

/*====================================================================
動画
====================================================================*/
#movie .teaser-block-inner {
  padding-top: 10%;
  padding-bottom: 40px;
}

.teaser-contents .movie-player{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto 20px;
}
.teaser-contents .movie-player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*====================================================================
イントロダクション
====================================================================*/
#intro .teaser-block-inner {
  padding-top: 6%;
  padding-bottom: 50px;
}

#intro p {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/intro.jpg) no-repeat center;
  background-size: contain;
  padding-top: 273%;
}

/*====================================================================
キャスト
====================================================================*/
#cast .teaser-block-inner {
  padding-top: 10%;
}

#cast dl:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
  text-align: justify;
}

#cast dl dt {
  width: 62.6%;
  margin: 40px auto 30px ;
}

#cast dl dd {
  margin-bottom: 30px;
}

/*====================================================================
原作
====================================================================*/
#original .teaser-block-inner {
  padding-top: 14%;
}

.original-manga {
  text-align: center;
}

.manga-intro {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/original/original-manga_pc.png) no-repeat center;
  background-size: contain;
  padding-top: 92%;
}

.manga-text {
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: bold;
}

.manga-text .pink {
  color: var(--pink);
}

.manga-text-neon {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
  background-color: var(--neon);
}

.manga-text-neon:nth-of-type(2) {
  margin-top: 20px;
}

.manga-link {
  display: inline-block;
  width: 67.7%;
  margin: 30px 0 50px;
  filter: drop-shadow(0px 5px 0px var(--pinkdark));
}

.manga-link:hover {
  opacity: 1;
  transform: translateY(5px);
  filter: none;
}

/*作者*/
.original-author {
  background-color: var(--neon);
  border-radius: 20px;
  padding: 50px 30px 30px;
  position: relative;
  text-align: justify;
  line-height: 190%;
}

.original-comment-ttl {
  position:absolute;
  top: -10px;
  left: -10px;
}

.original-comment-ttl::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #444444 transparent transparent;
}

.original-profile {
  background-color: #fff;
  background-image: url(../images/original/originai-profile.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  border-radius: 10px;
  padding: 20px 20px 20px 60px;
  margin: 20px auto 0;
}


/*====================================================================
スタッフ
====================================================================*/
#staff {
  width: calc(100% - 20px);
  float: right;
}

#staff dl {
  padding-left: 30%;
  font-weight: bold;
  line-height: 150%;
}

#staff dd:not(:nth-last-of-type(1)) {
  margin-bottom: 15px;
}

#staff dt {
  color: var(--pink);
  margin-bottom: 5px;
}

#staff dd {
  font-size: 1.6rem;
}

/*====================================================================
トピックス
====================================================================*/
#topics .teaser-block-inner {
  padding-top: 15%;
}

/*====================================================================
SNS
====================================================================*/
#sns .teaser-block-inner{
  padding-top: 15%;
}

.sns-link {
  display: flex;
  justify-content:space-between;
}
.sns-link a {
  display: block;
  width: 32.5%;
}
.sns-link .twitter {
  filter: drop-shadow(0px 5px 0px #1882C2);
}
.sns-link .instagram {
  filter: drop-shadow(0px 5px 0px var(--pinkdark));
}
.sns-link .tiktok {
  filter: drop-shadow(0px 5px 0px #5E5E5E);
}
.sns-link a:hover {
  opacity: 1;
  transform: translateY(5px);
  filter: none;
}
/* タイムライン */
.teaser-contents .twitter-area{
  border: 1px solid #eee;
  margin-bottom: 20px;
}

/* ---------------------------------
ティザーTOPICS一覧用（日テレテンプレ）
--------------------------------- */
#topics.drama-area{
  padding: 0;
  margin: 0;
  background-color: transparent;
}

#topics.drama-area a:hover{
  opacity: .5;
}

#topics .drama-box-title{display: none;}

#topics .topics-item {
  border: none!important;
  background-color: #F9F9F9;
  border-radius: 10px;
  overflow: hidden;
}

#topics .topics-pickup {
  background-color: #F9F9F9;
}

/* ボタン */
#topics .drama-btn.btn-more {
  color: #ffffff;
  background-color: #000;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  padding: 1.3em 0 1.2em;
  font-size: 1.4rem;
  line-height: 1;
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}

.bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.bnr ul li {
  width: 49%;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  #topics .topics-btn {
    padding: 10px;
    margin: 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%;
  }
}

/* ---------------------------------
右カラム設定
--------------------------------- */
/* 右カラム　タイトル */
.ntv-box-title {
  background: var(--pink);
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .teaser-main-nav {
    padding: 0 10px;
  }
  .teaser-contents {
    padding: 0 10px;
  }
}

@media screen and (max-width: 601px) {
  .sp_block {
    display: block;
  }

  .btn {
    width: 230px;
    line-height: 40px;
    font-size: 1.4rem;
  }

  .btn::after {
    border-top: 2px solid var(--pink);
    border-right: 2px solid var(--pink);
  }

  /*==================================
  Layout
  ==================================*/
    .teaser-block{
      margin-bottom: 10px;
    }
    .teaser-block-inner{
      border-radius: 20px;
      padding: 30px 10px;
    }

  /*====================================================================
  MV+放送時間
  ====================================================================*/
  .teaser-main-mainImg {
      width: calc(100% - 20px);
    }
    .teaser-main-mainImg::after {
      right: -10px;
      border-width: 10px 0 0 10px;
    }
    .teaser-main-mainImg::before {
      left: -10px;
      border-width: 0 0 10px 10px;
    }
    .teaser-main-onair{
      padding: 12px 15px;
    }

  /*====================================================================
  メニュー設定
  ====================================================================*/
  .teaser-main-nav ul {
    margin: 15px 0 0;
  }
  .teaser-main-nav ul li a {
    padding: 12px 0;
  }
  .teaser-main-nav ul li img {
    height: 30px;
  }

  /*====================================================================
  タイトルまわり
  ====================================================================*/
  /*三角リボン*/
  .ribbon-tr {
    width: 40%;
    max-width: 180px;
    top: -10px;
    left: 20px;
  }

  .ribbon-tr::before, .ribbon-tr::after {
    width: 10px;
    height: 10px;
  }

  .ribbon-tr::after {
    top: 0;
    left: unset;
    right: 0;
  }

  .ribbon-tr > .teaser-block-title {
    padding-top: 55%;
  }

  #news .teaser-block-title {
    background-image: url(../images/ttl/ttl-news_sp.svg);
  }

  #staff .teaser-block-title {
    background-image: url(../images/ttl/ttl-staff_sp.svg);
  }

  #staff .ribbon-tr {
    right: 20px;
    left: unset;
}

  /*半円リボン*/
  .ribbon-circle {
    width: 35%;
    max-width: 160px;
  }

  #movie .teaser-block-title {
    background-image: url(../images/ttl/ttl-movie_sp.svg);
  }
  
  #cast .teaser-block-title {
    background-image: url(../images/ttl/ttl-cast_sp.svg);
  }
  
  #topics .teaser-block-title {
    background-image: url(../images/ttl/ttl-topics_sp.svg);
  }

  /*四角リボン*/
  .ribbon-square {
    width: 42.3%;
    max-width: 210px;
  }
  .ribbon-square > .teaser-block-title {
    padding-top: 36.5%;
  }

  /*====================================================================
  新着情報
  ====================================================================*/
  #news {
    width: 100%;
  }
  
  #news .teaser-block-inner {
    padding-top: 16%;
    min-height: 0;
  }
  #news .news-list {
    padding-left: 0;
  }
  #news .news-list .news-item-img {
    width: 140px;
  }
  #news .news-list .news-item-text .news-item-text-date,
  #news .news-list .news-item-text .news-item-text-title {
    font-size: 1.2rem;
    line-height: 140%;
  }

  /*====================================================================
  動画+イントロダクション+キャスト
  ====================================================================*/
  #movie .teaser-block-inner {
    padding-top: 10%;
    padding-bottom: 30px;
  }
  .teaser-contents .movie-player{
    margin-bottom: 15px;
  }

  #intro .teaser-block-inner {
    padding-top: 8%;
    padding-bottom: 30px;
  }

  #cast .teaser-block-inner {
    padding-top: 10%;
    padding-bottom: 30px;
  }

  #cast dl:not(:last-of-type) {
    padding-bottom: 30px;
    border-bottom: 1px dashed #000;
  }
  #cast dl dt {
    width: 85%;
    margin: 30px auto;
  }
  #cast dl dd {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  /*====================================================================
  原作
  ====================================================================*/
  #original .teaser-block-inner {
    padding: 16% 10px 10px;
  }

  .manga-intro {
    background-image: url(../images/original/original-manga_sp.png);
    padding-top: 115%;
  }

  .manga-text {
    font-size: 1.6rem;
  }
  .manga-text-neon {
    display: inline;
    margin-bottom: 5px;
    padding: 4px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  .manga-text-neon:nth-of-type(2) {
    margin-top: 20px;
  }
  .manga-link {
    width: 100%;
    margin: 20px 0 50px;
  }

  /*作者*/
  .original-author {
    padding: 40px 15px 15px;
  }
  .original-comment-ttl {
    top: -15px;
  }
  .original-profile {
    padding: 15px 15px 15px 45px;
    background-size: 40px;
    background-position: left top;
  }

  /*====================================================================
  スタッフ
  ====================================================================*/
  #staff {
    width: 100%;
  }
  #staff .teaser-block-inner {
    padding-top: 10%;
  }
  #staff dl {
    padding: 0 15px;
  }
  #staff dt {
    font-size: 1.2rem;
  }
  #staff dd {
    font-size: 1.4rem;
  }
  /*====================================================================
  トピックス
  ====================================================================*/
  #topics .teaser-block-inner {
    padding-top: 17%;
  }
  #topics .topics-item {
    border-radius: 0;
  }
  #topics .topics-item:not(:first-child) {
    border-top: 1px solid #ddd!important;
  }

  /*====================================================================
  SNS
  ====================================================================*/
  .sns-link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .sns-link a {
    width: 48%;
    margin-bottom: 10px;
  }

  .bnr ul {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .bnr ul li {
    width: 80%;
  }
}

/* ---------------------------------
tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){

}
