@charset "UTF-8";
/* グローバル
-------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th,
table tr td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

body {
  background-color: #fff;
  font: normal normal 1.4rem/1.8 "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

select,
button {
  color: c("black");
}

html {
  font-size: 62.5%;
}

body {
  font: normal 700 18px/1.7 "M PLUS Rounded 1c", sans-serif;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #1f1f1f;
  overflow-x: hidden;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

.wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.bg-gradation {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6809), to(#fe2c09));
  background-image: -webkit-linear-gradient(#ff6809 0%, #fe2c09 100%);
  background-image: linear-gradient(#ff6809 0%, #fe2c09 100%);
  position: relative;
}
.bg-gradation::after {
  position: absolute;
  content: "";
  width: 25%;
  aspect-ratio: 2/1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #fff;
  top: 0;
  right: 0;
}

header,
main,
.cta,
footer {
  margin: 0 auto;
  overflow: hidden;
}

header {
  position: relative;
  z-index: 1;
}

.main {
  margin-top: -6%;
  position: relative;
}
.main > * {
  position: relative;
  z-index: 1;
}

.graph {
  margin-top: -58%;
  position: relative;
}
.graph-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  inset: 8.5% auto auto 7.7%;
  width: 59.7%;
  height: 77.9%;
  z-index: 1;
}
.graph-labels-text {
  border-radius: 8px;
  height: 21.4%;
  font-size: 22px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .graph-labels-text {
    font-size: 16px;
  }
}
.graph-labels-text-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eaeaea;
  padding: 0 4.4%;
  color: #291700;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.graph-labels-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff7409;
  padding: 0 4.4%;
  color: #fff;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.graph-labels-text:nth-child(1) .graph-labels-text-2 {
  -webkit-animation: graph-labels-text-1 6s ease-in-out infinite;
          animation: graph-labels-text-1 6s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.graph-labels-text:nth-child(2) .graph-labels-text-2 {
  -webkit-animation: graph-labels-text-2 6s ease-in-out infinite;
          animation: graph-labels-text-2 6s ease-in-out infinite;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}
.graph-labels-text:nth-child(3) .graph-labels-text-2 {
  -webkit-animation: graph-labels-text-3 6s ease-in-out infinite;
          animation: graph-labels-text-3 6s ease-in-out infinite;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.graph-labels-text:nth-child(4) .graph-labels-text-2 {
  -webkit-animation: graph-labels-text-4 6s ease-in-out infinite;
          animation: graph-labels-text-4 6s ease-in-out infinite;
  -webkit-animation-delay: -2.25s;
          animation-delay: -2.25s;
}

@-webkit-keyframes graph-labels-text-1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 55% 0, 55% 100%, 0% 100%);
            clip-path: polygon(0 0, 55% 0, 55% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}

@keyframes graph-labels-text-1 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 55% 0, 55% 100%, 0% 100%);
            clip-path: polygon(0 0, 55% 0, 55% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes graph-labels-text-2 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 75% 0, 75% 100%, 0% 100%);
            clip-path: polygon(0 0, 75% 0, 75% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes graph-labels-text-2 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 75% 0, 75% 100%, 0% 100%);
            clip-path: polygon(0 0, 75% 0, 75% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes graph-labels-text-3 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 65% 0, 65% 100%, 0% 100%);
            clip-path: polygon(0 0, 65% 0, 65% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes graph-labels-text-3 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 65% 0, 65% 100%, 0% 100%);
            clip-path: polygon(0 0, 65% 0, 65% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes graph-labels-text-4 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes graph-labels-text-4 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
.campaign {
  position: relative;
  z-index: 2;
}

.cta {
  padding-block: 2% 2%;
  background-color: #ffff09;
}
@media screen and (max-width: 519px) {
  .cta {
    padding-bottom: 16px;
  }
}
.cta-btn {
  display: block;
  width: 89.3%;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-animation: animation_btn 1s linear infinite;
          animation: animation_btn 1s linear infinite;
}
@-webkit-keyframes animation_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12.5% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animation_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12.5% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cta-btn:hover {
  opacity: 0.65;
}
.cta-btn::before, .cta-btn::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 60px;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cta-btn::before {
  -webkit-animation: animation_shadow 2s ease-out infinite;
          animation: animation_shadow 2s ease-out infinite;
}
.cta-btn::after {
  -webkit-animation: animation_shadow 2s ease-out 1s infinite;
          animation: animation_shadow 2s ease-out 1s infinite;
}
@-webkit-keyframes animation_shadow {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1.2, 1.4);
            transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
@keyframes animation_shadow {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1.2, 1.4);
            transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
.cta-note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .cta-note {
    font-size: 14px;
  }
}

.footer {
  background-color: #fff;
  padding: 17px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .footer {
    padding: 12px 0;
    font-size: 13px;
  }
}
.footer a {
  padding: 0 0.5em;
}
.footer a:hover {
  text-decoration: underline;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7409), to(#ff1909));
  background-image: -webkit-linear-gradient(#ff7409 0%, #ff1909 100%);
  background-image: linear-gradient(#ff7409 0%, #ff1909 100%);
}
.bg-content {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .bg-content {
    display: none;
  }
}
.bg-steps {
  position: absolute;
  left: 45px;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-steps .step {
  position: absolute;
  width: 180px;
  height: 24px;
  border-radius: 4px;
  background-color: #fff;
}
.bg-steps .step_1 {
  left: 0px;
  bottom: 40px;
}
.bg-steps .step_2 {
  left: 105px;
  bottom: 80px;
}
.bg-steps .step_3 {
  left: 210px;
  bottom: 120px;
}
.bg-steps .step_4 {
  left: 315px;
  bottom: 160px;
}
.bg-steps .step_5 {
  left: 420px;
  bottom: 200px;
}
.bg-steps .step_6 {
  left: 525px;
  bottom: 240px;
}
.bg-steps .step_7 {
  left: 630px;
  bottom: 280px;
}
.bg-steps .step_8 {
  left: 735px;
  bottom: 320px;
}
.bg-steps .step_9 {
  left: 840px;
  bottom: 360px;
}
.bg-steps .step_10 {
  left: 945px;
  bottom: 400px;
}
.bg-steps .step_11 {
  left: 1050px;
  bottom: 440px;
}
.bg-steps .step_12 {
  left: 1155px;
  bottom: 480px;
}
.bg-steps .step_13 {
  left: 1260px;
  bottom: 520px;
}
.bg-steps .step_14 {
  left: 1365px;
  bottom: 560px;
}
.bg-steps .step_15 {
  left: 1470px;
  bottom: 600px;
}
.bg-steps .step_16 {
  left: 1575px;
  bottom: 640px;
}
.bg-steps .step_17 {
  left: 1680px;
  bottom: 680px;
}
.bg-steps .step_18 {
  left: 1785px;
  bottom: 720px;
}
.bg-steps .step_19 {
  left: 1890px;
  bottom: 760px;
}
.bg-steps .step_20 {
  left: 1995px;
  bottom: 800px;
}
.bg-title {
  position: absolute;
  width: 433px;
  height: auto;
  top: 45%;
  left: 45px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.bg-woman {
  position: absolute;
  width: 163px;
  height: auto;
  bottom: 65px;
  left: 45px;
}
.bg-message {
  position: absolute;
  width: 323px;
  height: auto;
  bottom: 312px;
  left: 163px;
}/*# sourceMappingURL=style.css.map */