@charset "UTF-8";
#spinoff.teaser-block {
  padding: 0 0 80px;
}

#spinoff .teaser-block-title.selection {
  padding: 0 0 40px;
}
#spinoff .teaser-block-title .main-ttl {
  font-size: 3.4rem;
  white-space: pre;
}

#spinoff .h3-sub-ttl{
  margin: 0 auto;
  font-family: var(--main-mincho);
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(37,244,238,.8);
  color: var(--kesenai-btn-bg);
}
#spinoff .h3-sub-ttl .h3-sub-ttl-deco{
  display: block;
  margin: 0 auto;
  width: 458px;
  height: 32px;
  background: url('../images/spinoff/img-spinoff-selection-subttl-pc.png') no-repeat top left / cover;
}

/* caption */
#spinoff .spinoff-caption {
  padding: 30px 15px;
  width: 100%;
  font-family: var(--main-mincho);
  font-size: 18px;
  text-align: center;
  background: var(--kesenai-black);
  box-shadow: 0px 0px 15px 0px rgba(124, 174, 193, 0.2);
}
#spinoff .spinoff-caption p {
  margin-bottom: 10px;
}
#spinoff .spinoff-caption p:last-child {
  font-size: 1.3rem;
  margin-bottom: 0;
}
#spinoff .spinoff-caption .deco-catch {
  display: inline-block;
  padding: 0 3px;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(270deg, #66233e 0%, #194b70 100%);
}
#spinoff .spinoff-caption .deco-color-gold {
  color: #e6bb7b;
}
#spinoff .spinoff-caption .deco-redline {
  display: inline-block;
  background: url("../images/spinoff/img-spinoff-tver-caption-deco.png")
    no-repeat center bottom;
  background-size: contain;
}
/* banner */
#spinoff .spinoff-bnr {
  display: block;
  margin: 0 auto;
  padding: 50px 0;
  width: 400px;
}
#spinoff .spinoff-bnr img {
  width: 100%;
}
/* story */
#spinoff .spinoff-story-title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 50px auto 20px;
  font-size: 2.8rem;
  font-family: var(--main-mincho);
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  letter-spacing: 1.05px;
  color: var(--kesenai-rightblue);
  text-shadow: 0px 0px 8px rgba(37, 244, 238, 0.8);
}

#spinoff .spinoff-story-title::before,
#spinoff .spinoff-story-title::after {
  content: "";
  flex: auto;
  height: 1px;
  background: var(--kesenai-rightblue);
  box-shadow: 0px 0px 8px rgba(37, 244, 238, 0.8);
}

#spinoff .spinoff-story-title::before {
  margin-right: 10px;
}
#spinoff .spinoff-story-title::after {
  margin-left: 10px;
}

#spinoff .spinoff-story-deco {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 10px;
  background: url("../images/common/border-tetsu.png") no-repeat center top;
  background-size: cover;
}

#spinoff .spinoff-story-block {
  padding: 60px 0;
}

#spinoff .spinoff-story-block:first-child {
  padding-top: 0;
}

#spinoff .spinoff-story-block:last-child {
  padding-bottom: 0;
}

#spinoff .spinoff-story-block-ttl {
  padding: 0 0 20px;
  text-align: center;
  font-family: var(--main-mincho);
  line-height: 125%;
  letter-spacing: 1.05px;
}

#spinoff .spinoff-story-block-ttl .number {
  font-weight: bold;
  font-size: 20px;
  color: var(--kesenai-rightblue);
}

#spinoff .spinoff-story-block-ttl .ttl {
  padding: 12px 0;
  font-weight: bold;
  font-size: 22px;
  text-shadow: 1px 0px 0px rgba(255, 48, 98, 0.7),
    -1px 0px 0px rgba(19, 255, 248, 0.75);
}

#spinoff .spinoff-story-block-ttl .date {
  font-size: 16px;
  color: var(--kesenai-rightblue);
}

