.p-top {
  display: block;
  position: relative;
  padding-bottom: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-bottom: 5rem;
  }
}

.p-hero {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero::before {
  content: "";
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-bg);
  opacity: 0.5;
  z-index: -1;
}
.p-hero__container {
  width: 100%;
  max-width: 1600px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    display: flex;
    justify-content: flex-start;
  }
}
.p-hero__nav {
  display: block;
  position: absolute;
  top: 2rem;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__nav {
    left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__nav {
    top: 5rem;
    right: 0.25rem;
  }
}
.p-hero__visual {
  width: calc(100% - 57rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__visual {
    width: calc(100% - 3rem);
    margin: 1.5rem auto 0;
  }
}
.p-hero__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__content {
    flex: 1 1 0;
    min-width: 0;
    padding: 8.2rem 2rem 0 0;
  }
}
.p-hero__brand {
  width: 25rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__brand {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__brand {
    width: 27rem;
    margin-top: -2.6rem;
  }
}
.p-hero__catch {
  // width: 14rem;
  width: 18rem;
  display: block;
  position: relative;
  // margin: 6rem auto 0;
  margin: 0 auto;
  left: -2.5%;
  -webkit-mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
  mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    display: none;
  }
}
.is-load .p-hero__catch {
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
  transition: -webkit-mask-position 2.4s var(--ease) 0.2s;
  transition: mask-position 2.4s var(--ease) 0.2s;
  transition: mask-position 2.4s var(--ease) 0.2s, -webkit-mask-position 2.4s var(--ease) 0.2s;
}
.p-hero__catch-item {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s var(--ease);
}
.p-hero__catch-item.is-current {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.p-hero__lead {
  width: 46rem;
  display: block;
  position: relative;
  margin: 8.2rem auto 0;
  -webkit-mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
  mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    width: 30rem;
    margin-top: 1.8rem;
  }
}
.is-load .p-hero__lead {
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
  transition: -webkit-mask-position 2.4s var(--ease) 0.2s;
  transition: mask-position 2.4s var(--ease) 0.2s;
  transition: mask-position 2.4s var(--ease) 0.2s, -webkit-mask-position 2.4s var(--ease) 0.2s;
}
.p-hero__lead-text {
  display: block;
  position: relative;
}
.p-hero__lead-text.--lead2 {
  width: 42.5rem;
  margin: 2.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__lead-text.--lead2 {
    width: 32.5rem;
    margin-top: 1.8rem;
  }
}
.p-hero__bnr {
  width: 43rem;
  display: block;
  position: relative;
  margin: 5.5rem auto 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__bnr {
    width: 33.6rem;
    margin-top: 3.2rem;
  }
}
.is-load .p-hero__bnr {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.4s;
}

.p-hero_nav {
  display: block;
  position: relative;
}
.p-hero_nav__list {
  display: block;
  position: relative;
}
.p-hero_nav__list-item {
  display: block;
  position: relative;
}
.p-hero_nav__list-item + .p-hero_nav__list-item {
  margin-top: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-hero_nav__list-item + .p-hero_nav__list-item {
    margin-top: 0.4rem;
  }
}
.p-hero_nav__btn {
  width: 8.2rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-hero_nav__btn {
    width: 4.5rem;
  }
}
.p-hero_nav__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-blue);
  -webkit-mask: url("../img/main/main_nav01.png") no-repeat center/contain;
  mask: url("../img/main/main_nav01.png") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.8s var(--ease);
}
.is-current .p-hero_nav__btn::after {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_nav__btn:hover::after {
    opacity: 0.5;
  }
}

