body {
  animation: fadeIn 1.5s ease 0s 1 normal;
  overflow-x: hidden;
  overflow-y: auto;
}

.inner-main-contents {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #333;
  text-align: justify;
  background-color: #720000;
}

.center-contents {
  font-family: "Shippori Mincho", serif;
}

.hiragino {
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

button:hover {
  opacity: 0.5;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
}/*# sourceMappingURL=common.css.map */