@charset "UTF-8";
.p-hero {
  position: relative;
}
.p-hero .p-hero__inner {
  position: relative;
}
.p-hero .p-hero__contents {
  position: relative;
  overflow: hidden;
}
.p-hero__bg {
  width: 100%;
  height: auto;
  position: relative;
  transform: scale(1.15);
  transition: transform 4s cubic-bezier(0, 0.55, 0.45, 1);
}
.js-load .p-hero__bg {
  transform: scale(1);
}
.p-hero__bg-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__flower-white {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.95);
  transition: transform 4s cubic-bezier(0, 0.55, 0.45, 1);
}
.js-load .p-hero__flower-white {
  transform: scale(1);
}
.p-hero__flower-white-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__bird {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  transition: transform 4s cubic-bezier(0, 0.55, 0.45, 1);
}
.js-load .p-hero__bird {
  transform: scale(1);
}
.p-hero__bird-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__flower-red {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.05);
  transition: transform 4s cubic-bezier(0, 0.55, 0.45, 1);
}
.js-load .p-hero__flower-red {
  transform: scale(1);
}
.p-hero__flower-red-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__butterfly {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.05);
  transition: transform 4s cubic-bezier(0, 0.55, 0.45, 1);
}
.js-load .p-hero__butterfly {
  transform: scale(1);
}
.p-hero__butterfly-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__orb {
  position: absolute;
  left: 0;
  top: 0;
}
.p-hero__orb-pict-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__chara {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1s 0s cubic-bezier(0, 0.55, 0.45, 1), transform 4s cubic-bezier(0, 0.55, 0.45, 1);
}
.js-load .p-hero__chara {
  opacity: 1;
  transform: scale(1);
}
.p-hero__chara-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__logo {
  width: 33%;
  position: absolute;
  left: 0.7vw;
  top: 0.7vw;
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    width: 65%;
    height: auto;
    left: 50%;
    top: 1vw;
    transform: translate(-50%, 0%);
  }
}
.p-hero__logo-img {
  width: 100%;
  margin: 0 auto;
}
.p-hero__lead {
  width: 37.6%;
  position: absolute;
  right: 0.8vw;
  bottom: 0.8vw;
}
@media screen and (max-width: 767px) {
  .p-hero__lead {
    width: 100%;
    position: absolute;
    right: auto;
    left: 50%;
    bottom: 12vw;
    transform: translate(-50%, 0);
  }
}
.p-hero__lead-img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hero__share-x-btn {
    width: 33vw;
    left: 50%;
    position: absolute;
    bottom: 8vw;
    transform: translate(-50%, 0%);
  }
}

/*============================
#p-news.p-news
============================*/
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding-bottom: 120px;
  }
}
.p-news__contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    display: block;
  }
}
.p-news__head {
  width: 310px;
  transform: translate(0, -6.5%);
}
@media screen and (max-width: 767px) {
  .p-news__head {
    width: 100%;
  }
}
.p-news__body {
  width: calc(100% - 310px);
}
@media screen and (max-width: 767px) {
  .p-news__body {
    width: 100%;
  }
}
.p-news__title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    text-align: center;
  }
}
.p-news__more {
  width: 71%;
  margin: 48px auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    width: 72%;
    margin: 22px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-newss {
    margin-top: 10px;
  }
}
.p-newss__list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.p-newss__list-item:nth-last-of-type(1) {
  border-bottom: none;
}
.p-newss__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 39px 0 39px;
  text-decoration: none;
  color: #000;
  transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .p-newss__link:hover {
    color: #821818;
  }
}
@media screen and (max-width: 767px) {
  .p-newss__link {
    display: block;
    padding: 27px 0 30px;
  }
}
.p-newss__day {
  width: 150px;
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #821818;
}
@media screen and (max-width: 767px) {
  .p-newss__day {
    width: 100%;
    font-size: 14px;
  }
}
.p-newss__cap {
  width: calc(100% - 150px);
  font-size: 20px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-newss__cap {
    width: 100%;
    margin: 7px auto 0;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
}

/*============================
#p-movie.p-movie
============================*/
@media screen and (max-width: 767px) {
  .p-movie {
    width: 100%;
  }
}
.p-movie__inner {
  padding: 0;
}
.p-movie__contents {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  transform: translateY(0) !important;
}
.p-movie__contents [data-scroll-sa].is-active {
  transform: translateY(0) !important;
}
.p-movie__lead {
  width: 92%;
  padding: 127px 0 130px;
}
@media screen and (max-width: 767px) {
  .p-movie__lead {
    padding: 110px 0 112px;
  }
}

.p-video__list-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-video__list-item:hover .p-video__grad {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  .p-video__list-item:hover .p-video__icon::before {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate(0%, 0%) scale(0.9);
  }
  .p-video__list-item:hover .p-video__icon-txt {
    position: relative;
    transform: scale(1.1);
    z-index: 1;
  }
}
.p-video__player {
  padding-top: 35.74%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-video__player {
    padding-top: 100%;
  }
}
.p-video__grad {
  width: 110%;
  padding-top: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 767px) {
  .p-video__grad {
    border-radius: 0;
  }
}
.p-video__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-video__icon {
    width: 98px;
    height: 98px;
    font-size: 14px;
  }
}
.p-video__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-video__icon-txt {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-video #youtubePlayer_player_wrap {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  padding-top: 56.25%;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-video #youtubePlayer_player_wrap {
    padding-top: 100%;
  }
}
.p-video #youtubePlayer_player_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-video #youtubePlayer_player_wrap iframe {
    width: 242%;
    height: 242%;
  }
}

