/* ==========================================================================
	ART GALLERY
========================================================================== */
@media (max-width: 834px) {
  .art-gallery {
    margin-top: 76px;
  }
}
@media (min-width: 835px) {
  .art-gallery {
    margin-top: 132px;
  }
}

.art-gallery__cont {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 834px) {
  .art-gallery__slider {
    margin: 24px auto auto 6.6vw;
    width: 40.5vw;
  }
}
@media (min-width: 835px) {
  .art-gallery__slider {
    margin: 30px auto auto calc((100% - 720px) / 2);
    width: 336px;
  }
}

.art-gallery__th {
  overflow: visible;
  cursor: pointer;
}
@media (max-width: 834px) {
  .art-gallery__th {
    border-radius: 2px;
  }
}
@media (min-width: 835px) {
  .art-gallery__th {
    border-radius: 4px;
  }
}
.art-gallery__th:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/ico/ico_scale.svg) no-repeat 0 0/100%;
  content: "";
  display: block;
  z-index: 1000;
}
@media (max-width: 834px) {
  .art-gallery__th:before {
    height: 36px;
    width: 36px;
  }
}
@media (min-width: 835px) {
  .art-gallery__th:before {
    height: 56px;
    width: 56px;
  }
}

.art-gallery__th__cont {
  overflow: hidden;
}
.art-gallery__th__cont img {
  transition: all 0.3s ease;
}
@media (min-width: 835px) {
  .art-gallery__th__cont:hover img {
    transform: scale(1.1);
  }
}

/* ==========================================================================
	AUTHOR
========================================================================== */
.author {
  position: relative;
}
@media (max-width: 834px) {
  .author {
    margin-top: 76px;
  }
}
@media (min-width: 835px) {
  .author {
    margin-top: 132px;
  }
}

