@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : cast.css
Description : 出演者
===================================================================== */
/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  margin-bottom: -8rem;
  padding: 24rem 0 0 0;
  background-color: #f2ede6;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 16rem 0 0 0;
  }
}
.cast_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .cast_column {
    width: 84.375%;
  }
}
.cast_wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cast_wrap {
    gap: 8rem 3.7037037037%;
  }
}
.cast_role {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .cast_role.half {
    width: 48.1481481481%;
  }
}
@media screen and (min-width: 1080px) {
  .cast_role.half .cast_list {
    gap: 6rem 7.6923076923%;
  }
}
@media screen and (min-width: 1080px) {
  .cast_role.half .cast_list > li {
    width: 46.1538461538%;
  }
}
.cast_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -1.2rem;
  padding-bottom: 2.4rem;
  color: #ff2200;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cast_ttl {
    padding-bottom: 1.8rem;
    font-size: 3rem;
  }
}
.cast_ttl.title_sp {
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  .cast_ttl.title_sp {
    font-size: 3rem;
  }
}
.cast_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.6rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 2.4rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .cast_ttl::after {
    height: 0.4rem;
    background-size: 1.6rem 0.4rem;
  }
}
.cast_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8rem 4rem;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .cast_list {
    gap: 6rem 4.1666666667%;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1080px) {
  .cast_list {
    gap: 6rem 3.7037037037%;
  }
}
@media screen and (min-width: 1080px) {
  .cast_list.mc {
    gap: 6rem 8.3333333333%;
  }
}
.cast_list.mc > li {
  width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_list.mc > li {
    width: 30.5555555556%;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .cast_list.mc > li {
    width: 27.7777777778%;
  }
}
.cast_list.mc .cast_name {
  padding-right: 0 !important;
}
.cast_list.mc .cast_name > span {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .cast_list.mc .cast_name > span {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 960px) {
  .cast_list.mc .cast_name > span {
    font-size: 2.6rem;
  }
}
.cast_list > li {
  position: relative;
  width: 32rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cast_list > li {
    width: 30.5555555556%;
  }
}
@media screen and (min-width: 1080px) {
  .cast_list > li {
    width: 22.2222222222%;
  }
}
.cast_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cast_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .cast_list > li > a:hover .cast_img > img {
    transform: scale(1.08);
  }
}
.cast_list > li > a.blanklink .cast_name {
  padding-right: 3rem;
  background-image: url(../images/common/icon_blank.png);
  background-repeat: no-repeat;
  background-position: right 3rem center;
  background-size: auto 3rem;
}
@media screen and (min-width: 768px) {
  .cast_list > li > a.blanklink .cast_name {
    padding-right: 2.25rem;
    background-position: right 2.25rem center;
    background-size: auto 2rem;
  }
}
.cast_list > li > a.popuplink .cast_name {
  padding-right: 2.75rem;
  background-image: url(../images/common/icon_popup.png);
  background-repeat: no-repeat;
  background-position: right 2.75rem center;
  background-size: auto 3rem;
}
@media screen and (min-width: 768px) {
  .cast_list > li > a.popuplink .cast_name {
    padding-right: 2rem;
    background-position: right 2rem center;
    background-size: auto 2rem;
  }
}
.cast_list > li > a.nolink {
  pointer-events: none;
}
.cast_img {
  position: relative;
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cast_img > img {
  transition: 0.3s ease;
}
.cast_name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 8rem;
  padding: 0;
  margin-top: 3rem;
  border-radius: 4rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cast_name {
    height: 6rem;
    margin-top: 2rem;
  }
}
.cast_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 7.2rem;
  height: 8rem;
  background-image: url(../images/common/btn_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .cast_name::before {
    width: 5.4rem;
    height: 6rem;
  }
}
.cast_name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 7.2rem;
  height: 8rem;
  background-image: url(../images/common/btn_bg06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .cast_name::after {
    width: 5.4rem;
    height: 6rem;
  }
}
.cast_name > span {
  color: #0069d7;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .cast_name > span {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .cast_name > span {
    font-size: 2rem;
  }
}/*# sourceMappingURL=cast.css.map */