@charset "utf-8";
/************************************************

@PC - style.css v5.0.0

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

#main

-------------------------------*/
#wrapper {
  opacity: 0;
  /* background: url(../img/teaser/bg.jpg) repeat-y;
  background-size: cover;
  min-height: 100vh; */
}

#top-main {
   position: relative;
  /*display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 3% 5% 5%; */
}

.fadein {
	opacity: 0;
	transform: translate(0px, 20px);
	transition: all 1s ease;
}

.fadein.fadein-anime {
	animation: fadein 1s ease forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
		transform: translate(0px, 20px);
	}
	100% {
		opacity: 1;
		transform: translate(0px, 0px);
	}
}

#main-img{
  /* width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 5%;
  transform: translate(-10%, 0);
  opacity: 0; */
}

#main-img.anime {
  /* animation: slidein 400ms ease-in forwards 800ms; */
}

@keyframes slidein {
  0% {
    transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

#cover {
  background: #7a242c;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  margin-left: -100%;
}


.main0 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .4s linear;
}


.main1 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 10px;
}

.main0.scalein {
  animation: scalein 2s forwards;
}

@keyframes scalein {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.main-txt-top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

#tomato {
  position: absolute;
  bottom: 60px;
  left: 40px;
  width: 16%;
  margin: 0 auto;
}

#logo {
  width: 50%;
  margin: 0 auto;
  padding: 60px 0;
}

#roadshow {
  width: 13%;
  min-width: 180px;
  padding: 0 0 0 30px;
  margin: 0 auto;
  position: fixed;
  right: 30px;
  bottom: 220px;
  /* transition: all .4s ease; */
}

#roadshow.absolute {
  width: 180px;
  padding: 0 30px;
  margin: 0 auto;
  position: absolute;
  right: 30px;
  bottom: 60px;
  transition: all .4s ease;
}

.main-txt-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#billing {
  width: 60%;
  margin: 0 auto;
  padding: 0 0 10px;
}

#copy {
  width: 60%;
  margin: 0 auto;
  padding: 0 0 60px;
}

#btn-theater {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #ffca00;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 10px 10px rgba(0,0,0,.2);
  transition: all .4s ease;
  z-index: 10;
}

#btn-theater:hover {
  transform: scale(1.05);
}

#footer-btn-theater {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  width: 80px;
  height: 80px;
  background: #ffca00;
  border-radius: 50%;
  box-shadow: 0 10px 10px rgba(0,0,0,.2);
  transition: all .4s ease;
}

/* #btn-theater.rotateout {
  animation: rotateout 1s ease forwards;
}

#btn-theater.rotatein {
  animation: rotatein 1s ease forwards;
}

#footer-btn-theater.rotateout {
  animation: rotateout 1s ease forwards;
}

#footer-btn-theater.rotatein {
  animation: rotatein 1s ease forwards;
} */



@keyframes rotateout {
  0% {
    transform: rotate(0deg);
    margin-right: 0;
  }
  100% {
     transform: rotate(360deg);
     margin-right: -50%;
   }
}

@keyframes rotatein {
  0% {
     transform: rotate(360deg);
     margin-right: -50%;
   }
  100% {
    transform: rotate(0deg);
    margin-right: 0;
  }
}

#btn-theater.fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  width: 60px;
  height: 60px;
}


#btn-theater.small {
  width: 140px;
  height: 140px;
}

.award-wrap {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 22%;
  max-width: 350px;
}

.award {
  margin-bottom: 10px;
  width: 80%;
}

.award:nth-child(1) {
  width: 100%;
  background:#000;
}

.award:nth-child(2) {
  width: 90%;
}
.award a {
 transition: opacity .3s ease-out;
}

.award a:hover {
 opacity:.7;
}

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

#sns-container

-------------------------------*/
#sns-container {
  align-items: center;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #ffca00;
}

#sns-ttl {
  text-align: center;
  font-size: 13px;
  padding: 10px 10px 10px 0;
}

#sns-container .nav-icon {
  margin: 0 7px;
  color: #ffca00;
  font-size: 30px;
  vertical-align: middle;
  line-height: 0em;
}

#sns-container .nav-icon:hover {
	color: #e03263;
}

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

#trailer

-------------------------------*/
#trailer {
  background: url(../img/top/bg.jpg) no-repeat top center #000;
  background-size: 100% auto;
}

#trailer-ttl {
  padding: 60px 0 20px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.movie-thumb-box {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie-thumb-box img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.movie-thumb-list{
  /* max-width: 1132px;
  margin: 0 auto;
  padding: 10px 0; */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.movie-thumb-list li{
  width: 25%;
  padding: 20px 20px 30px 20px;
}

.movie-main:hover,
.movie-thumb-list li:hover {
    /* animation: hurueru .1s  infinite; */
}

@media all and (-ms-high-contrast: none) {
  .movie-thumb-list li{
    width: 33%;
  }
}

/* .movie-thumb-list li:first-of-type {
  padding: 30px 20px 30px 0;
}

.movie-thumb-list li:last-of-type {
  padding: 30px 0 30px 20px;
} */

.movie-cap{
  padding: 15px;
  text-align: center;
  color: #ccc;
  font-size: 20px;
}

.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: .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 .2s ease;
  opacity: .7;
}

#trailer-play a:hover{
  opacity: 1;
}

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

.contents

-------------------------------*/
.contents-inner {
  padding: 30px 5%;
}

.contents-ttl {
  padding: 60px 0 20px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.txt-container p {
  padding: .5em 0;
  line-height: 2;
}

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

#intro

-------------------------------*/
#intro {
  background: url(../img/intro/bg.jpg);
  background-size: 155px;
  background-attachment: fixed;
  color: #f2e4e4;
  padding: 0 0 10% 0;
  font-size: 16px;
}

#intro-inner {
  width: 80%;
  min-width: 960px;
  max-width: 1440px;
  margin: 0 auto;
}

#intro-lead {
  width: 896px;
  margin: 0 auto;
  padding: 30px 0 40px;
}

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

#story

-------------------------------*/
#story-inner {
  background: url(../img/story/bg.jpg);
  background-size: 100%;
  background-attachment: fixed;
  color: #ccc;
  padding: calc(30px + 10%) 5%;
  font-size: 18px;
  text-align: center;
}

.story-ph0,
.story-ph1 {
  margin: -10% 0;
}

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

#cast

-------------------------------*/
#cast {
  background: url(../img/cast/bg.jpg);
  background-size: 310px;
  background-attachment: fixed;
  padding: 10% 0 0 0;
}

.cast-att {
  text-align: center;
  color: #9c743b;
}

.cast-detail-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /* -webkit-align-items: center;
  align-items: center; */
}

.cast-txt-wrap {
  /* flex: 1; */
  width: 50%;
  padding: 10% 60px;
}

.cast-img-wrap {
  /* flex: 1; */
  width: 50%;
}

.cast-list {
  /* width: 1024px; */
  margin: 30px auto 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cast-box {
  margin: 10px 0 40px;
  width: 50%;
  padding: 30px 40px;
}

.cast-img {
  position: relative;
}

.cast-img-box {
  position: relative;
  cursor: pointer;
  transition: all .4s ease;
}

.cast-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: all .4s ease;
}

.cast-img-box:hover::before {
  content: "Profile";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  font-family: "KnivesOut";
  font-size: 20px;
  color: #fff;
  padding: 30%;
  text-align: center;
}

.cast-img-box:hover::after {
  transform: scale(1.1);
}

.cast-img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: url(../img/cast/plus.png) no-repeat left 10px bottom 10px;
  background-size: 40px;
  transition: all .4s ease;
}

