/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#staffmovie {
  font-size: 13px;
  font-weight: 500;
  color: #231815;
  overflow: clip;
  background: #fff;
  position: relative;
}

#staffmovie * {
  box-sizing: border-box;
}

#staffmovie a {
  transition: opacity .3s;
  color: initial;
}

#staffmovie a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#staffmovie a:hover {
  text-decoration: none;
}

#staffmovie a:focus-visible {
  outline: none;
}

#staffmovie img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#staffmovie .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#staffmovie .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#staffmovie .pc-br {
  display: none;
}

#staffmovie .sp-br {
  display: inline;
}

#staffmovie .font-hel{
  font-family: "helvetica-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}

#staffmovie .txt{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

#staffmovie .inline-block{
  display: inline-block;
}

#staffmovie .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#staffmovie .red {
  color: #CC2936;
}

#staffmovie .main-block{
  position: relative;
}

#staffmovie .main-block .main-ttl-block{
  position: relative;
  height: 80px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  text-align: center;
  padding-top: 16px;
  margin-top: -80px;
}

#staffmovie .main-block .main-ttl .ja{
  display: block;
  padding-left: .3em;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.8;
}

#staffmovie .main-block .main-ttl .en{
  display: block;
  font-size: 15px;
  line-height: 1;
}

#staffmovie .menu-list{
  width: 250px;
  margin: 60px auto 40px;
}

#staffmovie .menu-list .list-item{
  margin-bottom: 12px;
  border-top: solid 1px #EEEEEE;
  border-bottom: solid 1px #EEEEEE;
}

#staffmovie .menu-list .list-item:last-of-type{
  margin-bottom: 0;
}

#staffmovie .menu-list .list-item a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 56px 8px 0;
  font-size: 14px;
  font-weight: 700;
}

#staffmovie .menu-list .list-item a::before,
#staffmovie .menu-list .list-item a::after{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  right: 25px;
  background: #EBA9AF;
  border-radius: 50%;
  z-index: 1;
}

#staffmovie .menu-list .list-item a::after{
  background: url("../images/staffmovie/arrow_white_down.svg")no-repeat center center / 12px 12px;
  z-index: 2;
}

#staffmovie .common-ttl {
  padding-top: 38px;
}

#staffmovie .common-ttl .en {
  display: block;
  font-size: 45px;
  line-height: 1;
  color: #F5D4D7;
  -webkit-text-stroke: 0.5px #D6545E;
  /*text-shadow: -1px -1px 0 #D6545E, 1px -1px 0 #D6545E, -1px 1px 0 #D6545E, 1px 1px 0 #D6545E;*/
  margin-bottom: 8px;
}

#staffmovie .common-ttl .ja {
  display: block;
  font-size: 22px;
  line-height: 1.4;
}

#staffmovie .common-ttl02 .en{
  padding: 2px 5px;
  background-color: #CC2936;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#staffmovie .common-ttl02 .ja{
  display: block;
  margin-top: 6px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.2;
  white-space: nowrap;
}

#staffmovie .common-ttl02{
  text-align: center;
}

/*---content---*/

#staffmovie .content-ttl{
  margin-bottom: 28px;
}

#staffmovie .movie-box{
  border-radius: 8px;
  width: 150px;
  height: 265px;
  overflow: hidden;
}

#staffmovie .movie-box:nth-of-type(2n){
  margin-left: 25px;
}

#staffmovie .movie-box iframe{
  width: 100%;
  height: 100%;
}

#staffmovie .movie-box-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
}

#staffmovie .link-box{
  border: solid 2px #CC2936;
  border-radius: 4px;
  min-width: 240px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background-color: #FFF;
}

#staffmovie .link-box:last-child{
  margin-bottom: 0;
}

#staffmovie .link-box-text{
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  line-height: 1.8;
}

#staffmovie .link-box-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}

#staffmovie .link-box a{
  width: 100%;
}

#staffmovie .content{
  padding: 60px 0;
}

#staffmovie .content:nth-of-type(2n){
  background-color: #FCF4F5;
}



@media print, screen and (min-width: 768px) {
  
  #staffmovie .sp-br {
    display: none;
  }
  
  #staffmovie .pc-br {
    display: inline;
  }

  #staffmovie .txt{
    font-size: 18px;
  }
  
  #staffmovie .main-block .main-img {
    height: calc(100vw / 1920 * 600);
    min-height: 600px;
  }
  
  #staffmovie .main-block .main-img img {
    height: 100%;
    object-fit: cover;
  }

  #staffmovie .main-block .main-ttl-block{
    height: 160px;
    border-radius: 24px 24px 0 0;
    padding-top: 32px;
    margin-top: -160px;
  }

  #staffmovie .main-block .main-ttl .ja{
    font-size: 46px;
  }

  #staffmovie .main-block .main-ttl .en{
    font-size: 30px;
  }

  #staffmovie .menu-list{
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 120px auto;
  }

  #staffmovie .menu-list .list-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    margin-bottom: 0;
    border: none;
    border-left: solid 1px #EEEEEE;
  }

  #staffmovie .menu-list .list-item:last-of-type{
    border-right: solid 1px #EEEEEE;
  }

  #staffmovie .menu-list .list-item a{
    width: 100%;
    padding: 5px 112px 5px 0;
    font-size: 18px;
    transition: letter-spacing .3s;
    line-height: 1.6;
  }

  #staffmovie .menu-list .list-item a::before,
  #staffmovie .menu-list .list-item a::after{
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    right: 62px;
  }

  #staffmovie .common-ttl .en {
    font-size: 80px;
    -webkit-text-stroke: 1px #D6545E;
    margin-bottom: 16px;
  }

  #staffmovie .common-ttl .ja {
    font-size: 40px;
  }
  
  #staffmovie .common-ttl02 .en{
    font-size: 16px;
  }

  #staffmovie .common-ttl02 .ja{
    margin-top: 13px;
    font-size: 36px;
    letter-spacing: .1em;
  }
  
  
  /*---content---*/
  
  #staffmovie .movie-box{
    width: 370px;
    height: 660px;
    border-radius: 16px;
  }
  
  #staffmovie .movie-box:nth-of-type(2n){
    margin-left: 160px;
  }
  
  #staffmovie .link-box-wrap{
    flex-direction: row;
  }
  
  #staffmovie .link-box{
    margin-bottom: 0;
    min-width: 500px;
    border-radius: 8px;
  }
  
  #staffmovie .link-box:nth-of-type(2n){
    margin-left: 56px;
  }
  
  #staffmovie .link-box-text{
    padding: 18px 10px;
    font-size: 20px;
    transition: all .3s ease;
  }
  
  #staffmovie .content-ttl{
    margin-bottom: 56px;
  }
  
  #staffmovie .movie-box-wrap{
    margin-bottom: 96px;
  }
  
  #staffmovie .content{
    padding: 120px 0;
  }
  
  #staffmovie .link-box-text:hover{
    background-color: #CC2936;
    color: #FFF;
    letter-spacing: 0.1em;
    padding: 18px 0;
  }
  
  
}

@media print, screen and (min-width: 1201px){
  
  #staffmovie .menu-list .list-item a:hover{
    letter-spacing: .2em;
  }
  
  #staffmovie .menu-list .list-item a::before{
    transition: color .3s,transform .3s;
  }
  
  #staffmovie .menu-list .list-item a:hover::before{
    background: #D6545E;
    transform: scale(1.38);
  }
}