/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
img {
  width: 100%;
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

#top

-------------------------------*/
#top {
  height: 750px;
  background: #231815;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #top {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.logo {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 500px;
  top: 27%;
}
@media screen and (min-width: 1024px) {
  .logo {
    width: 45vw;
    position: relative;
    top: auto;
    margin: 14vw auto 10vw;
    max-width: unset;
  }
}

.billing {
  width: 60%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60%;
  max-width: 330px;
}
@media screen and (min-width: 1024px) {
  .billing {
    width: 24vw;
    position: relative;
    bottom: auto;
    margin: 0 auto 5vw;
    max-width: unset;
  }
}

.top-btn {
  display: block;
  width: 45%;
  position: absolute;
  top: 92%;
  max-width: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-btn {
    width: 200px;
    position: relative;
    margin: 0 auto 3vw;
    top: auto;
  }
}

.top-btn-container {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 82%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .top-btn-container {
    width: 430px;
    gap: 20px;
    bottom: auto;
    position: relative;
    margin: 0 auto 2vw;
  }
}
.top-btn-container p {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3em;
  border-bottom: solid 1px #fff;
  letter-spacing: 3px;
  line-height: 1.3;
}

.top-sns-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 500px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
}
.top-sns-btn i {
  color: #231815;
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 30px 0;
  position: relative;
}
#trailer .swiper-button-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  gap: 15px;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
#trailer .swiper-button-next,
#trailer .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #231815;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #trailer .swiper-button-next,
  #trailer .swiper-button-prev {
    display: none;
  }
}
#trailer .swiper-button-next:after,
#trailer .swiper-button-prev:after {
  font-size: 1.8em;
}
#trailer .swiper-button-prev, #trailer .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: auto;
}
#trailer .swiper-button-next, #trailer .swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: auto;
}

.pc-modal-movie, .pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}
.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #231815;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3em;
}
.movie-cap span {
  font-size: 0.8em;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
.movie-thumb-list .slider-arrow img {
  width: 100%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}
.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}
.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #231815;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #231815;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 1024px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
/*-------------------------------

#comment

-------------------------------*/
.comment-container {
  margin: 0 auto;
  padding: 0 0 6%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .comment-container {
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .comment-container.cast {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
  }
}

.comment-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 1.3em;
  text-align: center;
  margin: 0 auto 1.5em;
  display: table;
  border-bottom: solid 1px #231815;
  line-height: 1.3;
}

.comment-name {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 1.3em;
  margin: 0 auto 1em;
  letter-spacing: 2px;
}
@media screen and (min-width: 1024px) {
  .comment-name {
    margin: 0 auto 1.5em;
    line-height: 1;
  }
}
.comment-name span {
  font-size: 0.8em;
}

.comment-img {
  width: 60%;
  margin: 0 auto 7%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .comment-img {
    max-width: 400px;
  }
}
.comment-img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #231815;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.comment-img-sub {
  width: 50%;
  margin: 1.5em auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .comment-img-sub {
    width: 250px;
    margin: 0;
  }
}
.comment-img-sub::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #231815;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .comment-wrap {
    width: calc(100% - 250px);
  }
}