@charset "UTF-8";
header {
  background-color: #dcffba;
  padding: 15px 0 15px 60px;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  header {
    padding: 1.56vw 0 1.56vw 3.34vw;
  }
  header a {
    width: 37.343vw;
  }
}

@media screen and (min-width: 641px) {
  footer {
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: -1px;
  }
}
@media screen and (max-width: 640px) {
  footer {
    background-image: url(../images/footer_bg_sp.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: -1px;
  }
}
footer .inner {
  max-width: 1004px;
  width: 92%;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
}
footer .inner .illust {
  padding: 70px 0 45px;
}
@media screen and (max-width: 640px) {
  footer .inner .illust {
    padding: 35px 0;
  }
}
footer .inner .illust span {
  font-family: "Times", "Times New Roman", serif;
  display: block;
  text-align: right;
}
@media screen and (min-width: 641px) {
  footer .inner .illust span {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  footer .inner .illust span {
    font-size: 10px;
    padding-top: 5px;
  }
}
footer .inner .link {
  position: relative;
}
footer .inner .link a {
  color: #ffffff;
}
footer .inner .link .share {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  footer .inner .link .share {
    justify-content: center;
  }
}
footer .inner .link .share li a span {
  font-size: 3em;
}
footer .inner .link .hobo {
  display: flex;
}
@media screen and (min-width: 641px) {
  footer .inner .link .hobo {
    position: absolute;
    top: 6px;
    right: 0;
  }
  footer .inner .link .hobo li {
    margin: 0 0 0 80px;
  }
}
@media screen and (max-width: 820px) {
  footer .inner .link .hobo {
    padding-top: 15px;
    justify-content: space-between;
    position: relative;
  }
  footer .inner .link .hobo li img {
    height: 5vw;
  }
}
footer .inner .link .menu {
  font-family: "Gothic MB101 DemiBold", YuGothic, "Yu Gothic", sans-serif;
  padding: 30px 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}
footer .inner .link .menu li:not(:last-of-type)::after {
  content: "／";
  color: #ffffff;
  display: inline;
  font-size: 12px;
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  footer .inner .link .menu li:not(:last-of-type)::after {
    font-size: 10px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 640px) {
  footer .inner .link .menu {
    width: 90%;
    margin: 0 auto;
    font-size: 10px;
  }
}
footer .inner .link .copyright {
  font-family: "Times", "Times New Roman", serif;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  footer .inner .link .copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */