@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/zkq2emd.css");
body {
  margin: 0;
}

.top-header {
  display: block;
  width: 100%;
  height: 130vw;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.header-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 1;
  background: url(../img/kv_dot.png) repeat 0 0;
  background-size: 5px 5px;
}

.header-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

h1.top_ttl {
  position: absolute;
  color: white;
  transform: translate(14vw, 35vw);
  z-index: 2;
  font-family: rift, sans-serif;
  letter-spacing: 2px;
  font-size: 14vw;
  width: 70vw;
  text-align: center;
}

img.top-header-image {
  width: 100%;
}

.cpp-top-parent {
  width: 100%;
  padding: 8vw 0px;
  background: url(../img/bg-pc.png);
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: -230vw 0vw;
  margin: 7vw 0vw;
}

.cpp-top-ttl-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cpp-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cpp-top-section h1 {
  color: #ac1821;
  font-size: 15vw;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
  padding-top: 1vw;
  letter-spacing: 0;
}

.cpp-top-section p {
  color: #ac1821;
  font-size: 4vw;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

p.cpp-single-text {
  width: 90%;
  margin: 4vw auto;
  font-size: 2.6vw;
  font-family: "Noto Sans JP";
}

.pp-main {
  width: 90%;
  margin: 50px auto;
  font-family: "Noto Sans JP";
  font-size: 11px;
}

.sc p {
  margin: 30px 0px;
}

/* apps-privacy (shared css)*/
.pp-main h3 {
  color: #ac1821;
  font-size: 10vw;
  margin: 0;
  font-family: rift, sans-serif;
}
/* apps-privacy (shared css)*/
