<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.cm-firststep {
  --pt: 88;
  --pb: 70;
  position: relative;
  z-index: 1;
  padding: calc(var(--pt) * 1em/16) 0 calc(var(--pb) * 1em/16);
  background: linear-gradient(to bottom, var(--grad-color01-01), var(--grad-color01-02));
  overflow: hidden;
  @media screen and (max-width: 880px) {
    --pt: 72;
    --pb: 72;
  }
}
.cm-firststep__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cm-firststep__bodyHeadTitle {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(26em/16);
  @media screen and (max-width: 880px) {
    gap: calc(20em/16);
  }
  &amp; .sub {
    text-align: center;
    font-size: calc(28em/16);
    letter-spacing: 0.04em;
    @media screen and (max-width: 880px) {
      font-size: calc(20em/16);
    }
  }
  &amp; .maintxt {
    width: calc(474em/16);
    @media screen and (max-width: 880px) {
      width: calc(332em/16);
    }
  }
  &amp; .mainlabel {
    --labeltitle-fs: 20;
    --labeltitle-pt: 6;
    --labeltitle-pb: 8;
    --labeltitle-plr: 31;
    --labeltitle-shadow-color: #e1bc12;
    @media screen and (max-width: 880px) {
      --labeltitle-fs: 17;
      --labeltitle-ls: 0.2;
      --labeltitle-pt: 5;
      --labeltitle-pb: 7;
      --labeltitle-plr: 19;
    }
  }
}
.cm-firststep__bodyLink {
  --mt: 32;
  position: relative;
  z-index: 1;
  margin-top: calc(var(--mt) * 1em/16);
  @media screen and (max-width: 880px) {
    --mt: 37;
  }
}
.cm-firststep__bodyLinkBtn {
  --btn-h: 74;
  --btn-outer-border-w: 0;
  --btn-outer-border-color: transparent;
  --btn-bg-color: linear-gradient(to bottom, var(--grad-color02-01), var(--grad-color02-02));
  --btn-shadow-color: #a13600;
  --btn-fs-max: 24;
  --btn-ls: .05;
  margin-inline: auto;
  @media screen and (max-width: 880px) {
    --btn-h: 65;
  }
}
.cm-firststep__bodyWave {
  --wave-w: 1758;
  --wave-h: 300;
  --wave-opacity-top: 29;
  --wave-opacity-w: 1758;
  --wave-opacity-h: 280;
  --wave-white-top: 0;
  --wave-white-w: 1599;
  --wave-white-h: 271;
  z-index: 0;
  opacity: 0.5;
  &amp;::before {
    background-image: url('/image/feature/fx/beginner/common/firststep-wave-opacity-2x.png');
  }
  &amp;::after {
    background-image: url('/image/feature/fx/beginner/common/firststep-wave-white-2x.png');
  }
  @media screen and (max-width: 880px) {
    --wave-opacity-top: -25;
    --wave-white-top: -10;
    opacity: 1;
  }
}
.cm-firststep__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  @media screen and (max-width: 1024px) {
    font-size: .9em;
    top: calc(60em/16);
  }
  @media screen and (max-width: 880px) {
    font-size: 1em;
    top: calc(144em/16);
    width: 100%;
  }
}
.cm-firststep__imgRight {
  position: absolute;
  top: calc(-28em/16);
  right: 0;
  @media screen and (max-width: 1150px) {
    right: calc(-50em/16);
  }
  @media screen and (max-width: 1024px) {
    right: calc(-70em/16);
  }
  @media screen and (max-width: 880px) {
    top: 0;
    right: calc(-20em/16);
  }
}
.cm-firststep__imgRightFukidashi {
  position: relative;
  z-index: 1;
  width: calc(311em/16);
  @media screen and (max-width: 880px) {
    width: calc(156em/16);
  }
}
.cm-firststep__imgRightImg {
  position: absolute;
  top: calc(210em/16);
  left: calc(-2em/16);
  z-index: 2;
  width: calc(218em/16);
  @media screen and (max-width: 1024px) {
    left: auto;
    right: calc(30em/16);
  }
  @media screen and (max-width: 880px) {
    display: none;
  }
}
.cm-firststep__imgLeft {
  position: absolute;
  top: calc(80em/16);
  left: 0;
  @media screen and (max-width: 1150px) {
    left: calc(-50em/16);
  }
  @media screen and (max-width: 1024px) {
    left: calc(-70em/16);
  }
  @media screen and (max-width: 880px) {
    display: none;
  }
}
.cm-firststep__imgLeftFukidashi {
  position: relative;
  z-index: 1;
  width: calc(174em/16);
}
.cm-firststep__imgLeftImg {
  position: absolute;
  top: calc(88em/16);
  left: calc(80em/16);
  z-index: 2;
  width: calc(148em/16);
  @media screen and (max-width: 1024px) {
    right: auto;
    left: calc(30em/16);
  }
}</pre></body></html>