@charset "UTF-8";

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

.sp_block {
  display: none;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .sp_block {
    display: block;
  }

  .sp_hidden {
    display: none;
  }
}

/*==================================
Layout
==================================*/
.ntv-wrapper {
  background: #262E43;
  word-break: break-all;
}

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

.teaser-contents {
  box-sizing: border-box;
  font-size: 1.6rem;
}

.teaser-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}

/* ブロック */
.teaser-block{
  background: #fff;
  color: #000;
  word-break: break-all;
}
.teaser-block-inner{
  padding: 16px 10px;
}

/* ブロックタイトル */
.teaser-block-title{
  text-align: center;
}

/* ブロック内テキスト */
.teaser-block p{
  color: #000;
  line-height: 1.86;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

/*====================================================================
放送時間
====================================================================*/
.teaser-main-onair {
  background: linear-gradient(180deg, #FFD569 0%, #AA8E46 100%);
  border-radius: 6px;
  padding: 5px;
  margin: 20px 0;
  letter-spacing: 0.05em;
}

.teaser-main-onair-inner {
  background: #FDF5E9;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.55);
  padding: 15px;
}

.teaser-main-onair-inner .onair-text {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #A32323;
  margin-bottom: 8px;
  line-height: 1.3em;
}

.teaser-main-onair-inner .onair-text span {
  font-size: 1.8rem;
  font-weight: 500;
}

.teaser-main-onair-inner .onair-text-sm {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
}

.teaser-main-onair-inner .onair-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
}

.teaser-main-onair-inner .onair-list li {
  font-weight: 700;
  line-height: 2em;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.teaser-main-onair-inner .onair-list .onair-count {
  background: #A32323;
  font-size: 1.2rem;
  color:#fff;
  border-radius:20px;
  padding: 0px 10px;
  display: inline-block;
  margin-right: 5px;
  line-height: 2em;
}

.teaser-main-onair-inner .onair-list .onair-date {
  width: 5.5em;
  display: inline-block;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .teaser-main-onair {
    width: 98%;
    margin: 20px auto;
  }

  .teaser-main-onair-inner {
    padding: 15px 10px;
  }

  .teaser-main-onair-inner .onair-text {
    font-size: 1.8rem;
  }

  .teaser-main-onair-inner .onair-text span {
    font-size: 1.6rem;
  }

  .teaser-main-onair-inner .onair-text-sm {
    font-size: 1.4rem;
  }

  .teaser-main-onair-inner .onair-list {
    display: block;
    padding: 10px;
  }

  .teaser-main-onair-inner .onair-list li {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8em;
    justify-content: center;
  }

  .teaser-main-onair-inner .onair-list .onair-count {
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 0px 12px;
    line-height: 1.8em;
  }

  .teaser-main-onair-inner .onair-list .onair-date {
    width: 6em;
  }

}

/*====================================================================
メニュー設定
====================================================================*/
.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.nav-list-items {
  width: 33%;
  position: relative;
  text-align: center;
  background: url(../images/common/nav_bg_off.png)no-repeat;
  background-size: contain;
  padding-top: 13%;
  margin-bottom: 5px;
}

.nav-list-items:hover {
  background-image: url(../images/common/nav_bg_on.png);
}

.nav-list-items a {
  display: block;
  width: 100%;
  font-size: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.nav-about a {
  background: url(../images/common/nav_intro.svg) no-repeat center;
}

.nav-story a {
  background: url(../images/common/nav_story.svg) no-repeat center;
}

.nav-cast a {
  background: url(../images/common/nav_cast.svg) no-repeat center;
}

.nav-staff a {
  background: url(../images/common/nav_staff.svg) no-repeat center;
}

.nav-topics a {
  background: url(../images/common/nav_topic.svg) no-repeat center;
}

.nav-sns a {
  background: url(../images/common/nav_sns.svg) no-repeat center;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .nav-list {
    padding: 0 5px;
  }

  .nav-list-items a {
    background-size: 40%;
  }

  .nav-about a {
    background-size: 70%;
  }

  .nav-topics a {
    background-size: 45%;
    top: -2px;
  }

  .nav-sns a {
    background-size: 28%;
  }
}
/*====================================================================
Huluバナー
====================================================================*/
.teaser-hulu {
  margin: 10px 0;
}

.teaser-hulu a:hover {
  opacity: 0.5;
}

/*====================================================================
ABOTU&PR動画の舞台_共通スタイル
====================================================================*/
.ntv-main {
  overflow: hidden;
}

#dow-about,
#dow-movie  {
  background: url(../images/intro_bg.jpg) no-repeat center / cover;
  position: relative;
  z-index: 0;
  border-top: 0;
}

#dow-about::before, #dow-about::after,
#dow-movie::before, #dow-movie::after {
  content: "";
  display: block;
  height: 24%;
  width: 100%;
  position: absolute;
  z-index: 2;
}

#dow-about::before {
  background: url(../images/intro_bg_top.png) repeat-x top;
  top: -1px;
}

