@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Volkhov&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  background-color: #fff;
}

.real20th {
  background-image: url(../img/bg.jpg);
  background-size: contain;
}
.real20th p, .real20th span, .real20th h2, .real20th a {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro";
}
.real20th .mainTitle {
  margin: 0 auto 60px;
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  line-height: 1em;
  text-align: center;
  transform: skewX(-10deg);
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .real20th .mainTitle {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.real20th .mainTitle p {
  display: inline-block;
  color: #0077d8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
}
.real20th .mainTitle p:first-letter {
  color: #005ead;
}
.real20th .mainTitle p span {
  color: #0077d8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .real20th .mainTitle p span {
    font-size: 7vw;
  }
}
.real20th .title {
  margin: 0 auto 60px;
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .real20th .title {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.real20th .title p {
  color: #ff5884;
  font-family: "Kiwi Maru", serif;
  position: relative;
}
.real20th .title p:first-letter {
  color: #ff2a63;
}
.real20th img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.content {
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0 6vw;
  }
}

.fadeInBottom {
  opacity: 0;
  transform: translate(0px, 50px);
  transition: all 1.5s;
}

.fadeInLeft {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1.5s;
}

.fadeInRight {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 1.5s;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}

.fadeNow {
  opacity: 1;
  transform: translate(0, 0);
}

.bounce {
  animation: bounds 1000ms linear;
  animation-fill-mode: forwards;
}

@keyframes bounds {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  8% {
    opacity: 1;
    transform: scale(1.3);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  34% {
    opacity: 1;
    transform: scale(1.2);
  }
  51% {
    opacity: 1;
    transform: scale(1);
  }
  68% {
    opacity: 1;
    transform: scale(1.1);
  }
  84% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
img.lg-image {
  max-width: 90% !important;
}
@media screen and (min-width: 769px) {
  img.lg-image {
    max-width: 850px !important;
  }
}

#lg-download {
  display: none;
}

#lg-counter span {
  color: #fff;
}

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}

.topImageWrap {
  position: relative;
}
.topImageWrap__logo {
  max-width: 1070px;
  width: 43%;
  position: absolute;
  top: 16%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .topImageWrap__logo {
    width: 94%;
    bottom: 3vw;
    left: 3%;
    top: auto;
  }
}

.navWrap {
  background-color: #005ead;
}
@media screen and (max-width: 768px) {
  .navWrap .content {
    padding: 0 3vw;
  }
}
.navWrap ul {
  display: flex;
  justify-content: space-around;
}
.navWrap ul li {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .navWrap ul li {
    width: auto;
  }
}
.navWrap ul li a {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
  transition: 0.3s;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .navWrap ul li a {
    font-size: 3vw;
    padding: 3vw 0;
  }
}
.navWrap ul li a:hover {
  background-color: #00182c;
  color: #fbff07;
}

.applyWrap {
  padding: 80px 0;
  background-color: #888;
  background-color: #000000;
  background-image: url(../img/tsyatsu_bg4.jpg);
  background-size: 80%;
  animation: scroll-anim 20s linear infinite;
}
.applyWrap p {
  color: #333;
}
.applyWrap .contentWrap {
  border: #005ead 8px solid;
  border-radius: 30px;
  padding: 30px;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 9px rgb(61, 61, 61);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap {
    border: #005ead 6px solid;
    padding: 4%;
    width: auto;
  }
}
.applyWrap .contentWrap .kikaku_title {
  text-align: center;
  font-size: 3.4em;
  line-height: 1em;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: -0.01em;
  padding: 0;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffa42e 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffa42e 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .kikaku_title {
    font-size: 5vw;
    top: 7vw;
  }
}
.applyWrap .contentWrap .oubo_title {
  position: relative;
  text-align: center;
  font-size: 5.5em;
  line-height: 1em;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: -0.01em;
  padding: 120px 0 20px;
  background: linear-gradient(90deg, #005ead 0%, #1582db 33%, #429feb 62%, #1f8ce6 83%, #005ead 100%);
  background: -webkit-linear-gradient(0deg, #005ead 0%, #1582db 33%, #429feb 62%, #1f8ce6 83%, #005ead 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title {
    padding: 16vw 0 0;
    font-size: 7vw;
  }
}
.applyWrap .contentWrap .oubo_title span {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-weight: bold;
  color: red;
  border: 3px solid red;
  padding: 4% 11%;
  line-height: 16px;
  transform: rotate(-5deg);
  font-size: 46px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 30%;
  top: 29%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title span {
    font-size: 5vw;
    left: 20vw;
    top: 39%;
  }
}
.applyWrap .contentWrap .oubo_title .count10 {
  left: 3%;
  top: 56px;
  width: 14%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title .count10 {
    top: 60px;
  }
}
.applyWrap .contentWrap .oubo_title_sub {
  position: relative;
  text-align: center;
  font-size: 5.3em;
  line-height: 1em;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: -0.01em;
  padding: 0px 0 20px;
  background: linear-gradient(90deg, #005ead 0%, #1582db 33%, #429feb 62%, #1f8ce6 83%, #005ead 100%);
  background: -webkit-linear-gradient(0deg, #005ead 0%, #1582db 33%, #429feb 62%, #1f8ce6 83%, #005ead 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title_sub {
    font-size: 7vw;
  }
}
.applyWrap .contentWrap .oubo_title_sub span {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  font-weight: bold;
  color: red;
  border: 3px solid red;
  padding: 4% 11%;
  line-height: 16px;
  transform: rotate(-5deg);
  font-size: 46px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  left: 30%;
  top: 29%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title_sub span {
    font-size: 5vw;
    left: 20vw;
    top: 39%;
  }
}
.applyWrap .contentWrap .oubo_title_sub .count10 {
  left: 3%;
  top: 5px;
  width: 19%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_title_sub .count10 {
    top: 10px;
  }
}
.applyWrap .contentWrap .oubo_and {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .oubo_and {
    font-size: 3vw;
  }
}
.applyWrap .contentWrap .comingsoon {
  font-weight: bold;
  font-size: 1.6em;
  padding: 3% 0;
  text-align: center;
  width: 60%;
  border-radius: 30px;
  border: 3px dotted #85baff;
  margin: 30px auto 60px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .comingsoon {
    width: 80%;
  }
}
.applyWrap .contentWrap .comingsoon img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .comingsoon img {
    width: 80%;
  }
}
.applyWrap .contentWrap .method {
  text-align: center;
  font-weight: bold;
  padding: 30px 0 50px;
  font-size: 1.6em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method {
    padding: 5vw 0;
    font-size: 1.2em;
  }
}
.applyWrap .contentWrap .method .title {
  font-size: 2.5em;
  line-height: 1em;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .title {
    font-size: 8vw;
    margin-top: 6vw;
  }
}
.applyWrap .contentWrap .method a {
  text-decoration: underline;
  color: red;
  line-height: 2em;
  font-weight: bold;
}
.applyWrap .contentWrap .method span {
  color: red;
  font-weight: bold;
}
.applyWrap .contentWrap .method .day {
  font-size: 1em;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  width: 58%;
  display: inline-block;
  background-color: #9ed6fb;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .day {
    width: auto;
    font-size: 3.8vw;
  }
}
.applyWrap .contentWrap .method .little {
  color: #000;
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .little {
    font-size: 1.8vw;
  }
}
.applyWrap .contentWrap .method .small {
  font-size: 0.6em;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .method .small {
    font-size: 1.8vw;
  }
}
.applyWrap .contentWrap .method .tagWrap {
  font-size: 0.8em;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 15px 0 30px;
  display: inline-block;
  background-color: #d8efff;
}
.applyWrap .contentWrap .method .tagWrap span {
  font-size: 1.2em;
}
.applyWrap .contentWrap .imgWrap {
  width: 90%;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .imgWrap {
    margin-bottom: 5%;
  }
}
.applyWrap .contentWrap .column3 .wrapout {
  width: 31%;
  border: #ffffff 4px solid;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 9px rgb(61, 61, 61);
  transition: 0.4s;
  font-weight: bold;
  color: #005ead;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .applyWrap .contentWrap .column3 .wrapout {
    width: 46%;
  }
}
.applyWrap .contentWrap .column3 .wrapout:hover {
  opacity: 0.5;
}
.applyWrap .contentWrap .column3 .wrapout p {
  padding-top: 3px;
  color: #005ead;
  text-align: center;
}
.applyWrap .contentWrap .apply_movie {
  margin: 0 auto 30px;
  width: 100%;
}

