@charset "utf-8";

#aooni {
  font-family: "New Tegomin", serif;
  font-weight: 400;
  font-style: normal;
}

#aooni h1,
#aooni h2,
#aooni h3,
#aooni h4,
#aooni h5 {
  font-family: "New Tegomin", serif;
  color: #ffffff;
}

#aooni p {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

/* =========================
   背景
========================= */

#aooni {
  width: 100%;
  background-image: url("img/aooni-bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  display: flow-root;
}


/* =========================
   コンテンツ
========================= */
#aooniCnt {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #aooniCnt {
    width: auto;
    margin: 0 auto;
    padding: 0 20px 50px;
  }
}

/* ==========================================
  見出し
========================================== */

h2 {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 32px;
  font-weight: 600;
  margin: 50px 0 30px;
}

h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: url("img/h.png") no-repeat center center;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

#day p.eventDay {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

#day p.coming {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  font-family: "New Tegomin", serif;
  color: #ffffff;
  margin: 30px 0 80px;
}


@media screen and (max-width: 768px) {
  #day p.eventDay {
    font-size: 20px;
  }

  #day p.coming {
    font-size: 18px;
  }
}

.kome {
  font-size: 16px;
  line-height: 1.6;
  color: #292929;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}


