@charset "UTF-8";



/************************************************************************
  
************************************************************************/
body#movie {}

.under_mainvisual-movie {
  height: 200px;
  background: url(../../company/img/under_mainvisual-company.png) 50% no-repeat;
  background-size: cover;
}

body#movie main .inner {
  padding: 60px 0 0;
}

body#movie main .breadcrumb_bg .inner {
  padding: 0;
}

.white_box {
  height: 200px;
}

body#movie h2.page_title {
  line-height: 1;
}

body#movie .p-top-movie_container{
  background-color: transparent;
}
.p-top-movie_container .title{
  color: #000;
}

/************************************************************************
  content
************************************************************************/


@media screen and (max-width: 980px) {
  .white_box {
    height: calc(160/740*100vw);
  }

  .under_mainvisual h2 {
    transform: skew(20deg, 0deg) translateX(-8px);
  }

  .contents:last-child {
    margin-bottom: 0;
  }
}



@media screen and (max-width:768px) {

  .white_box {
    height: calc(160/720*100vw);
  }

  .under_mainvisual-movie {
    height: 100%;
    /*background-image:url('../img/under_mainvisual-contact_sp.png');*/
    background-position: top center;
    background-size: auto 100%;
  }

  .under_mainvisual h2.page_title {
    font-size: 22px;
    transform: skew(20deg, 0deg) translateX(3px);
  }

}