@charset "UTF-8";
#cast.teaser-block{
  padding: 40px 0 0;
}
#cast .teaser-block-title{
  margin: 0 auto 30px;
  width: 90px;
  height: 52px;
  background-image: url('../images/common/ttl/h3-cast.png');
}
/*#cast .teaser-block-title::before{
  width: 149px;
  height: 94px;
  top: -36px;
  left: -166px;
  background-image: url('../images/common/ttl/img-h3-cast.png');
}*/
#cast dl {
  text-align: center;
  margin-bottom: 30px;
}
#cast dl:last-child{
  margin-bottom: 0;
}
#cast dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 160%;
  color: var(--red);
  margin-bottom: 5px;
}
#cast dl dd {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 160%;
  color: var(--black);
}
#cast dl dd .cast-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
#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(--red);
  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(--red) transparent transparent;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  transform: translateX(-100%);
}
/*==================================
 Original
==================================*/
#original.teaser-block{
  padding: 80px 0 0;
}
#original .teaser-block-title{
  margin: 0 auto 30px;
  width: 150px;
  height: 58px;
  background-image: url('../images/common/ttl/h3-original.png');
}
#original p{
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 10px;
}
#original p.original-deco{
  display: block;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: var(--red);
}
#original p .original-deco-2{
  font-size: 1.6rem;
}
#original .original-item-container{
  display: flex;
  justify-content: center;
}
#original .original-inner{
  display: inline-block;
}
#original .original-inner > p{
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
}
/*==================================
 Song
==================================*/
#song.teaser-block{
  padding: 80px 0 0;
}
#song .teaser-block-title{
  margin: 0 auto 30px;
  width: 95px;
  height: 54px;
  background-image: url('../images/common/ttl/h3-song.png');
}
#song .song-deco{
  display: block;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
  color: var(--red);
}
#song .song-item{
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
}
#song .song-item .lebel{
  font-size: 1.6rem;
}

/*==================================
 Staff
==================================*/
#staff.teaser-block{
  position: relative;
  padding: 80px 0 0;
}
/*#staff.teaser-block::before{
  position: absolute;
  content: '';
  display: block;
  width: 165px;
  height: 76px;
  bottom: -40px;
  right: -10px;
  background: url('../images/caststaff/img-staff-deco01.png') no-repeat center left / cover;
}*/
#staff .teaser-block-title{
  margin: 0 auto 30px;
  width: 98px;
  height: 48px;
  background-image: url('../images/common/ttl/h3-staff.png');
}
#staff .teaser-block-inner dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 30px;
}
#staff .teaser-block-inner dl dt {
  text-align: right;
	margin-right: 30px;
  margin-top: 3%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 140%;
  color:var(--red);
}
#staff .teaser-block-inner dl dd {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  color: var(--black);
}
#staff .teaser-block-inner dl dd span {
  font-size: 1.6rem;
  line-height: 100%;
  word-break: normal;
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #cast.teaser-block{
    padding: 30px 0 0;
  }
  #cast .teaser-block-title{
    margin: 0 auto 30px;
    width: 64px;
    height: 36.98px;
  }
  #cast dl {
    margin-bottom: 15px;
  }
  #cast dl dt {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  #cast dl dd {
    font-size: 2rem;
  }
  /*==================================
  Original
  ==================================*/
  #original.teaser-block{
    padding: 60px 0 0;
  }
  #original .teaser-block-title{
    width: 105px;
    height: 40.6px;
  }
  #original p{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 160%;
  }
  #original p.original-deco{
    font-size: 1.3rem;
    text-align: center;
    color: var(--red);
  }
  #original .original-inner > p{
    text-align: center;
  }
  /*==================================
   Song
  ==================================*/
  #song.teaser-block{
    padding: 60px 0 0;
  }
  #song .teaser-block-title{
    width: 68px;
    height: 38.65px;
  }
  #song .song-deco{
    font-size: 1.3rem;
  }
  #song .song-item{
    font-size: 1.6rem;
  }
  /*==================================
   Staff
  ==================================*/
  #staff.teaser-block{
    position: relative;
    padding: 60px 0 0;
  }
  #staff .teaser-block-title{
    width: 70px;
    height: 34.29px;
  }
  #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.2rem;
    line-height: 200%;
  }
  #staff .teaser-block-inner dl dd {
    font-size: 1.8rem;
    line-height: 140%;
  }
  #staff .teaser-block-inner dl dd span {
    font-size: 1.4rem;
  }
}
