@charset "UTF-8";
/* mixin */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

a, label, html input[type=button] {
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(100, 100, 100, 0.3);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

button[disabled], html input[disabled] {
  cursor: default;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

strong {
  font-weight: 700;
}

sub {
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.8em;
  margin: 0 -0.1em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
  height: auto;
}

address, em {
  font-style: normal;
}

[hidden], template {
  display: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

iframe, video {
  display: block;
  max-width: 100%;
  height: auto;
}

/* base */
:root {
  --sp-width: 750;
  --sp-ratio: calc(1 / var(--sp-width) * 100vw);
  --font-noto: "Noto Sans JP", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

@media (max-width: 750px) {
  html {
    font-size: calc(20 * var(--sp-ratio));
  }
}
body {
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a img {
  opacity: 1;
  transition: opacity ease 0.3s;
}
a:hover img {
  opacity: 0.8;
}

.wrapper {
  margin-inline: auto;
}

@media (max-width: 750px) {
  .wrapper {
    min-width: 0;
  }
}
@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}
@media not all and (max-width: 750px) {
  .sp-only {
    display: none !important;
  }
}
/* components */
.btn-detail {
  display: block;
  margin-inline: auto;
  background: #fff;
  color: #4ea7f9;
  font-family: var(--font-noto);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-feature-settings: "palt";
  line-height: 1;
  border: 0.4rem solid #4fa8f9;
  border-radius: 4rem;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.15);
}
@media not all and (max-width: 750px) {
  .btn-detail {
    padding: 20px;
    max-width: 310px;
    font-size: 2rem;
    cursor: pointer;
  }
}
@media (max-width: 750px) {
  .btn-detail {
    padding: 0.65em 0.5em 0.75em;
    width: 82vw;
    border: 0.5333333333vw solid #4fa8f9;
    border-radius: 6.667vw;
    font-size: 5.333vw;
  }
}

.btn-detail:hover {
  background-image: linear-gradient(0deg, #cfe6fc 0%, #fff 100%);
}

.heading-h2 {
  background-color: #000;
  font-family: var(--font-noto);
  font-feature-settings: "palt";
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .heading-h2 {
    padding-block: 40px;
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 750px) {
  .heading-h2 {
    padding-block: 4vw;
    font-size: calc(61 * var(--sp-ratio));
    line-height: 1.2;
  }
}
@media not all and (max-width: 750px) {
  .heading-h2.sec-other-heading {
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .heading-h2.sec-other-heading {
    padding-block: 5vw;
    font-size: calc(52 * var(--sp-ratio));
    letter-spacing: -0.05em;
    line-height: 1.3;
  }
}

/* layouts */
.header {
  position: sticky;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  height: 7rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .header_inner {
    height: 13.333vw;
  }
}

.header_left {
  display: flex;
  align-items: center;
  margin-left: 3rem;
}
@media (max-width: 750px) {
  .header_left {
    margin-left: 2.667vw;
  }
}

@media not all and (max-width: 750px) {
  .header_logo img {
    width: 142px;
  }
}
@media (max-width: 750px) {
  .header_logo img {
    width: 23.6vw;
  }
}

.footer {
  font-family: var(--font-noto);
  font-weight: 400;
}
.footer_ttl {
  color: #fff;
  background: #000;
  font-weight: bold;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .footer_ttl {
    font-size: 4rem;
    line-height: 12rem;
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 750px) {
  .footer_ttl {
    margin-bottom: 9vw;
    padding-block: 1.5vw;
    font-size: calc(60 * var(--sp-ratio));
  }
}

.footer_inner {
  margin: 0 auto;
}
@media not all and (max-width: 750px) {
  .footer_inner {
    max-width: 820px;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .footer_inner {
    padding: 0 3vw;
  }
}

.footer_info {
  margin-bottom: 5.7rem;
}

.footer_info_ttl {
  margin-bottom: 5.6rem;
  text-align: center;
}
@media (max-width: 750px) {
  .footer_info_ttl {
    margin-bottom: 9.8666666667vw;
  }
}
@media not all and (max-width: 750px) {
  .footer_info_ttl img {
    width: 34%;
  }
}
@media (max-width: 750px) {
  .footer_info_ttl img {
    width: 52.933vw;
  }
}

.footer_info ul {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 750px) {
  .footer_info ul {
    font-size: 4.8vw;
  }
}
.footer_info ul .mt {
  margin-top: 50px;
}
.footer_info ul .small {
  display: inline-block;
  font-size: small;
}
.footer_info ul a {
  color: #09f;
}

.footer_note {
  margin-bottom: 7.6rem;
  text-align: center;
}
@media (max-width: 750px) {
  .footer_note {
    margin-bottom: 5vw;
  }
}
.footer_note .risk p {
  line-height: 1.53;
  font-feature-settings: "palt";
  text-align: justify;
}
@media not all and (max-width: 750px) {
  .footer_note .risk p {
    font-size: 1.8rem;
  }
}
@media (max-width: 750px) {
  .footer_note .risk p {
    font-size: 4vw;
  }
}
.footer_note .risk p:not(:last-child) {
  margin-bottom: 1.6em;
}

.footer_note_ttl {
  margin-bottom: 4.2rem;
}
@media not all and (max-width: 750px) {
  .footer_note_ttl img {
    width: 48.5%;
  }
}
@media (max-width: 750px) {
  .footer_note_ttl img {
    width: 75.733vw;
  }
}

.footer_copy {
  background: #e3e3e3;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 5;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0.1em;
}

/* pages */
.mv {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
@media not all and (max-width: 750px) {
  .mv {
    height: 465px;
  }
}
@media (max-width: 750px) {
  .mv {
    height: 94vw;
  }
}
.mv-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.mv-img-inner img {
  position: absolute;
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .mv-img-inner img {
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    max-width: 1400px;
    height: 465px;
  }
}
@media (max-width: 750px) {
  .mv-img-inner img {
    left: 0;
    width: 100vw;
    height: 94vw;
  }
}

.mv-inner {
  position: relative;
  margin-inline: auto;
  height: 100%;
  z-index: 1;
}
@media not all and (max-width: 750px) {
  .mv-inner {
    padding: 33px 0 0 45px;
    width: 820px;
  }
}
@media (max-width: 750px) {
  .mv-inner {
    padding-top: 4vw;
  }
}
.mv-heading {
  display: inline-block;
  background: #000;
  font-family: var(--font-noto);
}
@media not all and (max-width: 750px) {
  .mv-heading {
    margin-bottom: 19px;
    width: 65.5%;
  }
}
@media (max-width: 750px) {
  .mv-heading {
    margin-bottom: 1.5vw;
  }
}

.mv-heading-inner {
  display: block;
  background: linear-gradient(to right, #ffeea2 0%, #ffb400 30%, #ffb400 100%);
  font-weight: bold;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media not all and (max-width: 750px) {
  .mv-heading-inner {
    padding: 0 0 15px 3%;
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 750px) {
  .mv-heading-inner {
    padding: 0 2vw 0.4em 3vw;
    font-size: calc(55 * var(--sp-ratio));
    line-height: 1;
  }
}

.mv-heading-strong-en {
  text-transform: uppercase;
}
@media not all and (max-width: 750px) {
  .mv-heading-strong-en {
    font-size: 7.5rem;
  }
}
@media (max-width: 750px) {
  .mv-heading-strong-en {
    font-size: calc(100 * var(--sp-ratio));
  }
}

.mv-heading-strong-en01 {
  position: relative;
  top: 3px;
  margin-right: -0.08em;
  background: linear-gradient(145deg, #ffeea2 0%, #ffeea2 30%, #ffb400 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.03em;
}

.mv-heading-strong-en02 {
  position: relative;
  top: 3px;
  background: #ffb400;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv-heading-strong-ja {
  position: relative;
  top: -3px;
  background: linear-gradient(to right, #ffc632 0%, #ffb400 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media not all and (max-width: 750px) {
  .mv-heading-strong-ja {
    font-size: 6rem;
  }
}
@media (max-width: 750px) {
  .mv-heading-strong-ja {
    font-size: calc(80 * var(--sp-ratio));
  }
}

.mv-text {
  display: block;
  background: #000;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-noto);
  font-feature-settings: "palt";
  color: #fff;
}
@media not all and (max-width: 750px) {
  .mv-text {
    margin-bottom: 2px;
    padding-inline: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 750px) {
  .mv-text {
    margin-bottom: 1vw;
    padding-left: 3vw;
    font-size: calc(30 * var(--sp-ratio));
  }
}

.mv-baloon {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media not all and (max-width: 750px) {
  .mv-baloon {
    left: 13%;
    width: 484px;
    background: url(../img/bg_mv_illust.png) no-repeat center center/contain;
    aspect-ratio: 484/217;
  }
}
@media (max-width: 750px) {
  .mv-baloon {
    left: 0;
    background: url(../img/bg_mv_illust_sp.png) no-repeat center center/contain;
    aspect-ratio: 750/259;
  }
}
.mv-baloon span {
  position: absolute;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 750px) {
  .mv-baloon span {
    top: 15%;
    right: 5%;
    font-size: 1.8rem;
  }
}
@media (max-width: 750px) {
  .mv-baloon span {
    top: 57%;
    right: 5.4%;
    font-size: calc(27 * var(--sp-ratio));
  }
}

.lead {
  background-color: #fff;
}
@media not all and (max-width: 750px) {
  .lead {
    margin-bottom: 0;
  }
}
.lead-inner {
  margin-inline: auto;
  font-family: var(--font-noto);
}
@media not all and (max-width: 750px) {
  .lead-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 45px;
    padding: 44px 0 0 30px;
    max-width: 820px;
  }
}
@media (max-width: 750px) {
  .lead-inner {
    padding-top: 2.3vw;
  }
}
.lead-heading {
  font-weight: 900;
  line-height: 1;
}
@media not all and (max-width: 750px) {
  .lead-heading {
    font-size: 2.1rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 750px) {
  .lead-heading {
    font-size: calc(32 * var(--sp-ratio));
    text-align: center;
  }
}

.lead-heading-strong {
  display: block;
  font-weight: 900;
}
@media not all and (max-width: 750px) {
  .lead-heading-strong {
    margin-top: 12px;
    font-size: 4.6rem;
  }
}
@media (max-width: 750px) {
  .lead-heading-strong {
    margin-top: 1.5vw;
    font-size: calc(72 * var(--sp-ratio));
  }
}

.lead-heading-en {
  font-size: calc(84 * var(--sp-ratio));
}
@media not all and (max-width: 750px) {
  .lead-heading-en {
    font-size: 5.5rem;
    margin-right: 0.2em;
  }
}

@media not all and (max-width: 750px) {
  .lead-heading-num {
    position: relative;
    top: 0.08em;
    padding-inline: 6px;
  }
}
@media (max-width: 750px) {
  .lead-heading-num {
    display: inline-block;
    margin-inline: 0.1em;
    width: 3.5vw;
  }
  .lead-heading-num > img {
    width: 100%;
  }
}

.lead-heading-padding-r-sm {
  padding-right: 0.1em;
}

.lead-heading-padding-r-lg {
  padding-right: 18px;
}

.lead-heading-flag {
  display: inline-block;
  background: #fe0000;
  color: #fff;
}
@media not all and (max-width: 750px) {
  .lead-heading-flag {
    position: relative;
    top: -9px;
    font-size: 2.4rem;
    padding: 7px 20px;
  }
}
@media (max-width: 750px) {
  .lead-heading-flag {
    position: relative;
    top: -0.3em;
    font-size: calc(42 * var(--sp-ratio));
    padding: 0.4em;
  }
}

@media not all and (max-width: 750px) {
  .lead-img {
    position: relative;
    left: -21px;
  }
}
@media (max-width: 750px) {
  .lead-img {
    margin-bottom: 2vw;
    padding-inline: 3vw;
  }
}

.cv {
  background-color: #fff;
}
@media not all and (max-width: 750px) {
  .lead .cv {
    margin-bottom: 78px;
  }
}
@media (max-width: 750px) {
  .lead .cv {
    margin-bottom: 11vw;
  }
}
.cv-inner {
  margin-inline: auto;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .cv-inner {
    max-width: 820px;
  }
}
@media (max-width: 750px) {
  .lead .cv-inner {
    margin-bottom: 1vw;
    padding-inline: 5vw;
  }
}
.cv-btn {
  display: block;
  position: relative;
  background-image: linear-gradient(120deg, #ff9000 0%, #ff0000 40%, #ff0000 75%, #ff0000 100%);
  box-shadow: 0 0.8rem 1rem 0 rgba(3, 14, 53, 0.25);
}
@media not all and (max-width: 750px) {
  .cv-btn {
    margin-inline: auto;
    max-width: 550px;
    border-radius: 25px;
  }
  .lead .cv-btn {
    margin-inline: 30px;
    max-width: 760px;
  }
}
@media (max-width: 750px) {
  .cv-btn {
    border-radius: 1.2em;
  }
}
@media not all and (max-width: 750px) {
  .cv-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    background-image: linear-gradient(-60deg, #ff9000 0%, #ff0000 40%, #ff0000 75%, #ff0000 100%);
    border-radius: 25px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity ease 0.5s, bottom ease 0.5s;
  }
}
@media not all and (max-width: 750px) {
  @media (any-hover: hover) and (pointer: fine) {
    .cv-btn:hover::before {
      opacity: 1;
    }
  }
}
@media not all and (max-width: 750px) {
  @media (any-hover: hover) and (pointer: fine) {
    .cv-btn:hover {
      bottom: -5px;
      box-shadow: none;
    }
  }
}

.cv-btn-inner {
  position: relative;
  display: block;
  font-family: var(--font-noto);
  font-weight: bold;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media not all and (max-width: 750px) {
  .cv-btn-inner {
    padding: 28px 20px;
    font-size: 3.6rem;
    line-height: 1.2;
  }
  .lead .cv-btn-inner {
    padding: 20px;
    font-size: 2.6rem;
  }
}
@media (max-width: 750px) {
  .cv-btn-inner {
    padding-block: 0.5em;
    font-size: calc(47 * var(--sp-ratio));
  }
  .lead .cv-btn-inner {
    font-size: calc(24 * var(--sp-ratio));
  }
}

.cv-btn-text-large {
  display: block;
}
@media not all and (max-width: 750px) {
  .cv-btn-text-large {
    font-size: 5rem;
  }
}
@media (max-width: 750px) {
  .cv-btn-text-large {
    margin-bottom: 1vw;
    font-size: calc(46 * var(--sp-ratio));
    line-height: 1.3;
  }
}

.cv-corporation {
  font-feature-settings: "palt";
}
@media not all and (max-width: 750px) {
  .cv-corporation {
    margin: 6rem auto 0;
    font-size: 1.8rem;
    margin-top: 2.2rem;
  }
}
@media (max-width: 750px) {
  .cv-corporation {
    margin-top: 4vw;
    font-size: calc(29 * var(--sp-ratio));
    font-weight: 400;
  }
}

.cv-corporation_inner {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.cv-corporation_inner:link {
  color: #00e;
}
.cv-corporation_inner:visited {
  color: #551a8b;
}
@media not all and (max-width: 750px) {
  @media (any-hover: hover) and (pointer: fine) {
    .cv-corporation_inner:hover {
      text-decoration: none;
    }
  }
}

@media not all and (max-width: 750px) {
  .sec-monthly {
    margin-bottom: 78px;
    padding-block: 14px 0;
    background: url(../img/bg_monthly.jpg) no-repeat top center;
  }
}
@media (max-width: 750px) {
  .sec-monthly {
    margin-bottom: 10vw;
    padding-block: 3vw 2vw;
    background: url(../img/bg_monthly_sp.jpg) no-repeat top center/cover;
  }
}
.sec-monthly-inner {
  display: flex;
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-monthly-inner {
    gap: 0;
    align-items: center;
    padding-inline: 30px;
    max-width: 820px;
    box-sizing: content-box;
  }
}
@media (max-width: 750px) {
  .sec-monthly-inner {
    flex-direction: column-reverse;
    padding-inline: 4vw;
    text-align: center;
  }
}
@media not all and (max-width: 750px) {
  .sec-monthly-bnr {
    position: relative;
    left: -1%;
    padding-top: 0;
  }
}

.sec-monthly-img {
  position: relative;
  left: -1.5%;
}
@media not all and (max-width: 750px) {
  .sec-monthly-img {
    background: url(../img/img_monthly_lion.png) no-repeat bottom center/contain;
    aspect-ratio: 274/385;
    width: 33.5%;
  }
  @supports (width: 1cqw) {
    .sec-monthly-img {
      container-type: inline-size;
    }
  }
}
@media (max-width: 750px) {
  .sec-monthly-img {
    position: relative;
    left: 0;
    top: 1vw;
    background: url(../img/img_monthly_lion_sp.png) no-repeat bottom center/97%;
    aspect-ratio: 670/249;
  }
}
.sec-monthly-img span {
  position: absolute;
  text-align: center;
  letter-spacing: -0.07em;
  line-height: 1.2;
}
@media not all and (max-width: 750px) {
  .sec-monthly-img span {
    left: 8.3%;
    top: 4.5%;
    font-size: clamp(1rem, 2.5vw, 2.4rem);
  }
  @supports (width: 1cqw) {
    .sec-monthly-img span {
      font-size: calc(24 / 274 * 100cqw);
    }
  }
}
@media (max-width: 750px) {
  .sec-monthly-img span {
    left: 7.5%;
    top: 13%;
    font-size: calc(41 * var(--sp-ratio));
  }
}

.sec-campaign {
  background-color: #fffcee;
}
@media not all and (max-width: 750px) {
  .sec-campaign_heading {
    background: #000 url(../img/bg_heading_campaign.jpg) no-repeat 50% center/1400px;
  }
}
@media (max-width: 750px) {
  .sec-campaign_heading {
    background: #000 url(../img/bg_heading_campaign_sp.jpg) no-repeat 50% center/contain;
  }
}

.sec-campaign-main {
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-campaign-main {
    background: #000 url(../img/bg_campaign_mv.jpg) no-repeat center center/1400px;
    padding-top: 112px;
    min-height: 500px;
    font-size: 3rem;
    line-height: 1.333;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 750px) {
  .sec-campaign-main {
    background: #000 url(../img/bg_campaign_mv_sp.jpg) no-repeat center center/cover;
    padding-block: 4.5vw 3.9vw;
    font-size: calc(30 * var(--sp-ratio));
    letter-spacing: -0.1em;
    line-height: 1.25;
  }
}

.sec-campaign-main_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-campaign-main_txt {
    margin-bottom: 18px;
  }
}
@media (max-width: 750px) {
  .sec-campaign-main_txt {
    margin-bottom: 1vw;
  }
}

.sec-campaign-main_strong {
  position: relative;
  display: inline-block;
  color: #e30000;
  font-weight: bold;
}
@media not all and (max-width: 750px) {
  .sec-campaign-main_strong {
    margin-bottom: 30px;
    font-size: 3.5rem;
  }
}
@media (max-width: 750px) {
  .sec-campaign-main_strong {
    display: inline-block;
    margin-bottom: 2vw;
    font-size: calc(54 * var(--sp-ratio));
    line-height: 1.4;
  }
}
.sec-campaign-main_strong::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/line_campaign_wave.png) no-repeat left center/contain;
  width: 100%;
}
@media not all and (max-width: 750px) {
  .sec-campaign-main_strong::before {
    bottom: -10px;
    height: 10px;
  }
}
@media (max-width: 750px) {
  .sec-campaign-main_strong::before {
    top: 59%;
    height: 0.23em;
  }
}
@media (max-width: 750px) {
  .sec-campaign-main_strong span {
    display: inline-block;
    margin-top: -2vw;
    font-size: calc(64 * var(--sp-ratio));
    line-height: 1.4;
  }
}

.sec-campaign-main_note {
  position: relative;
  font-weight: 400;
}
@media not all and (max-width: 750px) {
  .sec-campaign-main_note {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 750px) {
  .sec-campaign-main_note {
    margin-top: 2vw;
    font-size: calc(20 * var(--sp-ratio));
  }
}
.sec-campaign-main_note::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/img_campaign_mv.png) no-repeat center center/contain;
  aspect-ratio: 196/199;
  z-index: 1;
}
@media not all and (max-width: 750px) {
  .sec-campaign-main_note::after {
    top: -110px;
    right: -260px;
    width: 196px;
  }
}
@media (max-width: 750px) {
  .sec-campaign-main_note::after {
    top: -12vw;
    right: 4vw;
    width: 30vw;
    rotate: -5deg;
  }
}

.sec-campaign-inner {
  position: relative;
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-campaign-inner {
    padding-top: 37px;
  }
}
.sec-campaign-inner::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background: url(../img/img_separator_campaign.png) repeat-x center center/contain;
  width: 100%;
}
@media not all and (max-width: 750px) {
  .sec-campaign-inner::after {
    top: -14px;
    height: 14px;
  }
}
@media (max-width: 750px) {
  .sec-campaign-inner::after {
    top: -7px;
    height: 7px;
  }
}
.sec-campaign-overview {
  margin-inline: auto;
  max-width: 850px;
}
@media (max-width: 750px) {
  .sec-campaign-overview {
    padding-top: 7vw;
  }
}

.sec-campaign-overview_heading {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
  border-bottom: 3px solid #ffd93f;
}
@media not all and (max-width: 750px) {
  .sec-campaign-overview_heading {
    margin-bottom: 22px;
    font-size: 3.6rem;
    letter-spacing: -0.05em;
    line-height: 1.1;
  }
}
@media (max-width: 750px) {
  .sec-campaign-overview_heading {
    margin-bottom: 10vw;
    text-align: center;
    font-size: calc(50 * var(--sp-ratio));
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
}

.sec-campaign-overview_subheading {
  margin-inline: auto;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-campaign-overview_subheading {
    margin-bottom: 5px;
    font-size: 2.4rem;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 750px) {
  .sec-campaign-overview_subheading {
    margin-bottom: 2vw;
    font-size: calc(40 * var(--sp-ratio));
    line-height: 1.4;
  }
}

.sec-campaign-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 750px) {
  .sec-campaign-list {
    padding-inline: 1vw;
  }
}
@media not all and (max-width: 750px) {
  .sec-campaign-list:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media (max-width: 750px) {
  .sec-campaign-list:not(:last-of-type) {
    margin-bottom: 7.5vw;
  }
}

.sec-campaign-list_cap {
  text-align: center;
  font-family: var(--font-noto);
}
@media not all and (max-width: 750px) {
  .sec-campaign-list_cap {
    position: relative;
    top: -4px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  .sec-campaign-list_cap {
    font-size: calc(28 * var(--sp-ratio));
    line-height: 1.2;
  }
}

.sec-campaign-img {
  position: relative;
}
@media not all and (max-width: 750px) {
  .sec-campaign-img {
    left: 0;
    right: 0;
    margin: 45px auto 0;
    max-width: 760px;
    background: url(../img/bg_campaign_bottom.png) no-repeat center bottom/contain;
    aspect-ratio: 760/300;
  }
}
@media (max-width: 750px) {
  .sec-campaign-img {
    margin: 10vw auto 0;
    max-width: 89.3%;
    background: url(../img/bg_campaign_bottom_sp.png) no-repeat center top/contain;
    aspect-ratio: 134/191;
  }
}
.sec-campaign-img span {
  position: absolute;
  line-height: 1.3;
  letter-spacing: -0.07em;
}
@media not all and (max-width: 750px) {
  .sec-campaign-img span {
    top: 23%;
    right: 22%;
    font-size: 2.4rem;
  }
}
@media (max-width: 750px) {
  .sec-campaign-img span {
    top: 34%;
    right: 9%;
    font-size: calc(42 * var(--sp-ratio));
    text-align: center;
  }
}

.sec-about {
  position: relative;
  background: #ffefaa;
}
@media not all and (max-width: 750px) {
  .sec-about {
    padding: 110px 30px 66px;
  }
}
@media (max-width: 750px) {
  .sec-about {
    padding: 27vw 3vw 16vw 3vw;
  }
}
.sec-about::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background: url(../img/img_separator_about.png) repeat-x center center/contain;
  width: 100%;
}
@media not all and (max-width: 750px) {
  .sec-about::before {
    top: -15px;
    height: 18px;
  }
}
@media (max-width: 750px) {
  .sec-about::before {
    top: -7px;
    height: 7px;
  }
}
.sec-about-inner {
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-about-inner {
    max-width: 820px;
    border-radius: 20px;
    background: #fff url(../img/bg_about_top.png) no-repeat center top/contain;
  }
}
@media (max-width: 750px) {
  .sec-about-inner {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    background: #fff url(../img/bg_about_top_sp.png) no-repeat center top/contain;
  }
}
.sec-about-heading {
  position: relative;
  margin-inline: auto;
  font-weight: 800;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-about-heading {
    top: -50px;
    margin-bottom: -30px;
    max-width: 538px;
    background: url(../img/bg_about-heading.png) no-repeat center top;
    font-size: 3.6rem;
    line-height: 1.111;
    aspect-ratio: 533/399;
  }
}
@media (max-width: 750px) {
  .sec-about-heading {
    top: -10vw;
    max-width: 87.1%;
    background: url(../img/bg_about-heading_sp.png) no-repeat center top/100%;
    font-size: calc(52 * var(--sp-ratio));
    line-height: 1.2;
    aspect-ratio: 619/571;
  }
}
.sec-about-heading span {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-about-heading span {
    top: 40px;
  }
}
@media (max-width: 750px) {
  .sec-about-heading span {
    top: 7vw;
  }
}

.sec-about-lead {
  margin-inline: auto;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-about-lead {
    max-width: 738px;
    margin-top: -38px;
    padding-top: 40px;
    background: url(../img/bg_about_lead.svg) no-repeat center top/contain;
    font-size: clamp(1rem, 4.5vw, 3.6rem);
    letter-spacing: -0.05em;
    aspect-ratio: 738/143;
  }
}
@media (max-width: 750px) {
  .sec-about-lead {
    display: grid;
    place-content: center;
    margin-bottom: 6vw;
    max-width: 90vw;
    background: url(../img/bg_about_lead_sp.svg) no-repeat center top/contain;
    font-size: calc(48 * var(--sp-ratio));
    line-height: 1.3;
    aspect-ratio: 335/113;
  }
}
.sec-about-lead span {
  color: #fff100;
}
@media (max-width: 750px) {
  .sec-about-lead span {
    display: block;
  }
}

.sec-about-text {
  font-weight: 500;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-about-text {
    margin-bottom: 52px;
    font-size: 3rem;
    line-height: 1.333;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 750px) {
  .sec-about-text {
    margin-bottom: 8vw;
    font-size: calc(42 * var(--sp-ratio));
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
}

.sec-about-baloon {
  position: relative;
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-about-baloon {
    right: 0;
    max-width: 602px;
    background: url(../img/bg_about_bottom.png) no-repeat center bottom/contain;
    font-size: 2.6rem;
    aspect-ratio: 602/208;
  }
}
@media (max-width: 750px) {
  .sec-about-baloon {
    max-width: 92%;
    background: url(../img/bg_about_bottom_sp.png) no-repeat center bottom/100%;
    font-size: calc(42 * var(--sp-ratio));
    aspect-ratio: 644/565;
  }
}
.sec-about-baloon span {
  position: absolute;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.06em;
}
@media not all and (max-width: 750px) {
  .sec-about-baloon span {
    right: 5%;
    top: 19%;
  }
}
@media (max-width: 750px) {
  .sec-about-baloon span {
    right: 5%;
    top: 11%;
  }
}

.sec-join {
  background-color: #ffefaa;
}
@media not all and (max-width: 750px) {
  .sec-join {
    padding-bottom: 100px;
  }
}
@media (max-width: 750px) {
  .sec-join {
    padding-bottom: 8vw;
  }
}
.sec-join-heading {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
}
@media not all and (max-width: 750px) {
  .sec-join-heading {
    margin-bottom: 16px;
    border-bottom: 6px solid #e30000;
    font-size: 4.6rem;
    letter-spacing: -0.09em;
    line-height: 1.15;
  }
}
@media (max-width: 750px) {
  .sec-join-heading {
    position: relative;
    margin-bottom: 3vw;
    font-size: calc(64 * var(--sp-ratio));
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.07em;
  }
}
@media (max-width: 750px) {
  .sec-join-heading::after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    background: #e30000;
    width: 100%;
    height: 2px;
  }
}

.sec-join-inner {
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-join-inner {
    max-width: 820px;
    padding-inline: 30px;
    box-sizing: content-box;
    border-radius: 10px;
  }
}
@media (max-width: 750px) {
  .sec-join-inner {
    padding-inline: 5vw;
  }
}
.sec-join-text {
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-join-text {
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 1.333;
    letter-spacing: -0.06em;
  }
}
@media (max-width: 750px) {
  .sec-join-text {
    margin-bottom: 3vw;
    font-size: calc(38 * var(--sp-ratio));
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
}

.sec-join_list {
  display: grid;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-join_list {
    grid-template-columns: 1fr 1fr 1fr;
    height: 180px;
  }
}

@media not all and (max-width: 750px) {
  .sec-join_item:not(:first-child) {
    padding-left: 50px;
  }
}
.sec-join_item:not(:last-child) {
  position: relative;
}
.sec-join_item:not(:last-child)::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffefaa;
  clip-path: polygon(0% 0%, 7px 0%, 100% 50%, 7px 100%, 0% 100%, calc(100% - 7px) 50%);
}
@media not all and (max-width: 750px) {
  .sec-join_item:not(:last-child)::before {
    right: -57px;
    width: 57px;
    height: 180px;
  }
}
@media (max-width: 750px) {
  .sec-join_item:not(:last-child)::before {
    left: 0;
    right: 0;
    margin: auto;
    width: 11vw;
    height: 90vw;
    rotate: 90deg;
  }
}

@media not all and (max-width: 750px) {
  .sec-join_item01 {
    padding-left: 21px;
  }
}
@media (max-width: 750px) {
  .sec-join_item01 {
    padding-top: 4vw;
    min-height: 47vw;
  }
}
@media (max-width: 750px) {
  .sec-join_item01::before {
    top: -19%;
  }
}
@media not all and (max-width: 750px) {
  .sec-join_item01 img {
    position: relative;
    top: 5px;
    left: 5px;
    max-width: 61px;
  }
}
@media (max-width: 750px) {
  .sec-join_item01 img {
    padding-left: 9vw;
    width: 60%;
  }
}

@media (max-width: 750px) {
  .sec-join_item02 {
    padding-top: 0;
    min-height: 38vw;
  }
}
@media (max-width: 750px) {
  .sec-join_item02::before {
    top: -43%;
  }
}
.sec-join_item02 img {
  position: relative;
}
@media not all and (max-width: 750px) {
  .sec-join_item02 img {
    top: 6px;
    left: 5px;
    max-width: 156px;
  }
}
@media (max-width: 750px) {
  .sec-join_item02 img {
    top: -2vw;
    padding-right: 6vw;
    width: 100%;
  }
}

@media not all and (max-width: 750px) {
  .sec-join_item03 {
    padding-right: 15px;
  }
}
@media (max-width: 750px) {
  .sec-join_item03 {
    padding-top: 0;
    min-height: 25vw;
  }
}
.sec-join_item03 img {
  position: relative;
}
@media not all and (max-width: 750px) {
  .sec-join_item03 img {
    top: 2px;
    left: 10px;
    max-width: 81px;
  }
}
@media (max-width: 750px) {
  .sec-join_item03 img {
    top: -5vw;
    padding-left: 7vw;
    width: 80%;
  }
}

@media (max-width: 750px) {
  .sec-join-img {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.sec-join-img_cap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not all and (max-width: 750px) {
  .sec-join-img_cap {
    margin-bottom: 20px;
    padding-top: 15px;
    height: 50px;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.06em;
  }
}
@media (max-width: 750px) {
  .sec-join-img_cap {
    font-size: calc(40 * var(--sp-ratio));
    line-height: 1.4;
  }
}
@media not all and (max-width: 750px) {
  .sec-join_item01 .sec-join-img_cap {
    margin-bottom: 0;
  }
}

.sec-other {
  background-color: #fad3c2;
  font-family: var(--font-noto);
  font-weight: 400;
}
@media not all and (max-width: 750px) {
  .sec-other {
    padding-bottom: 50px;
  }
}
@media not all and (max-width: 750px) {
  .sec-other-inner {
    padding-inline: 30px;
    box-sizing: content-box;
  }
}
@media (max-width: 750px) {
  .sec-other-inner {
    padding: 5.5vw 3vw 7vw;
  }
}
.sec-other-box {
  margin-inline: auto;
  background-color: #fff;
}
@media not all and (max-width: 750px) {
  .sec-other-box {
    margin-block: 50px;
    padding-block: 90px 60px;
    max-width: 820px;
    border-radius: 20px;
  }
}
@media (max-width: 750px) {
  .sec-other-box {
    padding: 8vw 3vw;
    border-radius: 10px;
  }
}

.sec-other-campaign {
  position: relative;
}
@media not all and (max-width: 750px) {
  .sec-other-campaign {
    margin-bottom: 34px;
  }
}
@media (max-width: 750px) {
  .sec-other-campaign {
    margin-bottom: 10vw;
    padding-inline: 2vw;
  }
}
.sec-other-campaign::before, .sec-other-campaign::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}
@media not all and (max-width: 750px) {
  .sec-other-campaign::before {
    top: -21%;
    left: 5%;
    width: 142px;
    background-image: url(../img/img_other_left.png);
    aspect-ratio: 142/354;
  }
}
@media (max-width: 750px) {
  .sec-other-campaign::before {
    top: -10%;
    left: -3%;
    width: 19.06vw;
    background-image: url(../img/img_other_left_sp.png);
    aspect-ratio: 143/568;
  }
}
@media not all and (max-width: 750px) {
  .sec-other-campaign::after {
    width: 196px;
    top: -18%;
    right: 4%;
    background-image: url(../img/img_other_right.png);
    aspect-ratio: 196/355;
  }
}
@media (max-width: 750px) {
  .sec-other-campaign::after {
    width: min(24.527vw, 150px);
    top: -15%;
    right: -3%;
    background-image: url(../img/img_other_right_sp.png);
    aspect-ratio: 8/27;
  }
}

.sec-other-campaign_item {
  position: relative;
  margin-inline: auto;
  background-color: #ffca0a;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.03em;
}
@media not all and (max-width: 750px) {
  .sec-other-campaign_item {
    max-width: 500px;
    border: 5px solid #ffea62;
    border-radius: 10px;
    font-size: 2.8rem;
  }
}
@media (max-width: 750px) {
  .sec-other-campaign_item {
    padding-block: 2vw;
    border: 2px solid #ffea62;
    border-radius: 4px;
    font-size: calc(40 * var(--sp-ratio));
  }
}
.sec-other-campaign_item:not(:last-child) {
  margin-bottom: 10px;
}
.sec-other-campaign_item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  margin-inline: auto;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(4.2% 0, 100% 0, 95.8% 100%, 0% 100%);
}
@media not all and (max-width: 750px) {
  .sec-other-campaign_item::before {
    width: 84%;
  }
}
@media (max-width: 750px) {
  .sec-other-campaign_item::before {
    width: 91%;
  }
}
.sec-other-campaign_item span {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 750px) {
  .sec-other-campaign_item span {
    letter-spacing: -0.06em;
  }
}
@media (max-width: 750px) {
  .sec-other-campaign_item span {
    letter-spacing: -0.07em;
  }
}

.sec-other-text {
  text-align: center;
  font-weight: bold;
}
@media not all and (max-width: 750px) {
  .sec-other-text {
    margin-bottom: 5px;
    font-size: 3rem;
    font-feature-settings: "palt";
    line-height: 1.2;
  }
}
@media (max-width: 750px) {
  .sec-other-text {
    font-size: calc(48 * var(--sp-ratio));
    line-height: 1.35;
    letter-spacing: -0.08em;
  }
}

.sec-other-note {
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-other-note {
    margin-bottom: 53px;
    font-size: 1.2rem;
  }
}
@media (max-width: 750px) {
  .sec-other-note {
    margin-bottom: 18vw;
  }
}

@media not all and (max-width: 750px) {
  .sec-other-bnr {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    margin: 28px auto;
    max-width: 580px;
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .sec-other-bnr {
    margin-block: 7vw 13vw;
  }
}

@media (max-width: 750px) {
  .sec-other-bnr_item {
    margin-bottom: 3vw;
  }
  .sec-other-bnr_item img {
    width: 100%;
  }
}

.sec-other-btn {
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-other-btn {
    margin-bottom: 45px;
  }
}
@media (max-width: 750px) {
  .sec-other-btn {
    margin-bottom: 13vw;
  }
}

.sec-reason {
  background-color: #e9edf7;
  font-family: var(--font-noto);
  font-weight: 400;
}
@media not all and (max-width: 750px) {
  .sec-reason {
    padding-bottom: 41px;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason_heading {
    background: #000 url(../img/bg_heading_reason.jpg) no-repeat 50% center/1400px;
  }
}
@media (max-width: 750px) {
  .sec-reason_heading {
    background: #000 url(../img/bg_heading_reason_sp.jpg) no-repeat center center/cover;
  }
}

.sec-reason-inner {
  margin-inline: auto;
  box-sizing: content-box;
}
@media not all and (max-width: 750px) {
  .sec-reason-inner {
    padding: 60px 30px;
    max-width: 820px;
  }
}
@media (max-width: 750px) {
  .sec-reason-inner {
    padding: 9vw 3vw;
  }
}
.sec-reason-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  overflow: hidden;
}
@media not all and (max-width: 750px) {
  .sec-reason-item {
    padding: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 750px) {
  .sec-reason-item {
    border-radius: 10px;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason-item:not(:last-child) {
    margin-bottom: 52px;
  }
}
@media (max-width: 750px) {
  .sec-reason-item:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.sec-reason-item::before {
  position: absolute;
  content: "";
  left: 50%;
  background: linear-gradient(180deg, #000 0%, #000 80%, #00196e 100%);
  transform: translateX(-50%);
}
@media not all and (max-width: 750px) {
  .sec-reason-item::before {
    top: -70px;
    width: 1000px;
    height: 200px;
    clip-path: ellipse(500px 100px);
  }
}
@media (max-width: 750px) {
  .sec-reason-item::before {
    --sp-circle-width: calc(1041 * var(--sp-ratio));
    --sp-circle-height: calc(322.5 * var(--sp-ratio));
    top: calc(-158 * var(--sp-ratio));
    width: var(--sp-circle-width);
    height: var(--sp-circle-height);
    clip-path: ellipse(calc(var(--sp-circle-width) / 2) calc(var(--sp-circle-height) / 2));
  }
}
@media (max-width: 750px) {
  .sec-reason-item:has(.sec-reason-heading-2lines)::before {
    top: -12vw;
  }
}

.sec-reason-heading {
  position: relative;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
@media not all and (max-width: 750px) {
  .sec-reason-heading {
    margin-bottom: 61px;
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .sec-reason-heading {
    margin-bottom: 14vw;
    padding-top: 5vw;
    font-size: calc(62 * var(--sp-ratio));
    letter-spacing: -0.03em;
    line-height: 1.1;
  }
}

.sec-reason-note {
  display: flex;
  text-align: left;
}
@media not all and (max-width: 750px) {
  .sec-reason-note {
    font-size: 1.6rem;
  }
}

.sec-reason-note_link {
  color: #00e;
  text-decoration: underline;
}
@media not all and (max-width: 750px) {
  .sec-reason-note_link {
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }
}
@media (max-width: 750px) {
  .sec-reason-note_link {
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 0.8vw;
  }
}

/* 使いやすい取引ツール */
@media not all and (max-width: 750px) {
  .sec-reason-tool {
    padding-top: 10px;
  }
}
@media (max-width: 750px) {
  .sec-reason-tool {
    padding-top: 1.867vw;
    padding-inline: 3.667vw;
  }
}

.sec-reason-tool-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .sec-reason-tool-img {
    gap: 4%;
    margin-bottom: 2vw;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason-tool-img {
    gap: 25px;
    margin-bottom: 18px;
  }
}

.sec-reason-tool-img_inner {
  max-width: 40%;
}

.sec-reason-tool-ranking {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-feature-settings: "palt";
}
@media not all and (max-width: 750px) {
  .sec-reason-tool-ranking {
    padding-top: 10px;
  }
}
@media (max-width: 750px) {
  .sec-reason-tool-ranking {
    margin-top: -2vw;
  }
}
.sec-reason-tool-ranking > span {
  display: block;
  white-space: nowrap;
}
@media not all and (max-width: 750px) {
  .sec-reason-tool-ranking .sec-reason-tool-font-s {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-tool-ranking .sec-reason-tool-font-s {
    font-size: calc(25.3 * var(--sp-ratio));
    margin-bottom: 1.8vw;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason-tool-ranking .sec-reason-tool-font-m {
    font-size: 4rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-tool-ranking .sec-reason-tool-font-m {
    font-size: calc(46 * var(--sp-ratio));
    margin-bottom: 2vw;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason-tool-ranking .sec-reason-tool-font-l {
    margin-top: -1rem;
    font-size: 4rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-tool-ranking .sec-reason-tool-font-l {
    margin-top: 0;
    font-size: calc(46 * var(--sp-ratio));
  }
}
.sec-reason-tool-ranking .sec-reason-tool-font-l .strong {
  display: inline;
  padding-inline: min(2.5vw, 16px);
  font-size: 2.5em;
}

.sec-reason-tool_heading {
  font-weight: bold;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media not all and (max-width: 750px) {
  .sec-reason-tool_heading {
    margin-bottom: 34px;
    font-size: 4.2rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-tool_heading {
    margin-bottom: 5vw;
    font-size: calc(45 * var(--sp-ratio));
  }
}
.sec-reason-tool_heading .strong {
  display: block;
  color: #003bff;
}
@media not all and (max-width: 750px) {
  .sec-reason-tool_heading .strong {
    font-size: 5rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-tool_heading .strong {
    font-size: calc(108 * var(--sp-ratio));
  }
}
.sec-reason-tool_heading .underline {
  position: relative;
  display: inline-block;
}
.sec-reason-tool_heading .underline::after {
  position: absolute;
  bottom: max(-8 * var(--sp-ratio), -8px);
  content: "";
  display: block;
  background-color: #003bff;
  width: 100%;
  height: min(8 * var(--sp-ratio), 8px);
}

@media not all and (max-width: 750px) {
  .sec-reason-tool_text {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 750px) {
  .sec-reason-tool_text {
    font-size: calc(32 * var(--sp-ratio));
    line-height: 1.4375;
    font-feature-settings: "palt";
  }
}

.sec-reason-smp {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  text-align: left;
}
@media not all and (max-width: 750px) {
  .sec-reason-smp {
    padding-block: 5rem 5.5rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-smp {
    padding-block: 7vw 98.6666666667vw;
  }
}

@media not all and (max-width: 750px) {
  .sec-reason-smp-wrap {
    width: 56rem;
    margin-inline: auto;
    padding-right: 5rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-smp-wrap {
    width: 85.3333333333vw;
  }
}

.sec-reason-smp-box {
  position: relative;
  background: #fff;
  border: solid #003bff;
  font-feature-settings: "palt";
}
@media not all and (max-width: 750px) {
  .sec-reason-smp-box {
    padding: 2rem 2.8rem 2.6rem;
    border-width: 0.8rem;
    border-radius: 3rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-smp-box {
    padding: 3.4666666667vw 6.1333333333vw 16vw;
    border-width: 1.0666666667vw;
    border-radius: 6.9333333333vw;
    text-align: center;
  }
}

.sec-reason-smp_list {
  line-height: 1.4;
  font-weight: 700;
}
@media not all and (max-width: 750px) {
  .sec-reason-smp_list {
    font-size: 3.6rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-smp_list {
    font-size: 8vw;
  }
}

.sec-reason-smp_item {
  position: relative;
}
@media not all and (max-width: 750px) {
  .sec-reason-smp_item:not(:last-child) {
    margin-bottom: 5.3rem;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 750px) {
  .sec-reason-smp_item:not(:last-child) {
    margin-bottom: 9.0666666667vw;
  }
}
.sec-reason-smp_item:not(:last-child):before {
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 1;
  font-weight: 300;
  color: #9f9f9f;
  content: "×";
}
@media not all and (max-width: 750px) {
  .sec-reason-smp_item:not(:last-child):before {
    margin-left: 9.4rem;
    font-size: 5.9rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-smp_item:not(:last-child):before {
    font-size: 12.2666666667vw;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec-reason-smp_item .t-small {
  font-size: 0.8em;
}

.sec-reason-smp_smp {
  position: absolute;
}
@media not all and (max-width: 750px) {
  .sec-reason-smp_smp {
    top: -4.5rem;
    right: -5.7rem;
    width: 19.5rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-smp_smp {
    bottom: -91.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 50.6666666667vw;
  }
}

.smp-video {
  position: relative;
  width: 100%;
}
.smp-video img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.smp-video_frame {
  position: relative;
  z-index: 2;
}

.smp-video_screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 3.9568345324%;
  margin-inline: auto;
  width: 89.928057554%;
}
.smp-video_screen video {
  display: block;
  width: 100%;
  height: auto;
}
@media not all and (max-width: 750px) {
  .smp-video_screen video {
    border-radius: 3.2rem;
  }
}
@media (max-width: 750px) {
  .smp-video_screen video {
    border-radius: 1.3333333333vw;
  }
}

/* 少額から取引可能、手数料無料 */
@media not all and (max-width: 750px) {
  .sec-reason-free {
    padding-top: 18px;
  }
}
@media (max-width: 750px) {
  .sec-reason-free {
    padding-bottom: 9vw;
  }
}

@media (max-width: 750px) {
  .sec-reason-heading:has(+ .sec-reason-free) {
    padding-top: 4vw;
    margin-bottom: 9vw;
  }
}

.sec-reason-free_heading {
  position: relative;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media not all and (max-width: 750px) {
  .sec-reason-free_heading {
    margin-bottom: 15px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .sec-reason-free_heading {
    margin-bottom: 5vw;
    font-size: calc(68 * var(--sp-ratio));
  }
}
.sec-reason-free_heading::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 5px;
}
@media not all and (max-width: 750px) {
  .sec-reason-free_heading .strong {
    font-size: 3.7rem;
  }
}

@media not all and (max-width: 750px) {
  .sec-reason-free_text {
    margin-bottom: 30px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .sec-reason-free_text {
    margin-bottom: 5vw;
    font-size: calc(32 * var(--sp-ratio));
    line-height: 1.8;
    letter-spacing: -0.05em;
  }
}
.sec-reason-free_text .strong {
  font-weight: bold;
}

.sec-reason-free_img {
  display: block;
}
@media not all and (max-width: 750px) {
  .sec-reason-free_img {
    margin: 0 auto 22px;
    max-width: 450px;
  }
}
@media (max-width: 750px) {
  .sec-reason-free_img {
    padding-inline: 3vw;
  }
}

/* 業界最狭水準スプレッド */
@media (max-width: 750px) {
  .sec-reason-heading:has(+ .sec-reason-spread) {
    margin-bottom: 11vw;
  }
}

@media not all and (max-width: 750px) {
  .sec-reason-spread-text {
    margin-bottom: 44px;
    font-size: 2.2rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-spread-text {
    margin-bottom: 12vw;
    padding-inline: 3vw;
    font-size: calc(30 * var(--sp-ratio));
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
.sec-reason-spread-text .strong {
  font-weight: bold;
}

@media not all and (max-width: 750px) {
  .sec-reason-spread-btn {
    margin-bottom: 58px;
  }
}
@media (max-width: 750px) {
  .sec-reason-spread-btn {
    margin-bottom: 12vw;
  }
}

.sec-reason-spread {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
}

@media not all and (max-width: 750px) {
  .sec-reason-spread {
    width: 58rem;
    margin-bottom: 20px;
    padding-top: 16px;
    gap: 1.4rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-spread {
    grid-area: spread;
    width: 89.6vw;
    margin-inline: auto;
    margin-bottom: 5.3333333333vw;
  }
}
.sec-reason-spread_item {
  text-align: center;
  flex: 0 1 auto;
}

@media (max-width: 750px) {
  .sec-reason-spread_item {
    width: 49.4047619048%;
  }
}
.sec-reason-spread_time {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
@media not all and (max-width: 750px) {
  .sec-reason-spread_time {
    margin-top: -0.6rem;
    font-size: 2.6rem;
    padding-block: 5px;
  }
}
@media (max-width: 750px) {
  .sec-reason-spread_time {
    display: inline-block;
    width: 100%;
    margin-top: -0.2666666667vw;
    margin-inline: 0.1333333333vw;
    font-size: 4.2666666667vw;
    padding-top: 0.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}

.sec-reason-note {
  display: flex;
  text-align: left;
  font-feature-settings: "palt";
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-reason-note {
    line-height: 1.55;
    font-size: 1.8rem;
    max-width: 85rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-note {
    padding-inline: 2vw;
    font-size: calc(22 * var(--sp-ratio));
    letter-spacing: 0.07em;
    line-height: 1.43;
  }
}
.sec-reason-note + .sec-reason-note {
  padding-bottom: 30px;
}

/* スキャルピング公認 */
@media not all and (max-width: 750px) {
  .sec-reason-scalping {
    padding-top: 15px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping {
    padding-bottom: 7vw;
  }
}

.sec-reason-scalping-text {
  font-weight: bold;
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-text {
    margin-bottom: 50px;
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-text {
    margin-bottom: 8vw;
    font-size: calc(50 * var(--sp-ratio));
    line-height: 1.2;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-text:not(:nth-child(3)) {
    margin-bottom: 24px;
  }
}

.sec-reason-scalping-text-s {
  font-weight: bold;
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-text-s {
    margin-bottom: 50px;
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-text-s {
    margin-bottom: 9vw;
    font-size: calc(39 * var(--sp-ratio));
    line-height: 1.2;
  }
}

@media not all and (max-width: 750px) {
  .sec-reason-scalping-list {
    margin-bottom: 24px;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-list {
    margin-bottom: 7vw;
  }
}

.sec-reason-scalping-list_item {
  font-weight: bold;
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-list_item {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-list_item {
    font-size: calc(39 * var(--sp-ratio));
    line-height: 1.2;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-list_item:not(:last-child) {
    margin-bottom: 3vw;
  }
}

.sec-reason-scalping-img {
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-img {
    margin-bottom: 31px;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-img img {
    max-width: 274px;
    margin-bottom: 32px;
  }
}

@media (max-width: 750px) {
  .sec-reason-scalping-img_inner {
    margin: 0 auto 4vw;
    max-width: 55.986vw;
  }
}

.sec-reason-scalping-lanking {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-feature-settings: "palt";
}
.sec-reason-scalping-lanking span {
  display: block;
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-lanking span:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-lanking span:not(:last-of-type) {
    margin-bottom: 3vw;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-lanking .sec-reason-scalping-font-s {
    font-size: 3rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-lanking .sec-reason-scalping-font-s {
    font-size: 4.5333333333vw;
  }
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-lanking .sec-reason-scalping-font-m {
    font-size: 3.6rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-lanking .sec-reason-scalping-font-m {
    font-size: 6.9333333333vw;
  }
}

@media not all and (max-width: 750px) {
  .sec-reason-scalping-font-l {
    font-size: 6rem;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-font-l {
    font-size: 6.9333333333vw;
  }
}

.sec-reason-scalping-note {
  display: flex;
}
@media not all and (max-width: 750px) {
  .sec-reason-scalping-note {
    padding-bottom: 21px;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media (max-width: 750px) {
  .sec-reason-scalping-note {
    margin-top: 5vw;
    padding-inline: 3vw;
    font-size: calc(22 * var(--sp-ratio));
    text-align: left;
    line-height: 1.3;
  }
}

/* サポートも充実 */
@media not all and (max-width: 750px) {
  .sec-reason-support {
    padding-bottom: 12px;
  }
}
@media (max-width: 750px) {
  .sec-reason-support {
    padding-bottom: 8vw;
  }
}

.sec-reason-support_heading {
  font-weight: bold;
  font-feature-settings: "palt";
}
@media not all and (max-width: 750px) {
  .sec-reason-support_heading {
    margin-bottom: 7px;
    font-size: min(5.333vw, 4.8rem);
    line-height: 1.333;
  }
}
@media (max-width: 750px) {
  .sec-reason-support_heading {
    margin-bottom: 5vw;
    font-size: calc(52 * var(--sp-ratio));
    line-height: 1.4615384615;
  }
}
.sec-reason-support_heading .strong {
  color: #f00;
}

.sec-reason-grid {
  display: grid;
}
@media not all and (max-width: 750px) {
  .sec-reason-grid {
    grid-template-columns: 1fr 318px;
    gap: 0 25px;
    max-width: 713px;
    margin-inline: auto;
    padding: 26px 0 24px;
  }
}
@media (max-width: 750px) {
  .sec-reason-grid {
    padding: 0;
  }
}

@media not all and (max-width: 750px) {
  .sec-reason-grid-box01 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: -5px;
  }
}
@media (max-width: 750px) {
  .sec-reason-grid-box01 {
    order: 2;
    width: 91%;
    margin-inline: auto;
    margin-top: 4vw;
  }
}

@media not all and (max-width: 750px) {
  .sec-reason-grid-box02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 750px) {
  .sec-reason-grid-box02 {
    order: 3;
    width: 91%;
    margin-inline: auto;
  }
}

@media not all and (max-width: 750px) {
  .sec-reason-grid-box03 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (max-width: 750px) {
  .sec-reason-grid-box03 {
    order: 1;
    width: 94.633%;
    margin-inline: auto;
  }
}

.sec-reason-grid-text {
  text-align: left;
  font-feature-settings: "palt";
}
@media not all and (max-width: 750px) {
  .sec-reason-grid-text {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
@media (max-width: 750px) {
  .sec-reason-grid-text {
    font-size: calc(32 * var(--sp-ratio));
    line-height: 1.4375;
    margin-bottom: 6vw;
  }
}
.sec-reason-grid-text .strong {
  font-weight: bold;
}

.sec-reason-support-contact {
  margin-inline: auto;
}
@media (max-width: 750px) {
  .sec-reason-support-contact {
    width: calc(636 * var(--sp-ratio));
  }
}

.sec-apply {
  background-color: #fff;
  font-family: var(--font-noto);
  font-weight: 400;
}
@media not all and (max-width: 750px) {
  .sec-apply-heading {
    padding-block: 24px;
  }
}
@media (max-width: 750px) {
  .sec-apply-heading {
    padding-block: 3vw;
    margin-bottom: 11vw;
  }
}

@media not all and (max-width: 750px) {
  .sec-apply-inner {
    margin-inline: auto;
    padding: 35px 30px 96px;
    max-width: 820px;
    box-sizing: content-box;
  }
}
.sec-apply-subheading {
  font-weight: bold;
  text-align: center;
}
@media not all and (max-width: 750px) {
  .sec-apply-subheading {
    margin-bottom: 37px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .sec-apply-subheading {
    margin-bottom: 8vw;
    font-size: calc(41 * var(--sp-ratio));
    line-height: 1.3;
  }
}

.sec-apply-img {
  display: block;
  margin-inline: auto;
}
@media not all and (max-width: 750px) {
  .sec-apply-img {
    margin-bottom: 50px;
    max-width: 635px;
  }
}
@media (max-width: 750px) {
  .sec-apply-img {
    margin-bottom: 7vw;
  }
}

.sec-apply-note {
  display: flex;
  text-align: left;
}
@media not all and (max-width: 750px) {
  .sec-apply-note {
    margin-bottom: 68px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .sec-apply-note {
    padding-inline: 3vw;
    font-size: calc(22 * var(--sp-ratio));
    line-height: 1.5;
  }
}

@media (max-width: 750px) {
  .sec-apply-cv {
    padding: 13vw 5vw 16vw;
  }
}

/* utility */
.u-text-uppercase {
  text-transform: uppercase;
}