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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#top{
  width: 100%;
  background: url(../img/movie/sp_bgimg.jpg);
  background-size: 129% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

#top-main {
  position: relative;
}

.roadshow{
  padding: 7% 25%;
  background: linear-gradient(140deg, #FFFFFF 14%, #62BBE3 85%) no-repeat 50% 50% / 100% 100%;
  text-align: center;
}


/* PC tablet */
@media screen and (min-width:768px) {
  #top{
    width: 100%;
    background: url(../img/movie/pc_bgimg.jpg);
    background-size: 150% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .roadshow{
    padding: 40px 15%;
  }

  .roadshow-img {
    width: 500px;
    margin: 0 auto;
  }
}

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

#movie

-------------------------------*/
#trailer {
  padding: 40px 5%;
}

#trailer-ttl {
  color: #fff;
  text-shadow: 0px 0px 20px #000;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PC tablet */
@media screen and (min-width:768px) {
  #trailer {
    padding: 40px 15% 100px;
  }
}

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

contents

-------------------------------*/
.contents-ttl{
  font-family: 'Times New Roman',  serif;
  color: #319bcc;
  font-size: 30px;
  letter-spacing: 1.5px;
  padding: 40px 0;
  text-align: center;
}

.contents{
}

.txt-container p {
  line-height: 2;
}

/* PC tablet */
@media screen and (min-width:768px) {
  .contents-ttl{
    font-size: 40px;
  }

  .txt-container{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  .fix-img {
    width: 100%;
    height: 100vh;
  }

  .fix-img img{
    display: none;
  }

  #fix-img0 {
    background: url(../img/movie/sectionimg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

  #fix-img1 {
    background: url(../img/introduction/sectionimg00.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

  #fix-img2 {
    background: url(../img/introduction/sectionimg01.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

  #fix-img3 {
    background: url(../img/director/sectionimg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }

}


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

#about

-------------------------------*/
#about {
}

#about .txt-container p {
  color: #fff;
  text-shadow:0px 0px 4px #000000;
} 

.about-box1 {
  background: url(../img/introduction/sp_bgimg00.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 60px 5%;
}

.about-box2 {
  background: url(../img/introduction/sp_bgimg01.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 60px 5%;
}

.lead {
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

#about-lead0 {
  font-size: 1.1em;
  color: #895c0b;
}

#about-lead1 {
  margin: 40px 0;
  font-size: 1.2em;
  color: #fff;
  text-shadow:0px 0px 4px #000000;
}

#about-lead2 {
  margin: 40px 0;
  font-size: 1.6em;
  color: #fff;
  text-shadow:0px 0px 4px #000000;
}

/* PC tablet */
@media screen and (min-width:768px) {
  #about {
  }

  .about-box1 {
    background: url(../img/introduction/pc_bgimg00.jpg) no-repeat center 130px;
    background-size: cover;
    padding: 80px 5% 120px;
  }

  .about-box2 {
    background: url(../img/introduction/pc_bgimg01.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 120px 5%;
  }


}

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

#staff

-------------------------------*/
#staff {

}

#staff-inner{
  padding: 0 5% 40px;
  background: linear-gradient(126.71227860283216deg, rgba(255, 255, 255,1) 47.51874657596785%,rgba(254, 254, 254,1) 47.51874657596785%,rgba(91, 176, 215,1) 99.33690764243974%);
}

.staff-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
}

.staff-name {
  text-align: center;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 80px;
}

.staff-box {
  margin: 40px auto;
}

.label{
  font-family: 'Times New Roman', serif;
  color: #fff;
  font-size: 6vw;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 6vw auto;
  padding: 2.3vw 0px;
  width: 35vw;
  line-height: 1 !important;
}

.label::before{
  transform: skewX(-25deg);
  content: ""; 
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: -1;
  background-color: #5bb0d7;

}

/* PC tablet */
@media screen and (min-width:768px) {
  #staff {

  }

  .label {
    font-size: 1.6em;
    margin: 20px auto;
    padding: 20px;
    width: 230px;
  }
  
}

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

#footer

-------------------------------*/
#footer {
  text-align: center;
  padding: 5%;
}

.billing {
  font-size: 10px;
  padding: 40px 0;
  line-height: 1.6;
}

.billing-director {
  font-size: 13px;
  margin: .5em 0;
}

/* PC tablet */
@media screen and (min-width:768px) {
  #footer {

  }

  .billing {
    font-size: 13px;
    padding: 40px 0;
}

.billing-director {
    font-size: 20px;
    margin: .5em 0;
}
  
}