@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Graduate|Roboto+Condensed");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
.footer, .header {
  font-family: dnp-shuei-gothic-gin-std, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

.content__title, .content {
  font-family: "Shippori Antique B1", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.wrapper {
  background-color: #28053b;
  color: #1d1d1d;
}

.max_width {
  max-width: 840px;
}

.color_2 {
  color: #9d9d9d;
}

.marker_1 {
  color: #d61925;
  text-decoration: underline;
}

.section__inner {
  padding: 0 0.5rem;
  color: #1d1d1d;
}

.header {
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .header__main_title {
    font-size: 1.15em;
  }
}

.footer {
  color: rgba(255, 255, 255, 0.9);
  padding: 0 1rem;
}
.footer__logo {
  width: 9rem;
}
.footer__logo_inner {
  padding: 0.1rem 0.3rem;
  background-color: #fff;
}
.footer__item {
  font-size: 14px;
}
.footer__item--shop_neme {
  font-weight: 500;
  font-size: 15px;
}
.footer__copy {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

.content {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .content {
    font-size: 1.65rem;
  }
}
.content__inner {
  border: 2.5vw solid #29063c;
  border-top: none;
  background-color: #fff;
  padding: 2rem 4%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .content__inner {
    padding: 3.5rem 5% 2.5rem;
  }
}
@media screen and (min-width: 840px) {
  .content__inner {
    border-width: 20px;
  }
}
.content__title {
  padding: 0 0 0.5em;
  font-size: clamp(1.3em, 6vw, 1.6em);
  letter-spacing: 0.2em;
}
.content__text {
  margin-bottom: 1em;
}
.content__text--right {
  text-align: right;
}
.content__button {
  color: #fff;
  margin-bottom: 4rem;
  font-size: 1.1em;
  text-align: center;
}
.content__button_inner {
  display: block;
  max-width: 36rem;
  margin: auto;
  padding: 0.6em 1em;
  position: relative;
  background-color: #8a43a3;
  transition: 0.2s;
}
.content__button_inner:hover {
  opacity: 0.7;
}
.content__button_inner::after {
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1rem;
}
.content__block {
  border: 1px solid rgba(214, 25, 37, 0.4);
  padding: 0.6em 0.5em;
  margin: 0 -3px 2rem;
  text-align: left;
  line-height: 1.7;
}
.content__block--note {
  color: rgb(105.5, 105.5, 105.5);
}
.content .font_weight--400 {
  font-weight: 400;
}
.content .mb_0 {
  margin-bottom: 0;
}
.content .mb_01 {
  margin-bottom: 0.1em;
}
.content .mb_03 {
  margin-bottom: 0.3em;
}
.content .mb_05 {
  margin-bottom: 0.5em;
}
.content .mb_08 {
  margin-bottom: 0.8em;
}
.content .mb_10 {
  margin-bottom: 1em;
}
.content .mb_15 {
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */