@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #000;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, li, section, div, a, span, header, footer, iframe {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

/* =========================
   フェードイン制御
========================= */
/* JSが準備できるまで完全に隠す */
html.is-loading body {
  overflow: hidden;
}

/* 初期は見せない */
html.is-loading .home-kv,
html.is-loading .home-info,
html.is-loading .billing,
html.is-loading .comments {
  opacity: 0;
}

/* フェード設定（クラスが外れた瞬間に効く） */
.home-kv,
.home-info,
.billing,
.comments {
  opacity: 0;
  transition: opacity 1.6s ease, transform 1.6s ease;
}

.wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.home-kv {
  position: relative;
  width: 100%;
}

.site-title {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 30px;
  font-size: 0px;
}

.home {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .home {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.home-kv {
  width: 42%;
  /* ======================
  PC表示（フェード切替）
  ====================== */
  /* ======================
  SP表示（860px以下）
  ====================== */
}
@media screen and (max-width: 860px) {
  .home-kv {
    width: 100%;
  }
}
.home-kv .kv-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.home-kv .kv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
.home-kv .kv-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.home-kv .kv-slide.is-active {
  opacity: 1;
  position: relative;
}
@media (max-width: 860px) {
  .home-kv .kv-slider {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 100%;
  }
  .home-kv .kv-slide {
    position: relative;
    opacity: 1 !important;
    transition: none;
  }
}
.home-info {
  width: 58%;
}
@media screen and (max-width: 860px) {
  .home-info {
    width: 100%;
    padding: 0;
  }
}
.home-info-alpha {
  padding-left: 40px;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .home-info-alpha {
    padding-top: 0px;
  }
}
.home-info-alpha .home-trailer {
  margin-left: 40px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer {
    margin-left: 0px;
    padding-left: 0px;
    position: static;
  }
}
.home-info-alpha .home-trailer-header {
  max-width: 800px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
  padding-right: 40px;
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-header {
    left: 15px;
    display: block;
    margin-top: 10px;
    padding: 0 10px;
  }
}
.home-info-alpha .home-trailer-title {
  position: absolute;
  bottom: 17px;
  left: -10px;
  width: 30px;
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-title {
    left: 18px;
    bottom: 0px;
    width: 24px;
  }
}
.home-info-alpha .home-trailer-btns-normal, .home-info-alpha .home-trailer-btns-chara {
  display: flex;
  align-items: stretch;
  padding-right: 5px;
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-btns-normal, .home-info-alpha .home-trailer-btns-chara {
    display: block;
  }
}
.home-info-alpha .home-trailer-btns-normal ._title, .home-info-alpha .home-trailer-btns-chara ._title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-btns-normal ._title img, .home-info-alpha .home-trailer-btns-chara ._title img {
    width: auto;
    height: 20px;
  }
}
.home-info-alpha .home-trailer-btns-normal ul, .home-info-alpha .home-trailer-btns-chara ul {
  display: flex;
}
.home-info-alpha .home-trailer-btns-normal li, .home-info-alpha .home-trailer-btns-chara li {
  position: relative;
}
@media screen and (min-width: 861px) {
  .home-info-alpha .home-trailer-btns-normal li:hover, .home-info-alpha .home-trailer-btns-chara li:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.home-info-alpha .home-trailer-btns-normal li::after, .home-info-alpha .home-trailer-btns-chara li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
}
.home-info-alpha .home-trailer-btns-normal li:first-child::after, .home-info-alpha .home-trailer-btns-chara li:first-child::after {
  display: none;
}
.home-info-alpha .home-trailer-btns-normal li img, .home-info-alpha .home-trailer-btns-chara li img {
  opacity: 0.6;
  border-right: solid 2px #000;
  padding: 3px 0;
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-btns-normal li img, .home-info-alpha .home-trailer-btns-chara li img {
    border: none;
    width: auto;
    height: 24px;
  }
}
.home-info-alpha .home-trailer-btns-normal li.current, .home-info-alpha .home-trailer-btns-chara li.current {
  position: relative;
}
.home-info-alpha .home-trailer-btns-normal li.current img, .home-info-alpha .home-trailer-btns-chara li.current img {
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-btns-normal li.current img, .home-info-alpha .home-trailer-btns-chara li.current img {
    border: none;
  }
}
.home-info-alpha .home-trailer-btns-normal li.current::after, .home-info-alpha .home-trailer-btns-chara li.current::after {
  content: "";
  display: block;
  background: #C00;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-btns-normal li.current::after, .home-info-alpha .home-trailer-btns-chara li.current::after {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-btns-normal {
    width: auto;
    flex-direction: row;
    border-bottom: solid 1px #333;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-btns-chara {
    width: auto;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 5px;
    border-bottom: solid 1px #333;
  }
}
.home-info-alpha .home-trailer-player iframe {
  width: calc(100% - 40px);
  height: calc((58vw - 80px) / 16 * 9);
  border: solid 1px #333;
}
@media screen and (min-width: 1441px) {
  .home-info-alpha .home-trailer-player iframe {
    height: 424.8px;
  }
}
@media screen and (min-width: 1600px) {
  .home-info-alpha .home-trailer-player iframe {
    height: 581.4px;
  }
}
@media screen and (max-width: 860px) {
  .home-info-alpha .home-trailer-player iframe {
    width: 100%;
    height: calc((100vw - 40px) / 16 * 9);
  }
}
.home-info-beta {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 860px) {
  .home-info-beta {
    display: block;
  }
}
.home-info-beta-l {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-info-beta .btn-theater {
  padding: 0 12% 0 12%;
  margin-bottom: 10px;
}
.home-info-beta .btn-theater a {
  display: block;
  position: relative;
  text-decoration: none;
  border: solid 1px #C00;
  background-color: #C00;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  letter-spacing: 0.05em;
  color: #FFF;
  transition: background-color 0.2s, border-color 0.2s;
}
@media screen and (min-width: 861px) {
  .home-info-beta .btn-theater a:hover {
    background-color: #F00;
    border-color: #F00;
  }
}
.home-info-beta .btn-theater a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotateZ(45deg);
}
@media screen and (max-width: 860px) {
  .home-info-beta .btn-theater a {
    max-width: 400px;
    margin: 40px auto 0;
    padding: 0.75em 5px;
    font-size: 16px;
  }
  .home-info-beta .btn-theater a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
.home-info-beta .sns-btns {
  width: 100%;
  max-width: 160px;
  margin: auto auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1600px) {
  .home-info-beta .sns-btns {
    max-width: 240px;
  }
}
@media screen and (max-width: 860px) {
  .home-info-beta .sns-btns {
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
  }
  .home-info-beta .sns-btns li:nth-child(2) {
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
  }
  .home-info-beta .sns-btns li a {
    display: block;
    text-align: center;
    padding: 8% 0;
  }
  .home-info-beta .sns-btns li a img {
    max-width: 60px;
  }
}
@media screen and (min-width: 861px) {
  .home-info-beta .sns-btns a {
    transition: opacity 0.3s;
  }
  .home-info-beta .sns-btns a:hover {
    opacity: 0.6;
  }
}
.home-info-beta .koukai {
  margin: 0 auto;
}
.home-info-beta .billing {
  width: 100%;
  padding-right: 40px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .home-info-beta .billing {
    padding: 0 6% 20px;
  }
}
.home-info .logo {
  margin-top: auto;
}
.home .logo-upper {
  position: absolute;
  width: 3%;
  left: 50%;
  top: 50%;
}
.home .logo-under {
  margin: 5vh auto 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .home .logo-under {
    margin-top: 8vh;
  }
}
.home .logo-under .btn-comments {
  position: absolute;
  top: 0;
  left: 4%;
  width: 26%;
}
@media screen and (min-width: 861px) {
  .home .logo-under .btn-comments {
    transition: opacity 0.3s;
  }
  .home .logo-under .btn-comments:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 860px) {
  .home .logo-under .btn-comments {
    position: static;
    margin: 20px auto;
    width: 26%;
  }
}
.home .banner {
  max-width: 260px;
  margin: 20px 5px 15px auto;
}
@media screen and (max-width: 860px) {
  .home .banner {
    margin: 20px auto;
  }
}

/*.mubichike {
    width: 100%;
    padding: 0px 0 30px;
    text-align: center;
    @media screen and (max-width: 860px) {
        padding: 0;
    }
    #mvtk-widgets-container {
        margin: 0 auto;
    }
}*/
#modal-comments {
  display: none;
}

