#movie .h2Style,
#movie .h3Style,
#movie .subTtl {
  text-align: center;
  display: block;
}

#movie .h2Style span,
#movie .h3Style span,
#movie .subTtl span {
  display: block;
}

#movie .h2Style img,
#movie .h3Style img,
#movie .subTtl img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #movie .h2Style img,
  #movie .h3Style img,
  #movie .subTtl img {
    width: auto;
  }
}

#movie .h2Style {
  padding: 50px 0 15px;
}

@media only screen and (min-width: 1024px) {
  #movie .h2Style {
    padding: 94px 0 62px;
  }
}

#movie .h3Style {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #movie .h3Style {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  #movie .movieArea + .h3Style {
    margin-top: 90px;
  }
}

#movie .subTtl {
  margin: 0 auto 20px;
  width: 96%;
}

@media only screen and (min-width: 1024px) {
  #movie .subTtl {
    margin-bottom: 50px;
    width: auto;
  }
}

#movie .playIcon {
  position: relative;
  overflow: hidden;
}

#movie .playIcon::after {
  background: url(../img/play_btn.svg) no-repeat;
  background-size: 100%;
  width: 7.4%;
  height: 0;
  padding-top: 7.4%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

#movie .playIcon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  pointer-events: none;
}

#movie .is-active .playIcon {
  position: relative;
}

#movie .is-active .playIcon::after,
#movie .is-active .playIcon::before {
  content: none;
}

#movie .movieArea {
  margin: 0 auto 0;
  padding: 0 0 50px;
  max-width: 1080px;
  width: 96%;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  #movie .movieArea {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}

#movie .movieArea .frame,
#movie .movieArea .frame2 {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

#movie .movieArea video {
  display: block;
}

#movie .movieArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.3%;
  height: 100.4%;
}

#movie .movieArea .is-play .thum {
  display: none;
}

#movie .movieArea .thum {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media only screen and (min-width: 1024px) {
  #movie .movieArea .thum {
    display: block;
    cursor: pointer;
  }
}

#movie .movieArea .thum img {
  width: 100%;
}

#movie .movieArea:last-child {
  padding: 0 0 10px;
}

@media only screen and (min-width: 1024px) {
  #movie .movieArea:last-child {
    padding: 0 0 20px;
  }
}

#movie .movieArea:last-child:after {
  content: none;
}

#movie .noMovie {
  text-align: center;
  font-weight: bold;
  padding: 20px 0 30px;
}

@media only screen and (min-width: 1024px) {
  #movie .noMovie {
    font-size: 26px;
  }
}
