.deity {
  padding-bottom: clamp(4rem, 6.7708333333vw, 8.125rem);
}
.deity__lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin: auto;
  margin-bottom: clamp(2rem, 4.6875vw, 5.625rem);
}
.deity__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  aspect-ratio: 1/1;
  background-image: url(../img/history__deity.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.deity__secondary {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.deity__secondary__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(1rem, 1.40625vw, 1.6875rem);
  font-size: var(--f26);
  font-weight: 700;
  letter-spacing: 0.25rem;
}
.deity__secondary__title:before, .deity__secondary__title:after {
  content: "";
  display: block;
  width: clamp(2rem, 4.6875vw, 5.625rem);
  height: 1px;
  background-color: var(--color_gold01);
  margin: 0 1rem;
}
.deity__secondary__text {
  letter-spacing: 0.25rem;
  line-height: 1.7;
}

@media screen and (min-width: 992px) {
  .deity .c-section-title {
    margin-bottom: clamp(2rem, 2.6041666667vw, 3.125rem);
  }
  .deity__list {
    width: clamp(1rem, 19.2708333333vw, 23.125rem);
    font-size: var(--f26);
  }
}
.shrine {
  padding-bottom: clamp(4rem, 5.78125vw, 6.9375rem);
}
.shrine__lists {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: clamp(2.5rem, 4.3229166667vw, 11.4375rem);
  max-width: 1052px;
  margin: auto;
}
.shrine__list {
  width: calc(50% - 0.5rem);
}
.shrine__list__image {
  margin-bottom: clamp(0.75rem, 1.5625vw, 1.875rem);
}
.shrine__list__name {
  text-align: center;
  font-weight: 700;
}
.shrine__list__name:before {
  content: "";
  display: block;
  width: clamp(2px, 0.15625vw, 0.1875rem);
  height: clamp(1rem, 1.3020833333vw, 1.5625rem);
  margin: 0 auto 0.75rem;
  background-color: var(--color_red01);
}
.shrine__list__description {
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .shrine__lists {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .shrine__list {
    width: calc((100% - 3rem) / 3);
  }
  .shrine__list__name {
    letter-spacing: 0.25rem;
    font-size: var(--f24);
  }
}
.history .c-section-title {
  margin-bottom: clamp(2rem, 4.0104166667vw, 4.8125rem);
}
.history__text {
  width: 90%;
  max-width: 980px;
  margin: -1rem auto 0;
  position: relative;
  padding: clamp(2rem, 3.3333333333vw, 4rem);
  background-color: rgba(255, 255, 255, 0.9);
}
.history__text p {
  line-height: 1.8;
  letter-spacing: 0.25rem;
}
.history__text p + p {
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .history__wrapper {
    display: flex;
  }
  .history__text {
    margin-top: clamp(1.5rem, 3.6458333333vw, 4.375rem);
    margin-left: calc(clamp(1rem, 5.7291666667vw, 62.5rem) * -1);
  }
}/*# sourceMappingURL=history.css.map */