@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

.clearFix {
  display: block;
  min-height: 1%;
}

.clearFix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}