@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
.about {
  padding: 80px 0;
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
}
.about .mainTitle p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -25%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: -25%;
  z-index: -1;
}
.about .detail {
  color: #fff;
  font-size: 2.3em;
  text-align: center;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  .about .detail {
    font-size: 4.5vw;
  }
}
.about .detail span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
  font-size: 1.3em;
  color: #005ead;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
}
@media screen and (max-width: 768px) {
  .about .detail span {
    font-size: 5.5vw;
    padding: 0 2vw;
  }
}

.chronology {
  padding: 80px 0;
  background-image: url(../img/timeline_bg.jpg);
  background-size: cover;
}
.chronology .mainTitle p.top:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -25%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: -25%;
  z-index: -1;
}
.chronology .mainTitle p.sub {
  display: block;
  font-size: 0.25em;
  line-height: 2em;
}

.celebration {
  padding: 80px 0;
  background-color: #888;
  background-color: #000000;
  background-image: url(../img/comment_bg.jpg);
  background-size: 80%;
  animation: scroll-anim 20s linear infinite;
}
.celebration .mainTitle p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -25%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: -25%;
  z-index: -1;
}
.celebration .celebration_movie {
  display: flex;
  flex-wrap: wrap;
}
.celebration .celebration_movie .movieWrap {
  background-color: #fff;
  position: relative;
  width: 22%;
  margin: 0 auto 2%;
  border: 3px solid #ffffff;
  border-radius: 5px;
  padding-top: 28%;
  box-shadow: 0 0 0.1rem #005ead, 0 0 1rem #005ead, 0 0 0.2rem #005ead, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .celebration .celebration_movie .movieWrap {
    width: 40%;
    margin-bottom: 5vw;
    padding-top: 50%;
  }
}
.celebration .celebration_movie .movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.celebration .celebration_movie .movieImgWrap {
  background-color: #fff;
  position: relative;
  width: 22%;
  margin: 0 auto 2%;
  border: 3px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 0.1rem #005ead, 0 0 1rem #005ead, 0 0 0.2rem #005ead, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .celebration .celebration_movie .movieImgWrap {
    width: 40%;
    margin-bottom: 5vw;
  }
}

