@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  will-change: 100%;
  box-sizing: border-box;
}
body {
  color: #2d1d1d;
  text-align: center;
  font-family: "ヒラギノ角ゴシック";
}
h1 {
  font-family: "ヒラギノ明朝 ProN";
}
h2 {
  font-family: "Cinzel";
  font-size: 2.4rem;
}
h3, h4 {
  font-size: 1.6rem;
  font-weight: 400;
}
p {
  font-size: 1.4rem;
  font-weight: 200;
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width:700px) {
  h2 {
    font-size: 4.8rem;
  }
}