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

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 .site-title,
html.is-loading .koukai,
html.is-loading .billing,
html.is-loading .home-btns,
html.is-loading .bnr-comments,
html.is-loading .comments,
html.is-loading #trailer {
  opacity: 0;
}

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

.wrap {
  position: relative;
  margin: 0 auto;
  /*@media screen and (min-width: 1600px) {
      max-width: 1920px;
  }*/
}

.home-main {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto 40px;
  position: relative;
  padding-bottom: 75px;
}
@media screen and (min-width: 1480px) {
  .home-main {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 860px) {
  .home-main {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
    margin: 0 auto;
  }
}
.home-main .site-title {
  width: 100%;
  font-size: 0px;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .home-main .site-title {
    position: static;
  }
}
.home-kv {
  position: relative;
  width: 52.4%;
}
@media screen and (max-width: 860px) {
  .home-kv {
    width: 100%;
  }
}
.home-info {
  padding-top: 12vh;
  padding-left: 4%;
  padding-right: 2%;
  width: 47.6%;
}
@media screen and (max-width: 860px) {
  .home-info {
    width: 100%;
    padding: 0;
  }
}
.home-info .koukai {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .home-info .koukai {
    width: 80%;
    max-width: 420px;
    margin: 0 auto;
  }
}
.home-info .billing {
  width: 100%;
  max-width: 1080px;
}
.home-info .catch2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1480px) {
  .home-info .catch2 {
    max-width: 1320px;
  }
}
@media screen and (max-width: 860px) {
  .home-info .catch2 {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}
.home .bnr-comments {
  max-width: 300px;
  margin: 40px auto;
}
.home .bnr-comments a {
  display: block;
  text-decoration: none;
  background: #EFEFEF;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: serif;
  letter-spacing: 0.075em;
  padding: 1em 2em;
  border: solid 1px #CCC;
  position: relative;
  transition: all 0.3s;
}
.home .bnr-comments a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: translateY(-50%) translateX(-20px) rotateZ(135deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.home .bnr-comments a:hover {
  background: #FFF;
  border: solid 1px #666;
}
.home-btns {
  margin: 40px auto;
  max-width: 176px;
  display: flex;
  gap: 10px;
}
.home-btns li:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 1310px) {
  .home-btns {
    position: static;
  }
}
@media screen and (max-width: 860px) {
  .home-btns {
    max-width: 104px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 861px) {
  .home-btns a {
    transition: opacity 0.3s;
  }
  .home-btns a:hover {
    opacity: 0.6;
  }
}

#trailer {
  padding-top: 80px;
}
#trailer .trailer-player {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
@media screen and (max-width: 860px) {
  #trailer .trailer-player {
    width: 100%;
    padding: 0 6%;
    padding-bottom: 40px;
  }
}
#trailer .trailer-player iframe {
  width: 100%;
  height: 607.5px;
}
@media screen and (max-width: 1120px) {
  #trailer .trailer-player iframe {
    height: calc((100vw - 40px) / 560 * 315);
  }
}
@media screen and (max-width: 860px) {
  #trailer .trailer-player iframe {
    height: 49.5vw;
  }
}

.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;
  font-size: 29px;
}
@media screen and (max-width: 480px) {
  .comments-title {
    top: 40px;
  }
}
.comments-inner {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
}

.comment {
  display: flex;
  gap: 60px;
}
@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:first-child {
  flex-direction: column-reverse;
}
.comment:first-child .comment-text {
  width: 100%;
}
.comment:first-child .comment-image {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.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;
}

.footer {
  padding: 0 6% 20px;
}
@media screen and (min-width: 861px) {
  .footer {
    display: none;
  }
}

/*.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;
  }
}