@charset "UTF-8";
.body {
  background-color: #ffffff;
  box-sizing: border-box;
}

.tcs {
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}
.tcs ._fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(10px);
}
.tcs ._animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tcs .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .tcs .sp {
    display: none;
  }
}
.tcs .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tcs .pc {
    display: block;
  }
}
.tcs .sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .tcs .sp-inline {
    display: none;
  }
}
.tcs .pc-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .tcs .pc-inline {
    display: inline;
  }
}
.tcs .mt10 {
  margin-top: 10px !important;
}
.tcs .mt20 {
  margin-top: 20px !important;
}
.tcs .mt30 {
  margin-top: 30px !important;
}/*# sourceMappingURL=common.css.map */