@charset "UTF-8";

:root {
  --themeOR: #e53820;
  --themeBL1: #0054a7;
}

button {
  border: none;
  background: transparent;
}

.desc {
  background: #6dc6e6;
}
.cnd,
.faq {
  background: #00a0dc;
}
.cnd ._lead:after {
  background: #00a0dc;
}
.contact {
  background: #0050b4;
}

.mv {
  position: relative;
  background: url(../images/mv_bg.webp);
  background-size: cover;
  overflow: hidden;
}
.period {
  display: block;
  margin-block: var(--fsV24);
  border: none;
  border-radius: 0;
}
.mv ._rewards ._ttl {
  background: url(../images/bg_ttl.webp);
  background-size: 100% 100%;
}
.mv ._rewards ._rslt p._02 {
  margin-top: 20px;
  margin-bottom: 19px;
}

.btn1 a,
a.btn1 {
  position: relative;
  display: inline-block;
  padding: 2rem 1.6rem 2rem 1.4rem;
  border: none;
  border-radius: 0;
  background: url(../images/bg_btn_or_01.webp);
  background-size: 100% 100%;
}
.btn1 a.pcW90 {
  background: url(../images/bg_btn_or_02.webp);
  background-size: 100% 100%;
}
.btn1 a:after,
a.btn1:after {
  clip-path: none;
  top: 50%;
  right: 2rem;
  bottom: auto;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url(../images/bg_btn_arrow_or.webp);
  background-size: 100% 100%;
}

.mv ._nav:before {
  content: none;
}
.mv ._nav a {
  background: #fff;
  color: #0054a7;
  padding: 1.5rem 0.4rem 2rem;
}
.mv ._nav a:after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);

  display: block;
  margin: 0 auto 0;
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.4em solid #0054a7;
  border-bottom: 0;
  background: none;
  aspect-ratio: auto;
  box-shadow: none;
  rotate: 0deg;
}

.desc [class*="_block"] > h3:first-of-type {
  background: url(../images/bg_ttl.webp);
  background-size: 100% 100%;
}

.noteBox {
  background: #ebfaf5;
}

.about ._gstk {
  background: #fff;
  border: 3px solid #004c9f;
  margin-top: calc(var(--fsH2) * 1.5);
  border-radius: calc(var(--fsV24) * 0.8);
}
.btn1.-or a.btn_bg_img {
  background: url(../images/bg_btn_bl_01.webp);
  background-size: 100% 100%;
}
.btn1 a.btn_bg_img:after {
  background: url(../images/bg_btn_arrow_bl.webp);
  background-size: 100% 100%;
}

.about ._gstk h2 {
  color: #004c9f;
}
.about ._gstk h2 ._pre {
  color: #004c9f;
}

.about ._gstk h3:before {
  -webkit-text-stroke: #004c9f 0.02em;
}

.fixedBtns > button {
  border: none;
}

:where(main) :where(p, ul, ol, dl, table) {
  margin-block: 0;
}

.mv .noteBox {
  background: #fff;
}

@media (min-width: 600px) {
  .mv ._rewards ._rslt ._fig em {
    font-size: 1.8em;
  }
  .mv ._rewards ._rslt ._fig {
    font-size: 1.1em;
  }
  .mv ._rewards ._rslt:after {
    width: 7cqw;
  }
  .mv ._rewards .-first ._rslt:after {
    position: absolute;
    top: 7%;
    left: 50%;
    width: 34cqw;
  }
  .mv ._rewards .-last ._rslt:after {
    translate: -25% 30%;
  }

  .desc ._rslt ._fig:before,
  .desc ._rslt ._fig:after {
    width: 8.5cqw;
  }
  .desc ._rslt ._fig:before {
    translate: -30% 23%;
  }
  .desc ._rslt ._fig:after {
    translate: 40% -20%;
  }
  .desc ._rslt ._fig:after {
    translate: 44% 20%;
  }
}

@media (max-width: 600px) {
  .mv {
    background: url(../images/mv_bg_sp.webp);
    background-size: cover;
    background-position: center top;
  }

  .mv .noteBox {
    border-radius: 1rem;
    padding: calc(var(--fsH2) * 0.7) calc(var(--fsH2) * 0.9);
  }

  .btn1 a:after,
  a.btn1:after {
    right: 0.5rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