#dow-about::after {
  background: url(../images/intro_bg_bottom.png) repeat-x bottom / contain;
  bottom: 0;
}

#dow-movie::before {
  background: url(../images/movie_bg_top.png) repeat-x top;
  top: -1px;
}

#dow-movie::after {
  background: url(../images/movie_bg_bottom.png) repeat-x bottom / contain;
  bottom: 0;
}

#dow-about .teaser-block-inner,
#dow-movie .teaser-block-inner {
  text-align: center;
  padding: 150px 60px;
}

#dow-about .teaser-block-inner::before,
#dow-about .teaser-block-inner::after,
#dow-movie .teaser-block-inner::before,
#dow-movie .teaser-block-inner::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

#dow-about .teaser-block-inner::before,
#dow-movie .teaser-block-inner::before {
  right: 50%;
  box-shadow: 6px 0px 3px rgb(0 0 0 / 20%);
}

#dow-about .teaser-block-inner.is-active::before,
#dow-movie .teaser-block-inner.is-active::before {
  animation: openLeftAnime 3s 0.5s forwards;
}

@keyframes openLeftAnime{
  0% {
    right: 50%;
  }

  100% {
    right: 96%;
  }
}

#dow-about .teaser-block-inner::after,
#dow-movie .teaser-block-inner::after {
  box-shadow: -6px 0px 3px rgb(0 0 0 / 20%);
  left: 50%;
}


#dow-about .teaser-block-inner.is-active::after,
#dow-movie .teaser-block-inner.is-active::after {
  animation: openRightAnime 3s 0.5s forwards;
}

@keyframes openRightAnime{
  0% {
    left: 50%;
  }

  100% {
    left: 96%;
  }
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-about .teaser-block-inner,
  #dow-movie .teaser-block-inner {
    padding: 30% 6% 12%;
  }

  #dow-about::before, #dow-movie::before {
    background-size: 110%;
  }
}

/*====================================================================
ABOUT
====================================================================*/
#dow-about {
  background: url(../images/intro_bg.jpg) no-repeat center / cover;
  margin-top: 120px;
}

#dow-about::after {
  height: 14%;
}

#dow-about h3 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#dow-about h3 img {
  width: 400px;
  transform: rotate(356deg);
}

#dow-about .teaser-block-inner {
  padding-bottom: 120px;
}

#dow-about .teaser-block-inner::before {
  background: url(../images/intro_bg_left.jpg) no-repeat center / cover;
}

#dow-about .teaser-block-inner::after {
  background: url(../images/intro_bg_right.jpg) no-repeat center / cover;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-about {
    margin-top: 80px;
  }

  #dow-about h3 {
    transform: translateX(-50%) scale(1.2);
    top: -3%;
  }
}

/* ========================================
イントロダクションの中身
======================================== */
.intro-top p, .intro-middle p, .intro-bottom p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75em;
}

