.rich-content {
  width: 1200px;
  margin: 0 auto 35px;
  background: #eaf8f9;
}
.rich-content img {
  max-width: 100%;
}
.rich-content .pc {
  display: block !important;
}
.rich-content .sp {
  display: none !important;
}
.movie_area {
  padding-bottom: 120px;
  margin: 0 auto;
  background-image: url("/img/usr/goods/25bc_inner/allseason_02.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.movie_area .wrap_block {
  margin: 0 auto;
  width: 50%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rich-content .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .rich-content {
    width: 100%;
  }
  .rich-content .pc {
    display: none !important;
  }
  .rich-content .sp {
    display: block !important;
  }
  .movie_area {
    padding-bottom: 90px;
    margin: 0 auto;
    background-image: url("/img/usr/goods/25bc_inner/allseason_02_s.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  .movie_area .wrap_block {
    width: 85%;
  }
}