@charset "UTF-8";
/* ページタイトル -------------------------------------------*/
#gekijoMovie #pageTitle h2 {
  color: #904997;
}

/* Schedule ---------------------------------------------------*/
#gekijoMovie {
  font-feature-settings: "palt";
  text-align: center;
}
#gekijoMovie h3 {
  color: #904997;
  font-size: 1.4rem;
  font-weight: bold;
  width: 94%;
  margin: 0 auto 20px;
  padding-top: 20px;
}
@media print, screen and (min-width: 640px) {
  #gekijoMovie h3 {
    width: 100%;
  }
}
#gekijoMovie h3 {
  position: relative;
  text-align: center;
}
#gekijoMovie h3:before, #gekijoMovie h3:after {
  display: none;
  position: absolute;
  top: 34px;
  width: 40%;
  height: 5px;
  border-radius: 2.5px;
  content: "";
}
@media print, screen and (min-width: 640px) {
  #gekijoMovie h3.tit1:before, #gekijoMovie h3.tit1:after {
    display: none;
  }
}
@media print, screen and (min-width: 640px) {
  #gekijoMovie h3.tit2:before, #gekijoMovie h3.tit2:after {
    display: none;
    width: 120px;
  }
}
#gekijoMovie h3:before {
  left: 0px;
  background: #904997;
}
#gekijoMovie h3:after {
  right: 0px;
  background: #904997;
}
#gekijoMovie p.sound {
  font-size: 1rem;
  width: 94%;
  margin: 0 auto;
}
#gekijoMovie .youtube {
  position: relative;
  width: 94%;
  margin: 0 auto 30px;
  padding-top: 56.25%;
}
@media print, screen and (min-width: 640px) {
  #gekijoMovie .youtube {
    width: 100%;
    margin-bottom: 50px;
  }
}
#gekijoMovie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=movie.css.map */