.intro-top .intro-top-h1 {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.intro-top .intro-top-grand {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.intro-top .intro-top-grand1,.intro-top .intro-top-grand2 {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  padding-top: 16.5%;
  margin: 0;
  width: 50%;
}

.intro-top .intro-top-grand1 {
  background: url(../images/intro_grand1.png) no-repeat center right 10px / 80%;
}

.intro-top .intro-top-grand2 {
  background: url(../images/intro_grand2.png) no-repeat center left 10px / 80%;
}

.intro-top .intro-top-h2,
.intro-top .intro-top-text span {
  font-weight: 700;
}

.intro-top .intro-top-h2 span {
  font-size: 20px;
}

.intro-top .intro-top-text {
  margin-top: 5px;
}

.intro-middle {
  background: #fff;
  position: relative;
  margin: 30px 0 70px;
  padding: 20px 0 0;
  z-index: -1;
}

.intro-middle::after {
  content: " ";
  background: url(../images/intro_paper.png)no-repeat center bottom / cover;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.intro-middle .intro-middle-label1 {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  padding-top: 4.5%;
  margin: 5px 0 10px;
  width: 40%;
  display: inline-block;
  background: url(../images/intro_paper_label1.png) no-repeat center / contain;
}

.intro-middle .intro-middle-label2 {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  padding-top: 4%;
  margin: 0px 6px -10px 0px;
  width: 53%;
  display: inline-block;
  background: url(../images/intro_paper_label2.png) no-repeat center / contain;
}

.intro-middle .intro-middle-wagon {
  margin-bottom: 20px;
}

.intro-middle .intro-middle-wagon img {
  width: 66%;
}

.intro-middle .intro-middle-wagon-text {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 20px;
}

.intro-middle .intro-middle-wagon-text::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.intro-middle .intro-middle-wagon-text::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}

p.intro-text-height {
  line-height: 2em;
}

.text-red {
  color: #A32323;
  font-weight: bold;
  font-size: 2rem;
}

.text-pink {
  color: #F15E8C;
  font-weight: bold;
  font-size: 1.8rem;
}

.text-yellow {
  font-weight: bold;
  font-size: 1.8rem;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 58.32%, #FFF174 58.33%);
}

.intro-bottom .intro-bottom-hulu {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  padding-top: 12.5%;
  margin: 0;
  width: 85%;
  display: inline-block;
  background: url(../images/intro_hulu.png) no-repeat center / contain;
}

.intro-bottom .intro-bottom-text-bk {
  background: #000;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 6px 20px;
  margin: 5px 0 15px;
  display: inline-block;
}

.intro-bottom .intro-bottom-text-bold {
  font-weight: 700;
  font-size: 2.6rem;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .intro-top, .intro-middle, .intro-bottom {
    width: 100%;
    margin: 0 auto;
  }

  .intro-top .intro-top-grand {
    align-items: center;
    margin-bottom: 20px;
  }
  
  .intro-top .intro-top-grand1,.intro-top .intro-top-grand2 {
    padding-top: 16.5%;
    margin: 0;
    width: 50%;
  }

  .intro-top .intro-top-grand1 {
    background: url(../images/intro_grand1.png) no-repeat center right 0px / 90%;
  }
  
  .intro-top .intro-top-grand2 {
    background: url(../images/intro_grand2.png) no-repeat center left 0px / 90%;
  }

  .intro-top .intro-top-h2,
  .intro-top .intro-top-text span {
    line-height: 1.8em;
    letter-spacing: 0.05em;
  }

  .intro-top .intro-top-text {
    margin-bottom: 15px;
  }

  .intro-middle {
    padding: 20px 10px 0px;
    margin-bottom: 80px;
  }

  .intro-middle .intro-middle-label1 {
    padding-top: 6.5%;
    width: 50%;
  }

  .intro-middle .intro-middle-label2{
    width: 63%;
    padding-top: 5%;
  }

  .intro-middle .intro-middle-wagon-text {
    padding: 0 10px;
  }

  .intro-middle .intro-middle-wagon-text::before {
    height: 60%;
    transform: rotate(-35deg);
    bottom: 0;
    top: auto;
  }
  
  .intro-middle .intro-middle-wagon-text::after {
    bottom: 0;
    top: auto;
    height: 60%;
    transform: rotate(35deg);
  }

  .intro-middle .intro-middle-wagon img {
    width: 100%;
  }

  .intro-bottom .intro-bottom-hulu{
    padding-top: 13.5%;
    width: 95%;
  }

  .intro-bottom .intro-bottom-text-bk {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    padding: 6px;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

/*====================================================================
PR動画
====================================================================*/
.teaser-contents .movie-player{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.teaser-contents .movie-player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*上は既存のソース*/

#dow-movie {
  background: url(../images/movie_bg.jpg) no-repeat center / cover;
  margin-top: 90px;
}

#dow-movie h3 {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#dow-movie h3 img {
  width: 80%;
}

#dow-movie .teaser-block-inner {
  padding-bottom: 20%;
}

#dow-movie .teaser-block-inner::before {
  background: url(../images/movie_bg_left.jpg) no-repeat center / cover;
}

#dow-movie .teaser-block-inner::after {
  background: url(../images/movie_bg_right.jpg) no-repeat center / cover;
}

/*人物配置*/
.teaser-contents .movie-player::before,
.teaser-contents .movie-player::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 50%;
  top: 80%;
  z-index: 1;
}

.teaser-contents .movie-player::before{
  background: url(../images/movie-cast1.png) no-repeat left / contain;
  left: -30px;
  width: 11%;
}

.teaser-contents .movie-player::after{
  background: url(../images/movie-cast2.png) no-repeat right / contain;
  width: 9%;
  right: -30px;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-movie {
    margin-top: 70px;
  }

  #dow-movie h3 {
    top: -30px;
  }

  #dow-movie h3 img {
    width: 64%;
    max-width: 370px;
  }

  #dow-movie .teaser-block-inner {
    padding: 24% 6% 22%;
  }

  /*人物配置*/
  .teaser-contents .movie-player::before,
  .teaser-contents .movie-player::after {
    width: 50%;
    height: 100%;
    top: 90%;
  }

  .teaser-contents .movie-player::before{
    background: url(../images/movie-cast1.png) no-repeat right / 35%;
    left: 0;
  }

  .teaser-contents .movie-player::after{
    background: url(../images/movie-cast2.png) no-repeat left / 29%;
    right: 0;
  }
}

/*====================================================================
ストーリー&スタッフの電光枠_共通スタイル
====================================================================*/
#dow-story {
  background: #A32323;
} 

#dow-staff {
  background: #000;
} 

#dow-story,
#dow-staff {
  border-radius: 6px;
  padding: 15px;
  position: relative;
  margin-top: 40px;
} 

#dow-story::before,
#dow-story::after,
#dow-staff::before,
#dow-staff::after {
  content: "";    
  width: 98.7%;
  height: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#dow-staff::before,
#dow-staff::after {
  background: url(../images/light-circle-bk.gif)repeat-x center left/14.8%;
}

#dow-story::before,
#dow-story::after {
  background: url(../images/light-circle.gif)repeat-x center left/14.8%;
}

#dow-story::before,
#dow-staff::before {
    top: 0px;
}

#dow-story::after,
#dow-staff::after {
  bottom: 0px;
}

#dow-story .teaser-block-inner,
#dow-staff .teaser-block-inner {
  position: relative;
  background: #fff;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.55);
}

#dow-story .teaser-block-inner::before,
#dow-story .teaser-block-inner::after,
#dow-staff .teaser-block-inner::before,
#dow-staff .teaser-block-inner::after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#dow-story .teaser-block-inner::before,
#dow-story .teaser-block-inner::after {
  background: url(../images/light-circle-row.gif)repeat-y top center/60.9%;
}

#dow-staff .teaser-block-inner::before,
#dow-staff .teaser-block-inner::after {
  background: url(../images/light-circle-bk-row.gif)repeat-y top center/60.9%;
}

#dow-story .teaser-block-inner::before,
#dow-staff .teaser-block-inner::before {
  left: -15px;
}

#dow-story .teaser-block-inner::after,
#dow-staff .teaser-block-inner::after {
  right: -15px;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-story,
  #dow-staff {
    border-radius: 4px;
    padding: 14px;
    margin-top: 0;
  } 

  #dow-story::before,
  #dow-story::after,
  #dow-staff::before,
  #dow-staff::after {
    content: "";
    width: 98%;
    height: 10px;
    background-size: contain;
  }


  #dow-story::before,
  #dow-staff::before {
    top: 2px;
  }

  #dow-story::after, #dow-staff::after {
    bottom: 2px;
  }

  #dow-story .teaser-block-inner::before,
  #dow-story .teaser-block-inner::after,
  #dow-staff .teaser-block-inner::before,
  #dow-staff .teaser-block-inner::after {
    width: 10px;
    background-size: contain;
  }

  #dow-story .teaser-block-inner::before,
  #dow-staff .teaser-block-inner::before {
    left: -12px;
  }

  #dow-story .teaser-block-inner::after,
  #dow-staff .teaser-block-inner::after {
    right: -12px;
  }
}

/*====================================================================
ストーリー
====================================================================*/
#dow-story .teaser-block-inner {
  padding: 40px 70px 28px;
}

#dow-story h3 {
  margin-bottom: 20px;
}

#dow-story h3 img {
  width: 28%;
}

.story-thumb img {
  width: 100%;
}

.story-title {
  text-align:left;
  font-weight: 700;
  display: flex;
  align-items: start;
  margin: 20px 0;
}

.story-title p {
  color: #A32323;
    font-size: 2.2rem;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 0;
}

.story-title span {
  background: #A32323;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px;
  margin-right: 6px;
  width: 5em;
  text-align: center;
  display: inline-block;
}

