.tanasale {
  background-color: #f7f2de;
  background-image: url(../img/bg_shippou.png);
  background-repeat: repeat;
}
.tanasale__hero {
  background-image: url(../img/bg_mist.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: bottom center;
  padding: 70px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tanasale__hero {
    height: 740px;
    margin: 0 auto;
  }
}
.tanasale__hero::before, .tanasale__hero::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 90px;
  position: absolute;
  width: 50%;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .tanasale__hero::before, .tanasale__hero::after {
    width: 25%;
  }
}
.tanasale__hero::before {
  background-image: url(../img/cloud_gold_l.png);
  background-position: top;
  top: 50px;
  left: 10px;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .tanasale__hero::before {
    top: 100px;
    left: 15%;
  }
}
.tanasale__hero::after {
  background-image: url(../img/cloud_gold_r.png);
  background-position: bottom;
  bottom: 50px;
  right: 10px;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .tanasale__hero::after {
    bottom: 150px;
    right: 15%;
  }
}
.tanasale__hero figure {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: calc(100% - 20px);
  max-width: 600px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .tanasale__hero figure {
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.tanasale__hero img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tanasale__hero img {
    height: 100%;
    width: auto;
  }
}
.tanasale__lead {
  background-color: #ffffff;
  padding: 40px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tanasale__lead {
    padding: 70px 0;
  }
}
.tanasale__lead::before {
  background-image: url(../img/cloud_over.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-100%);
  width: 50%;
  max-width: 400px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .tanasale__lead::before {
    width: 25%;
  }
}
.tanasale__lead::after {
  background-image: url(../img/cloud_under.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 180px;
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: translateY(100%);
  width: 40%;
  max-width: 420px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .tanasale__lead::after {
    width: 27%;
  }
}
.tanasale__lead p {
  line-height: 1.8;
  margin: 0 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tanasale__lead p {
    line-height: 3;
    margin: 0 auto;
  }
}
.tanasale__topics {
  margin: 0 auto;
  width: calc(100% - 20px);
}
.tanasale__topics-subhead {
  align-items: center;
  display: flex;
  margin: 60px auto 0 auto;
  width: calc(100% - 20px);
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .tanasale__topics-subhead {
    height: 240px;
    margin: 80px auto 0 auto;
    max-width: 360px;
  }
}
.tanasale__topics-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1100px;
}
@media only screen and (min-width: 768px) {
  .tanasale__topics-navigation {
    gap: 40px;
    justify-content: flex-start;
    margin: 50px auto 0 auto;
  }
}
.tanasale__topics-navigation li {
  width: calc(50% - 20px);
  max-width: 180px;
}
@media only screen and (min-width: 768px) {
  .tanasale__topics-navigation li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */