@charset "UTF-8";


/* =========================================== */
/*    kv
/* =========================================== */
.kv {
  text-align: center;
  /* background-color: #EFDAAE; */
  background-color: #F9ECD9;
}
.kv img {
  max-width: 1400px;
  width: 100%;
}


/* =========================================== */
/*    lead
/* =========================================== */
.lead {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 26px;
  line-height: 2;
  text-align: center;
  background: url(../img/lead.png) no-repeat center center;
  background-size: cover;
  padding: 100px 15px;
  margin-bottom: 100px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 4.4vw;
    padding: 10vw 5vw;
    margin-bottom: 10vw;
  }
}

