@charset "UTF-8";

#lv_outer {
    padding-top: 172px;
}

#lv,header.over+#lv_outer #lv {
    padding-top: 0!important;
    aspect-ratio: 1280/597;
    height: auto;
    min-height: unset;
}

header .wraper {
  min-height: 110px;
}

@media screen and (max-width: 900px) {
  #lv_outer {
    padding-top: 111px;
  }
  header .wraper {
    min-height: 70px;
  }

  header .sp_btn_cnt .btn a {
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
