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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

img {
  width: 100%;
  max-width: unset;
  vertical-align: bottom;
}

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

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-weight: 500;
  font-size: 19.5419847328px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: 0em;
}

.page-top {
  max-width: 768px;
  margin: auto;
}
.page-top .c-btn {
  -webkit-box-shadow: 0 1.2rem 2rem 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 25rem;
  height: 5.3rem;
  border: 0.1rem solid #000;
  border-radius: 20rem;
  background: #000;
          box-shadow: 0 1.2rem 2rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.page-top .c-btn:hover {
  background-color: #fff;
  color: #000;
}
.page-top .c-btn--white {
  border: 0.1rem solid #fff;
  background: #fff;
  color: #000;
}
.page-top .c-btn--white:hover {
  background-color: #000;
  color: #fff;
}
.page-top .c-btn--x {
  position: relative;
}
.page-top .c-btn--x::before {
  -webkit-transform: translateY(-50%);
  -webkit-mask-image: url("../img/x.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 3rem;
  width: 1.9rem;
  height: 2rem;
          transform: translateY(-50%);
  background-color: currentColor;
  content: "";
          mask-image: url("../img/x.svg");
          mask-repeat: no-repeat;
          mask-size: contain;
}
.page-top .kv {
  padding: 1.7rem 1.4rem;
}
.page-top .kv__img {
  width: 100%;
}
.page-top .link__text {
  margin-top: 2.2rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.page-top .link__btn {
  margin: 1.5rem auto 0;
}
.page-top .desc {
  margin-top: 13.8rem;
}
.page-top .desc__title {
  width: 4.4rem;
  margin: auto;
}
.page-top .desc__text {
  margin-top: 13.8rem;
  padding-left: 2.3rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
.page-top .desc__text span {
  font-size: 2rem;
}
.page-top .desc__img {
  width: 100%;
}
.page-top .desc__point {
  margin-top: -8.5rem;
}
.page-top .desc__point-top {
  padding-left: 6.4rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
.page-top .desc__point-middle {
  margin-top: 2.5rem;
  padding-left: 6.1rem;
  font-weight: 900;
  font-size: 5.3rem;
  line-height: 1;
}
.page-top .desc__point-bottom {
  margin-top: 3.3rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}
.page-top .voice {
  margin-top: 16.9rem;
}
.page-top .voice__title {
  width: 12.3rem;
  margin-left: 17rem;
}
.page-top .voice__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 15.1rem;
  gap: 6rem;
}
.page-top .voice__item {
  padding: 0 1.1rem 0 0.9rem;
}
.page-top .voice__item-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 2.2rem;
}
.page-top .voice__item-face {
  width: auto;
  height: 9rem;
}
.page-top .voice__item-face img {
  width: auto;
  height: 100%;
}
.page-top .voice__item-title {
  width: auto;
  height: 2.4rem;
}
.page-top .voice__item-title img {
  width: auto;
  height: 100%;
}
.page-top .voice__item-content {
  width: 100%;
  margin-top: 2.5rem;
}
.page-top .editor {
  margin-top: 17.3rem;
}
.page-top .editor__title {
  width: 36.3rem;
  margin-left: 2.3rem;
}
.page-top .editor__text {
  margin-top: 6.1rem;
  margin-bottom: 10.8rem;
  padding: 0 1.4rem 0 2.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
}
.page-top .editor__text--l {
  font-size: 2rem;
}
.page-top .editor__text--xl {
  font-size: 3rem;
}
.page-top .footer {
  margin-top: 10rem;
  padding: 4.8rem 0 2.2rem;
  background-color: #000;
}
.page-top .footer__text {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-top .footer__btn {
  margin: 1.8rem auto 0;
}
.page-top .footer__sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 15.2rem;
  gap: 3rem;
}
.page-top .footer__sns-icon {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.page-top .footer__sns-icon:hover {
  opacity: 0.7;
}
.page-top .footer__sns-icon--x {
  width: 2.9rem;
  height: 3rem;
}
.page-top .footer__sns-icon--youtube {
  width: 4rem;
  height: 2.8rem;
}
.page-top .footer__sns-icon--instagram {
  width: 4rem;
  height: 4rem;
}
.page-top .footer__copyright {
  width: 10.3rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 1019px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.5445292621vw;
  }
}
@media screen and (min-width: 1020px) {
  .sp-on {
    display: none;
  }
}
