@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : cast.css
Description : キャスト・スタッフ
===================================================================== */
/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .cast {
    padding: 9rem 0 12rem 0;
  }
}
.cast_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.cast_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 9rem 0;
}
@media screen and (min-width: 768px) {
  .cast_ttl > h2 {
    margin: 7.1rem 0;
  }
}
.cast_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 15.55rem);
  top: calc(50% - 15.5rem);
  display: block;
  width: 31.1rem;
  aspect-ratio: 311/310;
  background-image: url(../images/cast/cast_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .cast_ttl > h2::before {
    left: calc(50% - 12.5rem);
    top: calc(50% - 12.45rem);
    width: 25rem;
  }
}
.cast_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cast_ttl > h2 > em {
    font-size: 6rem;
  }
}
.cast_ttl > h2 > em > span {
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
.cast_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_ttl > h2 > span {
    font-size: 2rem;
  }
}
.cast_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.cast_column {
  position: relative;
  width: 109.2307692308%;
  margin: 8rem -4.6153846154% 0 -4.6153846154%;
}
@media screen and (min-width: 768px) {
  .cast_column {
    width: 100%;
    max-width: 800px;
    margin: 6rem auto 0 auto;
  }
}
.cast_column + .cast_column {
  margin-top: 12rem;
}
.cast_subttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 77.4647887324%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cast_subttl {
    width: 80%;
  }
}
@media screen and (min-width: 1100px) {
  .cast_subttl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
  }
}
.cast_subttl > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cast_subttl > em {
    font-size: 6rem;
  }
}
.cast_subttl > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cast_subttl > span {
    font-size: 2rem;
  }
}
.cast_subttl > span > span {
  font-family: "Shippori Mincho", serif;
}
.cast_wrap {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .cast_wrap {
    margin: 4.5rem 0 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .cast_wrap {
    width: 620px;
    margin: 0 0 0 auto;
  }
}
.cast_name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_name {
    margin-top: 3rem;
  }
}
.cast_name:first-child {
  margin-top: 0;
}
.cast_name > dt {
  position: relative;
  width: 50%;
  padding-right: 5rem;
  text-align: right;
  transform: translateY(-0.1em);
}
.cast_name > dt::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: 50%;
  display: block;
  width: 5rem;
  aspect-ratio: 1/1;
  background-image: url(../images/cast/cast_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cast_name > dt::before {
    right: -1.5rem;
    width: 3rem;
  }
}
.cast_name > dt > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_name > dt > span {
    font-size: 2.2rem;
  }
}
.cast_name > dt > span.min {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .cast_name > dt > span.min {
    letter-spacing: inherit;
  }
}
.cast_name > dd {
  position: relative;
  width: 50%;
  margin-left: 0;
  padding-left: 5rem;
  text-align: left;
}
.cast_name > dd + dd {
  margin-left: 50%;
}
.cast_name > dd > span {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span {
    font-size: 2.2rem;
  }
}
.cast_name > dd > span > small {
  display: block;
  font-size: 70%;
  transform: translateY(-0.6rem);
}
@media screen and (min-width: 768px) {
  .cast_name > dd > span > small {
    display: inline-block;
    transform: none;
  }
}
.cast_hr {
  position: relative;
  padding-top: calc(6rem + 1px);
}
@media screen and (min-width: 768px) {
  .cast_hr {
    padding-top: calc(5rem + 1px);
  }
}
.cast_hr::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1rem;
  display: block;
  width: 80%;
  height: 1px;
  background-color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .cast_hr::before {
    width: 100%;
  }
}
.cast_link {
  position: relative;
  display: block;
  transform: translate(0, -0.4em);
}
@media screen and (min-width: 768px) {
  .cast_link {
    display: inline-block;
    transform: translate(1.2rem, -0.1em);
  }
}
.cast_link > a {
  position: relative;
  display: inline-block;
  padding: 0.4rem 0.8rem 0.2rem 0.8rem;
  color: #ffffff;
  font-size: 70%;
  line-height: 1.4;
  border-radius: 0.6rem;
  background-color: #e60033;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cast_link > a:hover {
    opacity: 1;
  }
}
.cast_link > a::before {
  content: "";
  position: absolute;
  right: 45%;
  top: calc(100% - 1px);
  display: block;
  width: 1em;
  height: 0.5em;
  background-color: #e60033;
  -webkit-clip-path: polygon(10% 0, 0 100%, 100% 0);
          clip-path: polygon(10% 0, 0 100%, 100% 0);
}
.cast_comment {
  position: relative;
  width: 100%;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #d5e4eb;
}
@media screen and (min-width: 768px) {
  .cast_comment {
    padding: 4rem;
  }
}
.cast_comment > dt {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .cast_comment > dt {
    margin-bottom: 3rem;
  }
}
.cast_comment > dt > span {
  color: #cb002e;
  font-weight: 700;
}
.cast_comment > dd {
  width: 100%;
}
.cast_comment > dd > p {
  font-weight: 500;
}
.cast_comment > dd > p > strong {
  display: block;
  margin-bottom: 1em;
  color: #cb002e;
}

.popup_cast .popup_inner {
  max-width: 750px;
}

main:has(+ .footer .pagetop:first-child) section.cast {
  padding-bottom: 34rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .pagetop:first-child) section.cast {
    padding-bottom: 18rem;
  }
}/*# sourceMappingURL=cast.css.map */