html *,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*body*/
body.fixed {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.7;
}

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

.pcv {
  display: none;
}

@media screen and (min-width: 767px) {
  .pcv {
    display: block;
  }
  .spv {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .trans:hover {
    opacity: 1;
  }
  .trans:hover {
    opacity: 0.7;
  }
}