@charset "UTF-8";
/************************************************
@PC - style.css v5.0.0
(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------
#main
-------------------------------*/
#main {
  position: relative;
}

/*-------------------------------
#top
-------------------------------*/
#top {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff url(../img/teaser/bg_pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #top {
    display: flex;
    flex-wrap: wrap;
    min-width: 1024px;
    background: #f7f7f4;
  }
}

#top-main-sp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}
.sp-top-container {
  position: absolute;
  top: 22vw;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  margin: auto;
  opacity: 0;
}

.sp-top-container.show {
  opacity: 1;
}

.sp-top-lead0 {
  width: 22%;
  max-width: 110px;
  margin: 53px auto 48px;
}

.sp-top-lead1 {
  width: 75%;
  max-width: 480px;
  margin: 20px auto 0;
}

.sp-logo {
  justify-content: center;
  width: 90%;
  max-width: 450px;
  margin: 20px auto 0;
}

.sp-rs {
  width: 30vw;
  max-width: 110px;
  right: 0;
  margin: auto;
  padding: 15px 0 0 0;
  position: absolute !important;
  bottom: 3vw;
  right: 3vw;
}

.top-left {
  position: relative;
  width: 55%;
  height: 100%;
  min-width: 563px;
  min-height: 579px;
  opacity: 0;
}

.top-left img {
  vertical-align: bottom;
}

.award {
  position: absolute !important;
  top: 8vw;
  width: 98%;
  max-width: 800px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .award {
    top: 1vw;
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.top-lead0 {
  position: absolute !important;
  width: 11vw;
  left: 0;
  right: 0;
  margin: auto;
  top: 3vw;
}

#lead {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 1100px;
}

@media screen and (max-width: 960px) {
  /*最小画面時調整*/
  #lead {
    width: 90%;
    max-width: 950px;
  }
}
.top-right {
  position: relative;
  width: 45%;
  padding-top: 14%;
}

#logo {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 15px;
}

.billing {
  width: 90%;
  max-width: 450px;
  margin: 35px auto 0;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 80%;
    max-width: 500px;
  }
}

.top-inner {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

.deco {
  width: 100px;
  margin: 0 auto 30px;
}

.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.load-anime.is-loaded {
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
  transform: translateX(0);
}

.load-anime.is-loaded span {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
}

.img-anime {
  animation: img-anime 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.top-btn.pc {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 35px auto 0;
}

.c-btn.pc {
  width: 45%;
  max-width: 410px;
  padding: 15px 0;
}

.top-btn-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-btn-pc {
    display: block;
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.top-btn-pc a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0 25px;
  font-size: 34px;
}

.comment-btn {
  width: 58%;
  margin: 30px auto;
  max-width: 250px;
}
.comment-btn a {
  display: block;
}
.comment-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .comment-btn {
    position: fixed;
    width: 170px;
    bottom: 1vw;
    left: 1vw;
    margin: 0;
  }
}

.dvd-btn {
  width: 58%;
  margin: 40px auto 0;
  max-width: 250px;
}
.dvd-btn a {
  display: block;
}
.dvd-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .dvd-btn {
    position: fixed;
    width: 170px;
    bottom: 193px;
    left: 1vw;
    margin: 0;
  }
}

.buzzes-btn {
  width: 58% !important;
  margin: 30px auto 30px;
  max-width: 250px;
  position: static !important;
}
.buzzes-btn a {
  display: block;
}
.buzzes-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .buzzes-btn {
    position: fixed !important;
    width: 150px !important;
    bottom: 200px;
    right: 1vw;
    margin: 0;
  }
}

.theater-btn {
  position: fixed;
  width: 110px;
  bottom: 2vw;
  right: 2vw;
}
.theater-btn a {
  display: block;
}
.theater-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .theater-btn {
    width: 150px;
    bottom: 1vw;
    right: 1vw;
  }
}

.buzzes-btn {
  position: fixed;
  width: 110px;
  bottom: 2vw;
  right: 2vw;
}
.buzzes-btn a {
  display: block;
}
.buzzes-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .buzzes-btn {
    width: 150px;
    bottom: 180px;
    right: 1vw;
    left: auto;
  }
}

