body {
  font-family: 'Noto Sans TC', sans-serif;
  background-color: #f3f3f3;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}
.c-modal-close {
  transition: all 0.3s;
}

.c-modal-close:hover {
  opacity: 0.8;
}

.mv-movie-text {
  max-width: 705px;
  margin: 0 auto;
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ce6a6a;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .mv-movie-text {
    font-size: 12px;
  }
}
