@charset "UTF-8";

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

 Layout

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

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.teaser-contents {
  box-sizing: border-box;
  font-size: 1.6rem;
}
.teaser-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}
/* ブロック */
.teaser-block{
  color: #353433;
  word-break: break-all;
}
/* ブロック内テキスト */
.teaser-block p{
  color: #353433;
  line-height: 1.86;
}

/* -------------------- 
共通　背景設定
-------------------- */
/*背景*/
.ntv-wrapper{
  background: url(../images/bg-pattern-main.png) repeat;
}
#intro{
  background: url(../images/bg-pattern-A.png) repeat;
  background-size: 10%;
}
#cast{
  background: url(../images/bg-pattern-B.png) repeat;
  background-size: 10%;
}
#staff{
  background: url(../images/bg-pattern-C.png) repeat;
  background-size: 10%;
}
#official-sns{
  background: url(../images/bg-pattern-A.png) repeat;
  background-size: 10%;
}

/* -------------------- 
共通　お知らせ 
-------------------- */
#news {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#news .news-list-item{
  position: relative;
  background-color: #fff;
}
#news .bg-deco-ashiato-lt img,
#news .bg-deco-ashiato-lb img,
#news .bg-deco-ashiato-rt img,
#news .bg-deco-ashiato-rb img{
  display: block;
  width: 100%;
}
#news .bg-deco-ashiato-lt{/*左上*/
  position: absolute;
  width: 15px;
  height: auto;
  top: 5px;
  left: 5px;
}
#news .bg-deco-ashiato-lb{/*左下*/
  position: absolute;
  width: 15px;
  height: auto;
  bottom: 5px;
  left: 5px;
}
#news .bg-deco-ashiato-rt{/*右上*/
  position: absolute;
  width: 15px;
  height: auto;
  top: 5px;
  right: 5px;
}
#news .bg-deco-ashiato-rb{/*右下*/
  position: absolute;
  width: 15px;
  height: auto;
  bottom: 5px;
  right: 5px;
}

/* -------------------- 
共通　メニュー 
-------------------- */
.teaser-main-nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.teaser-main-nav ul li{
  color: #EBEBEB;
  width: 32.2%;
  text-align: center;
  /* width: calc(100% / 3 - 10px); */
}
.teaser-main-nav ul .nav-intro{

}
.teaser-main-nav ul .nav-cast-staff{
  
}
.teaser-main-nav ul .nav-sns{

}

.teaser-main-nav ul li a{
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: inline-block;
  transition: all 0.4s 0s ease;
}
.teaser-main-nav ul li a:hover{
  background-color: #A52F4B;
}

/* -------------------- 
共通　バナー 
-------------------- */

