@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    mv
======================================================== */
.mv {
  position: relative;
  width: 100%;
  padding: 0;
}
.mv .inner {
  max-width: 1600px;
  padding: 0;
}
.mv_column {
  position: relative;
  width: 100%;
}
.mv_ttl {
  position: relative;
  width: 100%;
}
.mv_wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.mv_wrap:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, #004ca1 0%, #c99bc7 100%);
  mix-blend-mode: multiply;
  will-change: transform;
}
.mv_link {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv_link {
    padding: 1.25vw 0;
  }
}
@media screen and (min-width: 1600px) {
  .mv_link {
    padding: 2rem 0;
  }
}
.mv_link > span {
  display: inline-block;
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mv_link > span {
    font-size: 2.625vw;
  }
}
@media screen and (min-width: 1600px) {
  .mv_link > span {
    font-size: 4.2rem;
  }
}
.mv_link > span > * {
  line-height: 1.2;
}
.mv_link > span > small {
  font-size: 75%;
}
.mv_link > span > a {
  text-decoration: underline;
}
.mv + section:not(.sns) {
  padding-top: 14rem !important;
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 4rem 0 0 0;
}
.sns_column {
  position: relative;
  width: 100%;
}
.sns_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -1.5rem;
  text-align: center;
}
.sns_ttl > span {
  display: inline-block;
  color: transparent;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(140deg, #004ca1 0%, #c99bc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.sns_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
.sns_wrap:first-child {
  margin-top: 0;
}
.sns_wrap > :first-child {
  margin-top: 0 !important;
}
.sns_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.sns_list > li {
  width: 8rem;
  aspect-ratio: 1/1;
  margin: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li {
    width: 6rem;
    margin: 0 1rem;
  }
}
.sns_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #004f98;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover {
    background-color: #c99bc7;
    opacity: 1;
  }
}
.sns_list > li > a > svg {
  display: block;
  width: 40%;
  aspect-ratio: 1/1;
  fill: #ffffff;
}

/* ========================================================
    cast
======================================================== */
.cast {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
.cast_column {
  position: relative;
  width: 100%;
}
.cast_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -1.5rem;
  text-align: center;
}
.cast_ttl > span {
  display: inline-block;
  color: transparent;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(140deg, #004ca1 0%, #c99bc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.cast_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
.cast_wrap > :first-child {
  margin-top: 0 !important;
}
.cast_lead {
  position: relative;
  width: 100%;
  padding: 0.8rem 0;
  text-align: center;
}
.cast_lead > p {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(140deg, #004ca1 0%, #c99bc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.cast_lead > p.min {
  font-size: 4.8rem;
}
.cast_lead > p::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #004ca1;
}
.cast_lead > p::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #c99bc7;
}
.cast_subttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 6rem;
}
.cast_subttl > span {
  display: inline-block;
  color: transparent;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(140deg, #004ca1 0%, #c99bc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.cast_subttl > span > span {
  font-size: 3.4rem;
  line-height: 1;
}
.cast_subttl > small {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 2.4rem;
  font-weight: 700;
}
.cast_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3rem;
}
.cast_list > li {
  width: 100%;
  margin-top: 1.2rem;
  text-align: center;
}
.cast_list > li:first-child {
  margin-top: 0;
}
.cast_list > li > span {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
}
.cast_list > li > span > small {
  display: block;
  margin-top: -1rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .cast_list > li > span > small {
    font-size: 1.4rem;
  }
}
.cast_text {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}
.cast_text > p {
  width: 100%;
  margin-top: 1em;
  font-weight: 700;
}
.cast_text > p:first-child {
  margin-top: 0;
}
.cast_text > p.font_large {
  font-size: 3.6rem;
  font-weight: 700;
}
.cast_text + .cast_lead {
  margin-top: 6rem;
}
.cast_profile {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}
.cast_profile > dt {
  width: 100%;
}
.cast_profile > dt > span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.cast_profile > dd {
  width: 100%;
  margin-top: 1.2rem;
}
.cast_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.cast_btn > li {
  display: inline-block;
  width: auto;
  margin: 0 1rem;
}
.cast_btn > li > a {
  display: block;
  width: 100%;
  border-radius: 2rem;
}
.cast_btn > li > a.blue {
  background-color: #6595c0;
}
.cast_btn > li > a.purple {
  background-color: #c99bc7;
}
@media screen and (min-width: 768px) {
  .cast_btn > li > a:hover {
    opacity: 0.7;
  }
}
.cast_btn > li > a > span {
  display: block;
  padding: 0.4em 0.8em;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
.staff .inner {
  padding: 0;
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_ttl {
  position: relative;
  width: 100%;
  margin-bottom: -1.5rem;
  text-align: center;
}
.staff_ttl > span {
  display: inline-block;
  color: transparent;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(140deg, #004ca1 0%, #c99bc7 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.staff_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  text-align: center;
}
.staff_wrap > :first-child {
  margin-top: 0 !important;
}
.staff_list {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
}
.staff_list > li {
  width: 100%;
  margin-top: 1.2rem;
  text-align: center;
}
.staff_list > li:first-child {
  margin-top: 0;
}
.staff_list > li:has(figure) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 4.8rem;
}
.staff_list > li > span {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
}
.staff_list > li > span > small {
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .staff_list > li > span > small {
    font-size: 2rem;
  }
}
.staff_list > li > span > small.swan {
  margin-left: -0.5em;
}
.staff_list > li > span > small.swan img {
  width: 3.8em;
  vertical-align: text-top;
}
.staff_list > li > figure {
  display: block;
  margin-top: 0.4rem;
}
.staff_list > li > figure.ntv {
  width: 9.9rem;
}/*# sourceMappingURL=top.css.map */