.home-bottom-bana {
  display: none !important;
}

@media (max-width: 768px) {
  .movie-wrap {
    margin-bottom: 30px;
  }
}

.movie-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.movie-wrap *, .movie-wrap *::after, .movie-wrap *::before {
  box-sizing: border-box;
}

.movie-wrap .inner880 {
  max-width: 880px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.movie-wrap .inner1120 {
  max-width: 1120px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.movie-wrap ul, .movie-wrap li {
  padding: 0;
  list-style: none;
}

.mv .mv-wrap {
  position: relative;
}

.mv .mv-wrap .logo {
  padding-bottom: 3%;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translateY(-50%) translateX(-50%);
}

.mv .mv-wrap .logo .bar {
  width: 2px;
  height: 8%;
  background-color: #6FBA2C;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}

.mv .mv-wrap .logo .bar::after {
  content: " ";
  position: absolute;
  top: -80%;
  left: 0;
  width: 2px;
  height: 80%;
  background: #fff;
  animation: bar 1.5s linear infinite;
}

.about {
  padding: 70px 20px;
}

@media (max-width: 768px) {
  .about {
    padding: 30px 20px;
  }
}

.about .read {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  color: #007C36;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .about .read {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.about .read span {
  display: block;
  margin-top: 30px;
  padding: 10px 0;
  font-size: 24px;
  border-top: 3px dotted #6FBA2C;
  border-bottom: 3px dotted #6FBA2C;
}

@media (max-width: 768px) {
  .about .read span {
    font-size: 14px;
    line-height: 24px;
  }
}

.about .txt {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .about .txt {
    font-size: 12px;
    line-height: 21px;
  }
}

.about .play {
  margin-top: 50px;
  background: #F8FBF0;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px;
}

.about .play .txt {
  text-align: center;
  font-size: 22px;
}

.about .play .read {
  font-size: 45px;
}

@media (max-width: 768px) {
  .about .play {
    margin-top: 30px;
  }
  .about .play .read {
    font-size: 25px;
  }
  .about .play .txt {
    font-size: 16px;
  }
}

.about .btn-book {
  background: #007c36;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
  max-width: 300px;
}

@media (max-width: 768px) {
  .about .btn-book {
    font-size: 14px;
  }
}

.about .btn-book a {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #fff;
}

.about .btn-book a span {
  margin-right: auto;
  flex-grow: 1;
}

.about .btn-book .book-img {
  width: 60px;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 768px) {
  .about .btn-book .book-img {
    width: 50px;
  }
}

.cm-conts {
  padding: 70px 20px;
  background: url("../images/movie/bg-repeat.png");
  background-size: 10px;
}

@media (max-width: 768px) {
  .cm-conts {
    background: url("../images/movie/bg-repeat.png");
    background-size: 10px;
    padding: 30px 20px;
  }
}

.cm-conts .read {
  width: 100%;
}

.cm-conts .cm-list {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .cm-conts .cm-list {
    display: block;
    margin-top: 25px;
  }
}

.cm-conts .cm-list li {
  width: calc(50% - 30px);
  margin-top: 70px;
}

@media (max-width: 768px) {
  .cm-conts .cm-list li {
    width: 100% !important;
    margin-top: 25px;
  }
}

.cm-conts .cm-list li:first-child {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.cm-conts .cm-list li:first-child .movie {
  height: 495px;
}

@media (max-width: 768px) {
  .cm-conts .cm-list li:first-child .movie {
    height: 180px;
  }
}

.cm-conts .cm-list li:first-child .movie iframe {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .cm-conts .cm-list li:first-child .movie iframe {
    transform: inherit;
  }
}

.cm-conts .cm-list li .movie {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 10px solid #6FBA2C;
  height: 300px;
  margin-top: 20px;
  background: #000;
  background-size: 30px;
}

@media (max-width: 768px) {
  .cm-conts .cm-list li .movie {
    margin-top: 10px;
    border-width: 5px;
    height: 180px;
  }
}

.cm-conts .cm-list li .movie iframe {
  border: none;
  width: 100%;
  height: 100%;
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .cm-conts .cm-list li .movie iframe {
    transform: inherit;
  }
}

.global_wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  height: 100%;
}

.player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.4s;
  transform: translateY(-50%) translateX(-50%);
  min-width: 105%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .thumb img {
    min-width: 100%;
  }
}

.thumb:hover img {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/movie/play.png") no-repeat center, rgba(0, 0, 0, 0.3);
  background-size: 150px;
}

@media (max-width: 768px) {
  .thumb::after {
    background: url("../images/movie/play.png") no-repeat center, rgba(0, 0, 0, 0.3);
    background-size: 70px;
  }
}

.cm-conts .cm-list li:first-child .thumb::after {
  background-size: 180px;
}

@media (max-width: 768px) {
  .cm-conts .cm-list li:first-child .thumb::after {
    background: url("../images/movie/play.png") no-repeat center, rgba(0, 0, 0, 0.3);
    background-size: 70px;
  }
}

.pc-visible {
  display: block;
}

.sp-visible {
  display: none;
}

@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
  .sp-visible {
    display: block;
  }
}

@keyframes bar {
  0% {
    top: -80%;
  }
  100% {
    top: 180%;
  }
}
/*# sourceMappingURL=movie.css.map */