@charset "UTF-8";

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #777777;
  background-color: #F0F0F0;
  scroll-behavior: smooth;
  font-family: -apple-system,
    BlinkMacSystemFont,
    YakuHanJP,
    "游ゴシック体",
    YuGothic,
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}

.all_wrapper {
  overflow: hidden;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #222222;
}

.outer {
  width: calc(100% - 100px);
  margin: 0 auto;

}

@media (max-width: 767px) {
  .outer {
    width: 100%;
  }
}

.inner {
  max-width: 1080px;
  margin: auto;
}

@media (max-width: 767px) {
  .inner {
    width: 90%;
  }

  .sp_none{
    display:none;
  }
}

section {
  padding-top: 160px;
}

.bold {
  font-weight: 500;
}

/*# sourceMappingURL=base.css.map */