@charset "UTF-8";
:root {
  --white:#fff;
  --wb-navy01:#18285A;
  --wb-navy02:#222149;
  --wb-blue:#3434E3;
  --wb-lightblue:#8EC4F5;
  --wb-purple:#6747D0;
  --wb-yellow:#E2E454;
  --wb-white01:#F3F5F7;
  --wb-white02:#D7EAF9;
  --Matisse-M: 'MatisseProN-M', serif;
  --Matisse-DB: 'MatisseProN-DB', serif;
  --Matisse-B: 'MatisseProN-B', serif;
  --gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.ntv-wrapper{
  background: url('../images/bg.jpg'),repeat top left;
  background-size: 450px;
}
.sp-block {
  display: none;
}
.pc-block {
  display: block;
}
.ntv-main img {
  width: 100%;
  vertical-align: bottom;
  display: block;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}

/* btn */
.btn {
  position: relative;
  display: block;
  width: min(80vw, 300px);
  margin: 30px auto 0;
  padding: 22px 0;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 1.05px;
  text-align: center;
  background: linear-gradient(90deg, #6340D6 0%, #7851EA 100%);
  background-size: cover;
  transition: .3s ease-in-out;
  color: var(--wb-white01);
}
.btn:hover{
  opacity: .75;
  filter: blur(1px);
}
/*==================================

 Layout

==================================*/
.teaser-main-mainImg{
  position: relative;
}
.teaser-main-mainImg span{
  display: block;
  width: 100%;
  height: 100%;
  /*aspect-ratio: 664 / 469;*/
  aspect-ratio: 332 / 257;
  background: url('../images/main-pc.jpg') no-repeat top left / cover;
}

.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{
  word-break: break-all;
}
.teaser-block-inner{
  padding:0;
}

/* ブロック内テキスト */
.teaser-block p{
  color: var(--wb-white01);
  line-height: 180%;
  font-size: 1.6rem;
}
/* h3
--------------------------------- */
.teaser-block-title{
  position: relative;
  display: block;
  width: 100%;
  background:no-repeat center left / contain;
}

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

/* 右カラム　タイトル */
.ntv-box-title,
.ntv-box-title.title-base,
.drama-box-title.title-base {
  background: #4A5F89;
}

/* ==================================
 メニュー（UNIT04タイプ）設定
================================== */
.teaser-main-nav {
  position: relative;
  margin: 30px 0 0;
  padding: 0 12px;
  z-index: 2;
}
.teaser-main-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0 auto;
}
.teaser-main-nav ul li {
  position: relative;
  vertical-align: top;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/common/nav/nav-bg-01.png') no-repeat top left;
  background-size: 100% 100px;
}
.teaser-main-nav ul li:nth-of-type(2){
  background-image: url('../images/common/nav/nav-bg-02.png');
}
.teaser-main-nav ul li:nth-of-type(3){
  background-image: url('../images/common/nav/nav-bg-03.png');
}
.teaser-main-nav ul li:nth-of-type(4){
  background-image: url('../images/common/nav/nav-bg-04.png');
}
.teaser-main-nav ul li:nth-of-type(4){
  background-image: url('../images/common/nav/nav-bg-05.png');
}

.teaser-main-nav ul li .label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: -3px;
  left: 50%;
  padding: 4px 20px;
  z-index: 30;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.05px;
  background-color: var(--wb-yellow);
  color: var(--wb-navy01);
  transform: translateX(-50%);
  white-space: nowrap;
}
.teaser-main-nav ul li a {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 208px;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105px 38px;
  text-indent: -9999px;
  transition: all .3s;
}
.teaser-main-nav ul li.is-coming a {
  pointer-events: none;
  opacity: 0.6;
}
.teaser-main-nav ul li:nth-of-type(1) a {
  background-image: url("../images/common/nav/nav-01.png");
}
.teaser-main-nav ul li:nth-of-type(2) a {
  background-image: url("../images/common/nav/nav-02.png");
}
.teaser-main-nav ul li:nth-of-type(3) a {
  background-image: url("../images/common/nav/nav-03.png");
}
.teaser-main-nav ul li:nth-of-type(4) a {
  background-image: url("../images/common/nav/nav-04.png");
}
.teaser-main-nav ul li:nth-of-type(5) a {
  background-image: url("../images/common/nav/nav-05.png");
}

