.feature-mv-wrapper {
  text-align: center;
  background-color: #d62626;
}
.feature-mv-ttl {
  background-image: url(/store/sp/movie/images/mv_bg_pc.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}
@media (min-width: 768px) {
  .feature-mv-wrapper {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .feature-mv-wrapper {
    height: auto;
  }
  .feature-mv-ttl {
    background-image: url(/store/sp/movie/images/mv_bg_sp.png);
  }
}

.anchor {
  padding: 15px 0;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: solid 3px #f4cbcb;
  border-radius: 50px;
  background-color: #d62626;
}

.gotop{
  z-index: 1000;
}

.l-footer-fixed{
  background-color: #fff;
  border-top: solid 1px #eee;
  z-index: 100;
}

.l-footer-bottom{
  padding-bottom: 130px;
}

@media (max-width: 768px) {
  .l-footer-bottom{
    padding-bottom: 100px;
  }

  .btn-inline-wrapper .btn:nth-child(3), .btn-inline-wrapper .btn:nth-child(4){
      margin: 0 0 0 5px;
  }
}
