@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

@media screen and (max-width: 1079px) and (min-width: 780px) {
  html {
    font-size: calc(16 / 1080 * 100vw);
  }
}
@media screen and (max-width: 779px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  letter-spacing: 0.1em;
  max-width: 48rem;
}

html,
body {
  height: 100dvh;
  /* iOSでの高さズレを防ぐ */
}

main {
  overflow-x: hidden;
}

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

picture {
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
  color: inherit;
}
@media (any-hover: hover) {
  a:hover {
    filter: brightness(90%);
  }
}
@media (hover: none) {
  a:hover {
    opacity: 1;
    filter: none;
    cursor: default;
  }
}

button {
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

h1,
h2,
h3,
h4,
p,
a {
  color: #ffffff;
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

input,
textarea,
select {
  font: inherit;
}

.fv {
  position: relative;
}

.cta__link {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.cta__link a {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #e94f51;
  padding: 1.1875rem 3.5rem 1.0625rem 5.3125rem;
  white-space: nowrap;
  line-height: 1.2;
  border-radius: 1.6875rem;
  animation: skew 2.3s linear infinite;
}
@media (min-width: 780px) {
  .cta__link a {
    padding: 1.25rem 4.375rem 1.375rem 6.875rem;
    font-size: 32px;
  }
}
.cta__link::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14%;
  opacity: 0.4;
  z-index: 1;
}
@media (min-width: 780px) {
  .cta__link::before {
    width: 2.1875rem;
    height: 2.1875rem;
    left: 10%;
  }
}
.cta__link::after {
  content: "▶";
  display: block;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16%;
}
@media (min-width: 780px) {
  .cta__link::after {
    font-size: 0.75rem;
    left: 12.5%;
  }
}

@keyframes skew {
  0% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(2deg, 2.2deg);
  }
  10% {
    transform: skew(-1deg, -1deg);
  }
  15% {
    transform: skew(0.5deg, 1.2deg);
  }
  20% {
    transform: skew(-2deg, -1.5deg);
  }
  25% {
    transform: skew(0.9deg, 0.9deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
  40% {
    transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    transform: skew(0.1deg, 0.1deg);
  }
  50% {
    transform: skew(0deg, 0deg);
  }
}
a.btn--red.btn--cubic {
  border: 5px solid #f08273;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.merit, .faq {
  position: relative;
}

.cta__link--bottom {
  bottom: 3.5625rem;
}

@media (min-width: 780px) {
  .merit .cta__link--bottom {
    bottom: 3%;
  }
}

.faq .cta__link--bottom {
  bottom: 6%;
}
@media (min-width: 780px) {
  .faq .cta__link--bottom {
    bottom: 9%;
  }
}

@media (min-width: 780px) {
  body {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */