body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  color: #2E2E2E;
  font-size: 32px;
  font-weight: 600;
}

.brand {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  opacity: 0;
}
@media (max-width: 599px) {
  .brand {
    font-size: 16px;
    margin-left: 2%;
  }
}

.header-img {
  width: 12%;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .header-img {
    width: 35%;
  }
}

.site-header {
  position: relative;
  color: #2E2E2E;
}

.site-header__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  max-width: 1280px;
  margin: 0 auto;
}

.nav__wrapper {
  position: absolute;
  width: 100%;
  right: 0;
  background-color: #2E2E2E;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 10px;
  text-align: center;
  z-index: 101;
}

.active {
  visibility: visible;
  display: block;
  opacity: 1;
}

.nav__item a {
  display: block;
  padding: 1.5rem 1rem;
  color: #fff;
}
.nav__item a:hover {
  color: #FF9800;
}

.cp_hmenu {
  display: none;
}

.cp_hmenu {
  display: block;
  width: 40px;
  position: absolute;
  left: 15%;
  top: 65%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  .cp_hmenu {
    left: 5%;
    top: 60%;
  }
}
.cp_hmenu::before, .cp_hmenu::after {
  height: 0px;
  display: block;
  width: 40px;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background: #2E2E2E;
}
.cp_hmenu .cp_bar {
  position: relative;
  height: 3px;
  margin: 5px 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  display: block;
  width: 40px;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background: #2E2E2E;
}
.cp_hmenu .cp_bar::before, .cp_hmenu .cp_bar::after {
  position: absolute;
  height: 3px;
  display: block;
  width: 40px;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background: #2E2E2E;
}

.cp_hmenu .cp_bar:before {
  top: 11px;
}

.cp_hmenu .cp_bar:after {
  bottom: 11px;
}

.bar-active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bar-active::before {
  top: 0 !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bar-active::after {
  background: transparent !important;
}

.buttom {
  width: 235px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #FF9800;
  position: relative;
  text-align: center;
  height: 50px;
  border-radius: 30px;
  display: table;
  margin-top: 60px;
  -webkit-transition: 1s;
  transition: 1s;
}
.buttom :hover {
  background-color: #FF9800;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: background-color 1s, color 1s;
  transition: background-color 1s, color 1s;
}
.buttom a {
  font-size: 1.2rem;
  color: #FF9800;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.buttom a i {
  font-size: 15px;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.footer {
  color: #626262;
  padding: 30px;
  text-align: center;
}
.footer a {
  color: #808080;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a i {
  font-size: 30px;
}
.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .menu li {
  margin: 0;
  padding: 0 15px;
  line-height: 30px;
}
.footer .menu li:first-child {
  padding-left: 0;
  border: none;
}
.footer .buttom-menu {
  margin-top: 50px;
  font-size: 15px;
}
.footer .copyright {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 10px;
}
.footer .logo {
  margin-top: 50px;
}
.footer .logo a {
  display: block;
  width: 10%;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .footer .logo a {
    width: 55%;
  }
}

@media only screen and (max-width: 599px) {
  .footer .menu li {
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
  }
}