.story-link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.story-link::before,
.story-link::after {
  content: "";
  display: block;
  width: 10%;
  height: 140px;
}

.story-link::before {
  background: url(../images/story-cast1.png) no-repeat center / contain;
}

.story-link::after {
  background: url(../images/story-cast2.png) no-repeat center / contain;
}

.story-link a {
  display: inline-block;
  background: #CEAB5A;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 80px;
  border-radius: 50px;
  margin-top: 10px;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-story .teaser-block-inner {
    padding: 30px 20px 10px;
  }

  .story-inner {
    width: 100%;
  }

  #dow-story h3 img {
    width: 32%;
    max-width: 130px;
  }

  .story-title {
    display: block;
    margin-bottom: 10px;
  }

  .story-link {
    justify-content: space-around;
    margin-bottom: 15px;
  }

  .story-link::before, .story-link::after {
    width: 16%;
    height: 110px;
  }

  .story-link a {
    display: block;
    font-size: 1.6rem;
    padding: 10px;
    width: 70%;
  }
}

/*====================================================================
相関図
====================================================================*/
#dow-chart {
  margin-top: 50px;
}

#dow-chart h3 img {
  width: 20%;
}

#dow-chart .teaser-block-inner {
  background:url(../images/light.gif)no-repeat #262E43;
  background-position: top center;
  padding: 0;
}

#dow-chart .teaser-block-title {
  height: 140px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 20px;
}

#dow-chart .cast-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

#dow-chart .cast {
  display:block;
  background: linear-gradient(180deg, #4E4E4E 0%, #000000 100%);
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}

#dow-chart .cast .cast-content {
  background: #A32323;
  border-radius: 0px 0px 4px 4px;
  text-align: center;
  width: 100%;
  padding: 6px 0;
}

#dow-chart .cast:nth-of-type(even) .cast-content {
  background: #C19E55;
}

#dow-chart .cast .cast-content .cast-content-name {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
}

#dow-chart .cast:nth-of-type(even) .cast-content .cast-content-name {
  color: #000;
}

#dow-chart .cast .cast-content .cast-content-role {
  color: #F9F490;
  font-size: 1.2rem;
  margin-bottom: 0;
  position: relative;
}

#dow-chart .cast:nth-of-type(even) .cast-content .cast-content-role {
  color: #A32323;
}

#dow-chart .cast .cast-content .cast-content-name::before,
#dow-chart .cast .cast-content .cast-content-name::after,
#dow-chart .cast .cast-content .cast-content-role::before,
#dow-chart .cast .cast-content .cast-content-role::after {
  content: "";
  background: #B4AC81;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 3px;
}

#dow-chart .cast:nth-of-type(even) .cast-content .cast-content-name::before,
#dow-chart .cast:nth-of-type(even) .cast-content .cast-content-name::after,
#dow-chart .cast:nth-of-type(even) .cast-content .cast-content-role::before,
#dow-chart .cast:nth-of-type(even) .cast-content .cast-content-role::after {
  background: #976639;
}

#dow-chart .cast .cast-content .cast-content-name::before {
  left: 4px;
  top: 0;
} 

#dow-chart .cast .cast-content .cast-content-name::after {
  right: 4px;
  top: 0;
} 

#dow-chart .cast .cast-content .cast-content-role::before {
  left: 4px;
  bottom: 0;
} 

#dow-chart .cast .cast-content .cast-content-role::after {
  right: 4px;
  bottom: 0;
} 

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-chart {
    margin-top: 60px;
  }

  #dow-chart .teaser-block-title {
    height: 100px;
    padding-bottom: 10px;
  }
  #dow-chart h3 img {
    width: 25%;
    max-width: 130px;
  }

  #dow-chart .teaser-block-inner {
    background-size: contain;
  }

  #dow-chart .cast-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding: 0 15px;
  }

  #dow-chart .cast {
    margin-bottom: 10px;
  }

  #dow-chart .one {
    grid-column: 1/3;
    width: 50%;
  }
}

/* ---------------------------------
tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
  #dow-chart .teaser-block-title {
    height: 140px;
    padding-bottom: 20px;
  }

  /* #dow-chart h3 img {
    width: 20%;
  } */

  #dow-chart .cast-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }

  #dow-chart .one {
    grid-column: 1/2;
    width: 100%;
  }
}

/*====================================================================
スタッフ
====================================================================*/
#dow-staff {
	margin-top: 40px;
}