#modal-comments.is-open {
  display: block;
}

.comments {
  position: relative;
  padding-top: 180px;
  padding-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .comments {
    margin-top: 100px;
    padding: 180px 60px;
  }
}
@media screen and (max-width: 480px) {
  .comments {
    margin-top: 0px;
    padding: 120px 60px 120px;
  }
}
.comments-title {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-family: serif;
}
@media screen and (max-width: 480px) {
  .comments-title {
    top: 40px;
  }
}
.comments-inner {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
}

.comment {
  /*position: absolute;
  top: 0;
  left: 0;*/
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 860px) {
  .comment {
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .comment {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.comment-text {
  width: 60%;
  font-family: serif;
}
@media screen and (max-width: 480px) {
  .comment-text {
    width: 100%;
  }
}
.comment-text .comment-name {
  margin-bottom: 20px;
  font-size: 18px;
}
.comment-text p {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 2em;
  margin-top: 1.4em;
}
.comment-text p:first-child() {
  margin-top: 0;
}
.comment-image {
  width: calc(40% - 50px);
}
@media screen and (max-width: 860px) {
  .comment-image {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .comment-image {
    width: 50%;
  }
}
.comment-footer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  height: 30px;
}
.comment-dotted {
  display: grid;
  width: 36px;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding-top: 11px;
}
.comment-dotted span {
  display: block;
  width: 6px;
  height: 6px;
  background: #c6c6c6;
  border-radius: 50%;
}
.comment-dotted span.current {
  background: #150201;
}
.comment-arrow .arrow-l {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-150%) rotateZ(180deg);
  display: block;
  width: 30px;
}
.comment-arrow .arrow-r {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(150%);
  display: block;
  width: 30px;
}

.sp,
._sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .sp,
._sp {
    display: block;
  }
}

@media screen and (max-width: 860px) {
  .pc,
._pc {
    display: none;
  }
}