@charset "UTF-8";
:root {
  --font-main-medium: "A+EqpB-游ゴシック体 Pr6N M", sans-serif;
  --font-main-bold: "A+EqpB-游ゴシック体 Pr6N B", sans-serif;
  --font-sub: adobe-garamond-pro, serif;
  --weight-bold: 600;
}

html[lang=ja] {
  --font-main-medium: "A+EqpB-游ゴシック体 Pr6N M", sans-serif;
  --font-main-bold: "A+EqpB-游ゴシック体 Pr6N B", sans-serif;
  --weight-bold: 400;
}
html[lang=en] {
  --font-main-medium: "neue-haas-unica", sans-serif;
  --font-main-bold: "neue-haas-unica", sans-serif;
  --weight-bold: 600;
}

body {
  margin: 0;
  color: #000;
  font-family: var(--font-main-medium);
  font-weight: 500;
  height: 100%;
  overflow: auto;
}

#main {
  display: block;
  height: 100%;
  overflow-y: scroll;
}

img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  footer {
    background-color: #676158;
    padding: 96px 0 50px;
  }
  footer.rule-footer {
    padding-bottom: 25px;
    background-color: #f2f0e6;
    color: #000000;
  }
  footer.rule-footer .footer-inner {
    padding-top: 31px;
    border-top: 1px solid #d5d5d5;
  }
  footer.rule-footer .footer-link a {
    color: #000000;
  }
  footer.rule-footer small {
    color: #000000;
  }
  footer .footer-inner {
    width: 59.69%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-width: 630px;
  }
  footer .footer-link ul {
    display: flex;
  }
  footer .footer-link ul li + li {
    margin: 0 0 0 48px;
  }
  footer .footer-link a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
  }
  footer small {
    font-family: var(--font-sub);
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0px 3px 0 0;
    position: relative;
    top: 4px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    background-color: #676158;
    padding: 33px 0 50px;
  }
  footer.rule-footer {
    padding-top: 0;
    padding-bottom: 25px;
    background-color: #f2f0e6;
    color: #000000;
  }
  footer.rule-footer .footer-inner {
    padding-top: 82px;
    border-top: 1px solid #d5d5d5;
  }
  footer.rule-footer .footer-link a {
    color: #000000;
  }
  footer.rule-footer small {
    color: #000000;
  }
  footer .footer-inner {
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-link {
    margin: 0 0 83px;
  }
  footer .footer-link ul a {
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #fff;
  }
  footer small {
    font-family: var(--font-sub);
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #fff;
  }
}/*# sourceMappingURL=common.css.map */