.news-btn {
  width: 205px;
  margin: 0 auto;
}
.news-btn a {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  display: block;
}
.news-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .news-btn {
    width: 210px;
    margin: 0 auto;
  }
}

/*-------------------------------
#footer
-------------------------------*/
#footer {
  padding: 15vw 0;
}
.share-ttl {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  color: #008096;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 8px;
}
/*-------------------------------
#movie
-------------------------------*/
#trailer {
  padding: 60px 0 30px;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 100px 0 0;
  }
}

#trailer .ttl {
  font-family: "Bentham", serif;
  letter-spacing: 2px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  color: #f7f7f4;
  padding: 0 0 30px;
  letter-spacing: 8px;
}
@media screen and (min-width: 960px) {
  #trailer .ttl {
    padding: 0 0 50px;
  }
}

.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-top: 56.25%;
  height: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.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;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    max-width: 600px;
    margin: 0 auto;
  }
}

.movie-cap {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Bentham", serif;
  letter-spacing: 2px;
}

.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 #trailer.pc {
  width: 40%;
}
.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-bullet {
  background: #fff;
}

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

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 960px) {
  .swiper-pagination {
    display: none;
  }
}

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
}

.trailer-prev, .trailer-next {
  position: absolute;
  width: 35px;
  top: 35%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .trailer-prev, .trailer-next {
    top: 36%;
    display: none;
  }
}

.trailer-prev {
  left: 4vw;
}
@media screen and (min-width: 960px) {
  .trailer-prev {
    left: 42px;
  }
}
.trailer-prev img {
  border: 1px solid #eee;
}

.trailer-next {
  right: 4vw;
}
@media screen and (min-width: 960px) {
  .trailer-next {
    right: 42px;
  }
}
.trailer-next img {
  border: 1px solid #eee;
}

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

#cboxOverlay {
  background: #000;
}

/*
  #intro
  -------------------------------*/
.intro-inner {
  width: 90%;
  margin: 0 auto;
  padding: 8vw 0 5vw;
}
@media screen and (min-width: 960px) {
  .intro-inner {
    max-width: 1440px;
  }
}

.headimg {
  vertical-align: bottom;
}

#intro .heading {
  width: 90%;
  max-width: 400px;
  position: absolute;
  top: 43%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #intro .heading {
    width: 700px;
    max-width: 1280px;
    margin: 0 auto;
    top: auto;
    bottom: 0;
  }
}

.intro-lead-inner {
  width: 100%;
}

#intro-lead {
  width: 55%;
  max-width: 750px;
  margin: 0 auto;
  padding: 3vw 0 0 0;
}

.intro-review {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.intro-review img {
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .intro-review {
    width: 450px;
    margin: 0 auto 30px;
  }
}

.r0 {
  width: 300px;
}
@media screen and (min-width: 960px) {
  .r0 {
    width: 420px;
  }
}

.r1 {
  width: 265px;
}
@media screen and (min-width: 960px) {
  .r1 {
    width: 340px;
  }
}

.intro-lead {
  padding: 30px 0 40px;
}
@media screen and (min-width: 960px) {
  .intro-lead {
    width: 670px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}

#intro-lead2 {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #intro-lead2 {
    width: 380px;
    margin: 10px auto;
  }
}

#lines-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.intro-inner-txt {
  width: 100%;
  margin: 0 auto;
  padding: 5vw 0;
}
@media screen and (min-width: 960px) {
  .intro-inner-txt {
    width: 950px;
    margin: 0 auto;
    text-align: justify !important;
  }
}

#intro-txt {
  color: #333;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 100%;
  margin: -20px auto 0;
}

.kerning {
  display: inline !important;
  letter-spacing: -1px !important;
  font-size: 15px !important;
}

.intro-photo {
  margin: 50px 0 0 0;
}

