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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* --------------------

#top

-------------------- */
#top {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 960px) {
  #top {
    aspect-ratio: 16/10;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/top/top_bg_sp.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .mv {
    background: url(../img/top/top_bg_pc.jpg) no-repeat center center;
    background-size: cover;
    background-position: center center;
  }
}
.mv .mv-inner {
  position: absolute;
  top: 36%;
  right: 0;
  left: 0;
  width: 77%;
  margin: 0 auto;
}
.mv .mv-logo {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 960px) {
  .mv .mv-logo {
    width: 37%;
    max-width: 800px;
    margin: 0 auto 2.5rem;
  }
}
.mv .mv-rs {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .mv .mv-rs {
    width: 30%;
  }
}

.mv-texts {
  width: 100%;
}

.name {
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .name {
    max-width: 700px;
    top: 2vw;
  }
}

.lead {
  width: 3.5%;
  margin: 9% auto 0;
}
@media screen and (min-width: 960px) {
  .lead {
    position: absolute;
    width: 19px;
    top: 50px;
    right: -110px;
    margin: auto;
  }
}

.tw-link-ttl {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 10px;
}

.tw-link-sp {
  position: relative;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-ttl {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 0 0 10px;
}

.tw-link {
  width: 70px;
  height: 70px;
  background: #fff;
  margin: 0 10px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tw-link a {
  color: #000;
  display: block;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
.tw-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a70100;
  transition: width 0.5s ease;
  z-index: -1;
  border-radius: 50%;
}
.tw-link a:hover {
  color: #FFF;
}
.tw-link a:hover::before {
  width: 100%;
}
@media (hover: none) {
  .tw-link a:active {
    color: #FFF;
  }
  .tw-link a:active::before {
    width: 100%;
  }
}

.theater-btn {
  margin: 0 auto 4rem;
  text-align: center;
}
.theater-btn a {
  display: inlin-block;
  background: #fff;
  padding: 25px 70px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.theater-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a70100;
  transition: width 0.5s ease;
  z-index: -1;
}
.theater-btn a:hover {
  color: #FFF;
}
.theater-btn a:hover::before {
  width: 100%;
}
@media (hover: none) {
  .theater-btn a:active {
    color: #FFF;
  }
  .theater-btn a:active::before {
    width: 100%;
  }
}

.rs {
  width: 65%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}

.btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1.5rem 4rem;
  font-weight: bold;
  border: 2px solid #fdf050;
  background: #fdf050;
  font-size: 1.3rem;
  color: #000;
  transition: 0.5s;
}
.btn:hover {
  color: #0860aa;
  background: #fff;
}

.logo,
.rs {
  opacity: 0;
}

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

#news

-------------------------------*/
#news {
  background: #000;
  padding: 20px 5%;
  margin-bottom: 3rem;
}

.news-wrap {
  padding: 20px 5%;
  border: 1px solid #d3f4ff;
  margin: 0 2%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    min-width: 860px;
    margin: 0 auto;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

#news-ttl {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: 100px;
    margin: 0 20px 0 0;
  }
}

.jp-ttl {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
  }
}

.news-item {
  display: block;
  padding: 10px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5647058824);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5647058824);
}
@media screen and (min-width: 960px) {
  .news-item {
    flex: 1;
    padding: 0 0 0 20px;
    border: none;
    border-left: 1px solid #fff;
    transition: all 0.4s ease;
  }
}

.news-date {
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 100px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
  }
}

.news-empty {
  color: #fff;
}

.news-btn {
  background: #fff;
  display: block;
  width: 100px;
  border-radius: 100px;
  margin: 10px auto 0;
  padding: 10px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  font-size: small;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.news-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a70100;
  transition: width 0.5s ease;
  z-index: -1;
  border-radius: 100px;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0 0 0 20px;
    transition: all 0.4s ease;
  }
  .news-btn:hover {
    color: #FFF;
  }
  .news-btn:hover::before {
    width: 100%;
  }
}
@media (hover: none) {
  .news-btn:active {
    color: #FFF;
  }
  .news-btn:active::before {
    width: 100%;
  }
}

#mvtk-widgets-container {
  margin: 0 auto 1rem !important;
  text-align: center;
}

.mvtk-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 960px;
}

.mvtk-bnr-link {
  width: 85%;
  margin: 0 1rem 1.5rem;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr-link {
    width: 40%;
  }
}