.p-about {
  background: url(../img/bg_about.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.p-about__inner {
  padding: 82px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 89px 0 72px;
  }
}
.p-about__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-about__table {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__table {
    margin-top: 11px;
  }
}

.p-ticket__inner {
  padding-top: 122px;
}
@media screen and (max-width: 767px) {
  .p-ticket__inner {
    padding-top: 108px;
  }
}

.p-tickets {
  margin: 66px auto 0;
}
@media screen and (max-width: 767px) {
  .p-tickets {
    margin-top: 11px;
  }
}
.p-tickets__head {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  padding-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-tickets__head {
    display: none;
  }
}
.p-tickets__cap {
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-tickets__cap {
    font-size: 11px;
  }
}
.p-tickets .--cap-01 {
  width: 22.6%;
}
@media screen and (max-width: 767px) {
  .p-tickets .--cap-01 {
    width: 100%;
  }
}
.p-tickets .--cap-02 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-tickets .--cap-02 {
    width: 100%;
  }
}
.p-tickets .--cap-03 {
  width: 37.4%;
}
@media screen and (max-width: 767px) {
  .p-tickets .--cap-03 {
    width: 100%;
  }
}
.p-tickets__list-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 34px 0 39px;
  font-family: YakuHanJP, zen-old-mincho, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-tickets__list-item {
    padding: 27px 0 27px;
    font-size: 14px;
    line-height: 1.55;
  }
}
.p-tickets__list-item:nth-last-of-type(1) {
  border-bottom: none;
}
.p-tickets__type {
  width: 22.6%;
  color: #821818;
}
@media screen and (max-width: 767px) {
  .p-tickets__type {
    width: 89px;
    letter-spacing: 0.08em;
  }
}
.p-tickets__days {
  display: flex;
  flex-wrap: wrap;
  width: 77.4%;
}
@media screen and (max-width: 767px) {
  .p-tickets__days {
    width: calc(100% - 89px);
  }
}
.p-tickets__start {
  width: 51.6%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-tickets__start {
    width: 100%;
  }
}
.p-tickets__start span {
  vertical-align: baseline;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-tickets__start span {
    font-size: 11px;
  }
}
.p-tickets__end {
  width: 48.4%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-tickets__end {
    width: 100%;
    margin-top: 14px;
  }
}
.p-tickets__end span {
  vertical-align: baseline;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-tickets__end span {
    font-size: 11px;
  }
}

.p-ticket__price-title {
  margin: 39px auto 0;
  font-size: 26px;
  font-weight: 600;
  line-HEIGHT: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ticket__price-title {
    margin-top: 20px;
    font-size: 18PX;
    line-height: 1.4;
  }
}
.p-ticket__price-title span {
  font-size: 22px;
  font-size: 14PX;
  vertical-align: baseline;
}

.p-ticket__price {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  border: 1px solid #000;
  padding: 39px 0 42px;
}
@media screen and (max-width: 767px) {
  .p-ticket__price {
    margin-top: 10px;
    padding: 9px 0 18px;
  }
}
.p-ticket__price-item {
  width: 33.3333333333%;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 17px 0 17px;
  text-align: center;
}
.p-ticket__price-item:nth-last-of-type(1) {
  margin: 0 !important;
  border-right: none;
}
.p-ticket__price-item:nth-last-of-type(1)::before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-ticket__price-item {
    padding: 18px 0 19px;
  }
  .p-ticket__price-item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 21px;
    border-right: none;
    padding-bottom: 31px;
  }
  .p-ticket__price-item:nth-of-type(1)::before {
    content: "";
    display: block;
    width: 88.5%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transform: translate(-50%, 0%);
  }
  .p-ticket__price-item:nth-of-type(2), .p-ticket__price-item:nth-of-type(3) {
    width: 50%;
  }
}
.p-ticket__price-item.--full {
  width: 100%;
  margin: 0;
  padding: 15px 0 15px;
}
.p-ticket__price-cap {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-ticket__price-cap {
    font-size: 16px;
  }
}
.p-ticket__price-price {
  margin: 14px auto 0;
  font-size: 25px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-ticket__price-price {
    margin-top: 7px;
    font-size: 16px;
  }
}
.p-ticket__price-price span {
  font-size: 14px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-ticket__price-price span {
    font-size: 10px;
  }
}

.p-ticket__note {
  margin: 79px auto 0;
}
@media screen and (max-width: 767px) {
  .p-ticket__note {
    margin-top: 49px;
  }
}

.p-attention__inner {
  padding-bottom: 172px;
}
@media screen and (max-width: 767px) {
  .p-attention__inner {
    padding-top: 4px;
    padding-bottom: 114px;
  }
}
.p-attention__note {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__note {
    margin-top: 36px;
  }
}
.p-attention__copy {
  margin: 165px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-attention__copy {
    margin: 108px auto 0;
    font-size: 12px;
    line-height: 2;
  }
}

.p-sponsorship__inner {
  padding-bottom: 172px;
}
@media screen and (max-width: 767px) {
  .p-sponsorship__inner {
    padding-top: 4px;
    padding-bottom: 114px;
  }
}
.p-sponsorship__note {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-sponsorship__note {
    margin-top: 36px;
  }
}
.p-sponsorship__copy {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-sponsorship__copy {
    margin: 0 auto;
    font-size: 12px;
    line-height: 2;
  }
}