.surprise{
  font-size: 120px;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .sec01_main_left_btns{
    justify-content: center;
  }
  .sec01_main_left_btns li a{
    width: 100%;
  }
}