.matome-kv {
  background-image: none;
  height: auto;
}

.matome-bg {
  width: 100%;
  height: auto;
}
.matome-bg img {
  width: 100%;
  height: auto;
}

.kv-textbox {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 14%;
}

@media (max-width: 1330px) and (min-width: 768px) {
  .matome-navbox a {
    font-size: 1vw;
    padding-right: 1vw;
  }
}

.ft_menu_w .ft_logo {
  width: 90px;
  margin-left: -19px;
}
@media (max-width: 767px) {
  .ft_menu_w .ft_logo {
    width: 17.0666666667vw;
    margin-left: 0;
  }
}
.ft_menu_w .ft_logo img {
  width: 100%;
}

.copy a {
  color: #3E3B3E;
  font-weight: bold;
  border-bottom: 1px solid #3E3B3E;
}

@media (max-width: 767px) {
  .ft_menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 7px;
  }
}

footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F0E7), to(#CAE2DB));
  background: linear-gradient(0deg, #F4F0E7 0%, #CAE2DB 100%);
}