@charset "UTF-8";
/* CSS Document */
#wrapper {
  margin: 0 auto;
}

body {
  min-height: 100vh;
  position: relative;
  background: url(../images/bk_texture.jpg);
  background-size: 100% auto;
}

#sparkle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.sparkle {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0.6rem #fff, 0 0 1.2rem #fff;
  animation: sparkleAnim 2s linear forwards;
}

@keyframes sparkleAnim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes sparkleMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20rem);
  }
}
#top {
  width: 100%;
  height: 108rem;
  position: relative;
}
#top header {
  width: 100%;
  position: absolute;
  display: flex;
  height: 6.2rem;
  z-index: 2;
  align-items: center;
  top: 2rem;
}
#top header .logo {
  margin-left: 1.8rem;
}
#top header .logo img {
  height: 6.2rem;
}
#top header .kaimon {
  display: flex;
  line-height: 3.8rem;
  color: #FFF;
  height: 3.8rem;
  background: #003288;
  width: 21rem;
  margin-left: 1.5rem;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
}
#top header .kaimon i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #FFF;
  margin: 0 0.5rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#top header .kaimon .time {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 3rem;
}
#top .poster {
  position: relative;
  width: 172rem;
  margin: 0 auto;
}
#top .poster img {
  position: absolute;
  pointer-events: none;
}
#top .poster img.all {
  width: 76.6rem;
  left: 60rem;
  top: 1.5rem;
}
#top .poster img.maruru {
  width: 77rem;
  left: 9rem;
  top: 2.2rem;
}
#top .poster img.star {
  width: 192rem;
  left: -10rem;
  top: 2.2rem;
  mix-blend-mode: multiply;
}
#top .poster img.star2 {
  width: 145rem;
  left: 0rem;
  top: 35rem;
  mix-blend-mode: screen;
}
#top .poster img.boat {
  width: 27.6rem;
  left: 102.6rem;
  top: 13.7rem;
  z-index: 1;
}
#top .poster img.kira {
  width: 94rem;
  left: 62rem;
  top: 0;
  z-index: 1;
}
#top h1 {
  width: 100%;
  position: relative;
  left: 0;
  padding-top: 46rem;
  margin-bottom: 1rem;
  z-index: 1;
  transition: 1s;
  opacity: 0;
  transform: translateY(3rem);
}
#top h1 img {
  display: block;
  margin: 0 auto;
}
#top h1 .tit {
  width: 101.7rem;
  margin-bottom: -3.8rem;
}
#top h1 .day {
  width: 62rem;
}
#top.mov h1 {
  opacity: 1;
  transform: translateY(0rem);
}
#top .nav h2 {
  display: none;
}
#top .nav {
  display: flex;
  z-index: 1;
  justify-content: center;
  position: relative;
}
#top .nav li {
  transform: scale(0);
  transition: 1s;
}
#top .nav li.non {
  pointer-events: none;
  opacity: 0.8;
}
#top .nav li a {
  display: block;
  width: 33.4rem;
  height: 30.5rem;
  background-size: contain !important;
  filter: drop-shadow(0 1.5rem 3rem #0064AF);
  -webkit-filter: drop-shadow(0 1.5rem 3rem #0064AF);
  will-change: filter;
}
#top .nav li.nav01 a {
  background: url(../images/nav01.webp);
}
#top .nav li.nav02 a {
  background: url(../images/nav02.webp);
}
#top .nav li.nav03 a {
  background: url(../images/nav03.webp);
}
#top .nav li.nav04 a {
  background: url(../images/nav04.webp);
}
#top .nav li.nav05 a {
  background: url(../images/nav05.webp);
}
#top .nav li.nav01.non a {
  background: url(../images/nav01_non.webp);
}
#top .nav li.nav02.non a {
  background: url(../images/nav02_non.webp);
}
#top .nav li.nav03.non a {
  background: url(../images/nav03_non.webp);
}
#top .nav li.nav04.non a {
  background: url(../images/nav04_non.webp);
}
#top .nav li.nav05.non a {
  background: url(../images/nav05_non.webp);
}
#top .nav li.nav01, #top .nav li.nav05 {
  position: relative;
  top: -7.8rem;
}
#top.mov .nav li {
  transform: scale(1);
}
#top.mov .nav li:nth-child(1) {
  transition-delay: 1s;
}
#top.mov .nav li:nth-child(2) {
  transition-delay: 1.1s;
}
#top.mov .nav li:nth-child(3) {
  transition-delay: 1.2s;
}
#top.mov .nav li:nth-child(4) {
  transition-delay: 1.3s;
}
#top.mov .nav li:nth-child(5) {
  transition-delay: 1.4s;
}
#top.mov .nav li:nth-child(6) {
  transition-delay: 1.5s;
}
#top .livebt {
  position: absolute;
  top: 9rem;
  left: 9rem;
  z-index: 1;
}
#top .livebt li {
  margin-bottom: -2rem;
}
#top .livebt li a {
  display: block;
}
#top .livebt li a:hover {
  transform: scale(0.95);
}
#top .livebt li img {
  width: 16rem;
}
#top .left_fix {
  position: absolute;
  left: 2rem;
  bottom: 0;
  height: 40rem;
  z-index: 2;
}
#top .left_fix ul {
  margin-bottom: 1.5rem;
}
#top .left_fix li {
  margin-bottom: 0.5rem;
}
#top .left_fix li img {
  width: 6rem;
}
#top .left_fix .scroll {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 4rem;
  width: 4rem;
  margin-left: 1rem;
  font-size: 2.2rem;
  font-family: wayfinder-cf, serif;
  font-weight: 400;
  height: 10rem;
  font-style: normal;
  background: url(../../images/scroll_border.svg) no-repeat;
  background-size: 1.8rem auto;
  animation: scroll 5s infinite;
}
#top .left_fix .scroll p {
  padding-top: 1rem;
}
@keyframes scroll {
  0% {
    background-position: left -9rem;
  }
  20% {
    background-position: left 0rem;
  }
  80% {
    background-position: left 0rem;
  }
  100% {
    background-position: left 9rem;
  }
}
#top .news {
  width: 31.6rem;
  top: 11rem;
  right: 10rem;
  position: absolute;
  z-index: 1;
  filter: drop-shadow(0 0.4rem 0.6rem rgba(0, 0, 0, 0.16));
  transform: translateX(0px) perspective(50rem) rotateY(-9deg);
}
#top .news h2 {
  margin-bottom: -1.8rem;
  text-align: center;
}
#top .news h2 img {
  width: 24rem;
}
#top .news .n_wrap {
  border: 0.1rem solid #FC4276;
  background: #FFF;
  width: 100%;
  height: 48rem;
  border-radius: 1.6rem;
  box-shadow: 0.1rem 0.3rem 0 #FC4276;
  padding-top: 3rem;
}
#top .news .n_wrap ul {
  width: 26rem;
  margin: 0 auto;
}
#top .news .n_wrap ul li span {
  font-weight: 900;
  color: #003288;
  font-family: "Roboto", sans-serif;
}
#top .news .n_wrap ul li span i {
  display: inline-block;
  width: 1.4rem;
  height: 1.6rem;
  background: #003288;
  margin-right: 0.5rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#top .news .n_wrap ul li {
  font-size: 2rem;
}

