/* Fonts */

@font-face {
  font-family: "Quiroh-Bold";
  src: url("../fonts/Quiroh-Bold.woff") format("woff");
}

/* Set-up */

html {
  background-color: #fff;
}

body {
  font-family: "Quiroh-Bold", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  overflow-anchor: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
  margin: 0;
  line-height: 1.25;
  font-weight: normal;
  margin-top: 32px;
}

p {
  margin: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.15s linear;
}

@media (hover: hover) {
  a:hover {
    color: #999;
    border-color: #999;
  }
}

a:active {
  color: #999;
  border-color: #999;
}

/* Animation */

.fade-in-05 {
  animation: fadeIn linear 0.5s 0.25s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Global */

.clear {
  clear: both;
}

section {
  max-width: 608px;
  padding: 96px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  margin: auto;
  opacity: 0;
}

section img {
  width: 288px;
  height: 250px;
}

h1 {
  line-height: 1;
  margin-top: 12px;
}

h2 {
  font-size: 14px;
  margin-top: 4px;
}

h3 {
  font-size: 16px;
  margin: auto;
  margin-top: 24px;
  max-width: 400px;
}

h4 {
  font-size: 20px;
  margin-top: 24px;
}

h5 {
  font-size: 18px;
  padding-bottom: 16px;
}

h6 {
  font-size: 16px;
  padding-bottom: 24px;
}

h6 a {
  text-decoration: none;
  border: none;
}

footer a {
  margin-left: 8px;
  margin-right: 8px;
  border: none;
}

footer img {
  width: auto;
  height: 24px;
}