.teaser-main-nav ul li:hover a{
  opacity: 0.8;
  filter: blur(1.5px);
}

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

/* ---------------------------------
 SNS
--------------------------------- */
.teaser-topsns{
  padding: 30px;
}
.teaser-topsns .teaser-topsns-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teaser-topsns .teaser-topsns-list li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  aspect-ratio: 1 / 1;
  margin-left: 20px;
  line-height: 1;
  border-radius: 24px;
  background: var(--white);
}
.teaser-topsns  .teaser-topsns-list li:first-child{
  margin-left: 0px;
}
.teaser-topsns .teaser-topsns-list li img{
  width: 20px;
  aspect-ratio: 1 / 1;
}
.teaser-topsns .teaser-topsns-list li{
  transition: all .3s;
}
.teaser-topsns .teaser-topsns-list li:hover{
  opacity: 0.8;
  filter: blur(1px);
}
/* banner */
.teaser-banner-area{
  width: 100%;
  padding: 0 10px 30px;
}
.teaser-banner-area ul li{
  margin-bottom: 10px;
  line-height: 0;
}
.teaser-banner-area ul li:last-child{
  margin: 0;
}
.teaser-banner-area ul li a img{
  width: 100%;
}
@media screen and (min-width: 993px) {
  .teaser-banner-area{
    padding: 0 0 30px;
  }
}

/* ---------------------------------
 NEWS
--------------------------------- */
#news.teaser-block{
  padding: 0 0 100px;
}
#news .teaser-block-inner{
  position: relative;
  padding: 0 20px;
}
#news .teaser-block-title{
  position: absolute;
  content: '';
  top: 0;
  left: 20px;
  max-width: 60px;
  aspect-ratio: 1 / 3;
  background-image: url('../images/ttl/h3-news-pc.png');
  z-index: 2;
}
#news .news-list {
  margin-left: 80px;
}
#news .news-list .news-slide {
  margin: 0 10px 0 0;
}
#news .news-list .news-item {
  padding: 15px;
  margin-bottom: 10px;
  background: rgba(88,125,177,.3);
  border-radius: 5px;
  backdrop-filter: blur(8px);
}
#news .news-list .news-item:last-child {
  margin-bottom: 0;
}
#news .news-list .news-item:hover{
  opacity: .7;
}
#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: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.3px;
}
#news .news-list .news-item-text .news-item-text-date span {
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 5px;
}
#news .news-list .news-item-text .news-item-text-date .category {
  display: inline-block;
  min-width: 75px;
  margin-right: 8px;
  line-height: 20px;
  color: var(--wb-white01);
  text-align: center;
  background: var(--wb-blue);
}
#news .news-list .news-item-text .news-item-text-title {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: normal;
}
#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: rgba(215,234,249,.5);
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
#news .slick-dots li.slick-active {
  background-color: var(--wb-blue);
}
#news .news-list .slick-arrow {
  display: none !important;
}
#news .news-list .slick-disabled {
  display: none !important;
}

/* ---------------------------------
 intro
--------------------------------- */
#intro.teaser-block{
  padding: 0 0 100px;
}
#intro .intro-container-deco{
  display: block;
  width: 100%;
  height: 50px;
  background: url(../images/intro/intro-bg-top.png) no-repeat top left / cover;
}
#intro .intro-container-deco.bottom{
  background-image: url(../images/intro/intro-bg-bottom.png);
}
#intro .intro-inner{
  padding: 20px 0 40px;
  background: rgba(15,20,35,.8);
}
#intro .teaser-block-title{
  margin: 0 auto;
  max-width: 294px;
  aspect-ratio: 147 / 32;
  background-image: url('../images/ttl/h3-intro.png');
  z-index: 2;
}
#intro .intro-text{
  margin: 0 auto;
  padding: 30px 0 40px;
  font-family: var(--Matisse-DB);
  font-size: 2rem;
  line-height: 200%;
  text-align: center;
}
#intro .intro-text .deco-yellow{
  color: var(--wb-yellow);
}
#intro .intro-text .deco-blue{
  font-family: var(--Matisse-B);
  font-size: 2.6rem;
  background: linear-gradient(180deg, #FFF 18.27%, #83B2E9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.3px;
}
#intro .intro-bnr{
  display: block;
  margin: 0 auto;
  max-width: 480px;
  transition: .3s;
}
#intro .intro-bnr:hover{
  opacity: .75;
  filter: blur(1px);
}

