.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.c-caption-target {
  position: relative;
}
.c-caption-target .c-caption {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption {
    font-size: 0.8rem;
  }
}
.c-caption-target .c-caption.in {
  position: absolute;
  bottom: 4px;
}
.c-caption-target .c-caption.in.right {
  right: 8px;
  text-align: right;
}
.c-caption-target .c-caption.in.left {
  left: 8px;
  text-align: left;
}
.c-caption-target .c-caption.out {
  margin-top: 8px;
}
.c-caption-target .c-caption.out.right {
  text-align: right;
}
.c-caption-target .c-caption.out.left {
  text-align: left;
}
.c-caption-target .c-caption.white {
  color: #fff;
}
.c-caption-target .c-caption.black {
  color: #000;
}

.top-movie {
  background: url("../image/top_movie_bg_1.jpg") top center/100% auto repeat-y;
  padding-left: 16px;
  padding-right: 16px;
}
.top-movie .top-movie__inner {
  max-width: 1100px;
  margin: auto;
}
.top-movie .top-movie__heading-1 {
  display: flex;
  padding: 32px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  margin-bottom: 56px;
  border-top: 1.5px solid #030303;
  border-bottom: 1.5px solid #030303;
  color: #030303;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-movie .top-movie__heading-1 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
.top-movie .top-movie__list-1 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-movie .top-movie__list-1 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 2%;
  }
}
.top-movie .top-movie__list-1 > li {
  flex: 0 1 33%;
}
@media screen and (max-width: 768px) {
  .top-movie .top-movie__list-1 > li {
    flex-basis: 100%;
    text-align: center;
  }
}
.top-movie .top-movie__list-1 > li img {
  box-shadow: 12px 12px 20px 0 #676259;
}
@media screen and (max-width: 768px) {
  .top-movie .top-movie__list-1 > li img {
    max-width: 300px;
    box-shadow: 6px 6px 8px 0 #676259;
  }
}

.modal-section video {
  width: auto;
  height: 80vh;
}

.c-floating-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-floating-banner {
    bottom: 60px;
  }
}

.c-floating-banner-3 .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #7C7B78;
  border: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100vmax;
  cursor: pointer;
}

/*# sourceMappingURL=page-top.css.map */