.schedule {
  padding: 80px 0;
  background-image: url(../img/schedule_bg.jpg);
  background-size: cover;
}
.schedule .mainTitle p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -25%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: -25%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .schedule .mainTitle p:after {
    right: 0%;
  }
}
.schedule .listWrap {
  /*モーダルを開くボタン*/
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  /*モーダル本体の擬似要素の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  /*モーダル枠の指定*/
  /*モーダルを閉じるボタンの指定*/
  /*モーダル内のコンテンツの指定*/
}
.schedule .listWrap ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .schedule .listWrap ul {
    display: block;
  }
}
.schedule .listWrap ul li {
  width: 50%;
  display: flex;
  margin-bottom: 5%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .schedule .listWrap ul li {
    width: 100%;
  }
}
.schedule .listWrap ul li .popup-modal {
  width: 37%;
  border-radius: 5px;
  box-shadow: 0 0 0.1rem #84c8ff, 0 0 1rem #84c8ff, 0 0 0.2rem #84c8ff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
.schedule .listWrap ul li a {
  transition: 0.5s;
}
.schedule .listWrap ul li a:hover {
  opacity: 0.6;
  transform: translate(0px, -5px);
}
.schedule .listWrap ul li .listTitle {
  width: 53%;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .schedule .listWrap ul li .listTitle {
    width: 61%;
    padding-right: 0%;
  }
}
.schedule .listWrap ul li .listTitle .name {
  color: #0077d8;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5%;
}
.schedule .listWrap ul li .listTitle .date {
  color: #333;
  margin-bottom: 5%;
}
.schedule .listWrap ul li .listTitle .cast {
  color: #333;
}
.schedule .listWrap .modal-open1, .schedule .listWrap .modal-open2, .schedule .listWrap .modal-open3, .schedule .listWrap .modal-open4, .schedule .listWrap .modal-open5, .schedule .listWrap .modal-open6 {
  cursor: pointer;
}
.schedule .listWrap .modal-container1, .schedule .listWrap .modal-container2, .schedule .listWrap .modal-container3, .schedule .listWrap .modal-container4, .schedule .listWrap .modal-container5, .schedule .listWrap .modal-container6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}
.schedule .listWrap .modal-container1:before, .schedule .listWrap .modal-container2:before, .schedule .listWrap .modal-container3:before, .schedule .listWrap .modal-container4:before, .schedule .listWrap .modal-container5:before, .schedule .listWrap .modal-container6:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.schedule .listWrap .modal-container1.active, .schedule .listWrap .modal-container2.active, .schedule .listWrap .modal-container3.active, .schedule .listWrap .modal-container4.active, .schedule .listWrap .modal-container5.active, .schedule .listWrap .modal-container6.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.schedule .listWrap .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 90%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .schedule .listWrap .modal-body {
    width: 96%;
  }
}
.schedule .listWrap .modal-body video {
  width: 96%;
}
.schedule .listWrap .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.schedule .listWrap .modal-content {
  background: #fff;
  text-align: left;
  padding: 30px 30px 80px;
  background-image: url(../img/modal_bg2.jpg);
}
@media screen and (max-width: 768px) {
  .schedule .listWrap .modal-content {
    padding: 3% 6% 16%;
  }
}
.schedule .listWrap .modal-content .title p {
  text-align: center !important;
}
.schedule .listWrap .modal-content .pink a {
  border: 2px solid #f9b6ff;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 35px;
  border-radius: 15px;
  transition: 1s;
  color: #f9b6ff !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px #62336e;
}
.schedule .listWrap .modal-content .pink a:hover {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  color: #fff !important;
  background-color: #f9b6ff;
}
@media screen and (max-width: 768px) {
  .schedule .listWrap .modal-content .pink a {
    font-size: 5vw;
  }
}

