body {
  font-family: "Times New Roman", "Times", serif;
}

#main-visual {
  background: no-repeat url(../img/ru_main_visual.png) center center/contain;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main-visual {
    background-size: 105%;
  }
}

.contact-btn {
  background: no-repeat url(../img/ru_contact_btn.png) center center/cover;
  height: 350px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    height: 200px;
  }
}

section .section-btn {
  width: 230px;
}

.worries .worries-bg .worries-items p:nth-child(8) span::after {
  bottom: 110px;
}

#movie-case-img {
  background: no-repeat url(../img/ru_movie_case.png) center center/cover;
}

#header .header-nav .header-nav-list-1 {
  font-size: 14px;
}
#header .header-movie {
  font-size: 14px;
}
#header .header-dx {
  font-size: 14px;
}
/*# sourceMappingURL=ru.css.map */