@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: "adobe-kaiti-std",  "Source Han Serif CN", /* 中国語明朝体オープンソース */  
              "思源宋体 SC", /* Source Han Serif の中国語名称 */  
                "SimSun",  /* Windows 標準 宋体 */  
                "宋体",/* 中国語名 */  
                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: 4vw;
      padding: 10vw 8vw;
      margin-bottom: 10vw;
      line-height: 1.8em;
  }
}

