@charset "UTF-8";
:root {
  --white:#FFFFFF;
  --black:#121C1C;
  --main-red:#D70035;
  --main-lightred:#F13047;
  --spider-white:#fbfbfb;
  --spider-yellow:#E9FA00;
  --spider-red1:#C43345;
  --spider-red2:#68181E;
  --matisse-B:'MatisseProN-B', serif;
  --matisse-DB:'MatisseProN-DB', serif;
  --gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.ntv-wrapper{
  background: url('../images/common/bg-ptn.jpg'),var(--black) repeat top left;
  background-size: 600px;
}
.ntv-main{
  padding: 0 0 120px;
}
.sp-block {
  display: none;
}
.pc-block {
  display: block;
}
/* btn */
.btn {
  margin: 0 auto;
  width: 300px;
}
.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  line-height: 50px;
  letter-spacing: 1.05px;
  border-radius: 4px;
  font-family: var(--matisse-DB);
  font-size: 1.6rem;
  background: var(--main-lightred);
  color: var(--spider-white);
  transition: all 0.5s;
}
.btn a::after {
  position: absolute;
  content: '';
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--spider-white);
  border-right: 1px solid var(--spider-white);
  transform: rotate(45deg);
}
.ntv-main img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

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

 Layout

==================================*/
.teaser-main-mainImg{
  position: relative;
}
.teaser-main-mainImg img {
  position: relative;
  display: block;
  width: 100%;
  border: 3px solid #fff;
}
.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: #333;
  line-height: 1.86;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

/* h3
--------------------------------- */
.teaser-block-title{
  position: relative;
  display: block;
  margin: 0 auto;
  background:no-repeat center left / contain;
  }

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

 CONTENT

==================================*/
/* TOP SNS
--------------------------------- */
.teaser-snslink-area{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 70px;
}
.teaser-snslink-area .snslink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 80px;
  height: 80px;
  background: url('../images/sns/icn-top-sns_pc.png') no-repeat center 50% / cover;
  transition: all .2s ease-in;
}
.teaser-snslink-area .snslink:first-child{
  margin-left: 0;
}
/*.teaser-snslink-area .snslink:hover{
  background-image: url('../images/sns/icn-top-sns_pc--h.png');
  opacity: 1;
}*/
.teaser-snslink-area .snslink.item-x span {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../images/sns/icn-x.png') no-repeat center left / cover;
  z-index: 1;
}
.teaser-snslink-area .snslink.item-ig span {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../images/sns/icn-ig.png') no-repeat center left / cover;
  z-index: 1;
}
.teaser-snslink-area .snslink.item-tt span {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../images/sns/icn-tt-white.png') no-repeat center left / cover;
  z-index: 1;
}

