@charset "UTF-8";
.c-footer {
  padding-top: 43px;
}
.c-footer__bnr {
  display: none;
}

.c-footer__chara {
  display: none;
}

.l-in-content {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  opacity: 0;
}
body.op-start .l-in-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-news__list {
  margin-top: 5.2%;
}

.p-news__pagination {
  margin: 38px 0 0 0;
  padding-bottom: 97px;
}

.p-news__detail {
  padding: 60px 0 91px;
}

.p-news__back {
  margin-top: 40px;
}

.p-event .l-in-title {
  margin-bottom: 16px;
}
.p-event__list {
  position: relative;
}
.p-event__list-item {
  position: relative;
}
.p-event__list-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #a2a2a2, #a2a2a2 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
  width: 100%;
  height: 1px;
  content: "";
}
.p-event__list-inner {
  position: relative;
  padding: 21px 0;
}
.p-event__list-item.is-next .p-event__list-inner::after {
  position: absolute;
  top: 11px;
  right: 0;
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
  opacity: 0;
  background: url(../img/event/icon_nextevent_sp.png) no-repeat top right;
  background-size: contain;
  width: 111px;
  height: 77px;
  pointer-events: none;
  content: "";
}
body.op-start .p-event__list-item.is-next .p-event__list-inner::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.55s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: all 0.55s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
.p-event__list-date {
  margin-bottom: 7px;
  color: #888888;
  font-weight: 700;
  font-size: 11.5px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.09em;
}
.p-event__list-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 4.35em;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: justify;
}
.p-event__list-title p {
  display: inline-block;
  position: relative;
}
.p-event__list-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-event__pagination {
  margin: 38px 0 0 0;
  padding-bottom: 97px;
}

