/*---------------------------------------------
sec-mv
---------------------------------------------*/
.mv__catch {
  position: absolute;
  z-index: 1;
  bottom: calc(10 / 1400 * 100vw);
  right: calc(110 / 1400 * 100%);
  width: calc(307 / 1400 * 100%);
}
@media (max-width: 768px) {
  .mv__catch {
    bottom: calc(-42 / 375 * 100vw);
    right: calc(16 / 375 * 100%);
    width: calc(208 / 375 * 100%);
  }
}

/*---------------------------------------------
sec-bnrs
---------------------------------------------*/
.sec-bnr__text {
  letter-spacing: 0;
  text-align: initial;
  word-break: break-word;
  text-justify: inter-character;
}
.sec-bnrlist {
  max-width: 1024px;
  margin-inline: auto;
}