/* NEWS
--------------------------------- */
#news.teaser-block{
  padding: 0 0 120px;
}
#news .teaser-block-title{
  margin: 0 auto 40px;
  width: 196px;
  height: 88px;
  background-image: url('../images/common/ttl/ttl-news.png');
}
#news.teaser-block .news-list {
  padding: 0 20px;
  width: 100%;
}
#news .news-list li:not(first-child) {
  margin-top: 0;
  margin-bottom: 15px;
}
#news .news-list li:last-child {
  margin-bottom: 0;
}
#news .news-list a {
  display: flex;
  padding: 20px;
  background: var(--spider-red1);
}
#news .news-list .news-item-img {
  width: 130px;
  display: inline-block;
}
#news .news-list .news-item-img img{
  border: 1px solid var(--spider-white);
  width: 100%;
}
#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.2rem;
  font-weight: bold;
  color: var(--white);
}
#news .news-list .news-item-text .news-item-text-date span {
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 5px;
  background-color: var(--spider-red2);
  color: var(--spider-white);
}
#news .news-list .news-item-text .news-item-text-title {
  font-size: 1.4rem;
  margin-bottom: 0;
  color: var(--white);
}
/* STORY
--------------------------------- */
#next-story.teaser-block{
  padding: 0 0 120px;
}
#next-story .teaser-block-title{
  margin: 0 auto 40px;
  width: 394px;
  height: 90px;
  background-image: url('../images/common/ttl/ttl-next.png');
}
#next-story .movie-container{
  margin: 0 20px;
  border: 1px solid var(--spider-white);
}
#next-story.teaser-block .next-story-date{
  padding: 30px 0 0;
  text-align: center;
}
#next-story.teaser-block .next-story-date dt {
  font-family: var(--matisse-B);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 100%; /* 32px */
  letter-spacing: 1.6px;
  color: var(--spider-white);
  text-shadow: 0 0 5px #471516;
}
#next-story.teaser-block .next-story-date dd {
  padding: 20px 0 0;
  font-weight: bold;
  font-family: var(--matisse-DB);
  font-size: 2rem;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
  color: #C3B574;
}
#next-story.teaser-block .next-story-text{
  margin: 0;
  padding: 20px 20px 30px;
  font-size: 1.4rem;
  line-height: 165%; /* 23.1px */
  letter-spacing: 0.7px;
  text-align: left;
  color: var(--spider-white);
}
/* INTRO
--------------------------------- */
#intro.teaser-block{
  padding: 0 0 120px;
}
#intro .teaser-block-title{
  margin: 0 auto 40px;
  width: 206px;
  height: 88px;
  background-image: url('../images/common/ttl/ttl-intro.png');
}
#intro .intro-text{
  margin: 0 auto;
  width: 624px;
}
#intro .intro-text p{
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url('../images/img-intro-pc.jpg') no-repeat top center;
  background-size: contain;
  padding-top: 94.55%;
}
/* CAST
--------------------------------- */
#cast.teaser-block{
  padding: 0 0 80px;
}
#cast .teaser-block-title{
  margin: 0 auto 50px;
  width: 188px;
  height: 86px;
  background-image: url('../images/common/ttl/ttl-cast.png');
}
#cast dl {
  text-align: center;
  margin-bottom: 40px;
}
#cast dl:last-child{
  margin-bottom: 0;
}
#cast dl dt {
  display: inline-block;
  padding: 4px 10px;
  font-family: var(--matisse-DB);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 1.1px;
  color: var(--white);
  background: var(--main-lightred);
  margin-bottom: 10px;
}
#cast dl dd {
  font-family: var(--matisse-B);
  font-size: 2.6rem;
  line-height: 160%;
  letter-spacing: 1.1px;
  color: var(--white);
  text-shadow: 0 0 5px #471516;
}
#cast dl dd .cast-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-shadow:none;
}
#cast dl dd .cast-item a {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 15px 3px;
  right: 0px;
  width: auto;
  font-size: 12px;
  line-height: 16px;
  background-color: var(--main-lightred);
  color: var(--white);
  transform: translateX(calc(100% + 20px));
  white-space: nowrap;
}
#cast dl dd .cast-item a::before {
  position: absolute;
  content: '';
  left: 1px;
  width: 0;
  height: 0;
  border-color: transparent var(--main-lightred) transparent transparent;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  transform: translateX(-100%);
}
/* SONG
--------------------------------- */
#song.teaser-block{
  position: relative;
  padding: 80px 0;
}
#song.teaser-block::before{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: url('../images/common/bg-border.png') repeat-x center left;
}
#song .teaser-block-title{
  margin: 0 auto 50px;
  width: 202px;
  height: 88px;
  background-image: url('../images/common/ttl/ttl-song.png');
}
#song .song-ttl{
  display: block;
  padding-bottom: 10px;
  font-family: var(--matisse-B);
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: center;
  color: var(--spider-yellow);
}
#song p{
  font-family: var(--matisse-DB);
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: center;
  color: var(--spider-white);
  text-shadow: 0 0 5px #471516;
}
#song p .item{
  display: inline-block;
}
#song p .lebel{
  display: inline-block;
  font-size: 1.6rem;
}
/* STAFF
--------------------------------- */
#staff.teaser-block{
  position: relative;
  padding: 80px 0;
}
#staff.teaser-block::before{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: url('../images/common/bg-border.png') repeat-x center left;
}
#staff.teaser-block::after{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  background: url('../images/common/bg-border.png') repeat-x center left;
}
#staff .teaser-block-title{
  margin: 0 auto 50px;
  width: 190px;
  height: 96px;
  background-image: url('../images/common/ttl/ttl-staff.png');
}
#staff .teaser-block-inner dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 25px;
}
#staff .teaser-block-inner dl dt {
  text-align: right;
	margin-right: 30px;
  margin-top: 3%;
  font-family: var(--matisse-DB);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 140%;
  color:var(--spider-yellow);
  min-width: 240px;
}
#staff .teaser-block-inner dl dd {
  font-family: var(--matisse-DB);
  font-size: 2rem;
  line-height: 3rem;
  color: var(--white);
  text-shadow: 0 0 5px rgba(71,21,22,.3);
}
/* TOPICS
--------------------------------- */
#topics.teaser-block {
  margin-top: 80px;
  padding: 0 0 80px;
}
#topics .teaser-block-title{
  margin: 0 auto 40px;
  width: 234px;
  height: 84px;
  background-image: url('../images/common/ttl/ttl-topics.png');
}
/* SNS
--------------------------------- */
#sns-group .teaser-block-title{
  margin: 0 auto 50px;
  width: 158px;
  height: 92px;
  background-image: url('../images/common/ttl/ttl-sns.png');
}
#sns-group .teaser-sns-area{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  width: 100%;
}
#sns-group .teaser-sns-area .btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: url('../images/sns/icn-sns_pc.png') no-repeat center left / contain;
  transition: all .2s ease-in;
}
#sns-group .teaser-sns-area .btn span{
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/sns/icn-x.png') no-repeat center left / cover;
}
#sns-group .teaser-sns-area .btn.ig span{
  background-image: url('../images/sns/icn-ig.png');
}
#sns-group .teaser-sns-area .btn.tt span{
  background-image: url('../images/sns/icn-tt.png');
}

/* ---------------------------------
 右カラム設定
--------------------------------- */
.ntv-box-title, .ntv-box-title.title-base, .drama-box-title.title-base {background: var(--main-lightred);}
/*==================================

 nav

==================================*/
.teaser-main-nav{
  position: relative;
}
.teaser-main-nav::before{
  display: none;
  /*position: absolute;
  content: '';
  display: block;
  width: 552px;
  height: 64px;
  top:-7px;
  left: 14px;
  background: url('../images/img-mv-deco02-pc.png') no-repeat center 50% / contain;
  z-index: 1;*/
}
.teaser-main-nav .row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin: 0;
  /*padding: 72px 0 0;*/
  padding: 40px 0 0;
}
.teaser-main-nav .row::before{
  position: absolute;
  content: '';
  display: block;
  width: 34.44px;
  height: 40px;
  /*width: 62px;
  height: 72px;*/
  top: 0;
  left: 0;
  background: url('../images/common/img-menu-top-left_pc.png') no-repeat center 50% / cover;
}
.teaser-main-nav .row::after{
  position: absolute;
  content: '';
  display: block;
  width: 34.44px;
  height: 40px;
  /*width: 62px;
  height: 72px;*/
  top: 0;
  right: 0;
  background: url('../images/common/img-menu-top-right_pc.png') no-repeat center 50% / cover;
}

.teaser-main-nav .col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  border-radius: 3px;
  background: url('../images/common/bg-memu.jpg') repeat left top;
  transition: all .3s ease-in-out;
}
.teaser-main-nav .col a{
  position: relative;
  display: block;
  padding: 22px 0;
  font-family: var(--matisse-DB);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 100%; /* 21px */
  letter-spacing: 1.05px;
  color: var(--black);
}
.teaser-main-nav .col a span {
  display: block;
  padding: 6px 0 0;
  font-family: var(--gothic);
  font-size: 1.0rem;
  line-height: 100%; /* 10px */
  color: var(--main-lightred);
}
/* comingsoon */
.teaser-main-nav .cs{
  pointer-events: none;
  opacity: .5;
}
.teaser-main-nav .cs a,.teaser-main-nav .cs a span{
  color: #787878;
}
/* update label */
.label {
  position: absolute;
  display: flex;
  align-items: center;
  top:-6px;
  left: 50%;
  transform: translateX(-50%);
  background:var(--main-red);
  color: var(--white);
  z-index: 1;
}
.label span {
  padding: 4px 20px;
  font-size: 1.2rem;
  line-height: 12px;
  white-space: nowrap;
}
/* hover */
.teaser-main-nav .col:hover{
  background: url('../images/common/bg-memu-h.jpg');
}
.teaser-main-nav .col:hover a,.teaser-main-nav .col:hover a,
.teaser-main-nav .col:hover a,.teaser-main-nav .col:hover a span{
  color: var(--spider-white);
}
/* ---------------------------------
下層
--------------------------------- */
.teaser-main-nav.lower .row{
  padding: 30px 0 0;
}
.teaser-main-nav.lower .row::before{
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 30px;
  top: 0;
  left: 0;
  background: url('../images/common/img-menu-low-left.png') no-repeat center 50% / cover;
}
.teaser-main-nav.lower .row::after{
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 30px;
  top: 0;
  right: 0;
  background: url('../images/common/img-menu-low-right.png') no-repeat center 50% / cover;
}
/*==================================

 BANNER

==================================*/
.teaser-banner-area{
  width: 100%;
  padding-bottom: 70px;
}
.teaser-banner-area ul li{
  margin-bottom: 10px;
  line-height: 0;
}
.teaser-banner-area ul li:last-child{
  margin-bottom: 0;
}
.teaser-banner-area ul li a img{
  width: 100%;
}

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

 TOPICS COMMON

==================================*/
#topics .topics-area{
  background-color: transparent;
}
#topics.drama-area{
  padding: 0;
  margin: 0;
}
#topics .drama-box-title{display: none;}
/* ボタン */
#topics .drama-btn.btn-more {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  background: var(--main-lightred);
  padding: 1.3em 0 1.2em;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--white);
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}
/*==================================

 Hulu-modal

==================================*/
.hulu-modal__box{
  width: 100%;
  max-width: 600px;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
}
.hulu-modal__box__inner{
  width: 100%;
  margin: 0 auto;
  background: url('../images/modal/bg-black.jpg');
  background-size: 600px;
}
.hulu-modal__top{
  width: 100%;
}
.hulu-modal__main{
  padding: 6.667% 6.667% 20px;
}
.hulu-modal__main .photo > img{
  width: 100%;
}
.hulu-modal__bottom{
  padding: 5% 0;
  background: #3de232;
  position: relative;  
}
.hulu-modal__bottom .hulu_btn{
  text-align: center;
  font-size: 0;
}
.hulu-modal__bottom .hulu_btn a{
  transition: opacity .1s ease;
}
.hulu-modal__bottom .hulu_btn img{
  width: 90%;
  max-width: 345px;
}
.hulu-modal__bottom .hulu{
  display: flex;
  justify-content: center;
  align-items: center;
}
.hulu-modal__bottom .hulu > img{
  width: 100%;
  max-width: 86px;
}
.hulu-modal__bottom .hulu .text{
  padding: 15px 0 15px 20px;
  font-family: var(--matisse-DB);
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: 0;
  color: var(--spider-white);
  text-shadow: 0 0 4px rgba(0,0,0,.25);
}
.hulu-modal__bottom .cookie{
  text-align: center;
}

/* ×ボタン */
.hulu-modal__close {
  right: 0px;
  padding: 0;
  text-align: right;
}

.hulu-modal__close > button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.hulu-modal__close > button::before,
.hulu-modal__close > button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  content: '';
  background: #ffffff;
  transform: rotate(-45deg);
}