#inline-wraptop, #inline-wrap1, #inline-wrap2, #inline-wrap3, #inline-wrap4, #inline-wrap5, #inline-wrap6 {
  max-width: 1100px;
  width: 90%;
  z-index: 100;
  background-image: url(../img/lineup_bg.jpg);
  margin: 0 auto 120px;
  padding-bottom: 100px;
}

.lineup {
  padding: 80px 0;
  background-image: url(../img/lineup_bg.jpg);
  background-size: cover;
}
.lineup .mainTitle p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -25%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: -25%;
  z-index: -1;
}
.lineup .listWrap {
  display: flex;
  align-items: stretch;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .lineup .listWrap {
    display: block;
  }
}
.lineup .listWrap .month {
  width: 8%;
  background-color: #0077d8;
  display: flex;
  align-items: center;
  margin-right: 2%;
  justify-content: center;
  font-size: 2em;
  font-weight: bolder;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lineup .listWrap .month {
    width: 90%;
    margin: 0 auto 4vw;
    font-size: 4vw;
    padding: 1vw 0;
  }
}
.lineup .listWrap ul {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lineup .listWrap ul {
    width: 90%;
    margin: 0 auto 5vw;
    justify-content: space-between;
  }
}
.lineup .listWrap ul li {
  width: 14%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .lineup .listWrap ul li {
    width: 44%;
    margin: 0 auto 3vw;
  }
}
.lineup .listWrap ul li .listTitle {
  padding-top: 5%;
}
.lineup .listWrap ul li .listTitle .name {
  color: #0077d8;
  font-weight: bold;
  margin-bottom: 5%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  font-size: 0.9em;
}
.lineup .listWrap ul li .listTitle .date {
  color: #333;
  font-size: 0.8em;
}
.lineup .listWrap ul li.meny {
  margin-bottom: 10px;
}
.lineup .listWrap ul a {
  display: block;
  transition: 0.5s;
}
.lineup .listWrap ul a:hover {
  opacity: 0.6;
}

.topMovie {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .topMovie {
    padding: 10vw 0;
  }
}
.topMovie p.topTitle:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 121%;
  width: 11%;
  background-repeat: no-repeat;
  bottom: 5%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: 27%;
  z-index: -4;
}
.topMovie p.subTitle {
  font-size: 17px;
  color: #aaa;
  line-height: initial;
  font-family: auto;
}
.topMovie p.subTitle:first-letter {
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .topMovie p.subTitle {
    font-size: 2.7vw;
  }
}
.topMovie__outWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -100px;
}
@media screen and (max-width: 768px) {
  .topMovie__outWrap {
    display: block;
    margin: 0;
  }
}
.topMovie__wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
  padding-top: 51%;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .topMovie__wrap {
    width: 90%;
    margin-bottom: 5vw;
    padding-top: 50%;
  }
}
.topMovie__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.topMovie__single {
  width: 47%;
  margin: 0 auto;
  border-radius: 5px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .topMovie__single {
    width: 90%;
    margin-bottom: 5vw;
  }
}

