@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 {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.8), 20px 0 40px -10px rgba(255, 255, 255, 0.8);
          box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.8), 20px 0 40px -10px rgba(255, 255, 255, 0.8); /* 右 */
}

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

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

.main {
  position: relative;
}
.main > * {
  position: relative;
  z-index: 1;
}

.fv {
  background-image: url("../img/fv-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.graph {
  position: relative;
}
.graph::after {
  position: absolute;
  content: "";
  width: 40%;
  aspect-ratio: 340/448;
  background-image: url("../img/chara1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.graph-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  inset: 18.5% auto auto 7.7%;
  width: 52.7%;
  height: 67.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: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 55% 0, 55% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}

@keyframes graph-labels-text-1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 55% 0, 55% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes graph-labels-text-2 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 75% 0, 75% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes graph-labels-text-2 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 75% 0, 75% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes graph-labels-text-3 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 65% 0, 65% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes graph-labels-text-3 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 65% 0, 65% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes graph-labels-text-4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes graph-labels-text-4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
.campaign {
  position: relative;
  z-index: 2;
  background-image: url("../img/campaign-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}

.feature {
  background-image: url("../img/feature-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.cta {
  background-image: url("../img/cta-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.cta-btn {
  position: sticky;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 3;
  width: 89.3%;
  margin: -40% auto 10px;
  padding-bottom: 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-note {
  padding-bottom: 2%;
  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, right bottom, from(rgba(25, 194, 165, 0.22)), to(rgba(25, 142, 194, 0.22)));
  background-image: linear-gradient(to right bottom, rgba(25, 194, 165, 0.22) 0%, rgba(25, 142, 194, 0.22) 100%);
}
.bg-content {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .bg-content {
    display: none;
  }
}
.bg-logo {
  position: absolute;
  width: 500px;
  height: auto;
  top: 17px;
  left: 25px;
}
@media screen and (max-width: 1700px) {
  .bg-logo {
    width: 300px;
  }
}
.bg-title {
  position: absolute;
  width: 553px;
  height: auto;
  top: 45%;
  left: 25px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 1700px) {
  .bg-title {
    width: 400px;
    top: 40%;
  }
}
.bg-campaign {
  position: absolute;
  width: 553px;
  height: auto;
  bottom: 22px;
  left: 25px;
}
@media screen and (max-width: 1700px) {
  .bg-campaign {
    width: 400px;
  }
}
.bg-chara {
  position: absolute;
  width: 570px;
  height: auto;
  bottom: 22px;
  right: 0;
}
@media screen and (max-width: 1700px) {
  .bg-chara {
    width: 200px;
  }
}/*# sourceMappingURL=style.css.map */