* {
  margin: 0;
  padding: 0;
}

.header-menu-top, .header-menu-top *,
.header-menu-bottom, .header-menu-bottom * {
  box-sizing: border-box;
}

.header-menu-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 24px 0;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
}
.header-menu-top .header-menu-top__title {
  width: 100%;
  text-align: center;
}
.header-menu-top .header-menu-top__title a {
  display: block;
}
.header-menu-top .header-menu-top__title img {
  width: 366px;
  height: auto;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.3s ease;
}
@media (width < 768px) {
  .header-menu-top {
    height: 45px;
    background-image: url(../../../untiku/images/bg_header.png);
    background-repeat: no-repeat;
    background-position: right -5px top 0;
    background-size: 30% auto;
  }
  .header-menu-top .header-menu-top__title {
    margin: 0 10px;
    text-align: left;
  }
  .header-menu-top .header-menu-top__title img {
    width: 79%;
    max-width: 307px;
    height: auto;
  }
}

.header-menu-bottom {
  width: 100%;
  padding: 15px 0;
  position: relative;
}
.header-menu-bottom .header-menu-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.header-menu-bottom .header-menu-bottom__logo {
  display: flex;
  flex-direction: column;
}
.header-menu-bottom .header-menu-bottom__logo span {
  display: inline-block;
  position: relative;
  left: 2px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #333333;
}
.header-menu-bottom .header-menu-bottom__logo span a {
  color: #009953;
  text-decoration: underline;
}
.header-menu-bottom .header-menu-bottom__logo span a:hover {
  text-decoration: none;
  color: #CC0000;
}
.header-menu-bottom .header-menu-bottom__logo span img {
  transition: all 0.3s ease;
}
.header-menu-bottom .header-menu-bottom__catch {
  white-space: nowrap;
}
.header-menu-bottom .header-menu-bottom__search {
  width: 100%;
}
.header-menu-bottom .header-menu-bottom__search-word ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
  list-style: none;
}
.header-menu-bottom .header-menu-bottom__search-word li a {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2px;
       column-gap: 2px;
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
.header-menu-bottom .header-menu-bottom__search-word li a img {
  display: block;
  width: 32px;
  height: auto;
  transition: opacity 0.3s ease;
}
.header-menu-bottom .header-menu-bottom__search-word li a span {
  text-align: center;
  font-size: 9px;
  white-space: nowrap;
}
.header-menu-bottom .header-menu-bottom__search-word li a:hover {
  text-decoration: underline;
  color: #CC0000;
}
.header-menu-bottom .header-menu-bottom__search-word li a:hover img {
  opacity: 0.8;
}
.header-menu-bottom .header-menu-bottom__catch2 {
  display: none;
}
@media (width < 768px) {
  .header-menu-bottom {
    padding: 0;
  }
  .header-menu-bottom .header-menu-bottom__inner {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /* .header-menu-bottom .header-menu-bottom__logo {
    order: 1;
  } */
  .header-menu-bottom .header-menu-bottom__logo .header-menu-bottom__catch {
    display: none;
  }
  .header-menu-bottom .header-menu-bottom__search {
    order: 3;
    width: 100%;
    padding: 5px;
  }
  .header-menu-bottom .header-menu-bottom__search-word {
    order: 3;
  }
  .header-menu-bottom .header-menu-bottom__search-word > ul {
    margin: 0;
  }
  .header-menu-bottom .header-menu-bottom__catch2 {
    order: 4;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .header-menu-bottom .header-menu-bottom__catch2 a {
    color: #009953;
    text-decoration: underline;
  }
  .header-menu-bottom .header-menu-bottom__catch2 a:hover {
    text-decoration: none;
    color: #CC0000;
  }
}

.keni-container {
  padding-bottom: 0 !important;
}

.keni-container, .keni-mv_wrap {
  overflow-x: hidden !important;
}

ul > li, ol > li {
  /* margin-bottom: 0 !important; */
}