@charset "UTF-8";
.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.mplus {
  font-family: "m-plus-1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  line-height: 24px;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 552px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 276px;
  }
}

.footer {
  background-color: #336565;
  color: #fff;
  padding: 25px 0 15px;
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding: 0 20px;
  }
}
.footer__items {
  list-style: none;
}
@media (max-width: 767px) {
  .footer__items {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .footer__item {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .footer__item + .footer__item {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .footer__item + .footer__item {
    border-top: 1px solid #fff;
  }
}
.footer__anc {
  letter-spacing: 0.08em;
  text-decoration: underline;
}
.footer__copy {
  letter-spacing: 0.08em;
}/*# sourceMappingURL=common.css.map */