@charset "UTF-8";

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

/*==================================

 Layout

==================================*/

.ntv-contentsWrap__bg {
  position: relative;
  background: #FFDF3B;
  overflow: hidden;
  z-index: 2;
}
.ntv-contentsWrap__bg::before {
  position: absolute;
  width: 100%;
  padding-top: 600px;
  content: "";
  background-image: url("../images/common/bg_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  top: 0;
  left: 0;
  z-index: -1;
}
.ntv-contentsWrap__bg::after {
  position: absolute;
  background-image: url("../images/common/bg_pattern.png");
  content: "";
  top: 850px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-y;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .ntv-contentsWrap__bg::before {
    background-image: none;
  }
  .ntv-contentsWrap__bg::after {
    background-image: none;
  }
}

.ntv-contentsWrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .ntv-contentsWrap {
    padding-bottom: 0;
  }
  .ntv-main {
    padding-bottom: 35px;
  }
}

/* MV */
.teaser-main-mainImg {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -20px;
  padding-top: calc((1500 / 1328) * 100%);
  background-image: url("../images/common/mainv_pc.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .teaser-main-mainImg {
    margin-top: 0;
    padding-top: calc((820 / 750) * 100%);
    background-image: url("../images/common/mainv_sp.jpg");
  }
}

.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;
}

@media screen and (min-width: 993px) {
  .teaser-contents {
    margin-top: 20px;
  }
}

/* お知らせエリアが追加されたとき */
.type-a {
  margin-bottom: 30px !important;
}

/* ---------------------------------
 共通ブロック
--------------------------------- */
.teaser-block{
  color: #333;
  word-break: break-all;
  margin-top: 65px;
}
@media screen and (max-width: 992px) {
  /* ブロック */
  .teaser-block{
    margin-top: 20px;
  }
}

.teaser-block-inner{
  background: #fff;
  padding: 30px;
}

/* ブロックタイトル */
.teaser-block-title{
  display: block;
  margin: 0 auto 30px;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 130px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 993px) {
  /* ブロック */
  .teaser-block{
    margin-top: 20px;
    padding: 0 15px;
  }
  .teaser-block-inner{
    padding: 15px;
  }
  .teaser-block-title{
    margin: 0 auto 20px;
    height: 95px;
  }
}

/* ブロック形 */
.teaser-block__left-top {
  border-radius: 0 20px 20px 20px;
}
.teaser-block__right-bottom {
  border-radius: 20px 20px 0 20px;
}

/* ブロック内テキスト */
.teaser-block p{
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 400;
}

