.js-fade {
  -webkit-transition: all ease 3s;
  transition: all ease 3s;
  opacity: 0;
}
.js-fade.active {
  opacity: 1;
}

.js-scroll {
  -webkit-transition: all ease 2.5s;
  transition: all ease 2.5s;
  opacity: 0;
}
.js-scroll.active {
  opacity: 1;
}

.mn-intro__mv {
  position: fixed;
  z-index: 100;
  top: 6.4rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 6.4rem);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
@media screen and (min-width: 500px) {
  .mn-intro__mv {
    display: none;
  }
}
.mn-intro__mv img {
  width: 100%;
  height: calc(100vh - 6.4rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.mn-intro__mv.none {
  opacity: 0;
  visibility: hidden;
}

.js-mn-slide .slick-dots {
  bottom: -30px;
}
.js-mn-slide .slick-dots li {
  margin: 0;
  width: 25px;
  height: 25px;
}
.js-mn-slide .slick-dots li button:before {
  width: 25px;
  height: 25px;
  font-size: 13px;
  color: #fff;
  opacity: 1;
}
.js-mn-slide .slick-dots li.slick-active button:before {
  color: #C5C5C5;
}

.mn-bg {
  background-image: url(../jpg/bg-2.jpg);
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mn-contents {
  max-width: 500px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (min-width: 520px) {
  .mn-contents {
    margin: 0 2rem 0 auto;
  }
}

.mn-banner {
  position: fixed;
  top: 120px;
  right: 550px;
  z-index: 1;
  display: block;
  max-width: 200px;
  line-height: 0;
  -webkit-animation: sway 3s infinite;
          animation: sway 3s infinite;
}
@media screen and (max-width: 767px) {
  .mn-banner {
    top: auto;
    right: 0;
    max-width: 100%;
    bottom: 0;
    z-index: 100;
    -webkit-animation: inherit;
            animation: inherit;
  }
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(1deg);
            transform: translateY(20px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(1deg);
            transform: translateY(20px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-1deg);
            transform: translateY(0) rotate(-1deg);
  }
}
.mn-intro {
  line-height: 0;
  position: relative;
}
.mn-intro .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mn-intro__tag {
  width: 9rem;
  position: absolute;
  right: 1rem;
  top: 2rem;
  z-index: 1;
}

.mn-intro__detail {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.mn-intro__detail img {
  position: relative;
  z-index: 10;
}

.mn-intro__deco {
  position: absolute;
  z-index: 1;
  top: -9rem;
  left: 0;
}

.mn-intro__neko {
  position: absolute;
  z-index: 20;
  bottom: -6rem;
  width: 25rem;
  right: -6rem;
}

.mn-intro__footprints {
  position: absolute;
  z-index: 20;
  left: 1rem;
  bottom: 0rem;
  width: 10rem;
}

.mn-component {
  margin-top: -6rem;
  position: relative;
  z-index: 10;
}

.mn-component__bg {
  line-height: 0;
}

.mn-overview {
  position: relative;
  margin-top: -4rem;
  z-index: 10;
  line-height: 0;
}

.mn-component__footprints {
  position: absolute;
  width: 8.6rem;
  right: 1rem;
  bottom: -2rem;
  z-index: 1;
}

.mn-interview {
  background-color: #D1E8E6;
  padding: 2rem 0 9rem;
}

.mn-interview__ttl {
  margin: 0 auto 3rem;
  width: 25rem;
}

.mn-interview__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mn-interview__item {
  text-align: center;
}

.mn-interview__img {
  width: 5.5rem;
  margin: 0 auto 0.5rem;
  line-height: 0;
}
.mn-interview__img a {
  display: block;
}

.mn-interview__txt {
  font-size: 1.1rem;
  margin: 0;
}

.mn-lineup {
  position: relative;
  z-index: 10;
}

.mn-lineup__item {
  position: relative;
  padding: 4.5rem 2rem 6rem;
  z-index: 10;
}
.mn-lineup__item.is-pk {
  background-color: #F2A6A7;
  padding-top: 1.8rem;
}
.mn-lineup__item.is-ye {
  background-color: #FACD88;
}
.mn-lineup__item.is-bl {
  background-color: #B8C7E6;
  padding-bottom: 12rem;
}

.mn-lineup__bg {
  position: absolute;
  z-index: -1;
  top: -4rem;
  left: 0;
}

.mn-lineup__headline {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 0;
  margin: 2rem auto 4rem;
  position: relative;
  width: 13rem;
}

.mn-lineup__footprints {
  width: 4.5rem;
  position: absolute;
  top: 1rem;
  left: 3rem;
  z-index: 1;
}

.mn-lineup__slide img {
  border-radius: 1rem;
}

.mn-lineup__txt {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.5;
  margin: 4rem auto 3rem;
  max-width: 25rem;
  font-weight: 700;
}

.mn-lineup__btn {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 25rem;
}

.mn-lineup__info {
  display: block;
  margin: 1rem auto 0;
  max-width: 23rem;
}

.mn-other {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(209, 232, 230)), color-stop(85%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(209, 232, 230) 50%, rgb(255, 255, 255) 85%, rgb(255, 255, 255) 100%);
  padding: 1rem 1.5rem 1rem;
  color: #555555;
  position: relative;
  z-index: 10;
}

.mn-other__deco {
  position: absolute;
  left: 0;
  width: 100%;
  top: -9rem;
  z-index: -1;
}

.mn-other__headline01 {
  padding: 1.5rem 0 0.3rem;
  line-height: 1;
  margin: 0 auto;
  max-width: 13rem;
}

.mn-other__headline02 {
  padding: 1.5rem 0 0.3rem;
  line-height: 1;
  margin: 0 auto;
  max-width: 9rem;
  position: relative;
}

.mn-other__neko {
  position: absolute;
  width: 6rem;
  right: -8rem;
  top: -2rem;
  z-index: 1;
}

.mn-other__heading {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.mn-other__btn {
  display: block;
  margin-bottom: 1rem;
}

.mn-other__txt {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}

.mn-other__suppl {
  margin: 1.5rem 0;
  line-height: 0;
}

.mn-other__inner {
  max-width: 25rem;
  margin: 3.2rem auto 0;
}