/* ---------------------------------
 バナー
--------------------------------- */
/* ドラマのバナーサイズは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お気に入り登録バナーのスタイルを変更したい場合は以下に記載する */
.drama-tver-favorite-banner img {
  /* border: 1px solid #000; */
  /* border-radius: 10px; */
}

/* ---------------------------------
 SNS
--------------------------------- */
.teaser-topsns .teaser-topsns-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teaser-topsns .teaser-topsns-list li{
  width: 40px;
  margin-left: 10px;
  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 .teaser-topsns-list li{
    width: 60px;
  }
}

/* ---------------------------------
 NEWS
--------------------------------- */
#news {
  width: 544px;
  margin: 80px auto 0;
  background: url(../images/bg01.png) center top / 150px auto repeat;
}
#news .teaser-block-title {
  overflow: hidden;
  height: 30px;
  background: url(../images/news-ttl.svg) left center / auto 100% no-repeat;
  text-indent: -9999px;
}
#news .teaser-block-inner {
  padding: 0;
}
#news .news-list .news-slide {
  margin: 0 5px;
}
#news .news-list .news-item + .news-item {
  margin-top: 30px;
}
#news .news-list .news-item:last-child {
  margin-bottom: 0;
}
#news .news-list a {
  display: flex;
}
#news .news-list .news-item-img {
  width: 130px;
  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: 10px;
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
#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: 96px;
  margin-right: 10px;
  line-height: 25px;
  color: #D7DCE8;
  text-align: center;
  background: #1A2338;
  font-size: 1.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
#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: #1A2338;
}
#news .news-list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  height: 100%;
  margin-top: -15px;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  background-image: url(../images/ico-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%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#news .news-list .slick-prev {
  height: 30px;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}
#news .news-list .slick-next {
  height: 30px;
  right: 0;
}
#news .news-list .slick-disabled {
  display: none !important;
}
#news .news-list a:hover {
  opacity: initial;
}
#news .news-list a:hover .news-item-text .news-item-text-date .category {
  background: #E4007F;
}
#news .news-list a:hover .news-item-text .news-item-text-date,
#news .news-list a:hover .news-item-text .news-item-text-title {
  color: #E4007F;
}
@media screen and (min-width: 993px) {
  #news .news-list .slick-prev {
    left: 0;
  }
  #news .news-list .slick-next {
    right: 0;
  }
}

@media screen and (min-width: 601px) {
  #news .news-list .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #news .news-list .slick-prev {
    left: -40px;
  }
  #news .news-list .slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 992px) {
  #news {
    width: min(90vw, 544px);
    margin: 40px auto 0;
  }
  #news .teaser-block-title {
    height: 25px;
  }
  #news .teaser-block-title:after {
    left: initial;
    right: 40px;
    width: calc(100% - 170px);
  }
  #news .teaser-block-inner {
    padding: 0 10px;
  }
  #news .news-list .news-item-img {
    width: 90px;
  }
  #news .news-list .news-item-text .news-item-text-date {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  #news .news-list .news-item-text .news-item-text-date .category {
    margin-right: 5px;
    line-height: 20px;
    font-size: 1.2rem;
  }
  #news .news-list .news-item-text .news-item-text-title {
    font-size: 1.3rem;
  }
  #news .news-list .slick-next {
    right: -15px;
  }
  #news .news-list .slick-prev {
    left: -15px;
  }
}

/* ---------------------------------
モーダル
--------------------------------- */
.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 .teaser-block-title {
  padding: 0;
}
#movie .teaser-block-inner {
  background: url(../images/movie-bg.png) top center / 100% auto no-repeat;
}
#movie .movie-sub {
  position: relative;
  margin: 35px 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: 40px;
}
#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.png);
  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;
}
#movie .movie-sub .date {
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: normal;
}
#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/ico-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;
  }
}
@media screen and (max-width: 992px) {
  #movie {
    position: relative;
    width: min(90vw, 600px);
    margin: min(18vw, 70px) auto 0;
  }
  #movie:after {
    position: absolute;
    top: -30px;
    left: -160px;
    width: 350px;
    height: 200px;
    background: url(../images/deco01.png) top center / 100% auto no-repeat;
    content: "";
  }
  #movie .teaser-block-title {
    position: relative;
    z-index: 1;
  }
  #movie .teaser-block-inner {
    position: relative;
    padding: 10px;
    z-index: 1;
  }
}