@media (min-width: 835px) {
  .author__cont {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}

@media (max-width: 834px) {
  .author__cont__name {
    margin-top: 24px;
    width: 105px;
  }
}
@media (min-width: 835px) {
  .author__cont__name {
    width: 147px;
  }
}
.author__cont__name .role {
  font-weight: 900;
}
@media (max-width: 834px) {
  .author__cont__name .role {
    font-size: 0.75rem;
  }
}
@media (min-width: 835px) {
  .author__cont__name .role {
    font-size: 1.05rem;
  }
}
.author__cont__name .name {
  font-weight: 900;
}
@media (max-width: 834px) {
  .author__cont__name .name {
    font-size: 1.5rem;
  }
}
@media (min-width: 835px) {
  .author__cont__name .name {
    font-size: 2.1rem;
  }
}
.author__cont__name .en {
  font-weight: 700;
  opacity: 0.7;
}
@media (max-width: 834px) {
  .author__cont__name .en {
    font-size: 0.75rem;
  }
}
@media (min-width: 835px) {
  .author__cont__name .en {
    font-size: 1.05rem;
  }
}

.author__cont__txt {
  font-weight: 700;
}
@media (max-width: 834px) {
  .author__cont__txt {
    font-size: 0.875rem;
    line-height: 1.78;
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .author__cont__txt {
    font-size: 1.125rem;
    line-height: 1.88;
    width: 524px;
  }
}

.author__ph {
  position: relative;
  opacity: 0;
}
@media (max-width: 834px) {
  .author__ph {
    margin: 16px auto 0;
    width: 69.3vw;
  }
}
@media (min-width: 835px) {
  .author__ph {
    margin: 30px auto 0;
    width: 500px;
  }
}
.author__ph .glitch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.author__ph:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #00ffff;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.author__ph.-scrollfunc {
  -webkit-animation: fadeInPh 0.8s 0.2s ease forwards;
          animation: fadeInPh 0.8s 0.2s ease forwards;
}
.author__ph.-scrollfunc:after {
  -webkit-animation: phAnm 0.6s 0.3s ease forwards;
          animation: phAnm 0.6s 0.3s ease forwards;
}
.author__ph.-scrollfunc .glitch {
  -webkit-animation: fadeOutGlitch 0.6s 0.8s ease forwards;
          animation: fadeOutGlitch 0.6s 0.8s ease forwards;
}

/* ==========================================================================
	CAST-STAFF
========================================================================== */
.cast-staff {
  position: relative;
}
@media (max-width: 834px) {
  .cast-staff {
    margin-top: 76px;
  }
}
@media (min-width: 835px) {
  .cast-staff {
    margin-top: 132px;
  }
}

@media (max-width: 834px) {
  .cast-staff__list {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .cast-staff__list {
    margin-top: 30px;
  }
}
@media (max-width: 834px) {
  .cast-staff__list + .cast-staff__list {
    margin-top: 54px;
  }
}
@media (min-width: 835px) {
  .cast-staff__list + .cast-staff__list {
    margin-top: 70px;
  }
}

.cast-staff__list__ttl {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-top: none;
  border-right: none;
  display: flex;
  font-weight: 700;
}
@media (max-width: 834px) {
  .cast-staff__list__ttl .ico {
    height: 14px;
    margin: 0 3px 0 6px;
    width: 14px;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__ttl .ico {
    height: 20px;
    margin: 0 8px 0 10px;
    width: 20px;
  }
}
.cast-staff__list__ttl .ico span {
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cast-staff__list__ttl .ico img {
  height: 100%;
  vertical-align: top;
}
@media (max-width: 834px) {
  .cast-staff__list__ttl .txt {
    font-size: 1rem;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__ttl .txt {
    font-size: 1.5rem;
  }
}

.cast-staff__list__item {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  .cast-staff__list__item {
    gap: 0 30px;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__item {
    gap: 0 48px;
  }
}
.cast-staff__list__item div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  position: relative;
}
@media (max-width: 834px) {
  .cast-staff__list__item div {
    margin-top: 16px;
    padding-bottom: 16px;
    width: calc(50% - 15px);
  }
}
@media (min-width: 835px) {
  .cast-staff__list__item div {
    margin-top: 30px;
    padding-bottom: 30px;
    width: calc((100% - 96px) / 3);
  }
}
.cast-staff__list__item .role {
  color: #a5afb4;
  display: block;
  font-weight: 700;
}
@media (max-width: 834px) {
  .cast-staff__list__item .role {
    font-size: 0.6875rem;
    line-height: 127.2727272727%;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__item .role {
    font-size: 1rem;
    line-height: 125%;
  }
}
.cast-staff__list__item .name {
  font-weight: 700;
}
@media (max-width: 834px) {
  .cast-staff__list__item .name {
    font-size: 1.25rem;
    line-height: 135%;
    margin-top: 2px;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__item .name {
    font-size: 1.625rem;
    letter-spacing: -0.02em;
    line-height: 130.7692307692%;
    margin-top: 8px;
  }
}
.cast-staff__list__item .new {
  -webkit-animation: flashShadow 1s ease infinite alternate;
          animation: flashShadow 1s ease infinite alternate;
  color: #37c8ff !important;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
  transform: translateY(-4px);
}
@media (max-width: 834px) {
  .cast-staff__list__item .new {
    font-size: 0.6875rem;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__item .new {
    font-size: 1rem;
  }
}
.cast-staff__list__item .offer {
  font-weight: 700;
}
@media (max-width: 834px) {
  .cast-staff__list__item .offer {
    font-size: 0.625rem;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__item .offer {
    font-size: 0.9375rem;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__item .wide {
    width: calc((100% - 96px) / 3 * 2 + 48px);
  }
}
.cast-staff__list__item .wide.author .name {
  display: inline-block;
  margin-right: 8px;
}
.cast-staff__list__item .wide.author .offer {
  display: inline-block;
}
@media (max-width: 834px) {
  .cast-staff__list__item .wide_nrw {
    width: 100%;
  }
}
.cast-staff__list__item .other {
  font-weight: 700;
}
@media (max-width: 834px) {
  .cast-staff__list__item .other {
    position: absolute;
    bottom: -28px;
    right: 0;
    font-size: 1rem;
  }
}
@media (min-width: 835px) {
  .cast-staff__list__item .other {
    position: absolute;
    bottom: -36px;
    right: 0;
    font-size: 1.25rem;
  }
}

.cast-staff__logolist {
  display: flex;
  justify-content: center;
}
@media (max-width: 834px) {
  .cast-staff__logolist {
    margin-top: 16px;
    gap: 30px;
  }
}
@media (min-width: 835px) {
  .cast-staff__logolist {
    margin-top: 50px;
    gap: 70px;
  }
}

.cast-staff__logolist__item {
  width: auto;
}
@media (max-width: 834px) {
  .cast-staff__logolist__item {
    height: 20px;
  }
}
@media (min-width: 835px) {
  .cast-staff__logolist__item {
    height: 36px;
  }
}
.cast-staff__logolist__item img {
  height: 100%;
  width: auto;
}

@media (max-width: 834px) {
  .cast-staff__message {
    margin: 28px auto 0;
    max-width: 218px;
    padding: 11px 0;
    width: 218px;
  }
}
@media (min-width: 835px) {
  .cast-staff__message {
    border-radius: 2px;
    padding: 18px 0;
    margin: 48px auto 0;
    width: 348px;
  }
}
@media (max-width: 834px) {
  .cast-staff__message .c-bluebtn-txt {
    font-size: 0.8125rem;
    padding-right: 16px;
  }
}
@media (min-width: 835px) {
  .cast-staff__message .c-bluebtn-txt {
    font-size: 1.25rem;
    padding-right: 18px;
  }
}
.cast-staff__message.-new:after {
  -webkit-animation: flashShadow 1s ease infinite alternate;
          animation: flashShadow 1s ease infinite alternate;
  color: #37c8ff;
  content: "NEW!";
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
  transform: translateY(-4px);
}
@media (max-width: 834px) {
  .cast-staff__message.-new:after {
    position: absolute;
    top: -10px;
    left: -2px;
    font-size: 0.6875rem;
  }
}
@media (min-width: 835px) {
  .cast-staff__message.-new:after {
    position: absolute;
    top: -16px;
    left: -2px;
    font-size: 1rem;
  }
}

/* ==========================================================================
	COMIC
========================================================================== */
.comic {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 834px) {
  .comic {
    margin-top: 76px;
  }
}
@media (min-width: 835px) {
  .comic {
    margin-top: 132px;
  }
}

.comic__cont {
  width: 100%;
}

.comic__list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 834px) {
  .comic__list {
    margin: 24px auto 0;
    width: 76.2vw;
  }
}
@media (min-width: 835px) {
  .comic__list {
    margin: 30px auto 0;
    width: 458px;
  }
}
.comic__list:before, .comic__list:after {
  position: absolute;
  top: 50%;
  left: -5.1vw;
  background: url(../img/top/comic/bg_deco.svg) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 8.1vw;
  transform: translateY(-50%);
  width: 3.2vw;
  opacity: 0;
  transition: all 0.6s 0s ease;
}
@media (min-width: 835px) {
  .comic__list:before, .comic__list:after {
    position: absolute;
    top: 50%;
    left: -31px;
    height: 49px;
    width: 20px;
  }
}
.-scrollin .comic__list:before, .-scrollin .comic__list:after {
  opacity: 1;
  transition-delay: 0.6s;
}
.comic__list:after {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: -5.1vw;
  transform: translateY(-50%) scale(-1, 1);
}
@media (min-width: 835px) {
  .comic__list:after {
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    right: -31px;
    height: 49px;
    width: 20px;
  }
}

.comic__list__item {
  position: relative;
  opacity: 0;
}
@media (max-width: 834px) {
  .comic__list__item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 835px) {
  .comic__list__item {
    width: calc(50% - 10px);
  }
}
.comic__list__item:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #00ffff;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.comic__list__item.-scrollfunc {
  -webkit-animation: fadeInPh 0.8s 0.2s ease forwards;
          animation: fadeInPh 0.8s 0.2s ease forwards;
}
.comic__list__item.-scrollfunc:after {
  -webkit-animation: phAnm 0.6s 0.3s ease forwards;
          animation: phAnm 0.6s 0.3s ease forwards;
}

.comic__desc {
  text-align: center;
}
@media (max-width: 834px) {
  .comic__desc {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .comic__desc {
    margin-top: 20px;
  }
}

.comic__desc__cont {
  display: inline-block;
  position: relative;
}
@media (max-width: 834px) {
  .comic__desc__cont {
    margin: 28px auto 0;
    padding: 8px 24px;
  }
}
@media (min-width: 835px) {
  .comic__desc__cont {
    margin: 20px auto 0;
    padding: 8px 46px;
  }
}
.comic__desc__cont:before, .comic__desc__cont:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}
.comic__desc__cont:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 0;
  left: 0;
}
.comic__desc__cont:after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 0;
  right: 0;
}
.comic__desc__cont .ttl {
  font-weight: 700;
}
@media (max-width: 834px) {
  .comic__desc__cont .ttl {
    font-size: 0.9375rem;
  }
}
@media (min-width: 835px) {
  .comic__desc__cont .ttl {
    font-size: 1.3125rem;
  }
}
.comic__desc__cont .txt {
  opacity: 0.75;
}
@media (max-width: 834px) {
  .comic__desc__cont .txt {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
@media (min-width: 835px) {
  .comic__desc__cont .txt {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
@media (max-width: 834px) {
  .comic__desc__cont .txt:first-of-type {
    margin-top: 2px;
  }
}

@media (max-width: 834px) {
  .comic__trial {
    margin: 24px auto 0;
    max-width: 325px;
  }
}
@media (min-width: 835px) {
  .comic__trial {
    margin: 44px auto 0;
    max-width: 455px;
  }
}

.comic__trial__bnr {
  display: block;
}

.comic__trial__offer {
  font-feature-settings: "palt";
}
@media (max-width: 834px) {
  .comic__trial__offer {
    font-size: 0.75rem;
    line-height: 1.58;
    margin-top: 8px;
  }
}
@media (min-width: 835px) {
  .comic__trial__offer {
    font-size: 0.875rem;
    line-height: 1.57;
    margin-top: 8px;
  }
}

/* ==========================================================================
	FOOTER
========================================================================== */
@media (max-width: 834px) {
  .footer {
    margin-top: 76px;
  }
}
@media (min-width: 835px) {
  .footer {
    margin-top: 132px;
  }
}

.footer__copyright {
  filter: drop-shadow(0 0 3.6px rgba(0, 0, 0, 0.2));
  display: block;
  text-align: center;
}
@media (max-width: 834px) {
  .footer__copyright {
    font-size: 0.625rem;
    margin-top: 4px;
  }
}
@media (min-width: 835px) {
  .footer__copyright {
    font-size: 0.6875rem;
    margin-top: 8px;
  }
}

.footer__url {
  filter: drop-shadow(0 0 3.6px rgba(0, 0, 0, 0.2));
  display: block;
  text-align: center;
}
@media (max-width: 834px) {
  .footer__url {
    font-size: 0.625rem;
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .footer__url {
    font-size: 0.6875rem;
    margin-top: 32px;
  }
}

.footer__twitter {
  filter: drop-shadow(0 0 3.6px rgba(0, 0, 0, 0.2));
  display: block;
  text-align: center;
}
@media (max-width: 834px) {
  .footer__twitter {
    font-size: 0.625rem;
    margin-top: 4px;
  }
}
@media (min-width: 835px) {
  .footer__twitter {
    font-size: 0.6875rem;
    margin-top: 8px;
  }
}
.footer__twitter a {
  padding-left: 18px;
  position: relative;
}
.footer__twitter a:before {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/common/ico/ico_twitter.svg) no-repeat center/100%;
  content: "";
  display: block;
  height: 14px;
  transform: translateY(-50%);
  width: 14px;
}

.footer__share {
  margin: 0 auto;
}
@media (max-width: 834px) {
  .footer__share {
    width: 158px;
  }
}
@media (min-width: 835px) {
  .footer__share {
    width: 174px;
  }
}

.footer__share__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .footer__share__list {
    margin-top: 4px;
  }
}

.footer__share__ttl {
  filter: drop-shadow(0 0 3.6px rgba(0, 0, 0, 0.2));
  text-align: center;
}

.footer__share__list__item {
  filter: drop-shadow(0 0 3.6px rgba(0, 0, 0, 0.2));
}
@media (max-width: 834px) {
  .footer__share__list__item {
    width: 30px;
  }
}
@media (min-width: 835px) {
  .footer__share__list__item {
    width: 36px;
  }
}

.footer__top {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  display: block;
  margin: 0 auto 0;
  position: relative;
}
@media (max-width: 834px) {
  .footer__top {
    height: 64px;
    margin-top: 24px;
    padding-top: 10px;
    width: 64px;
  }
}
@media (min-width: 835px) {
  .footer__top {
    height: 104px;
    margin-top: 32px;
    padding-top: 10px;
    width: 104px;
  }
}
.footer__top .arw {
  transition: all 0.3s ease;
  margin: 0 auto;
  transform: rotate(45deg);
}
@media (max-width: 834px) {
  .footer__top .arw {
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    height: 14px;
    width: 14px;
  }
}
@media (min-width: 835px) {
  .footer__top .arw {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 23px;
    width: 23px;
  }
}
.footer__top .txt {
  text-align: center;
}
@media (max-width: 834px) {
  .footer__top .txt {
    font-size: 0.875rem;
    line-height: 107.6923076923%;
    margin-top: -2px;
  }
}
@media (min-width: 835px) {
  .footer__top .txt {
    font-size: 1.375rem;
    line-height: 95.4545454545%;
  }
}
@media (min-width: 835px) {
  .footer__top:hover .arw {
    transform: translateY(-10px) rotate(45deg);
  }
}

/* ==========================================================================
	INFORMATION
========================================================================== */
.information {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.information__cont {
  width: 100%;
}

.information__list {
  position: relative;
  opacity: 0;
  transition: all 0.6s 0s ease;
}
@media (max-width: 834px) {
  .information__list {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .information__list {
    margin-top: 30px;
  }
}
.-scrollin .information__list {
  opacity: 1;
  transition-delay: 0.6s;
}
.information__list:before, .information__list:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  content: "";
  display: block;
}
@media (max-width: 834px) {
  .information__list:before, .information__list:after {
    height: 2px;
    width: 2px;
  }
}
@media (min-width: 835px) {
  .information__list:before, .information__list:after {
    height: 3px;
    width: 3px;
  }
}
.information__list:after {
  position: absolute;
  left: auto;
  bottom: 0;
  right: 0;
}

@media (max-width: 834px) {
  .information__more {
    margin: 32px auto 0;
    padding: 18px 0;
    width: 160px;
  }
}
@media (min-width: 835px) {
  .information__more {
    border-radius: 2px;
    padding: 30px 0;
    margin: 44px auto 0;
    width: 256px;
  }
}

.information__twitter {
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  .information__twitter {
    margin: -20px 0 0 auto;
    padding: 2px 8px;
    width: 100px;
  }
}
@media (min-width: 835px) {
  .information__twitter {
    margin: -28px 0 0 auto;
    padding: 2px 12px;
    width: 148px;
  }
}
.information__twitter:before, .information__twitter:after {
  content: "";
  height: 100%;
  position: absolute;
}
@media (max-width: 834px) {
  .information__twitter:before, .information__twitter:after {
    width: 4px;
  }
}
@media (min-width: 835px) {
  .information__twitter:before, .information__twitter:after {
    width: 8px;
  }
}
.information__twitter:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 0;
  left: 0;
}
.information__twitter:after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 0;
  right: 0;
}
.information__twitter .link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.information__twitter .txt {
  color: #14aaff;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 834px) {
  .information__twitter .txt {
    font-size: 0.8125rem;
  }
}
@media (min-width: 835px) {
  .information__twitter .txt {
    font-size: 1.125rem;
  }
}
@media (max-width: 834px) {
  .information__twitter .ico {
    height: 9px;
    margin: 2px 0 0 2px;
    width: 9px;
  }
}
@media (min-width: 835px) {
  .information__twitter .ico {
    height: 13px;
    margin: 4px 0 0 4px;
    width: 13px;
  }
}
.information__twitter .ico span {
  display: block;
}
.information__twitter .ico img {
  vertical-align: top;
}

/* ==========================================================================
	INTRODUCTION
========================================================================== */
.introduction {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 834px) {
  .introduction {
    margin-top: 76px;
  }
}
@media (min-width: 835px) {
  .introduction {
    margin-top: 132px;
  }
}

@media (max-width: 834px) {
  .introduction__txt {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .introduction__txt {
    margin-top: 30px;
  }
}
.introduction__txt p {
  filter: 0 0 6px tgba(#000, 0.7);
  font-weight: 500;
}
@media (max-width: 834px) {
  .introduction__txt p {
    font-size: 0.875rem;
    line-height: 185.7142857143%;
  }
}
@media (min-width: 835px) {
  .introduction__txt p {
    font-size: 1.125rem;
    line-height: 188.8888888889%;
  }
}
.introduction__txt p:nth-of-type(2) {
  color: #37c8ff;
  font-weight: 900;
}
@media (max-width: 834px) {
  .introduction__txt p:nth-of-type(2) {
    font-size: 1.125rem;
    line-height: 155.5555555556%;
  }
}
@media (min-width: 835px) {
  .introduction__txt p:nth-of-type(2) {
    font-size: 1.75rem;
    line-height: 150%;
  }
}
@media (max-width: 834px) {
  .introduction__txt p + p {
    margin-top: 16px;
  }
}
@media (min-width: 835px) {
  .introduction__txt p + p {
    margin-top: 20px;
  }
}

/* ==========================================================================
	M-GALLERY
========================================================================== */
.m-art-gallery__phwrap {
  display: flex;
  justify-content: center;
  height: 100%;
}
.m-art-gallery__ph {
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  opacity: 0;
}
@media (max-width: 834px) {
  .m-art-gallery__ph {
    height: 500px;
    min-width: 700px;
    max-width: auto;
  }
}
@media (min-width: 835px) {
  .m-art-gallery__ph {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.-active .m-art-gallery__ph {
  opacity: 1;
}

@media (max-width: 834px) {
  .m-art-gallery__head {
    background: url(../img/top/m-art-gallery/bg_nrw.jpg) no-repeat top center/cover;
    height: 136px;
  }
}
@media (min-width: 835px) {
  .m-art-gallery__head {
    background: url(../img/top/m-art-gallery/bg.jpg) no-repeat top center/cover;
    height: 208px;
  }
}
.m-art-gallery__head .c-inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.m-art-gallery__ttl {
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 834px) {
  .m-art-gallery__ttl {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 0.75rem;
    padding-left: 10px;
  }
}
@media (min-width: 835px) {
  .m-art-gallery__ttl {
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-size: 1.25rem;
    padding-left: 16px;
  }
}
.m-art-gallery__ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  content: "";
  display: block;
  transform: translateY(-50%);
}
@media (max-width: 834px) {
  .m-art-gallery__ttl:before {
    height: 11px;
    width: 3px;
  }
}
@media (min-width: 835px) {
  .m-art-gallery__ttl:before {
    height: 20px;
    width: 4px;
  }
}

/* ==========================================================================
	M-MESSAGE
========================================================================== */
@media (max-width: 834px) {
  .m-message .c-inner {
    margin: 0 -100px;
  }
}

@media (max-width: 834px) {
  .m-message__head {
    background: url(../img/top/m-message/bg_nrw.jpg) no-repeat top center/cover;
    height: 136px;
  }
}
@media (min-width: 835px) {
  .m-message__head {
    background: url(../img/top/m-message/bg.jpg) no-repeat top center/cover;
    height: 208px;
  }
}
.m-message__head .c-inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.m-message__head__txt1 {
  background: #14aaff;
  display: table;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 834px) {
  .m-message__head__txt1 {
    font-size: 1.0625rem;
    padding: 10px;
  }
}
@media (min-width: 835px) {
  .m-message__head__txt1 {
    font-size: 1.6875rem;
    padding: 15px;
  }
}

.m-message__head__txt2 {
  background: #fff;
  color: #000;
  display: table;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 834px) {
  .m-message__head__txt2 {
    font-size: 0.9375rem;
    padding: 10px;
  }
}
@media (min-width: 835px) {
  .m-message__head__txt2 {
    font-size: 1.4625rem;
    padding: 15px;
  }
}

.m-message__article {
  position: relative;
}
@media (max-width: 834px) {
  .m-message__article {
    padding: 24px 0;
  }
}
@media (min-width: 835px) {
  .m-message__article {
    display: flex;
    padding: 60px 0;
  }
}
.m-message__article:after {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  height: 1px;
  transform: translate(-50%);
}
@media (max-width: 834px) {
  .m-message__article:after {
    width: calc(100% - 10px);
  }
}
@media (min-width: 835px) {
  .m-message__article:after {
    width: calc(100% - 18px);
  }
}
.m-message__article:last-of-type:after {
  display: none;
}

@media (max-width: 834px) {
  .m-message__article__info {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 835px) {
  .m-message__article__info {
    width: calc(100% - 440px);
  }
}
.m-message__article__info .role {
  font-weight: 700;
}
@media (max-width: 834px) {
  .m-message__article__info .role {
    font-size: 0.6875rem;
  }
}
@media (min-width: 835px) {
  .m-message__article__info .role {
    font-size: 1rem;
  }
}
.m-message__article__info .name {
  font-weight: 700;
}
@media (max-width: 834px) {
  .m-message__article__info .name {
    font-size: 1.3125rem;
  }
}
@media (min-width: 835px) {
  .m-message__article__info .name {
    font-size: 1.875rem;
  }
}
.m-message__article__info .new {
  -webkit-animation: flashShadow 1s ease infinite alternate;
          animation: flashShadow 1s ease infinite alternate;
  color: #37c8ff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
  transform: translateY(-4px);
}
@media (max-width: 834px) {
  .m-message__article__info .new {
    font-size: 0.6875rem;
  }
}
@media (min-width: 835px) {
  .m-message__article__info .new {
    font-size: 1rem;
  }
}
.m-message__article__info .alphabet {
  color: #a5afb4;
}
@media (max-width: 834px) {
  .m-message__article__info .alphabet {
    font-size: 0.6875rem;
  }
}
@media (min-width: 835px) {
  .m-message__article__info .alphabet {
    font-size: 1rem;
  }
}
@media (max-width: 834px) {
  .m-message__article__info .ph {
    width: 100px;
  }
}
@media (min-width: 835px) {
  .m-message__article__info .ph {
    margin-top: 16px;
  }
}

@media (max-width: 834px) {
  .m-message__article__comment {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .m-message__article__comment {
    width: 440px;
  }
}
.m-message__article__comment .ttl {
  color: #14aaff;
  font-weight: 900;
  position: relative;
}
@media (max-width: 834px) {
  .m-message__article__comment .ttl {
    font-size: 0.875rem;
    padding-left: 12px;
  }
}
@media (min-width: 835px) {
  .m-message__article__comment .ttl {
    font-size: 1.25rem;
    padding-left: 16px;
  }
}
.m-message__article__comment .ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  background: #14aaff;
  content: "";
  display: block;
  height: 80%;
  transform: translateY(-50%);
}
@media (max-width: 834px) {
  .m-message__article__comment .ttl:before {
    width: 3px;
  }
}
@media (min-width: 835px) {
  .m-message__article__comment .ttl:before {
    width: 4px;
  }
}
@media (max-width: 834px) {
  .m-message__article__comment .txt {
    font-size: 0.75rem;
    line-height: 183.3333333333%;
    margin-top: 4px;
  }
}
@media (min-width: 835px) {
  .m-message__article__comment .txt {
    font-size: 1rem;
    line-height: 200%;
    margin-top: 8px;
  }
}
@media (max-width: 834px) {
  .m-message__article__comment .txt + .ttl {
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .m-message__article__comment .txt + .ttl {
    margin-top: 42px;
  }
}
@media (max-width: 834px) {
  .m-message__article__comment .ph {
    margin: 24px 24px 0 24px;
  }
}
@media (min-width: 835px) {
  .m-message__article__comment .ph {
    margin-top: 24px;
  }
}

.m-message__article__deco {
  background: #fff;
  display: block;
}
@media (max-width: 834px) {
  .m-message__article__deco {
    height: 2px;
    width: 2px;
  }
}
@media (min-width: 835px) {
  .m-message__article__deco {
    height: 3px;
    width: 3px;
  }
}
.m-message__article__deco:nth-of-type(1) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.m-message__article__deco:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ==========================================================================
	MAINVISUAL
========================================================================== */
.mainvisual {
  position: relative;
  width: 100%;
}
@media (max-width: 834px) {
  .mainvisual {
    padding-top: var(--screenHeight);
  }
}
@media (min-width: 835px) {
  .mainvisual {
    padding-top: 108.4895833333%;
    width: 100%;
  }
}

.mainvisual__ph {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 834px) {
  .mainvisual__ph {
    background: url(../img/top/mainvisual/kv_nrw.jpg) no-repeat 0 0/100%;
  }
}
@media (min-width: 835px) {
  .mainvisual__ph {
    background: url(../img/top/mainvisual/kv.jpg) no-repeat 0 0/100%;
  }
}
.mainvisual__ph:after {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/mainvisual/kv_light.jpg) no-repeat;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@media (max-width: 834px) {
  .mainvisual__ph:after {
    background-image: url(../img/top/mainvisual/kv_light_nrw.jpg);
    background-position: 50% 0%;
    background-size: 100% auto;
  }
}
@media (orientation: landscape) and (max-width: 834px) {
  .mainvisual__ph:after {
    background-position: 50% 0%;
    background-size: 100% auto;
  }
}
@media (min-width: 835px) {
  .mainvisual__ph:after {
    background-position: 50% 0%;
    background-size: 100% auto;
  }
}
.-animation .mainvisual__ph:after {
  -webkit-animation: kvLight 2s 0.8s forwards;
          animation: kvLight 2s 0.8s forwards;
}

.mainvisual__ttltrigger {
  height: 10px;
  width: 10px;
}
@media (max-width: 834px) {
  .mainvisual__ttltrigger {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 835px) {
  .mainvisual__ttltrigger {
    position: absolute;
    top: 15.625%;
    left: 0;
  }
}

.mainvisual__fxdtrigger {
  height: 10px;
  width: 10px;
}
@media (max-width: 834px) {
  .mainvisual__fxdtrigger {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 835px) {
  .mainvisual__fxdtrigger {
    position: absolute;
    top: 41.6666666667%;
    left: 0;
  }
}

.mainvisual__ttlwrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mainvisual__firstcatch {
  filter: drop-shadow(0 0 20px #493e5b);
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 834px) {
  .mainvisual__firstcatch {
    position: fixed;
    top: 3.8980509745%;
    right: 5.6%;
    width: 16.2666666667%;
  }
}
@media (orientation: landscape) and (max-width: 834px) {
  .mainvisual__firstcatch {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 8%;
  }
}
@media (min-width: 835px) {
  .mainvisual__firstcatch {
    position: fixed;
    top: 6.9444444444%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
  }
}
.mainvisual__firstcatch img {
  transition: all 0.6s ease;
  filter: blur(20px);
  opacity: 0;
}
.-animation .mainvisual__firstcatch img {
  filter: blur(0);
  opacity: 1;
}
.-mainttlin .mainvisual__firstcatch img {
  filter: blur(20px);
  opacity: 0;
}

.mainvisual__introoverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(rgba(5, 3, 24, 0.7), #050318);
  height: 100%;
  width: 100%;
}
.-animation .mainvisual__introoverlay {
  -webkit-animation: openOverLay 4s 0s ease forwards;
          animation: openOverLay 4s 0s ease forwards;
}

.mainvisual__scrolloverlay {
  transition: all 0.6s ease;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/common/bg/dot.png), rgba(0, 0, 0, 0.5);
  height: 100%;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
.-maincont .mainvisual__scrolloverlay {
  opacity: 1;
}

.mainvisual__ttlwrap {
  filter: blur(20px);
  opacity: 0;
}
@media (min-width: 835px) {
  .mainvisual__ttlwrap {
    transition: all 0.8s ease;
  }
}
@media (min-width: 835px) {
  .-mainttlin .mainvisual__ttlwrap {
    filter: blur(0);
    opacity: 1;
  }
}
@media (max-width: 834px) {
  .-animation .mainvisual__ttlwrap {
    -webkit-animation: fadeInTtl 0.8s 2s ease forwards;
            animation: fadeInTtl 0.8s 2s ease forwards;
  }
}
@media (max-width: 834px) {
  .-scrolldown .mainvisual__ttlwrap {
    -webkit-animation: fadeOutTtl 0.8s ease forwards;
            animation: fadeOutTtl 0.8s ease forwards;
  }
}
@media (min-width: 835px) {
  .-scrolldown .mainvisual__ttlwrap {
    filter: blur(20px);
    opacity: 0;
  }
}
@media (max-width: 834px) {
  .-scrollup .mainvisual__ttlwrap {
    -webkit-animation: fadeInTtl 0.8s ease forwards;
            animation: fadeInTtl 0.8s ease forwards;
  }
}
.mainvisual__ttlwrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
}
@media (max-width: 834px) {
  .mainvisual__ttlwrap:before {
    height: 170px;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .mainvisual__ttlwrap:before {
    height: 340px;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 834px) {
  .mainvisual__ttlwrap:before {
    height: 170px;
    width: 100%;
  }
}

.mainvisual__ttl {
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  .mainvisual__ttl {
    position: absolute;
    left: 50%;
    bottom: 26.6vw;
    width: 82.1vw;
  }
}
@media (orientation: landscape) and (max-width: 834px) {
  .mainvisual__ttl {
    position: absolute;
    left: 50%;
    bottom: 17%;
    width: 30%;
  }
}
@media (min-width: 835px) {
  .mainvisual__ttl {
    position: absolute;
    left: 50%;
    bottom: 172px;
    width: 524px;
  }
}

.mainvisual__catch {
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  .mainvisual__catch {
    position: absolute;
    left: 50%;
    bottom: 17.3vw;
    width: 62.6vw;
  }
}
@media (orientation: landscape) and (max-width: 834px) {
  .mainvisual__catch {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 20%;
  }
}
@media (min-width: 835px) {
  .mainvisual__catch {
    position: absolute;
    left: 50%;
    bottom: 112px;
    width: 412px;
  }
}

.mainvisual__catch__2 {
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  .mainvisual__catch__2 {
    position: absolute;
    left: 50%;
    bottom: 5.3vw;
    width: 77.4vw;
  }
}
@media (orientation: landscape) and (max-width: 834px) {
  .mainvisual__catch__2 {
    position: absolute;
    left: 50%;
    bottom: 3%;
    width: 28%;
  }
}
@media (min-width: 835px) {
  .mainvisual__catch__2 {
    position: absolute;
    left: 50%;
    bottom: 64px;
    width: 954px;
  }
}

@-webkit-keyframes kvLight {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kvLight {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInTtl {
  from {
    filter: blur(20px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes fadeInTtl {
  from {
    filter: blur(20px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutTtl {
  from {
    filter: blur(0);
    opacity: 1;
  }
  to {
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes fadeOutTtl {
  from {
    filter: blur(0);
    opacity: 1;
  }
  to {
    filter: blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes openOverLay {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes openOverLay {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ==========================================================================
	MOVIE
========================================================================== */
.movie {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .movie {
    margin-top: 76px;
  }
}
@media (min-width: 835px) {
  .movie {
    margin-top: 132px;
  }
}
.movie .c-inner {
  position: relative;
}

.movie__cont {
  overflow: hidden;
  width: 100%;
}

.movie__slider {
  overflow-x: hidden;
}
@media (max-width: 834px) {
  .movie__slider {
    margin: 24px auto 0 0;
    width: 93.3vw;
  }
}
@media (min-width: 835px) {
  .movie__slider {
    margin: 30px auto 0;
    width: 720px;
  }
}
.movie__slider .swiper-pagination {
  pointer-events: none;
}

.movie__youtube {
  padding-top: 56.25%;
  position: relative;
  opacity: 0;
}
.movie__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.movie__youtube .glitch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.movie__youtube:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #00ffff;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.movie__youtube.-scrollfunc {
  -webkit-animation: fadeInPh 0.8s 0.2s ease forwards;
          animation: fadeInPh 0.8s 0.2s ease forwards;
}
.movie__youtube.-scrollfunc:after {
  -webkit-animation: phAnm 0.6s 0.3s ease forwards;
          animation: phAnm 0.6s 0.3s ease forwards;
  pointer-events: none;
}
.movie__youtube.-scrollfunc .glitch {
  -webkit-animation: fadeOutGlitch 0.6s 0.8s ease forwards;
          animation: fadeOutGlitch 0.6s 0.8s ease forwards;
}

@-webkit-keyframes phAnm {
  0% {
    background: #00ffff;
    opacity: 0.8;
  }
  60% {
    background: #00ffff;
    opacity: 0.8;
  }
  65% {
    background: #fff;
    opacity: 0.8;
  }
  100% {
    background: #fff;
    opacity: 0;
  }
}

@keyframes phAnm {
  0% {
    background: #00ffff;
    opacity: 0.8;
  }
  60% {
    background: #00ffff;
    opacity: 0.8;
  }
  65% {
    background: #fff;
    opacity: 0.8;
  }
  100% {
    background: #fff;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInPh {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInPh {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutGlitch {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutGlitch {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}