@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: 33.5vw;
  position: relative;
  text-align: center;
}

.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;
  z-index: 2;
  font-family: rift, sans-serif;
  letter-spacing: 2px;
  font-size: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 45%;
}

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

.cpp-top-parent {
  background: url(../img/bg-pc.png);
  background-size: 80%;
  background-position: -100% 0vw;
  background-repeat: no-repeat;
  padding: 60px 0px 60px;
}

.cpp-top-ttl-parent {
  width: 800px;
  margin: auto;
}

.cpp-top-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.cpp-top-section h1 {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
}

.cpp-top-section p {
  color: #ac1821;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 4px;
  font-weight: bold;
}

p.cpp-single-text {
  font-size: 15px;
  width: 100%;
  margin: auto;
}

.pp-main {
  width: 800px;
  margin: 80px auto;
  font-family: "Noto Sans JP";
  font-size: 15px;
}

.details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

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