@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 142px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 112px;
  }
}

[class*=ANR_] {
  /* Icons & Buttons */
}
[class*=ANR_] .ico--triangle {
  position: relative;
}
[class*=ANR_] .ico--triangle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid #040a2b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  [class*=ANR_] .ico--triangle::after {
    right: calc(clamp(0px, 1.1713030747vw, 16px) * 1);
    border-left-width: calc(clamp(0px, 0.5856515373vw, 8px) * 1);
    border-right-width: calc(clamp(0px, 0.5856515373vw, 8px) * 1);
    border-top-width: calc(clamp(0px, 0.878477306vw, 12px) * 1);
  }
}
@media screen and (max-width: 767px) {
  [class*=ANR_] .ico--triangle::after {
    right: calc(clamp(0px, 2.6666666667vw, 2.6666666667vw) * 1);
    border-left-width: calc(clamp(0px, 1.6vw, 1.6vw) * 1);
    border-right-width: calc(clamp(0px, 1.6vw, 1.6vw) * 1);
    border-top-width: calc(clamp(0px, 2.9333333333vw, 2.9333333333vw) * 1);
  }
}
[class*=ANR_] .btn--gold {
  display: block;
  background: -webkit-linear-gradient(0deg, #9f794a, #caa579, #9f794a);
  color: #0b1f49;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.13em;
}
[class*=ANR_] .mincho {
  margin: 0;
}
[class*=ANR_] h2,
[class*=ANR_] h3 {
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  [class*=ANR_] h2,
  [class*=ANR_] h3 {
    font-size: calc(clamp(0px, 3.074670571vw, 42px) * 1);
    line-height: 1.52;
  }
}
@media screen and (max-width: 767px) {
  [class*=ANR_] h2,
  [class*=ANR_] h3 {
    font-size: calc(clamp(0px, 6.1333333333vw, 6.1333333333vw) * 1);
    line-height: 1.52;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  [class*=ANR_] h2,
  [class*=ANR_] h3 {
    font-size: 23px;
  }
}
[class*=ANR_] p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  [class*=ANR_] p {
    font-size: calc(clamp(0px, 4vw, 4vw) * 1);
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  [class*=ANR_] p {
    font-size: 15px;
  }
}
[class*=ANR_] em {
  font-weight: normal;
  font-style: normal;
}
[class*=ANR_] i {
  font-style: normal;
}
[class*=ANR_] picture {
  display: block;
}
[class*=ANR_] img {
  display: inline-block;
  width: 100%;
}
[class*=ANR_] .lp-optima {
  font-family: OptimaDisplayLight, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.025em;
}
[class*=ANR_] .yumin {
  font-family: "游明朝", "arial important", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif, Tahoma;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
[class*=ANR_] ul {
  margin: 0;
}
[class*=ANR_] ul li {
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  [class*=ANR_] .lp-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  [class*=ANR_] .lp-sp {
    display: none !important;
  }
}
[class*=ANR_] .display {
  font-family: "OptimaDisplay", "OptimaDisplayLight", "OptimaDisplay";
}
[class*=ANR_] .fs60p {
  font-size: 60%;
}
[class*=ANR_] .fs110p {
  font-size: 110%;
}
[class*=ANR_] .fs120p {
  font-size: 120%;
}
[class*=ANR_] .lp-mincho {
  font-family: 游明朝, "arial important", YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif, Tahoma;
}
[class*=ANR_] .text--gold {
  margin: 0;
  background: -webkit-linear-gradient(90deg, #d0aa61, #e6d098, #d0aa61);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-clip: border-box;
}
[class*=ANR_] .col--gold {
  color: #e8c481;
}
[class*=ANR_] .bg--gold {
  background: -webkit-linear-gradient(90deg, #d0aa61, #e6d098, #d0aa61);
}
[class*=ANR_] .line--bottom {
  background: linear-gradient(transparent 60%, #e6dbb6 30%);
}