.p-hero_visual {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero_visual__slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.p-hero_visual__list {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.p-hero_visual__list-item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0s linear 1s;
}
.p-hero_visual__list-item.is-current {
  opacity: 1;
  z-index: 1;
  position: relative;
  transition: opacity 1s var(--ease);
}
.p-hero_visual__kv {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.p-hero_visual__kv-img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.p-hero_visual__kv-img img {
  transform: scale3d(1.04, 1.04, 1.04);
  transition: transform 0s linear 1s;
}
.is-load .is-current .p-hero_visual__kv-img img {
  transition: transform 3s var(--ease);
  transform: scale3d(1.0001, 1.0001, 1.0001);
}
.p-hero_visual__kv-logo {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(0.5rem);
  transform: scale3d(1.03, 1.03, 1.03);
}
@media screen and (max-width: 960px) {
  .p-hero_visual__kv-logo {
    display: none;
  }
}
.is-load .p-hero_visual__kv-logo {
  filter: blur(0);
  transform: scale3d(1.0001, 1.0001, 1.0001);
  transition: transform 4s var(--ease), filter 2.4s var(--ease);
}
.p-hero_visual__kv-catch {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(0.5rem);
  transform: scale3d(1.03, 1.03, 1.03);
}
@media screen and (min-width: 961px) {
  .p-hero_visual__kv-catch {
    display: none;
  }
}
.is-load .p-hero_visual__kv-catch {
  filter: blur(0);
  transform: scale3d(1.0001, 1.0001, 1.0001);
  transition: transform 4s var(--ease), filter 2.4s var(--ease);
}

.p-hero_bnr {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero_bnr__list {
  display: flex;
  position: relative;
}
.p-hero_bnr__list-item {
  width: 100%;
  margin: 0 auto;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-hero_bnr__link {
  display: block;
  position: relative;
}
.p-hero_bnr__link-img {
  display: block;
  position: relative;
}
.p-hero_bnr__link-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-blue);
  -webkit-mask: url("../img/pattern_mask.png") no-repeat center/150% auto;
  mask: url("../img/pattern_mask.png") no-repeat center/150% auto;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_bnr__link-img::before {
    transition: opacity 0.4s var(--ease);
  }
  .p-hero_bnr__link:hover .p-hero_bnr__link-img::before {
    opacity: 0.2;
  }
}
.p-hero_bnr__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.p-hero_bnr__pagination-item {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: relative;
  background: var(--contentW);
}
.p-hero_bnr__pagination-item.is-current {
  background: var(--color-blue);
}
.p-hero_bnr__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-blue);
}

.p-news {
  --title_height: 4rem;
  display: block;
  position: relative;
  padding-top: 6.5rem;
}
@media screen and (max-width: 960px) {
  .p-news {
    --title_height: 2.6rem;
    padding-top: 5.8rem;
  }
}
.p-news__container {
  width: var(--contentW);
  max-width: var(--contentMaxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.4rem 0 5.4rem;
}
@media screen and (min-width: 961px) and (min-width: 1600px) {
  .p-news__container {
    max-width: 1600px;
  }
}
@media screen and (max-width: 960px) {
  .p-news__container {
    padding: 2.4rem 0 3.8rem 5rem;
  }
}
.p-news__bg {
  width: 110%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news__bg-line {
  display: block;
  position: absolute;
}
.p-news__bg-line::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: var(--color-blue);
}
.p-news__bg-line.--line1 {
  height: 0.1rem;
  top: 0;
  left: 0;
  width: 100%;
}
.is-load .is-active .p-news__bg-line.--line1 {
  width: 0;
  transition: width 0.4s var(--ease) 0.3s;
}
.p-news__bg-line.--line1::before {
  top: 0;
  right: 0;
  width: 0;
}
.is-load .is-active .p-news__bg-line.--line1::before {
  width: 100%;
  transition: width 0.4s var(--ease);
}
.p-news__bg-line.--line2 {
  width: 0.1rem;
  bottom: 0;
  left: 0;
  height: 100%;
}
.is-load .is-active .p-news__bg-line.--line2 {
  height: 0;
  transition: height 0.3s var(--ease) 0.4s;
}
.p-news__bg-line.--line2::before {
  top: 0;
  left: 0;
  height: 0;
}
.is-load .is-active .p-news__bg-line.--line2::before {
  height: 100%;
  transition: height 0.3s var(--ease) 0.1s;
}
.p-news__bg-line.--line3 {
  height: 0.1rem;
  bottom: 0;
  right: 0;
  width: 100%;
}
.is-load .is-active .p-news__bg-line.--line3 {
  width: 0;
  transition: width 0.5s var(--ease) 0.5s;
}
.p-news__bg-line.--line3::before {
  top: 0;
  left: 0;
  width: 0;
}
.is-load .is-active .p-news__bg-line.--line3::before {
  width: 100%;
  transition: width 0.5s var(--ease) 0.2s;
}
.p-news__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-content_left);
  opacity: 0;
}
.is-load .is-active .p-news__bg::before {
  opacity: 1;
  transition: opacity 1.4s var(--ease);
}
.p-news__header {
  display: block;
  position: absolute;
  left: 0;
  top: calc(var(--title_height) * 0.5);
  transform: translate(calc(var(--title_height) * 0.5), 0) rotate(90deg);
  transform-origin: left top;
}
.p-news__title {
  display: block;
  position: relative;
  -webkit-mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
  mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
}
.is-load .is-active .p-news__title {
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
  transition: -webkit-mask-position 2.4s var(--ease) 0.2s;
  transition: mask-position 2.4s var(--ease) 0.2s;
  transition: mask-position 2.4s var(--ease) 0.2s, -webkit-mask-position 2.4s var(--ease) 0.2s;
}
.p-news__title img {
  width: auto;
  height: var(--title_height);
}
.p-news__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-news__inner {
    width: 100%;
  }
}
.is-load .is-active .p-news__inner {
  opacity: 1;
  transition: opacity 1.4s var(--ease) 0.3s;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 3.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__more {
    margin-top: 2.6rem;
    left: -2.5rem;
  }
}
.p-news__more::before {
  content: "";
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_dec.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-news__more::before {
    width: 1.6rem;
  }
}
.p-news__more::after {
  content: "";
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/btn_dec.svg") no-repeat center/contain;
  transform: scale(-1, -1);
}
@media screen and (max-width: 960px) {
  .p-news__more::after {
    width: 1.6rem;
  }
}
.p-news__more-link {
  display: block;
  position: relative;
  padding: 0 5rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-news__more-link {
    font-size: 1.7rem;
    padding: 0 3.5rem;
  }
}
.p-news__more-link::after {
  content: "";
  width: 0;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-bottom: 0.1rem solid var(--color-blue);
}
@media (hover: hover) and (pointer: fine) {
  .p-news__more-link::after {
    transition: width 0.5s var(--ease), border-bottom-color 1s var(--ease_inout);
  }
  .p-news__more-link:hover::after {
    width: 100%;
    left: 0;
    border-bottom-color: var(--color-black);
  }
}

