/* project */
.p-top {
  position: relative;
  min-height: 30vh;
  margin-bottom: 64px;
  padding: 0px 0 0px 180px;
}

.p-top__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/main/bg.png) repeat;
}

.p-top__bg.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-top__bg-border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #fff;
}

.p-top__bg-border--1 {
  bottom: 5px;
  background-color: #fdedb2;
}

.p-top__bg-border--2 {
  bottom: 70px;
  background-color: #bae8e5;
}

.p-top__bg-border--3 {
  bottom: 130px;
  background-color: #f3cbc3;
}

.p-top__main {
  position: relative;
  padding-top: 32px;
}

.p-top__logo {
  position: absolute;
}

.p-top__logo-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-top__logo-inner.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__mv {
  position: relative;
}

.p-top__mv-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-top__mv-inner.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__catch-inner, .p-top__onair-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-top__catch-inner.is-active, .p-top__onair-inner.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.p-top__movie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
}

.p-top__movie.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s;
  -o-transition: opacity 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s;
  transition: opacity 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.5s;
}

.p-top__movie-inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding: 10px;
  background-color: #fdd000;
  border-radius: 10px;
  cursor: pointer;
}

.p-top__movie .p-in-img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  overflow: hidden;
}

.p-top__movie .p-in-img .youtube_thumb {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
}

.p-top .p-in-stamp {
  top: -10px;
  right: -10px;
  width: 70px;
}

.p-news {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  margin-bottom: 98px;
  background-color: #fffae6;
}

.p-news__title, .p-news__item, .p-news__banner-item img, .p-news__more {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-news.is-scroll {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-news.is-scroll .p-news__title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

.p-news.is-scroll .p-news__item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

.p-news.is-scroll .p-news__banner-item img {
  border-radius: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.p-news.is-scroll .p-news__more {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

.p-news__bg::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 85px;
  background: url(../img/top/news/bg_contents_bottom.png) repeat-x center top;
}

.p-news__bg-deco--1 {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 750px;
  margin: 0 auto;
}

.p-news__bg-deco--2 {
  position: absolute;
  bottom: -86px;
  left: 50%;
  width: 130px;
  margin-left: 445px;
}

.p-news__main {
  position: relative;
  padding: 40px 0 40px;
}

.p-news__title {
  width: 207px;
  margin: 0 auto 33px;
}

.p-news__list-wrap {
  margin-bottom: 27px;
}

.p-news__list {
  position: relative;
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

.p-news__more {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: 444px;
}

.p-news__banner {
  width: 1040px;
  margin: 0 auto;
}

.p-news__banner-list {
  font-size: 0;
  letter-spacing: -.4em;
}

.p-news__banner-list > * {
  font-size: 16px;
  letter-spacing: normal;
}

.p-news__banner-item {
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 330px;
  margin-right: 25px;
}

.p-news__banner-item:nth-of-type(n+4) {
  margin-top: 25px;
}

.p-news-block {
  position: relative;
  height: 81px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
}

.p-news-block__link {
  display: block;
  height: 100%;
}

.p-news-block__date {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  height: 70px;
  background-color: #fcdb4e;
  color: #63504b;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .03em;
  text-align: center;
}

.p-news-block__date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 70px 70px 0 0;
  border-style: solid;
  border-color: #eceaeb transparent transparent transparent;
}

.p-news-block__month, .p-news-block__day {
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

.p-news-block__month {
  top: 12px;
  padding-right: 28px;
}

.p-news-block__day {
  bottom: 6px;
  padding-left: 28px;
}

.p-news-block__title {
  display: -webkit-box;
  position: relative;
  max-height: 5.1em;
  padding-left: 90px;
  overflow: hidden;
  color: #000;
  text-align: left;
  -webkit-transition: color .5s ease 0s;
  -o-transition: color .5s ease 0s;
  transition: color .5s ease 0s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-intro {
  position: relative;
  max-width: 1340px;
  margin: 0 auto 50px;
}

.p-intro__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.p-intro__title-inner {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-intro__img, .p-intro__text .p-in-paragraph, .p-intro__chara {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-intro.is-scroll .p-intro__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-intro.is-scroll .p-intro__title-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-intro.is-scroll .p-intro__text .p-in-paragraph {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-intro.is-scroll .p-intro__text .p-in-paragraph:nth-child(2) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.p-intro.is-scroll .p-intro__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-intro.is-scroll .p-intro__chara {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

.p-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/intro/bg_block01.png) no-repeat 91.5% 25.5%, url(../img/top/intro/bg_block02.png) no-repeat -3.4% 5.2%, url(../img/top/intro/bg_block03.png) no-repeat 105.3% 97.5% #f6bcb0;
  border-radius: 16px;
}

.p-intro__main {
  position: relative;
  padding: 65px 0 54px;
}

.p-intro__title {
  margin-bottom: 47px;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .12em;
}

.p-intro__text {
  position: relative;
  width: 750px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2.4;
  letter-spacing: normal;
}

.p-intro__text .p-in-paragraph {
  margin: 40px 0 40px;
}

.p-intro__text .p-in-paragraph:first-child {
  margin-top: 0;
}

.p-intro__text .p-in-paragraph:last-child {
  margin-bottom: 0;
}

.p-intro__img {
  width: 250px;
}

.p-intro__chara {
  width: 376px;
}

.p-staff {
  position: relative;
  margin-bottom: 51px;
}

.p-staff__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}

.p-staff__title-inner {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-staff__item, .p-staff__character-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-staff.is-scroll .p-staff__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-staff.is-scroll .p-staff__title-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-staff.is-scroll .p-staff__item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-staff.is-scroll .p-staff__item:nth-child(2) {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.p-staff.is-scroll .p-staff__item:nth-child(3) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.p-staff.is-scroll .p-staff__item:nth-child(4) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.p-staff.is-scroll .p-staff__item:nth-child(5) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.p-staff.is-scroll .p-staff__item:nth-child(6) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.p-staff.is-scroll .p-staff__item:nth-child(7) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.p-staff.is-scroll .p-staff__item:nth-child(8) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

.p-staff.is-scroll .p-staff__item:nth-child(9) {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.p-staff.is-scroll .p-staff__item:nth-child(10) {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

.p-staff.is-scroll .p-staff__item:nth-child(11) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.p-staff.is-scroll .p-staff__item:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.p-staff.is-scroll .p-staff__item:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.p-staff.is-scroll .p-staff__item:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.p-staff.is-scroll .p-staff__item:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.p-staff.is-scroll .p-staff__item:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.p-staff.is-scroll .p-staff__item:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.p-staff.is-scroll .p-staff__item:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.p-staff.is-scroll .p-staff__item:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.p-staff.is-scroll .p-staff__item:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.p-staff.is-scroll .p-staff__character-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-staff__deco {
  position: absolute;
  left: 50%;
  width: 110px;
  margin-left: 565px;
}

.p-staff__deco-img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.is-scroll .p-staff__deco-img {
  -webkit-animation: foot-stamp 10s linear .2s infinite;
  animation: foot-stamp 10s linear .2s infinite;
}

.is-scroll .p-staff__deco-img:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.is-scroll .p-staff__deco-img:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.is-scroll .p-staff__deco-img:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.is-scroll .p-staff__deco-img:nth-child(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.is-scroll .p-staff__deco-img:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.is-scroll .p-staff__deco-img:nth-child(6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.is-scroll .p-staff__deco-img:nth-child(7) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.is-scroll .p-staff__deco-img:nth-child(8) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.is-scroll .p-staff__deco-img:nth-child(9) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.is-scroll .p-staff__deco-img:nth-child(10) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.is-scroll .p-staff__deco-img:nth-child(11) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.is-scroll .p-staff__deco-img:nth-child(12) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.is-scroll .p-staff__deco-img:nth-child(13) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.is-scroll .p-staff__deco-img:nth-child(14) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.is-scroll .p-staff__deco-img:nth-child(15) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.is-scroll .p-staff__deco-img:nth-child(16) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.is-scroll .p-staff__deco-img:nth-child(17) {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.is-scroll .p-staff__deco-img:nth-child(18) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.is-scroll .p-staff__deco-img:nth-child(19) {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.is-scroll .p-staff__deco-img:nth-child(20) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.p-staff__bg {
  position: absolute;
  top: 0;
  right: 50%;
  width: 100%;
  height: 100%;
  margin-right: -520px;
  background: url(../img/top/staff-cast/img_tama.png) no-repeat right 881px bottom 0px, #fde792 url(../img/top/staff-cast/bg_block01.png) no-repeat right 1030px bottom 337px;
  border-radius: 0 16px 16px 0;
}

.p-staff__main {
  position: relative;
  padding: 62px 0 37px;
}

.p-staff__title {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  letter-spacing: normal;
}

.p-staff__title-inner span {
  display: block;
}

.p-staff__list {
  position: relative;
  width: 800px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-staff__list > * {
  font-size: 16px;
  letter-spacing: normal;
}

.p-staff__item {
  display: inline-block;
  width: 250px;
  margin-bottom: 20px;
  vertical-align: top;
}

.p-staff__item--block {
  display: block;
  width: auto;
  margin-bottom: 50px;
}

.p-staff__role {
  width: 230px;
  margin: 0 auto 10px;
  padding: 2px 0;
  background-color: #63504a;
  border-radius: 1000px;
  color: #fde792;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
}

.p-staff__name {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.p-staff__name span {
  font-size: 13px;
}

.p-staff__message {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 86px;
  margin: 4px auto 0;
  cursor: pointer;
}

.p-staff__character {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 285px;
  margin-left: 452px;
}

.p-staff__character-link {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.p-cast {
  position: relative;
  margin-bottom: 10px;
}

.p-cast__deco {
  height: 0;
  overflow: hidden;
}

.p-cast__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.p-cast__title-inner {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-cast__item, .p-cast__character-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.p-cast.is-scroll .p-cast__deco {
  height: 230px;
  -webkit-transition: height 2s linear 0s;
  -o-transition: height 2s linear 0s;
  transition: height 2s linear 0s;
}

.p-cast.is-scroll .p-cast__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.p-cast.is-scroll .p-cast__title-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-cast.is-scroll .p-cast__item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-cast.is-scroll .p-cast__item:nth-child(2) {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.p-cast.is-scroll .p-cast__item:nth-child(3) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.p-cast.is-scroll .p-cast__item:nth-child(4) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.p-cast.is-scroll .p-cast__item:nth-child(5) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.p-cast.is-scroll .p-cast__item:nth-child(6) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.p-cast.is-scroll .p-cast__item:nth-child(7) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.p-cast.is-scroll .p-cast__item:nth-child(8) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

.p-cast.is-scroll .p-cast__item:nth-child(9) {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.p-cast.is-scroll .p-cast__item:nth-child(10) {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

.p-cast.is-scroll .p-cast__item:nth-child(11) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.p-cast.is-scroll .p-cast__item:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.p-cast.is-scroll .p-cast__item:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.p-cast.is-scroll .p-cast__item:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.p-cast.is-scroll .p-cast__item:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.p-cast.is-scroll .p-cast__item:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.p-cast.is-scroll .p-cast__item:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.p-cast.is-scroll .p-cast__item:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.p-cast.is-scroll .p-cast__item:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.p-cast.is-scroll .p-cast__item:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.p-cast.is-scroll .p-cast__character-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.p-cast__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -520px;
  background: #9ee0dc url(../img/top/staff-cast/bg_block02.png) no-repeat left -114px bottom 13px;
  border-radius: 16px 0 0 16px;
}

.p-cast__main {
  position: relative;
  padding: 60px 0 60px;
}

.p-cast__title {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  letter-spacing: normal;
}

.p-cast__title-inner span {
  display: block;
}

.p-cast__list {
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.p-cast__list > * {
  font-size: 16px;
  letter-spacing: normal;
}

.p-cast__item {
  display: inline-block;
  width: 167px;
  vertical-align: top;
}

.p-cast__role {
  width: 148px;
  margin: 0 auto 8px;
  background-color: #63504a;
  border-radius: 1000px;
  color: #9ee0dc;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
}

.p-cast__message {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 86px;
  margin: 4px auto 0;
  cursor: pointer;
}

.p-cast__name {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.p-chara {
  z-index: 1;
  padding: 0 0 107px;
}

.p-chara__swiper-wrap {
  width: 260px;
  margin: 0 auto;
}

.p-chara .swiper-slide:nth-child(even) .p-chara__slide .p-in-animal {
  top: 281px;
}

.p-chara__slide-link {
  display: block;
}

.p-chara__slide {
  position: relative;
  -webkit-animation: none;
  animation: none;
}

.p-chara__slide .p-in-alpha {
  position: absolute;
  top: 0;
  right: 0;
  width: 310px;
}

.p-chara__slide .p-in-chara-inner {
  -webkit-animation: bounce-test-2 2000ms linear 0s both;
  animation: bounce-test-2 2000ms linear 0s both;
}

.is-animal .p-chara__slide .p-in-chara-inner {
  -webkit-animation: none;
  animation: none;
}

.is-animal .p-chara__slide .p-in-animal-inner {
  -webkit-animation: bounce-test-2 2000ms linear 0s both;
  animation: bounce-test-2 2000ms linear 0s both;
}

.p-chara__slide .p-in-chara {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.is-animal .p-chara__slide .p-in-chara {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.p-chara__slide .p-in-animal {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 187px;
  right: 0;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  width: 210px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.is-animal .p-chara__slide .p-in-animal {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@media screen and (max-width: 750px) {
  .p-top {
    margin-bottom: 44px;
    padding: 0;
  }
  .p-top__bg {
    background-size: 940px auto;
  }
  .p-top__bg-border {
    height: 10px;
  }
  .p-top__bg-border--1 {
    bottom: 42.7%;
  }
  .p-top__bg-border--2 {
    bottom: 46.5%;
  }
  .p-top__bg-border--3 {
    bottom: 50.2%;
  }
  .p-top__main {
    padding-top: 0;
  }
  .p-top__logo {
    top: 16px;
    left: 13px;
    width: 126px;
  }
  .p-top__mv {
    position: relative;
    margin: 0 auto -136px;
    margin-bottom: -36.5%;
  }
  .p-top__catch {
    position: relative;
    margin: 0 auto -174px;
    margin-bottom: -46%;
  }
  .p-top__onair {
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .p-top__movie {
    position: relative;
    width: 85%;
    margin: 0 auto;
  }
  .p-news {
    margin-bottom: 65px;
  }
  .p-news__bg-deco--1 {
    top: -14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 375px;
    margin: 0 auto;
  }
  .p-news__bg-deco--2 {
    bottom: -43px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 65px;
    margin: 0 auto;
    margin-left: -10px;
  }
  .p-news__main {
    padding: 32px 0 34px;
  }
  .p-news__title {
    width: 166px;
    margin: 0 auto 27px;
  }
  .p-news__list-wrap {
    margin-bottom: 30px;
  }
  .p-news__list {
    width: 90%;
  }
  .p-news__more {
    top: -1px;
    margin-left: 28.7%;
  }
  .p-news__banner {
    max-width: 375px;
    margin: 0 auto;
  }
  .p-news__banner-item {
    width: 44%;
    margin-right: 3%;
  }
  .p-news__banner-item:nth-child(even) {
    margin-right: 0;
  }
  .p-news__banner-item:nth-child(n + 3) {
    margin-top: 3%;
  }
  .p-news-block {
    height: 3em;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .p-news-block:last-child {
    margin-bottom: 0;
  }
  .p-news-block__date {
    width: 35px;
    height: 35px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .03em;
  }
  .p-news-block__date::before {
    border-width: 35px 35px 0 0;
  }
  .p-news-block__month {
    top: 5px;
    padding-right: 10px;
  }
  .p-news-block__day {
    bottom: 4px;
    padding-left: 16px;
  }
  .p-news-block__title {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    max-height: 3em;
    padding-left: 50px;
    -webkit-line-clamp: 2;
  }
  .p-intro {
    margin-bottom: 88px;
  }
  .p-intro.is-scroll .p-intro__chara {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .p-intro__bg {
    background: url(../img/top/intro/bg_block01.png) no-repeat 101% 1.9%, url(../img/top/intro/bg_block02.png) no-repeat -8.4% 36.3%, url(../img/top/intro/bg_block03.png) no-repeat 121% 71.6% #f6bcb0;
    background-size: auto 70px, auto 70px, auto 40px;
    border-radius: 0;
  }
  .p-intro__main {
    padding: 38px 0 24px;
  }
  .p-intro__title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .09em;
  }
  .p-intro__text {
    width: 100%;
    margin-bottom: 37px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: normal;
  }
  .p-intro__text .p-in-paragraph {
    margin: 22px 0 22px;
  }
  .p-intro__img {
    position: relative;
    left: 50%;
    width: 120px;
    max-width: 160px;
    margin-left: -137px;
  }
  .p-intro__chara {
    position: absolute;
    bottom: -62px;
    left: 50%;
    width: 188px;
    margin-left: -34px;
  }
  .p-staff {
    margin-bottom: 95px;
  }
  .p-staff__deco {
    bottom: 14px;
    width: 164px;
    margin-left: 19px;
  }
  .p-staff__bg {
    margin-right: -147px;
    background: url(../img/top/staff-cast/img_tama.png) no-repeat right 207px bottom 0px, #fde792 url(../img/top/staff-cast/bg_block01.png) no-repeat right 13px bottom 8px;
    background-size: 81px auto, 107px auto;
    border-radius: 0 8px 8px 0;
  }
  .p-staff__main {
    padding: 31px 0 96px;
  }
  .p-staff__title {
    top: 29px;
    left: 15px;
    width: 10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
  }
  .p-staff__list {
    width: 100%;
    max-width: 375px;
    padding-left: 20px;
  }
  .p-staff__item {
    width: 47%;
    margin-bottom: 18px;
  }
  .p-staff__item--block {
    width: auto;
    margin-bottom: 25px;
  }
  .p-staff__item--block .p-staff__role {
    margin-bottom: 10px;
  }
  .p-staff__role {
    width: 150px;
    margin-bottom: 6px;
    padding: 1px 0;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .p-staff__name {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .p-staff__name span {
    font-size: 12px;
  }
  .p-staff__message {
    width: 65px;
    margin: 5px auto 0;
  }
  .p-cast {
    margin-bottom: 8px;
  }
  .p-cast__bg {
    margin-left: -149px;
    background: url(../img/top/staff-cast/bg_block02.png) no-repeat left 273px top 137px, #9ee0dc url(../img/top/staff-cast/bg_block02.png) no-repeat left -28px bottom 11px;
    background-size: auto 40px;
    border-radius: 8px 0 0 8px;
  }
  .p-cast__main {
    padding: 30px 0 46px;
  }
  .p-cast__title {
    top: 29px;
    right: 25px;
    width: 10px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
  }
  .p-cast__list {
    width: 100%;
    max-width: 375px;
  }
  .p-cast__item {
    width: 35%;
    margin-bottom: 18px;
  }
  .p-cast__role {
    width: 110px;
    margin-bottom: 6px;
    padding: 1px 0;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .p-cast__message {
    width: 65px;
    margin: 3px auto 0;
  }
  .p-cast__name {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  .p-chara {
    padding: 19px 0 54px;
  }
  .p-chara__swiper-wrap {
    width: 130px;
  }
  .p-chara .swiper-slide:nth-child(even) .p-chara__slide .p-in-animal {
    top: 141px;
  }
  .p-chara__slide .p-in-alpha {
    width: 155px;
  }
  .p-chara__slide .p-in-animal--koma {
    right: 5px;
  }
  .p-chara__slide .p-in-animal {
    top: 94px;
    width: 105px;
  }
}

@media screen and (min-width: 751px) {
  .p-top__logo {
    top: 11.5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 29%;
    max-width: 500px;
    margin-left: -31.5%;
  }
  .p-top__mv {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 54%;
    max-width: 1000px;
    min-width: 680px;
    margin-left: 12%;
  }
  .p-top__catch {
    position: absolute;
    bottom: 1.3%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 18%;
    max-width: 310px;
    margin-left: 40%;
  }
  .p-top__onair {
    position: absolute;
    top: 42.2%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 25%;
    max-width: 440px;
    margin-left: -32.8%;
  }
  .p-top__movie {
    top: 64.2%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 21%;
    max-width: 490px;
    min-width: 270px;
    margin-left: -32.5%;
  }
  .p-top__movie-inner:hover {
    -webkit-animation: hover-bounce 1000ms linear 0s both;
    animation: hover-bounce 1000ms linear 0s both;
  }
  .p-news__list {
    font-size: 0;
    letter-spacing: -.4em;
  }
  .p-news__list > * {
    font-size: 16px;
    letter-spacing: normal;
  }
  .p-news__more {
    width: 76px;
  }
  .p-news__banner-item:hover {
    -webkit-animation: hover-bounce 1000ms linear 0s both;
    animation: hover-bounce 1000ms linear 0s both;
  }
  .p-news-block {
    display: inline-block;
    width: 45%;
    margin-bottom: 0;
    vertical-align: top;
  }
  .p-news-block:nth-child(2n + 1) {
    margin-right: 5%;
    margin-left: 1.8%;
  }
  .p-news-block:nth-child(n + 3) {
    margin-top: .7%;
  }
  .p-news-block:hover .p-news-block__title {
    color: #f5c600;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
  }
  .p-intro__img {
    position: absolute;
    bottom: 207px;
    left: 50%;
    margin-left: -545px;
  }
  .p-intro__chara {
    position: absolute;
    bottom: -174px;
    left: 50%;
    z-index: 1;
    margin-left: 223px;
  }
  .p-staff__deco {
    top: 142px;
  }
  .p-staff__title {
    top: 119px;
    left: 50%;
    width: 20px;
    margin-left: -446px;
  }
  .p-staff__list {
    left: 30px;
  }
  .p-staff__item--block .p-staff__role {
    margin-bottom: 13px;
  }
  .p-staff__message:hover, .p-staff__character-link:hover {
    -webkit-animation: hover-bounce 1000ms linear 0s both;
    animation: hover-bounce 1000ms linear 0s both;
  }
  .p-cast__title {
    top: 89px;
    left: 50%;
    width: 20px;
    margin-left: 498px;
  }
  .p-cast__list {
    left: 9px;
  }
  .p-cast__item {
    margin-right: 0;
  }
  .p-cast__item:nth-child(n + 6) {
    margin-top: 25px;
  }
  .p-cast__message:hover {
    -webkit-animation: hover-bounce 1000ms linear 0s both;
    animation: hover-bounce 1000ms linear 0s both;
  }
  .p-chara__slide-link:hover .p-in-chara-inner img, .p-chara__slide-link:hover .p-in-animal-inner img {
    -webkit-animation: hover-bounce 1000ms linear 0s both;
    animation: hover-bounce 1000ms linear 0s both;
  }
  .p-chara__slide .p-in-animal--koma {
    right: 10px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1500px) {
  .p-top__logo {
    margin-left: -31.6%;
  }
  .p-top__onair, .p-top__movie {
    margin-left: -32.6%;
  }
  .p-news__banner-item:nth-of-type(3n){
    margin-right: 0;
  }
}

@media screen and (min-width: 751px) and (min-width: 2000px) {
  .p-top__logo {
    margin-left: -29.5%;
  }
  .p-top__onair, .p-top__movie {
    margin-left: -30.5%;
  }
}

/**************/
.l-op-modal {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  pointer-events: none;
}

.l-op-modal.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  pointer-events: auto;
}

.l-op-modal__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B2E8FF;
}

.l-op-modal__close {
  position: absolute;
  top: -73px;
  right: -72px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 70px;
  cursor: pointer;
}

.l-op-modal__main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px 75px;
  text-align: center;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  width: 750px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .l-op-modal__close {
    top: 10px;
    right: 10px;
    width: 38px;
  }
  .l-op-modal__main {
    width: 90%;
    padding: 10% 5%;
  }
}