@charset "UTF-8";
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
/* ABクワドラ */
/* AB-ラインボードB */
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #0e0e3e;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.spBlock {
  display: none;
}

.spNone {
  display: block;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
}
.header__inner {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 8px 0;
}
.header__nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header__nav ul li {
  margin-right: 16px;
}
.header__nav ul li:last-of-type {
  margin-right: 0;
}
.header__nav ul li a {
  display: block;
  position: relative;
  padding: 16px 0;
  color: #0e0e3e;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.header__nav ul li a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  transform: scale(0, 0);
  width: 100%;
  height: 1px;
  background: #0e0e3e;
  transition: 0.3s;
}
.header__nav ul li a:hover::after {
  transform: scale(1, 1);
}

.content {
  padding: 80px 0;
}
.content__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
}
.content__title {
  margin-bottom: 48px;
  color: #3a5cca;
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.content__title span {
  display: block;
  color: #0e0e3e;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 2;
}
.content__title:after {
  display: block;
  content: "";
  width: 4px;
  height: 50px;
  margin: 20px auto 0;
  background: #3a5cca;
}

.btn {
  width: 100%;
  max-width: 240px;
  height: 45px;
  margin: 0 auto;
}
.btn a {
  display: block;
  border-radius: 22.5px;
  line-height: 4.5rem;
  background: #3a5cca;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.btn a:hover {
  opacity: 0.6;
}

@keyframes jsFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.jsFadeIn {
  opacity: 0;
}
.jsFadeIn.isEnable {
  animation: jsFadeIn 1s forwards;
}
.jsFadeIn.isEnable.delay1 {
  animation-delay: 0.3s;
}
.jsFadeIn.isEnable.delay2 {
  animation-delay: 0.6s;
}
.jsFadeIn.isEnable.delay3 {
  animation-delay: 0.9s;
}

.kv {
  padding-top: 72px;
  border-bottom: 1px solid #3a5cca;
}
.kv__inner {
  position: relative;
  padding: 30px;
  background: url(../img/kv/bg_kv.png);
  background-size: 536px auto;
}
.kv__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  height: 100%;
  margin-bottom: 30px;
}
.kv__title div {
  width: 32.98vw;
  max-width: 475px;
}
.kv__title h1 {
  width: 30.9vw;
  max-width: 445px;
}
.kv__title h1 img {
  width: 100%;
}
.kv__slider {
  position: relative;
}
.kv__slider:before, .kv__slider:after {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background: #FFF;
  width: 50%;
  height: 100%;
  transition: 0.6s;
  transition-delay: 0.5s;
  transform: scale(0, 1);
}
.kv__slider:before {
  left: 0;
  transform-origin: 0% 0%;
}
.kv__slider:after {
  right: 0;
  transform-origin: 100% 0%;
}
.kv__catch {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
}