/* ---------------------------------
 ストーリー
--------------------------------- */
#movie.teaser-block{
  padding: 0 0 100px;
}
#movie .movie-container{
  position: relative;
  padding: 70px 30px;
  z-index: 2;
}
#movie .movie-container::before{
  position: absolute;
  content: '';
  display: block;
  width: 320px;
  height: 100px;
  top: 0;
  left: 0;
  background: url('../images/movie/story-frame-pc-01.png') no-repeat center top / contain;
}
#movie .movie-container::after{
  position: absolute;
  content: '';
  display: block;
  width: 460px;
  height: 180px;
  bottom: 0;
  right: 0;
  background: url('../images/movie/story-frame-pc-02.png') no-repeat center top / contain;
  z-index: -1;
}

#movie .teaser-block-title{
  margin: 0 auto 40px;
  max-width: 176px;
  aspect-ratio: 44 / 15;
  background-image: url('../images/ttl/h3-story.png');
  z-index: 2;
}
/* txt */
#movie .txt{
  letter-spacing: 0.8px;
}
#movie .txt.movie-on{
  padding-top: 40px;
}

/* player */
.teaser-contents .movie-player{
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
  max-width: 604px;
}
.teaser-contents .movie-player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie .movie-sub {
  position: relative;
  margin: 15px 15px 0;
}
#movie .movie-sub .slick-list {
  width: 100%;
}
#movie .movie-sub .slick-slide {
  margin: 0 5px;
  cursor: pointer;
  padding: 0;
}
#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 .text-box {
  padding: 5px 0 0;
}
#movie .movie-sub .item-title {
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--wb-white01);
}
#movie .movie-sub .date {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--wb-lightblue);
}
#movie .movie-sub .slick-arrow {
  position: absolute;
  top: 45%;
  width: 24px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  background-image: url(../images/common/btn-slider.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;
}

/* ---------------------------------
 CAST
--------------------------------- */
#cast.teaser-block{
  padding: 0 0 100px;
}
#cast .cast-container-deco{
  display: block;
  width: 100%;
  height: 70px;
  background: url(../images/cast/cast-bg-top.png) no-repeat top left / cover;
}
#cast .cast-container-deco.bottom{
  background-image: url(../images/cast/cast-bg-bottom.png);
}
#cast .cast-inner{
  padding: 0 0 10px;
  background: rgba(15,20,35,.8);
}
#cast .teaser-block-title{
  margin: 0 auto 30px;
  max-width: 176px;
  aspect-ratio: 44 / 15;
  background-image: url('../images/ttl/h3-cast.png');
  z-index: 2;
}

#cast .cast-list{
  display: block;
}
#cast .cast-list li{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 30px 0 80px;
}
#cast .cast-list li:last-child{
  margin-bottom: 0;
}
#cast .cast-list li .img{
  position: relative;
  display: block;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 50 / 59;
  background: #ccc;
  z-index: 3;
}
#cast .cast-list li .img::before{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  right: -8px;
  bottom: -8px;
  background: url('../images/cast/cast-img-deco.png') no-repeat center top / cover;
  z-index: -1;
}
#cast .cast-list li .profile{
  padding-left: 40px;
}
#cast .cast-list li .profile .spec{
  font-family: var(--Matisse-M);
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: 1.2px;
  color: var(--wb-white01);
}
#cast .cast-list li .profile .spec .age{
  padding-left: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
}
#cast .cast-list li .profile .spec .name{
  display: block;
  padding: 10px 0 20px;
  font-family: var(--Matisse-DB);
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 1.6px;
  color: var(--wb-lightblue);
}
#cast .cast-list li.semi{
  display: block;
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 540px;
  background: url('../images/common/border-navy.png') repeat-x top left;
  background-size: 220px 3px;
}
#cast .cast-list li.semi dl{
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 10px;
  margin-bottom: 15px;
}
#cast .cast-list li.semi dl:last-child{
  margin-bottom: 0;
}