.intro-item {
  color: #222;
  margin: 0 auto;
  width: 90%;
  text-align: justify;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  /* transform: scale(1.1) rotate(10deg);
  transition: all 0.5s cubic-bezier(.03, .88, .35, 1.26); */
}

.intro-item.show {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.intro-item-txt {
  color: #fff;
  margin-bottom: 10px;
  text-align: justify;
  word-break: break-word;
}
@media screen and (min-width: 960px) {
  .intro-item-txt {
    text-align: justify;
    font-size: 17px;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
}

.intro-photo {
  margin: 50px auto 0;
}

.dash {
  letter-spacing: -0.2em;
}

#intro .slick-next {
  right: -30px;
}

#intro .slick-prev {
  left: -75px;
}

/* Dots */
#intro .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

#intro .slick-dots {
  position: absolute;
  /*bottom: -50px;*/
  width: 100%;
  /*height: 100%;*/
  list-style: none;
  text-align: center;
  display: none;
}

#intro .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}

#intro.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#intro .slick-dots li button:hover, #intro .slick-dots li button:focus {
  outline: none;
}

#intro .slick-dots li button:hover:before, #intro .slick-dots li button:focus:before {
  opacity: 1;
}

#intro .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #8f8e86;
  border-radius: 30px;
  content: "";
  text-align: center;
  opacity: 0.6;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#intro .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #8f8e86;
}

.slick-prev:before, .slick-next:before {
  opacity: 1;
}

#intro .slick-next {
  right: -11px;
}

#intro .slick-prev {
  left: -45px;
}

/*
#story
-------------------------------*/
#story {
  position: relative;
}

#story .heading {
  width: 90%;
  max-width: 200px;
  position: absolute;
  top: 40%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #story .heading {
    max-width: 280px;
    margin: 0 auto;
    top: auto;
    bottom: 0;
  }
}

.story-inner {
  width: 90%;
  margin: 0 auto;
  padding: 25vw 0;
}
@media screen and (min-width: 960px) {
  .story-inner {
    max-width: 1440px;
    padding: 10vw 0;
  }
}

.story-lead {
  position: relative;
  width: 100%;
  margin: 45vw 0 10px 0;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .story-lead {
    width: 70%;
    margin: -60px auto 0;
  }
}

.story-inner-txt {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0 15vw;
}

#story-txt {
  position: relative;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-break: break-word;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  #story-txt {
    width: 55%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    z-index: 4;
    position: relative;
  }
}

.story-photos {
  position: relative;
  margin: 70px 0 0;
  min-height: 920px;
  height: 80vh;
}

.story-photo {
  position: absolute;
  bottom: 0;
  width: 210px;
  right: 0;
}

.story-photo0 {
  position: absolute;
  width: 96vw;
  right: 0;
  left: 0;
  margin: auto;
  top: 3vw;
}
@media screen and (min-width: 960px) {
  .story-photo0 {
    position: absolute;
    width: 30vw;
    right: 2vw;
    left: auto;
    top: 1vw;
  }
}

.story-photo1 {
  position: absolute;
  left: 0;
  right: 0;
  width: 96vw;
  margin: 40px auto 0;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .story-photo1 {
    width: 25vw;
    margin: 0;
    left: 1vw;
    bottom: 7vw;
  }
}

.story-photo2 {
  position: absolute;
  width: 98%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 70vw;
}
@media screen and (min-width: 960px) {
  .story-photo2 {
    width: 43vw;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
}

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

#cast

-------------------------------*/
#cast {
  padding-bottom: 60px;
  height: 100%;
  background: #fff url(../img/cast/bg_sp.jpg) no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #cast {
    background: url(../img/cast/bg_pc.jpg) top center fixed;
    background-size: cover;
  }
}

#cast .heading {
  width: 90%;
  max-width: 180px;
  position: absolute;
  top: 40.5%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #cast .heading {
    margin: 0 auto;
    max-width: 260px;
    margin: 0 auto;
    top: auto;
    bottom: 0;
  }
}

#cast-box {
  margin: 40px auto 0;
}
@media screen and (min-width: 960px) {
  #cast-box {
    margin: 70px auto 0;
    width: 90%;
  }
}

