.btn-fixed-area{
    position: fixed;
}
.btn-fixed-area {
    display: block;
}  
.kaimaku-movie {
    color: #fff;
    text-align: center;
    position: relative;
}
.kaimaku-movie h3 {
    margin-bottom: 16px;
    text-align: center;
    font-family: notoB;
    font-size: 34px;
    letter-spacing: .1em;
}
.kaimaku-movie p {
    margin-bottom: 14px;
}
.kaimaku-movie p.title {
    font-size: 18px;
    font-weight: bold;
}
.kaimaku-movie:after {
    content: '';
    width: 140px;
    height: 4px;
    background: #FF2323;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -70px;
}
.kaimaku-movie.concet-movie:after{
  display: none;
}
@media screen and (min-width: 768px){
.sg-header {
    padding-bottom: 130px !important;
}
}
@media screen and (max-width: 767px){
.kaimaku-movie h3 {
    margin-bottom: 16px;
    line-height: 33px;
    font-size: 24px;
}
.kaimaku-movie:after {
    bottom: 29px !important;
}
}

  @media screen and (min-width: 768px){
    
    img.openingshow {
        position: relative;
        z-index: 1;
    }
    .sg-box.box-blk.box-schedule {
        margin-top: -293px;
        padding-top: 280px;
    }
  }

  @media screen and (max-width: 767px){
    body {
        background: #FBFAF8;
    }
    h2.resale-news.sp {
        margin-left: -22px;
    }
    .wrapper .sg-header .card {
    margin-bottom: 350px;
    }
    .sg-box.box-blk.box-schedule {
    margin-top: 114px;
    }
    img.openingshow {
    margin-top: -157px;
    margin-bottom: 30px;
    }
    .sg-box.bg-wh {
        background: #fff;
    }
  }