.p-news_article {
  display: block;
  position: relative;
  padding: 2rem 0;
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 1.6rem 0;
  }
}
.p-news_article::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-blue);
  opacity: 0.5;
}
.p-news_article__date {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.p-news_article__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.6rem;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-news_article__title {
    color: transparent;
    background: linear-gradient(45deg, var(--color-black) 0%, var(--color-black) 30%, var(--color-blue) 50%, var(--color-black) 70%, var(--color-black) 100%) no-repeat 100% 0/600% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .is-load .is-active .p-news_article__title {
    background-position: 0 0;
    transition: background-position 3.5s var(--ease) 0.2s;
  }
}
.p-news_article__title::after {
  content: "";
  width: 0;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-bottom: 0.1rem solid var(--color-blue);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article__title::after {
    transition: width 0.5s var(--ease), border-bottom-color 1s var(--ease_inout);
  }
  .p-news_article:hover .p-news_article__title::after {
    width: 100%;
    left: 0;
    border-bottom-color: var(--color-black);
  }
}

.p-staffcast {
  --title_height: 4rem;
  display: block;
  position: relative;
  padding-top: 6.2rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast {
    --title_height: 2.6rem;
    padding-top: 3.2rem;
  }
}
.p-staffcast__container {
  width: var(--contentW);
  max-width: var(--contentMaxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5.4rem 0;
}
@media screen and (min-width: 961px) and (min-width: 1600px) {
  .p-staffcast__container {
    max-width: 1600px;
  }
}
@media screen and (max-width: 960px) {
  .p-staffcast__container {
    padding: 3.4rem 2rem 3.5rem 3.5rem;
  }
}
.p-staffcast__bg {
  width: 110%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.p-staffcast__bg-line {
  display: block;
  position: absolute;
}
.p-staffcast__bg-line::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: var(--color-blue);
}
.p-staffcast__bg-line.--line1 {
  height: 0.1rem;
  top: 0;
  right: 0;
  width: 100%;
}
.is-load .is-active .p-staffcast__bg-line.--line1 {
  width: 0;
  transition: width 0.4s var(--ease) 0.3s;
}
.p-staffcast__bg-line.--line1::before {
  top: 0;
  left: 0;
  width: 0;
}
.is-load .is-active .p-staffcast__bg-line.--line1::before {
  width: 100%;
  transition: width 0.4s var(--ease);
}
.p-staffcast__bg-line.--line2 {
  width: 0.1rem;
  bottom: 0;
  right: 0;
  height: 100%;
}
.is-load .is-active .p-staffcast__bg-line.--line2 {
  height: 0;
  transition: height 0.3s var(--ease) 0.4s;
}
.p-staffcast__bg-line.--line2::before {
  top: 0;
  right: 0;
  height: 0;
}
.is-load .is-active .p-staffcast__bg-line.--line2::before {
  height: 100%;
  transition: height 0.3s var(--ease) 0.1s;
}
.p-staffcast__bg-line.--line3 {
  height: 0.1rem;
  bottom: 0;
  left: 0;
  width: 100%;
}
.is-load .is-active .p-staffcast__bg-line.--line3 {
  width: 0;
  transition: width 0.5s var(--ease) 0.5s;
}
.p-staffcast__bg-line.--line3::before {
  top: 0;
  right: 0;
  width: 0;
}
.is-load .is-active .p-staffcast__bg-line.--line3::before {
  width: 100%;
  transition: width 0.5s var(--ease) 0.2s;
}
.p-staffcast__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-content_right);
  opacity: 0;
}
.is-load .is-active .p-staffcast__bg::before {
  opacity: 1;
  transition: opacity 1.4s var(--ease);
}
.p-staffcast__header {
  display: block;
  position: absolute;
  right: 0;
  top: calc(var(--title_height) * 0.5);
  transform: translate(calc(100% + var(--title_height) * 0.5), 0) rotate(90deg);
  transform-origin: left top;
}
.p-staffcast__title {
  display: block;
  position: relative;
  -webkit-mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
  mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
}
.is-load .is-active .p-staffcast__title {
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
  transition: -webkit-mask-position 2.4s var(--ease) 0.2s;
  transition: mask-position 2.4s var(--ease) 0.2s;
  transition: mask-position 2.4s var(--ease) 0.2s, -webkit-mask-position 2.4s var(--ease) 0.2s;
}
.p-staffcast__title img {
  width: auto;
  height: var(--title_height);
}
.p-staffcast__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-staffcast__inner {
    width: 100%;
  }
}
.is-load .is-active .p-staffcast__inner {
  opacity: 1;
  transition: opacity 1.4s var(--ease) 0.3s;
}

.p-staffcast_content {
  display: block;
  position: relative;
}
.p-staffcast_content + .p-staffcast_content {
  margin-top: 6.8rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content + .p-staffcast_content {
    margin-top: 2.8rem;
  }
}
.p-staffcast_content__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__header {
    margin-bottom: 1.6rem;
  }
}
.p-staffcast_content__title {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__title {
    font-size: 1.8rem;
    letter-spacing: 0.25rem;
  }
}
.p-staffcast_content__list {
  max-width: 75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}
