.l-content {
  padding-top: 10em;
}
@media (max-width: 959px) {
  .l-content {
    padding-top: 7em;
  }
}
.l-mainContent {
  max-width: var(--article_size);
}
/* ヘッダー --------------------------------------------------------------------------------- */
.l-header, .l-header__inner {
  position: fixed;
  width: 100%;
  top: 0;
}
.-parallel .l-header__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  backdrop-filter: blur(3px);
  background: rgba(255,255,255, .8);
}
@media (min-width: 960px) {
  .-parallel .l-header__inner {
    justify-content: center;
  }
}
.-parallel .l-header__logo {
  text-align: center;
  width: fit-content;
  background: var(--color-gradient-2);
  background-size: 400% 400%;
  animation: GradientBackground var(--color-dr) ease infinite;
  -webkit-mask-image: url(/wp-content/themes/swell_child/dev/img/LOGO-ANIMATION.svg);
  mask-image: url(/wp-content/themes/swell_child/dev/img/LOGO-ANIMATION.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.-parallel-bottom .l-header__inner {
  padding-top: 8px;
  padding-bottom: 10px;
}
.c-headLogo {
  max-width: 380px;
  width: 30vw;
}
/* CAST-TOP ----------------------------------------------------------------------------- */
.cast-top {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 75px;
  position: relative;
}
.cast-top .-left-col {
  --swl-clmn-pddng: 4em 0em 1em 0em;
}
.cast-top .-right-col {
  --swl-clmn-pddng: 5em 0em 1em 2em;
}
@media (min-width: 960px) {
  .cast-top-bg {
    -webkit-mask-image: url(/wp-content/themes/swell_child/dev/img/CAST-TOP-BG-ANIME.svg);
    mask-image: url(/wp-content/themes/swell_child/dev/img/CAST-TOP-BG-ANIME.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background: var(--color-gradient-2);
    background-size: 400% 400%;
    animation: GradientBackground var(--color-dr) ease infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: -10px -80px 0;
    z-index: -1;
  }
}
@media (max-width: 959px) {
  .cast-top {
    padding: 5px;
  }
  .cast-top .wp-block-group__inner-container {
    background: #fff;
  }
  .cast-top .wp-block-group__inner-container .swell-block-columns {
    margin-bottom: 0!important;
  }
  .cast-top .-left-col, .cast-top .-right-col {
    --swl-clmn-pddng: 1em;
  }
  .cast-top-bg {
    background-size: contain;
    background: var(--color-gradient-2);
    background-size: 400% 400%;
    animation: GradientBackground var(--color-dr) ease infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0 0;
    z-index: -1;
    left: calc(var(--swl-pad_post_content,0) * -1);
  }
}
.cast-top .cast-image figure {
  object-fit: cover;
  border-radius: 50%;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: var(--color-gradient-1);
  background-size: 400% 400%;
  animation: GradientBackground var(--color-dr) ease infinite;
  width: 100%;
  height: 100%;
}
.cast-top .cast-image figure img {
  background-color: #fff;
  border-radius: 50%!important;
  width: 100%!important;
  height: auto!important;
  position: relative;
}
.cast-top h1.is-style-section_ttl {
  letter-spacing: 0.07em;
  background: var(--color-gradient-2);
  background-size: 400% 400%;
  animation: GradientBackground var(--color-dr) ease infinite;
  padding: 0.5em 1.2em;
  position: relative;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%,0%);
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 1.5em;
  width: 90%;
}
.cast-desc {
  content: '';
  background: var(--color-gradient-2);
  background-size: 400% 400%;
  animation: GradientBackground var(--color-dr) ease infinite;
  padding: 5px;
}
.cast-desc .wp-block-group__inner-container {
  background: #fff;
  padding: 1em;
  width: 100%;
  height: 100%;
}