.hulu-modal__close > button::after {
  transform: rotate(45deg);
}
/*====================================================================
 
SP用

====================================================================*/
@media screen and (max-width: 992px) {
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
  .ntv-wrapper{
    background-size: 300px;
  }
  .btn{
    width: 100%;
    max-width: 300px;
  }
  .btn a{
    font-size: 1.4rem;
  }
  /* ---------------------------------
  layout
  --------------------------------- */
  .teaser-block-inner{
    padding: 0 15px;
  }
  .teaser-main-mainImg img {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    border-left: none;
    border-right: none;
  }
  /* ---------------------------------
  nav
  --------------------------------- */
  .teaser-main-nav .col{
    border-radius: 2px;
  }
  .teaser-main-nav .col a{
    font-size: 1.4rem;
    padding: 13px 5px;
    line-height: 100%;
  }
  .teaser-main-nav .col a span {
    padding: 4px 0 0;
    font-weight: bold;
    transform: scale(0.8);
  }
  .teaser-main-nav .col:first-child a::before{
    background: none;
  }
  /* ---------------------------------
  下層
  --------------------------------- */
  .teaser-main-nav.lower .row{
    padding: 20px 0 0;
  }
  .teaser-main-nav.lower .row::before,
  .teaser-main-nav.lower .row::after{
    width: 40px;
    height: 20px;
  }
  .label {
    top: -8px;
  }
  .label span {
    padding: 0 8px;
    font-size: 1rem;
    line-height: 160%;
  }
  /* TOP SNS
  --------------------------------- */
  .teaser-snslink-area{
    padding: 30px 0 50px;
  }
  .teaser-snslink-area .snslink{
    margin-left: 10px;
    width: 60px;
    height: 60px;
    background-image: url('../images/sns/icn-top-sns_sp.png');
  }
  .teaser-snslink-area .snslink.item-x span,
  .teaser-snslink-area .snslink.item-ig span,
  .teaser-snslink-area .snslink.item-tt span {
    display: block;
    width: 20px;
    height: 20px;
  }
  .teaser-banner-area{
    padding-bottom: 50px;
  }
  /* NEWS
  --------------------------------- */
  #news.teaser-block{
    padding: 0 0 90px;
  }
  #news .teaser-block-title{
    margin: 0 auto 30px;
    width:117.6px;
    height: 52.8px;
  }
  #news .news-list a{
    padding: 10px;
  }
  #news.teaser-block .news-list {
    width: 100%;
    padding: 0 15px;
  }
  #news .news-list li:not(first-child){
    margin-bottom: 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{
    margin-bottom: 5px;
    font-weight: normal;
  }
  #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-title {
    font-size: 1.2rem;
    line-height: 165%;
  }
  /* STORY
  --------------------------------- */
  #next-story.teaser-block{
    padding: 0 0 90px;
  }
  #next-story .teaser-block-title{
    margin: 0 auto 30px;
    width: 218.89px;
    height: 50px;
  }
  #next-story .movie-container{
    margin: 0 auto;
  }
  #next-story.teaser-block .next-story-date{
    padding: 20px 0 0;
  }
  #next-story.teaser-block .next-story-date dt{
    font-size: 2rem;
  }
  #next-story.teaser-block .next-story-date dd{
    padding: 15px 0 0;
    font-size: 1.5rem;
  }
  #next-story.teaser-block .next-story-text{
    padding: 15px 0 20px;
    font-size: 1.2rem;
  }
  /* INTRO
  --------------------------------- */
  #intro.teaser-block{
    padding: 0 0 90px;
  }
  #intro .teaser-block-title{
    margin: 0 auto 30px;
    width: 123.6px;
    height: 52.8px;
  }
  #intro .intro-text{
    width: 100%;
  }
  #intro .intro-text p{
    background-image: url(../images/img-intro-sp.jpg);
    padding-top: 125.7971%;
  }
  /* CAST
  --------------------------------- */
  #cast.teaser-block{
    padding: 0 0 70px;
  }
  #cast .teaser-block-title{
    margin: 0 auto 30px;
    width: 112.8px;
    height: 51.6px;
  }
  #cast dl {
    margin-bottom: 24px;
  }
  #cast dl dt {
    padding: 2px 10px;
    margin-bottom: 8px;
  }
  #cast dl dd {
    font-size: 2rem;
  }
  #cast dl dd .cast-item a{
    right: 10px;
    padding: 4px 5px 3px;
    font-size: 10px;
  }
  /* SONG
  --------------------------------- */
  #song.teaser-block{
    padding: 70px 0;
  }
  #song.teaser-block::before{
    width: 84%;
    left: 50%;
    transform: translate(-50%,0);
  }
  #song .teaser-block-title{
    margin: 0 auto 30px;
    width: 117.07px;
    height: 51px;
  }
  #song p{
    font-size: 1.8rem;
  }
  #song p .lebel{
    font-size: 1.4rem;
  }
  /* STAFF
  --------------------------------- */
  #staff.teaser-block{
    padding: 70px 0;
  }
  #staff.teaser-block::before,#staff.teaser-block::after{
    width: 84%;
    left: 50%;
    transform: translate(-50%,0);
  }
  #staff .teaser-block-title{
    margin: 0 auto 30px;
    width: 114px;
    height: 57.6px;
  }
  #staff .teaser-block-inner dl {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  #staff .teaser-block-inner dl dt {
    text-align: center;
    margin-right: 0px;
    font-size: 1.3rem;
    line-height: 160%;
  }
  #staff .teaser-block-inner dl dd {
    font-size: 1.8rem;
    line-height: 160%;
  }
  /* TOPICS
  --------------------------------- */
  #topics.teaser-block{
    margin-top: 70px;
    padding: 0 0 90px;
  }
  #topics .teaser-block-title{
    margin: 0 auto 30px;
    width: 140.4px;
    height: 50.4px;
  }
  /* SNS
  --------------------------------- */
  #sns-group .teaser-block-title{
    margin: 0 auto 30px;
    width: 94.8px;
    height: 55.2px;
  }
  #sns-group .teaser-sns-area{
    margin: 0 auto;
    gap: 10px;
    max-width: 500px;
  }
  #sns-group .teaser-sns-area .btn{
    width: 100%;
    max-width: 100px;
    height: 100px;
  }
  #sns-group .teaser-sns-area .btn span{
    width: 32px;
    height: 32px;
  }
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
  /*.teaser-main-nav .row {
    padding: 72px 0 0;
  }
  .teaser-main-nav .row::before{
    width: 62px;
    height: 72px;
    top: 0;
    left: 0;
    background: url('../images/common/img-menu-top-left_pc.png') no-repeat center 50% / cover;
  }
  .teaser-main-nav .row::after{
    width: 62px;
    height: 72px;
    top: 0;
    right: 0;
    background: url('../images/common/img-menu-top-right_pc.png') no-repeat center 50% / cover;
  }*/
  #intro .intro-text p{
    background: url('../images/img-intro-pc.jpg') no-repeat top center;
    background-size: contain;
    padding-top: 94.55%;
  }
}