/* 共通ボタン */
.teaser-dm-btn {
  display: inline-block;
  background-color: #111;
  margin: 30px auto 0;
  border-radius: 90px;
  width: 280px;
}
.teaser-dm-btn a {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 90px;
  padding: 15px;
}
@media screen and (max-width: 600px) {
  .teaser-dm-btn a {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.br-pc,
.br-sp {
  display: none;
}

@media screen and (min-width: 600px) {
  .br-pc {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .br-sp {
    display: inline-block;
  }
}
@media screen and (max-width: 375px) {
  .teaser-dm-btn {
    width: 250px;
  }
}

/* ---------------------------------
 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: 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 {
    padding: 15px 15px;
  }

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

/* ---------------------------------
 最新情報
--------------------------------- */
#news.teaser-block {
  margin-top: 50px;
}

.teaser-news_bg {
  position: relative;
}

.dm-news__title {
  position: relative;
  background-image: url("../images/top/title_news.png");
  width: 180px;
}
.teaser-news_bg::before {
  position: absolute;
  top: 0;
  left: 20px;
  content: "";
  background-image: url("../images/top/deco/deco-news_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 152px;
  height: 179px;
}
.teaser-news_bg::after {
  position: absolute;
  top: -4px;
  right: 3px;
  content: "";
  background-image: url("../images/top/deco/deco-news_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 183px;
  height: 128px;
}
@media screen and (max-width: 993px) {
  .dm-news__title {
    width: 125px;
  }
  .teaser-news_bg::before {
    top: 20px;
    left: 55px;
    width: 95px;
    height: 110px;
  }
  .teaser-news_bg::after {
    top: 10px;
    right: 50px;
    width: 140px;
    height: 90px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-news_bg::before {
    top: 20px;
    left: 32px;
    width: 93px;
    height: 110px;
  }
  .teaser-news_bg::after {
    top: 10px;
    right: 16px;
    width: 112px;
    height: 78px;
  }
}
@media screen and (max-width: 374px) {
  .teaser-news_bg::before {
    top: 20px;
    left: 32px;
    width: 93px;
    height: 110px;
  }
  .teaser-news_bg::after {
    top: 22px;
    right: 10px;
    width: 100px;
    height: 65px;
  }
}

/* ---------------------------------
 NEWS
--------------------------------- */
#news .news-list {
  position: relative;
}
#news .news-item {
  padding: 15px 0;
  border-top: #888 1px dotted;
}
#news .news-item:first-child {
  border: none;
}
#news .news-list .news-item:last-child {
  margin-bottom: 0;
}
#news .news-list a {
  display: flex;
}
#news .news-list .news-item-img {
  width: 190px;
  display: inline-block;
}
#news .news-list .news-item-text {
  margin-left: 25px;
  flex: 1;
}
#news .news-list .news-item-text .news-item-text-date {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
#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;
  width: 65px;
  margin-right: 8px;
  color: #fff;
  text-align: center;
  font-family: Staatliches;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background: #2E6BF7;
  vertical-align: middle;
}
#news .news-item-text-date {
  color: #2E6BF7;
  font-family: Staatliches;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#news .news-list .news-item-text .news-item-text-title {
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* ボタン */
.teaser-news-btn {
  text-align: center;
}
#newsMoreBtn .teaser-dm-btn {
  margin: 15px auto 0;
}
#newsMoreBtn button {
  color: #fff;
  border: none;
  background-color: transparent;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 15px;
}

@media screen and (max-width: 600px) {
  #news .news-list {
    padding: 0;
  }
  #news .news-list .news-item {
    padding: 10px 0;
  }
  #news .news-list .news-item-img {
    width: 95px;
  }
  #news .news-list .news-item-text .news-item-text-date .category {
    margin-right: 6.5px;
    width: 40px;
    height: 15px;
    font-size: 1rem;
    line-height: 1.2;
    padding: 2px 0;
  }
  #news .news-list .news-item-text .news-item-text-date {
    font-size: 1rem;
    line-height: 1.2;
  }
}