.p-staffcast_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-staffcast_content__data {
  display: block;
  position: relative;
}
.p-staffcast_content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: var(--color-blue);
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data-cap {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
  }
}
.p-staffcast_content__data-text {
  display: block;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data-text {
    font-size: 1.3rem;
  }
}
.p-staffcast_content__data-text small {
  font-size: 0.6em;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-staffcast_content__data-text {
    color: transparent;
    background: linear-gradient(45deg, var(--color-black) 0%, var(--color-black) 30%, var(--color-blue) 50%, var(--color-black) 70%, var(--color-black) 100%) no-repeat 100% 0/600% auto;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .is-load .is-active .p-staffcast_content__data-text {
    background-position: 0 0;
    transition: background-position 3.5s var(--ease) 0.2s;
  }
}

.p-intro {
  --title_height: 4rem;
  display: block;
  position: relative;
  padding-top: 9.5rem;
}
@media screen and (max-width: 960px) {
  .p-intro {
    --title_height: 2.6rem;
    padding-top: 5.8rem;
  }
}
.p-intro__container {
  width: var(--contentW);
  max-width: var(--contentMaxW);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-intro__header {
  display: block;
  position: relative;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 3.4rem;
  }
}
.p-intro__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
  mask: linear-gradient(90deg, red 0%, rgba(255, 0, 0, 0) 80%, rgba(255, 0, 0, 0) 100%) no-repeat 100% 0/600% auto;
}
.is-load .is-active .p-intro__title {
  -webkit-mask-position: 0% 0;
  mask-position: 0% 0;
  transition: -webkit-mask-position 2.4s var(--ease);
  transition: mask-position 2.4s var(--ease);
  transition: mask-position 2.4s var(--ease), -webkit-mask-position 2.4s var(--ease);
}
.p-intro__title img {
  width: auto;
  height: var(--title_height);
}
.p-intro__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .is-active .p-intro__inner {
  opacity: 1;
  transition: opacity 1.2s var(--ease) 0.4s;
}
.p-intro__text {
  display: block;
  position: relative;
}
.p-intro__text-par {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.15rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__text-par {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.075rem;
  }
}
.p-intro__text-par + .p-intro__text-par {
  margin-top: 2.3em;
}
.p-intro__text-par strong {
  display: inline-block;
  margin: 0 0.3em;
  font-size: 1.1em;
  color: var(--color-blue);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .p-intro__text-par strong {
    color: transparent;
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    background-clip: text;
  }
}
.p-intro__text-lead {
  display: block;
  position: relative;
  margin-top: 3.4rem;
  font-size: 2.2rem;
  line-height: 2.2;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__text-lead {
    margin-top: 2.5rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.p-movie {
  display: block;
  position: relative;
  margin-top: 7.2rem;
}
@media screen and (max-width: 960px) {
  .p-movie {
    margin-top: 5rem;
  }
}
.p-movie__container {
  width: var(--contentW);
  max-width: var(--contentMaxW);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    width: 90.5%;
    margin-right: 0;
  }
}
.p-movie__slide {
  max-width: 92.8rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-movie__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-movie__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-movie__thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-movie__thumb::after {
  content: "";
  width: 10.8rem;
  height: 10.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("../img/icon.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-movie__thumb::after {
    width: 5.8rem;
    height: 5.8rem;
  }
}
.p-movie__thumb-img {
  padding-top: 56.25%;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__thumb-img {
    transform: scale3d(1.001, 1.001, 1.001);
    transition: transform 0.4s var(--ease);
  }
  .p-movie__thumb:hover .p-movie__thumb-img {
    transform: scale3d(1.04, 1.04, 1.04);
  }
}
.p-movie__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-black);
  -webkit-mask: url("../img/pattern_mask.png") no-repeat center/120% auto;
  mask: url("../img/pattern_mask.png") no-repeat center/120% auto;
  opacity: 0.35;
}
@media screen and (max-width: 960px) {
  .p-movie__thumb-img::before {
    background-size: 150% auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__thumb-img::before {
    transition: opacity 0.4s var(--ease);
  }
  .p-movie__thumb:hover .p-movie__thumb-img::before {
    opacity: 0.1;
  }
}
.p-movie__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}