.packageDetail {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .packageDetail {
    padding: 7vw 0 0;
  }
}
.packageDetail .mainTitle {
  margin: 0 auto 60px;
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  line-height: 1em;
  text-align: center;
  transform: skewX(-10deg);
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .packageDetail .mainTitle {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.packageDetail .mainTitle p {
  display: inline-block;
  color: #0077d8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
}
.packageDetail .mainTitle p:first-letter {
  color: #005ead;
}
.packageDetail .mainTitle p span {
  color: #0077d8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .packageDetail .mainTitle p span {
    font-size: 7vw;
  }
}
.packageDetail .mainTitle p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -25%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: -25%;
  z-index: -1;
}
.packageDetail .content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .packageDetail .content {
    display: block;
  }
}
.packageDetail__packageImgWrap {
  max-width: 530px;
  margin: 0 auto 6%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageImgWrap {
    width: 60%;
    margin: 0 auto 10vw;
  }
}
.packageDetail__packageImgWrap img {
  box-shadow: 0px 0px 10px 2px #62336e;
  width: 100%;
}
.packageDetail__packageText {
  width: 80%;
  margin: 0 auto 11%;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText {
    width: 90%;
    margin: 0 auto 13%;
  }
}
.packageDetail__packageText h2 {
  font-size: 1.7em;
  margin-bottom: 30px;
  color: #6eadff;
  line-height: 1.5em;
  font-weight: bold;
  text-shadow: 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText h2 {
    font-size: 5.3vw;
    text-align: center;
    margin-bottom: 4vw;
  }
}
.packageDetail__packageText p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText p {
    font-size: 3.5vw;
    margin: 0 auto;
  }
}
.packageDetail__packagelink {
  width: 80%;
  max-width: 600px;
  margin: 30px auto 0;
}
.packageDetail__packagelink a {
  border: 2px solid #6eadff;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 35px;
  border-radius: 15px;
  transition: 1s;
  color: #6eadff !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px #62336e;
}
.packageDetail__packagelink a:hover {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  color: #fff !important;
  background-color: #6eadff;
}
@media screen and (max-width: 768px) {
  .packageDetail__packagelink a {
    font-size: 5vw;
  }
}
.packageDetail .youtubeWrap {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .packageDetail .youtubeWrap {
    width: 90%;
  }
}
.packageDetail .youtubeWrap img {
  box-shadow: 0px 0px 10px 2px #62336e;
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
}
.packageDetail .youtubeWrap img:hover {
  opacity: 0.6;
}
.packageDetail .detail_youtube {
  width: 90%;
  margin: 5% auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .packageDetail .detail_youtube {
    width: 100%;
  }
}
.packageDetail video {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .packageDetail video {
    width: 90%;
  }
}

.galleryWrap {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .galleryWrap {
    padding: 10vw 0;
  }
}
.galleryWrap .mainTitle {
  margin: 0 auto 60px;
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  line-height: 1em;
  text-align: center;
  transform: skewX(-10deg);
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  .galleryWrap .mainTitle {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.galleryWrap .mainTitle p {
  display: inline-block;
  color: #0077d8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
}
.galleryWrap .mainTitle p:first-letter {
  color: #005ead;
}
.galleryWrap .mainTitle p span {
  color: #0077d8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bolder;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .galleryWrap .mainTitle p span {
    font-size: 7vw;
  }
}
.galleryWrap .mainTitle p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -25%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: -25%;
  z-index: -1;
}
.galleryWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .galleryWrap ul {
    width: 90%;
  }
}
.galleryWrap li {
  margin: 0 0.5%;
  margin-bottom: 0.5%;
  width: 19%;
}
@media screen and (max-width: 768px) {
  .galleryWrap li {
    width: 30%;
    margin: 0 1%;
    margin-bottom: 2%;
  }
}
.galleryWrap li img {
  width: 100%;
  transition: all 0.5s;
}
.galleryWrap li img:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .galleryWrap li img:hover {
    opacity: 1;
  }
}

.movieWrap {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .movieWrap {
    padding: 16vw 0;
  }
}
.movieWrap .title {
  margin: 0 auto 60px;
  font-size: 100px;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .movieWrap .title {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.movieWrap .title p:after {
  content: "";
  background-image: url(../img/pink.png);
  height: 156%;
  width: 50%;
  background-repeat: no-repeat;
  bottom: -16%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .movieWrap .title p:after {
    left: 6%;
  }
}
.movieWrap .content {
  width: 930px;
  margin: 0 auto;
}
.movieWrap__content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border: 3px solid #ffffff;
  border-radius: 5px;
  padding-top: 56%;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
}
@media screen and (max-width: 768px) {
  .movieWrap__content {
    width: 90%;
    margin-bottom: 5vw;
    padding-top: 50%;
  }
}
.movieWrap__content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .movieWrap .top {
    margin-bottom: 5vw;
  }
}

.lg-backdrop {
  z-index: 1050 !important;
}

.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.7s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

#main {
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  #main {
    margin-bottom: -6vh;
  }
}