#contents::before {
  content: "";
  width: 100%;
  height: 33rem;
  background: url(../images/contents_top.webp) bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -33rem;
}
#contents .con_wrap {
  position: relative;
  top: -20rem;
  margin-bottom: -20rem;
}
#contents {
  position: relative;
  background: #E6FFA2;
  margin-top: 22rem;
}

#event {
  display: none;
  margin-bottom: 2rem;
}
#event h2 {
  text-align: center;
  font-weight: 900;
  font-size: 4.6rem;
  margin-bottom: 1rem;
  color: #FC4276;
  filter: drop-shadow(0 0.5rem 0 #35A5F5);
}
#event .swiper-wrapper {
  padding-bottom: 7rem;
}
#event .swiper-slide {
  margin: 0 1.5rem;
  width: 35rem;
  height: 35rem;
  border: 0.3rem solid #000;
  border-radius: 2rem 0 2rem 0;
  background: linear-gradient(#FFFFFF, #F6F6F6);
}
#event .swiper-pagination-bullet {
  width: 4.2rem;
  height: 4rem;
  background: url(../images/event_pager.webp) no-repeat;
  background-size: contain;
  opacity: 1;
  margin: 0;
  transition: 0.3s;
}
#event .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
#event .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.nav_s {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.nav_s li {
  margin: 0 1rem;
}
.nav_s li.nav_s1 a i {
  background: url(../images/nav_s1.svg) no-repeat;
}
.nav_s li.nav_s2 a i {
  background: url(../images/nav_s2.svg) no-repeat;
}
.nav_s li.nav_s3 a i {
  background: url(../images/nav_s3.svg) no-repeat;
}
.nav_s li.nav_s4 a i {
  background: url(../images/nav_s4.svg) no-repeat;
}
.nav_s li.non {
  pointer-events: none;
}
.nav_s li.non a p, .nav_s li.non a i {
  opacity: 0.5;
}
.nav_s li a {
  display: block;
  width: 38rem;
  line-height: 9rem;
  background: linear-gradient(to right, #FC4276, #7896FF);
  border-radius: 100vmax;
  display: flex;
  text-align: center;
  filter: drop-shadow(0 0.6rem 1.2rem rgba(0, 0, 0, 0.16));
}
.nav_s li a p {
  text-align: center;
  width: 29rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #FFF;
}
.nav_s li a i {
  width: 7.2rem;
  height: 7.2rem;
  background-size: 100% !important;
  display: block;
  position: relative;
  top: 0.9rem;
  left: 0.9rem;
}

.border {
  width: 100%;
  background: radial-gradient(#003288, #001944);
  height: 5rem;
}

#movie {
  background: url(../images/movie_bk.webp) center center;
  background-size: cover;
  padding: 5rem 0;
}
#movie h2 {
  text-align: center;
  filter: drop-shadow(0 0.3rem 1.6rem #FC4276);
  margin-bottom: 3.5rem;
}
#movie h2 .en {
  font-size: 7rem;
  color: #FFF;
  font-weight: 900;
}
#movie h2 .ja {
  width: 34rem;
  line-height: 5rem;
  color: #FC4276;
  text-align: center;
  background: #FFF;
  border-radius: 100vmax;
  margin: 0 auto;
  font-size: 3.4rem;
}
#movie ul .non {
  pointer-events: none;
}
#movie ul {
  display: flex;
  width: 170rem;
  justify-content: space-between;
  margin: 0 auto;
}
#movie ul a {
  transition: 0.3s;
  display: block;
}
#movie ul .thum {
  width: 31rem;
  height: 19.4rem;
  background: #C7D2E5;
  border-radius: 1rem;
  border: 0.3rem solid #FFF;
  margin-bottom: 3rem;
  position: relative;
  transition: 0.1s;
  filter: drop-shadow(0 1rem 0 #FC4276);
}
#movie ul .thum::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/movie_icon.svg) center center no-repeat;
  background-size: 12rem;
  mix-blend-mode: multiply;
}
#movie ul a:hover .thum {
  transform: translateY(1rem);
  filter: drop-shadow(0 0rem 0 #FC4276);
}
#movie ul p {
  font-weight: bold;
  font-size: 2.4rem;
  color: #000;
  font-weight: 900;
  line-height: 1.2em;
}

.kyosan {
  width: 100%;
  padding: 3rem 0;
  background: #FFF;
  text-align: center;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0.7rem 0.6rem rgba(0, 0, 0, 0.16));
}
.kyosan h2 {
  width: 28rem;
  line-height: 5rem;
  background: #0092E5;
  color: #FFF;
  text-align: center;
  margin: 0 auto 2rem auto;
  font-size: 2.4rem;
}
.kyosan img {
  width: 155rem;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  #wrapper {
    width: 75rem;
    background-size: 75rem auto;
    margin: 0 auto;
    overflow-x: hidden;
  }
  #top header {
    position: relative;
  }
  body {
    background: url(../images/bk_texture_sp.webp);
    background-size: 100% auto;
  }
  /*poster*/
  #top .poster img.all {
    width: 74rem;
    left: 0.6rem;
    top: 1rem;
  }
  #top .poster img.maruru {
    width: 58rem;
    left: -5.8rem;
    top: 16.8rem;
  }
  #top .poster img.boat {
    width: 32.4rem;
    left: 34.6rem;
    top: 30.4rem;
  }
  #top h1 .tit {
    width: 77.8rem;
    left: 1.6rem;
  }
  #top h1 {
    padding-top: 71.6rem;
    width: 78rem;
    left: -1.5rem;
  }
  #top .livebt li {
    margin-bottom: -5.8rem;
  }
  #top .livebt li img {
    width: 17.4rem;
  }
  #top .livebt {
    top: 14rem;
    left: 57.6rem;
  }
  #top .news {
    position: relative;
    margin-bottom: 3rem;
  }
  #top .nav h2 {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 4.6rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: -3.5rem;
    filter: drop-shadow(0 0.6rem 0 #35A5F5);
  }
  #top {
    height: 187rem;
  }
  #top .nav {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  #contents {
    margin-top: 15rem;
  }
  #top .nav li.nav01 a {
    background: url(../images/nav01_sp.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav02 a {
    background: url(../images/nav02_sp.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav03 a {
    background: url(../images/nav03_sp.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav04 a {
    background: url(../images/nav04_sp.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav05 a {
    background: url(../images/nav05_sp.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav01.non a {
    background: url(../images/nav01_sp_non.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav02.non a {
    background: url(../images/nav02_sp_non.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav03.non a {
    background: url(../images/nav03_sp_non.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav04.non a {
    background: url(../images/nav04_sp_non.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li.nav05.non a {
    background: url(../images/nav05_sp_non.webp) no-repeat !important;
    background-size: contain !important;
  }
  #top .nav li a {
    background-size: contain !important;
  }
  #top .nav li.nav01 a,
  #top .nav li.nav02 a,
  #top .nav li.nav03 a {
    width: 23.4rem;
    height: 21.2rem;
  }
  #top h1 .tit {
    margin-bottom: -2.5rem;
  }
  #top h1 {
    margin-bottom: 2rem;
  }
  #top .nav li {
    position: relative;
    margin-bottom: 1.4rem;
  }
  #top .nav li.nav01 {
    top: 0;
  }
  #top .nav li.nav02 {
    top: 5.8rem;
  }
  #top .nav li.nav03 {
    top: 3rem;
  }
  #top .nav li.nav04 {
    margin-right: 1rem;
  }
  #top .nav li.nav05 {
    top: 2.5rem;
  }
  #contents::before {
    height: 10rem;
    top: -9.9rem;
    background: url(../images/contents_top_sp.webp) bottom no-repeat;
    background-size: 100% auto;
  }
  .nav_s {
    flex-wrap: wrap;
    width: 68rem;
    margin: 0 auto;
    justify-content: space-between;
  }
  .nav_s li a {
    width: 33.5rem;
  }
  .nav_s li {
    margin: 0 0 1.5rem 0;
  }
  #contents .con_wrap {
    padding: 0;
  }
  .border {
    display: none;
  }
  .nav_s {
    position: relative;
    padding: 2rem 0;
  }
  .nav_s::after {
    content: "";
    width: 75rem;
    left: -3.5rem;
    height: 10rem;
    position: absolute;
    bottom: -9.9rem;
    background: url(../images/contents_top_sp.webp) bottom no-repeat;
    background-size: 100% auto;
    transform: scale(1, -1);
  }
  #contents .con_wrap {
    margin-bottom: 0;
  }
  #movie {
    padding-top: 10rem;
    background: url(../images/movie_bk_sp.webp) center top;
  }
  #movie ul {
    width: 65rem;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  #movie ul li {
    margin-bottom: 3rem;
  }
  #movie ul p {
    text-align: center;
    font-size: 2.8rem;
  }
  #movie {
    background-size: 100% auto !important;
  }
  #movie ul .thum {
    margin-bottom: 2rem;
  }
  .kyosan {
    padding: 5rem 0;
  }
  .kyosan h2 {
    font-size: 2.8rem;
  }
  .kyosan img {
    width: 68rem;
  }
  #top .poster img.star_sp {
    width: 75rem;
    mix-blend-mode: multiply;
  }
  #top .poster img.star_sp2 {
    width: 75rem;
  }
  #top .poster img.star,
  #top .poster img.star2 {
    display: none;
  }
  .bannerSwiper {
    width: 100%;
    margin-top: 3rem;
    padding-bottom: 6rem !important;
  }
  .bannerSwiper .swiper-slide {
    width: 45rem !important;
  }
  .bannerSwiper .swiper-slide img {
    width: 100%;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  .left_fix ul a {
    transition: 0.3s;
    display: block;
  }
  .left_fix ul a:hover {
    transform: scale(0.9);
  }
}
@media (min-width: 751px) and (min-aspect-ratio: 16/9) {
  /* ここに横長ブラウザ用の調整を書く */
}
@media (min-width: 751px) {
  .star_sp,
  .star_sp2 {
    display: none;
  }
  .bannerSwiper {
    width: 100%;
  }
  .bannerSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
  .bannerSwiper .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
  .bannerSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .bannerSwiper .swiper-wrapper .swiper-slide a {
    display: block;
  }
  .bannerSwiper .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=index.css.map */