/* ---------------------------------
 intro
--------------------------------- */
#intro .teaser-block-title {
  position: relative;
  z-index: 1;
}
#intro .teaser-block-title:after {
  width: calc(100% - 510px);
}
#intro .teaser-block-inner {
  position: relative;
  margin-top: 60px;
}
#intro .teaser-block-inner:after,
#intro .teaser-block-inner:before {
  position: absolute;
  width: 800px;
  height: 457px;
  background: url(../images/deco01.png) center / 800px auto no-repeat;
  content: "";
}
#intro .teaser-block-inner:after {
  top: -54px;
  right: -175px;
}
#intro .teaser-block-inner:before {
  bottom: -80px;
  left: -177px;
}
#intro .teaser-block-inner .rotate {
  position: relative;
  padding: 30px;
  transform: rotate(-2deg);
  text-align: center;
  background: url(../images/bg01.png) center top / 150px auto repeat;
  z-index: 1;
}
#intro .teaser-block-inner .rotate p,
#intro .teaser-block-inner .rotate dt,
#intro .teaser-block-inner .rotate dd {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
#intro .teaser-block-inner .rotate p + p {
  margin-top: 13px;
}
#intro .teaser-block-inner .detail {
  width: 500px;
  margin: 20px auto;
  padding: 10px 0;
  background: #1A2338;
}
#intro .teaser-block-inner .detail dt,
#intro .teaser-block-inner .detail dd {
  color: #D7DCE8;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
}
#intro .teaser-block-inner .detail dd {
  font-size: 1.4rem;
  font-weight: normal;
}
#intro .teaser-block-inner .txt-deco01 {
  padding: 0.2em 0.1em 0.2em 0.7em;
  background: url(../images/bg02.jpg) top left / 1000px auto no-repeat;
  color: #D7DCE8;
}
#intro .teaser-block-inner .txt-deco02 {
  color: #E4007F;
}
#intro .teaser-block-inner .txt-deco02 span {
  letter-spacing: -0.2em;
}
#intro .teaser-block-inner .txt-deco03 {
  font-size: 3.8rem;
}
#intro .teaser-block-inner .txt-deco03 strong {
  position: relative;
  background: url(../images/bg02.jpg) top left / 1000px auto no-repeat;
  background-clip: text;
  color: transparent;
}
#intro .teaser-block-inner .txt-deco03 strong + strong {
  margin-left: 50px;
}
#intro .teaser-block-inner .txt-deco03 strong + strong:after,
#intro .teaser-block-inner .txt-deco03 strong + strong:before {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 50px;
  height: 1px;
  background: #1A2338;
  content: "";
  transform: rotate(45deg);
}
#intro .teaser-block-inner .txt-deco03 strong + strong:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 992px) {
  #intro {
    width: min(90vw, 600px);
    margin: min(18vw, 70px) auto 0;
  }
  #intro .teaser-block-title:after {
    width: calc(100% - 285px);
  }
  #intro .teaser-block-inner {
    margin-top: 0;
  }
  #intro .teaser-block-inner:after,
  #intro .teaser-block-inner:before {
    width: 470px;
    height: 246px;
    background-size: 470px auto;
  }
  #intro .teaser-block-inner:after {
    top: -20px;
    right: -135px;
  }
  #intro .teaser-block-inner:before {
    bottom: -40px;
    left: -117px;
  }
  #intro .teaser-block-inner .rotate {
    padding: 20px 10px;
  }
  #intro .teaser-block-inner .detail {
    width: 100%;
    margin: 15px auto;
    padding: 10px;
  }
  #intro .teaser-block-inner .detail dt {
    font-size: 1.4rem;
  }
  #intro .teaser-block-inner .detail dd {
    font-size: 1.2rem;
  }
  #intro .teaser-block-inner .txt-deco01 {
    background-size: 500px auto;
  }
  #intro .teaser-block-inner .txt-deco03 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  #intro .teaser-block-inner .txt-deco03 strong {
    background-size: 500px auto;
  }
  #intro .teaser-block-inner .txt-deco03 strong + strong {
    margin-left: 30px;
  }
  #intro .teaser-block-inner .txt-deco03 strong + strong:after,
  #intro .teaser-block-inner .txt-deco03 strong + strong:before {
    left: -30px;
    width: 30px;
  }
}

