@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP", "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #495264;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) and (min-width:360px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 1355px) and (min-width: 768px) {
  body {
    width: 1355px;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.img__cover {
  overflow: hidden;
  height: 160px;
}
.img__cover img {
  height: 160px;
  transition: all 0.1s;
}
.img__cover img.fadeUp {
  opacity: 1;
  animation: mv__innerTtldiv2-2 cubic-bezier(0.72, 0, 0.27, 1) both; /* ゆっくりとした表示速度に調整 */
  animation-duration: 6s;
  animation-delay: -2s;
}/*# sourceMappingURL=common.css.map */