.p-event__detail {
  padding: 60px 0 91px;
}
.p-event__detail .c-article__head-date {
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-event__back {
  margin-top: 40px;
}

.p-profile {
  position: relative;
}
.p-profile .l-in-title {
  margin-bottom: 31px;
}
.p-profile__intro {
  position: relative;
  padding-bottom: 54px;
}
.p-profile__intro-inner {
  position: relative;
}
.p-profile__intro-text {
  margin-top: 37px;
}

.p-profile__history {
  position: relative;
  background-color: #ffffff;
}
.p-profile__history-chara {
  position: absolute;
  top: -22px;
  right: 19px;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  width: 57px;
}
.p-profile__history-chara span {
  display: inline-block;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.p-profile__history-chara span img {
  -webkit-transform: translate3d(40px, 0, 0);
          transform: translate3d(40px, 0, 0);
}
.p-profile__history.is-active .p-profile__history-chara {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: hop_2 1s infinite ease 2s alternate;
          animation: hop_2 1s infinite ease 2s alternate;
  -webkit-transition: -webkit-transform 0.8s 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.8s 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-profile__history.is-active .p-profile__history-chara span {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.8s 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.8s 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.8s 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.8s 1s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.8s 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-profile__history.is-active .p-profile__history-chara span img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-profile__history-calender {
  position: relative;
}
.p-profile__history-calender + .p-profile__history-calender {
  margin-top: 19px;
}
.p-profile__history .p-profile__history-year {
  margin-bottom: 7px;
  background-color: transparent;
  padding: 0;
  color: #000000;
  font-weight: 700;
  font-size: 16.5px;
  font-family: "Manrope", sans-serif;
}
.p-profile__history-detail .p-in-list {
  position: relative;
  font-size: 13.5px;
  line-height: 1.55;
}
.p-profile__history-detail .p-in-list + .p-in-list {
  margin-top: 20px;
}
.p-profile__history-detail .p-in-list dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  letter-spacing: 0.02em;
}
.p-profile__history-detail .p-in-list dd {
  padding-left: 37px;
}

.p-profile__credit {
  position: relative;
  padding-bottom: 38px;
}
.p-profile__credit ul > li {
  padding-left: 0;
  text-indent: 0;
}
.p-profile__credit ul > li::first-letter {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.p-profile__credit .c-panel__title {
  margin-bottom: 8px;
}
.p-profile__credit-chara {
  position: absolute;
  right: 20px;
  bottom: -5px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 1;
  -webkit-animation: left_and_right infinite alternate 2s cubic-bezier(0.37, 0, 0.63, 1);
          animation: left_and_right infinite alternate 2s cubic-bezier(0.37, 0, 0.63, 1);
  width: 57px;
}
.p-profile__credit .p-profile_creditlist__item {
  position: relative;
}
.p-profile__credit .p-profile_creditlist__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #a2a2a2, #a2a2a2 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
  width: 100%;
  height: 1px;
  content: "";
}
.p-profile__credit .p-profile_creditlist__inner {
  padding: 13px 0 16px;
}
.p-profile__credit .p-profile_creditlist__inner .p-in-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-weight: 700;
  font-size: 17px;
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.p-profile__credit .p-profile_creditlist__inner .p-in-job {
  display: inline-block;
  position: relative;
  top: 2px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.p-profile__credit .p-profile_creditlist__inner .p-in-linkList {
  margin-top: 5px;
  font-size: 0;
  letter-spacing: -0.4em;
}
.p-profile__credit .p-profile_creditlist__inner .p-in-linkList > * {
  font-size: 15px;
  letter-spacing: normal;
}
.p-profile__credit .p-profile_creditlist__inner .p-in-linkList__item {
  display: inline-block;
  margin: 0 5px 5px 0;
  min-width: 90px;
  line-height: 1;
}
.p-profile__credit .p-profile_creditlist__inner .p-in-linkList__item:hover .p-in-linkList__link::before {
  -webkit-transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  width: 100%;
}
.p-profile__credit .p-profile_creditlist__inner .p-in-linkList__link {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background-color: #e5307d;
  padding: 0 10px;
  overflow: hidden;
  color: #ffffff;
  font-weight: 600;
  font-size: 11.5px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
}
.p-profile__credit .p-profile_creditlist__inner .p-in-linkList__link::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  background-color: #000000;
  width: 0;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-profile__credit .p-profile_creditlist__inner .p-in-linkList__link span {
  display: inline-block;
  position: relative;
}

.p-release .l-in-body {
  padding-bottom: 88px;
}
.p-release__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.p-release__list-item {
  position: relative;
  margin-bottom: 26px;
  width: calc((100% - 25px) / 2);
}
.p-release__list-inner {
  position: relative;
}
.p-release__list-jkt {
  position: relative;
  padding-top: 100%;
}
.p-release__list-jkt .p-in-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-release__list-jkt .p-in-wrap img {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.45s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.45s cubic-bezier(0, 0.55, 0.45, 1);
  margin: auto auto 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.p-release__list-text {
  margin-top: 9px;
}
.p-release__list-text .p-in-title {
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1.5;
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  text-align: justify;
}
.p-release__list-text .p-in-type {
  display: inline-block;
  border-radius: 30px;
  background-color: #e2e2e2;
  padding: 2px 11px;
  color: #575757;
  font-weight: 700;
  font-size: 9px;
  line-height: 1.3;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-release__list-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-release__cate .c-selectNavPc > li {
  width: 13%;
}

.p-release__pagination {
  margin-top: 17px;
}

.p-release__outline {
  background-color: #fff7fb;
  padding: 65px 0 16%;
}
.p-release__outline-jkt-slide {
  position: relative;
}
.p-release__outline-jkt-slide .p-in-img {
  position: relative;
  padding-top: 100%;
}
.p-release__outline-jkt-slide .p-in-img figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-release__outline-jkt-slide .p-in-img figure img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.p-release__outline-jkt-slide .p-in-text {
  margin-top: 8px;
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-release__outline-jkt-container.swiper-container-initialized .p-release__outline-jkt-slide .p-in-img {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.p-release__outline-jkt-container.swiper-container-initialized .p-release__outline-jkt-slide .p-in-text {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.p-release__outline-jkt-container.swiper-container-initialized .p-release__outline-jkt-slide.swiper-slide-next .p-in-img {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}
.p-release__outline-jkt-container.swiper-container-initialized .p-release__outline-jkt-slide.swiper-slide-prev .p-in-img {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
.p-release__outline-jkt-container.swiper-container-initialized .p-release__outline-jkt-slide.swiper-slide-active .p-in-img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.p-release__outline-jkt-container.swiper-container-initialized .p-release__outline-jkt-slide.swiper-slide-active .p-in-text {
  opacity: 1;
}
.p-release__outline-jkt-pagination {
  margin-top: 7px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.p-release__outline-jkt-pagination > * {
  font-size: 15px;
  letter-spacing: normal;
}
.p-release__outline-jkt-pagination span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 5px 5px 5px;
  width: 14px;
  height: 12px;
}
.p-release__outline-jkt-pagination span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background-color: #dddddd;
  width: 10px;
  height: 10px;
  pointer-events: none;
  content: "";
}
.p-release__outline-jkt-pagination span::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: url(../img/common/icon/heart.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.p-release__outline-jkt-pagination span.swiper-pagination-bullet-active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-release__outline-text {
  margin-top: 22px;
}
.p-release__outline-type {
  display: inline-block;
  border-radius: 10px;
  background-color: #e2e2e2;
  padding: 3px 12px 2px;
  color: #888888;
  font-weight: 700;
  font-size: 10px;
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.p-release__outline-head {
  margin-top: 14px;
}
.p-release__outline-head .p-in-category {
  font-weight: 700;
  font-size: 12px;
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.095em;
}
.p-release__outline-head .p-in-title {
  margin-top: 3px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.p-release__outline-head .p-in-subTitle {
  margin-top: 3px;
  color: #888888;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.53;
  letter-spacing: 0.08em;
  text-align: justify;
}
.p-release__outline-head .p-in-release {
  margin-top: 9px;
  font-weight: 700;
  font-size: 17.5px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.07em;
}
.p-release__outline-desc {
  margin-top: 22px;
  text-align: justify;
}
.p-release__outline-btn {
  margin: 26px auto 0;
  width: 64.2%;
  max-width: 250px;
}
.p-release__detail-video .p-in-item {
  position: relative;
  padding-left: 0;
  text-indent: 0;
}
.p-release__detail-video .p-in-item::first-letter {
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.p-release__detail-video .p-in-title {
  font-weight: 600;
}
.p-release__detail-video .p-in-thumb {
  position: relative;
  margin-top: 10px;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-release__detail-video .p-in-thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.p-release__detail-video .p-in-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 11px;
}
.p-release__detail-video .p-in-linkList__item {
  position: relative;
  margin-right: 5px;
  padding-left: 0;
  font-weight: 700;
  font-family: "Manrope", YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-indent: 0;
}
.p-release__detail-video .p-in-linkList__item img {
  margin: 0;
}
.p-release__detail-video .p-in-linkList__item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-release__detail-video .p-in-linkList__item.-niconico .p-in-linkList__text::before {
  background-image: url(../img/common/sns/sns_niconico.svg);
}
.p-release__detail-video .p-in-linkList__wave {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.p-release__detail-video .p-in-linkList__wave img {
  margin: 0;
}
.p-release__detail-video .p-in-linkList__inner {
  position: relative;
  padding: 0 0 16px 0;
}
.p-release__detail-video .p-in-linkList__text {
  position: relative;
  padding-left: 37px;
}
.p-release__detail-video .p-in-linkList__text::before {
  position: absolute;
  top: 2px;
  left: 11px;
  background: url(../img/common/sns/sns_youtube.svg) no-repeat left center;
  background-size: contain;
  width: 20px;
  height: 18px;
  content: "";
}

.p-release__back {
  margin-top: 50px;
}

.p-release__chara {
  position: absolute;
  top: -31px;
  right: 12px;
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
  width: 109px;
}
.c-panel.is-active .p-release__chara {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
}
.c-panel.is-active .p-release__chara span img {
  -webkit-animation: run_sp 7s cubic-bezier(0.37, 0, 0.63, 1) infinite 1s;
          animation: run_sp 7s cubic-bezier(0.37, 0, 0.63, 1) infinite 1s;
}
.p-release__chara span {
  display: block;
  -webkit-animation: hop 1s linear infinite;
          animation: hop 1s linear infinite;
}
.p-live {
  position: relative;
}
.p-live .l-in-body {
  padding-bottom: 80px;
}

.p-live__title {
  margin-top: 35px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.p-live__lead {
  margin: 12px auto 38px;
}
.p-live__detail ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-live__detail ul > li::first-letter {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, "メイリオ", Meiryo, sans-serif;
}
.p-live__detail .c-panel {
  padding: 26px 0 24px;
}
.p-live .p-live__detail .c-panel + .c-panel {
  padding-top: 10px;
}
.p-live__detail .c-panel__title {
  margin-bottom: 20px;
}
.p-contact {
  position: relative;
}
.p-contact .l-in-body {
  padding-bottom: 57px;
}
.p-contact .l-in-title {
  margin-bottom: 6px;
}
.p-contact__block {
  position: relative;
  margin-bottom: 38px;
  padding-top: 33px;
}
.p-form .p-contact__block {
  margin-bottom: 116px;
}
.p-contact__block + .p-contact__block::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #a2a2a2, #a2a2a2 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 6px);
  width: 100%;
  height: 1px;
  content: "";
}
.p-contact__block-title {
  position: relative;
  margin-bottom: 14px;
  padding-left: 24px;
  color: #e5307d;
  font-weight: 700;
  font-size: 17.5px;
  letter-spacing: 0.08em;
}
.p-contact__block-title::before {
  position: absolute;
  top: 7px;
  left: 1px;
  background: url(../img/common/icon/heart.svg) no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 15px;
  content: "";
}
.p-contact__block-cont a {
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  color: #e5307d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-contact__btn {
  margin: 14px 0 15px;
  width: 85.2%;
  max-width: 320px;
}
.p-contact__btn a {
  color: #fff;
}

.p-contact-form {
  margin: 0 auto;
  width: 84.3%;
}
.p-contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact-form__item + .p-contact-form__item {
  margin-top: 28px;
}
.p-contact-form__item .error {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 225px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #b70000;
  font-size: 12px;
}
.p-contact-form__item .p-contact-form__title {
  width: 220px;
  font-weight: 700;
}
.p-contact-form__item .p-contact-form__title span {
  position: relative;
  top: -2px;
  margin-left: 5px;
  border: 1px solid #e5307d;
  border-radius: 50rem;
  padding: 1px 6px;
  color: #e5307d;
  font-size: 10px;
}
.p-contact-form__item input,
.p-contact-form__item select,
.p-contact-form__item textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 21px;
  width: 100%;
  height: 50px;
  font-size: 16px;
}
.p-contact-form__item select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact-form__item textarea {
  height: 226px;
  resize: none;
}
.p-contact-form__item.-select::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  pointer-events: none;
  content: "";
}
.p-contact-form__item .c-btn {
  margin: 56px auto 0;
  width: 260px;
}
.p-contact-form__item .c-btn button {
  display: block;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  cursor: pointer;
  border: none;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-contact-caution {
  margin-top: 27px;
  margin-left: auto;
  width: calc(100% - 220px);
  color: #c1c1c1;
  font-size: 12px;
  letter-spacing: 0.09em;
}
.p-contact-caution a {
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  color: #c1c1c1;
  text-decoration: underline;
}
.p-contact__thanks {
  text-align: center;
}
.p-contact__thanks-head {
  font-size: 20px;
}
.p-contact__thanks-detail {
  margin-top: 10px;
  line-height: 1.8;
}
.p-contact__thanks-link {
  margin: 45px auto 0;
  width: 258px;
}
.p-contact__thanks-link .c-btn::before {
  right: auto;
  left: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-privacy__block {
  margin: 0 auto;
  padding-bottom: 147px;
  width: 85%;
}
.p-privacy__block + .p-privacy__block {
  margin-top: 20px;
}
.p-privacy__block-head {
  margin-bottom: 9px;
  color: #e5307d;
  font-weight: 700;
  font-size: 20px;
}
.p-privacy__block-item + .p-privacy__block-item {
  margin-top: 28px;
}
.p-privacy__block-item p {
  font-size: 16px;
  line-height: 1.74;
  letter-spacing: 0.02em;
}
.p-privacy__block-item li {
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.74;
  letter-spacing: 0.02em;
  text-indent: -1em;
}
.p-privacy__block-item li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
  text-indent: 0;
}
.p-privacy__block-item li .p-in-head {
  width: 40px;
}
.p-privacy__block-item li .p-in-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-privacy__btm {
  margin-top: 23px;
  margin-right: 31px;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: right;
}

@media screen and (min-width: 768px){
  .c-footer {
    padding-top: 55px;
  }
  .l-in-content {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .p-news__list {
    margin-top: 32px;
  }
  .p-news__pagination {
    margin: 64px 0 0 0;
    padding-bottom: 136px;
  }
  .p-news__detail {
    padding: 115px 0 110px;
  }
  .p-news__back {
    margin-top: 88px;
  }
  .p-event .l-in-title {
    margin-bottom: 35px;
  }
  .p-event__list-item:hover .p-event__list-title p::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-event__list-inner {
    padding: 21px 0 19px;
    overflow: hidden;
  }
  .p-event__list-item.is-next .p-event__list-inner::after {
    top: auto;
    bottom: 1px;
    -webkit-transform: translate3d(0, 101%, 0);
            transform: translate3d(0, 101%, 0);
    background-image: url(../img/event/icon_nextevent_pc.png);
    background-position: right bottom;
    width: 106px;
    height: 63px;
  }
  body.op-start .p-event__list-item.is-next .p-event__list-inner::after {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .p-event__list-date {
    margin-bottom: 3px;
    font-size: 13.5px;
    letter-spacing: 0.08em;
  }
  .p-event__list-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 1.45em;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16.5px;
    letter-spacing: 0.03em;
  }
  .p-event__list-title p::before {
    position: absolute;
    top: 0.66em;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.1s, -webkit-transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.1s;
    transition: transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.1s, -webkit-transform 0.4s 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: #f7b2d0;
    width: 100%;
    height: 0.6em;
    pointer-events: none;
    content: "";
  }
  .p-event__pagination {
    margin: 76px 0 0 0;
    padding-bottom: 140px;
  }
  .p-event__detail {
    padding: 115px 0 110px;
  }
  .p-event__back {
    margin-top: 88px;
  }
  .p-profile .l-in-title {
    margin-bottom: 59px;
  }
  .p-profile__intro {
    padding-bottom: 100px;
  }
  .p-profile__intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-profile__intro-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 47px;
    width: 36%;
    min-width: 310px;
    max-width: 363px;
  }
  .p-profile__intro-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 11px;
    margin-top: 1.2%;
    line-height: 1.9;
    letter-spacing: 0.11em;
  }
  .p-profile__history {
    padding: 35px 0 18px;
  }
  .p-profile__history-chara {
    -webkit-transform: translate3d(123px, 0, 0);
            transform: translate3d(123px, 0, 0);
  }
  .p-profile__history-chara {
    top: -55px;
    right: 84px;
    width: 72px;
  }
  .p-profile__history-chara span img {
    -webkit-transform: translate3d(49px, 0, 0);
            transform: translate3d(49px, 0, 0);
  }
  .p-profile__history.is-active .p-profile__history-chara {
    -webkit-transition-duration: 0.9s;
            transition-duration: 0.9s;
  }
  .p-profile__history-calender + .p-profile__history-calender {
    margin-top: 28px;
  }
  .p-profile__history .p-profile__history-year {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    font-size: 17px;
  }
  .p-profile__history-detail {
    padding: 3px 0 0 91px;
  }
  .p-profile__history-detail .p-in-list {
    font-size: 15px;
  }
  .p-profile__history-detail .p-in-list + .p-in-list {
    margin-top: 22px;
  }
  .p-profile__history-detail .p-in-list dd {
    padding-left: 35px;
    letter-spacing: 0.03em;
  }
  .p-profile__credit {
    padding: 22px 0 56px 0;
  }
  .p-profile__credit .c-panel__title {
    top: 16px;
  }
  .p-profile__credit-chara {
    bottom: -7px;
    left: 85px;
    width: 70px;
  }
  .p-profile__credit .p-profile_creditlist__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-profile__credit .p-profile_creditlist__inner .p-in-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 0;
    width: 21.5%;
    min-width: 110px;
    max-width: 181px;
    font-size: 18px;
  }
  .p-profile__credit .p-profile_creditlist__inner .p-in-job {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .p-profile__credit .p-profile_creditlist__inner .p-in-linkList {
    width: 290px;
    text-align: right;
  }
  .p-profile__credit .p-profile_creditlist__inner .p-in-linkList__item {
    margin: 0 0 5px 5px;
  }
  .p-release .l-in-body {
    padding-bottom: 148px;
  }
  .p-release--index .l-in-body {
    padding-bottom: 138px;
  }
  .p-release__list {
    margin-top: 57px;
  }
  .p-release__list-item {
    margin: 0 40px 50px 0;
    width: calc((100% - 80px) / 3);
  }
  .p-release__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-release__list-item:hover .p-release__list-jkt .p-in-wrap img {
    -webkit-transform: translate3d(-3px, -3px, 0);
            transform: translate3d(-3px, -3px, 0);
    -webkit-box-shadow: 4px 4px 0 4px #e5307d;
            box-shadow: 4px 4px 0 4px #e5307d;
  }
  .p-release__list-text {
    margin-top: 11px;
    text-align: center;
  }
  .p-release__list-text .p-in-title {
    font-size: 14.5px;
    text-align: center;
  }
  .p-release__list-text .p-in-type {
    margin-top: 8px;
    padding: 3px 11px 2px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .p-release__pagination {
    margin-top: 83px;
  }
  .p-release__outline {
    padding: 120px 0 70px;
  }
  .p-release__outline-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-release__outline-jkt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5.7%;
    width: 50%;
    max-width: 600px;
  }
  .p-release__outline-jkt-slide .p-in-text {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.07em;
  }
  .p-release__outline-jkt-pagination {
    margin-top: 12px;
  }
  .p-release__outline-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 7px;
    width: 44.3%;
  }
  .p-release__outline-type {
    padding: 3px 14px 2px;
  }
  .p-release__outline-head {
    margin-top: 22px;
  }
  .p-release__outline-head .p-in-category {
    font-size: 17px;
  }
  .p-release__outline-head .p-in-title {
    margin-top: 8px;
    font-size: 37.5px;
    letter-spacing: 0.06em;
  }
  .p-release__outline-head .p-in-subTitle {
    margin-top: 1px;
    font-size: 15.5px;
  }
  .p-release__outline-head .p-in-release {
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 0.08em;
  }
  .p-release__outline-desc {
    margin-top: 30px;
    line-height: 1.75;
  }
  .p-release__outline-btn {
    margin: 34px auto 0 0;
    width: 200px;
  }
  .p-release__detail-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-release__detail-video .p-in-item {
    width: calc((100% - 40px) / 2);
  }
  .p-release__detail-video .p-in-item:nth-of-type(even) {
    margin-left: 40px;
  }
  .p-release__detail-video .p-in-linkList {
    margin-top: 18px;
  }
  .p-release__detail-video .p-in-linkList__item {
    margin-right: 10px;
    font-size: 14.5px;
  }
  .p-release__detail-video .p-in-linkList__inner {
    padding-bottom: 14px;
  }
  .p-release__detail-video .p-in-linkList__text::before {
    top: -1px;
    left: 9px;
    width: 22px;
    height: 20px;
  }
  .p-release__chara {
    top: -76px;
    right: 85px;
    width: 134px;
  }
  .c-panel.is-active .p-release__chara span img {
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-name: run;
            animation-name: run;
  }
  .p-live__mainVisual {
    margin: 120px auto 0;
    width: 81.4%;
    max-width: 1042px;
  }
  .p-live__mainVisual img {
    min-width: 100%;
  }
  .p-live__title {
    font-size: 25.5px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p-live__lead {
    margin-top: 18px;
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }
  .p-live__detail {
    font-size: 16px;
    line-height: 1.75;
  }
  .p-live__detail .c-panel {
    padding: 37px 0 38px;
  }
  .p-live .p-live__detail .c-panel + .c-panel {
    padding-top: 1px;
  }
  .p-contact .l-in-body {
    padding-bottom: 85px;
  }
  .p-contact .l-in-title {
    margin-bottom: 0;
  }
  .p-contact__block {
    margin-bottom: 52px;
    padding-top: 55px;
  }
  .p-form .p-contact__block {
    margin-bottom: 180px;
  }
  .p-contact__block-title {
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: 0.07em;
  }
  .p-contact__block-title::before {
    left: 0;
    width: 15px;
    height: 14px;
  }
  .p-contact__block-cont {
    line-height: 1.85;
    letter-spacing: 0.08em;
  }
  .p-contact__block-cont a:hover {
    opacity: 0.5;
  }
  .p-contact__block-cont .c-btn__link:hover {
    opacity: 1;
  }
  .p-contact__btn {
    width: 280px;
    max-width: 100%;
  }
  .p-contact-caution a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none){
  .p-release__list-item {
    margin: 0 5% 50px 0;
    width: 30%;
  }
}

@media screen and (min-width: 1700px){
  .p-release__list-item {
    width: calc((100% - 120px) / 4);
  }
  .p-release__list-item:nth-of-type(3n) {
    margin-right: 40px;
  }
  .p-release__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1700px) and (-ms-high-contrast: none){
  .p-release__list-item {
    margin-right: 3.3%;
    width: 22.5%;
  }
}

@media screen and (max-width: 767px){
  .p-release__list-item:nth-of-type(even) {
    margin-left: 25px;
  }
  .p-release__detail-video .p-in-item + .p-in-item {
    margin-top: 22px;
  }
  .p-live__detail .c-panel__title {
    font-size: 18px;
  }
  .p-contact-form {
    width: 100%;
  }
  .p-contact-form__item {
    display: block;
  }
  .p-contact-form__item .error {
    left: 0;
  }
  .p-contact-form__item .p-contact-form__title span {
    top: 0px;
    margin-left: 0px;
    border: 1px solid #e5307d;
    padding: 0px 5px;
  }
  .p-contact-form__item input,
  .p-contact-form__item select,
  .p-contact-form__item textarea {
    margin-top: 7px;
    padding: 10px 14px;
    width: 100%;
    height: 44px;
  }
  .p-contact-form__item textarea {
    height: 148px;
  }
  .p-contact-form__item.-select::before {
    top: auto;
    right: 14px;
    bottom: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-contact-form__item .c-btn {
    margin: 34px auto 0;
    width: 228px;
  }
  .p-contact-form__item .c-btn button {
    font-size: 14.6px;
  }
  .p-contact-caution {
    margin-top: 23px;
    width: 100%;
    font-size: 12px;
  }
  .p-contact__thanks-head {
    font-size: 18px;
  }
  .p-contact__thanks-detail {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-contact__thanks-link {
    margin: 20px auto 0;
    width: 230px;
  }
  .p-privacy__block {
    padding-bottom: 94px;
    width: 100%;
  }
  .p-privacy__block-head {
    font-size: 18px;
  }
  .p-privacy__block-item + .p-privacy__block-item {
    margin-top: 20px;
  }
  .p-privacy__block-item p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .p-privacy__block-item li {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-privacy__block-item li .p-in-head {
    width: 35px;
  }
  .p-privacy__btm {
    margin-top: 38px;
    margin-right: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px){
  .p-release__list-text .p-in-type {
    padding: 2px 7px;
    font-size: 7px;
  }
}