#spinoff .spinoff-story-block-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#spinoff .spinoff-story-block-text {
  padding: 20px 0 0;
  font-family: var(--main-mincho);
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.05px;
}
/*spinoff-selection
====================================================================*/
.spinoff-selection{
  padding: 10px 0 80px;
}
.spinoff-selection li {
  padding: 0 0 60px;
}
.spinoff-selection li:last-child{
  padding: 0;
}
.spinoff-selection-detail{
  display: flex;
  padding: 0 0 16px 4px;
}
.spinoff-selection-detail > img{
  width: 260px;
  border: 1px solid var(--kesenai-rightblue);
}
.spinoff-selection-detail .spinoff-selection-detail-info{
  padding: 0 0 0 16px;
  font-family: var(--main-mincho);
}
.spinoff-selection-detail .spinoff-selection-detail-info .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 125%;
  letter-spacing: 1.05px;
  color: #fff;
  text-shadow: 1px 0px 0px rgba(255, 48, 98, 0.7),
    -1px 0px 0px rgba(19, 255, 248, 0.75);
}
.spinoff-selection-detail .spinoff-selection-detail-info .txt{
  padding: 12px 0;
  line-height: 130%;
  color: var(--kesenai-rightblue);
}
.spinoff-selection-detail .spinoff-selection-detail-info .copy{
  font-size: 1.2rem;
  line-height: 160%;
  word-break: break-word;
}
.spinoff-selection .spinoff-selection-btn{
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 50px;
  border-radius: 8px;
  background: url('../images/spinoff/btn-spinoff-selection.jpg') no-repeat top left / cover;
}
/*spinoff-hulu
====================================================================*/
.spinoff-hulu-head{
  padding: 0 0 20px;
  width: 100%;
  text-align: center;
  font-family: var(--main-mincho);
}
.spinoff-hulu-head-img{
  display: block;
  margin: 0 auto;
  width: 100%;
}
.spinoff-hulu-catch{
  display: inline-block;
  padding: 0 3px;
  font-size: 2.6rem;
  line-height: 200%;
  letter-spacing: 2px;
  background: linear-gradient(270deg, #66233e 0%, #194b70 100%);
  text-shadow: 2px 0px 0px rgba(255, 48, 98, 0.7),
    -1px 0px 0px rgba(19, 255, 248, 0.75);
}
.spinoff-hulu-caption{
  padding: 30px 0 0;
  text-align: center;
}
.spinoff-hulu-caption p{
  padding: 0 0 20px;
  font-family: var(--main-mincho);
  font-size: 2.4rem;
  line-height: 125%;
  letter-spacing: 1.05px;
  color: #fff;
  text-shadow: 1px 0px 0px rgba(255, 48, 98, 0.7),
    -1px 0px 0px rgba(19, 255, 248, 0.75);
}
.spinoff-hulu-caption .bnr{
  display: block;
  margin: 0 auto;
  width: 400px;
  max-width: 400px;
  border-radius: 8px;
}
#spinoff .spinoff-hulu-story{
  padding: 0 0 30px;
}

#spinoff .spinoff-hulu-story .spinoff-story-block-text{
  padding-bottom: 20px;
}

#spinoff .spinoff-hulu-list{
  margin-bottom: 80px;
  padding: 30px 20px;
  background: var(--kesenai-black);
  box-shadow: 0px 0px 15px 0px rgba(124, 174, 193, 0.2);
}
#spinoff .spinoff-hulu-list--ttl{
  padding: 0 0 20px;
  font-family: var(--main-mincho);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  color: var(--kesenai-rightblue);
  text-shadow: 0px 0px 8px rgba(37, 244, 238, 0.8);
}
#spinoff .spinoff-hulu-list--cast{
  padding: 0 0 40px;
  text-align: center;
}
#spinoff .spinoff-hulu-list--cast p{
  padding: 0 0 20px;
  font-family: var(--main-mincho);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
  color: var(--font-color);
}
#spinoff .spinoff-hulu-list--cast p:last-child{
  padding: 0;
}
#spinoff .spinoff-hulu-list--staff dl{
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 10px;
}
#spinoff .spinoff-hulu-list--staff dt{
  text-align: right;
	margin-right: 30px;
  margin-top: 3%;
  font-size: 1.4rem;
  line-height: 140%;
  font-family: var(--main-mincho);
  color:var(--kesenai-rightblue);
}
#spinoff .spinoff-hulu-list--staff dd{
  font-size: 1.8rem;
  line-height: 160%;
  font-family: var(--main-mincho);
  color: var(--font-color);
}
#spinoff .spinoff-hulu-list--staff dd span {
  font-size: 1.4rem;
  line-height: 100%;
  word-break: normal;
}