/* ---------------------------------
 PC用
--------------------------------- */
@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%;
  }
}
/* ---------------------------------
 微調整
--------------------------------- */
@media screen and (max-width: 600px){
  .teaser-main-nav::before{
    width: 466.5px;
    height: 54px;
  }
}
@media screen and (max-width: 480px){
  .teaser-main-nav::before{
    width: 346px;
    height: 48px;
    top: -5px;
    background-image: url('../images/img-mv-deco02-sp.png');
  }
  .teaser-main-nav .row {
    /*padding: 56px 10px 0;*/
    padding: 32px 10px 0;
  }
  .teaser-main-nav .row::before{
    width: 22.67px;
    height: 32px;
    /*width: 39.67px;
    height: 56px;*/
    left: 10px;
    background-image: url('../images/common/img-menu-top-left_sp.png');
  }
  .teaser-main-nav .row::after{
    width: 22.67px;
    height: 32px;
    /*width: 39.67px;
    height: 56px;*/
    right: 10px;
    background-image: url('../images/common/img-menu-top-right_sp.png');
  }
}
/*====================================================================
モーダル
====================================================================*/
.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-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;
  }
  .hulu-modal__bottom .hulu{
    flex-direction: column;
    padding-top: 15px;
  }
  .hulu-modal__bottom .hulu > img{
    max-width: 70px;
  }
  .hulu-modal__bottom .hulu_btn img{
    max-width: 245px;
  }
  .hulu-modal__bottom .hulu .text{
    font-size: 1.6rem;
  }
}

.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%;
  margin-bottom: 10px;
}

.movie-modal__box__inner .movie-modal__top video{
  z-index: 10;
  width: 100%;
  height: 100%;
}

.movie-modal__bottom {
  color: var(--font-color);
}

/* ×ボタン */
.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;
}