/* ---------------------------------
 cast
--------------------------------- */
#cast .teaser-block-title:after {
  width: calc(100% - 337px);
}
#cast .teaser-block-inner {
  padding-bottom: 0;
}
#cast .teaser-block-inner .cast-list01 li {
  position: relative;
}
#cast .teaser-block-inner .cast-list01 li + li {
  margin-top: 60px;
}
#cast .teaser-block-inner .cast-list01 li img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 280px;
  pointer-events: none;
  user-select: none;
}
#cast .teaser-block-inner .cast-list01 li:nth-child(even) img {
  left: initial;
  right: 0;
}
#cast .teaser-block-inner .cast-list01 li dl {
  margin: 0 0 0 120px;
  padding: 50px 30px 50px 0;
  background: rgba(26, 35, 56, 0.95);
}
#cast .teaser-block-inner .cast-list01 li:nth-child(even) dl {
  margin: 0 120px 0 0;
  padding: 50px 0 50px 30px;
}
#cast .teaser-block-inner .cast-list01 li dl dt,
#cast .teaser-block-inner .cast-list01 li dl dd {
  padding: 0 0 0 190px;
  color: #D7DCE8;
  font-size: 1.4rem;
  line-height: 2;
}
#cast .teaser-block-inner .cast-list01 li:nth-child(even) dl dt,
#cast .teaser-block-inner .cast-list01 li:nth-child(even) dl dd {
  padding: 0 190px 0 0;
}
#cast .teaser-block-inner .cast-list01 li dl dt .name {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
#cast .teaser-block-inner .cast-list01 li dl dt .name span {
  margin-left: 0.4em;
  font-size: 1.6rem;
}
#cast .teaser-block-inner .cast-list01 li dl dt .actor {
  position: relative;
  display: block;
  margin-top: 12px;
  background: url(../images/bg02.jpg) top left / 1000px auto;
  background-clip: text;
  color: transparent;
  font-size: 4.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.2em;
}
#cast .teaser-block-inner .cast-list01 li dl dt .actor:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 5em);
  height: 1px;
  background: #E4007F;
  content: "";
}
#cast .teaser-block-inner .cast-list01 li dl dt .actor span {
  display: block;
  padding-right: 0.5em;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#cast .teaser-block-inner .cast-list01 li dl dd {
  margin-top: 27px;
}
#cast .teaser-block-inner .cast-list01 li dl dd .btn-deco {
  margin-top: 20px;
}
/*#cast .teaser-block-inner .cast-list01 li.sub img {
  top: -30px;
  width: 200px;
}
#cast .teaser-block-inner .cast-list01 li.sub dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 70px 0 20px;
  padding: 50px 30px;
  z-index: 1;
}*/
#cast .teaser-block-inner .cast-list01 li:nth-child(even of .sub) dl {
  margin: 0 20px 0 70px;
}
/*#cast .teaser-block-inner .cast-list01 li.sub dl dt,
#cast .teaser-block-inner .cast-list01 li.sub dl dd {
  padding: 0;
}
#cast .teaser-block-inner .cast-list01 li.sub dl dt {
  width: 45%;
}
#cast .teaser-block-inner .cast-list01 li.sub dl dt .actor {
  font-size: 6.8rem;
}
#cast .teaser-block-inner .cast-list01 li.sub dl dt .actor:after {
  width: calc(100% - 2.3em);
}
#cast .teaser-block-inner .cast-list01 li.sub dl dd {
  width: 54%;
  margin-top: 0;
}*/
#cast .teaser-block-inner .cast-list02 {
  width: 580px;
  margin: 60px auto 0;
}
#cast .teaser-block-inner .cast-list-a,
#cast .teaser-block-inner .cast-list-b {
  padding: 20px 30px 30px;
  background: rgba(177, 183, 202, 0.95);
}
#cast .teaser-block-inner .cast-list02 h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.2em;
}
#cast .teaser-block-inner .cast-list02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
#cast .teaser-block-inner .cast-list02 li {
  width: calc(50% - 5px);
  margin-top: 50px;
  background: rgba(26, 35, 56, 0.95);
  text-align: center;
}
#cast .teaser-block-inner .cast-list02 li a {
  display: block;
  padding: 0 10px 20px 10px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #D7DCE8;
  font-weight: normal;
}
#cast .teaser-block-inner .cast-list02 li img {
  width: 170px;
  margin: -50px auto 0;
}
#cast .teaser-block-inner .cast-list02 li .name {
  display: block;
  margin: 0.6em auto 0.3em;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
}
#cast .teaser-block-inner .cast-list02 li .name span {
  font-size: 1.2rem;
}
#cast .teaser-block-inner .cast-list02 li .actor {
  display: block;
  font-size: 3.4rem;
  background: url(../images/bg02.jpg) top left / 1000px auto;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
}
#cast .teaser-block-inner .cast-list02 li .actor span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  #cast {
    position: relative;
    width: min(90vw, 600px);
    margin: min(18vw, 70px) auto 0;
  }
  #cast:after {
    position: absolute;
    bottom: 26%;
    right: -160px;
    width: 450px;
    height: 260px;
    background: url(../images/deco01.png) top center / 100% auto no-repeat;
    content: "";
  }
  #cast .teaser-block-title,
  #cast .teaser-block-inner {
    position: relative;
    z-index: 1;
  }
  #cast .teaser-block-title:after {
    width: calc(100% - 150px);
  }
  #cast .teaser-block-inner .cast-list01 li + li {
    margin-top: 30px;
  }
  #cast .teaser-block-inner .cast-list01 li img {
    left: -10px;
    width: 120px;
  }
  #cast .teaser-block-inner .cast-list01 li:nth-child(even) img {
    left: initial;
    right: -10px;
  }
  #cast .teaser-block-inner .cast-list01 li dl,
  #cast .teaser-block-inner .cast-list01 li:nth-child(even) dl {
    margin: 0;
    padding: 0 20px 30px;
  }
  #cast .teaser-block-inner .cast-list01 li dl dt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0 0 110px;
    min-height: 160px;
    font-size: 1.2rem;
  }
  #cast .teaser-block-inner .cast-list01 li:nth-child(even) dl dt {
    padding: 10px 110px 0 0;
  }
  #cast .teaser-block-inner .cast-list01 li dl dt .name {
    font-size: 1.8rem;
  }
  #cast .teaser-block-inner .cast-list01 li dl dt .name span {
    font-size: 1.3rem;
  }
  #cast .teaser-block-inner .cast-list01 li dl dt .actor {
    margin-top: 10px;
    background-size: 500px auto;
    font-size: 2.6rem;
  }
  #cast .teaser-block-inner .cast-list01 li dl dd,
  #cast .teaser-block-inner .cast-list01 li:nth-child(even) dl dd {
    margin-top: 10px;
    padding: 0;
    font-size: 1.3rem;
  }
  #cast .teaser-block-inner .cast-list01 li dl dd .btn-deco {
    margin-top: 10px;
  }
