@charset "UTF-8";
body {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}
body .core-site-footer {
  margin-top: 0 !important;
}

main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
main .container {
  position: relative;
}

.inner900 {
  max-width: 56.25em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner900 {
    width: 84%;
  }
}

.inner850 {
  max-width: 53.125em;
  width: 90%;
  margin-inline: auto;
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.sec-mv {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/mv_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-mv {
    background-image: url(../images/mv_bg_sp.webp);
    background-size: 100% auto;
  }
}
.sec-mv .inner850 {
  width: 56.25em;
}
@media screen and (max-width: 768px) {
  .sec-mv .inner850 {
    width: 84.6%;
  }
}
.sec-mv__title {
  display: block;
  margin-top: 7.1875em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .sec-mv__title {
    margin-top: 7.24637vw;
    margin-bottom: 8.454106vw;
  }
}
.sec-mv__caution {
  background-color: rgba(255, 255, 255, 0.6);
  padding-block: 1.75em;
}
@media screen and (max-width: 768px) {
  .sec-mv__caution {
    padding-block: 3.623188vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-mv__caution .inner850 {
    width: 90%;
  }
}
.sec-mv__caution-text {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec-mv__caution-text {
    font-size: 3.1400966vw;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}

.floating-nav {
  position: fixed;
  top: 3.125em;
  right: 1.25em;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .floating-nav {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .floating-nav {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .floating-nav {
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    width: 93.3333vw;
  }
}
.floating-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.floating-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .floating-nav__list {
    flex-direction: row;
    width: 100%;
    gap: 0;
  }
}
.floating-nav__list li {
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .floating-nav__list li {
    width: 100%;
  }
}
.floating-nav__list li:hover {
  opacity: 1;
  transform: translateY(0.375em);
  -webkit-transform: translateY(0.375em);
  -ms-transform: translateY(0.375em);
}
.floating-nav__list li a {
  text-align: center;
  width: 11.625em;
  height: 11.625em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .floating-nav__list li a {
    width: 100%;
    height: auto;
  }
}

.sec-cm {
  position: relative;
  top: -1em;
}
@media screen and (max-width: 768px) {
  .sec-cm {
    top: -6.038647vw;
  }
}
.sec-cm__note {
  font-size: 1em;
  text-align: right;
  line-height: 2;
  color: #000;
  font-weight: 400;
  margin-top: 0.9375em;
  padding-bottom: 2.1875em;
}
@media screen and (max-width: 768px) {
  .sec-cm__note {
    font-size: 3.1400966vw;
    margin-top: 1vw;
    padding-bottom: 3vw;
  }
}

.sec-cashback {
  background: linear-gradient(to bottom, #bbe1e8, #5dc1cf);
  padding-bottom: 8.4375em;
}
@media screen and (max-width: 768px) {
  .sec-cashback {
    padding-bottom: 20.07729vw;
  }
}
.sec-cashback__wrap {
  position: relative;
  padding-top: 8.125em;
}
@media screen and (max-width: 768px) {
  .sec-cashback__wrap {
    padding-top: 8.077294vw;
  }
}
.sec-cashback__balloon01 {
  position: absolute;
  top: -5.625em;
  left: -6.875em;
  width: 10.6875em;
}
@media screen and (max-width: 1200px) {
  .sec-cashback__balloon01 {
    left: -2.875em;
  }
}
@media screen and (max-width: 768px) {
  .sec-cashback__balloon01 {
    width: 14.00966vw;
    left: -6vw;
    top: -7vw;
  }
}
.sec-cashback__balloon02 {
  position: absolute;
  top: -2.75em;
  right: -7.5em;
  width: 5.625em;
}
@media screen and (max-width: 1200px) {
  .sec-cashback__balloon02 {
    top: -4.75em;
    right: -3.5em;
  }
}
@media screen and (max-width: 768px) {
  .sec-cashback__balloon02 {
    width: 7.72946vw;
    top: -7vw;
    right: -6vw;
  }
}
.sec-cashback__list {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  .sec-cashback__list {
    width: 77.29468vw;
    margin-inline: auto;
    gap: 2.415458vw;
  }
}
.sec-cashback__note {
  background-color: #fff;
  border-radius: 1.875em;
  padding: 1.875em 2.8125em;
  margin-top: 8.125em;
}
@media screen and (max-width: 768px) {
  .sec-cashback__note {
    margin-top: 8.937198vw;
    padding: 7.24637vw 7.971014vw;
  }
}
.sec-cashback__note-ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 0.25em 1em;
  background-color: #0055aa;
  border-radius: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-cashback__note-ttl {
    font-size: 3.623188vw;
  }
}
.sec-cashback__note-list {
  margin-top: 2.625em;
  padding-left: 1em;
  text-indent: -1.3em;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
@media screen and (max-width: 768px) {
  .sec-cashback__note-list {
    text-indent: -1em;
    gap: 3.62318vw;
    margin-top: 5.7971vw;
  }
}
.sec-cashback__note-list li {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec-cashback__note-list li {
    font-size: 3.1400966vw;
    line-height: 1.5;
    letter-spacing: -0.04em;
  }
}
.sec-cashback__note-list li span {
  color: #0055aa;
}
.sec-cashback__link {
  width: 56.25em;
  margin-top: 8em;
  margin-bottom: 4em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sec-cashback__link {
    width: 84.05797vw;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
}
.sec-cashback__link a {
  display: block;
}
.sec-cashback__link a:hover {
  opacity: 0.8;
  transform: translateY(0.375em);
  -webkit-transform: translateY(0.375em);
  -ms-transform: translateY(0.375em);
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */