.staffcast .c-inner {
  padding-bottom: 26px;
}

@media (min-width: 769px) {
  .staffcast .c-inner {
    padding-bottom: 68px;
  }
}

.staffcast .c-subttl {
  height: 68px;
  margin-bottom: -6px;
}

@media (min-width: 769px) {
  .staffcast .c-subttl {
    height: 100px;
    margin-bottom: -6px;
  }
}

.staffcast__nav__role {
  margin-bottom: 14px;
}

@media (min-width: 769px) {
  .staffcast__nav__role {
    margin-bottom: 16px;
  }
}

.staffcast__nav__role__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staffcast__nav__role__item {
  border: 2px #fbdfb2 solid;
  color: #fbdfb2;
  font-weight: 900;
  height: 32px;
  line-height: 28px;
  text-align: center;
  width: calc(50% + 1px);
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .staffcast__nav__role__item {
    height: 48px;
    line-height: 44px;
    font-size: 1rem;
  }
}

.staffcast__nav__role__item.-active {
  background: #f29600;
  border: 2px #f29600 solid;
  color: #fff;
  position: relative;
  z-index: 1000;
}

@media (min-width: 769px) {
  .staffcast__nav__role__item:hover {
    background: #f29600;
    border: 2px #f29600 solid;
    color: #fff;
    position: relative;
    z-index: 1000;
  }
}

.staffcast__nav__role__item:first-of-type {
  margin-right: -2px;
}

.staffcast__nav__role__item a {
  display: block;
  height: 100%;
}

.staffcast__panel__item {
  display: none;
}

.staffcast__panel__item.-active {
  display: block;
}

@media (min-width: 769px) {
  .staffcast__panel__item.-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.staffcast__panel__item dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fffcdb;
  border: 1px solid #f29600;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 4px;
  padding: 8px 0;
}

@media (min-width: 769px) {
  .staffcast__panel__item dl {
    border-radius: 6px;
    margin: 0 0 8px;
    padding: 16px 0;
  }
}

.staffcast__panel__item dt {
  font-weight: bold;
  padding: 0 0 0 24px;
  position: relative;
  width: 50%;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .staffcast__panel__item dt {
    padding: 0 0 0 32px;
    font-size: 0.875rem;
  }
}

.staffcast__panel__item dt:before {
  background: url(../../../../assets/img/page/staffcast/ico_star.svg) center no-repeat;
  content: "";
  height: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
}

@media (min-width: 769px) {
  .staffcast__panel__item dt:before {
    height: 10px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 16px;
  }
}

.staffcast__panel__item dt .small {
  letter-spacing: -0.05em;
  -webkit-transform: scale(0.95, 1);
          transform: scale(0.95, 1);
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (min-width: 769px) {
  .staffcast__panel__item dt .small {
    font-size: 0.8125rem;
  }
}

.staffcast__panel__item dd {
  font-weight: bold;
  padding: 0 0 0 13px;
  position: relative;
  width: 50%;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media (min-width: 769px) {
  .staffcast__panel__item dd {
    font-size: 1.5rem;
  }
}

.staffcast__panel__item dd p {
  display: table-cell;
  vertical-align: middle;
}

.staffcast__panel__item dd span.-spring {
  color: #e75297;
}

.staffcast__panel__item dd span.-summer {
  color: #2ead1c;
}

.staffcast__panel__item dd span.-autumn {
  color: #ff6928;
}

.staffcast__panel__item dd span.-winter {
  color: #009fe8;
}

.staffcast__panel__item dd .offer {
  line-height: 12px;
  font-size: 10px;
  font-size: 0.625rem;
}

.staffcast__panel__item dd .small {
  line-height: 16px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .staffcast__panel__item dd .small {
    line-height: 24px;
    padding-right: 16px;
    font-size: 1rem;
  }
}

.staffcast__panel__item dd .block {
  display: block;
}

.staffcast__panel__item dd:before {
  background: url(../../../../assets/img/page/staffcast/line_v.svg) left center no-repeat;
  background-size: 2px 88px;
  content: "";
  height: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media (min-width: 769px) {
  .staffcast__panel__item dd:before {
    background-size: 2px 120px;
    height: 120%;
  }
}

.staffcast__panel__item dl.-narrow dt {
  width: 25%;
}

.staffcast__panel__item dl.-narrow dd {
  width: 75%;
}

.staffcast__panel__item dl.-middle dt {
  width: 30%;
}

.staffcast__panel__item dl.-middle dd {
  width: 70%;
}

.staffcast__panel__item dl.-wide dt {
  margin-bottom: 2px;
  width: 100%;
}

.staffcast__panel__item dl.-wide dd {
  padding-top: 4px;
  width: 100%;
}

.staffcast__panel__item dl.-wide dd:before {
  background: url(../../../../assets/img/page/staffcast/line_s.svg) left center no-repeat;
  background-size: 100% 2px;
  width: calc(100% - 26px);
  height: 2px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  left: 50%;
}

@media (min-width: 769px) {
  .staffcast__panel__item dl.-wide dd:before {
    background-size: 400px 2px;
  }
}

@media (min-width: 769px) {
  .staffcast__panel__item__box {
    width: calc(50% - 4px);
  }
}

.staffcast__panel__item__box dl.renge {
  background-image: url(../../../../assets/img/page/staffcast/ph_renge.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.hotaru {
  background-image: url(../../../../assets/img/page/staffcast/ph_hotaru.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.natsumi {
  background-image: url(../../../../assets/img/page/staffcast/ph_natsumi.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.komari {
  background-image: url(../../../../assets/img/page/staffcast/ph_komari.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.suguru {
  background-image: url(../../../../assets/img/page/staffcast/ph_suguru.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.kazuho {
  background-image: url(../../../../assets/img/page/staffcast/ph_kazuho.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.kaede {
  background-image: url(../../../../assets/img/page/staffcast/ph_kaede.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.konomi {
  background-image: url(../../../../assets/img/page/staffcast/ph_konomi.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.hikage {
  background-image: url(../../../../assets/img/page/staffcast/ph_hikage.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.akane {
  background-image: url(../../../../assets/img/page/staffcast/ph_akane.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.staffcast__panel__item__box dl.shiori {
  background-image: url(../../../../assets/img/page/staffcast/ph_shiori.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