/*#cast .teaser-block-inner .cast-list01 li.sub img {
    top: -20px;
    width: 100px;
  }
  #cast .teaser-block-inner .cast-list01 li.sub dl {
    display: block;
    margin: 0 30px 0 0;
    padding: 20px;
  }
  #cast .teaser-block-inner .cast-list01 li:nth-child(even of .sub) dl {
    margin: 0 0 0 30px;
  }
  #cast .teaser-block-inner .cast-list01 li:nth-child(even of .sub) dt {
    padding: 0;
  }
  #cast .teaser-block-inner .cast-list01 li.sub dl dt {
    width: 100%;
    min-height: initial;
    padding: 0;
  }
  #cast .teaser-block-inner .cast-list01 li.sub dl dt .actor {
    margin-top: 0;
    font-size: 5rem;
  }
  #cast .teaser-block-inner .cast-list01 li.sub dl dd {
    width: 100%;
    margin-top: 10px;
  }*/
  #cast .teaser-block-inner .cast-list02 {
    width: 100%;
  }
  #cast .teaser-block-inner .cast-list-a,
  #cast .teaser-block-inner .cast-list-b {
    margin-top: 30px;
    padding: 20px 10px;
  }
  #cast .teaser-block-inner .cast-list02 h4 {
    font-size: 3rem;
  }
  #cast .teaser-block-inner .cast-list02 ul {
    gap: 20px 10px;
  }
  #cast .teaser-block-inner .cast-list02 li {
    width: calc(50% - 5px);
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #cast .teaser-block-inner .cast-list02 li a {
    padding: 0 5px 10px 5px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #cast .teaser-block-inner .cast-list02 li img {
    width: min(27vw,120px);
  }
  #cast .teaser-block-inner .cast-list02 li .name {
    margin: 0.5em 0 0.3em;
    font-size: 1.6rem;
  }
  #cast .teaser-block-inner .cast-list02 li .name span {
    font-size: 1rem;
  }
  #cast .teaser-block-inner .cast-list02 li .actor {
    margin-top: 0.2em;
    font-size: 2rem;
  }
}

