header .mastkv {
  padding-top: 12rem;
  padding-bottom: 10.5rem;
  text-align: center;
  color: #fff;
  background-image: url(../assets/images/kvbg.jpg) !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.mastkv .container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
		position: relative;
	    z-index: 2;
}
.mastkv .container h2 {
  font-size: 2.15rem;
  margin-top: 2.4rem;

}
.mastkv .container .desc {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
 text-shadow: 0px 0px 4px #000;
}
header .mastkv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
header .mastkv.searchkv::after {
	display: none;
}
header .mastkv.contact::after {
  background-image: url(../assets/images/contact-kv.png);
}
header .mastkv.publish::after {
  background-image: url(../assets/images/publish-kv.png);
  background-position: bottom;
}
header .mastkv.faq::after {
  background-image: url(../assets/images/faq-kv.png);
}

header .mastkv.info::after {
  background-image: url(../assets/images/info-kv.png);
}