#cast .cast-list li.semi dl dt{
  position: relative;
  padding-right: 25px;
  font-family: var(--Matisse-M);
  font-size: 2.2rem;
  line-height: 100%;
  letter-spacing: 1.1px;
  text-align: right;
  color: var(--wb-white01);
}
#cast .cast-list li.semi dl dt::before{
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url('../images/cast/cast-deco-pc.png') no-repeat center 50% / cover;
}
#cast .cast-list li.semi dl dt span{
  padding-left: 3px;
  font-size: 1.4rem;
}
#cast .cast-list li.semi dd{
  font-family: var(--Matisse-DB);
  font-size: 2.2rem;
  line-height: 100%;
  letter-spacing: 1.1px;
  color: var(--wb-lightblue);
}

/* ---------------------------------
 STAFF
--------------------------------- */
#staff.teaser-block{
  padding: 0 0 100px;
}
#staff .staff-container-deco{
  display: block;
  width: 100%;
  height: 50px;
  background: url('../images/staff/staff-bg-top.png') no-repeat top left / cover;
}
#staff .staff-container-deco.bottom{
  background-image: url('../images/staff/staff-bg-bottom.png');
}
#staff .staff-inner{
  background: rgba(36,40,76,.8);
}
#staff .teaser-block-title{
  margin: 0 auto 30px;
  max-width: 146px;
  aspect-ratio: 73 / 32;
  background-image: url('../images/ttl/h3-staff.png');
  z-index: 2;
}

#staff .staff-writer{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}
#staff .staff-writer .wb-logo{
  display: block;
  margin: 0 auto;
  max-width: 120px;
  aspect-ratio: 240 / 89;
}
#staff .staff-writer .name{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 15px;
  font-family: var(--Matisse-DB);
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 1.4px;
  color: var(--white);
}
#staff .staff-writer .name span{
  display: inline-block;
  margin-right: 10px;
  padding: 4px 5px;
  font-size: 1.4rem;
  line-height: 100%;
  background: var(--wb-blue);
}
#staff .staff-writer .award{
  display: inline-block;
  margin-bottom: 35px;
  padding: 5px 0;
  font-family: var(--Matisse-DB);
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.9px;
  border: 1px solid var(--wb-yellow);
  color: var(--wb-yellow);
}
#staff .staff-writer .interview{
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 30px 40px;
  border-radius: 5px;
  background: url('../images/staff/ptn-noise-navy.jpg');
  background-size: 300px;
}
#staff .staff-writer .interview li .ttl{
  display: block;
}
#staff .staff-writer .interview li .ttl h4{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-family: var(--Matisse-DB);
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #94ACC2;
}
#staff .staff-writer .interview li .ttl h4::before,
#staff .staff-writer .interview li .ttl h4::after{
  content: '';
  flex-grow: 1;
  background: #94ACC2;
  height: 1px;
}
#staff .staff-writer .interview li .ttl h4::before{
  margin-right: 10px;
}
#staff .staff-writer .interview li .ttl h4::after{
  margin-left: 10px;
}
#staff .staff-writer .interview li p{
  font-size: 1.4rem;
  letter-spacing: 0.8px;
  color: var(--wb-white01);
}