.mjr-bnr-link {
  width: 85%;
  margin: 0 1rem 1.5rem;
}
@media screen and (min-width: 960px) {
  .mjr-bnr-link {
    width: 40%;
  }
}

.summary {
  width: 90%;
  margin: 30px auto 0;
  padding: 60px 20px;
  border: 1px solid #f14360;
  background: rgba(241, 67, 96, 0.0784313725);
}
@media screen and (min-width: 960px) {
  .summary {
    width: 80%;
    margin: 60px auto;
  }
}

.guide {
  text-align: center;
  padding: 40px 0 0;
  cursor: pointer;
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
}
.guide a {
  position: relative;
  color: #009fde;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.5s;
}
.guide a:hover {
  color: #fff;
}

.guide2 {
  text-align: center;
  padding: 20px 0 40px;
  cursor: pointer;
}
.guide2 a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3f62 !important;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.5s;
}
.guide2 a:hover {
  color: #fff !important;
}

@media screen and (min-width: 960px) {
  .theater {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    max-width: 1280px;
  }
}

.top-news-link {
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.news-prev,
.news-next {
  position: absolute;
  width: 35px;
  top: 31%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-prev {
  left: 2px;
}

.news-next {
  right: 2px;
}

.news-prev.swiper-button-disabled,
.news-next.swiper-button-disabled {
  opacity: 0.1;
}

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

#movie

-------------------------------*/
#trailer {
  padding: 40px 0 0;
  position: relative;
  background-color: #a70100;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 70px 0 50px;
  }
}

#trailer .ttl {
  width: 130px;
  margin: 0 auto 7%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  #trailer .ttl {
    width: 170px;
    margin: 0 auto 3%;
  }
}

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

.sp {
  display: block;
}

.movie-inner {
  width: 90%;
  margin: 0 auto;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 95%;
    max-width: 980px;
  }
}

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

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

.movie-cap {
  padding: 30px 0 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

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

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

.swiper-pagination {
  z-index: 2;
}

.swiper-pagination-bullet {
  background: #fff;
  width: 10px !important;
  height: 10px !important;
  opacity: 0.6;
}

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

#trailer .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}

.trailer-prev,
.trailer-next {
  position: absolute;
  width: 35px;
  top: 43%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #fff;
}

.trailer-prev {
  left: 2px;
}

.trailer-next {
  right: 2px;
}

.trailer-prev.swiper-button-disabled,
.trailer-next.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: #000;
}

.trailer-contents {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 4% 4% 4% 4%;
}

.trl-main {
  width: 100%;
  max-width: 920px;
}

.play-btn {
  display: block;
  width: 70px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.play-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .play-btn {
    width: 100px;
    top: 45%;
    left: 50%;
  }
}

.play-btn.playActive {
  display: none;
}

#footer {
  padding: 7% 3% 0;
}

@media screen and (min-width: 960px) {
  #footer {
    padding: 3% 0 0;
  }
}
.copyright {
  color: #fff;
  text-align: center;
  font-size: 11px;
  margin: 20px auto 10px;
}

.billing {
  width: 90%;
  padding: 30px 0 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .billing {
    padding: 2rem 0 0;
    margin: 0 auto 1rem;
    width: 80%;
    max-width: 750px;
  }
}

.f-logo {
  width: 70%;
  margin: 10px auto 60px;
}
@media screen and (min-width: 960px) {
  .f-logo {
    width: 310px;
    bottom: 2vw;
    left: 2vw;
  }
}

.s-logo {
  width: 23%;
  margin: 60px auto;
}
@media screen and (min-width: 960px) {
  .s-logo {
    width: 80px;
    bottom: 2vw;
    left: 2vw;
  }
}

#sns-sp {
  width: 90%;
  margin: 0 auto;
}
#sns-sp li {
  margin: 15px 0;
}

#sns-pc {
  margin: 0 auto;
  position: absolute;
  top: 1vw;
  right: 1vw;
}
#sns-pc li {
  width: 100%;
  padding: 5px;
  max-width: 230px;
}

.tw-btn {
  display: block;
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0.631372549);
  font-size: 15px;
  color: #fff;
  padding: 16px;
  text-align: center;
  transition: 0.4s;
  margin: 10px auto;
  border: 1px solid #6c6975;
  font-family: "Roboto Condensed", sans-serif;
}
.tw-btn:hover {
  color: #FD2E54;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .tw-btn {
    font-size: 13px;
    max-width: 200px;
    margin: 3px;
    padding: 10px 16px;
  }
}/*# sourceMappingURL=style.css.map */