@charset "UTF-8";

#spinoff .teaser-block-title .main-ttl::before, .teaser-block-title .main-ttl::after{
  background: #258021;
}
#spinoff .spinoff-overview{
  text-align: center;
  padding-top: 20px;
}
#spinoff .spinoff-overview dt{
}
#spinoff .spinoff-overview .spinoff-ttl{
  font-size: 4rem;
  font-weight: bold;
  color: var(--mideum-purple);
  line-height: 1.7;
  margin-bottom: 30px;
}
#spinoff .spinoff-link{
  text-align: center;
  margin-top: 40px;
}
#spinoff .spinoff-link-desc{
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 10px;
}
#spinoff .spinoff-link-desc span{
  font-size: 0.6em;
}
#spinoff .spinoff-btn{
  width: 400px;
  max-width: 400px;
  margin: 0 auto;
}
#spinoff .spinoff-btn span{
    background-image: url(../images/spinoff/btn_hulu.png);
    display: block;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 15.2727272727%;
}
/*====================================================================
イントロダクション
====================================================================*/
#spinoff #intro .intro-wrapper{
  border: 1px solid #40DC39;
  padding: 30px 20px;
}
#spinoff #intro .intro-wrapper::before{
  display: none;
}
#spinoff #intro .intro-ttl{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
#spinoff #intro .intro-story{
  background: var(--black);
  color: var(--white);
  padding: 30px;
  margin-bottom: 20px;
  line-height: 1.8;
}
#spinoff #intro .intro-text02{
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}
#spinoff #intro .cl-purple{
  color: var(--mideum-purple);
}
#spinoff #intro .cl-green{
  color: #40DC39;
}
#spinoff #intro .ft-large{
  font-size: 1.35em;
}
/*====================================================================
ストーリー
====================================================================*/
#spinoff #story .story-tab-area{
  padding: 0 20px;
}
#spinoff #story .tab-list{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
#spinoff #story .tab-item {
  width: 48%;
}
#spinoff #story .tab-item a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--black);
  color: var(--white);
  border-radius: 4px;
  width: 100%;
  line-height: 50px;
  font-size: 1.6rem;
  padding: 0 15px;
  transition: all 0.5s;
}
#spinoff #story .tab-item a::after{
    content: "";
    position: absolute;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    transform: rotate(135deg);
}
#spinoff #story .story-ttl{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 40px;
}
#spinoff #story .story-image{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
#spinoff #story .story-image p{
  width: 48.5%;
}
#spinoff #story .story-text{
  padding: 0 0 20px;
}
/*====================================================================
キャスト
====================================================================*/
#spinoff #cast .ver02 dl dt{
  color: #258021;
}
/*====================================================================
スタッフ
====================================================================*/
#spinoff #staff .teaser-block-inner dl{
  /* grid-template-columns: 1fr 1fr; */
}
#spinoff #staff .teaser-block-inner dl dt{
  color: #258021;
}
/*====================================================================
Huluとは
====================================================================*/
#hulu .teaser-block-inner{
  background: var(--white-opa5);
  border: 1px solid #40DC39;
  padding: 30px;
}
#hulu .spinoff-huluーtitle{
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-feature-settings: 'palt';
  color: var(--mideum-purple);
}
#hulu .spinoff-hulu-text{
  margin: 20px 0;
}
/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #spinoff .spinoff-overview .spinoff-ttl{
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  #spinoff .spinoff-link{
    margin-top: 30px;
  }
  #spinoff .spinoff-link-desc{
    font-size: 2.2rem;
  }
  #spinoff .spinoff-btn{
    width: 90%;
  }

  /*====================================================================
  イントロダクション
  ====================================================================*/  
  #spinoff #intro .intro-ttl{
    font-size: 2rem;
  }
  #spinoff #intro .intro-story{
    padding:s 20px;
  }
  #spinoff #intro .intro-text02{
    font-size: 1.8rem;
  }
  /*====================================================================
  ストーリー
  ====================================================================*/    
  #spinoff #story .story-ttl{
    margin: 40px 30px;
  }
  #spinoff #story .story-image{
    display: block;
    margin-bottom: 20px;
  }
  #spinoff #story .story-image p{
    width: 100%;
    margin: 10px 0;
  }
  /*====================================================================
  Huluとは
  ====================================================================*/      
  #hulu .teaser-block-inner{
    margin: 0 15px;
    padding: 30px 20px;
  }
}

/* ---------------------------------
tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
  #spinoff #story .story-image{
    display: flex;
  }
  #spinoff #story .story-image p{
    width: 48.5%;
  }

}