/* ---------------------------------
 music
--------------------------------- */
#music .teaser-block-title:after {
  width: calc(100% - 337px);
}
#music .teaser-block-inner {
  padding-bottom: 0;
}
#music .teaser-block-inner img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#music .teaser-block-inner p {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
}
#music .teaser-block-inner p .ft-min {
  display: block;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
}
#music .teaser-block-inner p .ft-min strong {
  position: relative;
  display: block;
  margin-top: 12px;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #E4007F;
}
#music .teaser-block-inner p .ft-min strong span {
  background: url(../images/bg02.jpg) top left / 1000px auto;
  background-clip: text;
  color: transparent;
}
#music .teaser-block-inner a {
  width: 300px;
  margin: 20px auto 0;
}
@media screen and (max-width: 992px) {
  #music .teaser-block-title:after {
    width: calc(100% - 150px);
  }
  #music .teaser-block-inner img {
    width: 90%;
  }
  #music .teaser-block-inner p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #music .teaser-block-inner p .ft-min {
    margin-top: 5px;
    font-size: 2rem;
  }
  #music .teaser-block-inner p .ft-min strong {
    font-size: 2.6rem;
  }
}

/* ---------------------------------
 staff
--------------------------------- */
#staff {
  background: url(../images/bg01.png) center top / 150px auto repeat;
}
#staff .teaser-block-title {
  justify-content: flex-start;
}
#staff .teaser-block-title:after {
  left: initial;
  right: 160px;
  width: calc(100% - 330px);
}
#staff .teaser-block-inner {
  padding: 0;
}
#staff .teaser-block-inner dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  margin: 0 auto;
}
#staff .teaser-block-inner dt {
  width: 40%;
  margin-top: 13px;
  font-size: 1.4rem;
}
#staff .teaser-block-inner dd {
  width: 60%;
  margin-top: 15px;
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  #staff {
    width: min(90vw, 600px);
    margin: min(18vw, 70px) auto 0;
  }
  #staff .teaser-block-title:after {
    right: 40px;
    width: calc(100% - 150px);
  }
  #staff .teaser-block-inner dl {
    width: min(90vw, 340px);
  }
  #staff .teaser-block-inner dt {
    width: min(45%, 150px);
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #staff .teaser-block-inner dd {
    width: 55%;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}


/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */
#topics-area .teaser-block-title:after {
  width: calc(100% - 360px);
}
#topics-area .teaser-block-inner {
  padding: 0 20px;
}
#topics-area .drama-box-body {
  background: transparent;
}
#topics.drama-area {
  padding: 0;
  margin: 0;
}
#topics .drama-box-title {
  display: none;
}

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

@media screen and (max-width: 992px) {
  #topics-area {
    width: min(90vw, 600px);
    margin: min(18vw, 70px) auto 0;
  }
  #topics-area .teaser-block-title:after {
    width: calc(100% - 180px);
  }
  #topics-area .teaser-block-inner {
    padding: 0;
  }
  #topics .topics-btn {
    padding: 10px;
    margin: 0;
  }
}

/* リスト */
@media screen and (min-width: 993px) {
  #topics .topics-item {
    width: 49%;
    background: #1A2338;
  }
  #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%;
  }
  #topics .topics-pickup {
    background: #1A2338;
  }
  #topics .topics-text,
  #topics .topics-pickup-text {
    color: #fff;
    font-weight: normal;
  }
}

/* ---------------------------------
 sns
--------------------------------- */
#sns.teaser-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 120px;
}
#sns.teaser-block .teaser-block-title {
  width: 50%;
  margin-bottom: 0;
  padding: 0;
  justify-content: flex-start;
}
#sns.teaser-block .teaser-block-title:after {
  left: initial;
  right: 0;
  width: calc(100% - 210px);
}
#sns.teaser-block .teaser-topsns-list li {
  width: 80px;
}
@media screen and (max-width: 992px) {
  #sns.teaser-block {
    width: min(90vw, 600px);
    margin: min(18vw, 70px) auto 0;
    padding: 0 0 120px;
  }
  #sns.teaser-block .teaser-block-title {
    width: 50%;
    height: 25px;
  }
  #sns.teaser-block .teaser-block-title:after {
    width: calc(100% - 130px);
  }
  #sns.teaser-block .teaser-topsns-list li {
    width: 40px;
  }
}

/* ---------------------------------
 関連バナー
--------------------------------- */
#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);
  }
}