#staff .staff-list{
  padding: 30px 0 40px;
  width: 100%;
}
#staff .staff-list dl{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 10px;
  margin-bottom: 20px;
}
#staff .staff-list dl:last-child{
  margin-bottom: 0;
}
#staff .staff-list dt{
    text-align: right;
}
#staff .staff-list dt span {
  display: inline-block;
  padding: 4px 5px;
  font-family: var(--Matisse-M);
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: 0.7px;
  background: var(--wb-blue);
  color: var(--wb-white01);
}
#staff .staff-list dd{
  font-family: var(--Matisse-DB);
  font-size: 2.2rem;
  line-height: 120%;
  letter-spacing: 1.1px;
  color: var(--wb-white01);
}

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */
#topics-area.teaser-block{
  padding: 0 0 100px;
}
#topics-area .teaser-block-title{
  margin: 0 auto 30px;
  max-width: 178px;
  aspect-ratio: 89 / 28;
  background-image: url('../images/ttl/h3-topics.png');
}
#topics-area .drama-box-body{
  background: transparent;
}
#topics .topics-item{
  overflow: hidden;
}
#topics .topics-item,
#topics .topics-item:not(:first-child){
  background: var(--white);
  color: var(--wb-navy02);
  border: none;
}
#topics .topics-item > a:hover{
  opacity: .7;
}
#topics .topics-text{
  margin-top: 20px !important;
  font-size: 1.6rem !important;
  line-height: 140% !important;
}
#topics .topics-data{
  margin-bottom: 20px !important;
}
/* ティザーTOPICS一覧用 */
#topics.drama-area{
  padding: 0;
  margin: 0;
}
#topics .drama-box-title{display: none;}
/* ボタン */
#topics .drama-btn.btn-more {
  position: relative;
  display: block;
  width: min(80vw, 300px);
  margin: 30px auto 0;
  padding: 22px 0;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 1.05px;
  text-align: center;
  background: linear-gradient(90deg, #6340D6 0%, #7851EA 100%);
  transition: .3s ease-in-out;
  color: var(--wb-white01);
}
#topics .drama-btn.btn-more:hover{
  opacity: .8;
  filter: blur(1px);
  cursor: pointer;
}
#topics .drama-btn.btn-more i {
  display: none;
}
/* リスト */
@media screen and (min-width: 993px) {
  #topics .topics-item {
    width: 48.495%;
  }
  #topics .topics-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #topics .topics-item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #topics .topics-item:nth-of-type(2n) {
    margin-left: 3.013%;
  }
}
/* ---------------------------------
 SNS
--------------------------------- */
#sns-area.teaser-block{
  padding: 0 0 100px;
}
#sns-area .sns-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  background: rgba(15,20,35,.8);
  border-radius: 5px;
}
#sns-area .teaser-block-title{
  margin-right: 40px;
  max-width: 168px;
  aspect-ratio: 3 / 1;
  background-image: url('../images/ttl/h3-sns.png');
  z-index: 2;
}
#sns-area .sns-btn a{
  display: block;
  padding: 25px 40px;
  background: var(--white);
  border-radius: 5px;
  transition: .3s;
}
#sns-area .sns-btn a span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--Matisse-B);
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 2px;
  color: #0f1423;
}
#sns-area .sns-btn a span .sns-icn{
  display: block;
  width: 32px;
  aspect-ratio: 1 / 1;
}
#sns-area .sns-btn a span .sns-join{
  display: block;
  margin: 0 10px 0 20px;
  width: 16px;
  aspect-ratio: 1 / 1;
}
#sns-area .sns-btn a:hover{
  opacity: 1;
  filter: blur(1px);
}

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

 MEDIA QUERY

==================================*/
@media screen and (max-width: 992px) {
  /* ---------------------------------
     Layout
  --------------------------------- */
  .ntv-wrapper{}
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
  .btn {
    margin-top: 20px;
    max-width: 260px;
    font-size: 1.3rem;
  }
  .teaser-block-inner{
    margin: 0 auto;
    width: min(92%, 660px);
    padding: 0 20px;
  }
  /* ---------------------------------
     nav
  --------------------------------- */
  .teaser-main-nav{
    margin: 20px auto 0;
    padding: 0;
    max-width: min(94.667%, 660px);
  }
}