.teaser-banner-area{
  margin: 30px 10px 0px;
}
.teaser-banner-area ul{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
}
.teaser-banner-area ul li{
  
}
.teaser-banner-area ul .banner-item{
  
}
.teaser-banner-area ul .banner-item img{
  display: block;
  width: 100%;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {

  .sp{
    display: block;
  }

  /* ブロック */
  .teaser-block{
    position: relative;
    margin: 30px 10px 0 10px;
    border-radius: 100px;
    border: 3px solid #AA906A;
  }
  .teaser-block-inner{
    border-radius: 95px;
    border: 1px solid #AA906A;
    margin: 3px;
  }
  /* ブロックタイトル */
  .teaser-block-title{

  }
  .teaser-contents {
    margin-top: 20px;
  }
  .teaser-main-mainImg{

  }
  .teaser-main-mainImg img{

  }

  /*---------- 共通 ----------*/

  .teaser-block-title{
    width: 53%;
    margin: 0 auto;
  }
  .teaser-block-title img{
    display: block;
    width: 100%;
  }
  .teaser-block .bg_deco-top-img img{
    display: block;
    width: 100%;
  }
  .teaser-block .bg_deco-top{/* 飾り上 */
    position: absolute;
    width: 22%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .teaser-block .bg_deco-left{/* 飾り左 */
    position: absolute;
    width: 14%;
    top: 0%;
    left: 1%;
  }
  .teaser-block .bg_deco-right{/* 飾り右 */
    position: absolute;
    width: 14%;
    top: 0%;
    right: 1%;
}
  .teaser-block .bg_deco-bottom {/* 飾り下 */
    position: absolute;
    width: 24.8%;
    bottom: -0.2%;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .teaser-block .title_deco-bottom{
    background: url(../images/h3_deco-line.png) repeat-x;
    background-size: contain;
    padding-top: 2.5%;
    margin: 0 20px;
  }

  /*---------- メニュー ----------*/
  .teaser-main-nav{
    margin-left: 10px;
    margin-right: 10px;
  }
  .teaser-main-nav{
    margin-top: 20px;
  }
  .teaser-main-nav ul li{
    position: relative;
    font-family: TsukuCOldMinPr6-E,serif;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-lt{
    position: absolute;
    width: 8.5%;
    top: 3%;
    left: 2%;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-lb{
    position: absolute;
    width: 8.5%;
    bottom: 3%;
    left: 2%;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-rt{
    position: absolute;
    width: 8.5%;
    top: 3%;
    right: 2%;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-rb{
    position: absolute;
    width: 8.5%;
    bottom: 3%;
    right: 2%;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-lt img,
  .teaser-main-nav ul li .bg-deco-ashiato-lb img,
  .teaser-main-nav ul li .bg-deco-ashiato-rt img,
  .teaser-main-nav ul li .bg-deco-ashiato-rb img{
    display: block;
    width: 100%;
  }
  .teaser-main-nav ul li a{
    background:#24272D;
    padding: 10px 0;
  }

  /*---------- お知らせリスト ----------*/
  #news{
    margin: 20px 10px 0 10px;
  }
  #news .news-list-item{
    padding: 15px 20px;
  }
  #news .news-list-item .news-title{
    font-size: 1.4rem;
    line-height: 160%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #AA906A;
  }
  #news .news-list-item p{
    padding-top: 10px;
    font-size: 1.1rem;
    line-height: 180%;
  }
  #news .news-list-item p a{
    color: #C16D81;
    text-decoration: underline;
  }
  #news .news-list-item p .fw-b{/*太字*/
    font-weight: bold;
  }
  #news .news-list-item p .fc-g{/*huluカラー*/
    color: #3CE032;
  }
  #news .news-list-item p .fs-s{/*文字　小*/
    font-size: 1rem;
  }
  #news .bg-deco-ashiato-lt{/*左上*/
    position: absolute;
    width: 10px;
    height: auto;
    top: 5px;
    left: 5px;
  }
  #news .bg-deco-ashiato-lb{/*左下*/
    position: absolute;
    width: 10px;
    height: auto;
    bottom: 5px;
    left: 5px;
  }
  #news .bg-deco-ashiato-rt{/*右上*/
    position: absolute;
    width: 10px;
    height: auto;
    top: 5px;
    right: 5px;
  }
  #news .bg-deco-ashiato-rb{/*右下*/
    position: absolute;
    width: 10px;
    height: auto;
    bottom: 5px;
    right: 5px;
  }

  /*-------------------- 
  バナーエリア 
  -------------------- */

  .teaser-banner-area{
    margin: 20px 10px 0px;
  }
  .teaser-banner-area ul{
    
  }
  .teaser-banner-area ul li{
    
  }
  .teaser-banner-area ul .banner-item{
    
  }

  /*-------------------- 
  イントロ
  -------------------- */

  #intro{
    margin-top: 20px;
    background-size: 15%;
  }
  #intro .teaser-block-inner{
  }
  #intro .teaser-block-inner-flame{
    
  }
  #intro h3{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #intro .intro_text-block{
    position: relative;
    margin: 30px 20px 0 20px;
    margin-bottom: 40px;
  }
  #intro .intro_text-block p{
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
  }
  #intro .intro_text-block .fs-m{/*テキスト中*/
    font-size: 1.6rem;
  }
  #intro .intro_text-block .fs-l{/*テキスト大*/
    font-size: 2.2rem;
  }
  #intro .intro_text-block .text-group01{
    background: url(../images/intro_text-img-group01_sp.png) no-repeat center;
    background-size: contain;
    padding-top: 80%;
    margin-top: 20px;
  }
  #intro .intro_text-block .text-group01 p{
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
  }
  #intro .intro_text-block .fc-mg{/*カラー：ゴールド*/
    color: #A5810A;
  }
  #intro .intro_text-block .fc-mp{/*カラー：ピンク*/
    color: #C16D81;
  }
  #intro .intro_text-block .mt-m{
    margin-top: 20px;
  }
  #intro .intro_text-block .mt-s{
    margin-top: 20px;
    font-size: 1.6rem;
  }

  #intro .intro_text-block .txt-img-bottom-box{
    background: url(../images/intro_txt-img-bottom_sp.png) no-repeat top center;
    background-size: contain;
    padding-top: 55%;
    margin-top: 10px;
  }
  #intro .intro_text-block .txt-img-bottom-box p{
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
  }


  /*-------------------- 
  キャスト
  -------------------- */
  #cast{

  }
  #cast .teaser-block-inner{
    
  }
  #cast .teaser-block-inner-flame{
    
  }
  #cast h3{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #cast .cast-list-block{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #cast ul{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }
  #cast .list-space{
    margin-top: 20px;
  }
  #cast ul li{
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: TsukuMinPr6-B,serif;
  }
  #cast ul .cast-deco{
    width: 8px;
    height: 8px;

  }
  #cast ul .cast-deco img{
    display: block;
    width: 100%;
  }
  

  /*-------------------- 
  スタッフ
  -------------------- */

  #staff{

  }
  #staff .teaser-block-inner{
    
  }
  #staff .teaser-block-inner-flame{
    
  }
  #staff h3{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #staff .staff_list-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #staff .staff-list{
    
  }
  #staff .staff-list dt{
    font-family: TsukuMinPr6-B,serif;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: bold;
    color: #A52F4B;
  }
  #staff .staff-list dd{
    font-family: TsukuMinPr6-B,serif;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
  }
  #staff .staff-list dd .fs-s{
    font-size: 1.2rem;
  }
  #staff .staff-deco{
    width: 8px;
    height: 8px;
  }
  #staff .staff-deco img{
    display: block;
    width: 100%;
  }
  /*-------------------- 
  公式アカウント
  -------------------- */
  #official-sns{
    margin-bottom: 30px;
  }
  #official-sns h3{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #official-sns .official-sns-area{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  #official-sns .official-sns-area p{
    width: 124px;
  }
  #official-sns .official-sns-area p  a{
    
  }
  #official-sns .official-sns-area p  a img{
    display: block;
    width: 100%;
  }
  #official-sns .official-sns-area{
    margin-top: 30px;
    margin-bottom: 40px;
  }




}/*終SP*/

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
  .sp{
    display: none;
  }
  /* ブロック */
  .teaser-block{
    position: relative;
    margin-top: 60px;
    border-radius: 200px;
    border: 3px solid #AA906A;
  }
  .teaser-block-inner{
    border-radius: 195px;
    border: 1px solid #AA906A;
    margin: 5px;
  }
  /* ブロックタイトル */
  .teaser-block-title{

  }
  .teaser-contents {
    margin-top: 20px;
  }
  .teaser-main-mainImg{

  }
  .teaser-main-mainImg img{

  }

  /*---------- 共通 ----------*/

  .teaser-block-title{
    width: 45%;
    margin: 0 auto;
  }
  .teaser-block-title img{
    display: block;
    width: 100%;
  }
  .teaser-block .bg_deco-top{/* 飾り上 */
    position: absolute;
    width: 173px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .teaser-block .bg_deco-top-img img{
    display: block;
    width: 100%;
  }
  .teaser-block .bg_deco-left{/* 飾り左 */
    position: absolute;
    width: 82px;
    top: 1%;
    left: 3%;
  }
  .teaser-block .bg_deco-right{/* 飾り右 */
    position: absolute;
    width: 82px;
    right: 3%;
    top: 1%;
}
  .teaser-block .bg_deco-bottom {/* 飾り下 */
    position: absolute;
    width: 207px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .teaser-block .title_deco-bottom{
    background: url(../images/h3_deco-line.png) repeat-x;
    background-size: contain;
    padding-top: 1.4%;
    margin: 0 60px;
  }

  /*---------- メニュー ----------*/

  .teaser-main-nav{
    margin-top: 30px;
  }
  .teaser-main-nav ul li{
    font-family: TsukuCOldMinPr6-E,serif;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .teaser-main-nav ul li a{
    background:#24272D;
    padding: 16px 0;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-lt{
    position: absolute;
    width: 7.5%;
    top: 5%;
    left: 2%;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-lb{
    position: absolute;
    width: 7.5%;
    bottom: 5%;
    left: 2%;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-rt{
    position: absolute;
    width: 7.5%;
    top: 5%;
    right: 2%;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-rb{
    position: absolute;
    width: 7.5%;
    bottom: 5%;
    right: 2%;
  }
  .teaser-main-nav ul li .bg-deco-ashiato-lt img,
  .teaser-main-nav ul li .bg-deco-ashiato-lb img,
  .teaser-main-nav ul li .bg-deco-ashiato-rt img,
  .teaser-main-nav ul li .bg-deco-ashiato-rb img{
    display: block;
    width: 100%;
  }

  /*---------- お知らせリスト ----------*/
  #news{
    margin-top: 30px;
  }
  #news .news-list-item{
    padding: 20px 30px;
  }
  #news .news-list-item .news-title{
    font-size: 1.6rem;
    line-height: 160%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #AA906A;
  }
  #news .news-list-item p{
    padding-top: 15px;
    font-size: 1.2rem;
    line-height: 160%;
  }
  #news .news-list-item p a{
    color: #C16D81;
    text-decoration: underline;
  }
  #news .news-list-item p .fw-b{/*太字*/
    font-weight: bold;
  }
  #news .news-list-item p .fc-g{/*huluカラー*/
    color: #3CE032;
  }
  #news .news-list-item p .fs-s{/*文字　小*/
    font-size: 1rem;
  }

  /*-------------------- 
  バナーエリア 
  -------------------- */
  .teaser-banner-area{
    margin: 30px 10px 0px;
  }
  .teaser-banner-area ul{
    
  }
  .teaser-banner-area ul li{
    
  }
  .teaser-banner-area ul .banner-item{
    
  }

  /*-------------------- 
  イントロ
  -------------------- */

  #intro{
    margin-top: 40px;
  }
  #intro .teaser-block-inner{
  }
  #intro .teaser-block-inner-flame{
    
  }
  #intro h3{
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #intro .intro_text-block{
    position: relative;
    margin-top: 40px;
    margin-bottom: 70px;
  }
  /*イントロテキスト*/
  #intro .intro_text-block p{
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
  }
  /*イントロ span装飾*/
  #intro .intro_text-block .fs-m{/*テキスト中*/
    font-size: 2rem;
  }
  #intro .intro_text-block .text-group01{
    background: url(../images/intro_text-img-group01_pc.png) no-repeat center;
    background-size: contain;
    padding-top: 45.5%;
    margin-top: 30px;
  }
  #intro .intro_text-block .text-group01 p{
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
  }
  #intro .intro_text-block .fc-mg{/*カラー：ゴールド*/
    color: #A5810A;
  }
  #intro .intro_text-block .fc-mp{/*カラー：ピンク*/
    color: #C16D81;
  }
  #intro .intro_text-block .mt-m{
    margin-top: 30px;
  }
  #intro .intro_text-block .mt-s{
    margin-top: 20px;
  }
  #intro .intro_text-block .txt-img-bottom-box{
    background: url(../images/intro_txt-img-bottom_pc.png) no-repeat top center;
    background-size: contain;
    padding-top: 35.5%;
    margin-top: -30px;
  }
  #intro .intro_text-block .txt-img-bottom-box p{
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
  }

  /*-------------------- 
  キャスト
  -------------------- */
  #cast{

  }
  #cast h3{
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #cast .cast-list-block{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #cast ul{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }
  #cast .list-space{
    margin-top: 15px;
  }
  #cast ul li{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    font-family: TsukuMinPr6-B,serif;
  }
  #cast ul .cast-deco{
    width: 10px;
    height: 10px;

  }
  #cast ul .cast-deco img{
    display: block;
    width: 100%;
  }

  /*-------------------- 
  スタッフ
  -------------------- */

  #staff{

  }
  #staff h3{
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #staff .staff_list-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #staff .staff-list{
    
  }
  #staff .staff-list dt{
    font-family: TsukuMinPr6-B,serif;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
    color: #A52F4B;
  }
  #staff .staff-list dd{
    font-family: TsukuMinPr6-B,serif;
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: bold;
  }
  #staff .staff-list dd .fs-s{
    font-size: 1.6rem;
  }
  #staff .staff-deco{
    width: 10px;
    height: 10px;
  }
  #staff .staff-deco img{
    display: block;
    width: 100%;
  }

  /*-------------------- 
  公式アカウント
  -------------------- */
  #official-sns{
    margin-bottom: 30px;
  }
  #official-sns h3{
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #official-sns .official-sns-area{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
  }
  #official-sns .official-sns-area p{
    width: 160px;
  }
  #official-sns .official-sns-area p  a{
    
  }
  #official-sns .official-sns-area p  a img{
    display: block;
    width: 100%;
  }
  #official-sns .official-sns-area{
    margin-top: 40px;
    margin-bottom: 60px;
  }

}/*終タブレット*/

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {


}/*終PC*/

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

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