#cast .box {
  width: 60%;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #cast .box {
    width: 40%;
    margin: 0 25px 50px;
  }
}

.box.other {
  width: 50% !important;
}
@media screen and (min-width: 960px) {
  .box.other {
    width: 30% !important;
  }
}

.main-cast {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .main-cast {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 700px;
  }
}

.main-cast2 {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .main-cast2 {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.cast-txt {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 960px) {
  .cast-txt {
    float: right;
    width: 63%;
  }
}

.box {
  margin: 10px 10px 40px;
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

.scale img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.scale img:hover {
  opacity: 0.8;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.cast-photo {
  width: 59%;
  max-width: 300px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .cast-photo {
    width: 250px;
    float: left;
  }
}

.modal-overlay {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f7f7f4;
}
@media screen and (min-width: 960px) {
  .modal-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 999;
  margin: 10px;
  padding: 35px;
  border-radius: 2px;
  background: #fff;
  height: auto;
  margin-top: 100px !important;
  background: url(../img/director/bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .modal-content {
    z-index: 3;
    margin: 10px;
    padding: 45px;
    border-radius: 2px;
    width: 90%;
    width: 900px;
    height: 500px;
    overflow: auto;
    margin-top: 100px;
    background: url(../img/director/bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}

.cast-name {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin: 10px 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cast-name {
    padding: 10px 0 !important;
  }
}

.cast-name.modal {
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.cast-name.modal span {
  font-size: 14px;
  padding: 0 0 0 5px;
}
@media screen and (min-width: 960px) {
  .cast-name.modal span {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .cast-name.modal {
    text-align: justify;
    padding: 10px 0 !important;
    border-bottom: 1px solid #fff;
  }
}

.role-info {
  color: #fff;
  word-break: break-word;
  text-align: justify;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #fff;
}

.role {
  margin: 10px 0;
  color: #009fba;
  text-shadow: none;
}
@media screen and (min-width: 960px) {
  .role {
    margin: 10px 0;
  }
}

.role p {
  color: #fff !important;
  text-shadow: none !important;
  padding: 3px 11px;
}
@media screen and (min-width: 960px) {
  .role p {
    margin-bottom: 0;
    background: #000000;
    color: #fff;
    padding: 0 8px;
    text-shadow: none;
  }
}

.modal-content p {
  word-break: break-word;
  text-align: justify;
  color: #fff;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.cast-name span {
  font-size: 15px;
  display: block;
  padding: 8px 0 0 0;
  font-size: small;
}

.modal-close {
  position: absolute;
  top: 1vw;
  right: 2.5vw;
  color: #009fba;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.modal-close:hover {
  cursor: pointer;
}

.modal-content h2 {
  text-align: left !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #c00f18;
  margin: 0 0 10px 0;
}

#modal0, #modal1, #modal2, #modal3, #modal4 {
  width: 95% !important;
  height: 90vh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  #modal0, #modal1, #modal2, #modal3, #modal4 {
    width: 900px !important;
    height: 500px;
    overflow: auto;
    margin-top: 0px;
  }
}

.profile-btn {
  margin: 20px 0 0;
  position: relative;
  padding: 0.7rem 0;
  background-color: #009fba;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #009fba;
  text-decoration: none;
  transition: all 0.3s;
  font-size: xx-small;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .profile-btn {
    padding: 0.9rem 0;
    letter-spacing: 3px;
    width: 172px;
    margin: 0 auto;
  }
}

.profile-btn:hover {
  background: #fff;
  color: #009fba;
}

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

#staff

-------------------------------*/
#staff {
  margin: 0 auto;
  background: #fff url(../img/director/bg_sp.jpg) no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #staff {
    margin: 0 auto;
    background: #fff url(../img/director/bg_pc.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

#staff .heading {
  width: 90%;
  max-width: 350px;
  position: absolute;
  top: 40%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #staff .heading {
    max-width: 470px;
    margin: 0 auto;
    top: auto;
    bottom: 0;
  }
}

.staff-lead {
  word-break: break-word;
  text-align: justify;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #fff;
}

.staff-inner {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .staff-inner {
    padding: 120px 0;
  }
}

@media screen and (min-width: 960px) {
  .director-photo {
    display: flex;
    justify-content: center;
    width: 800px;
    margin: 0 auto 30px;
  }
}

.staff-photo {
  width: 60%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .staff-photo {
    width: 316px;
    margin: 0 40px 0 0;
  }
}

@media screen and (min-width: 960px) {
  .staff-info {
    width: 60%;
    padding: 60px 0 0 0;
  }
}

.staff-profile {
  background: rgba(27, 42, 53, 0.5490196078);
  width: 100%;
  margin: 0 auto;
  height: 340px;
  padding: 40px;
  word-break: break-word;
}
@media screen and (min-width: 960px) {
  .staff-profile {
    width: 800px;
    margin: 0 auto;
  }
}

.staff-name {
  font-size: 23px;
  text-align: center;
}
.staff-name span {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .staff-name {
    margin: 0 0 15px 0;
    text-align: justify;
  }
}

.staff-txt {
  text-align: justify;
  font-size: 1.1em;
  letter-spacing: 1.3px;
  line-height: 2em;
  margin: 7% 0;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 960px) {
  .staff-txt {
    margin-top: 40px;
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
    line-height: 2em;
  }
}

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

#crew

-------------------------------*/
#crew {
  padding: 0 0 15vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  #crew {
    padding: 0 0 10vw;
  }
}

#crew .heading {
  width: 90%;
  max-width: 180px;
  position: absolute;
  top: 40.5%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #crew .heading {
    max-width: 300px;
    margin: 0 auto;
    top: auto;
    bottom: 0;
  }
}

#crew-inner {
  position: relative;
  padding: 80px 0 0 0;
  z-index: 1;
}