.cast-name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.cast-icon {
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.cast-name-box {
  position: relative;
  padding: 10px 0 10px 10px;
  line-height: 1.4;
  color: #ffca00;
  font-weight: bold;
  flex: 1;
}

.cast-name-box .role {
  display: inline-block;
}

.role-txt {
  margin: .5em 0;
  color: #9c743b;
  font-size: 1.2em;
  font-weight: normal;
}

.cast-dl {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  background: #ffca00;
  width: 60px;
  cursor: pointer;
}

.cast-dl::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #9c743b;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform .3s ease;
}

.cast-dl:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#cast-overlay .role-txt {
  color: #fff;
}

.cast-prof {
  padding: 20px 0;
}

.cast-detail {
  min-height: 100vh;
  padding: 5% 10% 100px;
  background: rgba(137,43,10,.9);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}


#cast-detail1,
#cast-detail3 {
  background: rgba(201, 106, 18,.9);
}

#cast-detail2 {
  background: rgba(150, 30, 66,.9);
}

#cast-detail4,
#cast-detail11 {
  background: rgba(158, 36, 12,.9);
 }

#cast-detail5,
#cast-detail6  {
  background: rgba(111, 59, 127,.9);
}

#cast-detail8 {
  background: rgba(42, 78, 140,.9);
}

 #cast-detail9 {
   background: rgba(114, 18, 18,.9);
 }


#cast-detail12,
#cast-detail15 {
  background: rgba(107,5,26,.9);
}

.cast-detail::before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cast-detail0::before {
  background: url(../img/cast/bg_detail0.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail1::before {
  background: url(../img/cast/bg_detail1.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail2::before {
  background: url(../img/cast/bg_detail2.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail3::before {
  background: url(../img/cast/bg_detail3.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail4::before {
  background: url(../img/cast/bg_detail4.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail5::before {
  background: url(../img/cast/bg_detail5.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail6::before {
  background: url(../img/cast/bg_detail6.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail7::before {
  background: url(../img/cast/bg_detail7.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail8::before {
  background: url(../img/cast/bg_detail8.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail9::before {
  background: url(../img/cast/bg_detail9.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail10::before {
  background: url(../img/cast/bg_detail10.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail11::before {
  background: url(../img/cast/bg_detail11.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail12::before {
  background: url(../img/cast/bg_detail12.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail13::before {
  background: url(../img/cast/bg_detail13.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail14::before {
  background: url(../img/cast/bg_detail14.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

#cast-detail15::before {
  background: url(../img/cast/bg_detail15.png) no-repeat center center;
  background-size: 90%;
  background-attachment: fixed;
}

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

overlay

-------------------------------*/
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #fff;
}

.overlay .close-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 30px 0 0;
  color: #ffca00;
  text-align: center;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  cursor: pointer;
}

.close-icon {
  width: 30px;
  margin: 5px auto 10px;
  transition: all .4s ease;
}

.overlay .close-btn:hover .close-icon {
  transform: scale(1.1);
}

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

#staff

-------------------------------*/
#staff {
  background: url(../img/story/bg.jpg);
  background-size: 100%;
  background-attachment: fixed;
  color: #ccc;
}

.staff-list {
  /* width: 1024px; */
  margin: 30px auto 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-box {
  width: 50%;
  padding: 20px 40px;
}

.role {
  font-size: .8em;
}

.name {
  font-size: 1.8em;
}

.staff-txt {
  padding: 10px 0 30px;
}

.staff-name {
  position: relative;
  padding: 10px 0;
  color: #ffca00;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #ffca00;
}



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

#footer

-------------------------------*/
#footer {
  background: #000;
  padding: 60px 0;
  /* position: fixed;
  left: 0;
  bottom: -50%;
  width: 100%;
  background: rgba(128,3,5,1);
  padding: 30px 5%;
  z-index: 10; */
}

#footer-close {
  position: absolute;
  right: 5%;
  top: 50px;
  color: #d3ccc4;
  font-size: 40px;
}

#credit {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 0;
}

#credit0 {
  width: 270px;
}

#credit1 {
  width: 280px;
}
