body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  max-width: 100%;
}

.sec01,.sec05,.sec12,.sec19,.sec23 {
  font-size: 0; /* 行間の余白を取り除く */
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  bottom: 6%;
  width: 92%;
  left: 4.6%;
}

.absolute2 {
  top: 21.7%;
  width: 280%;
  display: block;
}

@media (min-width: 1024px) {
  .center {
    max-width: 750px;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* タブレット用のスタイル */
}

.absolute3 {
  position: absolute;
  width: 92%;
  bottom: 2%;
  left: 5%;
}

.absolute4 {
  position: absolute;
  width: 92%;
  bottom: 3.4%;
  left: 5%;
}

.absolute5 {
  position: absolute;
  width: 92%;
  bottom: 2%;
  left: 5%;
}

.absolute6 {
  position: absolute;
  width: 92%;
  bottom: 4.5%;
  left: 5%;
}

.absolute7 {
  position: absolute;
  width: 92%;
  bottom: 3%;
  left: 5%;
}

.footer {
  padding: 8.5% 10% 9.6%;
  background: #9f8f79;
}

.footer__price {
  margin-bottom: 4%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 750px) {
  .footer__price{
    font-size: 15px;
  }
}


.footer__notation {
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 750px) {
  .footer__notation {
    font-size: 15px;
  }
}

.footer__privacy {
  margin-top: 4%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 749px) {
  .footer__privacy {
    font-size: 15px;
  }
}

.footer__copyright {
  margin-top: 59px;
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  letter-spacing: 0.66px;
}
@media (max-width: 749px) {
  .footer__copyright {
    font-size: 10px;
    margin-top: 30px;
  }
}

.sec18 {
  overflow: hidden;
}