@charset "utf-8";
html {font-size: 100%}
body {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100vh;
  background:#000;
}
p {margin: 0;}
body, html {
    /* font-family: -apple-system,Roboto,Arial,Noto Sans Japanese,sans-serif; */
    font-family: "Noto SansJP" ,sans-serif;
}
.close-wrapper {
  padding: 80px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.close-logo {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-logo img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.close-contents {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 20px;
  max-width: 860px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 24px;*/
  font-size: 24px;
  text-align: center;
}
.close-contents img {
  max-width: 520px;
  width: 80%;
  height: auto;
}
@media (max-width: 767px) {
  .close-contents {
    font-size: 18px;
  }
  .close-contents img {
    width: 100%;
  }
}

.close-contents h1 {
  text-align: center;
}
.link-box {
  display: flex;
  flex-direction: column;
}
.close-contents a,
.close-contents a:visited {
  color: rgb(70, 120, 134);
  cursor: pointer;
}
.close-contents a:hover {
  opacity: 0.8;
}
.cpl {
  color: #fff;
  font-weight: 600;
  font-size: min(4vw, 12px);
  text-align: center;
}
