@charset "UTF-8";
/* ヘッダーナビの当該ページにアンダーライン */
.header__nav__wrap li:nth-child(3) a.header__nav__parent {
  text-decoration: underline;
  text-underline-offset: 0.5em;
}


.factory__num {
  color: var(--main-color);
  font-weight: 300;
}
.factory__movie__wrap {
  margin-inline: auto;
}

@media (max-width: 767px) {
  .factory__num {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .factory__num {
    font-size: 74px;
    margin-bottom: 20px;
  }
  .factory__movie__wrap {
    max-width: 670px;
  }
}