/* ---------------------------------
 イントロ
--------------------------------- */
.teaser-intro_bg {
  position: relative;
}
.teaser-intro_bg::before {
  position: absolute;
  top: -25px;
  left: 0;
  content: "";
  background-image: url("../images/top/deco/deco-intro_05.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 197px;
  height: 147px;
}
.teaser-intro_bg::after {
  position: absolute;
  top: 82px;
  right: 20px;
  content: "";
  background-image: url("../images/top/deco/deco-intro_06.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 161px;
  height: 100px;
}
@media screen and (max-width: 993px) {
  .teaser-intro_bg::before {
    top: -7px;
    left: 16px;
    width: 161px;
    height: 120px;
  }
  .teaser-intro_bg::after {
    top: 48px;
    right: 41px;
    width: 135px;
    height: 84px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-intro_bg::before {
    top: 5px;
    left: 14px;
    width: 101px;
    height: 76px;
  }
  .teaser-intro_bg::after {
    top: 74px;
    right: 35px;
    width: 83px;
    height: 51px;
  }
}
@media screen and (max-width: 374px) {
  .teaser-intro_bg::before {
    top: 15px;
    left: 14px;
    width: 85px;
    height: 60px;
  }
  .teaser-intro_bg::after {
    top: 71px;
    right: 29px;
    width: 90px;
    height: 56px;
  }
}

.dm-intro__title {
  background-image: url("../images/top/title_intro.png");
  width: 170px;
}
@media screen and (max-width: 993px) {
  .dm-intro__title {
    width: 120px;
  }
}

#intro .teaser-block-inner {
  padding: 30px 50px 60px;
}
@media screen and (max-width: 600px) {
  #intro .teaser-block-inner {
    padding: 30px 20px 35px;
  }
}

.teaser-dm-intro-text {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/top/intro/intro_pc.png");
  padding-top: calc((1262 / 1208) * 100%);
}
@media screen and (max-width: 600px) {
  .teaser-dm-intro-text {
    background-image: url("../images/top/intro/intro_sp.png");
    padding-top: calc((990 / 630) * 100%);
  }
}

/* ---------------------------------
 キャスト
--------------------------------- */
.teaser-cast_bg {
  position: relative;
}
.teaser-cast_bg::before {
  position: absolute;
  top: 48px;
  left: 40px;
  content: "";
  background-image: url("../images/top/deco/deco-cast_07.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 137px;
  height: 135px;
}
.teaser-cast_bg::after {
  position: absolute;
  top: -25px;
  right: 0;
  content: "";
  background-image: url("../images/top/deco/deco-cast_08.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 176px;
  height: 157px;
}
@media screen and (max-width: 993px) {
  .teaser-cast_bg::before {
    top: 38px;
    left: 32px;
    width: 110px;
    height: 108px;
  }
  .teaser-cast_bg::after {
    top: 16px;
    right: 15px;
    width: 110px;
    height: 98px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-cast_bg::before {
    top: 60px;
    left: 31px;
    width: 71px;
    height: 70px;
  }
  .teaser-cast_bg::after {
    top: 17px;
    right: 15px;
    width: 91px;
    height: 81px;
  }
}
@media screen and (max-width: 374px) {
  .teaser-cast_bg::before {
    top: 60px;
    left: 27px;
    width: 71px;
    height: 70px;
  }
  .teaser-cast_bg::after {
    top: 18px;
    right: 15px;
    width: 90px;
    height: 81px;
  }
}

.dm-cast__title {
  background-image: url("../images/top/title_cast.png");
  width: 140px;
}
@media screen and (max-width: 993px) {
  .dm-cast__title {
    width: 100px;
  }
}

#cast .teaser-block-inner {
  margin-top: 30px;
  padding: 60px 30px 50px;
  text-align: center;
}
#cast .teaser-block-inner:first-child{
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  #cast .teaser-block-inner {
    margin-top: 20px;
    padding: 30px 15px 35px;
  }
  .teaser-dm-btn {
    margin: 20px auto 0;
  }
}

.dm-cast-img {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 420px;
}
@media screen and (max-width: 600px) {
  .dm-cast-img {
    padding-top: 285px;
  }
}
.img-kandagawa {
  background-image: url("../images/top/cast/cast-img_kawaei-rina.png");
}
.img-saigawa {
  background-image: url("../images/top/cast/cast-img_yasuda-ken.png");
}
.img-kawashima {
  background-image: url("../images/top/cast/cast-img_kichise-michiko.png");
}
.img-kimura {
  background-image: url("../images/top/cast/cast-img_chiba-yudai.png");
}
.img-asakura {
  background-image: url("../images/top/cast/cast-img_terashima-shinobu.png");
}

.dm-cast-text {
  padding: 15px 0 0;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .dm-cast-text p{
    font-size: 1.4rem;
  }
}

/* ---------------------------------
 スタッフ
--------------------------------- */
.teaser-staff_bg {
  position: relative;
}
.teaser-staff_bg::before {
  position: absolute;
  top: -24px;
  left: 20px;
  content: "";
  background-image: url("../images/top/deco/deco-staff_09.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 152px;
  height: 167px;
}
.teaser-staff_bg::after {
  position: absolute;
  top: 50px;
  right: 10px;
  content: "";
  background-image: url("../images/top/deco/deco-staff_10.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 196px;
  height: 127px;
}
@media screen and (max-width: 993px) {
  .teaser-staff_bg::before {
    top: 0;
    left: 32px;
    width: 90px;
    height: 99px;
  }
  .teaser-staff_bg::after {
    top: 46px;
    right: 15px;
    width: 125px;
    height: 81px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-staff_bg::before {
    top: 7px;
    left: 23px;
    width: 79px;
    height: 87px;
  }
  .teaser-staff_bg::after {
    top: 54px;
    right: 15px;
    width: 109px;
    height: 71px;
  }
}
@media screen and (max-width: 374px) {
  .teaser-staff_bg::before {
    top: 8px;
    left: 27px;
    width: 65px;
    height: 70px;
  }
  .teaser-staff_bg::after {
    top: 70px;
    right: 15px;
    width: 90px;
    height: 58px;
  }
}

.dm-staff__title {
  background-image: url("../images/top/title_staff.png");
  width: 165px;
}
@media screen and (max-width: 993px) {
  .dm-staff__title {
    width: 120px;
  }
}

#staff .teaser-block-inner {
  padding: 50px 10px 55px;
  text-align: center;
}

.staff-list{
  width: 100%;
  text-align: left;
  margin: 20px 0;
}

.staff-item{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  align-items: flex-start;
  justify-content: center;
}
.staff-item:first-child{
  margin-top: 0;
}
.staff-role{
  width: calc(25% - 5px);
  text-align: right;
  font-size: 1.2rem !important;
  color: #fff !important;
  line-height: 2.25;
  letter-spacing: 0.05em;

}
.staff-role span{
  background-color: #f13f79;
  padding: 6px 8px;
}

.staff-name{
  width: 65%;
  display: block;
  font-weight: 500 !important;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
.staff-name span{
  display: flex;
  margin-left: 18px;
}
.staff-name small {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.25;
}
@media screen and (max-width : 992px){
  #staff .teaser-block-inner {
    padding: 15px 0 45px;
  }
  .staff-list {
    max-width: 345px;
    margin: 15px auto 0;
  }
  .staff-item{
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .staff-role{
    text-align: center;
    width: 100%;
  }
  .staff-name{
    width: 100%;
    margin-top: 10px;
  }
  .staff-name span{
    display: block;
    margin-left: 0;
  }
  .staff-name small {
    line-height: 1.75;
  }
}

/* ---------------------------------
 右カラム設定
--------------------------------- */

/* 右カラム　タイトル */
.ntv-box-title {
  background-color: #111;
}
.ntv-box-title.title-base {
  /* background: #e90d28; */
}
.drama-box-title.title-base {
  background-color: #111;
}

/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
  margin: 20px 0 0;
  z-index: 2;
  position: relative;
}
.teaser-main-nav ul {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  width: 100%;
  margin: 0 auto;
}
.teaser-main-nav ul li {
  position: relative;
  vertical-align: top;
  background: #ffffff;
}
/* .teaser-main-nav ul li .label {
  font-size: 1rem;
  position: absolute;
  top: -2px;
  left: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  background-color: #fff844;
  border-radius: 5px;
  transform: translateX(-50%);
} */
.teaser-main-nav ul li a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.teaser-main-nav ul li.is-coming a {
  pointer-events: none;
  opacity: 0.6;
}
.teaser-main-nav ul li:nth-of-type(1) {
  border-radius: 0 20px 20px 20px;
}
.teaser-main-nav ul li:nth-of-type(1) a {
  background-image: url("../images/common/nav/nav_movie.png");
}
.teaser-main-nav ul li:nth-of-type(2) {
  border-radius: 20px 20px 0 20px;
}
.teaser-main-nav ul li:nth-of-type(2) a {
  background-image: url("../images/common/nav/nav_intro.png");
}
.teaser-main-nav ul li:nth-of-type(3) {
  border-radius: 0 20px 20px 20px;
}
.teaser-main-nav ul li:nth-of-type(3) a {
  background-image: url("../images/common/nav/nav_cast.png");
}
.teaser-main-nav ul li:nth-of-type(4) {
  border-radius:  20px 20px 0 20px;
}
.teaser-main-nav ul li:nth-of-type(4) a {
  background-image: url("../images/common/nav/nav_staff.png");
}
.teaser-main-nav ul li:nth-of-type(5) {
  border-radius: 0 20px 20px 20px;
}
.teaser-main-nav ul li:nth-of-type(5) a {
  background-image: url("../images/common/nav/nav_topics.png");
}
.teaser-main-nav ul li:nth-of-type(6) {
  border-radius:  20px 20px 0 20px;
}
.teaser-main-nav ul li:nth-of-type(6) a {
  background-image: url("../images/common/nav/nav_sns.png");
}

/* row-3（3列） */
.teaser-main-nav ul.row-3 li {
  width: calc((100% - 10px) / 3);
}

@media screen and (max-width: 992px) {
  .ntv-main a:hover {
    opacity: 1;
  }
  .teaser-main-nav {
    margin: 15px 0 18px;
    padding: 0 15px;
  }
  .teaser-main-nav ul li a {
    height: 70px;
  }
}

@media screen and (min-width: 601px) {
  .teaser-main-nav ul {
    gap: 15px;
  }

  /* row-3（3列） */
  .teaser-main-nav ul.row-3 li {
    width: calc((100% - 30px) / 3);
  }
}

/* ---------------------------------
 バナー
--------------------------------- */
/* ドラマのバナーサイズは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 img{
  width: 100%;
}
@media screen and (min-width: 993px) {
  .teaser-banner-area{
    padding: 0;
  }
  .teaser-banner-area ul li{
    margin: 10px 0;
  }
}

/* ---------------------------------
 動画
--------------------------------- */
.teaser-contents .movie-player{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
}

.teaser-movie_bg {
  position: relative;
}
.teaser-movie_bg::before {
  position: absolute;
  top: 78px;
  left: 30px;
  content: "";
  background-image: url("../images/top/deco/deco-movie_03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 152px;
  height: 51px;
}
.teaser-movie_bg::after {
  position: absolute;
  top: -4px;
  right: 3px;
  content: "";
  background-image: url("../images/top/deco/deco-movie_04.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 166px;
  height: 136px;
}
@media screen and (max-width: 993px) {
  .teaser-movie_bg::before {
    top: 46px;
    left: 55px;
    width: 145px;
    height: 50px;
  }
  .teaser-movie_bg::after {
    top: 12px;
    right: 38px;
    width: 115px;
    height: 94px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-movie_bg::before {
    top: 66px;
    left: 32px;
    width: 88px;
    height: 29px;
  }
  .teaser-movie_bg::after {
    top: 21px;
    right: 18px;
    width: 96px;
    height: 78px;
  }
}
@media screen and (max-width: 374px) {
  .teaser-movie_bg::before {
    top: 67px;
    left: 24px;
    width: 88px;
    height: 29px;
  }
  .teaser-movie_bg::after {
    top: 28px;
    right: 13px;
    width: 96px;
    height: 78px;
  }
}

.dm-movie__title {
  background-image: url("../images/top/title_movie.png");
  width: 215px;
}
@media screen and (max-width: 993px) {
  .dm-movie__title {
    width: 125px;
  }
}

#movie .teaser-block-inner {
  padding: 40px 30px 30px;
}
@media screen and (max-width: 600px) {
  #movie .teaser-block-inner {
    padding: 15px 15px 20px;
  }
}

.teaser-contents .movie-player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie .movie-sub {
  position: relative;
  margin: 30px 0 0;
}
@media screen and (max-width: 600px) {
  #movie .movie-sub {
    margin: 15px 0 0;
  }
}
#movie .movie-sub .slick-list {
  width: 100%;
}
#movie .movie-sub .slick-track {
  display: flex;
}
#movie .movie-sub .slick-slide {
  width: calc((100% - 30px) / 3)!important;
  cursor: pointer;
  height: auto !important;
}
#movie .movie-sub .slick-slide:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  #movie .movie-sub .slick-slide {
    width: calc((100% - 16px) / 3)!important;
  }
  #movie .movie-sub .slick-slide:not(:first-child) {
    margin-left: 8px;
  }
}
#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 {
  color: #111;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #movie .movie-sub .text-box {
    padding: 5px 0 0;
  }
}
#movie .movie-sub .item-title {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  #movie .movie-sub .item-title {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
#movie .movie-sub .date {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #movie .movie-sub .date {
    font-size: 0.9rem;
  }
}
#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.png");
  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;
  }
}

