header {
  display: block;
}
.l-header__inner {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  width: 200px;
  margin: auto 20px auto 20px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 170px;
    width: auto;
    text-align: center;
    flex: 1 0 auto;
  }
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 100%;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto 20px auto 0;
}
.header__nav__item {
  text-align: center;
  margin: 0;
  line-height: 60px;
}
.header__nav__item a {
  color: #f6921d;
}
.header__nav__item a:hover {
  opacity: 0.5;
}
.header__nav__item + .header__nav__item {
  margin: 0;
}
@media screen and (max-width: 400px) {
  .header__nav__item + .header__nav__item {
    margin: 0 0 0 10px;
  }
}
.header__nav--search {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .header__nav--search {
    display: block;
    width: 40px;
    height: 60px;
    /* background-image: url(../img/ic_search.png); */
    background-size: 24px;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
  }
}
.header__nav--search a {
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 768px) {
  .header__nav--search a {
    width: 40px;
    height: 100%;
    text-indent: 100%;
  }
}
.header__nav--search:hover {
  opacity: 0.5;
}
.header__nav--keep {
  display: block;
  width: 50px;
  height: 60px;
  /* background-image: url(../img/ic_keep.png); */
  background-size: 24px;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header__nav--keep {
    width: 40px;
  }
}
.header__nav--keep a {
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 768px) {
  .header__nav--keep a {
    width: 40px;
    height: 100%;
  }
}
.header__nav--keep:hover {
  opacity: 0.5;
}
.header__nav--login {
  width: 50px;
  height: 60px;
  /* background-image: url(../img/ic_login.png); */
  background-size: 24px;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header__nav--login {
    width: 40px;
  }
}
.header__nav--login a {
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 768px) {
  .header__nav--login a {
    width: 40px;
    height: 100%;
  }
}
.header__nav--login:hover {
  opacity: 0.5;
}

.l-footer {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
}
.l-footer__inner {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px #e3e3e3;
}

.l-footer__inner:last-of-type {
  background-color: #524439;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__logo {
  width: 200px;
  margin: 40px 20px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 50%;
    max-width: 200px;
    text-align: center;
    margin: 30px auto 10px auto;
  }
}
.footer__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 100%;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 20px 30px 20px;
  }
}
.footer__nav__item {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav__item {
    margin: 0 0 5px 0;
  }
}
.footer__nav__item a {
  color: #444;
  text-decoration: none;
  display: block;
  padding: 0px 5px;
}
.footer__nav__item a:hover {
  opacity: 0.5;
}
.footer__nav__item + .footer__nav__item {
  margin: 0 0 0 5px;
}
.footer__copyright {
  margin: 0 20px 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 86%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
  }
}
.footer__copyright a {
  color: #808080;
}
.footer__copyright a:hover {
  opacity: 0.5;
}