.crew-box-inner {
  width: 100%;
}

.crew-deco {
  position: absolute;
  width: 60%;
  right: 0;
  top: -50px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .crew-deco {
    width: 26vw;
    max-width: 430px;
    right: 20px;
    top: -130px;
  }
}

#crew .box {
  text-align: center;
  justify-content: center;
  padding: 5vw 2vw;
  margin: 0 10px 30px;
  border: 1px solid #009fba;
  width: 90%;
  max-width: 380px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 15px auto;
  letter-spacing: 4px;
}
#crew .box .profile {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #009fba;
  color: #fff;
  padding: 5px 12px;
  letter-spacing: 2px;
  font-size: xx-small;
  margin: 0;
}
@media screen and (min-width: 960px) {
  #crew .box {
    padding: 1vw 2vw;
    margin: 0 10px 30px;
    width: 350px;
    font-size: 19px;
    transition: transform 0.6s ease;
  }
}

#crew .box::after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: 10px;
  background: url(../common/img/btn_detail.png) no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#crew .box:hover {
  color: #000;
  background: #fff;
}

#crew .box span {
  display: block;
  font-size: 13px;
  margin: 0 0 10px 0;
}

.crew-box-inner {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .crew-box-inner {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.crew-name {
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 5vw !important;
  border-bottom: 1px solid #fff !important;
  color: #fff;
  text-align: left !important;
  width: 100% !important;
  padding: 0 0 16px;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .crew-name {
    margin-bottom: 1vw !important;
    border-bottom: 1px solid #fff !important;
    text-align: left !important;
    width: 100% !important;
    padding: 0;
  }
}

.charge {
  font-size: 13px;
  margin: 0 0 12px;
}

#crew-box a {
  display: block;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 90%;
    max-width: 1280px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
  #modal7, #modal8, #modal9, #modal10, #modal11, #modal12, #modal13, #modal14, #modal15, #modal16, #modal17, #modal18 {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-top-container {
    top: 29vw;
  }
  .sp-top-lead0 {
    width: 22%;
    max-width: 160px;
    margin: 53px auto 170px;
  }
}/*# sourceMappingURL=style.css.map */