/* ========================================
BASE
サイト全体の基本設定
======================================== */

body {
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

a:hover {
  opacity: 0.9;
}

p {
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  line-height: 1.4;
  font-weight: 700;
}

img {
  display: block;
}

.pc-none {
  display: none;
}
