html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  color-scheme: dark light;
  background: #fff;
}

body.blur {
  overflow: hidden !important;
}

main {
  min-height: 100vh;
  max-width: 620px;
  margin: 0 auto;
  background: #fff;
}

.wrap {
  min-height: 100vh;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
}

section {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

li {
  list-style: none;
}

a,
button {
  color: #333;
  cursor: pointer !important;
  transition: 0.3s;
}

input {
  color: #000;
}

em {
  font-style: normal;
}

h1,
h2,
h3 {
  font-weight: bold;
}

p {
  margin: 1.25rem auto;
  padding: 0 0.75rem;
  font-size: 1.05rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
}

.marker {
  color: #FF0101;
  font-weight: 700;
  background: linear-gradient(#FFFF00 0 0) no-repeat;
  background-position: left bottom;
  background-size: 0% 40%;
  transition: background-size 0.4s ease;
}
.marker.anime {
  opacity: 1;
}
.marker.active {
  background-size: 100% 40%;
}

.blue {
  color: #0083F6;
  font-weight: 700;
  font-size: 1.2rem;
}

.red {
  color: #FF0000;
  font-weight: 700;
  font-size: 1.2rem;
}

.maker {
  background: linear-gradient(#FFFF00 0 0) no-repeat;
  background-position: left bottom;
  background-size: 0% 60%;
  transition: background-size 0.4s ease;
}
.maker.anime {
  opacity: 1;
}
.maker.active {
  background-size: 100% 40%;
}

.big_red_maker {
  color: #FF0000;
  font-weight: 800;
  font-size: 1.4rem;
  background: linear-gradient(#FFFF00 0 0) no-repeat;
  background-position: left bottom;
  background-size: 0% 60%;
  transition: background-size 0.4s ease;
}
.big_red_maker.anime {
  opacity: 1;
}
.big_red_maker.active {
  background-size: 100% 60%;
}

.bd {
  font-size: 1.2rem;
  font-weight: 700;
}

.bl {
  font-size: 1.2rem;
  font-weight: 800;
}

.mt-0 {
  margin-top: 0;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.fz-20 {
  font-size: 1.2rem;
}

.reg_btn {
  display: block;
  width: 24rem;
  margin: 1rem auto 1.5rem;
}
.reg_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
.reg_btn img {
  width: 100%;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.vt_arrow {
  display: block;
  width: 5rem;
  height: auto;
  min-height: 4rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.hz_arrow {
  display: block;
  width: 14rem;
  margin: 1.5rem auto 2.5rem;
  animation: down 1s infinite;
}

@keyframes down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.ttl {
  padding: 0 1rem;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.fv {
  padding: 0;
  background: #fff;
}
.fv h1 {
  margin: 0;
  line-height: 0;
}

.cnt1 ul {
  margin-top: 1rem;
  padding: 0 1rem;
}
.cnt1 ul li {
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 700;
  font-size: 1.05rem;
}
.cnt1 ul li::before {
  content: "";
  background-image: url(../img/check_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  position: relative;
  top: -0.05rem;
}
.cnt1 ul li em {
  color: #FF0000;
}

.cnt2 figure {
  padding: 0 1rem;
}

.cnt4 .cnt04_img {
  padding: 0 1rem;
}
.cnt4 ul {
  margin: 1rem auto;
  padding: 0 1rem 0 3rem;
}
.cnt4 ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
  font-weight: 700;
  text-align: left;
  font-size: 1.2rem;
}
.cnt4 ul li::before {
  content: "";
  flex-shrink: 0;
  width: 0.35rem;
  height: 0.35rem;
  margin-top: 0.8rem;
  border-radius: 50%;
  background: #000;
}
.cnt4 .moc_lp {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1.5rem;
}
.cnt4 .moc_lp img {
  width: 12rem;
}
.cnt4 .moc_lp figcaption {
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
}
.cnt4 .moc_lp figcaption strong {
  color: #FF0101;
  font-weight: 900;
  background: linear-gradient(#FFFF00 0 0) no-repeat;
  background-position: left bottom;
  background-size: 0% 60%;
  transition: background-size 0.4s ease;
  font-size: 1.6rem;
}
.cnt4 .moc_lp figcaption strong.anime {
  opacity: 1;
}
.cnt4 .moc_lp figcaption strong.active {
  background-size: 100% 60%;
}
.cnt4 .hit_img {
  padding: 0 1.5rem;
}

.cnt5 {
  padding-top: 2rem;
}
.cnt5 ul {
  width: 17rem;
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cnt5 ul li {
  width: 8rem;
}

.cnt6 {
  padding-bottom: 2rem;
}
.cnt6 figure {
  padding: 0 1rem;
}

.cnt7 {
  padding-bottom: 2rem;
}
.cnt7 figure:first-of-type {
  width: 12rem;
  margin: 1rem auto 0;
}
.cnt7 ul {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.cnt8 {
  padding-bottom: 2rem;
}

.cnt9 {
  padding-bottom: 2rem;
}
.cnt9 .bd {
  font-weight: 600;
}
.cnt9 h3 {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
}
.cnt9 h3 em {
  font-size: 1.6rem;
}

.cnt10 {
  padding-bottom: 2rem;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding: 1em;
  background: rgba(0, 0, 0, 0.7);
}
.dialog h2 {
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
}

.dialog_content {
  position: relative;
  top: 2rem;
  height: 80vh;
  padding: 1em;
  overflow-y: auto;
  color: #000;
  background-color: #fff;
}
.dialog_content h3 {
  margin: 1em 0;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.dialog_content p {
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: left;
  padding: 0;
}
.dialog_content ul li {
  margin-bottom: 1em;
}
.dialog_content dl {
  margin-bottom: 1em;
}
.dialog_content dl dt {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  font-weight: 700;
  border-left: 3px solid #00beb6;
}
.dialog_content dl dd {
  padding-left: 0.5em;
}

.dialog_close {
  position: absolute;
  top: 0;
  right: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transform: translateX(45vw);
}
.dialog_close p {
  font-size: 0.9rem;
  font-weight: 600;
}

footer {
  padding: 2rem 0;
  background: #eee;
}
footer nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  gap: 0.8rem 0;
  justify-content: center;
  width: 18rem;
  margin: 0 auto;
  text-align: center;
}
footer nav a {
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
}

.anime {
  opacity: 0;
}
.anime.active {
  opacity: 1;
  transition-duration: 0.3s;
  transform: translate(0, 0) scale(1);
}
.anime.zoom {
  transform: scale(0.8);
}
.anime.active.zoom {
  transform: scale(1);
}

@media screen and (min-width: 744px) {
  html {
    font-size: 20px;
  }
  main {
    max-width: 620px;
  }
  .reg_btn {
    width: 31rem;
  }
  .lp_img,
  .mock {
    padding-left: 0;
    padding-right: 0;
  }
  .cnt1 dl {
    padding: 0;
  }
  .cnt5 .hit_cards,
  .cnt5 .user_cards {
    padding: 0;
  }
  .dialog_content {
    width: 700px;
    margin: 0 auto;
    top: 4rem;
    padding: 4rem;
  }
}/*# sourceMappingURL=style.css.map */