@charset "UTF-8";

.header {
  background-color: #000;
}

.header__bg {
  background: url(../../img/index/fv_main.png) center no-repeat;
  background-size: cover;
}

.header_container {
  padding: 20px 0;
  position: relative;
}

.header__area {
  overflow: hidden;
}

.header__logo {
  padding-top: 10px;
  float: left;
}

.header__logo img {
  max-width: 100px;
}

.header .menu {
  width: 100%;
  max-width: 700px;
  float: right;
}
.header .main_menu {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: table;
}
.header .menu .main_menu__li {
  width: 24%;
  padding: 10px 42px;
  display: table-cell;
}
.header .menu .main_menu__li:last-child {
  width: 28%;
}
.main_menu__a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  transition: all 0.1s;
}
.main_menu__a:hover {
  color: gold;
  text-decoration: none;
  transition: all 0.1s;
}
.header .catch {
  margin: 260px 0 120px;
  display: block;
  font-size: 2rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 2;
  font-feature-settings: initial;
}

.header_btn_entry {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 40px;
  padding: 15px;
  display: block;
  border: solid 1px #fff;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
}

.header_btn_entry:hover {
  background-color: #fff;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
  transition: all 0.2s;
}