@charset "UTF-8";
body {
  color: #333;
  font-family: "NotoSansCJKjp", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: normal;
}

img {
  width: 100%;
  vertical-align: bottom;
  margin-top: -1px;
}

.inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 840px) {
  .inner {
    max-width: 1400px;
  }
}

footer {
  background: #cdc2b6;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 840px) {
  footer {
    padding: 50px;
  }
}
@media screen and (max-width: 840px) {
  footer {
    padding: 60px;
  }
}
footer ul {
  margin-bottom: 45px;
}
@media screen and (min-width: 840px) {
  footer ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: strech;
    -webkit-box-align: strech;
    align-items: strech;
    justify-content: center;
  }
}
@media screen and (max-width: 840px) {
  footer ul li {
    text-align: left;
    display: block;
    margin-bottom: 10px;
  }
  footer ul li::before {
    content: '■';
    display: inline-block;
  }
}
@media screen and (min-width: 840px) {
  footer ul li {
    margin-right: 85px;
  }
  footer ul li:last-child {
    margin-right: 0;
  }
}
footer ul a {
  color: #fff;
  font-weight: bold;
  letter-spacing: .26em;
}
@media screen and (max-width: 840px) {
  footer ul a {
    font-size: 14px;
  }
}
@media screen and (min-width: 840px) {
  footer ul a {
    font-size: 16px;
  }
}
footer .logo {
  width: 183px;
  height: 70px;
  margin-bottom: 10px;
}
footer .cr {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .22em;
}