@media screen and (max-width: 720px) {
  .teaser-contents{
    font-size: 1.4rem;
  }
  .teaser-block-inner{
    width: 100%;
  }
  .teaser-block p{
    font-size: 1.4rem;
  }
  .btn {
    font-weight: bold;
  }
  
  .teaser-main-mainImg span{
    background-image: url('../images/main-sp.jpg');
    /*aspect-ratio: 25 / 18;*/
    aspect-ratio: 75 / 62;
  }
  .teaser-main-nav ul{
    gap: 5px;
  }
  .teaser-main-nav ul.row-3 li {
    width: calc((100% - 10px) / 3);
    aspect-ratio: 154 / 89;
    background-size: cover;
  }
  .teaser-main-nav ul li a{
    width: 100%;
    height: 100%;
    background-size: min(65%, 100px);
  }
  .teaser-main-nav ul li .label{
    padding: 3px 8px;
    top: -2px;
    font-size: calc(0.8rem + ((1vw - 0.375rem) * 1.15942029));
  }
  .teaser-topsns .teaser-topsns-list li{
    width: 40px;
    border-radius:20px;
  }
  .teaser-topsns .teaser-topsns-list li img{
    width: 16px;
  }
  /* news */
  #news.teaser-block{
    padding: 0 0 60px;
  }
  #news .teaser-block-inner{
    padding: 0 15px;
  }
  #news .teaser-block-title{
    position: relative;
    margin: 0 auto 10px;
    left: 0;
    max-width: 117px;
    aspect-ratio: 117 / 38;
    background-image: url('../images/ttl/h3-news-sp.png');
  }
  #news .news-list{
    margin: 0;
  }
  #news .news-list .news-slide{
    margin: 0 5px;
  }
  #news .news-list .news-item{
    padding: 10px;
  }
  #news .news-list .news-item-img{
    width: 100px;
  }
  #news .news-list .news-item-text{
    margin-left: 10px;
  }
  #news .news-list .news-item-text .news-item-text-date{
    font-weight: bold;
  }
  #news .news-list .news-item-text .news-item-text-date .category{
    margin-right: 5px;
    font-size: 1.1rem;
  }
  #news .news-list .news-item-text .news-item-text-title{
    font-size: 1.25rem;
    letter-spacing: 0.8px;
  }
  /* intro */
  #intro.teaser-block{
    padding: 0 0 60px;
  }
  #intro .intro-container-deco{
    height: 25px;
  }
  #intro .intro-inner{
    padding: 15px 20px 25px;
  }
  #intro .teaser-block-title{
    max-width: 192.94px;
  }
  #intro .intro-container-deco{
    height: 25px;
    background-size: 100% 25px;
  }
  #intro .intro-text{
    padding: 25px 0;
    font-size: 1.6rem;
  }
  #intro .intro-text .deco-blue{
    font-size: 2rem;
  }
  /* story */
  #movie.teaser-block{
    padding: 0 0 60px;
  }
  #movie .movie-container{
    padding: 40px 20px;
  }
  #movie .movie-container::before{
    width: 140px;
    height: 70px;
    background-image: url('../images/movie/story-frame-sp-01.png');
  }
  #movie .movie-container::after{
    width: 80px;
    height: 150px;
    background-image: url('../images/movie/story-frame-sp-02.png');
  }
  #movie .teaser-block-title{
    margin-bottom: 20px;
    max-width: 123.2px;
  }
  #movie .txt{
    font-size: 1.4rem;
  }
  #movie .txt.movie-on{
    padding-top: 10px;
  }
  /* cast */
  #cast.teaser-block{
    padding: 0 0 60px;
  }
  #cast .cast-container-deco{
    height: 35px;
    background-size: 100% 35px;
  }
  #cast .teaser-block-title{
    margin-bottom: 20px;
    max-width: 111.47px;
  }
  #cast .cast-inner{
    padding: 10px 20px 5px;
  }
  #cast .cast-list li{
    flex-direction: column;
    margin: 0 auto 20px;
    padding: 0;
    max-width: 540px;
  }
  #cast .cast-list li:first-child{
    padding-bottom: 20px;
    background: url('../images/common/border-navy.png') repeat-x bottom left;
    background-size: 220px 3px;
  }
  #cast .cast-list li .img{
    max-width: 160px;
  }
  #cast .cast-list li .img::before{
    right: -5px;
    bottom: -5px;
  }
  #cast .cast-list li .profile{
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
  #cast .cast-list li .profile .spec{
    font-size: 1.8rem;
  }
  #cast .cast-list li .profile .spec .age{
    font-size: 1.3rem;
  }
  #cast .cast-list li .profile .spec .name{
    font-size: 2.4rem;
  }
  #cast .cast-list li p{
    text-align: left;
  }
  #cast .cast-list li.semi{
    padding: 20px 0 0;
  }
  #cast .cast-list li.semi dl{
    grid-template-columns: 60% 1fr;
    margin-bottom: 12px;
  }
  #cast .cast-list li.semi dl dt{
    padding-right: 19px;
    font-size: 1.7rem;
  }
  #cast .cast-list li.semi dl dt span{
    font-size: 1.2rem;
  }
  #cast .cast-list li.semi dl dt::before{
    width: 9px;
    height: 15px;
    background-image: url('../images/cast/cast-deco-sp.png');
  }
  #cast .cast-list li.semi dl dt.fs15{
    font-size: 1.5rem;
  }
  #cast .cast-list li.semi dd{
    font-size: 1.7rem;
  }
  /* staff */
  #staff.teaser-block{
    padding: 0 0 60px;
  }
  #staff .staff-container-deco{
    height: 25px;
    background-size: 100% 25px;
  }
  #staff .staff-inner{
    padding: 15px 20px 30px;
  }
  #staff .teaser-block-title{
    margin-bottom: 30px;
    max-width: 104.94px;
  }
  #staff .staff-writer{
    padding: 0;
  }
  #staff .staff-writer .wb-logo{
    width: 100px;
  }
  #staff .staff-writer .name{
    padding: 20px 0;
    font-size: 2.4rem;
  }
  #staff .staff-writer .name span{
    font-size: 1.3rem;
  }
  #staff .staff-writer .award{
    margin-bottom: 25px;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 120%;
  }
  #staff .staff-writer .interview{
    gap: 20px;
    padding: 20px 15px;
  }
  #staff .staff-writer .interview li .ttl h4{
    font-size: 1.4rem;
  }
  #staff .staff-writer .interview li .ttl h4::before{
    display: none;
  }
  #staff .staff-writer .interview li p{
    font-size: 1.3rem;
  }
  #staff .staff-list{
    padding: 30px 0 0;
  }
  #staff .staff-list dl{
    grid-template-columns: 1fr 52%;
    margin-bottom: 15px;
  }
  #staff .staff-list dt span{
    font-family: var(--Matisse-DB);
    font-size: 1.2rem;
  }
  #staff .staff-list dd{
    padding-top: 2px;
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }
  /* topics */
  #topics-area.teaser-block{
    padding: 0 0 60px;
  }
  #topics-area .teaser-block-title{
    margin-bottom: 20px;
    max-width: 133.5px;
  }
  #topics .topics-pickup-data .genre{
    background-color: var(--wb-blue);
    color: var(--white);
  }
  #topics .topics-item, #topics .topics-item:not(:first-child){
    border-top: 1px solid #EFEFEF;
  }
  #topics .topics-item:first-child{
    border: none;
  }
  #topics .topics-text{
    margin-top: 0 !important;
    font-size: 1.4rem !important;
  }
  #topics .topics-data{
    margin-bottom: 0 !important;
  }
  #topics .drama-btn.btn-more{
    margin-top: 20px;
    max-width: 260px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  /* sns */
  #sns-area.teaser-block{
    pad: 0 0 60px;
  }
  #sns-area .sns-container{
    flex-direction: column;
    padding: 40px;
  }
  #sns-area .teaser-block-title{
    margin: 0 auto 20px;
    max-width: 126px;
  }
  #sns-area .sns-btn a{
    padding: 20px 40px;
  }
  #sns-area .sns-btn a span{
    font-size: 1.6rem;
  }
  #sns-area .sns-btn a span .sns-icn{
    width: 24px;
  }
  #sns-area .sns-btn a span .sns-join{
    margin: 0 8px 0 10px;
    width: 13px;
  }
}