/* ---------------------------------
モーダル
--------------------------------- */
.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;
}

/* ---------------------------------
 Twitter
--------------------------------- */
.teaser-twitter_bg {
  position: relative;
}
.teaser-twitter_bg::after {
  position: absolute;
  top: -9px;
  right: 3px;
  content: "";
  background-image: url("../images/top/deco/deco-sns_13.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 176px;
  height: 157px;
}
@media screen and (max-width: 993px) {
  .teaser-twitter_bg::before {
    position: absolute;
    top: 28px;
    left: 38px;
    content: "";
    background-image: url("../images/top/deco/deco-cast_07.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 99px;
    z-index: 1;
  }
  .teaser-twitter_bg::after {
    top: 0;
    right: 19px;
    width: 115px;
    height: 103px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-twitter_bg::before {
    top: 60px;
    left: 31px;
    width: 71px;
    height: 70px;
  }
  .teaser-twitter_bg::after {
    top: 15px;
    right: 18px;
    width: 96px;
    height: 89px;
  }
}
@media screen and (max-width: 374px) {
  .teaser-twitter_bg::before {
    top: 55px;
    left: 27px;
    width: 71px;
    height: 70px;
  }
  .teaser-twitter_bg::after {
    top: 20px;
    right: 15px;
    width: 80px;
    height: 72px;
  }
}

/* タイトル */
.dm-sns__title {
  background-image: url("../images/top/title_sns.png");
  width: 120px;
}
@media screen and (max-width: 993px) {
  .dm-sns__title {
    width: 85px;
  }
}

#teaser-twitter .teaser-block-inner {
  position: relative;
  padding: 25px;
}
@media screen and (max-width: 600px) {
  #teaser-twitter .teaser-block-inner {
    padding: 15px;
  }
}

/* タイムライン */
.teaser-contents .twitter-area{
}
.teaser-contents .twitter-area .twitter-timeline iframe {
  width: 100%;
}

/* SNSリンクボタン */
.teaser-sns-link {
  display: flex;
  margin-top: 20px;
  gap: 15px;
  justify-content: center;
}
.teaser-sns-follow-btn {
  display: inline-block;
  width: 195px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
}
.teaser-sns-follow-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.teaser-contents .teaser-btn a{
  width: 100%;
  display: block;
}
.teaser-contents .teaser-btn a{
  padding: 1.3em 0 1.2em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.teaser-contents .teaser-btn#btn-follow-instagram a{
  position: relative;
}
.teaser-contents .teaser-btn#btn-follow-instagram a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser-sns-follow-btn img {
  padding-left: 10px;
}
.teaser-x-btn {
  background-image: url('../images/top/sns/follow-x_pc.png');
}
.teaser-x-btn:hover {
  opacity: .75;
}
.teaser-insta-btn {
  background-image: url('../images/top/sns/follow-insta_pc.png');
}
.teaser-insta-btn:hover {
  opacity: .75;
}
.teaser-tiktok-btn {
  background-image: url('../images/top/sns/follow-tiktok_pc.png');
}
.teaser-tiktok-btn:hover {
  opacity: .75;
}
@media screen and (max-width: 600px) {
  .teaser-sns-link {
    margin-top: 15px;
    gap: 7px;
  }
  .teaser-sns-follow-btn {
    width: 100px;
    height: 80px;
  }
  .teaser-x-btn {
    background-image: url('../images/top/sns/follow-x_sp.png');
  }
  .teaser-x-btn:hover {
    opacity: 1;
  }
  .teaser-insta-btn {
    background-image: url('../images/top/sns/follow-insta_sp.png');
  }
  .teaser-insta-btn:hover {
    opacity: 1;
  }
  .teaser-tiktok-btn {
    background-image: url('../images/top/sns/follow-tiktok_sp.png');
  }
  .teaser-tiktok-btn:hover {
    opacity: 1;
  }
}

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */
.teaser-topics_bg {
  position: relative;
}
.teaser-topics_bg::before {
  position: absolute;
  top: 10px;
  left: 17px;
  content: "";
  background-image: url("../images/top/deco/deco-topics_11.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 127px;
  height: 134px;
}
.teaser-topics_bg::after {
  position: absolute;
  top: -16px;
  right: 0;
  content: "";
  background-image: url("../images/top/deco/deco-topics_12.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 156px;
  height: 135px;
}
@media screen and (max-width: 993px) {
  .teaser-topics_bg::before {
    top: 15px;
    left: 32px;
    width: 85px;
    height: 90px;
  }
  .teaser-topics_bg::after {
    top: 0;
    right: 15px;
    width: 110px;
    height: 98px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-topics_bg::before {
    top: 37px;
    left: 31px;
    width: 68px;
    height: 72px;
  }
  .teaser-topics_bg::after {
    top: 17px;
    right: 15px;
    width: 83px;
    height: 72px;
  }
}
@media screen and (max-width: 374px) {
  .teaser-topics_bg::before {
    top: 40px;
    left: 20px;
    width: 55px;
    height: 58px;
  }
  .teaser-topics_bg::after {
    top: 18px;
    right: 15px;
    width: 60px;
    height: 52px;
  }
}

.dm-topics__title {
  background-image: url("../images/top/title_topics.png");
  width: 210px;
}
@media screen and (max-width: 993px) {
  .dm-topics__title {
    width: 150px;
  }
}

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

#topics .topics-box {
  background-color: transparent;
  padding: 25px 0 35px;
}

/* 画像 */
.topics-img .topics-pickup-img {
  background-color: transparent !important;
}

#topics .topics-text {
  font-size: 1.6rem!important;
}

/* ボタン */
#topics .drama-btn.btn-more {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #111;
  margin: 30px auto 0;
  border-radius: 90px;
  width: 280px;
  height: 55px;
  padding: 18px;
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  #topics .drama-btn.btn-more {
    font-size: 1.4rem;
    line-height: 1.7;
    height: 50px;
    padding: 15px;
  }
}