#dow-staff .teaser-block-inner {
  padding: 30px 0 66px;
  background-image: url(../images/staff-cast1.png), url(../images/staff-cast2.png);
  background-repeat:no-repeat, no-repeat;
  background-position:left 20px bottom 15px, right 20px bottom 15px;
  background-size: 12%, 16%;
}

#dow-staff h3 {
  margin-bottom: 15px;
}

#dow-staff h3 img {
  width: 18%;
}

#dow-staff dl{
	display: grid;	grid-template-columns: 0.8fr 1fr;
}

#dow-staff dl dt {
	text-align: right;
	margin-right: 25px;
  font-size: 1.4rem;
	line-height: 4rem;
	font-weight: normal;
  color: #A32323;
}

#dow-staff dl dd {
	font-size: 2rem;
	font-weight: 600;
	line-height: 4rem;
}

#dow-staff dl dd span {
	font-size: 1.4rem;
  font-weight: normal;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-staff {
    margin-top: 20px;
  }

  #dow-staff .teaser-block-inner {
    padding: 20px 0 30px;
    background-position: left 15px top 10px, right 10px top 8px;
    background-size: 12%, 17%;
  }

  #dow-staff h3 img {
    width: 25%;
    max-width: 130px;
  }

  #dow-staff dl dt {
    margin-right: 15px;
    font-size: 1.2rem;
    line-height: 3.2rem;

  }

  #dow-staff dl dd {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }

  #dow-staff dl dd span {
    font-size: 1.4rem;
  }
}

/*====================================================================
トピックス
====================================================================*/
#dow-topics {
	background: #F1F1F1;
  border-radius: 5px;
  position: relative;
  margin-top: 90px;
}

#dow-topics .teaser-block-inner {
  padding: 40px 10px 70px;
}

#dow-topics h3 {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#dow-topics h3 img {
  width: 80%;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #dow-topics {
    border-radius: 0;
    margin-top: 60px;
  }

  #dow-topics .teaser-block-inner {
    padding: 16% 15px 50px;
  }

  #dow-topics h3 {
    top: -35px;
  }

  #dow-topics h3 img {
    width: 64%;
    max-width: 370px;
  }
}

/*====================================================================
SNS
====================================================================*/
#twitter {
	background: #262E43;
  border-radius: 6px;
  border: double 6px #EAD2A3;
  margin-top: 65px;
}

#twitter .teaser-block-inner {
  text-align: center;
  padding: 10px 15px 50px;
  background-image: url(../images/sns-cast1.png), url(../images/sns-cast2.png);
  background-repeat:no-repeat, no-repeat;
  background-position:left 5px bottom 5px, right 5px bottom 5px;
  background-size: 12%, 9%;
}

#twitter h3 {
  position: relative;
  top: -25px;
}

#twitter h3 img {
  width: 23%;
}

.sns-link {
  text-align: center;
}

.sns-link a {
  display: inline-block;
  background: #5AC7EA;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px;
  width: 50%;
  border-radius: 50px;
  margin-top: 10px;
}

.teaser-contents .twitter-area {
  width: 78%;
  margin: 0 auto 20px
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #twitter {
    margin-top: 40px;
  }

  #twitter .teaser-block-inner {
    background: none;
    padding: 30px 15px 50px;
  }

  #twitter, #twitter::before {
    border: none;
  }

  #twitter h3 {
    position: inherit;
    top: 0;
    left: 0;
    transform: none;
  }

  #twitter h3 img {
    width: 30%;
    max-width: 140px;
  }

  .sns-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  .sns-link::before,
  .sns-link::after {
    content: "";
    display: block;
    width: 13%;
    height: 100px;
  }
  
  .sns-link::before {
    background: url(../images/sns-cast1.png) no-repeat right 40% center / contain;
  }
  
  .sns-link::after {
    background: url(../images/sns-cast2.png) no-repeat left 40% center / contain;
  }
  
  .sns-link a {
    display: block;
    font-size: 1.6rem;
    padding: 10px;
    width: 70%;
  }

  .teaser-contents .twitter-area {
    width: 100%;
  }
}

/* ---------------------------------
ティザーTOPICS一覧用
--------------------------------- */
#topics.drama-area{
  padding: 0;
  margin: 0;
}

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

/* ボタン */
#topics .drama-btn.btn-more {
  /* color: #ffffff; */
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  background: transparent;
  border: 1px solid #222;
  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;
}

@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: #A32323;
}
.ntv-box-title.title-base {
  background: #A32323;
}
.drama-box-title.title-base {
  background-color: #A32323;
}
