@charset "UTF-8";

.sp-br {
  display: none;
}

@media screen and (max-width: 667px) {
  .sp-br {
    display: inline;
  }
}

.shortmovie_see {
  text-align: center;
}

.note-txt {
  margin-top: .6em;
  font-size: 12px;
  text-align: center;
}

.to-brand {
  max-width: 800px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (min-width: 668px) {
  .to-brand a {
    transition: opacity .3s ease;
  }

  .to-brand a:hover {
    opacity: .7;
  }
}