@media screen and (max-width: 993px) {
  #topics .topics-item:not(:first-child) {
    padding: 0;
  }
  #topics .topics-box.topics-pickup {
    padding: 0;
  }
  #topics .topics-box {
    padding: 15px;
  }
}

/* リスト */
@media screen and (min-width: 993px) {
  #topics .topics-item {
    width: 325px;
    background-color: #fff;
  }
  #topics .topics-item:nth-of-type(n+3) {
    margin-top: 15px;
    border-radius: 20px 20px 0 20px;
  }
  #topics .topics-item:nth-of-type(2n+1) {
    margin-left: 0;
    border-radius: 0 20px 20px 20px;
  }
  #topics .topics-item:nth-of-type(2n) {
    margin-left: 2%;
    border-radius: 20px 20px 0 20px;
  }
  .topics-img-wrapper {
    width: 284px !important;
    padding-top: 49.54% !important;
    margin: 0 auto;
  }
  .topics-pickup-img-wrapper {
    width: 284px !important;
    margin: 0 auto;
  }
  #topics .topics-data {
    margin: 0 15px !important;
  }
}

/* ---------------------------------
 関連バナー
--------------------------------- */
#sect-related.teaser-block {
  margin-top: 30px;
}
#sect-related .teaser-block-inner {
  background-color: transparent;
  padding: 0;
}
#sect-related.teaser-block .related-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 30px;
}
#sect-related.teaser-block .related-list li{
  width: 100%;
  line-height: 1;
  margin: 0 0 10px 10px;
}
#sect-related.teaser-block .related-list li:nth-child(2n-1){
  margin-left: 0;
}
#sect-related.teaser-block .related-list li img{
  width: 100%;
}

@media screen and (max-width: 993px) {
  #sect-related.teaser-block {
    margin: 30px 0;
  }
}

@media screen and (max-width : 601px){
  #sect-related.teaser-block {
    margin: 30px 0 0;
  }
  #sect-related.teaser-block .related-list{
    padding: 0;
  }
}

@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;
}
