body{
  font-family: "Noto Sans JP", sans-serif;
}
.close{
  background: url('./bg.png') no-repeat center center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-bottom: 38px;
  max-height: 100vh;
  overflow: auto;
}
.header{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 16px;
  gap: 13px;
  color: #fff;
  margin-bottom: 47px;
}
img{
  width: 100%;
  height: auto;
}
.header__logo{
  width: 64px;
}
.header__title{
  font-size: 20px;
  font-weight: bold;
}
.main{
  color: #fff;
}

.close__title{
  margin-bottom: 72px;
  font-size: 40px;
  font-weight: bold;
}

.close__text{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.close__link{
  max-width: 341px;
  gap: 0px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 10px;  
  border-radius: 5px;
  margin: 27px auto 0;
  color: #000;
  background-color: #fff;
}