.about__main {
  margin-bottom: 48px;
}
.about__main h3 {
  margin-bottom: 32px;
  font-size: 2.6rem;
  text-align: center;
}
.about__main p {
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 2;
}
.about__main p:last-of-type {
  margin-bottom: 0;
}
.about__link {
  max-width: 500px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #3a5cca;
  border-radius: 20px;
}
.about__link h4 {
  margin-bottom: 16px;
  text-align: center;
}
.about__link .btn img {
  display: inline-block;
  max-width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.schedule__table {
  width: 100%;
  border-collapse: collapse;
}
.schedule__table thead {
  border-top: 1px solid #0e0e3e;
  border-left: 1px solid #0e0e3e;
}
.schedule__table thead th:nth-of-type(1) {
  width: 15%;
}
.schedule__table thead th:nth-of-type(2) {
  width: 50%;
}
.schedule__table thead th:nth-of-type(3) {
  width: 20%;
}
.schedule__table thead th:nth-of-type(4) {
  width: 15%;
}
.schedule__table thead th {
  background: #EEE;
}
.schedule__table tbody {
  border-left: 1px solid #0e0e3e;
}
.schedule__table th, .schedule__table td {
  padding: 10px;
  border-right: 1px solid #0e0e3e;
  border-bottom: 1px solid #0e0e3e;
}

/* movie */
.movie {
  background: url(../img/movie/bg_movie.png);
  /* リンク部分 */
  /* 詳細 */
  /* 作品提供 */
}
.movie__release {
  margin-bottom: 80px;
}
.movie__release h3 {
  margin-bottom: 32px;
  font-size: 2.4rem;
  text-align: center;
}
.movie__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.movie__list:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: #3a5cca;
}
.movie__list__item {
  width: 100%;
}
.movie__list__item h4, .movie__list__item p {
  text-align: center;
}
.movie__list__item h4 {
  margin-bottom: 8px;
  font-size: 2rem;
}
.movie__list__item h4 a {
  color: #0e0e3e;
  text-decoration: none;
}
.movie__list__item h4 a img {
  display: inline;
  max-width: 10px;
  margin-left: 4px;
  vertical-align: middle;
}
.movie__list__item h4 a:hover {
  text-decoration: underline;
}
.movie__other {
  text-align: center;
}
.movie__other a {
  color: #0e0e3e;
  text-decoration: none;
}
.movie__other a img {
  display: inline;
  max-width: 8px;
  margin-left: 8px;
  vertical-align: middle;
}
.movie__subTitle {
  margin-bottom: 64px;
  padding-top: 80px;
}
.movie__subTitle--p0 {
  padding-top: 0 !important;
}
.movie__subTitle h3, .movie__subTitle h4, .movie__subTitle p {
  text-align: center;
}
.movie__subTitle h3 {
  margin-bottom: 32px;
  color: #3a5cca;
  font-size: 4rem;
}
.movie__subTitle h3:after {
  display: block;
  content: "";
  width: 4px;
  height: 50px;
  margin: 20px auto 0;
  background: #3a5cca;
}
.movie__subTitle h4 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}
.movie__subTitle h4 span {
  margin-left: 4px;
  font-size: 1.1rem;
}
.movie__box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
}
.movie__box:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: #3a5cca;
}
.movie__box:last-of-type {
  margin: 0 auto;
  padding-bottom: 0;
}
.movie__box:last-of-type:after {
  display: none;
}
.movie__box h3, .movie__box h4, .movie__box p {
  margin: 0 auto;
}
.movie__box h3 {
  position: relative;
  margin-bottom: 16px;
  color: #ea5268;
  font-size: 2.4rem;
}
.movie__box h3 span:not(.small) {
  font-family: "Noto Sans KR", sans-serif;
}
.movie__box h3 span.small {
  margin-left: 4px;
  font-size: 1.4rem;
}
.movie__box h4 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}
.movie__box p:last-of-type:not(.noImg) {
  margin-bottom: 24px;
}
.movie__box p.small {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.movie__thumb {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.movie__thumb li {
  width: 100%;
  max-width: 33%;
}
.movie__trailer {
  margin-top: 24px;
}
.movie__trailer iframe {
  max-width: 100%;
  margin: 0 auto;
}
.movie__source p {
  margin-bottom: 8px;
  text-align: center;
}
.movie__source img {
  margin: 0 auto;
}

.movie.type2 {
  background: url(../img/movie/bg_movie_blue.png);
  color: #0e0e3e;
}
.movie.type2 .movie__subTitle h3 {
  color: #0e0e3e;
}

.column {
  /* モーダル内 */
}
.column__box {
  position: relative;
  max-width: 1000px;
  height: fit-content;
  overflow: hidden;
  margin: 0 auto 24px;
  cursor: pointer;
}
.column__box img {
  transition: 0.3s;
}
.column__box:hover img:not(.arrow) {
  transform: scale(1.2, 1.2);
}
.column__box h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
}
.column__box h3 img {
  display: inline;
  margin-left: 8px;
}
.column__writer {
  margin-bottom: 32px;
  text-align: center;
}
.column__block:last-of-type {
  margin-bottom: 40px;
}
.column__block p {
  margin-bottom: 16px;
}
.column__assets {
  margin-bottom: 24px;
}
.column__assets img {
  max-width: 75%;
  margin: 0 auto;
}
.column__assets.flex {
  display: flex;
  gap: 20px;
}
.column__assets.flex div {
  width: 100%;
  max-width: calc(100% - 10px);
}
.column__assets.flex img {
  width: 100%;
  max-width: none;
}
.column__profile p:not(.column__profile__name) {
  font-size: 1.4rem;
  line-height: 1.2;
}

.gallery.content {
  padding: 80px 0 110px;
}

.gallery p {
  margin-bottom: 24px;
  text-align: center;
}
.gallery__slider {
  padding: 20px 20px 32px;
  background: #CCC;
}
.gallery__slider__item {
  margin: 0 10px;
  cursor: pointer;
}
.gallery__slider__item img {
  margin-bottom: 8px;
}
.gallery__slider__item h3 {
  color: #0e0e0e;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.gallery .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.gallery .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.gallery .slick-dots li button:before {
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #3a5cca;
  content: "";
  background: #FFF;
}
.gallery .slick-dots li.slick-active button:before {
  border: none;
  background: #3a5cca;
}

/* footer */
.footer {
  width: 100%;
  padding: 80px 0;
  background: #3a5cca;
}
.footer__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.footer p {
  margin-bottom: 16px;
  color: #FFF;
  text-align: center;
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.footer ul li {
  max-width: 120px;
  margin-right: 20px;
}
.footer ul li img {
  max-width: 100%;
}
.footer ul li:last-of-type {
  margin-right: 0;
}
.footer__contact {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #FFF;
  border-radius: 20px;
}
.footer__contact p {
  margin-bottom: 0;
  font-size: 2rem;
}

/* modal */
.modalBg {
  z-index: 1002;
  opacity: 0.6;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
}

.modal {
  z-index: 1003;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
  max-width: 768px;
  max-height: 90vh;
}
.modal__inner {
  position: relative;
  max-height: calc(90vh - 20px);
  padding-top: 20px;
}
.modal__close {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modalContent.modal .modal__inner {
  padding: 50px 30px 30px;
  overflow-y: scroll;
  background: #FFF;
}
.modalContent.modal h2 {
  margin-bottom: 8px;
  font-size: 2.4rem;
  text-align: center;
}

.galleryModal__assets {
  max-height: calc(90vh - 20px);
}
.galleryModal__assets img {
  max-height: calc(90vh - 20px);
  margin: 0 auto;
}

.menu {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  background: #FFF;
}
.menu.isActive {
  display: block;
}
.menu__inner {
  padding: 85px 20px 0;
}
.menu__list li {
  margin-bottom: 16px;
}
.menu__list li:last-of-type {
  margin-bottom: 0;
}
.menu__list li a {
  display: block;
  padding: 10px 0;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
}

.kv__catch {
  right: 15%;
  width: 7.98vw;
}
.kv__catch img {
  display: block;
  width: 7.98vw;
}

@media screen and (max-width: 768px) {
  .spBlock {
    display: block;
  }
  .spNone {
    display: none;
  }
  body {
    font-size: 1.4rem;
  }
  .header {
    height: 60px;
    background: none;
  }
  .header__inner {
    width: 100%;
    padding: 16px 16px 0 0;
  }
  .header__btn {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: auto;
    border-radius: 50%;
    background: #0e0e0e;
  }
  .header__btn ul li {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 16px);
    height: 1px;
    background: #FFF;
    transition: 0.3s;
  }
  .header__btn ul li:first-of-type {
    top: calc(50% - 4px);
  }
  .header__btn ul li:last-of-type {
    top: calc(50% + 4px);
  }
  .header__btn.isActive ul li:first-of-type {
    top: 50%;
    left: 13.5%;
    transform: rotate(45deg);
  }
  .header__btn.isActive ul li:last-of-type {
    top: 50%;
    left: 13.5%;
    transform: rotate(-45deg);
  }
  .content {
    padding: 40px 0;
  }
  .content__title {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .content__title span {
    font-size: 1.8rem;
  }
  .btn {
    max-width: 350px;
    height: 40px;
  }
  .btn a {
    border-radius: 20px;
    line-height: 4rem;
  }
  .kv {
    padding-top: 0;
  }
  .kv__inner {
    padding: 80px 15px 15px;
  }
  .kv__title {
    height: fit-content;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .kv__title h1 {
    width: 45vw;
  }
  .kv__catch {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 85px;
  }
  .kv__catch img {
    width: 100%;
  }
  .about h3 {
    font-size: 2rem;
  }
  .about__main p {
    font-size: 1.6rem;
  }
  .schedule__main {
    max-width: 100%;
    overflow-x: scroll;
  }
  .schedule__table {
    min-width: 728px;
  }
  .movie__list {
    display: block;
  }
  .movie__list__item {
    max-width: none;
    margin-bottom: 16px;
  }
  .movie__list__item:last-of-type {
    margin-bottom: 0;
  }
  .movie__list__item h4 {
    margin-bottom: 0;
  }
  .movie__release {
    margin-bottom: 40px;
  }
  .movie__release h3 {
    font-size: 2rem;
  }
  .movie__subTitle {
    margin-bottom: 32px;
    padding-top: 40px;
  }
  .movie__subTitle h3 {
    font-size: 2rem;
  }
  .movie__subTitle h4 {
    font-size: 1.4rem;
  }
  .movie__subTitle h4 span {
    display: block;
  }
  .movie__subTitle p {
    text-align: left;
  }
  .movie__box h3 {
    font-size: 2rem;
  }
  .movie__box p.small {
    font-size: 1.2rem;
  }
  .movie__trailer {
    margin-top: 24px;
  }
  .column {
    /* モーダル内 */
  }
  .column__box h3 {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 40px);
    font-size: 1.8rem;
  }
  .column__box h3 img {
    max-width: 12px;
  }
  .column__assets {
    margin-bottom: 16px;
  }
  .column__assets.flex {
    gap: 10px;
  }
  .column__profile p:not(.column__profile__name) {
    font-size: 1.2rem;
  }
  .footer {
    padding: 40px 0;
  }
  .footer p {
    font-size: 1.4rem;
  }
  .footer ul {
    display: block;
  }
  .footer ul li {
    margin: 0 auto 8px;
  }
  .footer ul li:last-of-type {
    margin-right: auto;
  }
  .footer ul li img {
    margin-bottom: 0 auto;
  }
  .footer__contact {
    padding: 10px;
  }
  .modalContent.modal .modal__inner {
    padding: 30px 15px 15px;
  }
  .modalContent.modal h2 {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */