#ikemen_header {
  background-color: #5a0228;
  position: relative;
  z-index: 6;
}

#ikemen_header .container {
  width: 1200px;
  margin: 0 auto;
}

#ikemen_header ul {
  padding-left: 1em;
  padding-bottom: .5em;
}

#ikemen_header ul li {
  margin: .5em 0 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: .7em;
}

#ikemen_header ul li a {
  color: #ddd0ab;
}

#footer {
  font: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  width: 100%;
  background-color: #5a0228;
  font-size: 12px;
  color: #ddd0ab;
  line-height: 3em;
}

#footer a {
  color: #ddd0ab;
  font-size: 14px;
}

#footer .ft_sitemap {
  padding: 50px 0;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#footer .footer_cnt {
  float: left;
  padding: 0 32px;
}

#footer .footer_cnt.block_title, #footer .footer_cnt.block_content {
  border-right: 1px solid #e4b67d;
}

#footer .headline {
  font-size: 16px;
  font-weight: bold;
}

#footer .footer_bottom {
  background-color: #4a0321;
}

#footer .footer_bottom p {
  text-align: center;
}

#footer .footer_cnt .footer_list + .headline {
  margin-top: 24px;
}

@media screen and (max-width: 750px) {
  #ikemen_header {
    background-color: #5a0228;
    position: relative;
    z-index: 6;
    padding-left: 2%;
  }
  #ikemen_header .container {
    width: auto;
    margin: 0 auto;
  }
  #ikemen_header ul {
    padding-left: 0;
    padding-bottom: 0;
  }
  #ikemen_header ul li {
    margin: .3em 1em 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: .6em;
  }
  #ikemen_header ul li a {
    color: #ddd0ab;
  }
  #footer .footer_logo_img {
    display: none;
  }
  #footer .headline {
    text-align: center;
    display: block;
    padding: 10px;
    color: #ddd0ba;
    border-bottom: 1px solid #54413b;
    background-color: #4a0321;
    font-size: 14px;
    line-height: 1.6;
  }
  #footer .footer_list {
    background-color: #2b1716;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 2px;
  }
  #footer .footer_list li {
    display: block;
    padding: 10px 3%;
    border-bottom: solid 1px #54413b;
    font-size: 1em;
    letter-spacing: 0em;
    position: relative;
  }
  #footer .footer_list li.toggle-wrapper {
    padding: 0;
    border-bottom: none;
  }
  #footer .footer_list li a {
    display: block;
    padding: 0 3%;
    color: #a49884;
    font-size: 13px;
    width: 90%;
  }
  #footer .footer_cnt .footer_list + .headline {
    margin-top: 0;
  }
  #footer .ft_sitemap {
    padding: 0;
    width: 100%;
    margin: 0;
    display: block;
  }
  #footer .footer_cnt {
    float: none;
    width: 100%;
    padding: 0;
  }
  #footer .footer_cnt.block_title, #footer .footer_cnt.block_content {
    border-right: none;
  }
}