/*====================================================================
 
SP用

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

@media screen and (max-width: 992px) {
  #spinoff.teaser-block{
    padding: 0 0 60px;
  }
  #spinoff .teaser-block-inner{
    padding: 0;
  }
  #spinoff .teaser-block-title .main-ttl{
    font-size: calc(2.4rem + ((1vw - 0.5rem) * 2.631578947368421));
  }
  #spinoff .spinoff-caption{
    padding: 20px 15px;
    font-size: 1.4rem;
  }
  #spinoff .spinoff-caption .deco-catch{
    font-size: 1.6rem;
  }
  #spinoff .spinoff-bnr{
    padding: 30px 0;
    width: 66%;
    min-width: 315px;
  }
  #spinoff .spinoff-story-title{
    margin: 30px 20px 20px;
    font-size: 2.2rem;
  }
  #spinoff .spinoff-story{
    padding: 0 20px;
  }
  #spinoff .spinoff-story-block{
    padding: 40px 0;
  }
  #spinoff .spinoff-story-block-ttl .number{
    font-size: 1.6rem;
  }
  #spinoff .spinoff-story-block-ttl .ttl{
    padding: 8px 0;
    font-size: 1.8rem;
  }
  #spinoff .spinoff-story-block-ttl .date{
    font-size: 1.3rem;
  }
  #spinoff .spinoff-story-block-text{
    font-size: 1.4rem;
  }
  /*spinoff-selection
  ====================================================================*/
  .spinoff-selection{
    padding: 0 20px 70px;
  }
  .spinoff-selection li {
    padding: 0 0 50px;
  }
  .spinoff-selection-detail{
    flex-direction: column;
    align-items: center;
    padding: 0 0 16px;
  }
  .spinoff-selection-detail > img{
    width: 100%;
    max-width: 640px;
  }
  .spinoff-selection-detail .spinoff-selection-detail-info{
    padding: 16px 0 0;
    text-align: center;
  }
  .spinoff-selection-detail .spinoff-selection-detail-info .ttl{
    font-size: 1.8rem;
    line-height: 125%;
  }
  .spinoff-selection-detail .spinoff-selection-detail-info .txt{
    padding: 8px 0;
    font-size: 1.4rem;
  }
  /*spinoff-hulu
  ====================================================================*/
  .spinoff-hulu{
    padding: 0 10px;
  }
  .spinoff-hulu-catch{
    font-size: 1.8rem;
  }
  .spinoff-hulu-caption p{
    font-size: 1.8rem;
  }
  .spinoff-hulu-caption .bnr{
    width: 90%;
    max-width: 280px;
  }
  #spinoff .spinoff-hulu .spinoff-story-title{
    margin: 0 0 20px;
  }
  #spinoff .spinoff-hulu-list{
    padding: 30px 10px;
  }
  #spinoff .spinoff-hulu-list--ttl{
    font-size: 1.8rem;
  }
  #spinoff .spinoff-hulu-list--cast p{
    font-size: 1.6rem;
  }
  #spinoff .spinoff-hulu-list--staff dl{
    grid-template-columns: 1fr;
  }
  #spinoff .spinoff-hulu-list--staff dt{
    margin: 0 0 10px;
    font-size: 1.3rem;
    text-align: center;
  }
  #spinoff .spinoff-hulu-list--staff dd{
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #spinoff .teaser-block-title .main-ttl{
    font-size: 2.4rem;
  }
  #spinoff .teaser-block-title.selection {
    padding: 10px 0 30px;
  }
  #spinoff .h3-sub-ttl{
    font-size: 1.6rem;
  }
  #spinoff .h3-sub-ttl .h3-sub-ttl-deco{
    width: 297px;
    height: 25px;
    background-image: url('../images/spinoff/img-spinoff-selection-subttl-sp.png');
  }
}